/* Études « v2 » (13/09/2026) : composants éditoriaux posés PAR-DESSUS le gabarit d'étude de la landing
   (bn-tile, bn-prose, bn-toc, bn-etude-hero, bn-etude-layout dans _bn-topbar.css).
   Une seule feuille pour toutes les études refondues : une valeur retapée dérive, une valeur partagée non.
   Palette : la charte (Celestial #47A1DA, True Blue #3769B1, Verdigris #6DC2B8, Sky #5AC2D9, Aero #49C1EE,
   Steel #3F81C3, Marian #284494, Delft #262F65, Gunmetal #1C2732, Charcoal #2C3D4E). Ni orange, ni mauve. */

/* --- chiffres clés : une bande de tuiles en dégradé, sous le hero ------------------------------ */
.ev-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 0 0 1.6rem; }
.ev-kpis--3 { grid-template-columns: repeat(3, 1fr); }
.ev-kpis--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .ev-kpis, .ev-kpis--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .ev-kpis, .ev-kpis--3, .ev-kpis--2 { grid-template-columns: 1fr; } }
.ev-kpi { border-radius: 16px; padding: 1.1rem 1.2rem 1rem; color: #fff; min-height: 128px; display: flex; flex-direction: column; justify-content: flex-end;
  background: linear-gradient(135deg, #47A1DA 0%, #3769B1 55%, #324E9D 100%); }
.ev-kpi:nth-child(2) { background: linear-gradient(135deg, #6DC2B8 0%, #5AC2D9 50%, #49C1EE 100%); }
.ev-kpi:nth-child(3) { background: linear-gradient(135deg, #3F81C3 0%, #284494 55%, #262F65 100%); }
.ev-kpi:nth-child(4) { background: linear-gradient(135deg, #1C2732 0%, #2C3D4E 55%, #44596B 100%); }
.ev-kpi b { display: block; font-family: 'Avenir Next','Lato',sans-serif; font-weight: 800; font-size: clamp(1.7rem, 2.6vw, 2.3rem); line-height: 1; letter-spacing: -.02em; margin-bottom: .45rem; font-variant-numeric: tabular-nums; }
.ev-kpi span { display: block; font-size: .92rem; font-weight: 700; line-height: 1.3; }
.ev-kpi small { display: block; font-size: .76rem; opacity: .82; margin-top: .3rem; line-height: 1.35; }

/* --- « à retenir » : les enseignements de l'étude, numérotés, sur tuile nuit ------------------- */
.ev-retenir { background: linear-gradient(135deg, #0D1920 0%, #13242C 45%, #1E323D 100%); color: #fff; border-radius: 18px; padding: clamp(1.3rem, 2.5vw, 2rem); margin: 0 0 1.6rem; }
.ev-retenir .bn-kicker { color: #6DC2B8; }
.ev-retenir h2, .ev-retenir h3 { font-family: 'Avenir Next','Lato',sans-serif; font-weight: 800; font-size: clamp(1.25rem, 2vw, 1.6rem); letter-spacing: -.015em; color: #fff; margin: .5rem 0 1rem; line-height: 1.15; }
.ev-retenir ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; counter-reset: retenir; }
.ev-retenir--2 ol { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .ev-retenir ol, .ev-retenir--2 ol { grid-template-columns: 1fr; } }
.ev-retenir li { counter-increment: retenir; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 1rem 1.1rem 1rem 1.1rem; font-size: .97rem; line-height: 1.5; color: #E4EDF5; }
.ev-retenir li::before { content: counter(retenir, decimal-leading-zero); display: block; font-family: 'Avenir Next','Lato',sans-serif; font-weight: 800; font-size: .8rem; letter-spacing: .12em; color: #69B1F0; margin-bottom: .45rem; }
.ev-retenir li strong { color: #fff; }

/* --- citation tirée du texte (mot pour mot), en exergue --------------------------------------- */
.ev-quote { margin: 1.6rem 0; padding: 1.1rem 1.4rem; border-left: 4px solid #47A1DA; background: linear-gradient(135deg, rgba(71,161,218,.08), rgba(109,194,184,.08)); border-radius: 0 14px 14px 0; }
.ev-quote p { font-family: 'Avenir Next','Lato',sans-serif; font-weight: 700; font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.35; color: #1C2732; margin: 0; letter-spacing: -.01em; }
.ev-quote cite { display: block; font-style: normal; font-size: .8rem; color: #44596B; margin-top: .55rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

/* --- figures : image + légende + source ------------------------------------------------------- */
.ev-figure { margin: 1.6rem 0 2rem; }
.ev-figure img { width: 100%; border-radius: 14px; border: 1px solid rgba(26,43,69,.08); display: block; background: #fff; }
.ev-figure figcaption { font-size: .84rem; color: #44596B; margin-top: .6rem; line-height: 1.45; }
.ev-figure figcaption b { color: #1C2732; }
.ev-figure--cadre img { padding: 10px; }

/* --- tableaux : lisibles, jamais coupés (défilement horizontal du seul tableau) ----------------- */
.ev-table { overflow-x: auto; margin: 1.4rem 0 1.8rem; border: 1px solid rgba(26,43,69,.08); border-radius: 14px; }
.ev-table table { width: 100%; border-collapse: collapse; font-size: .92rem; line-height: 1.4; min-width: 560px; }
.ev-table th { text-align: left; background: linear-gradient(135deg, #47A1DA, #3769B1); color: #fff; font-family: 'Avenir Next','Lato',sans-serif; font-weight: 700; font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; padding: .7rem .9rem; }
.ev-table td { padding: .65rem .9rem; border-top: 1px solid rgba(26,43,69,.08); color: #2C3D4E; vertical-align: top; font-variant-numeric: tabular-nums; }
.ev-table tr:nth-child(even) td { background: #F5F8FB; }
.ev-table td:first-child { font-weight: 700; color: #1C2732; }

/* --- cas et exemples : cartes avec une étiquette (année, marque, camp) -------------------------- */
.ev-cas { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 1.2rem 0 1.8rem; }
.ev-cas--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .ev-cas, .ev-cas--3 { grid-template-columns: 1fr; } }
.ev-cas__item { border: 1px solid rgba(26,43,69,.1); border-radius: 14px; padding: 1rem 1.1rem; background: #fff; font-size: .95rem; line-height: 1.5; color: #2C3D4E; }
.ev-cas__item .bn-tag { margin-bottom: .55rem; }
.ev-cas__item strong { display: block; color: #1C2732; font-size: 1.02rem; margin-bottom: .3rem; }
.ev-cas__item--ok { border-color: rgba(109,194,184,.6); background: linear-gradient(180deg, rgba(109,194,184,.10), #fff 60%); }
.ev-cas__item--ko { border-color: rgba(38,47,101,.35); background: linear-gradient(180deg, rgba(40,68,148,.08), #fff 60%); }
.ev-cas__item--contre { border-color: rgba(71,161,218,.6); background: linear-gradient(180deg, rgba(71,161,218,.10), #fff 60%); }

/* --- encarts : contexte, méthodologie, définition ---------------------------------------------- */
.ev-encart { border-radius: 14px; padding: 1.1rem 1.3rem; margin: 1.4rem 0 1.8rem; background: #F5F8FB; border: 1px solid rgba(26,43,69,.08); }
.ev-encart--methodo { background: linear-gradient(135deg, rgba(71,161,218,.08), rgba(109,194,184,.10)); }
.ev-encart--alerte { background: linear-gradient(135deg, rgba(40,68,148,.08), rgba(38,47,101,.10)); }
.ev-encart .bn-kicker { margin-bottom: .5rem; }
.ev-encart p, .ev-encart li { font-size: .95rem; line-height: 1.55; color: #2C3D4E; }
.ev-encart p:last-child { margin-bottom: 0; }

/* --- étapes (un raisonnement en N temps, mot pour mot) --------------------------------------- */
.ev-etapes { list-style: none; margin: 1.2rem 0 1.8rem; padding: 0; display: grid; gap: 10px; counter-reset: etape; }
.ev-etapes li { counter-increment: etape; display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; padding: .9rem 1rem; border-radius: 14px; background: #fff; border: 1px solid rgba(26,43,69,.1); font-size: .96rem; line-height: 1.5; color: #2C3D4E; }
.ev-etapes li::before { content: counter(etape, decimal-leading-zero); font-family: 'Avenir Next','Lato',sans-serif; font-weight: 800; font-size: 1.3rem; color: #fff; background: linear-gradient(135deg, #47A1DA, #3769B1); border-radius: 12px; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; }
.ev-etapes li strong { color: #1C2732; }

/* --- provenance : où l'étude a paru d'abord ----------------------------------------------------- */
.ev-origine { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1rem; margin: 0 0 1.4rem; padding: .8rem 1rem; border-radius: 12px; background: #F5F8FB; border: 1px solid rgba(26,43,69,.08); font-size: .86rem; color: #44596B; }
.ev-origine a { color: #3769B1; font-weight: 700; text-decoration: none; border-bottom: 1px dashed rgba(55,105,177,.4); }
.ev-origine img { height: 22px; width: auto; }

/* --- hero : la date et le temps de lecture, la rangée d'étiquettes ------------------------------- */
.ev-hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .9rem; color: #A7BBD2; font-size: .86rem; }
.ev-hero-meta b { color: #fff; font-weight: 700; }

/* --- prose : le corps garde bn-prose ; ici seulement ce qui manque ----------------------------- */
.bn-prose h2 { scroll-margin-top: 96px; }
.bn-prose h3 { scroll-margin-top: 96px; }
.bn-prose a { color: #3769B1; text-decoration: none; border-bottom: 1px solid rgba(55,105,177,.35); }
.bn-prose a:hover { color: #47A1DA; border-bottom-color: #47A1DA; }
.bn-prose ol { margin: 0 0 1rem; padding-left: 1.3rem; color: #44596B; line-height: 1.6; }
.bn-prose ol li::marker { color: #47A1DA; font-weight: 700; }

/* ===== 13/09/2026, 2e passe (« ça fait pas assez étude, bien graphique ») : les visualisations et les
   principes de base d'une page (fil d'Ariane, signature, partage, logos, études liées) ===== */

/* --- fil d'Ariane, au-dessus du hero ------------------------------------------------------------ */
.ev-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .55rem; font-size: .84rem; color: #44596B; margin: 0 0 1rem; }
.ev-breadcrumb a { color: #44596B; text-decoration: none; }
.ev-breadcrumb a:hover { color: #47A1DA; }
.ev-breadcrumb span[aria-current] { color: #1C2732; font-weight: 700; }
.ev-breadcrumb i { font-style: normal; color: #A7BBD2; }

/* --- signature de l'étude : qui, quand, combien de temps, partager ------------------------------ */
.ev-byline { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem 1.2rem; margin: 0 0 1.4rem; padding: .9rem 1.1rem; border-radius: 14px; background: #F5F8FB; border: 1px solid rgba(26,43,69,.08); }
.ev-byline__qui { display: flex; align-items: center; gap: .8rem; font-size: .88rem; color: #2C3D4E; }
.ev-byline__qui img { height: 30px; width: auto; }
.ev-byline__qui b { color: #1C2732; }
.ev-byline__qui a { color: #3769B1; text-decoration: none; border-bottom: 1px dashed rgba(55,105,177,.4); }
.ev-share { display: flex; align-items: center; gap: .5rem; }
.ev-share span { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #44596B; margin-right: .2rem; }
.ev-share a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 10px; background: #fff; border: 1px solid rgba(26,43,69,.12); }
.ev-share a:hover { border-color: #47A1DA; box-shadow: 0 4px 12px rgba(71,161,218,.18); }
.ev-share a img { width: 18px; height: 18px; }

/* --- logos de marques, médias, organisations : le logo d'abord, jamais retouché ----------------- */
.ev-logo { display: inline-flex; align-items: center; justify-content: center; background: #fff; border: 1px solid rgba(26,43,69,.1); border-radius: 12px; padding: 8px 10px; height: 52px; min-width: 52px; }
.ev-logo img { max-height: 34px; max-width: 120px; width: auto; height: auto; display: block; }
.ev-logo--lg { height: 68px; padding: 10px 14px; }
.ev-logo--lg img { max-height: 46px; max-width: 160px; }
.ev-cas__item .ev-logo { margin-bottom: .7rem; }
.ev-logos { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: .8rem 0 1.4rem; }
.ev-marque { display: inline-flex; align-items: center; gap: .55rem; padding: .35rem .7rem .35rem .4rem; border-radius: 999px; border: 1px solid rgba(26,43,69,.12); background: #fff; font-size: .86rem; font-weight: 700; color: #1C2732; }
.ev-marque img { height: 22px; width: auto; max-width: 70px; }
.ev-marque--nom { padding-left: .7rem; }

/* --- barres horizontales : une valeur par ligne, colorée par catégorie ------------------------- */
.ev-bars { display: grid; gap: 6px; margin: 1rem 0 1.6rem; }
.ev-bar { display: grid; grid-template-columns: minmax(120px, 160px) 1fr auto; align-items: center; gap: 12px; font-size: .9rem; color: #2C3D4E; }
.ev-bar__nom { font-weight: 700; color: #1C2732; white-space: nowrap; overflow: visible; }
.ev-bar__nom small { display: block; font-weight: 600; font-size: .72rem; color: #44596B; letter-spacing: .04em; text-transform: uppercase; }
.ev-bar__piste { height: 14px; border-radius: 999px; background: #EEF3F8; overflow: hidden; }
.ev-bar__val { height: 100%; border-radius: 999px; background: linear-gradient(90deg, #3769B1, #47A1DA); width: var(--v, 0%); min-width: 4px; }
.ev-bar--peri .ev-bar__val { background: linear-gradient(90deg, #4FA99F, #6DC2B8); }
.ev-bar--navy .ev-bar__val { background: linear-gradient(90deg, #262F65, #284494); }
.ev-bar__num { font-variant-numeric: tabular-nums; font-weight: 800; color: #1C2732; white-space: nowrap; }
.ev-bar__num small { font-weight: 600; color: #44596B; margin-left: .3rem; }
.ev-legende { display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; font-size: .8rem; color: #44596B; margin: .4rem 0 1rem; }
.ev-legende i { display: inline-block; width: 12px; height: 12px; border-radius: 4px; vertical-align: -1px; margin-right: .35rem; }
.ev-legende i.m { background: linear-gradient(90deg, #3769B1, #47A1DA); }
.ev-legende i.p { background: linear-gradient(90deg, #4FA99F, #6DC2B8); }

/* --- comparaison métropole vs périphérie : deux barres qui partent du centre -------------------- */
.ev-compare { display: grid; gap: 8px; margin: 1rem 0 1.6rem; }
.ev-compare__tete, .ev-compare__ligne { display: grid; grid-template-columns: 1fr minmax(120px, 200px) 1fr; align-items: center; gap: 10px; }
.ev-compare__tete { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #44596B; padding-bottom: .3rem; border-bottom: 1px solid rgba(26,43,69,.1); }
.ev-compare__tete > :first-child { text-align: right; color: #3769B1; }
.ev-compare__tete > :last-child { color: #4FA99F; }
.ev-compare__nom { text-align: center; font-weight: 700; color: #1C2732; font-size: .9rem; line-height: 1.2; }
.ev-compare__nom small { display: block; font-weight: 600; color: #44596B; font-size: .74rem; }
.ev-compare__g, .ev-compare__d { display: flex; align-items: center; gap: 8px; }
.ev-compare__g { flex-direction: row-reverse; }
.ev-compare__g .ev-bar__piste, .ev-compare__d .ev-bar__piste { flex: 1; }
.ev-compare__g .ev-bar__val { margin-left: auto; background: linear-gradient(270deg, #3769B1, #47A1DA); }
.ev-compare__d .ev-bar__val { background: linear-gradient(90deg, #4FA99F, #6DC2B8); }
.ev-compare__g .ev-bar__num { color: #3769B1; }
.ev-compare__d .ev-bar__num { color: #3D8F86; }
@media (max-width: 640px) { .ev-compare__tete, .ev-compare__ligne { grid-template-columns: 1fr 96px 1fr; gap: 6px; } .ev-bar { grid-template-columns: 96px 1fr auto; } }

/* --- matrice (heatmap) : une grille de cellules colorées, défile dans son cadre ----------------- */
.ev-heatmap { overflow-x: auto; margin: 1rem 0 .6rem; border: 1px solid rgba(26,43,69,.08); border-radius: 14px; padding: 10px; }
.ev-heatmap table { border-collapse: separate; border-spacing: 3px; font-size: .74rem; min-width: 760px; }
.ev-heatmap th { font-weight: 700; color: #2C3D4E; text-align: right; padding: 2px 6px; white-space: nowrap; }
.ev-heatmap thead th { text-align: left; vertical-align: bottom; writing-mode: vertical-rl; transform: rotate(180deg); padding: 6px 2px; font-size: .7rem; }
.ev-heatmap th.m { color: #3769B1; } .ev-heatmap th.p { color: #3D8F86; }
.ev-heatmap td { width: 30px; height: 26px; text-align: center; border-radius: 6px; font-variant-numeric: tabular-nums; font-weight: 700; color: #1C2732; background: #F5F8FB; }
.ev-heatmap td.diag { background: #E4EDF5; color: #A7BBD2; }
.ev-heatmap td.c1 { background: #DCEBF7; } .ev-heatmap td.c2 { background: #B9D8F0; } .ev-heatmap td.c3 { background: #8CC0E6; color: #fff; }
.ev-heatmap td.c4 { background: #47A1DA; color: #fff; } .ev-heatmap td.c5 { background: #284494; color: #fff; }
.ev-heatmap__sep td, .ev-heatmap__sep th { border-top: 2px solid rgba(26,43,69,.18); }
.ev-heatmap-legende { display: flex; flex-wrap: wrap; gap: .5rem 1rem; font-size: .78rem; color: #44596B; margin: 0 0 1.4rem; }
.ev-heatmap-legende i { display: inline-block; width: 22px; height: 12px; border-radius: 4px; vertical-align: -1px; margin-right: .3rem; }

/* --- deux ensembles (Venn) : deux disques qui se recouvrent, les effectifs dedans ---------------- */
.ev-venn { position: relative; height: 300px; margin: 1rem auto 1.4rem; max-width: 640px; }
.ev-venn__disque { position: absolute; top: 20px; width: 260px; height: 260px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-align: center; padding: 1rem; }
.ev-venn__disque b { font-family: 'Avenir Next','Lato',sans-serif; font-size: 1.8rem; font-weight: 800; line-height: 1; }
.ev-venn__disque span { font-size: .8rem; font-weight: 700; opacity: .9; margin-top: .3rem; }
.ev-venn__disque small { font-size: .72rem; opacity: .8; }
.ev-venn__disque--m { left: 50%; margin-left: -260px; background: rgba(55,105,177,.88); }
.ev-venn__disque--p { left: 50%; margin-left: 0; background: rgba(109,194,184,.88); mix-blend-mode: multiply; }
.ev-venn__centre { position: absolute; left: 50%; top: 150px; transform: translate(-50%, -50%); text-align: center; color: #fff; z-index: 2; }
.ev-venn__centre b { display: block; font-family: 'Avenir Next','Lato',sans-serif; font-size: 1.2rem; font-weight: 800; }
.ev-venn__centre span { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 640px) { .ev-venn { height: 240px; } .ev-venn__disque { width: 200px; height: 200px; } .ev-venn__disque--m { margin-left: -200px; } .ev-venn__centre { top: 120px; } .ev-venn__disque b { font-size: 1.3rem; } }

/* --- comptes par ville : une carte par ville, les comptes en pastilles avec le logo du réseau ---- */
.ev-villes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 1rem 0 1.6rem; }
@media (max-width: 700px) { .ev-villes { grid-template-columns: 1fr; } }
.ev-ville { border: 1px solid rgba(26,43,69,.1); border-radius: 14px; padding: .9rem 1rem; background: #fff; }
.ev-ville--m { border-top: 4px solid #3769B1; } .ev-ville--p { border-top: 4px solid #6DC2B8; }
.ev-ville__tete { display: flex; align-items: baseline; justify-content: space-between; gap: .6rem; margin-bottom: .55rem; }
.ev-ville__tete b { font-family: 'Avenir Next','Lato',sans-serif; font-size: 1.05rem; color: #1C2732; }
.ev-ville__tete span { font-size: .8rem; font-weight: 700; color: #44596B; font-variant-numeric: tabular-nums; }
.ev-ville__comptes { display: flex; flex-wrap: wrap; gap: 6px; }
.ev-ville__comptes a, .ev-ville__comptes span.c { display: inline-flex; align-items: center; gap: .35rem; padding: .25rem .6rem .25rem .4rem; border-radius: 999px; background: #F5F8FB; border: 1px solid rgba(26,43,69,.08); font-size: .8rem; color: #2C3D4E; text-decoration: none; font-weight: 600; }
.ev-ville__comptes a:hover { border-color: #47A1DA; color: #3769B1; }
.ev-ville__comptes img { width: 14px; height: 14px; }

/* --- groupes de communautés dépliables ---------------------------------------------------------- */
.ev-groupe { border: 1px solid rgba(26,43,69,.1); border-radius: 14px; background: #fff; margin: 0 0 10px; overflow: hidden; }
.ev-groupe summary { list-style: none; cursor: pointer; padding: .8rem 1rem; display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; }
.ev-groupe summary::-webkit-details-marker { display: none; }
.ev-groupe summary::after { content: "+"; font-weight: 800; color: #47A1DA; font-size: 1.2rem; }
.ev-groupe[open] summary::after { content: "\2212"; }
.ev-groupe summary b { color: #1C2732; font-size: .98rem; }
.ev-groupe summary small { display: block; color: #44596B; font-size: .78rem; }
.ev-groupe__corps { padding: 0 1rem 1rem; border-top: 1px solid rgba(26,43,69,.08); }
.ev-groupe .ev-compare { margin: .8rem 0 .2rem; }

/* --- cartographie interactive intégrée -------------------------------------------------------- */
.ev-carto { position: relative; margin: 1rem 0 .6rem; border-radius: 16px; overflow: hidden; border: 1px solid rgba(26,43,69,.1); background: #0D1920; }
.ev-carto iframe { display: block; width: 100%; height: 620px; border: 0; }
@media (max-width: 640px) { .ev-carto iframe { height: 460px; } }
.ev-carto__note { font-size: .82rem; color: #44596B; margin: .5rem 0 1.4rem; }

/* --- études liées, en fin de page ------------------------------------------------------------- */
.ev-liees { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0 0 1.6rem; }
@media (max-width: 900px) { .ev-liees { grid-template-columns: 1fr; } }
.ev-liee { display: flex; flex-direction: column; border: 1px solid rgba(26,43,69,.1); border-radius: 16px; overflow: hidden; background: #fff; text-decoration: none; color: #2C3D4E; transition: transform .25s ease, box-shadow .25s ease; }
.ev-liee:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(44,61,78,.12); }
.ev-liee img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.ev-liee div { padding: .9rem 1rem 1rem; }
.ev-liee span { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #47A1DA; }
.ev-liee b { display: block; font-family: 'Avenir Next','Lato',sans-serif; font-size: .98rem; color: #1C2732; line-height: 1.3; margin-top: .3rem; }

/* _bn-topbar.css pose `article.bn-prose img { width:auto; height:auto }` : plus specifique que nos regles, il
   annulait les tailles des logos et de la signature. Ces selecteurs le battent, pour toutes les pages. */
article.bn-prose .ev-logo img, .bn-prose .ev-logo img { max-height: 34px; max-width: 120px; width: auto; height: auto; }
article.bn-prose .ev-logo--lg img, .bn-prose .ev-logo--lg img { max-height: 46px; max-width: 160px; }
article.bn-prose .ev-marque img, .bn-prose .ev-marque img { height: 22px; width: auto; max-width: 70px; }
article.bn-prose .ev-byline__qui img, .bn-prose .ev-byline__qui img { height: 30px; width: auto; }
article.bn-prose .ev-share a img, .bn-prose .ev-share a img { width: 18px; height: 18px; }
article.bn-prose .ev-ville__comptes img, .bn-prose .ev-ville__comptes img { width: 14px; height: 14px; }
article.bn-prose .ev-liee img, .bn-prose .ev-liee img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; }
article.bn-prose .ev-logo img, article.bn-prose .ev-marque img, article.bn-prose .ev-byline__qui img, article.bn-prose .ev-share a img, article.bn-prose .ev-ville__comptes img, .bn-prose .ev-logo img, .bn-prose .ev-marque img, .bn-prose .ev-byline__qui img, .bn-prose .ev-share a img, .bn-prose .ev-ville__comptes img { display: block; margin: 0; border-radius: 0; max-height: none; }
article.bn-prose .ev-logo img, .bn-prose .ev-logo img { max-height: 34px; }
article.bn-prose .ev-logo--lg img, .bn-prose .ev-logo--lg img { max-height: 46px; }
article.bn-prose .ev-liee img, .bn-prose .ev-liee img { margin: 0; border-radius: 0; max-height: none; }

/* l'article est une tuile en flex-colonne : un logo pose directement dedans s'etirait sur toute la largeur */
article.bn-prose > .ev-logo, .bn-prose > .ev-logo, article.bn-prose > .ev-marque { align-self: flex-start; }

/* retours de l'agent A (13/09) : les pistes et valeurs de barres sont des <span>, la largeur --v exige un bloc ;
   les disques du Venn se bornent a la largeur disponible sous 640 px */
.ev-bar__piste, .ev-bar__val { display: block; }
.ev-venn__disque { width: clamp(140px, 37vw, 260px); height: clamp(140px, 37vw, 260px); }
.ev-venn__disque--m { margin-left: calc(-1 * clamp(140px, 37vw, 260px)); }

/* retours de l'agent A, 2e tour : ce qui vivait en style en ligne entre dans la feuille */
.ev-venn__centre { background: #13242C; color: #fff; padding: .55rem .8rem; border-radius: 12px; top: clamp(22px, calc(11.6vw - 21px), 150px); }
.ev-marque { max-width: 100%; flex-wrap: wrap; border-radius: 14px; }
.ev-heatmap table { border-spacing: 2px; font-size: .68rem; }
.ev-heatmap-legende i.c0 { background: #F5F8FB; border: 1px solid rgba(26,43,69,.1); } .ev-heatmap-legende i.c1 { background: #DCEBF7; } .ev-heatmap-legende i.c2 { background: #B9D8F0; }
.ev-heatmap-legende i.c3 { background: #8CC0E6; } .ev-heatmap-legende i.c4 { background: #47A1DA; } .ev-heatmap-legende i.c5 { background: #284494; } .ev-heatmap-legende i.diag { background: #E4EDF5; }

/* un logo livre en blanc par la marque (Fitness Park) se pose sur un fond sombre, jamais recolore */
.ev-logo--sombre { background: #1C2732; border-color: #1C2732; }
.ev-marque--sombre { background: #1C2732; border-color: #1C2732; color: #fff; }

/* ===== dossiers thematiques (13/09/2026) : une page pilier par theme, les articles ReputatioLab en cartes ===== */
.ev-articles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 1rem 0 1.8rem; }
@media (max-width: 760px) { .ev-articles { grid-template-columns: 1fr; } }
.ev-article { display: flex; flex-direction: column; border: 1px solid rgba(26,43,69,.1); border-radius: 16px; overflow: hidden; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.ev-article:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(44,61,78,.12); }
.ev-article > a.ev-article__img { display: block; aspect-ratio: 16/9; background: #F5F8FB; overflow: hidden; }
.ev-article > a.ev-article__img img { width: 100%; height: 100%; object-fit: cover; display: block; margin: 0; border-radius: 0; max-height: none; }
.ev-article__corps { padding: .95rem 1.1rem 1.1rem; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.ev-article__meta { display: flex; flex-wrap: wrap; gap: .4rem .7rem; align-items: center; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #44596B; }
.ev-article__meta b { color: #47A1DA; }
.ev-article h3, .ev-article h4 { font-family: 'Avenir Next','Lato',sans-serif; font-weight: 800; font-size: 1.05rem; line-height: 1.3; color: #1C2732; margin: 0; letter-spacing: -.01em; }
.ev-article h3 a, .ev-article h4 a { color: inherit; text-decoration: none; border: 0; }
.ev-article h3 a:hover, .ev-article h4 a:hover { color: #3769B1; }
.ev-article p { font-size: .9rem; line-height: 1.5; color: #44596B; margin: 0; }
.ev-article__lire { margin-top: auto; padding-top: .5rem; font-size: .82rem; font-weight: 700; color: #3769B1; text-decoration: none; border: 0; }
.ev-article__lire:hover { color: #47A1DA; }
.ev-frise { margin: 1rem 0 1.6rem; }
.ev-frise .ev-bar { grid-template-columns: 56px 1fr auto; }
.ev-dossiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 1rem 0 1.6rem; }
@media (max-width: 900px) { .ev-dossiers { grid-template-columns: 1fr; } }
.ev-dossier { display: block; padding: 1rem 1.1rem; border-radius: 14px; color: #fff; text-decoration: none; border: 0; background: linear-gradient(135deg, #47A1DA 0%, #3769B1 55%, #324E9D 100%); }
.ev-dossier:nth-child(2) { background: linear-gradient(135deg, #6DC2B8 0%, #5AC2D9 50%, #49C1EE 100%); }
.ev-dossier:nth-child(3) { background: linear-gradient(135deg, #3F81C3 0%, #284494 55%, #262F65 100%); }
.ev-dossier:nth-child(4) { background: linear-gradient(135deg, #1C2732 0%, #2C3D4E 55%, #44596B 100%); }
.ev-dossier:nth-child(5) { background: linear-gradient(135deg, #0D1920 0%, #13242C 45%, #1E323D 100%); }
.ev-dossier b { display: block; font-family: 'Avenir Next','Lato',sans-serif; font-size: 1rem; line-height: 1.25; margin-bottom: .3rem; }
.ev-dossier span { font-size: .8rem; opacity: .85; }

/* syntheses de dossiers (13/09) : les liens de source restent lisibles sur les tuiles sombres et colorees */
.ev-retenir a, .bn-prose .ev-retenir a { color: #9FD3F3; border-bottom-color: rgba(159,211,243,.5); }
.ev-kpi a, .bn-prose .ev-kpi a, .ev-kpi small a { color: #fff; border-bottom-color: rgba(255,255,255,.5); }
.ev-quote cite a, .bn-prose .ev-quote cite a { color: #3769B1; }

/* « les autres dossiers ont couleur bleu sur fond dark » (Nicolas, 14/09) : la regle des liens de prose peignait
   ces tuiles en bleu ; elles sont blanches sur leur degrade, sans soulignement */
article.bn-prose .ev-dossier, .bn-prose .ev-dossier, .ev-dossier, .ev-dossier b, .ev-dossier span,
article.bn-prose .ev-dossier:hover, .bn-prose .ev-dossier:hover { color: #fff; border-bottom: 0; text-decoration: none; }
.ev-dossier:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(44,61,78,.18); transition: transform .2s ease, box-shadow .2s ease; }
article.bn-prose .ev-kpi a, article.bn-prose .ev-kpi small a { color: #fff; }
article.bn-prose .ev-retenir a { color: #9FD3F3; }

/* « ya des soucis de responsive » (14/09) : le comparatif a trois colonnes debordait a 400 px (mesure : 411 et 442 px
   pour 400). Sous 640 px, chaque ligne s'empile : le nom, puis la barre metropole, puis la barre peripherie,
   les nombres passent a la ligne au lieu de pousser. La legende d'en-tete reste, sur une ligne qui s'enroule. */
@media (max-width: 640px) {
  .ev-compare__tete { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .3rem 1rem; }
  .ev-compare__tete > :first-child { text-align: left; }
  .ev-compare__ligne { grid-template-columns: 1fr; gap: 6px; padding: 8px 0 12px; border-bottom: 1px solid rgba(26,43,69,.08); }
  .ev-compare__nom { order: -1; text-align: left; }
  .ev-compare__g, .ev-compare__d { display: grid; grid-template-columns: 1fr auto; align-items: center; }
  .ev-compare__g { flex-direction: row; }
  .ev-compare__g .ev-bar__val { margin-left: 0; background: linear-gradient(90deg, #3769B1, #47A1DA); }
  .ev-compare .ev-bar__num { white-space: normal; text-align: right; max-width: 45vw; }
  .ev-compare .ev-bar__num small { display: block; margin-left: 0; }
}

/* « pour l'observatoire affaires publiques faut le logo de Follaw » (14/09) : le partenaire de donnees dans la signature */
.ev-byline__partenaire { display: inline-flex; align-items: center; gap: .6rem; padding: .35rem .8rem; border-radius: 12px; background: #fff; border: 1px solid rgba(26,43,69,.12); text-decoration: none; }
.ev-byline__partenaire span { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #44596B; }
.ev-byline__partenaire img, article.bn-prose .ev-byline__partenaire img { height: 36px; width: auto; max-width: 160px; display: block; margin: 0; border-radius: 0; max-height: none; }
