/**
 * Styles des boutons personnalisés
 */

/* Style alternatif principal */
.wp-block-button.is-style-pma-alternatif .wp-block-button__link {
    background-color: #757E78;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0;
    padding: 0.8em 1.6em;
    text-decoration: none;
    transition: all 0.3s ease;
}

.wp-block-button.is-style-pma-alternatif .wp-block-button__link:hover {
    opacity: 0.9;
} 
