/* =========================================================
   TIMETABLE PREMIUM
========================================================= */
.timetableBlockWrapper {
    background: linear-gradient(135deg, #ffffff, #f7f9fc);
    border-left: 6px solid transparent;
    border-radius: 12px;
    padding: 18px 22px;
    margin-bottom: 25px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.timetableBlockWrapper:nth-child(odd) {
    border-left-color: #4a90e2;
}
.timetableBlockWrapper:nth-child(even) {
    border-left-color: #ff6b6b;
}

.timetableBlockWrapper::before {
    content: '';
    position: absolute;
    left: -35px;
    top: 20px;
    width: 18px;
    height: 18px;
    background: #4a90e2;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 0 8px rgba(74,144,226,0.6);
}

.timetableBlockWrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.18);
    background: linear-gradient(135deg, #e0f7ff, #ffffff);
}

.timetableBlockTime {
    font-size: 1.1rem;
    font-weight: 700;
    color: #222;
}

.timetableBlockLocation {
    font-size: 0.9rem;
    color: #555;
}

/* =========================================================
   MASQUAGE CONTRIBUTIONS & TELECHARGEMENTS
========================================================= */
a[href*="download"],
a[href*="file"],
button.download,
.material-download {
    display: none !important;
}

.contrib-list,
.contribu