/* ==========================================================================
   avislinkavista.com
   Feuille de style unique, ecrite a la main.
   Concept : magazine editorial premium, mode clair uniquement.
   Titres Fraunces, texte Inter, accents teal et terracotta.
   ========================================================================== */

/* 1. Variables ------------------------------------------------------------*/
:root {
  /* Couleurs de fond */
  --bg: #FFFFFF;
  --bg-alt: #FAF8F5;
  --bg-deep: #16211F;
  --bg-teal-soft: #EDF6F4;
  --bg-terra-soft: #FCF1EA;
  /* Couleurs de texte */
  --ink: #181513;
  --ink-soft: #5C5450;
  --ink-faint: #8A817B;
  --ink-invert: #F7F4F0;
  /* Accents */
  --teal: #0F766E;
  --teal-dark: #0B5A54;
  --teal-light: #16A79B;
  --terra: #C2410C;
  --terra-dark: #9A330A;
  /* Filets et bordures */
  --rule: #E7E0D8;
  --rule-strong: #D6CCC0;
  /* Rayons */
  --r-xs: 2px;
  --r-sm: 4px;
  --r-md: 6px;
  --r-lg: 10px;
  --r-round: 999px;
  /* Ombres, volontairement discretes */
  --sh-1: 0 1px 2px rgba(24, 21, 19, 0.05);
  --sh-2: 0 2px 10px rgba(24, 21, 19, 0.06);
  --sh-3: 0 12px 34px rgba(24, 21, 19, 0.10);
  /* Espacements */
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 24px;
  --s-6: 32px;
  --s-7: 44px;
  --s-8: 60px;
  --s-9: 84px;
  --s-10: 112px;
  /* Transitions */
  --t-fast: 160ms cubic-bezier(0.33, 0.02, 0.24, 1);
  --t-base: 260ms cubic-bezier(0.33, 0.02, 0.24, 1);
  --t-slow: 420ms cubic-bezier(0.22, 0.61, 0.36, 1);
  /* Grilles */
  --wrap: 1240px;
  --read: 720px;
  --header-h: 68px;
  /* Polices */
  --f-title: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --f-body: "Inter", "Helvetica Neue", Arial, sans-serif;
}

/* 2. Reset moderne --------------------------------------------------------*/
*,
*::before,
*::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 24px);
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 var(--s-4);
  font-family: var(--f-title);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.012em;
  color: var(--ink);
  font-variation-settings: "SOFT" 0, "WONK" 0;
}
p { margin: 0 0 var(--s-5); }
ul, ol {
  margin: 0 0 var(--s-5);
  padding-left: 1.35rem;
}
li { margin-bottom: var(--s-2); }
a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color var(--t-fast);
}
a:hover { color: var(--terra); }
img {
  max-width: 100%;
  height: auto;
  display: block;
}
figure { margin: 0; }
table {
  border-collapse: collapse;
  width: 100%;
}
button {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}
strong, b {
  font-weight: 600;
  color: var(--ink);
}
::selection {
  background: #C9EAE4;
  color: var(--ink);
}
:focus-visible {
  outline: 3px solid var(--terra);
  outline-offset: 3px;
  border-radius: var(--r-xs);
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--teal);
  color: #fff;
  padding: 12px 20px;
  z-index: 999;
  border-radius: 0 0 var(--r-sm) 0;
  text-decoration: none;
}
.skip-link:focus { left: 0; }

/* 3. Typographie fluide ---------------------------------------------------*/
.h-display {
  font-size: clamp(2.15rem, 1.35rem + 3.4vw, 4rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.025em;
}
.h-1 {
  font-size: clamp(1.85rem, 1.3rem + 2.1vw, 2.85rem);
  line-height: 1.1;
}
h2 {
  font-size: clamp(1.6rem, 1.15rem + 1.7vw, 2.35rem);
  line-height: 1.14;
}
h3 {
  font-size: clamp(1.2rem, 1.02rem + 0.65vw, 1.5rem);
  line-height: 1.24;
  letter-spacing: -0.008em;
}
h4 {
  font-size: 1.06rem;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0;
}
.lede {
  font-size: clamp(1.08rem, 1rem + 0.42vw, 1.32rem);
  line-height: 1.62;
  color: var(--ink-soft);
  font-weight: 400;
}
.eyebrow {
  font-family: var(--f-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra);
  margin: 0 0 var(--s-3);
  display: block;
}

/* 4. Structure et conteneurs ----------------------------------------------*/
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 28px;
}
.section {
  padding: var(--s-9) 0;
  border-top: 1px solid var(--rule);
}
.section--flat { border-top: 0; }
.section__head { margin-bottom: var(--s-7); }
.section__num {
  font-family: var(--f-title);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--terra);
  display: inline-block;
  margin-bottom: var(--s-2);
  letter-spacing: 0.04em;
}
.prose { max-width: var(--read); }

/* 5. Barre de progression de lecture --------------------------------------*/
.progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 120;
  background: transparent;
  pointer-events: none;
}
.progress__bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--teal) 0%, var(--teal-light) 55%, var(--terra) 100%);
  transform-origin: left center;
  transition: width 90ms linear;
}

/* 6. Header ---------------------------------------------------------------*/
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(150%) blur(10px);
  border-bottom: 1px solid var(--rule);
  transition: box-shadow var(--t-base), background var(--t-base);
}
.site-header.is-compact { box-shadow: 0 1px 14px rgba(24, 21, 19, 0.08); }
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-5);
  min-height: var(--header-h);
  transition: min-height var(--t-base);
}
.site-header.is-compact .site-header__inner { min-height: 56px; }
.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  text-decoration: none;
  color: var(--ink);
  flex-shrink: 0;
}
.brand__mark {
  font-family: var(--f-title);
  font-weight: 700;
  font-size: 1.16rem;
  letter-spacing: -0.02em;
}
.brand__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--terra);
  display: inline-block;
  transform: translateY(-2px);
}
.brand__sub {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 600;
}
.nav {
  display: flex;
  align-items: center;
  gap: var(--s-5);
}
.nav__list {
  display: flex;
  align-items: center;
  gap: var(--s-5);
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__list li { margin: 0; }
.nav__link {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  white-space: nowrap;
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--terra);
  transition: width var(--t-base);
}
.nav__link:hover,
.nav__link[aria-current="true"] { color: var(--ink); }
.nav__link:hover::after,
.nav__link[aria-current="true"]::after { width: 100%; }
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--rule-strong);
  border-radius: var(--r-sm);
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: border-color var(--t-fast), background var(--t-fast);
}
.nav-toggle:hover { border-color: var(--teal); }
.nav-toggle__bars,
.nav-toggle__bars::before,
.nav-toggle__bars::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform var(--t-base), opacity var(--t-fast);
}
.nav-toggle__bars { position: relative; }
.nav-toggle__bars::before,
.nav-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
}
.nav-toggle__bars::before { top: -6px; }
.nav-toggle__bars::after  { top: 6px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after { transform: translateY(-6px) rotate(-45deg); }

/* 6 bis. Entrees reservees au panneau mobile (masquees en desktop) --------*/
.nav__item--more { display: none; }

/* 6 ter. En-tete sur une seule ligne au-dessus de 1120 px -----------------*/
@media (min-width: 1121px) {
  .site-header__inner {
    flex-wrap: nowrap;
    min-width: 0;
  }
  .brand {
    white-space: nowrap;
    flex-shrink: 0;
  }
  .brand__mark,
  .brand__sub { white-space: nowrap; }
  .nav { flex-wrap: nowrap; }
  .nav__list { flex-wrap: nowrap; }
  .nav__link { white-space: nowrap; }
  .nav .btn,
  .nav .btn span { white-space: nowrap; }
}

/* 7. Boutons --------------------------------------------------------------*/
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border-radius: var(--r-sm);
  font-family: var(--f-body);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  text-decoration: none;
  line-height: 1.2;
  border: 1px solid transparent;
  transition: background var(--t-fast), color var(--t-fast),
              border-color var(--t-fast), transform var(--t-fast),
              box-shadow var(--t-fast);
}
.btn--primary {
  background: var(--teal);
  color: #fff;
  box-shadow: var(--sh-1);
}
.btn--primary:hover {
  background: var(--teal-dark);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: var(--sh-2);
}
.btn--ghost {
  background: #fff;
  color: var(--ink);
  border-color: var(--rule-strong);
}
.btn--ghost:hover {
  border-color: var(--teal);
  color: var(--teal);
  background: var(--bg-teal-soft);
}
.btn--sm {
  padding: 9px 16px;
  font-size: 0.86rem;
}
.btn--wide {
  padding: 15px 30px;
  font-size: 1rem;
}
.btn__arrow { transition: transform var(--t-fast); }
.btn:hover .btn__arrow { transform: translateX(3px); }
.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
  align-items: center;
}

/* 8. Hero -----------------------------------------------------------------*/
.hero {
  padding: clamp(40px, 5vw, 76px) 0 var(--s-8);
  background:
    radial-gradient(900px 420px at 88% -10%, #EEF7F5 0%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(180deg, #FFFFFF 0%, var(--bg-alt) 100%);
  border-bottom: 1px solid var(--rule);
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: center;
}
.hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  border: 1px solid #BFE0DA;
  background: var(--bg-teal-soft);
  padding: 6px 12px;
  border-radius: var(--r-round);
  margin-bottom: var(--s-5);
}
.hero__kicker span.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--terra);
}
.hero h1 { margin-bottom: var(--s-5); }
.hero__lede {
  margin-bottom: var(--s-6);
  max-width: 34em;
}
.hero__figure { position: relative; }
.hero__img {
  width: 100%;
  border-radius: var(--r-md);
  border: 1px solid var(--rule);
  box-shadow: var(--sh-3);
  object-fit: cover;
}
.hero__caption {
  margin-top: var(--s-3);
  font-size: 0.78rem;
  color: var(--ink-faint);
  border-left: 2px solid var(--rule-strong);
  padding-left: 10px;
}
/* Bloc note */
.score {
  display: flex;
  align-items: center;
  gap: var(--s-5);
  padding: var(--s-5);
  background: #fff;
  border: 1px solid var(--rule);
  border-left: 4px solid var(--terra);
  border-radius: var(--r-sm);
  margin-bottom: var(--s-6);
  max-width: 520px;
  box-shadow: var(--sh-1);
}
.score__value {
  font-family: var(--f-title);
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1;
  color: var(--teal);
  letter-spacing: -0.03em;
}
.score__value sup {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink-faint);
  letter-spacing: 0;
  top: -1.2em;
}
.score__meta { min-width: 0; }
.stars {
  display: inline-flex;
  gap: 3px;
  margin-bottom: 4px;
}
.star {
  width: 15px;
  height: 15px;
  fill: var(--terra);
}
.score__label {
  font-size: 0.82rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
/* Signature courte */
.byline {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  padding-top: var(--s-5);
  border-top: 1px solid var(--rule);
}
.byline__img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--rule-strong);
  flex-shrink: 0;
}
.byline__name {
  font-weight: 600;
  font-size: 0.94rem;
  display: block;
  line-height: 1.35;
}
.byline__meta {
  font-size: 0.8rem;
  color: var(--ink-faint);
  line-height: 1.4;
}

/* 9. Mise en page article + sommaire lateral ------------------------------*/
.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 268px;
  gap: clamp(32px, 4.5vw, 72px);
  align-items: start;
}
.layout__main { min-width: 0; }
.toc {
  position: sticky;
  top: calc(var(--header-h) + 26px);
  background: var(--bg-alt);
  border: 1px solid var(--rule);
  border-radius: var(--r-sm);
  padding: var(--s-5) var(--s-4);
  max-height: calc(100vh - var(--header-h) - 54px);
  overflow-y: auto;
  scrollbar-width: thin;
}
.toc__title {
  font-family: var(--f-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin: 0 0 var(--s-3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.toc__chev {
  display: none;
  transition: transform var(--t-base);
}
.toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: toc;
}
.toc__list li { margin: 0; }
.toc__link {
  display: block;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--ink-soft);
  text-decoration: none;
  padding: 7px 10px 7px 12px;
  border-left: 2px solid transparent;
  transition: color var(--t-fast), border-color var(--t-fast), background var(--t-fast);
}
.toc__link:hover {
  color: var(--ink);
  background: #fff;
  border-left-color: var(--rule-strong);
}
.toc__link.is-active {
  color: var(--teal);
  font-weight: 600;
  border-left-color: var(--terra);
  background: #fff;
}

/* 10. Lettrine, pull quote, encadres --------------------------------------*/
.dropcap::first-letter {
  font-family: var(--f-title);
  font-weight: 700;
  float: left;
  font-size: 4.1em;
  line-height: 0.82;
  padding: 8px 12px 0 0;
  color: var(--terra);
  font-variation-settings: "SOFT" 20, "WONK" 1;
}
.pullquote {
  margin: var(--s-7) 0;
  padding: 0 0 0 var(--s-5);
  border-left: 3px solid var(--teal);
}
.pullquote p {
  font-family: var(--f-title);
  font-style: italic;
  font-size: clamp(1.18rem, 1.02rem + 0.7vw, 1.6rem);
  line-height: 1.38;
  color: var(--ink);
  margin: 0 0 var(--s-3);
  letter-spacing: -0.012em;
}
.pullquote cite {
  font-style: normal;
  font-size: 0.82rem;
  color: var(--ink-faint);
  letter-spacing: 0.02em;
}
.callout {
  margin: var(--s-6) 0;
  padding: var(--s-5) var(--s-5) var(--s-5) var(--s-6);
  background: var(--bg-alt);
  border-left: 4px solid var(--terra);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
}
.callout__title {
  font-family: var(--f-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra);
  margin: 0 0 var(--s-3);
}
.callout p:last-child,
.callout ul:last-child,
.callout ol:last-child { margin-bottom: 0; }
.callout--teal {
  border-left-color: var(--teal);
  background: var(--bg-teal-soft);
}
.callout--teal .callout__title { color: var(--teal); }
.note-inline {
  font-size: 0.86rem;
  color: var(--ink-faint);
  border-top: 1px dotted var(--rule-strong);
  padding-top: var(--s-3);
  margin-top: var(--s-4);
}

/* 11. Tableaux : filets horizontaux uniquement ----------------------------*/
.table-wrap {
  overflow-x: auto;
  margin: var(--s-6) 0;
  -webkit-overflow-scrolling: touch;
}
.data-table {
  min-width: 560px;
  font-size: 0.92rem;
  border: 0;
}
.data-table caption {
  text-align: left;
  font-family: var(--f-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-faint);
  padding-bottom: var(--s-3);
  border-bottom: 2px solid var(--ink);
  margin-bottom: 0;
}
.data-table thead th {
  text-align: left;
  font-family: var(--f-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 14px 16px 12px 0;
  border-bottom: 1px solid var(--ink);
  vertical-align: bottom;
}
.data-table tbody th {
  text-align: left;
  font-weight: 600;
  color: var(--ink);
  padding: 14px 16px 14px 0;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}
.data-table tbody td {
  padding: 14px 16px 14px 0;
  border-bottom: 1px solid var(--rule);
  color: var(--ink-soft);
  vertical-align: top;
}
.data-table tbody tr:last-child th,
.data-table tbody tr:last-child td { border-bottom: 1px solid var(--ink); }
.data-table tbody tr { transition: background var(--t-fast); }
.data-table tbody tr:hover { background: var(--bg-alt); }
.data-table th:last-child,
.data-table td:last-child { padding-right: 0; }
/* Apparition sequencee des lignes */
.data-table tbody tr.row-in {
  opacity: 0;
  transform: translateY(10px);
}
.data-table tbody tr.row-in.is-visible {
  opacity: 1;
  transform: none;
  transition: opacity 380ms ease, transform 380ms ease;
}
.tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--r-xs);
  white-space: nowrap;
}
.tag--teal { background: var(--bg-teal-soft); color: var(--teal-dark); }
.tag--terra { background: var(--bg-terra-soft); color: var(--terra-dark); }
.tag--neutral { background: #F0ECE6; color: var(--ink-soft); }
.table-note {
  font-size: 0.8rem;
  color: var(--ink-faint);
  margin-top: var(--s-3);
}

/* 12. Cartes, grilles, listes ---------------------------------------------*/
.grid {
  display: grid;
  gap: var(--s-5);
}
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: var(--r-sm);
  padding: var(--s-5);
  transition: border-color var(--t-base), box-shadow var(--t-base), transform var(--t-base);
}
.card:hover {
  border-color: var(--rule-strong);
  box-shadow: var(--sh-2);
  transform: translateY(-2px);
}
.card h3 { margin-bottom: var(--s-3); }
.card p:last-child { margin-bottom: 0; }
.card__index {
  font-family: var(--f-title);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--terra);
  display: block;
  margin-bottom: var(--s-2);
}
.card--profile { border-top: 3px solid var(--teal); }
.card--warn { border-top: 3px solid var(--terra); }
/* Compteurs */
.stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  margin: var(--s-6) 0;
}
.stat {
  padding: var(--s-6) var(--s-4);
  border-right: 1px solid var(--rule);
}
.stat:last-child { border-right: 0; }
.stat__num {
  font-family: var(--f-title);
  font-size: clamp(1.7rem, 1.2rem + 1.7vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  color: var(--teal);
  letter-spacing: -0.03em;
  display: block;
  margin-bottom: var(--s-2);
  font-variant-numeric: tabular-nums;
}
.stat__label {
  font-size: 0.82rem;
  color: var(--ink-soft);
  line-height: 1.45;
  display: block;
}
.stat__src {
  font-size: 0.72rem;
  color: var(--ink-faint);
  margin-top: 6px;
  display: block;
}
/* Listes decoratives */
.list-check {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--s-5);
}
.list-check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: var(--s-3);
}
.list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
}
.list-dot {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--s-5);
}
.list-dot li {
  position: relative;
  padding-left: 22px;
  margin-bottom: var(--s-3);
}
.list-dot li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.72em;
  width: 7px;
  height: 7px;
  background: var(--terra);
  border-radius: 50%;
}
/* Checklist interactive */
.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--rule);
}
.checklist li {
  margin: 0;
  border-bottom: 1px solid var(--rule);
}
.check-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  padding: 16px 4px;
  transition: background var(--t-fast);
}
.check-item:hover { background: var(--bg-alt); }
.check-item__box {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--rule-strong);
  border-radius: var(--r-xs);
  margin-top: 3px;
  position: relative;
  transition: background var(--t-fast), border-color var(--t-fast);
}
.check-item[aria-pressed="true"] .check-item__box {
  background: var(--teal);
  border-color: var(--teal);
}
.check-item[aria-pressed="true"] .check-item__box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(42deg);
}
.check-item__text {
  font-size: 0.96rem;
  line-height: 1.6;
}
.check-item[aria-pressed="true"] .check-item__text {
  color: var(--ink-faint);
  text-decoration: line-through;
  text-decoration-color: var(--rule-strong);
}
.check-item__num {
  font-family: var(--f-title);
  font-weight: 700;
  color: var(--terra);
  font-size: 0.85rem;
  flex: 0 0 26px;
  margin-top: 4px;
}
.checklist-bar {
  display: flex;
  align-items: center;
  gap: var(--s-4);
  margin-top: var(--s-5);
  font-size: 0.86rem;
  color: var(--ink-soft);
}
.checklist-bar__track {
  flex: 1;
  height: 5px;
  background: var(--rule);
  border-radius: var(--r-round);
  overflow: hidden;
}
.checklist-bar__fill {
  height: 100%;
  width: 0;
  background: var(--teal);
  transition: width var(--t-base);
}

/* 13. Onglets -------------------------------------------------------------*/
.tabs { margin: var(--s-6) 0; }
.tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid var(--rule);
  margin-bottom: var(--s-5);
}
.tab {
  padding: 12px 18px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink-faint);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color var(--t-fast), border-color var(--t-fast);
  white-space: nowrap;
}
.tab:hover { color: var(--ink); }
.tab[aria-selected="true"] {
  color: var(--teal);
  border-bottom-color: var(--teal);
}
.tab-panel[hidden] { display: none; }

/* 14. Scores de notation --------------------------------------------------*/
.criteria {
  margin: var(--s-6) 0 0;
  border-top: 1px solid var(--ink);
}
.criterion {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: var(--s-4) var(--s-5);
  align-items: center;
  padding: var(--s-5) 0;
  border-bottom: 1px solid var(--rule);
}
.criterion__name {
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 4px;
  font-family: var(--f-body);
}
.criterion__desc {
  font-size: 0.86rem;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.55;
}
.criterion__weight {
  font-size: 0.74rem;
  color: var(--ink-faint);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}
.criterion__score { text-align: right; }
.criterion__val {
  font-family: var(--f-title);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--teal);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.bar {
  grid-column: 1 / -1;
  height: 4px;
  background: var(--rule);
  border-radius: var(--r-round);
  overflow: hidden;
}
.bar__fill {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--teal) 0%, var(--teal-light) 100%);
  border-radius: var(--r-round);
  transition: width 700ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* 15. Temoignages ---------------------------------------------------------*/
.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--ink);
}
.quote {
  padding: var(--s-6) var(--s-5) var(--s-6) 0;
  border-bottom: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
}
.quote:nth-child(2n) {
  border-right: 0;
  padding-left: var(--s-5);
}
.quote__text {
  font-family: var(--f-title);
  font-size: 1.02rem;
  line-height: 1.52;
  margin: 0 0 var(--s-4);
  color: var(--ink);
}
.quote__author {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ink);
  display: block;
}
.quote__role {
  font-size: 0.78rem;
  color: var(--ink-faint);
  display: block;
}

/* 16. Glossaire -----------------------------------------------------------*/
.glossary {
  margin: var(--s-6) 0 0;
  border-top: 1px solid var(--ink);
}
.glossary__item {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: var(--s-5);
  padding: var(--s-5) 0;
  border-bottom: 1px solid var(--rule);
}
.glossary__term {
  font-family: var(--f-title);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--ink);
  margin: 0;
  line-height: 1.3;
}
.glossary__def {
  margin: 0;
  font-size: 0.94rem;
  color: var(--ink-soft);
  line-height: 1.62;
}
.glossary-filter {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  flex-wrap: wrap;
  margin-bottom: var(--s-4);
}
.glossary-filter label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.glossary-filter input {
  font-family: var(--f-body);
  font-size: 0.94rem;
  padding: 10px 14px;
  border: 1px solid var(--rule-strong);
  border-radius: var(--r-sm);
  background: #fff;
  color: var(--ink);
  min-width: 240px;
  flex: 1;
  max-width: 380px;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.glossary-filter input:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.14);
}
.glossary__empty {
  padding: var(--s-5) 0;
  color: var(--ink-faint);
  font-size: 0.9rem;
}

/* 17. FAQ -----------------------------------------------------------------*/
.faq {
  margin-top: var(--s-6);
  border-top: 1px solid var(--ink);
}
.faq__item { border-bottom: 1px solid var(--rule); }
.faq__q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--s-4);
  width: 100%;
  text-align: left;
  padding: 20px 0;
  font-family: var(--f-title);
  font-size: 1.06rem;
  font-weight: 600;
  line-height: 1.36;
  color: var(--ink);
  transition: color var(--t-fast);
}
.faq__q:hover { color: var(--teal); }
.faq__sign {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  position: relative;
  margin-top: 5px;
}
.faq__sign::before,
.faq__sign::after {
  content: "";
  position: absolute;
  background: var(--terra);
  border-radius: 1px;
  transition: transform var(--t-base), opacity var(--t-fast);
}
.faq__sign::before {
  left: 0;
  top: 9px;
  width: 20px;
  height: 2px;
}
.faq__sign::after {
  left: 9px;
  top: 0;
  width: 2px;
  height: 20px;
}
.faq__q[aria-expanded="true"] .faq__sign::after {
  transform: scaleY(0);
  opacity: 0;
}
.faq__a {
  overflow: hidden;
  max-height: 0;
  transition: max-height var(--t-slow);
}
.faq__a-inner {
  padding: 0 44px var(--s-5) 0;
  color: var(--ink-soft);
  font-size: 0.97rem;
}
.faq__a-inner p:last-child { margin-bottom: 0; }

/* 18. Sources -------------------------------------------------------------*/
.sources {
  list-style: none;
  padding: 0;
  margin: var(--s-5) 0 0;
  border-top: 1px solid var(--ink);
}
.sources li {
  padding: var(--s-4) 0;
  border-bottom: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: var(--s-4);
  margin: 0;
}
.sources__label {
  font-weight: 600;
  font-size: 0.9rem;
}
.sources__desc {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

/* 19. Bloc auteur ---------------------------------------------------------*/
.author {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: var(--s-6);
  align-items: start;
  background: var(--bg-alt);
  border: 1px solid var(--rule);
  border-left: 4px solid var(--teal);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  padding: var(--s-6);
}
.author__img {
  width: 160px;
  height: 160px;
  border-radius: var(--r-lg);
  object-fit: cover;
  border: 1px solid var(--rule-strong);
}
.author__name {
  font-size: 1.5rem;
  margin-bottom: 2px;
}
.author__role {
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--terra);
  font-weight: 600;
  margin-bottom: var(--s-4);
}
.author__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
  margin-top: var(--s-4);
}
.author__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--ink);
  border: 1px solid var(--rule-strong);
  background: #fff;
  border-radius: var(--r-sm);
  padding: 8px 14px;
  transition: border-color var(--t-fast), color var(--t-fast), background var(--t-fast);
}
.author__link:hover {
  border-color: var(--teal);
  color: var(--teal);
  background: var(--bg-teal-soft);
}
.author__updated {
  margin-top: var(--s-4);
  font-size: 0.8rem;
  color: var(--ink-faint);
}

/* 20. CTA final -----------------------------------------------------------*/
.cta-final {
  background: var(--bg-deep);
  color: var(--ink-invert);
  padding: var(--s-9) 0;
}
.cta-final h2,
.cta-final h3 { color: #fff; }
.cta-final p { color: #CFD9D6; }
.cta-final__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
}
.cta-final .btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
}
.cta-final .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: #fff;
}
.cta-final__points {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cta-final__points li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.92rem;
  color: #DCE5E2;
  display: flex;
  gap: 12px;
}
.cta-final__points li:first-child { border-top: 1px solid rgba(255, 255, 255, 0.13); }
.cta-final__points b {
  color: #fff;
  font-weight: 600;
}
.cta-final__logo {
  height: 34px;
  width: auto;
  margin-bottom: var(--s-5);
  opacity: 0.95;
}
/* Bandeau CTA intermediaire */
.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-5);
  flex-wrap: wrap;
  padding: var(--s-6);
  background: var(--bg-teal-soft);
  border: 1px solid #C7E4DF;
  border-radius: var(--r-sm);
  margin: var(--s-7) 0;
}
.cta-strip__text { max-width: 46em; }
.cta-strip__text p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.cta-strip__text strong {
  display: block;
  font-family: var(--f-title);
  font-size: 1.18rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--ink);
}

/* 21. Footer --------------------------------------------------------------*/
.site-footer {
  background: var(--bg-alt);
  border-top: 1px solid var(--rule);
  padding: var(--s-8) 0 var(--s-6);
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--s-7);
  padding-bottom: var(--s-6);
  border-bottom: 1px solid var(--rule);
}
.footer__title {
  font-family: var(--f-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: var(--s-4);
}
.footer__brand {
  font-family: var(--f-title);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: var(--s-3);
  letter-spacing: -0.02em;
}
.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__list li { margin-bottom: 10px; }
.footer__list a {
  color: var(--ink-soft);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color var(--t-fast), border-color var(--t-fast);
}
.footer__list a:hover {
  color: var(--teal);
  border-bottom-color: var(--teal);
}
.footer__bottom {
  padding-top: var(--s-5);
  display: grid;
  gap: var(--s-3);
}
.footer__disclosure {
  font-size: 0.82rem;
  color: var(--ink-faint);
  background: #fff;
  border: 1px solid var(--rule);
  border-left: 3px solid var(--terra);
  padding: var(--s-4);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
}
.footer__legal {
  font-size: 0.79rem;
  color: var(--ink-faint);
}

/* 22. Retour en haut ------------------------------------------------------*/
.to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  border-radius: var(--r-sm);
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity var(--t-base), transform var(--t-base), visibility var(--t-base), background var(--t-fast);
  z-index: 90;
  box-shadow: var(--sh-2);
}
.to-top.is-shown {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.to-top:hover { background: var(--teal); }

/* 23. Animations de revelation --------------------------------------------*/
.reveal {
  opacity: 0;
  transform: translateY(16px);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: opacity 420ms cubic-bezier(0.22, 0.61, 0.36, 1),
              transform 420ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.no-js .reveal,
.no-js .row-in {
  opacity: 1;
  transform: none;
}

/* 24. Page 404 ------------------------------------------------------------*/
.error-page {
  min-height: 74vh;
  display: flex;
  align-items: center;
  padding: var(--s-9) 0;
  background:
    radial-gradient(760px 380px at 82% 4%, #EEF7F5 0%, rgba(255, 255, 255, 0) 62%),
    var(--bg);
}
.error-page__code {
  font-family: var(--f-title);
  font-size: clamp(4.5rem, 3rem + 8vw, 9rem);
  font-weight: 700;
  line-height: 0.9;
  color: var(--terra);
  letter-spacing: -0.05em;
  margin-bottom: var(--s-4);
}

/* 25. Images d'illustration -----------------------------------------------*/
.figure-block { margin: var(--s-7) 0; }
.figure-block img {
  width: 100%;
  border-radius: var(--r-md);
  border: 1px solid var(--rule);
  object-fit: cover;
}
.figure-block figcaption {
  margin-top: var(--s-3);
  font-size: 0.8rem;
  color: var(--ink-faint);
  border-left: 2px solid var(--terra);
  padding-left: 10px;
}

/* 26. Divers --------------------------------------------------------------*/
.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2);
  margin: var(--s-4) 0 var(--s-5);
}
.badge {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--ink-soft);
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: var(--r-round);
  padding: 5px 12px;
}
.verdict-list {
  counter-reset: vd;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--ink);
}
.verdict-list li {
  counter-increment: vd;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: var(--s-4);
  padding: var(--s-5) 0;
  border-bottom: 1px solid var(--rule);
  margin: 0;
}
.verdict-list li::before {
  content: counter(vd, decimal-leading-zero);
  font-family: var(--f-title);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--terra);
  line-height: 1.4;
}
.verdict-list strong {
  display: block;
  font-family: var(--f-title);
  font-size: 1.12rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.verdict-list p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.steps {
  counter-reset: st;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--ink);
  margin: var(--s-6) 0;
}
.step {
  counter-increment: st;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: var(--s-5);
  padding: var(--s-6) 0;
  border-bottom: 1px solid var(--rule);
}
.step__no {
  font-family: var(--f-title);
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--rule-strong);
  line-height: 1;
  letter-spacing: -0.04em;
}
.step h3 { margin-bottom: var(--s-3); }
.step p:last-child { margin-bottom: 0; }

/* 27. Points de rupture ---------------------------------------------------*/
@media (max-width: 1200px) {
  :root { --wrap: 1080px; }
  .layout { grid-template-columns: minmax(0, 1fr) 240px; }
  .stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .stat:nth-child(3) { border-right: 0; }
  .stat:nth-child(4),
  .stat:nth-child(5) { border-top: 1px solid var(--rule); }
}
@media (max-width: 980px) {
  body { font-size: 16.5px; }
  .wrap { padding: 0 22px; }
  .layout { grid-template-columns: minmax(0, 1fr); }
  .toc {
    position: static;
    max-height: none;
    order: -1;
    margin-bottom: var(--s-6);
  }
  .toc__title { cursor: pointer; }
  .toc__chev { display: block; }
  .toc[data-collapsed="true"] .toc__list { display: none; }
  .toc[data-collapsed="false"] .toc__chev { transform: rotate(180deg); }
  .hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--s-6);
  }
  .hero__figure { order: -1; }
  .cta-final__grid { grid-template-columns: minmax(0, 1fr); }
  .footer__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: var(--s-6);
  }
  .glossary__item {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--s-2);
  }
  .author {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--s-5);
  }
  .author__img {
    width: 132px;
    height: 132px;
  }
}
/* Bascule de l'en-tete vers le menu burger : navigation complete */
@media (max-width: 1120px) {
  .site-header__inner { position: relative; }
  .nav__list { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav.is-open .nav__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-bottom: 1px solid var(--rule);
    box-shadow: var(--sh-2);
    padding: var(--s-3) 28px var(--s-5);
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
  }
  .nav.is-open .nav__list li { border-bottom: 1px solid var(--rule); }
  .nav.is-open .nav__list li:last-child { border-bottom: 0; }
  .nav.is-open .nav__item--more { display: block; }
  .nav.is-open .nav__link {
    display: block;
    padding: 14px 0;
    font-size: 1rem;
    white-space: normal;
  }
}
@media (max-width: 980px) {
  .nav.is-open .nav__list {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 760px) {
  :root {
    --s-9: 60px;
    --s-10: 76px;
  }
  .section { padding: var(--s-8) 0; }
  .grid--2,
  .grid--3 { grid-template-columns: minmax(0, 1fr); }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat {
    border-right: 1px solid var(--rule);
    border-top: 1px solid var(--rule);
    padding: var(--s-5) var(--s-3);
  }
  .stat:nth-child(2n) { border-right: 0; }
  .stat:nth-child(1),
  .stat:nth-child(2) { border-top: 0; }
  .quote-grid { grid-template-columns: minmax(0, 1fr); }
  .quote {
    border-right: 0;
    padding-right: 0;
  }
  .quote:nth-child(2n) { padding-left: 0; }
  .criterion { grid-template-columns: minmax(0, 1fr) 70px; }
  .sources li {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--s-2);
  }
  .step {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--s-3);
    padding: var(--s-5) 0;
  }
  .score {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--s-3);
  }
  .cta-strip { padding: var(--s-5); }
  .footer__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--s-6);
  }
  .dropcap::first-letter {
    font-size: 3.4em;
    padding-right: 9px;
  }
}
@media (max-width: 520px) {
  body { font-size: 16px; }
  .wrap { padding: 0 17px; }
  .btn { width: 100%; }
  .btn-row .btn { width: 100%; }
  .hero__kicker {
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }
  .score__value { font-size: 2.4rem; }
  .to-top {
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
  }
  .faq__a-inner { padding-right: 0; }
  .verdict-list li {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--s-2);
  }
  .tabs__list {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .check-item__num { display: none; }
  .glossary-filter input {
    min-width: 0;
    width: 100%;
    max-width: none;
  }
  .author { padding: var(--s-5); }
}

/* 28. Mouvement reduit ----------------------------------------------------*/
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal,
  .row-in {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* 29. Impression ----------------------------------------------------------*/
@media print {
  .site-header,
  .toc,
  .to-top,
  .progress,
  .nav-toggle,
  .cta-strip,
  .btn { display: none !important; }
  body {
    font-size: 11pt;
    line-height: 1.5;
    color: #000;
    background: #fff;
  }
  .layout { display: block; }
  .section {
    padding: 14pt 0;
    break-inside: avoid;
  }
  .cta-final {
    background: #fff;
    color: #000;
  }
  .cta-final h2,
  .cta-final p,
  .cta-final__points li { color: #000; }
  .faq__a { max-height: none !important; }
  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 8pt;
    color: #444;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
/* Complements */
.toc__link--sub {
  padding-left: 26px;
  font-size: 0.76rem;
  color: var(--ink-faint);
  position: relative;
}
.toc__link--sub::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 6px;
  height: 1px;
  background: var(--rule-strong);
}
.toc__link--sub.is-active::before { background: var(--terra); }

/* Corrections de contraste : onglets et titre du sommaire, du gris trop clair
   vers la couleur de texte secondaire, pour depasser le rapport 4,5:1. */
.tab { color: #5C5450; }
.toc__title { color: #5C5450; }
