/* Couleur ORANGE pour les services ENFANTS */
.sb-appointment-block[data-service-name*="enfant"] {
    background-color: #FFA500 !important;
}

/* Couleur BLEUE pour les services ADULTES */
.sb-appointment-block[data-service-name*="lunettes"] {
    background-color: #0000FF !important;
}

/* Couleur ROSE pour les LENTILLES */
.sb-appointment-block[data-service-name*="lentilles"] {
    background-color: #FFC0CB !important;
}

/* Couleur ROUGE pour la SANTÉ */
.sb-appointment-block[data-service-name*="vue"] {
    background-color: #FF0000 !important;
}