/* ==========================================================================
   Les Actualités — Édition française
   French broadsheet skin for the BYO Newsroom theme.
   Register: sober broadsheet (Le Monde / Les Échos), serif display,
   hairline rules, warm paper bands, no glossy shadows.
   ========================================================================== */

/* ---------- Self-hosted faces (RGPD: no third-party font requests) -------- */
@font-face{font-family:"Playfair Display";font-style:normal;font-weight:400 900;font-display:swap;
  src:url("../fonts/playfair-display-var.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:"Spectral";font-style:normal;font-weight:400;font-display:swap;
  src:url("../fonts/spectral-400.woff2") format("woff2");}
@font-face{font-family:"Spectral";font-style:italic;font-weight:400;font-display:swap;
  src:url("../fonts/spectral-400i.woff2") format("woff2");}
@font-face{font-family:"Spectral";font-style:normal;font-weight:600;font-display:swap;
  src:url("../fonts/spectral-600.woff2") format("woff2");}

/* ---------- Palette & type scale ----------------------------------------- */
.newsroom--fr{
  --news-accent:#1B3A6B;          /* encre bleue */
  --news-accent-dark:#102647;
  --news-flag:#C4122F;            /* rouge — direct / à la une */
  --news-ink:#14171C;
  --news-muted:#5B6270;
  --news-line:#DCD8CF;            /* filet chaud */
  --news-hair:#EAE6DE;
  --news-soft:#F6F3EC;            /* bandeau papier */
  --news-paper:#FFFFFF;
  --news-max:1240px;
  --news-reading:720px;
  --news-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --news-serif:"Playfair Display","Spectral",Georgia,"Times New Roman",serif;
  --news-body:"Spectral",Georgia,"Times New Roman",serif;
  --news-shadow:none;
}

.newsroom--fr{background:var(--news-paper);}
.newsroom--fr body,
.newsroom--fr{font-family:var(--news-sans);}

/* French text needs hyphenation + correct quote/punctuation rhythm */
.newsroom--fr .byo-article-content,
.newsroom--fr .byo-lead-story__deck,
.newsroom--fr .byo-article-deck{hyphens:auto;-webkit-hyphens:auto;}

/* ---------- Masthead: classic broadsheet ---------------------------------- */
.newsroom--fr .site-header{
  background:var(--news-paper);
  border-bottom:3px double var(--news-ink);
  padding-block:6px;
}
.newsroom--fr .site-branding .main-title,
.newsroom--fr .site-title,
.newsroom--fr .site-branding a{
  font-family:var(--news-serif);
  font-weight:800;
  letter-spacing:.012em;
  font-variant-ligatures:common-ligatures;
}
.newsroom--fr .main-title{font-size:clamp(26px,3.4vw,44px);line-height:1.02;}
.newsroom--fr .main-navigation,
.newsroom--fr .main-navigation .inside-navigation{
  background:var(--news-paper);
  box-shadow:none;
  border-bottom:1px solid var(--news-line);
}
.newsroom--fr .main-navigation a{
  font-family:var(--news-sans);
  font-size:13px;
  font-weight:600;
  letter-spacing:.075em;
  text-transform:uppercase;
  color:var(--news-ink);
}
.newsroom--fr .main-navigation .current-menu-item > a,
.newsroom--fr .main-navigation a:hover{
  color:var(--news-accent);
  box-shadow:inset 0 -3px 0 var(--news-flag);
}

/* ---------- Utility bar --------------------------------------------------- */
.newsroom--fr .byo-newsroom-utility{
  background:var(--news-paper);
  border-bottom:1px solid var(--news-hair);
  font-size:12px;
  letter-spacing:.055em;
  text-transform:uppercase;
  color:var(--news-muted);
}
.newsroom--fr .byo-newsroom-utility__edition{
  color:var(--news-accent);
  font-weight:700;
  margin-inline-start:14px;
  padding-inline-start:14px;
  border-inline-start:1px solid var(--news-line);
}
.newsroom--fr .byo-newsroom-utility__links a{
  color:var(--news-muted);
  text-decoration:none;
  margin-inline-start:18px;
}
.newsroom--fr .byo-newsroom-utility__links a:hover{color:var(--news-accent);text-decoration:underline;}

/* ---------- « En continu » ribbon ---------------------------------------- */
.newsroom--fr .byo-newsroom-ribbon{
  background:var(--news-soft);
  border-block:1px solid var(--news-line);
}
.newsroom--fr .byo-newsroom-ribbon__label{
  background:var(--news-flag);
  color:#fff;
  font-family:var(--news-sans);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  padding:5px 11px;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  gap:7px;
}
.newsroom--fr .byo-newsroom-ribbon__label::before{
  content:"";
  width:7px;height:7px;border-radius:50%;
  background:#fff;
  animation:byo-fr-pulse 1.9s ease-in-out infinite;
}
@keyframes byo-fr-pulse{0%,100%{opacity:1}50%{opacity:.25}}
@media (prefers-reduced-motion:reduce){
  .newsroom--fr .byo-newsroom-ribbon__label::before{animation:none}
}
.newsroom--fr .byo-newsroom-ribbon__links a{
  font-family:var(--news-body);
  font-size:14.5px;
  color:var(--news-ink);
  text-decoration:none;
}
.newsroom--fr .byo-newsroom-ribbon__links a:hover{color:var(--news-flag);text-decoration:underline;}

/* ---------- Kickers (rubriques) ------------------------------------------ */
.newsroom--fr .byo-kicker{
  font-family:var(--news-sans);
  font-size:11.5px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--news-accent);
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.newsroom--fr .byo-kicker::before{
  content:"";width:16px;height:2px;background:var(--news-flag);flex:none;
}
.newsroom--fr .byo-kicker:hover{color:var(--news-flag);}

/* ---------- Front intro --------------------------------------------------- */
.newsroom--fr .byo-front-intro{
  border-bottom:1px solid var(--news-line);
  padding-block:26px 20px;
}
.newsroom--fr .byo-front-intro h2{
  font-family:var(--news-serif);
  font-size:clamp(22px,2.4vw,30px);
  font-weight:800;
  letter-spacing:-.005em;
  margin:0 0 6px;
}
.newsroom--fr .byo-front-intro p{
  font-family:var(--news-body);
  font-size:16px;
  color:var(--news-muted);
  margin:0;
  max-width:62ch;
}

/* ---------- Lead story ---------------------------------------------------- */
.newsroom--fr .byo-lead-story h2{
  font-family:var(--news-serif);
  font-weight:800;
  font-size:clamp(30px,4.2vw,54px);
  line-height:1.06;
  letter-spacing:-.017em;
  margin:.35em 0 .28em;
}
.newsroom--fr .byo-lead-story h2 a{text-decoration:none;}
.newsroom--fr .byo-lead-story h2 a:hover{color:var(--news-accent);text-decoration:underline;text-decoration-thickness:2px;}
.newsroom--fr .byo-lead-story__deck{
  font-family:var(--news-body);
  font-size:clamp(17px,1.5vw,20px);
  line-height:1.55;
  color:#33383F;
  max-width:64ch;
}
.newsroom--fr .byo-lead-stage{border-bottom:1px solid var(--news-line);padding-bottom:30px;}

.newsroom--fr .byo-support-story h3,
.newsroom--fr .byo-rail-story h3,
.newsroom--fr .byo-latest-story h3,
.newsroom--fr .byo-section-story h3,
.newsroom--fr .byo-archive-card h2{
  font-family:var(--news-serif);
  font-weight:700;
  line-height:1.18;
  letter-spacing:-.008em;
}
.newsroom--fr .byo-support-story h3 a,
.newsroom--fr .byo-rail-story h3 a,
.newsroom--fr .byo-latest-story h3 a,
.newsroom--fr .byo-section-story h3 a,
.newsroom--fr .byo-archive-card h2 a{text-decoration:none;}
.newsroom--fr .byo-support-story h3 a:hover,
.newsroom--fr .byo-rail-story h3 a:hover,
.newsroom--fr .byo-latest-story h3 a:hover,
.newsroom--fr .byo-section-story h3 a:hover,
.newsroom--fr .byo-archive-card h2 a:hover{color:var(--news-accent);}

/* Headline rail — four columns split by hairlines, very broadsheet */
.newsroom--fr .byo-headline-rail{
  border-bottom:1px solid var(--news-line);
  padding-block:26px;
}
.newsroom--fr .byo-rail-story{
  border-inline-start:1px solid var(--news-hair);
  padding-inline-start:20px;
}
.newsroom--fr .byo-rail-story:first-child{border-inline-start:0;padding-inline-start:0;}

/* ---------- Images: flat, framed, no glossy shadow ----------------------- */
.newsroom--fr .byo-story-image{display:block;overflow:hidden;background:var(--news-soft);}
.newsroom--fr .byo-story-image img{
  display:block;width:100%;height:100%;object-fit:cover;
  filter:saturate(.96);
  transition:transform .45s cubic-bezier(.2,.7,.3,1);
}
.newsroom--fr .byo-story-image:hover img{transform:scale(1.028);}
.newsroom--fr .byo-image-fallback{
  display:flex;align-items:center;justify-content:center;
  aspect-ratio:3/2;background:var(--news-soft);
  font-family:var(--news-serif);font-weight:700;
  color:#B7B1A6;letter-spacing:.04em;
}

/* ---------- Meta ---------------------------------------------------------- */
.newsroom--fr .byo-story-meta{
  font-family:var(--news-sans);
  font-size:12px;
  letter-spacing:.04em;
  color:var(--news-muted);
  display:flex;gap:12px;flex-wrap:wrap;
}
.newsroom--fr .byo-story-meta span::before{content:"·";margin-inline-end:12px;color:var(--news-line);}

/* ---------- Section headings --------------------------------------------- */
.newsroom--fr .byo-section{padding-block:38px;}
.newsroom--fr .byo-section--soft{background:var(--news-soft);}
.newsroom--fr .byo-section-heading{
  display:flex;align-items:baseline;justify-content:space-between;gap:18px;
  border-top:2px solid var(--news-ink);
  padding-top:12px;margin-bottom:24px;
}
.newsroom--fr .byo-section-heading h2{
  font-family:var(--news-serif);
  font-weight:800;
  font-size:clamp(19px,2vw,26px);
  letter-spacing:-.004em;
  margin:0;
  position:relative;
}
.newsroom--fr .byo-section-heading h2::before{
  content:"";position:absolute;top:-14px;left:0;width:64px;height:3px;background:var(--news-flag);
}
.newsroom--fr .byo-section-heading a{
  font-family:var(--news-sans);
  font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--news-accent);text-decoration:none;white-space:nowrap;
}
.newsroom--fr .byo-section-heading a::after{content:" →";}
.newsroom--fr .byo-section-heading a:hover{color:var(--news-flag);}

.newsroom--fr .byo-section-story{border-top:1px solid var(--news-hair);padding-top:14px;}
.newsroom--fr .byo-latest-story{border-bottom:1px solid var(--news-hair);padding-bottom:22px;}
.newsroom--fr .byo-latest-story p{font-family:var(--news-body);color:#3A3F47;}

/* ---------- Rail / aside -------------------------------------------------- */
.newsroom--fr .byo-front-aside h2{
  font-family:var(--news-sans);
  font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  color:var(--news-ink);
  border-bottom:2px solid var(--news-ink);
  padding-bottom:8px;margin-bottom:14px;
}
.newsroom--fr .byo-desk-list a,
.newsroom--fr .byo-brief-list a{
  font-family:var(--news-body);
  color:var(--news-ink);text-decoration:none;
}
.newsroom--fr .byo-desk-list a:hover,
.newsroom--fr .byo-brief-list a:hover{color:var(--news-accent);text-decoration:underline;}
.newsroom--fr .byo-desk-list li{border-bottom:1px solid var(--news-hair);padding-block:9px;}
.newsroom--fr .byo-brief-list{counter-reset:byofr;list-style:none;padding:0;}
.newsroom--fr .byo-brief-list li{
  counter-increment:byofr;
  display:grid;grid-template-columns:30px 1fr;gap:10px;
  border-bottom:1px solid var(--news-hair);padding-block:11px;
}
.newsroom--fr .byo-brief-list li::before{
  content:counter(byofr);
  font-family:var(--news-serif);font-weight:800;font-size:22px;
  color:var(--news-flag);line-height:1;
}

/* ---------- Archive ------------------------------------------------------- */
.newsroom--fr .byo-archive-header{
  border-bottom:3px double var(--news-ink);
  padding-block:30px 22px;margin-bottom:6px;
}
.newsroom--fr .byo-archive-header h1{
  font-family:var(--news-serif);
  font-weight:800;
  font-size:clamp(30px,4vw,48px);
  line-height:1.05;letter-spacing:-.015em;
  margin:.18em 0 .22em;
}
.newsroom--fr .byo-archive-description{
  font-family:var(--news-body);font-size:17px;color:var(--news-muted);max-width:66ch;
}
.newsroom--fr .byo-archive-card{border-top:1px solid var(--news-hair);padding-top:16px;}
.newsroom--fr .byo-archive-card h2{font-size:clamp(18px,1.7vw,22px);margin:.4em 0 .3em;}
.newsroom--fr .byo-archive-card p{font-family:var(--news-body);color:#3A3F47;font-size:15.5px;}

.newsroom--fr .pagination .page-numbers{
  font-family:var(--news-sans);font-size:14px;font-weight:600;
  border:1px solid var(--news-line);padding:9px 14px;text-decoration:none;
  color:var(--news-ink);
}
.newsroom--fr .pagination .page-numbers:hover{border-color:var(--news-accent);color:var(--news-accent);}
.newsroom--fr .pagination .page-numbers.current{
  background:var(--news-accent);border-color:var(--news-accent);color:#fff;
}

/* ---------- Single article ------------------------------------------------ */
.newsroom--fr .byo-article-header{border-bottom:1px solid var(--news-line);padding-block:30px 24px;}
.newsroom--fr .byo-article-header h1{
  font-family:var(--news-serif);
  font-weight:800;
  font-size:clamp(30px,4.4vw,52px);
  line-height:1.06;letter-spacing:-.018em;
  margin:.22em 0 .3em;
  max-width:22ch;
}
.newsroom--fr .byo-article-deck{
  font-family:var(--news-body);
  font-size:clamp(17px,1.5vw,21px);line-height:1.55;color:#33383F;
  max-width:60ch;margin:0 0 18px;
}
.newsroom--fr .byo-byline{
  font-family:var(--news-sans);font-size:13px;color:var(--news-muted);
  display:flex;gap:16px;flex-wrap:wrap;align-items:center;
  border-top:1px solid var(--news-hair);padding-top:14px;
}
.newsroom--fr .byo-byline__author a{color:var(--news-accent);font-weight:600;text-decoration:none;}
.newsroom--fr .byo-byline__author a:hover{text-decoration:underline;}

.newsroom--fr .byo-article-hero figcaption,
.newsroom--fr .byo-article-hero img{display:block;width:100%;}
.newsroom--fr .byo-article-hero{margin:0 0 30px;}

.newsroom--fr .byo-article-content{
  font-family:var(--news-body);
  font-size:19px;
  line-height:1.76;
  color:#1B1F26;
  max-width:var(--news-reading);
}
.newsroom--fr .byo-article-content p{margin:0 0 1.15em;}
.newsroom--fr .byo-article-content > p:first-of-type::first-letter{
  float:left;
  font-family:var(--news-serif);
  font-weight:800;
  font-size:4.05em;
  line-height:.82;
  padding:.06em .09em 0 0;
  color:var(--news-accent);
}
.newsroom--fr .byo-article-content h2{
  font-family:var(--news-serif);font-weight:800;
  font-size:1.5em;line-height:1.2;letter-spacing:-.01em;
  margin:1.7em 0 .5em;
}
.newsroom--fr .byo-article-content h3{
  font-family:var(--news-serif);font-weight:700;font-size:1.24em;margin:1.5em 0 .45em;
}
.newsroom--fr .byo-article-content a{color:var(--news-accent);text-decoration-thickness:1px;text-underline-offset:.2em;}
.newsroom--fr .byo-article-content a:hover{color:var(--news-flag);}
.newsroom--fr .byo-article-content blockquote{
  border-inline-start:3px solid var(--news-flag);
  margin:1.7em 0;padding:.15em 0 .15em 1.15em;
  font-family:var(--news-serif);font-size:1.24em;line-height:1.4;font-style:normal;
  color:var(--news-accent-dark);
}
.newsroom--fr .byo-article-content figure{margin:1.8em 0;}
.newsroom--fr .byo-article-content figcaption{
  font-family:var(--news-sans);font-size:12.5px;color:var(--news-muted);
  border-bottom:1px solid var(--news-hair);padding-block:8px;
}
.newsroom--fr .byo-article-content ul,
.newsroom--fr .byo-article-content ol{margin:0 0 1.2em;padding-inline-start:1.3em;}
.newsroom--fr .byo-article-content li{margin-bottom:.45em;}

.newsroom--fr .byo-author-box{
  border-top:2px solid var(--news-ink);
  margin-top:36px;padding-top:16px;
  font-family:var(--news-sans);font-size:14.5px;color:var(--news-muted);
  max-width:var(--news-reading);
}
.newsroom--fr .byo-author-box strong{
  display:block;color:var(--news-ink);font-size:13px;
  letter-spacing:.1em;text-transform:uppercase;margin-bottom:7px;
}

.newsroom--fr .byo-article-side h2{
  font-family:var(--news-sans);
  font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  border-bottom:2px solid var(--news-ink);padding-bottom:8px;margin-bottom:14px;
}
.newsroom--fr .byo-article-side article{border-bottom:1px solid var(--news-hair);padding-block:12px;}
.newsroom--fr .byo-article-side h3{
  font-family:var(--news-serif);font-weight:700;font-size:16.5px;line-height:1.25;margin:.35em 0 0;
}
.newsroom--fr .byo-article-side h3 a{text-decoration:none;}
.newsroom--fr .byo-article-side h3 a:hover{color:var(--news-accent);}

.newsroom--fr .byo-article-navigation{border-top:1px solid var(--news-line);margin-top:34px;padding-block:24px;}
.newsroom--fr .byo-article-navigation__label{
  font-family:var(--news-sans);font-size:11.5px;font-weight:700;
  letter-spacing:.12em;text-transform:uppercase;color:var(--news-flag);
}
.newsroom--fr .byo-article-navigation__title{
  font-family:var(--news-serif);font-weight:700;font-size:17px;line-height:1.25;color:var(--news-ink);
}
.newsroom--fr .byo-article-navigation__item{text-decoration:none;display:block;}
.newsroom--fr .byo-article-navigation__item:hover .byo-article-navigation__title{color:var(--news-accent);}
.newsroom--fr .byo-article-navigation__item--next{text-align:end;}

/* ---------- Footer -------------------------------------------------------- */
.newsroom--fr .byo-newsroom-footer-links{
  border-top:3px double var(--news-ink);
  background:var(--news-paper);
  padding-block:26px;
}
.newsroom--fr .byo-newsroom-footer-links__brand{
  font-family:var(--news-serif);font-weight:800;font-size:22px;letter-spacing:.01em;
  margin-bottom:10px;
}
.newsroom--fr .byo-newsroom-footer-links nav a{
  font-family:var(--news-sans);font-size:13px;color:var(--news-muted);
  text-decoration:none;margin-inline-end:20px;line-height:2.1;
}
.newsroom--fr .byo-newsroom-footer-links nav a:hover{color:var(--news-accent);text-decoration:underline;}
.newsroom--fr .site-footer,
.newsroom--fr .site-info{
  background:var(--news-soft);
  border-top:1px solid var(--news-line);
  font-family:var(--news-sans);font-size:12.5px;color:var(--news-muted);
}

/* ---------- Focus & accessibility ---------------------------------------- */
.newsroom--fr a:focus-visible,
.newsroom--fr button:focus-visible{
  outline:2px solid var(--news-flag);
  outline-offset:2px;
}

/* ---------- Mobile -------------------------------------------------------- */
@media (max-width:900px){
  .newsroom--fr .byo-rail-story{border-inline-start:0;padding-inline-start:0;border-top:1px solid var(--news-hair);padding-top:14px;}
  .newsroom--fr .byo-article-header h1{max-width:none;}
  .newsroom--fr .byo-article-content{font-size:17.5px;}
  .newsroom--fr .byo-article-content > p:first-of-type::first-letter{font-size:3.4em;}
  .newsroom--fr .byo-section{padding-block:28px;}
}
@media (max-width:600px){
  .newsroom--fr .byo-newsroom-utility__links{display:none;}
  .newsroom--fr .byo-section-heading{flex-wrap:wrap;}
}

/* ---------- Print --------------------------------------------------------- */
@media print{
  .newsroom--fr .byo-newsroom-ribbon,
  .newsroom--fr .byo-newsroom-utility,
  .newsroom--fr .byo-article-side,
  .newsroom--fr .byo-article-navigation{display:none!important;}
  .newsroom--fr .byo-article-content{font-size:11pt;max-width:none;}
}

/* ==========================================================================
   Pass 2 — corrections from live rendering review
   ========================================================================== */

/* --- AdSense auto-ads must never open a hole in the page chrome ----------- */
.newsroom--fr .byo-newsroom-utility .google-auto-placed,
.newsroom--fr .byo-newsroom-ribbon .google-auto-placed,
.newsroom--fr .site-header .google-auto-placed,
.newsroom--fr .byo-front-intro .google-auto-placed,
.newsroom--fr .byo-archive-header .google-auto-placed,
.newsroom--fr .byo-article-header .google-auto-placed,
.newsroom--fr .byo-byline .google-auto-placed{display:none!important;}
.newsroom--fr ins.adsbygoogle[data-ad-status="unfilled"]{display:none!important;}
.newsroom--fr .google-auto-placed{min-height:0!important;}

/* --- Utility bar: strictly one line -------------------------------------- */
.newsroom--fr .byo-newsroom-utility__inner{
  min-height:40px;align-items:center;gap:18px;flex-wrap:nowrap;
}
.newsroom--fr .byo-newsroom-utility__inner > div:first-child{white-space:nowrap;flex:none;}
.newsroom--fr .byo-newsroom-utility__links{
  display:flex;flex-wrap:nowrap;overflow:hidden;justify-content:flex-end;flex:1 1 auto;
}
.newsroom--fr .byo-newsroom-utility__links a{
  white-space:nowrap;max-width:24ch;overflow:hidden;text-overflow:ellipsis;
}

/* --- Masthead and navigation on one line --------------------------------- */
.newsroom--fr .site-header .main-title{
  white-space:nowrap;font-size:clamp(21px,2.85vw,40px);line-height:1.05;
}
.newsroom--fr .inside-header{align-items:center;gap:24px;}
.newsroom--fr .main-navigation .main-nav > ul{flex-wrap:wrap;justify-content:flex-end;}
.newsroom--fr .main-navigation a{font-size:12.5px;letter-spacing:.055em;padding-inline:11px;}

/* --- Front page proportions ---------------------------------------------- */
@media (min-width:901px){
  .newsroom--fr .byo-lead-stage{
    display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);
    gap:36px;align-items:start;
  }
  .newsroom--fr .byo-support-stack{display:flex;flex-direction:column;gap:18px;}
  .newsroom--fr .byo-support-story{
    display:grid;grid-template-columns:116px minmax(0,1fr);gap:15px;align-items:start;
    border-bottom:1px solid var(--news-hair);padding-bottom:18px;
  }
  .newsroom--fr .byo-support-story:last-child{border-bottom:0;padding-bottom:0;}
  .newsroom--fr .byo-support-story .byo-story-image{width:116px;}
  .newsroom--fr .byo-support-story .byo-story-image img{aspect-ratio:1/1;}
  .newsroom--fr .byo-support-story h3{font-size:17px;line-height:1.22;margin:.4em 0 .35em;}
  .newsroom--fr .byo-latest-story{display:grid;grid-template-columns:250px minmax(0,1fr);gap:22px;align-items:start;}
  .newsroom--fr .byo-latest-story .byo-story-image{width:250px;}
}

/* --- Consistent image ratios (no layout shift) ---------------------------- */
.newsroom--fr .byo-lead-story .byo-story-image img{aspect-ratio:16/9;}
.newsroom--fr .byo-latest-story .byo-story-image img,
.newsroom--fr .byo-section-story .byo-story-image img,
.newsroom--fr .byo-archive-card .byo-story-image img{aspect-ratio:3/2;}
.newsroom--fr .byo-article-hero img{aspect-ratio:21/9;object-fit:cover;}

/* --- Tighten vertical rhythm --------------------------------------------- */
.newsroom--fr .byo-front-intro{padding-block:22px 16px;}
.newsroom--fr .byo-lead-stage{padding-block:26px 30px;}
.newsroom--fr .byo-newsroom-ribbon__inner{min-height:44px;align-items:center;}

/* --- Footer copyright line ------------------------------------------------ */
.newsroom--fr .site-info{padding-block:16px;text-align:center;}

/* --- Pass 3: keep the rubrique bar on a single row -------------------- */
@media (min-width:1025px){
  .newsroom--fr .main-navigation .main-nav > ul{flex-wrap:nowrap;}
  .newsroom--fr .main-navigation a{font-size:11.8px;letter-spacing:.045em;padding-inline:9px;}
  .newsroom--fr .site-header .main-title{font-size:clamp(20px,2.5vw,34px);}
  .newsroom--fr .inside-header{gap:16px;}
}
/* The theme owns the article layout; neutralise any leftover element chrome. */
.newsroom--fr .byo-single-article .dynamic-content-template > .gb-element:first-child:empty{display:none;}

/* ==========================================================================
   Pass 4 — final corrections
   ========================================================================== */

/* Navigation: never break a rubrique label across lines */
.newsroom--fr .main-navigation a,
.newsroom--fr .main-navigation .menu-item > a{white-space:nowrap;}
@media (min-width:1025px){
  .newsroom--fr .main-navigation .main-nav > ul{flex-wrap:nowrap;justify-content:flex-end;}
  .newsroom--fr .main-navigation a{font-size:11.5px;letter-spacing:.03em;padding-inline:8px;}
}
@media (max-width:1024px){
  .newsroom--fr .main-navigation .main-nav > ul{flex-wrap:wrap;}
}

/* Ad Inserter float slots: collapse when the network returns no ad,
   so an empty box never indents the article. */
.newsroom--fr .byo-article-content .code-block:has(ins.adsbygoogle[data-ad-status="unfilled"]),
.newsroom--fr .byo-article-content .code-block:has(> .adsbygoogle:empty){display:none!important;}
.newsroom--fr .byo-article-content .code-block{margin:.2em 24px 16px 0;max-width:340px;}
.newsroom--fr .byo-article-content .google-auto-placed{float:none!important;margin-block:18px;}

/* Chapô — the standfirst BYOnics writes as .article-lead */
.newsroom--fr .byo-article-content .article-lead{
  font-family:var(--news-body);
  font-size:1.08em;
  line-height:1.6;
  font-weight:600;
  color:#2A2F37;
  border-inline-start:3px solid var(--news-flag);
  padding-inline-start:16px;
  margin:0 0 1.35em;
}
.newsroom--fr .byo-article-content .article-lead p{margin:0;}
/* Drop cap belongs on the first real paragraph after the chapô, not the chapô */
.newsroom--fr .byo-article-content .article-lead::first-letter{float:none;font-size:inherit;color:inherit;padding:0;}
.newsroom--fr .byo-article-content > p.wp-block-paragraph:first-of-type::first-letter{
  float:left;font-family:var(--news-serif);font-weight:800;
  font-size:4.05em;line-height:.82;padding:.06em .09em 0 0;color:var(--news-accent);
}

/* Hero image sits in the text measure, broadsheet style */
.newsroom--fr .byo-article-hero{
  max-width:var(--news-max);margin-inline:auto;padding-inline:24px;
}
.newsroom--fr .byo-article-hero img{aspect-ratio:2/1;object-fit:cover;}

/* Clear any float before the aside/author box */
.newsroom--fr .byo-author-box,
.newsroom--fr .byo-article-navigation{clear:both;}
