
.fc .fc-col-header-cell-cushion,
.fc .fc-daygrid-day-number {
    color: var(--bs-primary);
    text-decoration: none;
}
.fc .fc-event-time, .fc-event-title {
    color: var(--bs-primary);
}

.fc .fc-timegrid-axis-cushion {
    visibility: hidden;
}

.fc .fc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* RS-74 : en dessous de 768px, le titre (ex. "4 septembre 2026") peut être assez long pour toucher
   le groupe de boutons Mois/Semaine/Jour sur la même ligne — on laisse la barre d'outils passer à
   la ligne au besoin plutôt que de laisser les deux se chevaucher. */
@media (max-width: 767.98px) {
    .fc .fc-header-toolbar {
        flex-wrap: wrap;
        row-gap: 0.5rem;
    }
    .fc .fc-toolbar-title {
        font-size: 1.1rem;
    }
}