
/* Mathématiques */
.matiere-mathematiques {
    background-color: #D6E9FA;
    color: #1D5FA8;
}

/* Français - Jaune doux */
.matiere-francais {
    background-color: #FFF6CC;
    color: #A68C00;
}

/* Sciences - Vert menthe pâle */
.matiere-sciences {
    background-color: #D8F5E4;
    color: #2D8C5E;
}

/* Histoire / Géographie - Corail pâle */
.matiere-histoire {
    background-color: #FFE2DC;
    color: #C14436;
}

/* Anglais - Lavande claire */
.matiere-anglais {
    background-color: #EADCF8;
    color: #7D4DB1;
}

/* Éducation Civique - Gris bleu clair */
.matiere-civique {
    background-color: #E6ECF2;
    color: #4A5E75;
}

/* Informatique - Bleu turquoise doux */
.matiere-geographie {
    background-color: #D6FAF9;
    color: #2A8F8B;
}

/* Arts Plastiques - Rose pastel */
.matiere-creativite {
    background-color: #FDE3F0;
    color: #B74D95;
}

/* Musique - Orange pêche */
.matiere-musique {
    background-color: #FFE6CC;
    color: #C7701D;
}

/* === Couleurs vives par matière (pour bordures, puces, icônes) === */

.border-matiere-mathematiques {
    border-color: #4A90E2 !important;     /* Bleu profond */
}
.border-matiere-francais {
    border-color: #E6B800 !important;     /* Jaune doré */
}
.border-matiere-sciences {
    border-color: #3BB273 !important;     /* Vert menthe vif */
}
.border-matiere-histoire {
    border-color: #FF6F61 !important;     /* Corail soutenu */
}
.border-matiere-anglais {
    border-color: #9B6ADE !important;     /* Violet vif */
}
.border-matiere-civique {
    border-color: #5D6D7E !important;     /* Gris bleuté foncé */
}
.border-matiere-geographie {
    border-color: #00CFC5 !important;     /* Turquoise éclatant */
}
.border-matiere-creativite {
    border-color: #E35DAA !important;     /* Rose framboise */
}
.border-matiere-musique {
    border-color: #FF944D !important;     /* Orange doux mais punchy */
}
  