div.table_niveaux_parcours { margin-left: 12px; margin-top: 12px; background: rgb(14, 5, 73); color: #eee; border-radius: 8px; width: fit-content; padding: 8px; } div.table_niveaux_parcours .titre { font-size: 110%; margin-bottom: 12px; } table.table_niveaux_parcours tr th:first-child { opacity: 0; } table.table_niveaux_parcours th { text-align: center; color: white; padding-left: 4px; padding-right: 4px; } table.table_niveaux_parcours tr.parcours_but { color: white; } table.table_niveaux_parcours tr.parcours_but td { padding-top: 8px; } table.table_niveaux_parcours tr.parcours_but td b { margin-right: 12px; } table.table_niveaux_parcours tr.annee_but { text-align: center; } table.table_niveaux_parcours tr td:not(:first-child) { width: 120px; border: 1px solid #999; } table.table_niveaux_parcours tr.annee_but td:first-child { width: 92px; font-weight: bold; color: #ddd; } table.table_niveaux_parcours tr.annee_but td.empty { opacity: 0; } /* Les couleurs des niveaux de compétences du BO */ .comp-c1-1 { background: rgb(224, 201, 201); color: black; } .comp-c1-2 { background: rgb(231, 127, 130); color: black; } .comp-c1-3, .comp-c1 { background: rgb(167, 0, 9); color: #eee; } .comp-c2-1 { background: rgb(240, 218, 198); } .comp-c2-2 { background: rgb(231, 142, 95); } .comp-c2-3, .comp-c2 { background: rgb(231, 119, 64); } .comp-c3-1 { background: rgb(241, 227, 167); } .comp-c3-2 { background: rgb(238, 208, 86); } .comp-c3-3, .comp-c3 { background: rgb(233, 174, 17); } .comp-c4-1 { background: rgb(218, 225, 205); } .comp-c4-2 { background: rgb(159, 207, 111); } .comp-c4-3, .comp-c4 { background: rgb(124, 192, 64); } .comp-c5-1 { background: rgb(191, 206, 230); color: black; } .comp-c5-2 { background: rgb(119, 156, 208); color: black; } .comp-c5-3, .comp-c5 { background: rgb(10, 22, 75); color: #eee; } .comp-c6-1, .comp-c6 { background: rgb(203, 199, 176); color: black; } .comp-c6-2 { background: rgb(152, 143, 97); color: black; } .comp-c6-3 { background: rgb(13, 13, 13); color: #eee; }