/*CALENDRIER*/

#calendarPhI .fc-day {
    background-color: #FFFFFF;
    color: black;
    min-width: 40px !important;
}

#calendarPhI .fc-left {
    text-transform: uppercase;
    color : var(--light-blue);
    font-size: 1.25rem !important; /* 20px */
    line-height: 1.75rem; /* 28px */

}
#calendarPhI .fc-day-header {
    padding: 7px 0px !important;
    color:  var(--light-blue);
    text-transform: uppercase;
    border: unset !important;
}

#calendarPhI .fc-day-number {
    color: black;
    margin-right: 5px;
}

#calendarPhI .fc-today {
    font-weight: bold;
}
