@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;1,700;1,800&family=Barlow:wght@400;500;600;700&display=swap");

/* ===================== TOKENS ===================== */
:root {
  --rouge: #E2001A;
  --rouge-fonce: #B30015;
  --noir: #0A0A0A;
  --carte: #1A1A1A;
  --carte-2: #242424;
  --blanc: #FFFFFF;
  --texte-2: rgba(255, 255, 255, 0.72);
  --texte-3: rgba(255, 255, 255, 0.50);
  --bord: rgba(255, 255, 255, 0.08);
  --bord-2: rgba(255, 255, 255, 0.14);
  --or: #C9A227;
  --titre-italic: italic;
  --r-lg: 14px;
  --r-md: 10px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}
/* ===================== BASE ===================== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  background: var(--noir);
  color: var(--blanc);
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 76px; /* place pour le mini-player sticky */
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
.titre {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: var(--titre-italic);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.05;
}
.conteneur { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
section { padding: 28px 0; }
.titre-section {
  font-size: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.titre-section::before {
  content: "";
  width: 5px;
  height: 24px;
  background: var(--rouge);
  flex: none;
  transform: skewX(-12deg);
}
/* Placeholder nommé pour images / logos manquants */
.placeholder {
  background: repeating-linear-gradient(135deg, #2A2A2A 0 10px, #222222 10px 20px);
  border: 1px dashed var(--bord-2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--texte-3);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px;
}
/* ===================== HEADER ===================== */
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--rouge);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
.header-barre {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-logo { height: 42px; width: auto; border-radius: 6px; flex: none; }
.header-freq {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
.header-freq small { display: block; font-size: 12px; font-weight: 600; opacity: 0.85; letter-spacing: 0.1em; }
.header-nav { display: none; }
.btn-burger {
  margin-left: auto;
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 8px;
  transition: background 150ms var(--ease);
}
.btn-burger:hover { background: rgba(0, 0, 0, 0.15); }
.btn-burger span { display: block; width: 22px; height: 3px; background: var(--blanc); border-radius: 2px; transition: transform 250ms var(--ease), opacity 150ms var(--ease); }
.btn-burger.ouvert span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.btn-burger.ouvert span:nth-child(2) { opacity: 0; }
.btn-burger.ouvert span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
/* Menu mobile déroulant */
.menu-mobile {
  display: none;
  background: var(--noir);
  border-bottom: 1px solid var(--bord);
}
.menu-mobile.ouvert { display: block; }
.menu-mobile a {
  display: block;
  padding: 15px 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--bord);
  transition: color 150ms var(--ease), padding-left 150ms var(--ease);
}
.menu-mobile a:last-child { border-bottom: none; }
.menu-mobile a:hover { color: var(--rouge); padding-left: 22px; }
/* ===================== CARROUSEL HERO ===================== */
.carrousel { position: relative; overflow: hidden; background: #000000; }
.carrousel-piste {
  display: flex;
  transition: transform 450ms var(--ease);
}
.slide {
  flex: none;
  width: 100%;
  position: relative;
  aspect-ratio: 390 / 460;
  max-height: 560px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.slide-fond { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
/* Slide affiche.
   Mobile : le slide épouse la hauteur de l'image (pleine largeur, ratio naturel),
   les boutons s'enchaînent juste en dessous → aucun vide. (Desktop restauré plus bas.) */
.slide-affiche { background: #0B0E13; display: block; aspect-ratio: auto; max-height: none; }
.slide-backdrop {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: blur(46px) brightness(0.4) saturate(1.15); transform: scale(1.25);
}
.slide-affiche .slide-poster {
  position: relative; z-index: 2;
  display: block; width: 100%; height: auto;
}
.slide-cta-bar {
  position: relative; z-index: 3;
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  padding: 16px 16px 26px 16px;
  background: var(--noir);
}
.slide-voile {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.82) 88%);
}
.slide-contenu {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px 16px 44px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.pastille-officielle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid var(--bord-2);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.pastille-officielle::before { content: "●"; color: var(--or); font-size: 9px; }
.slide-titre { font-size: 30px; max-width: 560px; text-wrap: balance; text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6); }
.slide-titre em { font-style: inherit; color: var(--rouge); }
.slide-sous { color: var(--texte-2); font-size: 14px; max-width: 460px; text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8); }
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 26px;
  background: var(--rouge);
  border-radius: 999px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 4px 24px rgba(226, 0, 26, 0.45);
  transition: transform 150ms var(--ease), background 150ms var(--ease);
}
.btn-cta:hover { transform: scale(1.04); background: var(--rouge-fonce); }
.btn-cta:active { transform: scale(1.0); }
.btn-cta svg { flex: none; }
/* Slides 2 & 3 : fonds graphiques placeholder */
.slide-graphique {
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.025) 0 2px, transparent 2px 90px),
    radial-gradient(120% 90% at 85% 10%, rgba(226, 0, 26, 0.35) 0%, transparent 55%),
    linear-gradient(160deg, #1C1C1C 0%, #0A0A0A 70%);
}
.slide-graphique .slide-contenu { padding-bottom: 52px; }
.slide-vignette { width: 96px; height: 96px; border-radius: var(--r-md); margin-bottom: 4px; }
/* Flèches */
.carrousel-fleche {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.55);
  border: 1px solid var(--bord-2);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 150ms var(--ease);
}
.carrousel-fleche:hover { background: var(--rouge); }
.carrousel-fleche.prec { left: 10px; }
.carrousel-fleche.suiv { right: 10px; }
/* Points de pagination */
.carrousel-points {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.carrousel-points button {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carrousel-points button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  transition: all 250ms var(--ease);
}
.carrousel-points button.actif::after { width: 24px; background: var(--rouge); }
/* ===================== PLAYER DIRECT ===================== */
.player-carte {
  background: linear-gradient(180deg, var(--carte-2) 0%, var(--carte) 100%);
  border: 1px solid var(--bord);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.player-haut { display: flex; gap: 14px; padding: 16px 16px 0 16px; align-items: center; }
.player-pochette { width: 142px; aspect-ratio: 16 / 9; border-radius: var(--r-md); flex: none; object-fit: cover; }
.player-infos { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.badge-direct {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  align-self: flex-start;
  background: var(--rouge);
  border-radius: 4px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.badge-direct .point {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blanc);
}
@media (prefers-reduced-motion: no-preference) {
  .badge-direct .point { animation: pulser 1.4s var(--ease) infinite; }
  @keyframes pulser { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.35; transform: scale(0.7); } }
}
.player-emission { font-size: 23px; line-height: 1.05; }
.player-animateur { color: var(--texte-2); font-size: 13px; }
.player-source { color: var(--texte-3); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; }
.player-controles {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
}
.btn-lecture {
  width: 64px;
  height: 64px;
  flex: none;
  border-radius: 50%;
  background: var(--rouge);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(226, 0, 26, 0.45);
  transition: transform 150ms var(--ease), background 150ms var(--ease);
}
.btn-lecture:hover { transform: scale(1.05); }
.btn-lecture:active { transform: scale(1.0); }
.icone-pause { display: none; }
.en-lecture .icone-lecture { display: none; }
.en-lecture .icone-pause { display: block; }
.player-progression { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.barre-direct { display: flex; align-items: flex-end; gap: 3px; height: 26px; }
.barre-direct span {
  width: 4px;
  border-radius: 2px;
  background: var(--rouge);
  height: 30%;
  transition: height 400ms var(--ease);
}
.en-lecture .barre-direct span { background: var(--rouge); }
@media (prefers-reduced-motion: no-preference) {
  .en-lecture .barre-direct span { animation: onduler 900ms ease-in-out infinite alternate; }
  .en-lecture .barre-direct span:nth-child(2n) { animation-duration: 720ms; }
  .en-lecture .barre-direct span:nth-child(3n) { animation-duration: 1060ms; }
  @keyframes onduler { from { height: 22%; } to { height: 100%; } }
}
.ligne-volume { display: flex; align-items: center; gap: 10px; color: var(--texte-3); }
.volume-piste { flex: 1; height: 4px; border-radius: 2px; background: rgba(255, 255, 255, 0.15); position: relative; cursor: pointer; }
.volume-niveau { position: absolute; left: 0; top: 0; bottom: 0; width: 70%; border-radius: 2px; background: var(--blanc); }
.volume-niveau::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--blanc);
}
.player-actions {
  display: flex;
  gap: 10px;
  padding: 0 16px 16px 16px;
}
.btn-secondaire {
  flex: 1;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--bord-2);
  border-radius: var(--r-md);
  font-weight: 600;
  font-size: 14px;
  transition: background 150ms var(--ease), border-color 150ms var(--ease);
}
.btn-secondaire:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(226, 0, 26, 0.6); }
/* ===================== ACTUALITÉS ===================== */
.fond-section { background: #111111; border-top: 1px solid var(--bord); border-bottom: 1px solid var(--bord); }
.actus-grille {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: none;
}
.actus-grille::-webkit-scrollbar { display: none; }
.carte-actu {
  flex: none;
  width: 252px;
  scroll-snap-align: start;
  background: var(--carte);
  border: 1px solid var(--bord);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color 150ms var(--ease), background 150ms var(--ease);
  display: flex;
  flex-direction: column;
}
.carte-actu:hover { border-color: rgba(226, 0, 26, 0.6); background: var(--carte-2); }
.carte-actu .visuel { aspect-ratio: 16 / 9; }
.carte-actu .corps { padding: 12px 14px 14px 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.categorie {
  align-self: flex-start;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rouge);
  border: 1px solid rgba(226, 0, 26, 0.5);
  border-radius: 4px;
  padding: 2px 7px;
}
.carte-actu h3 { font-size: 19px; }
.carte-actu time { margin-top: auto; color: var(--texte-3); font-size: 12px; }
.lien-plus {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  min-height: 44px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--rouge);
  transition: gap 150ms var(--ease);
}
.lien-plus:hover { gap: 13px; }
/* ===================== PROGRAMMES ===================== */
.note-heures { color: var(--texte-3); font-size: 12px; margin: -10px 0 14px 0; }
.programmes-liste { display: flex; flex-direction: column; gap: 8px; }
.ligne-programme {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--carte);
  border: 1px solid var(--bord);
  border-radius: var(--r-md);
  padding: 12px 14px;
  transition: border-color 150ms var(--ease), background 150ms var(--ease);
}
.ligne-programme:hover { border-color: rgba(226, 0, 26, 0.6); background: var(--carte-2); }
.ligne-programme .heure {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: var(--rouge);
  width: 92px;
  flex: none;
  line-height: 1.1;
}
.ligne-programme .nom { font-weight: 600; font-size: 15px; }
.ligne-programme .anim { color: var(--texte-3); font-size: 12.5px; }
.etiquette-direct {
  margin-left: auto;
  flex: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rouge);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.etiquette-direct::before { content: "●"; font-size: 8px; }
/* ===================== FOOTER ===================== */
footer {
  background: #000000;
  border-top: 3px solid var(--rouge);
  padding: 32px 0 40px 0;
  margin-top: 12px;
}
.footer-grille { display: flex; flex-direction: column; gap: 24px; }
.footer-logo { height: 56px; width: auto; border-radius: 8px; }
.footer-bloc h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--texte-3);
  margin-bottom: 10px;
}
.footer-bloc p { color: var(--texte-2); font-size: 14px; }
.footer-freq { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 26px; line-height: 1.15; }
.footer-freq small { display: block; font-size: 14px; font-weight: 600; color: var(--texte-3); letter-spacing: 0.08em; }
.footer-liens { display: flex; flex-direction: column; gap: 2px; }
.footer-liens a { color: var(--texte-2); font-size: 14px; min-height: 36px; display: inline-flex; align-items: center; transition: color 150ms var(--ease); }
.footer-liens a:hover { color: var(--blanc); }
.reseaux { display: flex; gap: 10px; }
.reseaux a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--bord-2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 150ms var(--ease), border-color 150ms var(--ease);
}
.reseaux a:hover { background: var(--rouge); border-color: var(--rouge); }
.footer-mentions {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--bord);
  color: var(--texte-3);
  font-size: 12.5px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
/* Footer mobile : 2 colonnes (Fréquences | Liens), logo + réseaux pleine largeur. */
@media (max-width: 899px) {
  footer { padding: 26px 0 34px 0; }
  .footer-grille { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 16px; align-items: start; }
  .footer-grille > .footer-bloc:first-child,
  .footer-grille > .footer-bloc:last-child { grid-column: 1 / -1; }
  .footer-freq { font-size: 22px; }
  .footer-mentions { margin-top: 20px; }
}
/* ===================== MINI-PLAYER STICKY ===================== */
.mini-player {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: rgba(16, 16, 16, 0.92);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--bord-2);
  transform: translateY(110%);
  transition: transform 250ms var(--ease);
}
.mini-player.visible { transform: translateY(0); }
.mini-player-barre {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.mini-pochette { width: 64px; aspect-ratio: 16 / 9; border-radius: 8px; flex: none; object-fit: cover; }
.mini-infos { min-width: 0; flex: 1; }
.mini-infos .titre-mini {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mini-infos .sous-mini { color: var(--texte-3); font-size: 11.5px; display: flex; align-items: center; gap: 6px; }
.mini-infos .sous-mini::before { content: "●"; color: var(--rouge); font-size: 8px; }
.btn-mini-lecture {
  width: 48px;
  height: 48px;
  flex: none;
  border-radius: 50%;
  background: var(--rouge);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 150ms var(--ease);
}
.btn-mini-lecture:hover { transform: scale(1.06); }
/* Volume du mini-player : masqué sur très petits écrans, affiché dès qu'il y a de la place */
.mini-volume {
  display: none;
  align-items: center;
  gap: 8px;
  flex: none;
  width: 120px;
  color: var(--texte-3);
}
@media (min-width: 440px) {
  .mini-volume { display: flex; }
}
/* ===================== DESKTOP ≥ 900px ===================== */
@media (min-width: 900px) {
  body { font-size: 16px; }
  .conteneur { padding: 0 32px; }
  section { padding: 44px 0; }
  .header-barre { height: 68px; padding: 0 32px; gap: 18px; }
  .header-logo { height: 48px; }
  .btn-burger, .menu-mobile { display: none; }
  .header-nav {
    display: flex;
    margin-left: auto;
    gap: 4px;
  }
  .header-nav a {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 10px 14px;
    border-radius: 8px;
    transition: background 150ms var(--ease);
  }
  .header-nav a:hover { background: rgba(0, 0, 0, 0.18); }
  .slide { aspect-ratio: auto; height: 520px; }
  /* Slide affiche desktop : poster centré (jamais rogné) sur fond flouté, CTA en surimpression */
  .slide-affiche { display: flex; }
  .slide-affiche .slide-poster {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: contain; object-position: center; padding: 20px 20px 88px 20px;
  }
  .slide-affiche .slide-cta-bar {
    position: absolute; left: 0; right: 0; bottom: 0;
    padding: 28px 16px 40px 16px;
    background: linear-gradient(180deg, rgba(11,14,19,0) 0%, rgba(11,14,19,0.85) 55%, var(--noir) 100%);
  }
  .slide-fond { object-position: center 28%; }
  .slide-voile { background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.6) 100%); }
  .slide-contenu { max-width: 1200px; margin: 0 auto; padding: 0 32px 64px 32px; gap: 16px; }
  .slide-titre { font-size: 52px; }
  .slide-sous { font-size: 16px; }
  .carrousel-fleche.prec { left: 24px; }
  .carrousel-fleche.suiv { right: 24px; }
  .player-haut { padding: 24px 24px 0 24px; }
  .player-pochette { width: 200px; }
  .player-emission { font-size: 30px; }
  .player-controles { padding: 20px 24px; }
  .player-actions { padding: 0 24px 24px 24px; max-width: 460px; }
  .actus-grille { display: grid; grid-template-columns: repeat(4, 1fr); overflow: visible; }
  .carte-actu { width: auto; }
  .programmes-liste { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .footer-grille { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
  .footer-mentions { flex-direction: row; justify-content: space-between; }
}

/* ===================== PAGE ARTICLE (détail actualité) ===================== */
/* Fil d'ariane */
.fil { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; padding: 16px 0 4px 0; font-size: 12.5px; color: var(--texte-3); }
.fil a { transition: color 150ms var(--ease); }
.fil a:hover { color: var(--rouge); }
.fil .sep { opacity: 0.5; }
.fil .actuel { color: var(--texte-2); }
/* Article */
.article { padding: 8px 0 36px 0; }
.article-entete { display: flex; flex-direction: column; gap: 14px; margin-bottom: 22px; }
.article-titre { font-size: 34px; line-height: 1.05; text-wrap: balance; }
.article-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; color: var(--texte-3); font-size: 13px; }
.article-meta .point { width: 3px; height: 3px; border-radius: 50%; background: var(--texte-3); flex: none; }
.article-meta strong { color: var(--texte-2); font-weight: 600; }
.article-visuel { aspect-ratio: 16 / 9; width: 100%; object-fit: cover; border-radius: var(--r-lg); margin-bottom: 24px; overflow: hidden; }
.article-visuel.placeholder { font-size: 13px; }
.chapo { font-size: 18px; line-height: 1.55; color: var(--blanc); font-weight: 500; border-left: 3px solid var(--rouge); padding-left: 16px; margin-bottom: 22px; text-wrap: pretty; }
.article-corps { display: flex; flex-direction: column; gap: 16px; max-width: 720px; }
.article-corps p { color: var(--texte-2); font-size: 16px; line-height: 1.65; text-wrap: pretty; }
.article-corps h2 { font-family: 'Barlow Condensed', sans-serif; font-style: var(--titre-italic); font-weight: 800; text-transform: uppercase; font-size: 23px; margin-top: 10px; color: var(--blanc); }
.article-corps h3 { font-family: 'Barlow Condensed', sans-serif; color: #fff; font-size: 20px; margin-top: 8px; }
.article-corps strong { color: var(--blanc); }
.article-corps a { color: var(--rouge); text-decoration: underline; }
.article-corps ul, .article-corps ol { padding-left: 1.4em; color: var(--texte-2); display: flex; flex-direction: column; gap: 6px; }
.article-corps img { max-width: 100%; border-radius: 10px; }
.article-corps blockquote { border-left: 3px solid var(--rouge); padding-left: 14px; color: var(--texte-3); }
.encart { background: var(--carte); border: 1px solid var(--bord); border-left: 3px solid var(--rouge); border-radius: var(--r-md); padding: 16px 18px; display: flex; flex-direction: column; gap: 6px; }
.encart .label { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rouge); }
.encart p { color: var(--texte-2); font-size: 15px; }
/* Partage + retour */
.article-pied { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--bord); }
.partage-label { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--texte-3); font-weight: 600; }
.partage { display: flex; gap: 10px; }
.partage a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--bord-2); display: flex; align-items: center; justify-content: center; color: var(--texte-2); transition: background 150ms var(--ease), border-color 150ms var(--ease), color 150ms var(--ease); }
.partage a:hover { background: var(--rouge); border-color: var(--rouge); color: var(--blanc); }
.btn-retour { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 18px; background: rgba(255, 255, 255, 0.06); border: 1px solid var(--bord-2); border-radius: 999px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.05em; text-transform: uppercase; transition: background 150ms var(--ease), border-color 150ms var(--ease); }
.btn-retour:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(226, 0, 26, 0.6); }
.btn-cta { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 26px; background: var(--rouge); border-radius: 999px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 19px; letter-spacing: 0.06em; text-transform: uppercase; box-shadow: 0 4px 24px rgba(226, 0, 26, 0.45); transition: transform 150ms var(--ease), background 150ms var(--ease); }
.btn-cta:hover { transform: scale(1.04); background: var(--rouge-fonce); }
.btn-cta svg { flex: none; }
/* Colonne « à lire aussi » (masquée < 1100px) */
.article-aside { display: none; }
.carte-actu { cursor: pointer; }

@media (min-width: 900px) {
  .article { display: grid; grid-template-columns: minmax(0, 1fr); }
  .article-titre { font-size: 50px; }
  .article-visuel { margin-bottom: 28px; }
}
@media (min-width: 1100px) {
  .article-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 40px; align-items: start; }
  .article-aside { display: flex; position: sticky; top: 92px; flex-direction: column; gap: 14px; }
  .aside-titre { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-style: var(--titre-italic); text-transform: uppercase; font-size: 18px; color: var(--texte-2); letter-spacing: 0.04em; }
  .aside-liste { display: flex; flex-direction: column; gap: 4px; }
  .aside-lien { display: flex; gap: 12px; padding: 10px; border-radius: var(--r-md); border: 1px solid transparent; transition: background 150ms var(--ease), border-color 150ms var(--ease); }
  .aside-lien:hover { background: var(--carte); border-color: var(--bord); }
  .aside-vignette { width: 64px; height: 48px; border-radius: 6px; flex: none; font-size: 8px; object-fit: cover; overflow: hidden; }
  .aside-lien .a-cat { font-size: 9px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rouge); }
  .aside-lien .a-titre { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 15px; line-height: 1.1; margin-top: 2px; }
}
