/* BadUp — site vitrine. Même identité que l'application : violet, blanc, gris froids. */
:root {
  --violet: #7c3aed; --violet-fonce: #6d28d9; --violet-encre: #4c1d95; --violet-pale: #ede9fe; --violet-brume: #f5f3ff;
  --encre: #18162a; --texte: #3f3d52; --sourd: #6f6d85; --ligne: #e6e4ef; --fond: #ffffff; --fond-2: #f7f6fb;
  --vert: #047857; --vert-pale: #d1fae5; --ambre: #b45309; --ambre-pale: #fef3c7; --rouge: #b91c1c;
  --rayon: 18px; --largeur: 1120px;
  --sans: "Geist", "Inter", -apple-system, "Segoe UI", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { transition: none !important; opacity: 1 !important; transform: none !important; } }
body { margin: 0; background: var(--fond); color: var(--texte); font-family: var(--sans); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; }
a { color: var(--violet-fonce); }
h1, h2, h3, h4 { color: var(--encre); margin: 0; line-height: 1.12; letter-spacing: -0.02em; text-wrap: balance; }
h1 { font-size: clamp(2.4rem, 5.6vw, 3.9rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 800; }
h3 { font-size: 1.15rem; font-weight: 700; letter-spacing: -0.01em; }
p { margin: 0; }
.conteneur { width: min(100% - 2.5rem, var(--largeur)); margin-inline: auto; }
.eyebrow { display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--violet-fonce); }
.sourd { color: var(--sourd); }
.mesure { max-width: 60ch; }
:focus-visible { outline: 3px solid var(--violet); outline-offset: 3px; border-radius: 6px; }

/* boutons */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 1.4rem; border-radius: 999px; font-weight: 700; font-size: 0.98rem; text-decoration: none; border: 1.5px solid transparent; transition: transform .15s ease, background .15s ease, box-shadow .15s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-plein { background: var(--violet); color: #fff; box-shadow: 0 8px 24px -12px rgba(124, 58, 237, .8); }
.btn-plein:hover { background: var(--violet-fonce); }
.btn-ligne { background: #fff; color: var(--violet-encre); border-color: var(--ligne); }
.btn-ligne:hover { border-color: var(--violet); }
.btn-clair { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.35); }
.btn-clair:hover { background: rgba(255,255,255,.22); }

/* en-tête */
.entete { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.86); backdrop-filter: blur(12px); border-bottom: 1px solid var(--ligne); }
.entete .conteneur { display: flex; align-items: center; gap: 1.5rem; height: 68px; }
.marque { display: inline-flex; align-items: center; gap: 0.75rem; text-decoration: none; color: var(--encre); font-weight: 800; font-size: 1.2rem; letter-spacing: -0.02em; line-height: 1; }
.marque img { width: 34px; height: 34px; }
.marque small { display: block; font-size: 0.7rem; font-weight: 600; color: var(--sourd); letter-spacing: 0.04em; line-height: 1; margin-top: 2px; }
.nav { display: flex; gap: 1.6rem; margin-left: auto; }
.nav a { text-decoration: none; color: var(--texte); font-weight: 500; font-size: 0.95rem; }
.nav .btn { display: none; }
.nav a:hover { color: var(--violet-encre); }
.entete .btn { padding: 0.6rem 1.1rem; font-size: 0.9rem; }
.burger { display: none; margin-left: auto; background: none; border: 1px solid var(--ligne); border-radius: 10px; padding: 0.45rem 0.6rem; cursor: pointer; }
@media (max-width: 860px) {
  .nav, .entete .btn { display: none; }
  .burger { display: inline-flex; }
  .entete.ouverte .nav { display: flex; position: absolute; left: 0; right: 0; top: 68px; flex-direction: column; gap: 0; background: #fff; border-bottom: 1px solid var(--ligne); padding: 0.5rem 1.25rem 1rem; }
  .entete.ouverte .nav a { padding: 0.75rem 0; border-bottom: 1px solid var(--fond-2); }
  .entete.ouverte .nav .btn { display: inline-flex; margin-top: 0.75rem; align-self: flex-start; }
}

/* héros */
.heros { padding: 4.5rem 0 3rem; background: radial-gradient(1200px 520px at 80% -10%, var(--violet-pale), transparent 65%), radial-gradient(700px 400px at -10% 20%, #f3efff, transparent 60%); }
.heros-grille { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2.5rem; align-items: center; }
.heros p.accroche { font-size: 1.2rem; color: var(--texte); margin-top: 1.2rem; max-width: 34rem; }
.heros .ctas { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.8rem; }
.heros .preuve { margin-top: 1.4rem; font-size: 0.9rem; color: var(--sourd); display: flex; align-items: center; gap: 0.5rem; }
.heros .preuve b { color: var(--encre); font-weight: 600; }
@media (max-width: 900px) { .heros-grille { grid-template-columns: 1fr; } .heros { padding-top: 2.75rem; } }

/* maquette téléphone + carte */
.scene { position: relative; min-height: 560px; }
.telephone { width: 232px; position: absolute; right: 0; bottom: 0; z-index: 4; background: #0f0d1a; border-radius: 40px; padding: 12px; box-shadow: 0 40px 80px -30px rgba(24, 22, 42, .55), 0 0 0 1px rgba(0,0,0,.2); }
.telephone .ecran { background: #f6f6f8; border-radius: 26px; overflow: hidden; height: 440px; display: flex; flex-direction: column; font-size: 12px; color: var(--texte); }
.ecran .barre { background: #fff; padding: 12px 14px 10px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--ligne); }
.ecran .barre img { width: 22px; height: 22px; }
.ecran .barre b { display: block; font-size: 12px; color: var(--encre); line-height: 1.1; }
.ecran .barre small { font-size: 9px; color: var(--sourd); }
.ecran .contenu { padding: 12px; display: grid; gap: 10px; align-content: start; flex: 1; }
.ecran h4 { font-size: 16px; margin: 4px 0 0; }
.carte { background: #fff; border-radius: 14px; padding: 11px 12px; box-shadow: 0 1px 2px rgba(24,22,42,.06), 0 0 0 1px rgba(24,22,42,.05); }
.carte .titre { font-weight: 700; color: var(--encre); font-size: 12px; display: flex; align-items: center; gap: 6px; }
.avatar { width: 30px; height: 30px; border-radius: 50%; background: var(--violet-pale); color: var(--violet-encre); font-weight: 700; font-size: 11px; display: grid; place-items: center; }
.ligne-id { display: flex; align-items: center; gap: 9px; }
.ligne-id b { display: block; color: var(--encre); font-size: 12px; }
.ligne-id span { font-size: 10.5px; color: var(--sourd); }
.classement { display: flex; gap: 8px; font-size: 10.5px; margin-top: 2px; }
.classement em { font-style: normal; color: var(--sourd); }
.classement b { color: var(--encre); }
.up { color: var(--vert); font-weight: 700; }
.actu { font-size: 11px; line-height: 1.45; }
.actu b { color: var(--encre); }
.actu .date { color: var(--sourd); font-size: 9.5px; }
.result { display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 5px 0; border-top: 1px solid var(--fond-2); }
.result .score { font-weight: 700; }
.score.v { color: var(--vert); } .score.d { color: var(--rouge); }
.onglets-tel { margin-top: auto; background: #fff; border-top: 1px solid var(--ligne); display: flex; padding: 6px 4px 10px; }
.onglets-tel span { flex: 1; text-align: center; font-size: 8.5px; color: var(--sourd); font-weight: 600; }
.onglets-tel span.actif { color: var(--violet-fonce); }
.onglets-tel i { display: block; width: 16px; height: 16px; margin: 0 auto 2px; border-radius: 5px; background: currentColor; opacity: .55; }
.onglets-tel span.actif i { opacity: 1; }

.carte-bureau { position: absolute; z-index: 3; left: 0; bottom: 42px; width: 250px; background: #fff; border-radius: 16px; padding: 14px 16px; box-shadow: 0 24px 60px -24px rgba(24,22,42,.45), 0 0 0 1px rgba(24,22,42,.06); font-size: 12px; }
.carte-bureau .lib { color: var(--sourd); display: flex; justify-content: space-between; align-items: center; }
.carte-bureau .chiffre { font-size: 30px; font-weight: 800; color: var(--ambre); letter-spacing: -0.03em; line-height: 1.1; margin-top: 4px; }
.carte-bureau .sous { color: var(--sourd); font-size: 11px; }
.barre-prog { height: 6px; border-radius: 99px; background: var(--fond-2); margin-top: 10px; overflow: hidden; }
.barre-prog i { display: block; height: 100%; width: 62%; background: var(--violet); border-radius: 99px; }
.carte-compo { position: absolute; z-index: 3; right: 0; top: 34px; width: 230px; background: #fff; border-radius: 16px; padding: 12px 14px; box-shadow: 0 24px 60px -24px rgba(24,22,42,.4), 0 0 0 1px rgba(24,22,42,.06); font-size: 11.5px; }
.carte-compo .titre { font-weight: 700; color: var(--encre); margin-bottom: 6px; }
.poste { display: flex; justify-content: space-between; padding: 4px 0; border-top: 1px solid var(--fond-2); }
.poste em { font-style: normal; color: var(--sourd); width: 34px; }
.poste b { color: var(--encre); font-weight: 600; flex: 1; }
.poste span { color: var(--sourd); font-variant-numeric: tabular-nums; }
.votes { margin-top: 8px; display: flex; gap: 6px; }
.votes span { padding: 2px 8px; border-radius: 999px; background: var(--fond-2); font-size: 10.5px; }
.votes .ok { background: var(--vert-pale); color: var(--vert); }
@media (max-width: 560px) { .telephone { width: 200px; } .telephone .ecran { height: 380px; } .scene { min-height: 520px; } }

/* piliers */
.piliers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.pilier { display: flex; gap: 0.9rem; align-items: flex-start; padding: 1.1rem 1.2rem; background: #fff; border: 1px solid var(--ligne); border-radius: var(--rayon); }
.pilier .ico { width: 42px; height: 42px; flex: none; border-radius: 12px; background: var(--violet-pale); color: var(--violet-fonce); display: grid; place-items: center; }
.pilier b { display: block; color: var(--encre); font-weight: 700; }
.pilier span { font-size: 0.92rem; color: var(--sourd); }
@media (max-width: 860px) { .piliers { grid-template-columns: 1fr; } }

/* sections */
section.bloc { padding: 5rem 0; }
section.bloc.gris { background: var(--fond-2); }
.tete { display: grid; gap: 0.8rem; max-width: 46rem; margin-bottom: 2.5rem; }
.tete p { font-size: 1.08rem; }

/* rôles (onglets) */
.roles { display: grid; grid-template-columns: 260px 1fr; gap: 2rem; align-items: start; }
.roles-liste { display: grid; gap: 0.4rem; }
.roles-liste button { text-align: left; background: #fff; border: 1px solid var(--ligne); border-radius: 14px; padding: 0.85rem 1rem; font: inherit; font-weight: 600; color: var(--encre); cursor: pointer; display: flex; align-items: center; gap: 0.7rem; transition: border-color .15s, background .15s; }
.roles-liste button .ico { width: 30px; height: 30px; border-radius: 9px; background: var(--fond-2); color: var(--violet-fonce); display: grid; place-items: center; flex: none; }
.roles-liste button[aria-selected="true"] { border-color: var(--violet); background: var(--violet-brume); }
.roles-liste button[aria-selected="true"] .ico { background: var(--violet); color: #fff; }
.role-panneau { background: #fff; border: 1px solid var(--ligne); border-radius: var(--rayon); padding: 1.8rem 2rem; }
.role-panneau[hidden] { display: none; }
.role-panneau h3 { font-size: 1.35rem; }
.role-panneau p.lead { margin-top: 0.4rem; color: var(--sourd); }
.role-panneau ul { margin: 1.2rem 0 0; padding: 0; list-style: none; display: grid; gap: 0.7rem; }
.role-panneau li { display: grid; grid-template-columns: 22px 1fr; gap: 0.6rem; align-items: start; }
.role-panneau li svg { margin-top: 3px; color: var(--violet); }
@media (max-width: 860px) { .roles { grid-template-columns: 1fr; } .roles-liste { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .roles-liste { grid-template-columns: 1fr; } }

/* fonctionnalités */
.grille { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.fonction { background: #fff; border: 1px solid var(--ligne); border-radius: var(--rayon); padding: 1.5rem; display: grid; gap: 0.7rem; align-content: start; }
.fonction .ico { width: 44px; height: 44px; border-radius: 13px; background: var(--violet-pale); color: var(--violet-fonce); display: grid; place-items: center; }
.fonction p { font-size: 0.96rem; }
.fonction .tag { justify-self: start; font-size: 0.75rem; font-weight: 700; color: var(--violet-encre); background: var(--violet-pale); padding: 0.2rem 0.6rem; border-radius: 999px; }
.fonction .tag.bientot { color: var(--ambre); background: var(--ambre-pale); }
@media (max-width: 960px) { .grille { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grille { grid-template-columns: 1fr; } }

/* mise en place */
.etapes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; counter-reset: etape; }
.etape { background: #fff; border: 1px solid var(--ligne); border-radius: var(--rayon); padding: 1.6rem; position: relative; }
.etape::before { counter-increment: etape; content: counter(etape); display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--encre); color: #fff; font-weight: 800; margin-bottom: 1rem; }
.etape p { font-size: 0.96rem; margin-top: 0.5rem; }
.engagements { margin-top: 2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.engagement { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.95rem; }
.engagement svg { color: var(--vert); flex: none; margin-top: 3px; }
.engagement b { color: var(--encre); display: block; }
@media (max-width: 860px) { .etapes, .engagements { grid-template-columns: 1fr; } }

/* bandeau pilote */
.pilote { background: linear-gradient(135deg, var(--violet-encre), var(--violet) 70%, #8b5cf6); color: #fff; border-radius: 28px; padding: 3rem; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2rem; align-items: center; position: relative; overflow: hidden; }
.pilote::after { content: ""; position: absolute; right: -80px; top: -120px; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.08); }
.pilote h2, .pilote .eyebrow { color: #fff; }
.pilote .eyebrow { color: #ddd6fe; }
.pilote p { color: #ede9fe; margin-top: 0.8rem; max-width: 40rem; }
.pilote .ctas { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.5rem; }
.pilote .club { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 18px; padding: 1.3rem 1.4rem; position: relative; z-index: 1; }
.pilote .club b { display: block; font-size: 1.1rem; }
.pilote .club span { font-size: 0.92rem; color: #ede9fe; }
.pilote .club .chiffres { display: flex; gap: 1.4rem; margin-top: 0.9rem; }
.pilote .club .chiffres div { font-size: 0.8rem; color: #ddd6fe; }
.pilote .club .chiffres strong { display: block; font-size: 1.5rem; color: #fff; letter-spacing: -0.02em; }
@media (max-width: 860px) { .pilote { grid-template-columns: 1fr; padding: 2rem; } }

/* FAQ */
.faq { display: grid; gap: 0.6rem; max-width: 52rem; }
.faq details { background: #fff; border: 1px solid var(--ligne); border-radius: 14px; padding: 0 1.2rem; }
.faq summary { cursor: pointer; padding: 1rem 0; font-weight: 700; color: var(--encre); list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--violet); font-weight: 500; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 0 1.1rem; color: var(--texte); max-width: 60ch; }

/* pied */
.pied { background: var(--encre); color: #cfcbe0; padding: 3.5rem 0 2rem; }
.pied .conteneur { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.pied h4 { color: #fff; font-size: 0.95rem; margin-bottom: 0.8rem; }
.pied a { color: #cfcbe0; text-decoration: none; display: block; padding: 0.2rem 0; font-size: 0.95rem; }
.pied a:hover { color: #fff; }
.pied .marque { color: #fff; }
.pied .marque small { color: #a9a4c4; }
.pied p { font-size: 0.92rem; max-width: 34ch; margin-top: 0.8rem; }
.pied .bas { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.2rem; font-size: 0.82rem; color: #a9a4c4; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; }
@media (max-width: 760px) { .pied .conteneur { grid-template-columns: 1fr; } }

/* apparition douce */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* pages secondaires */
.page-texte { padding: 3.5rem 0 5rem; }
.page-texte .conteneur { max-width: 46rem; }
.page-texte h2 { font-size: 1.25rem; margin-top: 2rem; }
.page-texte p, .page-texte li { max-width: 65ch; }
.page-texte ul { padding-left: 1.2rem; }
.a-completer { color: var(--ambre); font-style: italic; }

/* aperçu ordinateur (back-office) */
.ordinateur { position: absolute; left: 0; top: 24px; width: min(100%, 560px); background: #fff; border-radius: 14px; box-shadow: 0 30px 70px -30px rgba(24,22,42,.45), 0 0 0 1px rgba(24,22,42,.08); overflow: hidden; font-size: 11px; color: var(--texte); }
.ordinateur .chrome { display: flex; align-items: center; gap: 6px; padding: 9px 12px; background: #f1f0f6; border-bottom: 1px solid var(--ligne); }
.ordinateur .chrome i { width: 9px; height: 9px; border-radius: 50%; background: #d9d6e4; }
.ordinateur .chrome span { margin-left: 8px; flex: 1; background: #fff; border-radius: 6px; padding: 3px 10px; color: var(--sourd); font-size: 10px; }
.ordinateur .corps { display: grid; grid-template-columns: 128px 1fr; min-height: 300px; }
.ordinateur .menu { background: #fff; border-right: 1px solid var(--ligne); padding: 10px 8px; display: grid; gap: 2px; align-content: start; }
.ordinateur .menu .club { display: flex; align-items: center; gap: 6px; padding: 6px 8px; margin-bottom: 8px; border: 1px solid var(--ligne); border-radius: 8px; }
.ordinateur .menu .club img { width: 18px; height: 18px; border-radius: 5px; }
.ordinateur .menu .club b { display: block; font-size: 10px; color: var(--encre); }
.ordinateur .menu .club small { font-size: 8px; color: var(--sourd); }
.ordinateur .menu span { padding: 5px 8px; border-radius: 7px; color: var(--sourd); font-weight: 500; }
.ordinateur .menu span.actif { background: var(--violet-pale); color: var(--violet-encre); font-weight: 700; }
.ordinateur .contenu { background: #f6f6f8; padding: 12px; display: grid; gap: 10px; align-content: start; }
.ordinateur .contenu h5 { margin: 0; font-size: 13px; color: var(--encre); }
.ordinateur .stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.ordinateur .stat { background: #fff; border-radius: 10px; padding: 8px 10px; box-shadow: 0 0 0 1px rgba(24,22,42,.06); }
.ordinateur .stat small { display: block; color: var(--sourd); font-size: 9.5px; }
.ordinateur .stat b { display: block; font-size: 16px; color: var(--encre); letter-spacing: -0.02em; margin-top: 2px; }
.ordinateur .stat b.alerte { color: var(--ambre); }
.ordinateur .stat b.ok { color: var(--vert); }
.ordinateur .liste { background: #fff; border-radius: 10px; padding: 8px 10px; box-shadow: 0 0 0 1px rgba(24,22,42,.06); }
.ordinateur .liste .titre { font-weight: 700; color: var(--encre); font-size: 11px; display: flex; justify-content: space-between; }
.ordinateur .liste .titre em { font-style: normal; color: var(--violet-fonce); font-weight: 600; }
.ordinateur .ligne { display: flex; align-items: center; gap: 8px; padding: 6px 0; border-top: 1px solid var(--fond-2); }
.ordinateur .ligne .avatar { width: 22px; height: 22px; font-size: 9px; }
.ordinateur .ligne b { color: var(--encre); font-weight: 600; flex: 1; font-size: 10.5px; }
.ordinateur .ligne b small { display: block; color: var(--sourd); font-weight: 400; font-size: 9px; }
.ordinateur .pill { font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 999px; background: var(--ambre-pale); color: var(--ambre); }
.ordinateur .pill.v { background: var(--violet-pale); color: var(--violet-encre); }
@media (max-width: 900px) { .scene { min-height: 0; display: grid; gap: 1rem; } .ordinateur { position: static; width: 100%; } .telephone { position: static; margin: -60px 0 0 auto; } }
@media (max-width: 560px) { .ordinateur .corps { grid-template-columns: 1fr; } .ordinateur .menu { display: none; } .ordinateur .stats { grid-template-columns: repeat(2, 1fr); } }

/* rôles : cartes sobres */
.roles-cartes { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.role-carte { background: #fff; border: 1px solid var(--ligne); border-radius: var(--rayon); padding: 1.4rem 1.3rem; display: grid; gap: 0.6rem; align-content: start; }
.role-carte .ico { width: 40px; height: 40px; border-radius: 12px; background: var(--violet-pale); color: var(--violet-fonce); display: grid; place-items: center; font-size: 1.1rem; }
.role-carte b { color: var(--encre); font-size: 1.05rem; letter-spacing: -0.01em; }
.role-carte p { font-size: 0.95rem; color: var(--sourd); }
@media (max-width: 1000px) { .roles-cartes { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .roles-cartes { grid-template-columns: 1fr; } }

/* « et bien plus encore » */
.fonction.plus { background: var(--encre); border-color: var(--encre); color: #cfcbe0; }
.fonction.plus h3 { color: #fff; }
.fonction.plus p { color: #cfcbe0; }
.fonction.plus .btn { justify-self: start; margin-top: 0.4rem; }

/* ils nous font confiance */
.confiance { text-align: center; }
.confiance .tete { margin-inline: auto; text-align: center; }
.blasons { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.25rem; }
.blason { width: 200px; min-height: 150px; background: #fff; border: 1px solid var(--ligne); border-radius: var(--rayon); display: grid; place-items: center; gap: 0.5rem; padding: 1.2rem; text-decoration: none; color: var(--encre); }
.blason img { max-height: 76px; width: auto; }
.blason b { font-size: 0.95rem; }
.blason span { font-size: 0.82rem; color: var(--sourd); }
.blason.vide { border-style: dashed; color: var(--sourd); background: transparent; }
.blason.vide .rond { width: 56px; height: 56px; border-radius: 50%; border: 2px dashed var(--ligne); display: grid; place-items: center; font-size: 1.4rem; color: var(--violet); }
.blason.vide:hover { border-color: var(--violet); color: var(--violet-encre); }

/* pied : marque aérée */
.pied .marque img { width: 36px; height: 36px; }
