/* =========================================================
   ÉCRITURE ET IMAGE — OJS / THÈME IMMERSION
   Couleurs personnalisées des rubriques
   ========================================================= */
/* ---------------------------------------------------------
   HEADER / EN TÊTE DU NUMÉRO
   --------------------------------------------------------- */

.main-header  {
    background-color: #FFFFFF;
}



/* ---------------------------------------------------------
   ÉDITO / DESCRIPTION DU NUMÉRO
   --------------------------------------------------------- */

.issue > section.row.issue-desc {
    background-color: #000000;
}


/* ---------------------------------------------------------
   RUBRIQUES
   --------------------------------------------------------- */


/* 1 — INTRODUCTION
   Marron clair : RGB(183, 183, 177) */
.issue > section.issue-section:nth-of-type(1) {
    background-color: #B7B7B1;
}


/* 2 — ENTRE-VUES
   Beige clair */
.issue > section.issue-section:nth-of-type(2) {
    background-color: #DCDCD0;
}


/* 3 — ARTICLES
   Marron clair : RGB(183, 183, 177) */
.issue > section.issue-section:nth-of-type(3) {
    background-color: #B7B7B1;
}


/* 4 — CABINET DE CURIOSITÉS
   Beige clair */
.issue > section.issue-section:nth-of-type(4) {
    background-color: #DCDCD0;
}


/* 5 — ARCHIVES
   Marron clair */
.issue > section.issue-section:nth-of-type(5) {
    background-color: #B7B7B1;
}


/* 6 — ENTRETIENS
   Beige clair */
.issue > section.issue-section:nth-of-type(6) {
    background-color: #DCDCD0;
}


/* 7 — COMPTES RENDUS
   Marron clair */
.issue > section.issue-section:nth-of-type(7) {
    background-color: #B7B7B1;
}


/* 8 — PERSPECTIVES
   Beige clair */
.issue > section.issue-section:nth-of-type(8) {
    background-color: #DCDCD0;
}


/* 9 — OURS
   Noir */
.issue > section.issue-section:nth-of-type(9) {
    background-color: #000000;
}


/* 10 — NUMÉRO COMPLET
   Blanc */
.issue > section.issue-section:nth-of-type(11) {
    background-color: #FFFFFF;
}