/* =========================================================
   ÉCRITURE ET IMAGE — OJS / THÈME IMMERSION
   Couleurs personnalisées des rubriques
   ========================================================= */
/* ---------------------------------------------------------
   HEADER / EN TÊTE DU NUMÉRO
   --------------------------------------------------------- */

.main-header  {
    background-color: #FFFFFF;
}


/* ---------------------------------------------------------
   Head / cacher le titre "écriture et image"
   --------------------------------------------------------- */

/* Masquer l'image du logo, mais conserver son fichier */
.main-header__title img {
    visibility: hidden;
}
/* ---------------------------------------------------------
   Head / BANDEAU EN-TËTE
   --------------------------------------------------------- */

.main-header {
    background-image: url("https://ecriture-et-image.fr/public/journals/1/pageHeaderLogoImage_fr.png");
    background-size: cover
    background-position: 45% 30px;
    background-repeat: no-repeat;
}

.main-header__title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-header__title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.main-header__nav {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* ---------------------------------------------------------
   É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;
}