:root {
  --encre: #10243d;
  --encre-2: #2e4158;
  --papier: #f7f4ed;
  --blanc: #fffefa;
  --vert: #087f62;
  --vert-fonce: #075943;
  --menthe: #dff5ec;
  --or: #d8a22b;
  --orange: #a53b21;
  --cyan: #00c8e6;
  --violet: #7447ff;
  --rose: #ff3b82;
  --lime: #b8f532;
  --gris: #536071;
  --bord: #d9d7cf;
  --ombre: 0 18px 54px rgba(16, 36, 61, .09);
  --rayon: 18px;
  --largeur: 1160px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: clip; color: var(--encre); background:
  radial-gradient(circle at 8% 6%, rgba(0,200,230,.11), transparent 25rem),
  radial-gradient(circle at 92% 28%, rgba(255,59,130,.08), transparent 28rem),
  var(--papier); font: 17px/1.66 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-rendering: optimizeLegibility; }
a { color: var(--vert-fonce); text-underline-offset: 3px; }
a:hover { color: var(--orange); }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, .bouton, .bouton-petit { min-height: 44px; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--or); outline-offset: 3px; }
.enveloppe { width: min(calc(100% - 36px), var(--largeur)); margin-inline: auto; }
.saut-contenu { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--encre); color: white; padding: .75rem 1rem; }
.saut-contenu:focus { top: 1rem; }

.entete { position: sticky; top: 0; z-index: 20; background: rgba(247,244,237,.88); border-bottom: 1px solid rgba(16,36,61,.12); box-shadow: 0 8px 30px rgba(16,36,61,.06); backdrop-filter: blur(18px) saturate(145%); }
.entete .enveloppe { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; min-height: 76px; }
.marque { display: flex; flex-direction: column; color: var(--encre); text-decoration: none; line-height: 1; }
.marque-nom { font: 700 28px/1 "Newsreader", Georgia, serif; letter-spacing: -.04em; }
.marque-nom span { color: var(--vert); }
.marque-slogan { max-width: 170px; margin-top: 4px; color: var(--gris); font-size: 10px; line-height: 1.2; text-transform: uppercase; letter-spacing: .07em; }
.nav { display: flex; min-width: 0; max-width: 100%; justify-content: center; gap: 4px; }
.nav a { padding: 9px 10px; color: var(--encre-2); font-size: 14px; font-weight: 650; text-decoration: none; border-radius: 999px; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--vert-fonce); background: var(--menthe); }
.recherche-entete { display: flex; min-width: 0; }
.recherche-entete input { width: 210px; min-height: 42px; padding: 8px 12px; border: 1px solid var(--bord); border-radius: 999px 0 0 999px; background: var(--blanc); }
.recherche-entete button { min-height: 42px; padding: 8px 13px; border: 0; border-radius: 0 999px 999px 0; color: white; background: var(--encre); cursor: pointer; }

main { min-height: 65vh; padding-block: 42px 84px; }
.fil { margin-bottom: 32px; color: var(--gris); font-size: 14px; }
.fil span { margin: 0 4px; }
.tete-page { max-width: 850px; margin-bottom: 28px; }
h1, h2, h3 { font-family: "Newsreader", Georgia, serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 900px; margin: 0 0 18px; font-size: clamp(42px, 7vw, 76px); }
h2 { margin: 2.6em 0 .65em; font-size: clamp(30px, 4vw, 46px); }
h3 { margin: 1.7em 0 .45em; font-size: 26px; }
p, li { max-width: 78ch; }
.chapo, .hero-chapo { color: var(--encre-2); font: 500 clamp(20px, 3vw, 27px)/1.45 "Newsreader", Georgia, serif; }
.meta-page, .preuve { color: var(--gris); font-size: 14px; }
.verifie { color: var(--vert-fonce); font-weight: 700; }
.surtitre { margin: 0 0 10px; color: var(--vert-fonce); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.etiquette { display: inline-block; padding: 3px 8px; color: var(--encre-2); background: #ebe8df; border-radius: 999px; font: 700 11px/1.4 system-ui, sans-serif; text-transform: uppercase; letter-spacing: .04em; }
.etiquette-avis-scientifique-provisoire, .etiquette-proposition-pas-classement-definitif { color: #713b08; background: #fff0c9; }

.hero { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(270px, .65fr); gap: 60px; align-items: end; padding: 50px 0 68px; }
.hero > * { min-width: 0; }
.hero h1 { font-size: clamp(58px, 8vw, 100px); max-width: 12ch; }
.hero-chapo { max-width: 690px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.bouton, .bouton-petit { display: inline-flex; align-items: center; justify-content: center; padding: 11px 18px; border: 1px solid var(--encre); border-radius: 999px; color: white; background: var(--encre); font-weight: 750; text-decoration: none; }
.bouton:hover, .bouton-petit:hover { color: white; background: var(--vert-fonce); border-color: var(--vert-fonce); }
.bouton-secondaire { color: var(--encre); background: transparent; }
.bouton-secondaire:hover { color: white; }
.bouton-petit { min-height: 38px; padding: 7px 12px; font-size: 13px; white-space: nowrap; }
.hero-donnees { padding: 28px; color: white; background: var(--encre); border-radius: 28px; box-shadow: var(--ombre); }
.hero-donnees p { margin: 0; color: #b9c6d5; font-size: 13px; text-transform: uppercase; letter-spacing: .09em; }
.hero-donnees strong { display: block; margin: 4px 0; color: #a8f1da; font: 700 43px/1.1 "Newsreader", Georgia, serif; }
.hero-donnees span { display: block; color: #dce4ed; font-size: 14px; }
.hero-donnees hr { margin: 24px 0; border: 0; border-top: 1px solid #506076; }
.alerte-editoriale { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; margin: 0 0 70px; padding: 22px 26px; background: var(--menthe); border-left: 5px solid var(--vert); border-radius: 10px; }
.alerte-editoriale span { font-weight: 800; }
.alerte-editoriale p { margin: 0; }
.alerte-editoriale a { font-weight: 750; white-space: nowrap; }

.signaux-marche { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 0 0 56px; }
.signaux-marche > div { position: relative; min-height: 310px; padding: 32px; overflow: hidden; color: white; background: linear-gradient(135deg, #10243d, #087f62); border-radius: 26px; box-shadow: var(--ombre); }
.signaux-marche > div:nth-child(2) { background: linear-gradient(135deg, #172c54, #6437d5 55%, #b21f69); }
.signaux-marche h2 { margin: 18px 0 12px; color: white; font-size: clamp(31px, 4vw, 46px); }
.signaux-marche p { color: #e0e9ef; }
.signaux-marche .surtitre { margin-top: 20px; color: var(--lime); }
.signaux-marche .bouton { margin-top: 10px; }

.grille-cartes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 26px 0 64px; }
.carte { position: relative; min-height: 240px; padding: 28px; overflow: hidden; background: rgba(255,254,250,.94); border: 1px solid var(--bord); border-radius: var(--rayon); box-shadow: 0 8px 30px rgba(16,36,61,.04); }
.carte::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--vert), var(--cyan), var(--violet)); }
.carte:hover { transform: translateY(-3px); box-shadow: var(--ombre); transition: .2s ease; }
.carte h3 { margin-top: 8px; }
.carte h3 a { color: var(--encre); text-decoration: none; }
.carte p { color: var(--encre-2); }
.carte .fleche { position: absolute; right: 24px; bottom: 18px; color: var(--vert); font-size: 30px; }
.deux-colonnes { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-block: 72px; padding-block: 50px; border-block: 1px solid var(--bord); }
.deux-colonnes h2 { margin-top: 0; }
.lien-fort { font-weight: 800; }
.grille-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 30px 0 60px; overflow: hidden; background: var(--encre); border-radius: var(--rayon); }
.grille-stats div { padding: 28px; border-right: 1px solid #506076; }
.grille-stats div:last-child { border: 0; }
.grille-stats strong { display: block; color: #a8f1da; font: 700 42px/1 "Newsreader", Georgia, serif; }
.grille-stats span { color: #e3eaf2; font-size: 14px; }

/* Visuels éditoriaux : grands, colorés et clairement légendés. Les images
 * d'illustration ne portent aucun chiffre ; les données exactes restent HTML. */
.illustration { position: relative; max-width: 1080px; margin: 34px 0 58px; overflow: hidden; color: #dfe8f5; background: var(--encre); border: 1px solid rgba(0,200,230,.35); border-radius: 28px; box-shadow: 0 28px 70px rgba(16,36,61,.22); }
.illustration::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.illustration img { display: block; width: 100%; height: auto; }
.illustration figcaption { position: relative; z-index: 1; margin: 0; padding: 13px 18px; color: #c8d4e3; background: linear-gradient(90deg, #10243d, #173558); font-size: 13px; }

.accent-impact .tete-page h1, .accent-qualite .tete-page h1, .accent-us .tete-page h1 {
  color: transparent;
  background: linear-gradient(100deg, var(--encre) 0%, var(--violet) 45%, var(--vert) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.accent-us .tete-page h1 { background-image: linear-gradient(100deg, #172c54, #7447ff 35%, #ff3b82 66%, #f0761c); }
.carte-impact { color: white; background: linear-gradient(135deg, #10243d 0%, #124a5a 55%, #087f62 100%); border: 0; box-shadow: 0 18px 50px rgba(8,127,98,.22); }
.carte-impact::before { height: 7px; background: linear-gradient(90deg, var(--lime), var(--cyan), var(--rose)); }
.carte-impact h3 a, .carte-impact p { color: white; }
.carte-impact .surtitre, .carte-impact .fleche { color: var(--lime); }
.carte-impact-us { background: linear-gradient(135deg, #172c54 0%, #6637d7 48%, #b21f69 100%); box-shadow: 0 18px 50px rgba(116,71,255,.22); }

.signal-fort { display: flex; align-items: center; gap: 22px; max-width: 920px; margin: 34px 0; padding: 22px 26px; color: white; background: linear-gradient(110deg, #10243d, #087f62); border-radius: 18px; box-shadow: var(--ombre); }
.signal-fort strong { flex: 0 0 auto; color: var(--lime); font: 700 24px/1.1 "Newsreader", Georgia, serif; }
.signal-us { background: linear-gradient(110deg, #172c54, #6437d5 55%, #b21f69); }

.barometre { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 36px; align-items: center; max-width: 1020px; margin: 40px 0 68px; padding: 34px; color: white; background: linear-gradient(135deg, #10243d, #173f55 55%, #0a6e61); border-radius: 30px; box-shadow: 0 26px 70px rgba(16,36,61,.24); }
.barometre h2 { margin-top: 5px; color: white; }
.barometre .surtitre { color: #a8f1da; }
.score-orbite { display: grid; place-content: center; width: 190px; height: 190px; text-align: center; background: radial-gradient(circle at 35% 30%, #1b6071, #10243d 66%); border: 12px solid var(--lime); border-right-color: var(--cyan); border-bottom-color: var(--rose); border-radius: 50%; box-shadow: 0 0 45px rgba(0,200,230,.28); }
.score-orbite strong { font: 700 72px/.78 "Newsreader", Georgia, serif; }
.score-orbite span { color: #b8f532; font-weight: 800; }
.score-orbite small { margin-top: 8px; color: #c8d4e3; text-transform: uppercase; letter-spacing: .08em; }
.ligne-score { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(130px, 1fr) 65px; gap: 12px; align-items: center; margin: 12px 0; font-size: 14px; }
.ligne-score meter { width: 100%; height: 14px; accent-color: var(--lime); }
.ligne-score strong { text-align: right; color: #a8f1da; }

.fiche-selection { display: grid; grid-template-columns: minmax(260px, .85fr) minmax(0, 1.25fr); gap: 38px; align-items: center; max-width: 1080px; margin: 48px 0 70px; padding: 20px; color: white; background: linear-gradient(135deg, #10243d, #164f54); border-radius: 30px; box-shadow: 0 28px 80px rgba(16,36,61,.25); }
.fiche-selection > img { display: block; width: 100%; border-radius: 22px; box-shadow: 0 18px 45px rgba(0,0,0,.3); }
.fiche-selection > div { padding: 20px 28px 20px 0; }
.fiche-selection h2 { margin: 8px 0 16px; color: white; }
.fiche-selection p, .fiche-selection li { color: #dce7ee; }
.fiche-selection .surtitre { color: #a8f1da; }
.fiche-selection-us { background: linear-gradient(135deg, #172c54, #6437d5 54%, #b21f69); }
.badge-classement { display: inline-flex; padding: 7px 12px; color: #10243d; background: var(--lime); border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.liste-preuves { padding-left: 20px; }
.liste-preuves li { margin-bottom: 7px; }
.grille-statut { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0; }
.grille-statut span { padding: 14px; color: #10243d; background: white; border-radius: 12px; font-size: 12px; }
.grille-statut strong { display: block; margin-bottom: 4px; font-size: 13px; }
.grille-statut .statut-preuve { background: #c6ff72; }
.grille-statut .statut-declare { background: #8deaff; }
.grille-statut .statut-manquant { background: #ffb1c7; }
.encadre-choc { border: 0; border-left: 7px solid var(--rose); box-shadow: 0 18px 45px rgba(255,59,130,.12); }
.grille-us > div:nth-child(1) span { background: var(--violet); }
.grille-us > div:nth-child(2) span { background: var(--cyan); color: var(--encre); }
.grille-us > div:nth-child(3) span { background: var(--rose); color: var(--encre); }
.grille-us > div:nth-child(4) span { background: var(--lime); color: var(--encre); }

/* Encadré de CONSTAT, pas de réclame : fond sobre, pas de dégradé vendeur,
   pas de bouton d'achat. La hiérarchie visuelle doit dire « analyse », sinon
   la page redevient une publicité pour la boutique qui arrive en tête. */
.constat-marche { max-width: 1080px; margin: 30px 0 46px; padding: 26px 28px; background: var(--brume, #f3f6f8); border: 1px solid var(--trait, #dbe4ea); border-left: 4px solid var(--encre, #10243d); border-radius: 14px; }
.constat-marche h2 { margin: 6px 0 14px; }
.constat-marche .surtitre { margin: 0; }
.preuve-marchand { max-width: 1080px; margin: 38px 0 62px; padding: 34px; color: white; background: linear-gradient(125deg, #10243d 0%, #087f62 65%, #00a983 100%); border-radius: 28px; box-shadow: 0 26px 70px rgba(16,36,61,.22); }
.preuve-marchand h2 { margin: 18px 0 12px; color: white; }
.preuve-marchand p, .preuve-marchand li { color: #e2edf1; }

.focus-chiffres { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 24px 0 10px; }
.focus-chiffres span { padding: 16px; color: var(--gris, #55707f); background: white; border: 1px solid var(--trait, #dbe4ea); border-radius: 14px; font-size: 13px; }
.focus-chiffres strong { display: block; color: var(--encre, #10243d); font: 700 30px/1.05 "Newsreader", Georgia, serif; }
.preuve-marchand .focus-chiffres span { color: #dce9ec; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.17); }
.preuve-marchand .focus-chiffres strong { color: white; }
/* Un lien vers la source, de la même forme pour toutes les boutiques. Il a
   remplacé un bouton plein qui ne servait qu'aux deux enseignes maison. */
.lien-source { display: inline-block; margin-top: 14px; color: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.preuve-marchand .lien-source { color: white; }
.bouton-clair { color: white; border-color: rgba(255,255,255,.65); background: transparent; }
.bouton-clair:hover { color: var(--encre); background: white; }
.note-transparence { font-size: 13px; }
.preuve-marchand { max-width: 920px; background: linear-gradient(125deg, #10243d, #175064); }
.preuve-cali { background: linear-gradient(125deg, #172c54, #6437d5 62%, #a52a72); }
.preuve-marchand .bouton { margin-top: 10px; }
.rang-premier { background: #edfae1; }
.rang-premier:hover { background: #e2f5d1; }
.badge-rang { display: table; margin-bottom: 6px; padding: 3px 8px; color: #18320b; background: var(--lime); border-radius: 999px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }

.corps { max-width: 100%; }
.page-guide .corps, .page-dossier .corps, .page-actualite .corps { max-width: 920px; }
.reponse-directe { max-width: 920px; margin: 28px 0 38px; padding: 24px 28px; background: var(--blanc); border: 1px solid var(--bord); border-top: 5px solid var(--vert); border-radius: 0 0 var(--rayon) var(--rayon); box-shadow: 0 10px 28px rgba(16,36,61,.04); }
.reponse-directe p:first-child { margin-top: 0; }
.reponse-directe p:last-child { margin-bottom: 0; }
.etiquette-reponse { color: var(--vert-fonce); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.avertissement, .alerte { background: #fff0dc; border-left: 4px solid var(--orange); }
.encadre { background: var(--blanc); border: 1px solid var(--bord); }
.encadre h2 { margin-top: 0; font-size: 30px; }
.formule { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; max-width: 800px; margin: 24px 0; padding: 24px; color: white; background: var(--encre); border-radius: 12px; font-size: 21px; }
.formule strong { color: #a8f1da; font-size: 28px; }

.tableau { max-width: 100%; margin: 24px 0 44px; overflow-x: auto; background: var(--blanc); border: 1px solid var(--bord); border-radius: 12px; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th { color: white; background: var(--encre); text-align: left; }
th, td { padding: 13px 14px; border-bottom: 1px solid var(--bord); vertical-align: top; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: #f2f8f5; }
td small { display: block; margin-top: 3px; color: var(--gris); }
tr[hidden] { display: none; }
.barre-filtres { display: flex; flex-wrap: wrap; align-items: end; gap: 14px; margin: 28px 0 14px; padding: 18px; background: var(--blanc); border: 1px solid var(--bord); border-radius: 12px; }
.barre-filtres label { display: grid; gap: 5px; color: var(--encre-2); font-size: 13px; font-weight: 750; }
.barre-filtres .case { display: flex; align-items: center; min-height: 44px; }
.barre-filtres input, .barre-filtres select { min-height: 44px; padding: 8px 10px; border: 1px solid #9da8b4; border-radius: 7px; background: white; }
.barre-filtres button, .formulaire button { padding: 9px 16px; border: 0; border-radius: 8px; color: white; background: var(--encre); font-weight: 750; cursor: pointer; }

.timeline { max-width: 920px; margin: 30px 0; }
.timeline article { display: grid; grid-template-columns: 120px 1fr; gap: 28px; padding: 0 0 34px; }
.timeline time { color: var(--vert-fonce); font: 700 22px/1.2 "Newsreader", Georgia, serif; }
.timeline article > div { position: relative; padding-left: 28px; border-left: 2px solid var(--bord); }
.timeline article > div::before { content: ""; position: absolute; left: -7px; top: 3px; width: 12px; height: 12px; background: var(--vert); border: 2px solid var(--papier); border-radius: 50%; }
.timeline h3 { margin-top: 5px; }
.grille-etapes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 24px 0 55px; }
.grille-etapes > div { padding: 22px; background: var(--blanc); border: 1px solid var(--bord); border-radius: 12px; }
.grille-etapes span { display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--vert); border-radius: 50%; font-weight: 800; }
.grille-etapes h3 { margin: 15px 0 8px; font-size: 23px; }
.glossaire { max-width: 850px; }
.glossaire dt { margin-top: 28px; color: var(--vert-fonce); font: 700 25px/1.2 "Newsreader", Georgia, serif; }
.glossaire dd { margin: 6px 0; padding-bottom: 20px; border-bottom: 1px solid var(--bord); }

.sources, .faq, .a-lire { max-width: 920px; margin-top: 58px; padding-top: 24px; border-top: 1px solid var(--bord); }
.sources h2, .faq h2, .a-lire h2 { margin-top: 0; font-size: 34px; }
.sources li { margin-bottom: 12px; }
.date-source { color: var(--gris); font-size: 13px; }
.faq details { margin: 10px 0; padding: 17px 20px; background: var(--blanc); border: 1px solid var(--bord); border-radius: 10px; }
.faq summary { cursor: pointer; font-weight: 760; }
.sommaire { max-width: 920px; margin: 28px 0; padding: 20px 24px; background: #ece9e1; border-radius: 10px; }
.sommaire p { margin: 0; font-weight: 800; }
.sommaire ol { columns: 2; }

.formulaire { display: grid; gap: 17px; max-width: 700px; margin: 26px 0; padding: 25px; background: var(--blanc); border: 1px solid var(--bord); border-radius: 12px; }
.formulaire label { display: grid; gap: 6px; font-weight: 720; }
.formulaire input, .formulaire select, .formulaire textarea { width: 100%; min-height: 46px; padding: 10px 12px; color: var(--encre); background: white; border: 1px solid #98a4af; border-radius: 7px; }
.formulaire textarea { resize: vertical; }
.formulaire .piege { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.formulaire button { justify-self: start; }
.etat-formulaire:not(:empty) { max-width: 700px; padding: 14px 18px; color: var(--vert-fonce); background: var(--menthe); border-radius: 8px; font-weight: 700; }
.resultats-recherche { max-width: 850px; }
.resultats-recherche article { padding: 18px 0; border-bottom: 1px solid var(--bord); }
.resultats-recherche h2 { margin: 4px 0; font-size: 29px; }

.pied { color: #dce4ed; background: var(--encre); }
.pied .enveloppe { padding-block: 54px 36px; }
.pied-newsletter { display: grid; grid-template-columns: 1fr 1.6fr; gap: 40px; align-items: center; padding-bottom: 34px; border-bottom: 1px solid #506076; }
.pied-newsletter h2 { margin: 0; color: white; font-size: 35px; }
.pied-newsletter p { color: #b9c6d5; }
.pied-newsletter form { display: flex; }
.pied-newsletter input { flex: 1; min-width: 0; min-height: 48px; padding: 10px 14px; border: 0; border-radius: 8px 0 0 8px; }
.pied-newsletter button { padding: 10px 16px; border: 0; border-radius: 0 8px 8px 0; color: var(--encre); background: #a8f1da; font-weight: 800; cursor: pointer; }
.pied-radar-lien { grid-template-columns: 1fr auto; }
.pied-radar-lien .bouton { color: #d7f4eb; text-decoration: none; }
.pied-radar-lien .bouton:hover { color: var(--encre); }
.pied-liens { display: flex; flex-wrap: wrap; gap: 9px 20px; margin: 30px 0; }
.pied a { color: #d7f4eb; }
.pied-mention { max-width: 95ch; color: #aebac8; font-size: 13px; }
.visuellement-cache { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1180px) {
  .entete .enveloppe { grid-template-columns: auto 1fr; }
  .nav { order: 3; grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; padding-bottom: 10px; }
  .recherche-entete { justify-self: end; }
  .hero { gap: 32px; }
  .grille-etapes { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .enveloppe { width: min(calc(100% - 24px), var(--largeur)); }
  .entete { position: relative; }
  .entete .enveloppe { gap: 10px; padding-top: 12px; }
  .marque-slogan { display: none; }
  .recherche-entete input { width: 132px; }
  .recherche-entete button { width: 48px; padding-inline: 0; overflow: hidden; font-size: 0; }
  .recherche-entete button::after { content: "→"; font-size: 20px; }
  .nav { gap: 2px; }
  .nav a { white-space: nowrap; }
  main { padding-block: 28px 60px; }
  h1 { font-size: clamp(40px, 14vw, 62px); }
  h2 { font-size: 33px; }
  .hero { grid-template-columns: 1fr; padding-top: 25px; }
  .hero h1 { font-size: clamp(56px, 18vw, 82px); }
  .hero-donnees { border-radius: 18px; }
  .alerte-editoriale, .deux-colonnes, .pied-newsletter, .signaux-marche { grid-template-columns: 1fr; }
  .alerte-editoriale a { white-space: normal; }
  .grille-cartes, .grille-stats { grid-template-columns: 1fr; }
  .grille-stats div { border-right: 0; border-bottom: 1px solid #506076; }
  .deux-colonnes { gap: 30px; }
  .timeline article { grid-template-columns: 74px 1fr; gap: 10px; }
  .grille-etapes { grid-template-columns: 1fr; }
  .illustration { margin-inline: -4px; border-radius: 18px; }
  .barometre { grid-template-columns: 1fr; padding: 24px 18px; border-radius: 20px; }
  .score-orbite { width: 160px; height: 160px; margin-inline: auto; }
  .score-orbite strong { font-size: 60px; }
  .score-orbite small { margin-top: 4px; font-size: 11px; line-height: 1.2; letter-spacing: .02em; }
  .ligne-score { grid-template-columns: 1fr 58px; }
  .ligne-score meter { grid-column: 1 / -1; grid-row: 2; }
  .fiche-selection { grid-template-columns: 1fr; gap: 12px; padding: 14px; border-radius: 20px; }
  .fiche-selection > div { padding: 10px; }
  .grille-statut { grid-template-columns: 1fr; }
  .constat-marche, .preuve-marchand { padding: 24px 18px; border-radius: 20px; }
  .focus-chiffres { grid-template-columns: 1fr; }
  .signal-fort { align-items: flex-start; flex-direction: column; gap: 8px; }
  .sommaire ol { columns: 1; }
  .pied-newsletter { gap: 15px; }
  .pied-newsletter form { flex-direction: column; gap: 8px; }
  .pied-newsletter input, .pied-newsletter button { border-radius: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  .entete, .pied, .actions, .barre-filtres { display: none; }
  body { color: black; background: white; font-size: 12pt; }
  main { width: 100%; padding: 0; }
  a { color: black; text-decoration: underline; }
}

/* Mention de lien capitalistique : lisible sans être un panneau. Elle vit en
   fin de contenu, au même niveau typographique que les sources. */
.mention-lien { max-width: 720px; margin: 28px 0 0; padding-top: 14px; border-top: 1px solid var(--trait, #dbe4ea); color: var(--gris, #55707f); font-size: 13px; line-height: 1.5; }
.mention-lien a { color: inherit; text-underline-offset: 2px; }
.note-legale { max-width: 780px; margin-top: 38px; padding-top: 14px; color: var(--gris); border-top: 1px solid var(--bord); font-size: 13px; line-height: 1.55; }
.note-legale p { margin: 0; }

/* Le Radar : un seul bloc fort, sans pop-up et sans champ superflu. */
.radar-capture { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); gap: 28px 46px; align-items: center; max-width: 1040px; margin: 52px 0; padding: 34px; color: white; background: linear-gradient(135deg, #10243d 0%, #113f4b 62%, #08785f 100%); border-radius: 24px; box-shadow: 0 22px 55px rgba(16,36,61,.15); }
.radar-capture h2 { margin: 4px 0 8px; color: white; font-size: clamp(32px, 4vw, 46px); }
.radar-capture p { margin: 0; color: #d9eee8; }
.radar-capture .surtitre { color: #a8f1da; }
.radar-capture form { min-width: 0; }
.radar-capture form > label:not(.piege) { display: block; margin-bottom: 7px; color: white; font-weight: 750; }
.radar-champ { display: flex; }
.radar-champ input { flex: 1; min-width: 0; min-height: 52px; padding: 11px 14px; color: var(--encre); background: white; border: 0; border-radius: 9px 0 0 9px; font: inherit; }
.radar-champ button { min-height: 52px; padding: 11px 18px; color: var(--encre); background: #a8f1da; border: 0; border-radius: 0 9px 9px 0; font: inherit; font-weight: 850; cursor: pointer; }
.radar-capture .piege { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.alerte-champs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
.alerte-champs label { display: flex; flex-direction: column; gap: 4px; font-size: 13px; }
.alerte-champs select, .alerte-champs input { min-height: 44px; padding: 8px 12px; color: var(--encre); background: white; border: 0; border-radius: 9px; font: inherit; }
.evolution { display: block; margin-top: 3px; color: var(--encre-2); font-size: 11px; line-height: 1.35; }
tr[data-evolution="baisse"] .evolution { color: var(--vert-fonce); font-weight: 700; }
.radar-information { grid-column: 1 / -1; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.22); font-size: 12px; line-height: 1.5; }
.radar-information a { color: #d7fff2; }
.pied .radar-capture { max-width: none; margin: 0; padding: 0 0 34px; background: none; border-radius: 0; box-shadow: none; border-bottom: 1px solid #506076; }
.pied .radar-capture h2 { font-size: 35px; }

/* ======================================================================
   L'ACCUEIL COMPARATEUR — premier écran : chercher, choisir une famille,
   lire l'état du relevé. Mobile d'abord : une colonne, la recherche pleine
   largeur, les portes qui défilent horizontalement.
   ====================================================================== */
.accueil .tete-page { display: none; }
.accueil-hero { padding: 34px 0 22px; text-align: center; }
.accueil-hero h1 { margin: 0 auto 10px; max-width: 14ch; font-size: clamp(38px, 6.5vw, 74px); line-height: 1.02; }
.accueil-chapo { max-width: 620px; margin: 0 auto 22px; color: var(--encre-2); font-size: clamp(16px, 1.6vw, 19px); }
.recherche-centrale { display: flex; max-width: 680px; margin: 0 auto 18px; box-shadow: var(--ombre); border-radius: 999px; background: var(--blanc); }
.recherche-centrale input { flex: 1; min-width: 0; min-height: 58px; padding: 10px 22px; border: 1px solid var(--bord); border-right: 0; border-radius: 999px 0 0 999px; font-size: 17px; background: transparent; }
.recherche-centrale input:focus { outline: 2px solid var(--vert); outline-offset: -2px; }
.recherche-centrale button { min-height: 58px; padding: 10px 26px; border: 0; border-radius: 0 999px 999px 0; color: white; background: var(--encre); font-size: 16px; font-weight: 750; cursor: pointer; }
.recherche-centrale button:hover { background: var(--vert-fonce); }
.portes { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0 0 16px; }
.portes a { display: inline-flex; align-items: center; gap: 6px; min-height: 42px; padding: 8px 16px; color: var(--encre); background: var(--blanc); border: 1px solid var(--bord); border-radius: 999px; font-size: 15px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.portes a:hover { color: var(--vert-fonce); background: var(--menthe); border-color: var(--vert); }
.etat-releve { margin: 0; color: var(--gris); font-size: 14px; }
.etat-releve strong { color: var(--encre); }

/* Les cartes d'offre : photo à venir, nom, catégorie, prix, prix/g, marchand.
   Le prix unitaire est l'information reine : c'est lui qui est en grand. */
.moins-chers, .tendances, .marche, .dossiers-visuels, .entrees, .donnees-ouvertes { margin: 44px 0 0; }
.grille-cat { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin: 14px 0 12px; }
.colonne-cat h3 { margin: 0 0 10px; font-size: 19px; }
.colonne-cat h3 a { color: var(--encre); text-decoration: none; }
.colonne-cat .lien-fort { display: inline-block; margin-top: 8px; font-size: 14px; }
.offre { position: relative; margin: 0 0 10px; padding: 14px 16px; background: var(--blanc); border: 1px solid var(--bord); border-radius: 14px; }
.offre h3, .offre h4 { margin: 2px 0 4px; font: 700 16px/1.25 system-ui, sans-serif; }
.offre h3 a { color: var(--encre); text-decoration: none; }
.offre h3 a:hover { color: var(--vert-fonce); text-decoration: underline; }
.offre-cat { margin: 0; color: var(--gris); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.offre-boutique { margin: 0 0 6px; color: var(--encre-2); font-size: 14px; }
.offre-prix { display: flex; align-items: baseline; gap: 4px; margin: 0; font-variant-numeric: tabular-nums; }
.offre-prix strong { font: 700 24px/1 "Newsreader", Georgia, serif; color: var(--encre); }
.offre-prix span { color: var(--gris); font-size: 14px; }
.offre-prix small { margin-left: auto; color: var(--gris); font-size: 12px; }
.offre-prix s { color: var(--gris); }
.meilleur-prix { border-color: var(--vert); box-shadow: 0 0 0 2px var(--menthe); }
.badge { display: inline-block; margin-top: 8px; padding: 3px 9px; border-radius: 999px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.badge-meilleur { color: var(--vert-fonce); background: var(--menthe); }
.badge-demande { color: #6b3fa0; background: #efe9fb; }
.puce { display: inline-block; padding: 2px 8px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.puce-promo { color: var(--orange); background: #fdebe4; }
.puce-nouveau { color: #6b3fa0; background: #efe9fb; }
.note-releve { margin: 6px 0 0; color: var(--gris); font-size: 13px; }

/* Les tendances : des puces, pas des paragraphes. */
.puces { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0 8px; }
.puce-tendance { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 16px; color: var(--encre); background: var(--blanc); border: 1px solid var(--bord); border-radius: 14px; text-decoration: none; font-weight: 700; }
.puce-tendance:hover { border-color: var(--vert); background: var(--menthe); }
.puce-evol { color: var(--vert-fonce); font-size: 18px; }
.puce-tendance .badge-demande { margin: 0; }

.grille-marche { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 14px; }
.grille-marche h3 { margin: 0 0 10px; font-size: 18px; }
.baisse-prix .offre-cat strong { color: var(--vert-fonce); }

/* Les images fortes servent d'entrée vers les dossiers, sans repousser le
   comparateur sous la ligne de flottaison. */
.grille-visuels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 16px; }
.grille-visuels article { overflow: hidden; background: var(--blanc); border: 1px solid var(--bord); border-radius: 18px; box-shadow: 0 12px 34px rgba(16,36,61,.07); }
.grille-visuels article > a { display: block; overflow: hidden; background: var(--encre); }
.grille-visuels img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .25s ease; }
.grille-visuels article:hover img { transform: scale(1.025); }
.grille-visuels article > div { padding: 16px 18px 20px; }
.grille-visuels h3 { margin: 3px 0 8px; font-size: 23px; }
.grille-visuels h3 a { color: var(--encre); text-decoration: none; }
.grille-visuels p { margin: 0; color: var(--encre-2); font-size: 14px; line-height: 1.5; }
.grille-visuels .surtitre { margin-bottom: 4px; color: var(--vert-fonce); font-size: 11px; }

@media (max-width: 760px) {
  .accueil-hero { padding-top: 22px; }
  .recherche-centrale input { padding-left: 16px; font-size: 16px; }
  .recherche-centrale button { padding: 10px 18px; }
  .portes { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 6px; margin-inline: -18px; padding-inline: 18px; scrollbar-width: none; }
  .portes::-webkit-scrollbar { display: none; }
  .grille-cat { grid-template-columns: 1fr; }
  .grille-visuels { grid-template-columns: 1fr; }
  .offre-prix strong { font-size: 22px; }
  .radar-capture { grid-template-columns: 1fr; padding: 25px 19px; border-radius: 18px; }
  .radar-champ { flex-direction: column; gap: 8px; }
  .alerte-champs { grid-template-columns: 1fr; }
  .radar-champ input, .radar-champ button { width: 100%; border-radius: 8px; }
  .pied .radar-capture { padding-inline: 0; }
}

/* Comparateur : ligne de preuve et disponibilité déclarée par le vendeur. */
.preuve-comparateur { margin: 0 0 14px; padding: 10px 14px; color: var(--encre-2); background: var(--blanc); border: 1px solid var(--bord); border-radius: 10px; font-size: 13px; font-weight: 600; }
td .dispo { font-size: 12px; }
td .dispo-rupture { color: var(--orange); font-weight: 700; }

/* Film documentaire d'accueil : format natif, commandes toujours disponibles. */
.ouverture-documentaire { display: grid; grid-template-columns: 2fr 1fr; align-items: center; margin: 24px auto 0; max-width: 960px; overflow: hidden; border-radius: 18px; background: #13241d; color: #fff; }
.ouverture-documentaire video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; background: #13241d; }
.ouverture-documentaire figcaption { display: grid; gap: 6px; padding: 18px 22px; color: #fff; }
.ouverture-documentaire strong { font-size: clamp(20px, 3vw, 28px); line-height: 1.2; }
.ouverture-documentaire span { font-size: 13px; line-height: 1.5; color: #dce8df; }

@media (max-width: 700px) { .ouverture-documentaire { grid-template-columns: 1fr; } }

.ouverture-documentaire { position: relative; }
.pause-film { position: absolute; z-index: 1; top: 10px; right: 10px; border: 1px solid #81968a; border-radius: 999px; background: #13241d; color: #fff; padding: 8px 14px; min-height: 40px; font: inherit; font-size: 12px; cursor: pointer; }
.pause-film[hidden] { display: none; }
.pause-film:focus-visible { outline: 3px solid #c8ff64; outline-offset: 3px; }

/* Grand format réservé à la vidéo d’ouverture de l’accueil. */
.ouverture-documentaire.ouverture-accueil { display: block; max-width: 1280px; width: 100%; }
.ouverture-accueil figcaption { padding: 12px 22px; }

.ouverture-accueil video { aspect-ratio: 1280 / 818; }

/* Recherche + « bon prix ? » du comparateur (13/09/2026) */
.barre-filtres .pleine { flex: 1 1 100%; }
.barre-filtres input[type="search"] { min-height: 44px; font-size: 16px; padding: 8px 12px; border: 1px solid var(--bord); border-radius: 10px; }
.bon-prix strong { display: block; }
.bon-prix small { display: block; color: var(--encre-2); line-height: 1.3; }
@media (max-width: 720px) { #tableau-comparateur th:nth-child(3), #tableau-comparateur td:nth-child(3) { display: none; } }

/* Consentement Radar séparé de l'alerte prix : case facultative, décochée. */
.radar-capture .consentement-radar { display: flex; gap: 8px; align-items: flex-start; font-weight: 500 !important; font-size: .9rem; margin: 6px 0 10px; }
.radar-capture .consentement-radar input { margin-top: 3px; }
