/* CAMEROON CEO — feuille principale.
   Ordre : socle, structure, en-tête, signature, accueil, article, fiches,
   kiosque, abonnement, pied de page, états. */

/* ---------- 1. Socle ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--fond);
  color: var(--texte);
  font-family: var(--labeur);
  font-size: var(--t-corps);
  line-height: 1.62;
  font-variant-numeric: oldstyle-nums;
  -webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; display: block; }
a { color: inherit; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
  outline: var(--focus); outline-offset: 3px;
}
h1, h2, h3, h4 {
  font-family: var(--titrage);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.06;
  margin: 0;
  text-wrap: balance;
}
p { margin: 0 0 var(--e-4); }
hr { border: 0; border-top: 1px solid var(--filet); margin: var(--e-6) 0; }
::selection { background: var(--laiton-voile); }

.page { width: 100%; max-width: var(--page); margin: 0 auto; padding: 0 var(--gouttiere); }
.pile > * + * { margin-top: var(--e-5); }
.mention { font-family: var(--utilitaire); font-size: var(--t-mention); color: var(--texte-second); font-variant-numeric: tabular-nums; }
.saut-contenu { position: absolute; left: -9999px; }
.saut-contenu:focus { left: var(--e-4); top: var(--e-4); z-index: 99; background: var(--papier); padding: var(--e-3) var(--e-4); }

/* Libellé de structure. Employé seulement quand il porte une information
   que le contenu ne donne pas : rubrique, statut commercial, niveau d'accès. */
.libelle {
  font-family: var(--utilitaire);
  font-size: var(--t-libelle);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--texte-second);
}
.libelle--commercial {
  background: var(--encre); color: var(--papier);
  padding: 3px var(--e-2); letter-spacing: 0.08em;
}
.libelle--premium { color: var(--laiton-profond); }

/* ---------- 2. En-tête ---------- */
.reseau {
  background: var(--encre-85); color: var(--encre-30);
  font-family: var(--utilitaire); font-size: var(--t-libelle);
}
.reseau__inner { display: flex; align-items: center; gap: var(--e-4); min-height: 36px; padding: var(--e-2) 0; flex-wrap: wrap; line-height: 1.4; }
.reseau a { color: var(--papier); text-decoration: none; opacity: .82; }
.reseau a:hover { opacity: 1; }
.reseau__sep { color: var(--encre-55); }
.reseau__droite { margin-left: auto; display: flex; gap: var(--e-4); }

.entete { background: var(--encre); color: var(--papier); }
.entete__inner {
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: var(--e-3); min-height: 64px;
}
@media (min-width: 1000px) { .entete__inner { gap: var(--e-5); min-height: 76px; } }
.entete__logo { width: clamp(146px, 44vw, 290px); }
.entete__logo svg, .entete__logo img { width: 100%; height: auto; }
.nav { display: none; }
@media (min-width: 1000px) {
  .nav { display: flex; gap: var(--e-5); justify-self: center; }
}
.nav a {
  font-family: var(--utilitaire); font-size: var(--t-petit); font-weight: 500;
  color: var(--papier); text-decoration: none; padding: var(--e-2) 0;
  border-bottom: 2px solid transparent;
}
.nav a:hover, .nav a[aria-current] { border-bottom-color: var(--laiton); }
.entete__actions { display: flex; align-items: center; gap: var(--e-3); }
.bouton {
  display: inline-block; font-family: var(--utilitaire); font-size: var(--t-petit);
  font-weight: 600; padding: 11px var(--e-4); border: 1px solid transparent;
  text-decoration: none; cursor: pointer; background: var(--laiton); color: var(--encre);
  transition: background var(--duree) linear;
}
.bouton:hover { background: #C9973F; }
.bouton--fantome { background: transparent; color: currentColor; border-color: currentColor; }
.bouton--encre { background: var(--encre); color: var(--papier); }
.bouton--encre:hover { background: var(--encre-85); }
.bouton--large { display: block; width: 100%; text-align: center; padding: 14px; }
.entete__menu {
  background: none; border: 1px solid var(--encre-55); color: var(--papier);
  padding: 9px 11px; font-size: 15px; line-height: 1; cursor: pointer;
}
.menu-mobile { background: var(--encre-85); color: var(--papier); }
.menu-mobile[hidden] { display: none; }
.menu-mobile a {
  display: block; padding: 14px var(--gouttiere); color: var(--papier);
  text-decoration: none; font-family: var(--utilitaire); font-size: 1rem; font-weight: 600;
  border-bottom: 1px solid var(--encre-55);
}
.menu-mobile a:hover { background: var(--encre); }
@media (min-width: 1000px) { .entete__menu { display: none; } }

/* ---------- 3. Le cartouche, signature du titre ---------- */
.cartouche { display: block; max-width: 30ch; }
.cartouche__prenom {
  display: block; font-family: var(--labeur); font-weight: 300;
  font-size: clamp(1.5rem, 2.6vw, 2.25rem); line-height: 1; color: var(--encre-85);
}
.cartouche__nom {
  display: block; font-family: var(--titrage); font-weight: 800;
  font-size: clamp(2rem, 4.4vw, 3.45rem); line-height: .96; letter-spacing: -0.02em;
  text-transform: uppercase; margin-top: 2px;
}
.cartouche__fonction {
  display: inline-block; margin-top: var(--e-3);
  background: var(--laiton); color: var(--encre);
  font-family: var(--utilitaire); font-weight: 600; font-size: var(--t-petit);
  letter-spacing: 0.02em; padding: 7px var(--e-3);
}
.cartouche--compact .cartouche__prenom { font-size: 1.05rem; }
.cartouche--compact .cartouche__nom { font-size: 1.45rem; }
.cartouche--compact .cartouche__fonction { font-size: var(--t-mention); padding: 4px var(--e-2); margin-top: var(--e-2); }
.cartouche--sombre .cartouche__prenom { color: var(--kiosque); }
.cartouche--sombre .cartouche__nom { color: var(--papier); }

/* ---------- 4. Accueil, structure de portail ---------- */

/* Bandeau des derniers mouvements, sous l'en-tête */
.express { background: var(--kiosque); border-bottom: 1px solid var(--filet); }
.express__inner { display: flex; align-items: center; gap: var(--e-4); padding: var(--e-2) var(--gouttiere); overflow: hidden; }
.express__titre {
  font-family: var(--utilitaire); font-size: var(--t-libelle); font-weight: 700;
  letter-spacing: .04em; white-space: nowrap; border-right: 1px solid var(--encre-30);
  padding-right: var(--e-4);
}
.express__liste { display: flex; gap: var(--e-5); list-style: none; margin: 0; padding: 0; overflow-x: auto; scrollbar-width: none; }
.express__liste::-webkit-scrollbar { display: none; }
.express__liste a {
  font-family: var(--utilitaire); font-size: var(--t-mention); color: var(--encre-85);
  text-decoration: none; white-space: nowrap;
}
.express__liste a:hover { color: var(--texte); }
.express__liste strong { font-weight: 700; color: var(--texte); }
.express__tout { margin-left: auto; font-family: var(--utilitaire); font-size: var(--t-libelle); font-weight: 600; color: var(--laiton-profond); white-space: nowrap; text-decoration: none; }

.portail { padding-top: var(--e-5); }

/* La une : contenu dominant, colonne de seconds, rail */
.une { display: grid; gap: var(--e-5); padding-bottom: var(--e-6); border-bottom: 3px solid var(--encre); }
@media (min-width: 900px) {
  .une { grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); column-gap: var(--e-6); }
  .une__rail { grid-column: 1 / -1; }
}
@media (min-width: 1180px) {
  .une { grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.95fr) var(--rail); }
  .une__rail { grid-column: auto; }
}

.lead__media img, .lead__media .couverture-repli { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 22%; background: var(--kiosque); }
.lead__texte { padding-top: var(--e-3); }
.lead__titre { font-size: clamp(1.5rem, 2.3vw, 2.15rem); line-height: 1.08; margin: var(--e-2) 0 var(--e-3); }
.lead__titre a { text-decoration: none; }
.lead__titre a:hover { text-decoration: underline; text-decoration-thickness: 2px; }
.lead__chapo { font-size: 1.02rem; line-height: 1.5; color: var(--encre-85); font-weight: 300; margin-bottom: var(--e-3); max-width: 62ch; }
.ligne-meta { display: flex; flex-wrap: wrap; gap: var(--e-3) var(--e-4); align-items: center; }
.mention--lien { color: var(--laiton-profond); font-weight: 600; text-decoration: none; }
.mention--lien:hover { text-decoration: underline; }

/* Colonne des seconds : vignette et titre, quatre par écran */
.une__seconds { display: grid; gap: var(--e-4); align-content: start; }
.item { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: var(--e-3); padding-bottom: var(--e-4); border-bottom: 1px solid var(--filet); }
.item:last-child { border-bottom: 0; padding-bottom: 0; }
.item__media img, .item__media .couverture-repli { width: 108px; height: 76px; object-fit: cover; object-position: center 22%; background: var(--kiosque); }
.item__media .couverture-repli { padding: 6px; }
.item__media .couverture-repli__rubrique { font-size: 8px; }
.item__media .couverture-repli__titre { font-size: 10px; line-height: 1.1; }
.item__titre { font-size: 1rem; line-height: 1.22; margin: 4px 0 4px; font-weight: 700; }
.item__titre a { text-decoration: none; }
.item__titre a:hover { text-decoration: underline; }
@media (min-width: 900px) and (max-width: 1179px) {
  .une__seconds { grid-template-columns: 1fr 1fr; column-gap: var(--e-5); }
}

.libelle--lien { text-decoration: none; color: var(--laiton-profond); }
.libelle--lien:hover { text-decoration: underline; }

/* Les plus lus */
.palmares { margin-top: var(--e-6); }
.palmares__liste { list-style: none; margin: 0; padding: 0; counter-reset: rang; }
.palmares__liste li { display: grid; grid-template-columns: 26px 1fr; gap: var(--e-3); padding: var(--e-3) 0; border-bottom: 1px solid var(--filet); }
.palmares__rang { font-family: var(--titrage); font-weight: 800; font-size: 1.05rem; color: var(--laiton); font-variant-numeric: tabular-nums; }
.palmares__liste a { font-family: var(--titrage); font-weight: 600; font-size: var(--t-petit); line-height: 1.25; text-decoration: none; }
.palmares__liste a:hover { text-decoration: underline; }

/* Bandes de section */
.bande { margin-top: var(--e-7); padding-bottom: var(--e-6); border-bottom: 1px solid var(--filet); }
.section { margin-top: var(--e-8); }
.section__tete { display: flex; align-items: baseline; justify-content: space-between; gap: var(--e-4); border-top: 2px solid var(--encre); padding-top: var(--e-2); margin-bottom: var(--e-5); }
.section__titre { font-size: 1.3rem; font-weight: 700; letter-spacing: -0.01em; }
.section__lien { font-family: var(--utilitaire); font-size: var(--t-mention); font-weight: 600; color: var(--laiton-profond); text-decoration: none; white-space: nowrap; }
.section__lien:hover { text-decoration: underline; }

.grille-4 { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--e-5) var(--e-4); }
@media (min-width: 760px) { .grille-4 { grid-template-columns: repeat(4, 1fr); gap: var(--e-6) var(--e-5); } }
.carte { display: grid; gap: var(--e-2); align-content: start; }
.carte img, .carte .couverture-repli { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: center 22%; background: var(--kiosque); }
.carte__titre { font-size: 1.02rem; font-weight: 700; line-height: 1.22; }
.carte__titre a { text-decoration: none; }
.carte__titre a:hover { text-decoration: underline; }
.carte__meta { font-family: var(--utilitaire); font-size: var(--t-mention); color: var(--texte-second); }

/* Bloc de rubrique : une tête et trois lignes */
.rubrique { display: grid; gap: var(--e-5); }
@media (min-width: 860px) { .rubrique { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: var(--e-7); } }
.rubrique__tete img, .rubrique__tete .couverture-repli { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 22%; background: var(--kiosque); }
.rubrique__titre { font-size: 1.3rem; line-height: 1.15; margin: var(--e-3) 0 var(--e-2); }
.rubrique__titre a { text-decoration: none; }
.rubrique__titre a:hover { text-decoration: underline; }
.rubrique__chapo { font-size: var(--t-petit); color: var(--encre-85); font-weight: 300; }
.rubrique__liste { display: grid; gap: var(--e-4); align-content: start; }
.ligne { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: var(--e-3); padding-bottom: var(--e-4); border-bottom: 1px solid var(--filet); }
.ligne:last-child { border-bottom: 0; padding-bottom: 0; }
.ligne__media img, .ligne__media .couverture-repli { width: 96px; height: 68px; object-fit: cover; object-position: center 22%; background: var(--kiosque); }
.ligne__media .couverture-repli { padding: 5px; }
.ligne__media .couverture-repli__rubrique { font-size: 8px; }
.ligne__media .couverture-repli__titre { font-size: 10px; line-height: 1.1; }
.ligne__titre { font-family: var(--titrage); font-weight: 700; font-size: 0.95rem; line-height: 1.24; margin: 0 0 4px; }
.ligne__titre a { text-decoration: none; }
.ligne__titre a:hover { text-decoration: underline; }

.donnees--deux { display: grid; }
@media (min-width: 760px) { .donnees--deux { grid-template-columns: 1fr 1fr; column-gap: var(--e-7); } }
.kiosque__grille--six { grid-template-columns: repeat(3, 1fr); }
@media (min-width: 760px) { .kiosque__grille--six { grid-template-columns: repeat(6, 1fr); } }

/* ---------- 5. Le registre des mouvements ---------- */
.registre { position: static; }
@media (min-width: 1180px) { .une__rail .registre { position: sticky; top: var(--e-4); } }
.registre__tete { border-top: 2px solid var(--encre); padding-top: var(--e-3); margin-bottom: var(--e-2); display: flex; justify-content: space-between; align-items: baseline; }
.registre__titre { font-family: var(--titrage); font-weight: 700; font-size: var(--t-titre-3); }
.registre__maj { font-family: var(--utilitaire); font-size: var(--t-libelle); color: var(--texte-second); font-variant-numeric: tabular-nums; }
.mouvement { display: grid; grid-template-columns: 3.4em 1fr; gap: var(--e-3); padding: var(--e-2) 0; border-bottom: 1px solid var(--filet); }
.mouvement__date { font-family: var(--utilitaire); font-size: var(--t-mention); font-variant-numeric: tabular-nums; color: var(--texte-second); padding-top: 2px; }
.mouvement__nom { font-family: var(--titrage); font-weight: 700; font-size: var(--t-petit); letter-spacing: -0.01em; }
.mouvement__nom a { text-decoration: none; }
.mouvement__nom a:hover { text-decoration: underline; }
.mouvement__poste { font-family: var(--utilitaire); font-size: var(--t-mention); color: var(--encre-85); line-height: 1.45; }
.mouvement__maison { color: var(--texte-second); }
.registre__pied { padding-top: var(--e-4); }
.suivi { margin-top: var(--e-6); background: var(--kiosque); padding: var(--e-4); }
.une__rail { border-top: 2px solid var(--encre); padding-top: var(--e-3); }
@media (min-width: 1180px) { .une__rail { border-top: 0; padding-top: 0; border-left: 1px solid var(--filet); padding-left: var(--e-5); } }
.suivi__titre { font-family: var(--titrage); font-weight: 700; font-size: 1.05rem; margin-bottom: var(--e-2); }
.suivi__texte { font-size: var(--t-petit); color: var(--encre-85); margin-bottom: var(--e-3); }
.jetons { display: flex; flex-wrap: wrap; gap: var(--e-2); }
.jeton {
  font-family: var(--utilitaire); font-size: var(--t-mention); padding: 6px var(--e-3);
  border: 1px solid var(--encre-30); background: var(--papier); cursor: pointer;
}
.jeton:hover, .jeton[aria-pressed="true"] { border-color: var(--encre); background: var(--encre); color: var(--papier); }

/* ---------- 6. Kiosque ---------- */
.kiosque__grille { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--e-5); }
@media (min-width: 700px) { .kiosque__grille { grid-template-columns: repeat(4, 1fr); } }
.numero { display: grid; gap: var(--e-3); }
.numero__couv {
  aspect-ratio: 1414 / 2000; background: var(--kiosque); object-fit: cover;
  border: 1px solid var(--filet);
}
.numero__ligne { font-family: var(--utilitaire); font-size: var(--t-mention); color: var(--texte-second); font-variant-numeric: tabular-nums; }
.numero__titre { font-family: var(--titrage); font-weight: 600; font-size: var(--t-petit); line-height: 1.25; }
.kiosque--vedette { display: grid; gap: var(--e-6); align-items: start; }
@media (min-width: 860px) { .kiosque--vedette { grid-template-columns: 300px 1fr; } }
.sommaire { list-style: none; margin: 0; padding: 0; }
.sommaire li { display: grid; grid-template-columns: 1fr auto; gap: var(--e-4); padding: var(--e-3) 0; border-bottom: 1px solid var(--filet); font-size: var(--t-petit); }
.sommaire__acces { font-family: var(--utilitaire); font-size: var(--t-libelle); color: var(--texte-second); white-space: nowrap; }
.sommaire__acces--reserve { color: var(--laiton-profond); font-weight: 600; }

/* ---------- 7. Article ---------- */
.jauge { position: fixed; top: 0; left: 0; height: 3px; background: var(--laiton); z-index: 50; width: 0; }
.bandeau-rubrique { border-bottom: 1px solid var(--filet); }
.bandeau-rubrique__inner { display: flex; align-items: center; justify-content: space-between; gap: var(--e-4); padding: var(--e-3) 0; }
.bandeau-rubrique__nom { font-family: var(--titrage); font-weight: 700; font-size: var(--t-petit); text-decoration: none; }
.sponsor { display: flex; align-items: center; gap: var(--e-3); }
.sponsor__mention { font-family: var(--utilitaire); font-size: var(--t-libelle); color: var(--texte-second); }
.sponsor__logo { height: 26px; width: auto; }

/* Deux colonnes : la lecture à gauche, le rail de service à droite. */
.article { padding-top: var(--e-6); padding-bottom: var(--e-8); display: grid; gap: var(--e-7); }
@media (min-width: 1000px) {
  .article { grid-template-columns: minmax(0, 1fr) 320px; column-gap: var(--e-9); align-items: start; }
  .article__principal { min-width: 0; }
  .article__rail { position: sticky; top: var(--e-4); border-left: 1px solid var(--filet); padding-left: var(--e-5); }
}

.article__tete { max-width: 44rem; }
.article__titre { font-size: clamp(1.65rem, 3.1vw, 2.4rem); line-height: 1.1; margin: var(--e-3) 0; letter-spacing: -0.015em; }
.article__titre:first-letter { text-transform: none; }
.article__chapo {
  font-family: var(--labeur); font-weight: 300; font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.5; color: var(--encre-85); margin: 0;
}
.signature { display: flex; flex-wrap: wrap; gap: var(--e-3) var(--e-4); align-items: center; padding: var(--e-3) 0; border-top: 1px solid var(--filet); border-bottom: 1px solid var(--filet); margin: var(--e-5) 0; max-width: 44rem; }
.signature__auteur { font-family: var(--utilitaire); font-size: var(--t-petit); font-weight: 600; }
.signature__auteur a { text-decoration: none; border-bottom: 1px solid var(--laiton); }

/* Corps de texte. Mesure calibrée, rythme régulier, aucune surprise. */
.corps { max-width: 40rem; font-size: 1.14rem; line-height: 1.68; }
.corps > * { margin-left: 0; margin-right: 0; }
.corps p { margin: 0 0 var(--e-5); }
.corps a { color: var(--texte); text-decoration: underline; text-decoration-color: var(--laiton); text-underline-offset: 3px; }
.corps h2 { font-size: clamp(1.3rem, 2vw, 1.65rem); margin: var(--e-8) 0 var(--e-3); }
.corps h3 { font-size: 1.2rem; margin: var(--e-7) 0 var(--e-2); }
.corps ul, .corps ol { margin: 0 0 var(--e-5); padding-left: var(--e-5); }
.corps li { margin-bottom: var(--e-2); }
.corps img {
  max-width: 100%; width: auto; height: auto; max-height: 70vh;
  margin: var(--e-6) 0 var(--e-2); background: var(--kiosque);
}
.corps figure img { margin-top: 0; }
.corps .wp-block-image { margin: var(--e-6) 0; }
.corps .aligncenter, .corps .wp-block-image.aligncenter { text-align: center; }
.corps .alignleft { float: left; margin: var(--e-2) var(--e-5) var(--e-3) 0; max-width: 45%; }
.corps .alignright { float: right; margin: var(--e-2) 0 var(--e-3) var(--e-5); max-width: 45%; }
.corps .wp-caption { max-width: 100%; }
.corps .wp-caption-text, .corps .wp-element-caption {
  font-family: var(--utilitaire); font-size: var(--t-mention); color: var(--texte-second); margin-top: var(--e-2);
}
/* Résidus des extensions, au cas où elles seraient réactivées. */
.corps .sharedaddy, .corps .jp-relatedposts, .corps #jp-post-flair,
.corps .sd-sharing, .corps .likes-widget-placeholder { display: none !important; }
.corps figure { margin: var(--e-6) 0; }
.corps figcaption { font-family: var(--utilitaire); font-size: var(--t-mention); color: var(--texte-second); margin-top: var(--e-2); }
.corps hr { margin: var(--e-7) 0; }
.corps table { width: 100%; border-collapse: collapse; font-size: var(--t-petit); margin-bottom: var(--e-5); }
.corps th, .corps td { text-align: left; padding: var(--e-2) var(--e-3); border-bottom: 1px solid var(--filet); }
.corps th { font-family: var(--utilitaire); font-size: var(--t-libelle); letter-spacing: .04em; }
.corps strong { font-weight: 600; }
.corps em { font-style: italic; }
.corps > em:first-child, .corps > p:first-child em { color: var(--encre-85); }

/* Lettrine : discrète, et jamais deux lignes de haut sur mobile. */
.corps .has-drop-cap:first-letter,
.corps > p:first-of-type.lettrine:first-letter {
  float: left; font-family: var(--titrage); font-weight: 700;
  font-size: 3.1em; line-height: .82; margin: 6px var(--e-3) 0 0; color: var(--encre);
}
.corps .has-drop-cap:not(:focus)::after { content: none; }

/* Citations et encadrés */
.corps blockquote, .citation {
  max-width: 40rem; margin: var(--e-7) 0; padding-left: var(--e-5);
  border-left: 3px solid var(--laiton);
}
.corps blockquote p, .citation p { font-weight: 300; font-size: clamp(1.2rem, 1.8vw, 1.45rem); line-height: 1.36; margin-bottom: var(--e-2); }
.citation cite { font-family: var(--utilitaire); font-size: var(--t-mention); font-style: normal; color: var(--texte-second); }

.ecoute { display: flex; align-items: center; gap: var(--e-3); border: 1px solid var(--filet); padding: var(--e-3); max-width: 40rem; margin-bottom: var(--e-6); }
.ecoute__bouton { width: 40px; height: 40px; border: 0; background: var(--encre); color: var(--papier); cursor: pointer; flex: none; }
.ecoute__texte { font-family: var(--utilitaire); font-size: var(--t-mention); color: var(--encre-85); }

.encadre { background: var(--kiosque); padding: var(--e-5); margin: var(--e-7) 0; max-width: 40rem; }
.encadre__titre { font-family: var(--titrage); font-weight: 700; font-size: var(--t-titre-3); margin-bottom: var(--e-3); }
.encadre p:last-child, .encadre ul:last-child { margin-bottom: 0; }
.encadre--fiche { display: grid; gap: var(--e-4); grid-template-columns: 84px 1fr; align-items: center; background: none; border: 1px solid var(--filet); padding: var(--e-4); }
.encadre--fiche img { width: 84px; height: 105px; object-fit: cover; background: var(--kiosque); }

.partage { display: flex; flex-wrap: wrap; gap: var(--e-2); align-items: center; margin: var(--e-7) 0; max-width: 40rem; }
.partage span { font-family: var(--utilitaire); font-size: var(--t-mention); color: var(--texte-second); margin-right: var(--e-2); }
.partage a {
  font-family: var(--utilitaire); font-size: var(--t-mention); font-weight: 600;
  border: 1px solid var(--encre-30); padding: 8px var(--e-3); text-decoration: none;
}
.partage a:hover { border-color: var(--encre); background: var(--encre); color: var(--papier); }

.corrections { border-top: 2px solid var(--encre); padding-top: var(--e-4); margin-top: var(--e-7); max-width: 40rem; }
.corrections ul { list-style: none; margin: 0; padding: 0; }
.corrections li { font-size: var(--t-petit); margin-bottom: var(--e-2); }

.mur { max-width: 40rem; margin-top: var(--e-6); border-top: 2px solid var(--encre); padding-top: var(--e-5); }
.mur__titre { font-size: clamp(1.3rem, 2vw, 1.7rem); margin-bottom: var(--e-3); }
.mur__texte { color: var(--encre-85); margin-bottom: var(--e-4); font-size: var(--t-petit); }
.mur__actions { display: flex; flex-wrap: wrap; gap: var(--e-3); align-items: center; }

/* Rail de l'article */
.article__rail > * + * { margin-top: var(--e-6); }
.encart { border-top: 2px solid var(--encre); padding-top: var(--e-3); }
.encart__titre { font-family: var(--titrage); font-weight: 700; font-size: 1.05rem; margin-bottom: var(--e-3); }
.encart--sombre { background: var(--encre); color: var(--papier); border: 0; padding: var(--e-5); }
.encart--sombre .encart__titre { color: var(--papier); }
.encart--sombre p { font-size: var(--t-petit); color: var(--kiosque); }
.encart__numero { display: grid; grid-template-columns: 92px 1fr; gap: var(--e-3); align-items: start; }
.encart__numero img { width: 92px; border: 1px solid var(--filet); }

/* ---------- 8. Fiches ---------- */
.fiche__entete { background: var(--encre); color: var(--papier); padding: var(--e-8) 0; }
.fiche__grille { display: grid; gap: var(--e-6); align-items: center; }
@media (min-width: 760px) { .fiche__grille { grid-template-columns: 300px 1fr; } }
.fiche__portrait { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--encre-85); }
.fiche__resume { font-family: var(--labeur); font-weight: 300; font-size: var(--t-chapo); color: var(--kiosque); margin: var(--e-5) 0; max-width: 46ch; }
.fiche__actions { display: flex; flex-wrap: wrap; gap: var(--e-3); }
.fiche__corps { display: grid; gap: var(--e-8); padding-top: var(--e-8); padding-bottom: var(--e-8); }
@media (min-width: 960px) { .fiche__corps { grid-template-columns: minmax(0, 1fr) 320px; gap: var(--e-9); } }

.trajectoire { list-style: none; margin: 0; padding: 0; border-left: 1px solid var(--filet); }
.trajectoire li { position: relative; padding: 0 0 var(--e-6) var(--e-5); }
.trajectoire li::before { content: ""; position: absolute; left: -5px; top: 6px; width: 9px; height: 9px; background: var(--papier); border: 2px solid var(--encre); }
.trajectoire li:first-child::before { background: var(--laiton); border-color: var(--laiton-profond); }
.trajectoire__date { font-family: var(--utilitaire); font-size: var(--t-mention); color: var(--texte-second); font-variant-numeric: tabular-nums; }
.trajectoire__poste { font-family: var(--titrage); font-weight: 700; font-size: 1.1rem; margin: 2px 0; }
.trajectoire__maison { font-size: var(--t-petit); color: var(--encre-85); }

.donnees { list-style: none; margin: 0; padding: 0; }
.donnees li { display: grid; grid-template-columns: 1fr auto; gap: var(--e-4); padding: var(--e-3) 0; border-bottom: 1px solid var(--filet); font-size: var(--t-petit); }
.donnees dt, .donnees .cle { color: var(--texte-second); font-family: var(--utilitaire); font-size: var(--t-mention); }

/* ---------- 8 bis. Annuaire ---------- */
.annuaire__filtres { border-top: 2px solid var(--encre); border-bottom: 1px solid var(--filet); padding: var(--e-4) 0; margin: var(--e-6) 0 var(--e-4); }
.annuaire__ligne { display: flex; flex-wrap: wrap; gap: var(--e-3); align-items: center; }
.annuaire__ligne input[type="search"] { flex: 1 1 260px; }
.annuaire__ligne input, .annuaire__ligne select {
  font: inherit; font-family: var(--utilitaire); font-size: var(--t-petit);
  padding: 11px var(--e-3); border: 1px solid var(--encre-30); background: var(--papier); color: var(--texte);
}
.annuaire__ligne select { min-width: 170px; }

.alphabet { display: flex; flex-wrap: wrap; gap: var(--e-1); margin-bottom: var(--e-5); }
.alphabet a {
  font-family: var(--utilitaire); font-size: var(--t-mention); font-variant-numeric: tabular-nums;
  text-decoration: none; padding: 6px 10px; min-width: 34px; text-align: center; color: var(--texte-second);
}
.alphabet a:hover { color: var(--texte); background: var(--kiosque); }
.alphabet .alphabet--actif { background: var(--encre); color: var(--papier); }

.annuaire__compte { display: flex; justify-content: space-between; align-items: baseline; gap: var(--e-4); margin-bottom: var(--e-5); }

.annuaire__grille { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--e-5) var(--e-4); }
@media (min-width: 640px) { .annuaire__grille { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1000px) { .annuaire__grille { grid-template-columns: repeat(4, 1fr); gap: var(--e-7) var(--e-5); } }
.fiche-carte { display: grid; gap: var(--e-3); }
.fiche-carte__portrait { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--kiosque); }
.fiche-carte a { text-decoration: none; }
.fiche-carte .cartouche__nom { font-size: 1.25rem; }
.fiche-carte .cartouche__prenom { font-size: 1rem; }
.fiche-carte .cartouche__fonction { font-size: var(--t-libelle); padding: 4px var(--e-2); }
.annuaire__pages { margin-top: var(--e-8); display: flex; gap: var(--e-2); font-family: var(--utilitaire); font-size: var(--t-petit); }
.annuaire__pages .page-numbers { padding: 8px 12px; border: 1px solid var(--filet); text-decoration: none; }
.annuaire__pages .current { background: var(--encre); color: var(--papier); border-color: var(--encre); }

/* ---------- 9. Abonnement ---------- */
.premium { background: var(--encre); color: var(--papier); padding: var(--e-8) 0; margin-top: var(--e-9); }
.premium__grille { display: grid; gap: var(--e-6); align-items: center; }
@media (min-width: 860px) { .premium__grille { grid-template-columns: 1.1fr 1fr; gap: var(--e-9); } }
.premium__titre { font-size: var(--t-titre-1); }
.premium__texte { color: var(--kiosque); font-weight: 300; margin: var(--e-4) 0 var(--e-5); }
.premium ul { list-style: none; margin: 0 0 var(--e-5); padding: 0; }
.premium li { border-top: 1px solid var(--encre-55); padding: var(--e-3) 0; font-size: var(--t-petit); }

.offres { display: grid; gap: var(--e-5); }
@media (min-width: 820px) { .offres { grid-template-columns: repeat(3, 1fr); } }
.offre { border: 1px solid var(--filet); padding: var(--e-5); display: flex; flex-direction: column; }
.offre--retenue { border: 2px solid var(--encre); position: relative; }
.offre--retenue::before {
  content: "Le plus choisi"; position: absolute; top: -13px; left: var(--e-5);
  background: var(--laiton); color: var(--encre); font-family: var(--utilitaire);
  font-size: var(--t-libelle); font-weight: 600; padding: 4px var(--e-3);
}
.offre__nom { font-family: var(--titrage); font-weight: 700; font-size: var(--t-titre-3); }
.offre__prix { font-family: var(--titrage); font-weight: 800; font-size: 2.1rem; letter-spacing: -0.02em; margin: var(--e-3) 0 var(--e-1); font-variant-numeric: tabular-nums; }
.offre__periode { font-family: var(--utilitaire); font-size: var(--t-mention); color: var(--texte-second); }
.offre__liste { list-style: none; margin: var(--e-5) 0; padding: 0; font-size: var(--t-petit); }
.offre__liste li { padding: var(--e-2) 0; border-bottom: 1px solid var(--filet); }
.offre__pied { margin-top: auto; }
.paiements { display: flex; gap: var(--e-3); flex-wrap: wrap; margin-top: var(--e-3); }
.paiement { font-family: var(--utilitaire); font-size: var(--t-libelle); border: 1px solid var(--filet); padding: 5px var(--e-2); color: var(--texte-second); }

/* ---------- 9 bis. Régie ---------- */
.reclame { margin: var(--e-5) 0; text-align: center; }
.reclame img { margin: 0 auto; height: auto; }
.reclame__mention {
  display: block; font-family: var(--utilitaire); font-size: var(--t-libelle);
  color: var(--texte-second); letter-spacing: .06em; margin-bottom: var(--e-2); text-align: left;
}
.reclame--tete { min-height: 104px; display: grid; align-content: center; }
@media (min-width: 1000px) { .reclame--tete { min-height: 262px; } }
.reclame--lecture { max-width: 40rem; margin: var(--e-6) 0; }
.reclame--rail { margin-top: 0; }
.reclame--fin { max-width: 40rem; }

.autopromo {
  display: block; text-decoration: none; border: 1px solid var(--filet);
  padding: var(--e-4); text-align: left; background: var(--papier);
}
.autopromo:hover { border-color: var(--encre); }
.autopromo__libelle { display: block; font-family: var(--utilitaire); font-size: var(--t-libelle); font-weight: 600; letter-spacing: .06em; color: var(--laiton-profond); }
.autopromo__titre { display: block; font-family: var(--titrage); font-weight: 700; font-size: 1.05rem; line-height: 1.2; margin: var(--e-2) 0; }
.autopromo__action { display: inline-block; font-family: var(--utilitaire); font-size: var(--t-mention); font-weight: 600; border-bottom: 2px solid var(--laiton); }
.autopromo img { margin-top: var(--e-3); width: 100%; max-width: 160px; }
.autopromo--offre { background: var(--kiosque); border-color: var(--kiosque); }

.barre-mobile {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  background: var(--papier); border-top: 1px solid var(--filet);
  display: flex; align-items: center; gap: var(--e-2); padding: var(--e-2);
}
@media (min-width: 1000px) { .barre-mobile { display: none; } }
.barre-mobile .reclame { margin: 0; flex: 1; }
.barre-mobile .reclame__mention { display: none; }
.barre-mobile__fermer { width: 44px; height: 44px; border: 0; background: none; font-size: 22px; cursor: pointer; }

/* ---------- 10. Partenaires et pied de page ---------- */
.partenaires { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--e-5); align-items: center; }
@media (min-width: 700px) { .partenaires { grid-template-columns: repeat(6, 1fr); } }
.partenaire { height: 44px; display: flex; align-items: center; justify-content: center; filter: grayscale(1); opacity: .75; }
.partenaire:hover { filter: none; opacity: 1; }
.partenaire img { max-height: 100%; width: auto; object-fit: contain; }

.pied { background: var(--encre); color: var(--encre-30); margin-top: var(--e-9); padding: var(--e-8) 0 var(--e-6); font-size: var(--t-petit); }
.pied__grille { display: grid; gap: var(--e-6); }
@media (min-width: 760px) { .pied__grille { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: var(--e-7); } }
.pied h3 { font-family: var(--utilitaire); font-size: var(--t-libelle); font-weight: 600; letter-spacing: 0.06em; color: var(--papier); margin-bottom: var(--e-3); }
.pied ul { list-style: none; margin: 0; padding: 0; }
.pied li { padding: var(--e-1) 0; }
.pied a { color: var(--encre-30); text-decoration: none; }
.pied a:hover { color: var(--papier); text-decoration: underline; }
.pied__logo { width: 210px; margin-bottom: var(--e-4); opacity: .95; }
.pied__legal { border-top: 1px solid var(--encre-55); margin-top: var(--e-7); padding-top: var(--e-4); display: flex; flex-wrap: wrap; gap: var(--e-4); justify-content: space-between; font-size: var(--t-mention); }

/* ---------- 11. États vides, dégradés, accessibilité ---------- */
.vide { border: 1px dashed var(--encre-30); padding: var(--e-5); text-align: left; }
.registre .vide { padding: var(--e-4); }
.registre .vide p { font-size: var(--t-mention); }
.vide__titre { font-family: var(--titrage); font-weight: 700; font-size: var(--t-titre-3); margin-bottom: var(--e-2); }
.vide p { color: var(--texte-second); font-size: var(--t-petit); }

.couverture-repli {
  display: grid; align-content: space-between; aspect-ratio: 3 / 2;
  background: var(--encre); color: var(--papier); padding: var(--e-4);
}
.couverture-repli__rubrique { font-family: var(--utilitaire); font-size: var(--t-libelle); color: var(--laiton); letter-spacing: 0.06em; }
.couverture-repli__titre { font-family: var(--titrage); font-weight: 700; font-size: 1.1rem; line-height: 1.15; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
@media print {
  .entete, .reseau, .pied, .registre, .premium { display: none; }
  body { background: #fff; }
}


/* ---------- 12. Mobile ---------- */
@media (max-width: 999px) {
  body { font-size: 1.0625rem; }
  .page { padding-left: 18px; padding-right: 18px; }
  .entete__actions .bouton { padding: 9px 12px; font-size: var(--t-mention); }
  .article { padding-top: var(--e-5); }
  .corps { max-width: none; font-size: 1.08rem; line-height: 1.62; }
  .citation, .encadre, .mur, .corrections, .partage, .ecoute, .signature, .article__tete { max-width: none; }
  .corps .has-drop-cap:first-letter { font-size: 2.6em; }
  .article__rail { border-top: 3px solid var(--encre); padding-top: var(--e-4); }
  .lead__media img { aspect-ratio: 3 / 2; }
  .item { grid-template-columns: 92px minmax(0, 1fr); }
  .item__media img, .item__media .couverture-repli { width: 92px; height: 66px; }
  .item__titre { font-size: .95rem; }
  .express__inner { padding-left: 18px; padding-right: 18px; }
  .express__titre { display: none; }
  .fiche__entete { padding: var(--e-6) 0; }
  .une { border-bottom-width: 2px; }
  .section__titre { font-size: 1.15rem; }
}
@media (max-width: 420px) {
  .grille-4 { grid-template-columns: 1fr; }
  .annuaire__grille { grid-template-columns: 1fr 1fr; }
  .kiosque__grille--six { grid-template-columns: repeat(2, 1fr); }
  .ligne, .item { grid-template-columns: 80px minmax(0, 1fr); }
  .ligne__media img, .ligne__media .couverture-repli,
  .item__media img, .item__media .couverture-repli { width: 80px; height: 58px; }
}

/* Aucun débordement horizontal, quel que soit le contenu hérité. */
html, body { overflow-x: hidden; }
.corps iframe, .corps video, .corps embed, .corps object { max-width: 100%; }
.corps > * { overflow-wrap: anywhere; }

/* Paragraphes vides hérités de l'ancien éditeur : ils créaient des trous. */
.corps p:empty { display: none; }
.corps p > br:only-child { display: none; }
.corps > p:last-child { margin-bottom: 0; }
