.simple-calendar {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
}

.simple-calendar .sc-event-title {
    color: #0073aa;
    font-weight: bold;
}
.simple-calendar {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
}

.simple-calendar .sc-event-title {
    color: #0073aa;
    font-weight: bold;
}
/* Changer la couleur des jours réservés */
.wpbs .wpbs-booked {
    background-color: #ff0000 !important;
    color: #fff;
}

/* Styliser les jours disponibles */
.wpbs .wpbs-available {
    background-color: #c2f0c2 !important;
    color: #000;
}

/* Modifier l'apparence du titre */
.wpbs .wpbs-calendar-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}
