/* Change la couleur de fond principale de l'agenda */
#app-content-calendar {
    background-color: #00989e !important; /* Remplacez par votre couleur (Hex, RGB ou nom) */
}

/* Optionnel : Change le fond de la grille horaire si nécessaire */
.fc-view-harness {
    background-color: #aaaaaa !important; 
}
:root {
    --color-main-background: #ffff00 !important;
}

