/*CALENDRIER*/

.rdv{
    font-family: var(--p);
}

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

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

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

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

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

#calendarAppointment .fc-toolbar.fc-header-toolbar {
    margin-bottom: 15px;
}

#calendarAppointmentDaily .fc-today {
    background-color: transparent !important; /* Fond transparent pour le calendrier */
}

#calendarAppointmentDaily .fc-widget-content {
    background-color: transparent !important; /* Fond transparent pour le calendrier */
}

#calendarAppointmentDaily .fc-toolbar.fc-header-toolbar {
    margin-bottom: 25px;
}

.box-width {
    width: 30%;
    min-width: 400px;
}

.rv-width {
    width: 550px;
}
