/* ARAMOS 2025 – Palette alignée sur le bandeau Dominantes extraites : - Indigo acier: #4561A1 - Pourpre profond: #662268 - Orange brique: #CE5B37 - Turquoise doux: #80CCBB - Gris chaud clair: #E3E1D8 - Gris bleuté: #8A9A9C */ /* Heures et textes bleus */ #planning .heures, .trebuchet_bleu_12_normal { color: #4561A1; }
 /* Fonds et bordures neutres */ #planning .fond_bleu { background-color: #E3E1D8; /* fond clair, chaleureux */ }
 #planning .bord_bleu_gauche { border-left-color: #8A9A9C; }
 #planning .bord_bleu_droite { border-right-color: #8A9A9C; }
 #planning .bord_bleu_haut { border-top-color: #8A9A9C; }
 /* Catégories d'événements (5 teintes distinctes) */ #planning .event1, #planning .event1 a, .legend1 { background-color: #662268; /* pourpre profond */ border-color: #4E1A50; /* pourpre foncé (contraste) */ color: #ffffff; }
 #planning .event2, #planning .event2 a, .legend2 { background-color: #4561A1; /* indigo acier */ border-color: #344A7B; /* indigo foncé */ color: #ffffff; }
 #planning .event3, #planning .event3 a, .legend3 { background-color: #80CCBB; /* turquoise doux (légèrement clair) */ border-color: #56B4A0; /* turquoise plus soutenu pour le bord */ color: #1A1A1A; /* meilleur contraste sur fond clair */ }
 #planning .event4, #planning .event4 a, .legend4 { background-color: #CE5B37; /* orange brique */ border-color: #A3462B; /* orange brique foncé */ color: #ffffff; }
 #planning .event5, #planning .event5 a, .legend5 { background-color: #8A9A9C; /* gris bleuté */ border-color: #6F7E80; /* gris plus soutenu */ color: #ffffff; }
 /* Bandeaux de date dans les blocs */ #planning .event1 .eventDate { background-color: #4E1A50; }
 #planning .event2 .eventDate { background-color: #344A7B; }
 #planning .event3 .eventDate { background-color: #56B4A0; color: #ffffff; }
 #planning .event4 .eventDate { background-color: #A3462B; }
 #planning .event5 .eventDate { background-color: #6F7E80; }
