@font-face {
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/source-serif-4-latin-ext-italic-91d86f08.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/source-serif-4-latin-italic-c43c9461.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/source-serif-4-latin-ext-normal-33ba7507.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/source-serif-4-latin-normal-e9192c2f.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/ibm-plex-mono-400-79936b18.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/ibm-plex-mono-500-b1c8a895.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/ibm-plex-mono-600-5a2ce779.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==========================================================================
   Comment ça vole ? — système visuel « instrumentation »
   Corps de texte en serif pour la lecture longue, appareillage technique
   en mono : libellés capitalisés, chiffres tabulaires, filets d'un pixel.
   Pensé d'abord pour le thème sombre — un cockpit de nuit.
   ========================================================================== */

/* --- Jetons ------------------------------------------------------------- */
:root {
  color-scheme: light dark;

  --bg:            #f6f5f1;
  --bg-raised:     #fffffe;
  --bg-sunken:     #eceae4;
  --text:          #151a20;
  --text-muted:    #545f6c;
  --text-faint:    #7c8693;
  --rule:          #dedbd3;
  --rule-strong:   #bcb9af;
  --accent:        #0f5f8c;
  --accent-hover:  #0a4667;
  --accent-soft:   #e4eef5;
  --signal:        #9a5c08;
  --signal-soft:   #f6ecd9;
  --selection:     #cde3f0;

  --font-serif: "Source Serif 4", Charter, Georgia, serif;
  --font-mono:  "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --measure:      36rem;
  --measure-wide: 54rem;
  --measure-full: 78rem;

  --step--2: 0.72rem;
  --step--1: clamp(0.82rem, 0.79rem + 0.14vw, 0.9rem);
  --step-0:  clamp(1.06rem, 1.02rem + 0.2vw, 1.18rem);
  --step-1:  clamp(1.26rem, 1.16rem + 0.48vw, 1.5rem);
  --step-2:  clamp(1.55rem, 1.36rem + 0.9vw, 2.05rem);
  --step-3:  clamp(1.95rem, 1.6rem + 1.7vw, 3rem);
  --step-4:  clamp(2.3rem, 1.7rem + 2.8vw, 4rem);

  --tick: 10px;   /* longueur des équerres d'angle */
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg:           #0d1117;
    --bg-raised:    #141b24;
    --bg-sunken:    #080c11;
    --text:         #e3e7ec;
    --text-muted:   #98a2ae;
    --text-faint:   #6a7482;
    --rule:         #1e2731;
    --rule-strong:  #303c4a;
    --accent:       #4cb3e8;
    --accent-hover: #83cdf4;
    --accent-soft:  #0f2230;
    --signal:       #f0a53c;
    --signal-soft:  #241a09;
    --selection:    #16405a;
  }
}
:root[data-theme="dark"] {
  --bg:           #0d1117;
  --bg-raised:    #141b24;
  --bg-sunken:    #080c11;
  --text:         #e3e7ec;
  --text-muted:   #98a2ae;
  --text-faint:   #6a7482;
  --rule:         #1e2731;
  --rule-strong:  #303c4a;
  --accent:       #4cb3e8;
  --accent-hover: #83cdf4;
  --accent-soft:  #0f2230;
  --signal:       #f0a53c;
  --signal-soft:  #241a09;
  --selection:    #16405a;
}

/* --- Base --------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-serif);
  font-size: var(--step-0);
  line-height: 1.68;
  font-synthesis-weight: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--selection); }
img, video { max-width: 100%; height: auto; display: block; }

a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: .18em;
    text-decoration-color: color-mix(in srgb, var(--accent) 40%, transparent);
    transition: color .12s ease, text-decoration-color .12s ease; }
a:hover { color: var(--accent-hover); text-decoration-color: currentColor; }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.skip-link { position: absolute; left: -9999px; background: var(--accent); color: #fff;
             padding: .6rem 1rem; z-index: 100; font-family: var(--font-mono); font-size: var(--step--1); }
.skip-link:focus { left: 1rem; top: 1rem; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
                   overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* --- Registre technique ------------------------------------------------- */
.mono, .label {
  font-family: var(--font-mono);
  font-size: var(--step--2);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-variant-numeric: tabular-nums;
}
.label { color: var(--text-faint); }

/* Équerres d'angle : le liseré d'un cadran d'instrument. */
.ticked { position: relative; }
.ticked::before, .ticked::after {
  content: ""; position: absolute; width: var(--tick); height: var(--tick);
  border-color: var(--rule-strong); border-style: solid; pointer-events: none;
}
.ticked::before { top: 0; left: 0; border-width: 1px 0 0 1px; }
.ticked::after  { bottom: 0; right: 0; border-width: 0 1px 1px 0; }

/* --- Gabarit ------------------------------------------------------------ */
.wrap      { width: min(100% - 2.5rem, var(--measure-full)); margin-inline: auto; }
.wrap-wide { width: min(100% - 2.5rem, var(--measure-wide)); margin-inline: auto; }
.wrap-text { width: min(100% - 2.5rem, var(--measure));      margin-inline: auto; }

/* --- En-tête ------------------------------------------------------------ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 90%, transparent);
  backdrop-filter: saturate(1.4) blur(12px);
  -webkit-backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid var(--rule);
}
.site-header__inner { display: flex; align-items: center; gap: 1.5rem; min-height: 3.5rem; }
.site-title {
  font-family: var(--font-mono); font-weight: 600; font-size: .92rem;
  letter-spacing: .02em; color: var(--text); text-decoration: none;
  white-space: nowrap; flex: 0 0 auto;
}
.site-title span { color: var(--accent); }
.site-title:hover { color: var(--accent); }

.site-nav { margin-left: auto; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.site-nav::-webkit-scrollbar { display: none; }
.site-nav ul {
  display: flex; flex-wrap: nowrap; gap: 1.6rem; list-style: none; margin: 0; padding: 0;
  font-family: var(--font-mono); font-size: var(--step--2);
  text-transform: uppercase; letter-spacing: .12em; font-weight: 500;
}
.site-nav a { color: var(--text-muted); text-decoration: none; padding: .35rem 0;
              border-bottom: 1px solid transparent; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--text); border-bottom-color: var(--accent); }

/* --- Bandeau de tête ---------------------------------------------------- */
.masthead { padding: clamp(2.5rem, 7vw, 5rem) 0 clamp(1.5rem, 4vw, 2.5rem); }
.masthead__grid { display: grid; gap: 1.5rem 3rem; align-items: end; }
@media (min-width: 60rem) { .masthead__grid { grid-template-columns: 1.35fr 1fr; } }
.masthead h1 {
  font-size: var(--step-4); line-height: 1.04; letter-spacing: -.025em;
  margin: .6rem 0 0; font-weight: 700; text-wrap: balance;
}
.masthead__intro { font-size: var(--step-1); line-height: 1.5; color: var(--text-muted);
                   margin: 0; padding-bottom: .35rem; }

/* Bandeau de données : le relevé d'instruments. */
.readout {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
  border: 1px solid var(--rule); margin-top: 2.25rem;
  background: var(--bg-raised);
}
.readout > div { padding: .9rem 1.1rem; border-right: 1px solid var(--rule); }
.readout > div:last-child { border-right: 0; }
.readout dt { margin: 0 0 .3rem; }
.readout dd {
  margin: 0; font-family: var(--font-mono); font-weight: 600;
  font-size: 1.35rem; line-height: 1.1; font-variant-numeric: tabular-nums;
  color: var(--text);
}
.readout dd.is-signal { color: var(--signal); }
@media (max-width: 34rem) {
  .readout > div { border-right: 0; border-bottom: 1px solid var(--rule); }
  .readout > div:last-child { border-bottom: 0; }
}

/* --- Titres de section -------------------------------------------------- */
.section-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  margin: clamp(2.5rem, 6vw, 4rem) 0 1.5rem;
  padding-bottom: .7rem; border-bottom: 1px solid var(--rule-strong);
}
.section-head h2 { font-family: var(--font-mono); font-size: var(--step--1); font-weight: 600;
                   text-transform: uppercase; letter-spacing: .13em; margin: 0; }
.section-head a, .section-head span { font-family: var(--font-mono); font-size: var(--step--2);
                                      letter-spacing: .1em; text-transform: uppercase; color: var(--text-faint); }
.section-head a { text-decoration: none; }
.section-head a:hover { color: var(--accent); }

/* --- Article en tête de page ------------------------------------------- */
.lead { display: block; text-decoration: none; color: inherit; margin-bottom: .5rem; }
.lead__media { position: relative; overflow: hidden; background: var(--bg-sunken);
               border: 1px solid var(--rule); }
.lead__media img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover;
                   transition: transform .5s cubic-bezier(.2,.6,.2,1); }
.lead:hover .lead__media img { transform: scale(1.02); }
.lead__body { padding-top: 1.25rem; display: grid; gap: .6rem;
              grid-template-columns: minmax(0, 1fr) auto; align-items: start; }
.lead h2 { font-size: var(--step-3); line-height: 1.1; letter-spacing: -.02em;
           margin: 0; font-weight: 700; max-width: 22ch; text-wrap: balance; }
.lead:hover h2 { color: var(--accent); }
.lead p { grid-column: 1; margin: 0; color: var(--text-muted); max-width: 58ch; }
.lead__meta { grid-column: 1; }

/* --- Grille d'articles -------------------------------------------------- */
.grid {
  display: grid; gap: 1px; background: var(--rule);
  border: 1px solid var(--rule);
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 17rem), 1fr));
  list-style: none; margin: 0; padding: 0;
}
.card { background: var(--bg); height: 100%; }
.card a { display: block; text-decoration: none; color: inherit; height: 100%; }
.card__media { overflow: hidden; background: var(--bg-sunken); }
.card__media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover;
                   transition: transform .5s cubic-bezier(.2,.6,.2,1), filter .3s ease;
                   filter: saturate(.92); }
.card a:hover .card__media img { transform: scale(1.04); filter: saturate(1.05); }
.card__body { padding: 1.1rem 1.15rem 1.35rem; display: flex; flex-direction: column; gap: .5rem; }
.card__index { color: var(--text-faint); }
.card h3 { font-size: 1.16rem; line-height: 1.25; margin: 0; font-weight: 700;
           letter-spacing: -.008em; text-wrap: balance; }
.card a:hover h3 { color: var(--accent); }
.card p { margin: 0; font-size: var(--step--1); line-height: 1.55; color: var(--text-muted);
          display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.meta { display: flex; flex-wrap: wrap; gap: .5rem .9rem; align-items: center;
        font-family: var(--font-mono); font-size: var(--step--2); letter-spacing: .08em;
        color: var(--text-faint); font-variant-numeric: tabular-nums; text-transform: uppercase; }
.meta .is-signal { color: var(--signal); }
.eyebrow { font-family: var(--font-mono); font-size: var(--step--2); font-weight: 600;
           text-transform: uppercase; letter-spacing: .14em; color: var(--accent); text-decoration: none; }
a.eyebrow:hover { color: var(--accent-hover); text-decoration: underline; }
.eyebrow-list { display: flex; flex-wrap: wrap; gap: .55rem; align-items: center; margin: 0 0 1rem; }
.eyebrow-list span { color: var(--rule-strong); }

/* --- Liste compacte par thématique ------------------------------------- */
.compact { list-style: none; margin: 0; padding: 0; }
.compact li { border-bottom: 1px solid var(--rule); }
.compact li:last-child { border-bottom: 0; }
.compact a { display: grid; grid-template-columns: 2.75rem minmax(0,1fr) auto; gap: 1rem;
             align-items: baseline; padding: .9rem 0; text-decoration: none; color: inherit; }
.compact a:hover { color: var(--accent); }
.compact .num { font-family: var(--font-mono); font-size: var(--step--2); color: var(--text-faint);
                font-variant-numeric: tabular-nums; }
.compact .t { font-weight: 600; line-height: 1.35; }
.compact .d { font-family: var(--font-mono); font-size: var(--step--2); color: var(--text-faint);
              font-variant-numeric: tabular-nums; white-space: nowrap; }
@media (max-width: 34rem) {
  .compact a { grid-template-columns: 2.25rem minmax(0,1fr); }
  .compact .d { grid-column: 2; }
}

/* --- Article ------------------------------------------------------------ */
.breadcrumb { font-family: var(--font-mono); font-size: var(--step--2); letter-spacing: .1em;
              text-transform: uppercase; color: var(--text-faint); padding-top: 1.35rem; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; }
.breadcrumb li::after { content: "/"; margin-left: .45rem; color: var(--rule-strong); }
.breadcrumb li:last-child::after { content: none; }
.breadcrumb a { color: var(--text-faint); text-decoration: none; }
.breadcrumb a:hover { color: var(--accent); }

.article-header { padding: clamp(2rem, 5vw, 3.5rem) 0 0; }
.article-header h1 { font-size: var(--step-3); line-height: 1.08; letter-spacing: -.024em;
                     margin: 0 0 1.5rem; font-weight: 700; text-wrap: balance; }

.article-hero { margin: 0 0 2.5rem; }
.article-hero img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover;
                    border: 1px solid var(--rule); background: var(--bg-sunken); }
.article-hero figcaption, .wp-caption-text {
  font-family: var(--font-mono); font-size: var(--step--2); letter-spacing: .06em;
  color: var(--text-faint); margin-top: .65rem; text-align: left; text-transform: none;
}

.article-body { padding: .5rem 0 1rem; }
.article-body > * { margin-inline: auto; width: min(100%, var(--measure)); }
.article-body p { margin: 0 auto 1.4rem; hyphens: auto; -webkit-hyphens: auto; }
.article-body p:last-child { margin-bottom: 0; }
.article-lede {
  font-size: var(--step-1); line-height: 1.5; color: var(--text-muted);
  margin: 0 auto 2.25rem; padding-left: 1.1rem; border-left: 2px solid var(--accent);
}
.article-body h2 { font-size: var(--step-2); line-height: 1.2; letter-spacing: -.016em;
                   margin: 2.8rem auto .9rem; font-weight: 700; text-wrap: balance; }
.article-body h3 { font-size: var(--step-1); line-height: 1.3; margin: 2.2rem auto .75rem; font-weight: 700; }
.article-body h4, .article-body h5, .article-body h6 {
  font-family: var(--font-mono); font-size: var(--step--1); font-weight: 600;
  text-transform: uppercase; letter-spacing: .1em; margin: 1.9rem 0 .6rem; color: var(--text-muted);
}
.article-body ul, .article-body ol { margin: 0 auto 1.45rem; padding-left: 1.4rem; }
.article-body li { margin-bottom: .5rem; }
.article-body li::marker { color: var(--accent); }
.article-body blockquote {
  margin: 2rem auto; padding: .1rem 0 .1rem 1.3rem;
  border-left: 2px solid var(--signal); color: var(--text-muted); font-style: italic;
}
.article-body blockquote p:last-child { margin-bottom: 0; }
.article-body strong { font-weight: 700; color: var(--text); }
.article-body code { font-family: var(--font-mono); font-size: .88em;
                     background: var(--bg-sunken); padding: .1em .35em; }
.article-body table { width: 100%; border-collapse: collapse; font-size: .92em; margin: 2rem auto; }
.article-body th, .article-body td { padding: .6rem .75rem; border-bottom: 1px solid var(--rule); text-align: left; }
.article-body th { font-family: var(--font-mono); font-size: var(--step--2); text-transform: uppercase;
                   letter-spacing: .1em; color: var(--text-muted); }

/* Images du contenu : elles débordent la colonne de texte, volontairement. */
.article-body img, .article-body figure, .article-body .wp-caption {
  width: min(100%, var(--measure-wide)); margin-inline: auto; height: auto;
}
.article-body figure, .article-body .wp-caption { margin-block: 2.5rem; }
.article-body p > img { margin-block: 2rem; }
.article-body img { border: 1px solid var(--rule); }

/* Classes héritées de WordPress, conservées dans le contenu. */
.aligncenter, .alignnone { display: block; margin-inline: auto; }
.alignleft  { float: left;  margin: .4rem 1.5rem 1rem 0; }
.alignright { float: right; margin: .4rem 0 1rem 1.5rem; }
@media (max-width: 40rem) { .alignleft, .alignright { float: none; margin: 1.5rem auto; display: block; } }
.wp-caption { max-width: 100%; }

/* --- Pied d'article ----------------------------------------------------- */
.article-footer { margin-top: 3.5rem; }
.author-card { border: 1px solid var(--rule); background: var(--bg-raised); padding: 1.6rem 1.75rem; }
.author-card h2 { font-size: 1.05rem; margin: .45rem 0 .5rem; }
.author-card p { margin: 0; color: var(--text-muted); font-size: var(--step--1); line-height: 1.6; }
.author-card .more { margin-top: .85rem; font-family: var(--font-mono); font-size: var(--step--2);
                     letter-spacing: .1em; text-transform: uppercase; }

/* --- Pied de page ------------------------------------------------------- */
.site-footer { margin-top: 5rem; padding: 3rem 0 3.5rem; border-top: 1px solid var(--rule);
               background: var(--bg-sunken); font-size: var(--step--1); color: var(--text-muted); }
.site-footer__grid { display: grid; gap: 2.5rem; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); }
.site-footer h2 { font-family: var(--font-mono); font-size: var(--step--2); font-weight: 600;
                  text-transform: uppercase; letter-spacing: .13em; color: var(--text-faint); margin: 0 0 .9rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .5rem; }
.site-footer a { color: var(--text-muted); text-decoration: none; }
.site-footer a:hover { color: var(--accent); text-decoration: underline; }
.site-footer__legal { margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid var(--rule);
                      font-family: var(--font-mono); font-size: var(--step--2); letter-spacing: .07em;
                      color: var(--text-faint); display: flex; flex-wrap: wrap;
                      gap: .5rem 1.5rem; justify-content: space-between; text-transform: uppercase; }

/* --- Pages et archives -------------------------------------------------- */
.page-header { padding: clamp(2rem, 5vw, 3.5rem) 0 0; }
.page-header h1 { font-size: var(--step-2); margin: .5rem 0 .6rem; letter-spacing: -.018em; font-weight: 700; }
.page-header p { margin: 0; color: var(--text-muted); max-width: 54ch; }

.error-page { padding: clamp(4rem, 12vw, 8rem) 0; }
.error-page h1 { font-size: var(--step-3); margin: .5rem 0 1rem; letter-spacing: -.02em; }
.error-page p { color: var(--text-muted); font-size: var(--step-1); margin: 0 0 2rem; max-width: 44ch; }

/* --- Quiz (plugin WP-Pro-Quiz) ------------------------------------------ */
.article-body .wpProQuiz_content { width: min(100%, var(--measure-wide)); margin-inline: auto; }
.article-body .wpProQuiz_button, .article-body .wpProQuiz_button2 {
  font-family: var(--font-mono); font-size: var(--step--2); font-weight: 600;
  text-transform: uppercase; letter-spacing: .1em;
  background: var(--accent); color: #fff; border: 0; padding: .65rem 1.15rem; cursor: pointer;
}
.article-body .wpProQuiz_button:hover { background: var(--accent-hover); }
.article-body .wpProQuiz_question_page { font-family: var(--font-mono); font-size: var(--step--2);
                                          color: var(--text-muted); letter-spacing: .08em; }
.article-body .wpProQuiz_listItem { margin-bottom: 1.75rem; padding-bottom: 1.25rem;
                                     border-bottom: 1px solid var(--rule); }
.article-body .wpProQuiz_questionList { list-style: none; padding-left: 0; }
.article-body .wpProQuiz_questionListItem { margin-bottom: .45rem; }
.article-body .wpProQuiz_questionInput { margin-right: .5rem; }

/* Accordéons Avada : leur JavaScript n'est plus chargé, on les ouvre. */
.article-body .panel-collapse { display: block !important; height: auto !important; }
.article-body .fusion-panel { border: 1px solid var(--rule); padding: 1rem 1.25rem; margin-bottom: 1rem; }
.article-body .panel-title { font-size: 1rem; margin: 0 0 .5rem; font-weight: 700; }
.article-body .panel-title a { text-decoration: none; color: var(--text); pointer-events: none; }

/* --- Impression --------------------------------------------------------- */
@media print {
  .site-header, .site-footer, .breadcrumb, .related, .author-card { display: none; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .article-body > * { width: 100%; }
  a { color: #000; text-decoration: none; }
}
