/* Bouton "En savoir plus" Amelia */
.amelia-v2-booking #amelia-container button.am-button.am-button--filled {
    background: #075B55 !important;
    background-color: #075B55 !important;
    border-color: #075B55 !important;
    color: #FFFFFF !important;
}

.amelia-v2-booking #amelia-container button.am-button.am-button--filled span.am-button__inner {
    color: #FFFFFF !important;
}
/* Boutons des fenêtres de réservation Amelia */
.amelia-v2-booking #amelia-container .am-button--filled,
.amelia-v2-booking #amelia-container .am-button--filled:hover {
    background: #075B55 !important;
    background-color: #075B55 !important;
    border-color: #075B55 !important;
    color: #FFFFFF !important;
}

.amelia-v2-booking #amelia-container .am-button--filled *,
.amelia-v2-booking #amelia-container .am-button--filled:hover * {
    color: #FFFFFF !important;
}
/* Fenêtre événement Amelia - bouton principal */
.amelia-v2-booking.am-dialog-el .am-button--primary {
    background: #075B55 !important;
    background-color: #075B55 !important;
    border-color: #075B55 !important;
    color: #FFFFFF !important;
}

.amelia-v2-booking.am-dialog-el .am-button--primary .am-button__inner {
    color: #FFFFFF !important;
}

/* Fenêtre événement Amelia - bouton secondaire */
.amelia-v2-booking.am-dialog-el .am-button--secondary {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-color: #075B55 !important;
    color: #075B55 !important;
}

.amelia-v2-booking.am-dialog-el .am-button--secondary .am-button__inner {
    color: #075B55 !important;
}