/**
 * Légendes du calendrier
 */
.booking-calendar-key.lesson-with-subs,
.booking-calendar-key.lesson-no-subs,
.booking-calendar-key.subs-opened,
.booking-calendar-key.subs-closed {
    display: inline-block;
    padding: 4px 8px;
    border-width: 1px;
    border-style: solid;
}

.booking-calendar-key.lesson-with-subs {
    background-color: #ffbf8b;
    border-color: #ffbf8b;
}
.booking-calendar-key.lesson-no-subs {
    background-color: #ffffff;
    border-color: #ddd;
}

.booking-calendar-key.subs-opened {
    background-color: #77B7B6;
    border-color: #77B7B6;
    color: #fff;
}
.booking-calendar-key.subs-closed {
    background-color: #e09654;
    border-color: #e09654;
    color: #fff;
}