/* ============================================================
   MyFamilyPsy V2 : direction artistique finale (planches d'août 2026)
   Manrope + Lora éditoriale + accents script. Palette officielle :
   violet #6C4CFF, lavande #EDE6FF, jaune solaire #FFC83D,
   corail doux #FF7A6E, menthe #A8E6CF, grège #F7F5F0.
   Trois expressions : adultes premium, ados pop, enfants doux,
   et un univers Entreprises sombre premium pop.
   ============================================================ */

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-normal-200_800.woff2") format("woff2");
  font-weight: 200 800; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2212, U+FEFF;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-ext-normal-200_800.woff2") format("woff2");
  font-weight: 200 800; font-display: swap;
  unicode-range: U+0100-02BA, U+1E00-1E9F, U+2020, U+20A0-20AB, U+20AD-20C0;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/lora-latin-normal-400_700.woff2") format("woff2");
  font-weight: 400 700; font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/lora-latin-italic-400_700.woff2") format("woff2");
  font-weight: 400 700; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/caveat-latin-normal-700.woff2") format("woff2");
  font-weight: 700; font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/clash-display-700.woff2") format("woff2");
  font-weight: 700; font-display: swap;
}

:root {
  --violet: #6c4cff;
  --violet-fonce: #5333e0;
  --corail: #ff7a6e;
  --soleil: #ffc83d;
  --menthe-vive: #a8e6cf;
  --encre: #241a45;
  --creme: #f7f5f0;
  --lavande: #ede6ff;
  --peche: #ffece9;
  --menthe: #e4f6ee;
  --vanille: #fff3d6;
  --nuit: #241a57;
  --teal: #2aa79b;
  --serif: "Lora", Georgia, serif;
  --script: "Caveat", cursive;
}
body { font-family: "Manrope", "Segoe UI", system-ui, sans-serif; background: var(--creme); }
h1, h2, h3, h4 { font-weight: 800; }
.entete { background: rgba(247, 245, 240, 0.92); }
.nav-mobile { background: var(--creme); }

/* Logo : wordmark bold + finale en script (rebrandable) */
.logo .marque-fin { font-family: var(--script); font-weight: 700; font-size: 1.32em; margin-left: 1px; }

/* ── Hero deux chemins ───────────────────────────────────── */
.chemins { display: grid; gap: 16px; margin-top: 26px; }
@media (min-width: 720px) { .chemins { grid-template-columns: 1fr 1fr; } }
.chemin {
  display: block; border-radius: var(--rayon); padding: 24px 26px; color: var(--encre);
  border: 2px solid transparent; transition: transform var(--transition), box-shadow var(--transition);
  position: relative; overflow: hidden;
}
.chemin:hover { text-decoration: none; transform: translateY(-4px); box-shadow: 0 18px 40px rgba(36, 26, 69, 0.14); }
.chemin strong { display: block; font-size: 1.18rem; margin-bottom: 6px; }
.chemin p { margin: 0 0 14px; font-size: 0.94rem; color: inherit; opacity: 0.82; }
.chemin .faux-btn {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 0.95rem;
  border-radius: 999px; padding: 10px 20px;
}
.chemin-guide { background: var(--nuit); color: #fff; }
.chemin-guide strong { color: #fff; }
.chemin-guide .faux-btn { background: var(--corail); color: #fff; }
.chemin-guide .forme-lavande { position: absolute; width: 150px; height: 150px; border-radius: 50%; background: rgba(237, 230, 255, 0.16); top: -60px; right: -40px; }
.chemin-direct { background: #fff; border-color: var(--encre); }
.chemin-direct .faux-btn { background: var(--encre); color: #fff; }
.mention-chemin { margin-top: 12px; font-size: 0.88rem; color: var(--muet); }

/* ── Cartes d'entrée par situation (planche) ─────────────── */
.carte-entree {
  position: relative; display: block; border-radius: var(--rayon); padding: 24px 24px 58px;
  color: var(--encre); overflow: hidden; border: 1.5px solid rgba(36, 26, 69, 0.05);
  transition: transform var(--transition), box-shadow var(--transition);
}
.carte-entree:hover { text-decoration: none; transform: translateY(-4px); box-shadow: 0 16px 36px rgba(36, 26, 69, 0.13); }
.carte-entree .icone-carree {
  width: 46px; height: 46px; border-radius: 14px; display: flex; align-items: center;
  justify-content: center; color: #fff; background: var(--c, var(--violet)); margin-bottom: 14px;
}
.carte-entree h3 { font-size: 1.08rem; margin-bottom: 6px; }
.carte-entree p { margin: 0; font-size: 0.9rem; color: var(--texte); opacity: 0.85; }
.carte-entree .fleche-ronde { position: absolute; right: 18px; bottom: 16px; }
.fleche-ronde {
  width: 36px; height: 36px; border-radius: 50%; background: var(--encre); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  transition: transform var(--transition);
}
.carte-entree:hover .fleche-ronde, a:hover > .fleche-ronde { transform: translateX(4px); }
.fond-lavande { background: var(--lavande); }
.fond-rose { background: #ffe9ec; }
.fond-menthe { background: var(--menthe); }
.fond-vanille { background: var(--vanille); }
.fond-ciel { background: #e6ecff; }
.fond-peche { background: var(--peche); }

/* ── Bandeau nuit "Vous n'êtes pas seul·e" ───────────────── */
.bandeau-nuit {
  position: relative; overflow: hidden; background: var(--nuit); color: #fff;
  border-radius: var(--rayon); padding: 40px 34px; display: flex; align-items: center;
  justify-content: space-between; gap: 22px; flex-wrap: wrap;
}
.bandeau-nuit h2, .bandeau-nuit strong { color: #fff; margin: 0; }
.bandeau-nuit p { margin: 6px 0 0; color: rgba(255, 255, 255, 0.78); }
.bandeau-nuit .forme { position: absolute; border-radius: 50%; }
.bandeau-nuit .forme-1 { width: 220px; height: 220px; background: rgba(237, 230, 255, 0.14); left: -70px; bottom: -110px; }
.bandeau-nuit .forme-2 { width: 140px; height: 140px; background: rgba(255, 200, 61, 0.25); right: 14%; top: -70px; }
.bandeau-nuit .contenu { position: relative; }
.bandeau-nuit .btn { position: relative; }

/* ── Tuiles univers photo ────────────────────────────────── */
.tuile-univers {
  position: relative; display: flex; flex-direction: column; border-radius: var(--rayon);
  overflow: hidden; color: var(--encre); min-height: 320px;
  transition: transform var(--transition), box-shadow var(--transition);
}
.tuile-univers:hover { text-decoration: none; transform: translateY(-5px); box-shadow: 0 20px 44px rgba(36, 26, 69, 0.16); }
.tuile-univers img { width: 100%; height: 210px; object-fit: cover; object-position: top; }
.tuile-univers .legende { padding: 18px 20px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex: 1; }
.tuile-univers .legende strong { display: block; font-size: 1.05rem; }
.tuile-univers .legende p { margin: 2px 0 0; font-size: 0.88rem; opacity: 0.8; }

/* ── Thèmes d'univers ────────────────────────────────────── */
.theme-adulte .hero h1, .titre-serif { font-family: var(--serif); font-weight: 600; letter-spacing: 0; }
.theme-adulte .hero .accroche { font-size: 1.1rem; }

.theme-ado { --fond-hero: #fff6db; }
.theme-ado .hero { background: linear-gradient(160deg, #fff6db, var(--creme) 70%); }
.theme-ado .hero h1 {
  font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em;
  font-size: clamp(2rem, 5.4vw, 3.4rem); line-height: 1.04;
}
.theme-ado .hero h1 .ligne { display: block; }
.theme-ado .hero h1 .violet { color: var(--violet); }
.gribouillis { position: absolute; pointer-events: none; }
.hero-visuel svg.gribouillis { width: auto; height: auto; }

.theme-enfant .hero h1 { font-family: var(--serif); font-weight: 600; }
.theme-enfant .hero { background: linear-gradient(160deg, #eefaf4, var(--creme) 72%); }

/* Tuiles thématiques (De quoi veux-tu parler ?) */
.tuile-theme {
  display: flex; flex-direction: column; gap: 10px; border-radius: var(--rayon-s);
  padding: 18px; font-weight: 800; color: var(--encre); border: 1.5px solid rgba(36, 26, 69, 0.06);
  transition: transform var(--transition), box-shadow var(--transition); font-size: 0.98rem;
}
.tuile-theme:hover { text-decoration: none; transform: translateY(-3px); box-shadow: 0 12px 26px rgba(36, 26, 69, 0.12); }
.tuile-theme .picto-rond {
  width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.6);
  display: flex; align-items: center; justify-content: center; font-size: 1.15rem;
}
.tuile-theme.vive { color: #fff; }
.tuile-theme.vive .picto-rond { background: rgba(255, 255, 255, 0.24); }
.tt-corail { background: var(--corail); }
.tt-teal { background: var(--teal); }
.tt-jaune { background: var(--soleil); color: var(--encre); }
.tt-bleu { background: #4e6bf5; }
.tt-lavande { background: var(--lavande); }
.tt-gris { background: #efedf6; }
.tt-menthe { background: var(--menthe); }
.tt-rose { background: #ffe9ec; }
.tt-vanille { background: var(--vanille); }

/* Carte questionnaire par univers */
.carte-point {
  border-radius: var(--rayon); padding: 30px 30px 34px; position: relative; overflow: hidden;
}
.carte-point h3 { font-size: 1.3rem; }
.carte-point p { max-width: 30em; }
.carte-point-nuit { background: var(--nuit); color: #fff; }
.carte-point-nuit h3 { color: #fff; }
.carte-point-nuit p { color: rgba(255, 255, 255, 0.8); }
.carte-point-lavande { background: var(--lavande); }
.carte-point-menthe { background: var(--menthe); }
.mascotte { position: absolute; right: 18px; bottom: 12px; width: 92px; opacity: 0.95; font-size: 3rem; text-align: center; }
.btn-teal { background: var(--teal, #2AA79B) !important; color: #fff !important; }

/* Pills de réassurance pros */
.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pill {
  display: inline-flex; align-items: center; gap: 7px; font-size: 0.85rem; font-weight: 700;
  color: var(--encre); background: #fff; border: 1.5px solid var(--bordure);
  border-radius: 999px; padding: 7px 15px;
}
.pill::before { content: "✓"; color: var(--vert); font-weight: 800; }

/* ── Comment ça marche ───────────────────────────────────── */
.marche { counter-reset: etape; }
.marche .carte { position: relative; padding-top: 30px; }

/* ── En ce moment (nouveautés) ───────────────────────────── */
.carte-nouveaute { display: flex; flex-direction: column; overflow: hidden; padding: 0; }
.carte-nouveaute .visuel { height: 132px; display: flex; align-items: center; justify-content: center; font-size: 2.2rem; }
.carte-nouveaute .corps { padding: 18px 20px 20px; }
.carte-nouveaute .badge-type {
  position: absolute; margin: 12px; background: rgba(36, 26, 69, 0.85); color: #fff;
  font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em;
  border-radius: 999px; padding: 4px 12px;
}

/* ── Ressources illustrées ───────────────────────────────── */
.carte-ressource { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.carte-ressource .visuel { height: 120px; display: flex; align-items: center; justify-content: center; font-size: 2rem; }
.carte-ressource .corps { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.carte-ressource .meta { display: flex; gap: 8px; flex-wrap: wrap; font-size: 0.78rem; color: var(--muet); font-weight: 700; }

/* ── Professionnels : dispo rapide, carte, vidéo ─────────── */
.dispo-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.dispo-pills a {
  font-size: 0.86rem; font-weight: 700; border-radius: 999px; padding: 8px 16px;
  background: #fff; border: 1.5px solid var(--bordure); color: var(--encre);
}
.dispo-pills a:hover, .dispo-pills a.actif { background: var(--encre); border-color: var(--encre); color: #fff; text-decoration: none; }
.bascule-vue { display: inline-flex; background: #fff; border: 1.5px solid var(--bordure); border-radius: 999px; padding: 4px; gap: 4px; }
.bascule-vue a { font-size: 0.88rem; font-weight: 800; padding: 7px 18px; border-radius: 999px; color: var(--muet); }
.bascule-vue a.actif { background: var(--violet); color: #fff; }
.bascule-vue a:hover { text-decoration: none; }
.carte-geo { background: #fff; border: 1.5px solid var(--bordure); border-radius: var(--rayon); padding: 24px; }
.carte-geo svg { width: 100%; height: auto; display: block; }
.point-ville { cursor: pointer; }
.point-ville circle { fill: var(--violet); transition: r 0.15s ease; }
.point-ville:hover circle { fill: var(--corail); }
.point-ville text { font-size: 11px; font-weight: 700; fill: var(--encre); }
.badge-dispo { background: var(--menthe); color: var(--vert); font-size: 0.78rem; font-weight: 800; border-radius: 999px; padding: 3px 11px; }
.video-pro { border-radius: var(--rayon-s); overflow: hidden; background: var(--encre); margin-bottom: 18px; }
.video-pro video { display: block; width: 100%; max-height: 380px; }
.video-pro iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.video-pro .petit { padding: 8px 14px; color: rgba(255, 255, 255, 0.75) !important; }
.etiquette-video { background: var(--encre); color: #fff; }
.carte-geo { display: grid; grid-template-columns: 1.1fr 1fr; gap: 26px; align-items: start; }
@media (max-width: 760px) { .carte-geo { grid-template-columns: 1fr; } }
.lecteur-video-mini { position: relative; display: block; }
.lecteur-video-mini .pastille-lecture {
  position: absolute; inset: 0; margin: auto; width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.92); color: var(--violet); display: flex; align-items: center;
  justify-content: center; font-size: 1rem; box-shadow: var(--ombre);
}

/* ── Panier : remises parcours ───────────────────────────── */
.ligne-remise { display: flex; justify-content: space-between; gap: 12px; color: var(--vert); font-weight: 700; }
.ligne-remise .avant { color: var(--muet); text-decoration: line-through; font-weight: 600; }
.bulle-remise { background: var(--menthe); border-radius: var(--rayon-s); padding: 12px 16px; font-size: 0.9rem; }

/* ── Page Entreprises (sombre premium pop) ───────────────── */
.page-b2b { background: var(--nuit); color: #d9d3f2; }
.page-b2b h1, .page-b2b h2, .page-b2b h3 { color: #fff; font-family: "Clash Display", "Manrope", sans-serif; }
.page-b2b .hero-b2b { position: relative; overflow: hidden; padding: 72px 0 64px; }
.page-b2b .hero-b2b h1 {
  text-transform: uppercase; font-size: clamp(2rem, 4.6vw, 3.3rem); line-height: 1.05;
  letter-spacing: 0.01em; max-width: 13em;
}
.page-b2b .hero-b2b h1 .violet { color: #8f78ff; }
.page-b2b .hero-b2b h1 .point { color: var(--soleil); }
.page-b2b .accroche { color: #bdb4e6; font-size: 1.08rem; max-width: 36em; }
.btn-jaune { background: var(--soleil); color: var(--nuit); box-shadow: 0 8px 20px rgba(255, 200, 61, 0.25); }
.btn-jaune:hover { background: #f5ba1e; color: var(--nuit); }
.lien-clair { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.lien-clair:hover { color: var(--soleil); }
.collage-b2b { position: relative; }
.collage-b2b img { border-radius: var(--rayon-s); display: block; width: 100%; object-fit: cover; }
.collage-b2b .arc { position: absolute; border-radius: 50%; }
.script-b2b { font-family: var(--script); font-size: clamp(1.5rem, 3vw, 2.2rem); color: #fff; line-height: 1.25; }
.script-b2b .surligne { text-decoration: underline; text-decoration-color: var(--soleil); text-decoration-thickness: 3px; text-underline-offset: 6px; }
.carte-solution {
  background: rgba(255, 255, 255, 0.04); border: 1.5px solid rgba(143, 120, 255, 0.35);
  border-radius: var(--rayon-s); padding: 22px; color: #d9d3f2; position: relative;
  transition: transform var(--transition), border-color var(--transition);
}
.carte-solution:hover { transform: translateY(-4px); border-color: var(--soleil); text-decoration: none; }
.carte-solution h3 { font-size: 1.05rem; margin: 12px 0 6px; }
.carte-solution p { font-size: 0.88rem; margin: 0; color: #bdb4e6; }
.carte-solution .picto { width: 42px; height: 42px; border-radius: 12px; background: rgba(143, 120, 255, 0.2); color: #b7a7ff; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.carte-solution .fleche-jaune { position: absolute; top: 20px; right: 18px; color: var(--soleil); font-weight: 800; }
.carte-offre-rh { background: var(--lavande); border-radius: var(--rayon-s); padding: 22px; color: var(--encre); position: relative; display: block; transition: transform var(--transition); }
.carte-offre-rh:hover { transform: translateY(-4px); text-decoration: none; }
.carte-offre-rh h3 { color: var(--violet-fonce); font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.04em; }
.carte-offre-rh p { font-size: 0.9rem; margin: 0; }
.stat-b2b { text-align: center; }
.stat-b2b .valeur { font-size: 2rem; font-weight: 800; color: #fff; font-family: "Clash Display", sans-serif; }
.stat-b2b .legende { color: #bdb4e6; font-size: 0.85rem; }
.tableau-b2b { background: rgba(255, 255, 255, 0.03); color: #d9d3f2; box-shadow: none; border: 1.5px solid rgba(143, 120, 255, 0.3); }
.tableau-b2b th { background: rgba(143, 120, 255, 0.18); color: #fff; }
.tableau-b2b td { border-color: rgba(143, 120, 255, 0.2); }
.citation-b2b {
  border-left: 4px solid var(--soleil); padding: 8px 0 8px 22px; font-family: var(--serif);
  font-style: italic; font-size: 1.15rem; color: #fff; max-width: 32em;
}
.bande-b2b { display: flex; flex-wrap: wrap; gap: 10px 30px; justify-content: center; padding: 20px 0; border-top: 1px solid rgba(143, 120, 255, 0.25); color: #bdb4e6; font-size: 0.9rem; font-weight: 700; }
.page-b2b .carte, .page-b2b .filtres { background: rgba(255, 255, 255, 0.04); border-color: rgba(143, 120, 255, 0.3); color: #d9d3f2; }
.page-b2b .carte .desc { color: #bdb4e6; }

/* ── Landing Professionnels ──────────────────────────────── */
.etape-fleche { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-weight: 700; font-size: 0.92rem; }
.etape-fleche span { background: #fff; border: 1.5px solid var(--bordure); border-radius: 999px; padding: 8px 16px; }
.etape-fleche i { color: var(--violet); font-style: normal; font-weight: 800; }

/* ── Manifeste ───────────────────────────────────────────── */
.manifeste { max-width: 680px; margin: 0 auto; font-family: var(--serif); font-size: 1.18rem; line-height: 1.9; color: var(--encre); }
.manifeste p { margin-bottom: 1.5em; }
.manifeste .identitaire {
  font-size: clamp(1.5rem, 3.4vw, 2.2rem); font-weight: 700; line-height: 1.3;
  color: var(--violet-fonce); margin: 1.2em 0;
}
.manifeste .final { font-weight: 700; }
.trait-souligne { background: linear-gradient(transparent 62%, var(--soleil) 62%, var(--soleil) 88%, transparent 88%); }

/* ── Coffre documentaire pro ─────────────────────────────── */
.doc-ligne { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--bordure); flex-wrap: wrap; }
.doc-ligne .nom { font-weight: 700; color: var(--encre); }

/* ── Sélections éditoriales ──────────────────────────────── */
.rail-selection { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.rail-selection a { font-size: 0.85rem; font-weight: 800; border-radius: 999px; padding: 8px 16px; background: var(--lavande); color: var(--violet-fonce); }
.rail-selection a:hover { background: var(--violet); color: #fff; text-decoration: none; }

/* ── Cartes ressources illustrées ────────────────────────── */
.carte-ressource { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.visuel-ressource {
  position: relative; height: 108px; display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(120px 70px at 82% 18%, rgba(255, 255, 255, 0.5), transparent 70%),
    linear-gradient(130deg, color-mix(in srgb, var(--cu) 26%, #ffffff), color-mix(in srgb, var(--cu) 62%, #ffffff));
}
.visuel-picto { font-size: 2.1rem; filter: drop-shadow(0 3px 5px rgba(36, 26, 69, 0.18)); }
.visuel-duree {
  position: absolute; right: 10px; bottom: 10px; font-size: 0.74rem; font-weight: 800;
  background: rgba(255, 255, 255, 0.92); color: var(--encre); border-radius: 999px; padding: 3px 10px;
}
.corps-ressource { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }

/* ── Espace ado (page dédiée) ────────────────────────────── */
.entete-ado { background: var(--soleil); border-radius: var(--rayon); padding: 8px 18px; display: inline-flex; align-items: center; gap: 10px; font-weight: 800; color: var(--encre); }

/* ── Pastilles de statut (conformité, documents) ────────── */
.pill-ok, .pill-attention, .pill-alerte { }
.pill.pill-ok::before, .pill.pill-attention::before, .pill.pill-alerte::before { content: none; }
.pill.pill-ok { background: var(--menthe); color: #0c6b4f; }
.pill.pill-attention { background: var(--vanille); color: #8a5f00; }
.pill.pill-alerte { background: var(--peche); color: #b3362a; }
.encart-ok { border-left: 5px solid var(--teal); background: var(--menthe); }

/* ── Manifeste : texte respirant, phrase identitaire forte ─ */
.manifeste { background: #fff; }
.manifeste-ligne { font-family: var(--serif); font-size: 1.18rem; line-height: 1.75; color: var(--encre); margin: 0 0 26px; }
.manifeste-fort { font-weight: 700; }
.manifeste-identite {
  font-family: var(--serif); font-style: italic; font-weight: 700;
  font-size: clamp(1.7rem, 4.2vw, 2.5rem); line-height: 1.25; color: var(--violet);
  margin: 44px 0; padding-left: 22px; border-left: 5px solid var(--soleil);
}
.manifeste-final { font-weight: 800; font-size: 1.3rem; line-height: 1.8; margin: 40px 0 8px; color: var(--encre); }
.manifeste-final span { color: var(--violet); border-bottom: 4px solid var(--soleil); }

/* ============================================================
   Bande de démonstration : boutons toujours stylés, jamais de
   rectangle gris par défaut, et aucun débordement sur mobile.
   ============================================================ */
html, body { overflow-x: clip; }
.bande-demo { background: var(--vanille); border-bottom: 1px solid #f0dca2; }
.bande-demo .conteneur {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 6px 12px; padding-top: 8px; padding-bottom: 8px; text-align: center;
}
.bande-demo strong { white-space: nowrap; }
.acces-test { display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; margin-left: 0; }
.acces-test form { display: inline-flex; }
.acces-test button,
.acces-test button:link {
  -webkit-appearance: none; appearance: none;
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 32px; padding: 4px 15px; border-radius: 999px;
  font-family: inherit; font-size: 0.82rem; font-weight: 800; line-height: 1;
  color: var(--violet-fonce); background: #ffffff; border: 1.6px solid var(--violet);
  cursor: pointer; white-space: nowrap;
  box-shadow: 0 1px 0 rgba(36, 26, 69, 0.08);
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.acces-test button:hover { background: var(--violet); color: #ffffff; transform: translateY(-1px); }
.acces-test button:focus-visible { outline: 3px solid var(--soleil); outline-offset: 2px; }
.acces-test button.acces-test-admin { background: var(--encre); border-color: var(--encre); color: #ffffff; }
.acces-test button.acces-test-admin:hover { background: var(--violet); border-color: var(--violet); }
@media (max-width: 760px) {
  .bande-demo .conteneur > span:not(.acces-test) { display: none; }
  .acces-test-libelle { display: none; }
  .acces-test { width: 100%; }
  .acces-test button { flex: 1 1 auto; min-height: 36px; font-size: 0.8rem; padding: 4px 10px; }
}

/* ============================================================
   Entête responsive : la marque ne se tronque JAMAIS (aucune ellipse,
   à aucune largeur). Ce sont la navigation et les actions qui cèdent.
   ============================================================ */
.entete { overflow-x: clip; }
.entete-int { flex-wrap: nowrap; min-width: 0; }
.logo { flex: none; }
.logo > span { overflow: visible; white-space: nowrap; }
.entete-actions { flex-shrink: 0; }
@media (min-width: 1020px) and (max-width: 1279px) {
  [data-installer] { display: none !important; }
  .nav-principale { margin-left: 2px; gap: 0; }
  .nav-principale a { padding: 8px 8px; font-size: 0.88rem; }
  .entete-int { gap: 12px; }
}
@media (max-width: 1019px) {
  .entete-int { height: 62px; gap: 10px; }
  .logo svg { width: 30px; height: 30px; }
}
@media (max-width: 700px) {
  [data-installer] { display: none !important; }
}
@media (max-width: 560px) {
  .entete-int { gap: 6px; }
  .entete-actions { gap: 5px; }
  .entete-actions .btn { padding: 7px 12px; font-size: 0.8rem; }
  .logo > span { font-size: 0.95rem; }
  .icone-bouton { width: 36px; height: 36px; }
}
@media (max-width: 479px) {
  /* Le CTA reste accessible via le menu (Faire le point) : le logo garde sa place */
  .entete-actions > .btn { display: none; }
  .logo > span { font-size: 1rem; }
}
@media (max-width: 374px) {
  .logo { gap: 6px; }
  .logo > span { font-size: 0.84rem; }
  .icone-bouton { width: 32px; height: 32px; }
}

/* ── Champs : couverture complète (input sans type, date, tel, file) ── */
.champ input:not([type]), .champ input[type="date"], .champ input[type="search"],
.champ input[type="tel"] {
  width: 100%; font: inherit; padding: 13px 16px; border-radius: var(--rayon-s);
  border: 2px solid var(--bordure); background: #fff; color: var(--encre);
}
.champ input[type="file"] {
  width: 100%; font: inherit; padding: 10px 12px; border-radius: var(--rayon-s);
  border: 2px dashed var(--bordure); background: var(--creme, #FFF9F2); color: var(--encre);
  cursor: pointer;
}
.champ input[type="file"]::file-selector-button {
  font: inherit; font-weight: 700; color: #fff; background: var(--violet);
  border: 0; border-radius: 999px; padding: 8px 16px; margin-right: 12px; cursor: pointer;
}
.champ input[type="file"]:hover { border-color: var(--violet); }
.champ input:not([type]):focus, .champ input[type="date"]:focus,
.champ input[type="tel"]:focus, .champ input[type="file"]:focus {
  outline: none; border-color: var(--violet);
}

/* Impression : rien de spécifique V2, hérite d'app.css */
