/* Style global */
#calendar {
    max-width: 800px;
    margin: 15px;
}

.fc-view-container {
    border-radius: 10px;
    overflow:hidden;
}

.fc-body {
    background-color: #fff;
}

/* Style du texte */
.fc-toolbar-title {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #333;
}

.fc .fc-col-header-cell-cushion {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
}

.fc-daygrid-day-number {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

/* Style des boutons de navigation */
.fc-button {
    background: none !important;
    color: #333 !important;
    border: none !important;
}

.fc-button:hover {
    color: #33333390 !important;
}

.fc-daygrid-day {
    transition: background 0.4s ease;
}

.fc-daygrid-day:hover {
    background: #f7faff;
}

.fc-day-today {
    background-color: #fff !important;
}

.fc-day-today .fc-daygrid-day-number {
    text-decoration: underline;
}

/* Style des événements */
.fc-daygrid-day .fc-event.booked {
    background-color: rgb(220, 93, 93) !important;
    opacity: 0.6 !important;
}

/* libre */
.fc-daygrid-day .fc-event.free {
    background-color: rgb(106, 180, 106) !important;
    opacity: 0.6 !important;
}
