/**
 * Fichier  : /features/timetable/assets/css/style.css
 * Fonction : style du bloc horaires
 */


/* ==================================================
   TIMETABLE
================================================== */

.timetable {
    position: relative;
}

.timetable {
    width: 100%;
}

.timetable {
    box-sizing: border-box;
    padding: 24px;
}

.timetable {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: var(--block-borderRadius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}