/* =====================================================
   Remorquage Québec 24h
   Palette: Jaune signalisation / Charbon / Bleu nuit
   Coins francs, hiérarchie forte, contraste élevé
   ===================================================== */

@font-face { font-family: 'Montserrat'; font-weight: 800; font-style: normal; font-display: swap; src: url('/assets/fonts/montserrat-800.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-weight: 900; font-style: normal; font-display: swap; src: url('/assets/fonts/montserrat-900.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 400; font-style: normal; font-display: swap; src: url('/assets/fonts/inter-400.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 600; font-style: normal; font-display: swap; src: url('/assets/fonts/inter-600.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 700; font-style: normal; font-display: swap; src: url('/assets/fonts/inter-700.woff2') format('woff2'); }

:root {
  /* Palette de marque */
  --jaune: #FFB400;          /* Jaune signalisation: CTA, accents */
  --jaune-fonce: #E09E00;    /* Survol */
  --jaune-pale: #FFF4D6;     /* Fonds d'encadrés */
  --charbon: #14171C;        /* Texte principal, fonds foncés */
  --acier: #2A3140;          /* Fonds secondaires foncés */
  --bleu: #0B3D91;           /* Liens, accents sur fond clair */
  --bleu-clair: #E8EEF9;
  --texte: #2B2F36;
  --gris: #5A6270;           /* Texte secondaire (AA sur blanc) */
  --ligne: #DDE1E7;
  --fond: #FFFFFF;
  --fond-alt: #F4F5F7;
  --succes: #137A3A;
  --erreur: #B42318;

  --font-titre: 'Montserrat', 'Arial Black', system-ui, sans-serif;
  --font-texte: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  --fs-h1: clamp(2rem, 4.6vw, 3.5rem);
  --fs-h2: clamp(1.6rem, 3.2vw, 2.35rem);
  --fs-h3: clamp(1.15rem, 1.8vw, 1.4rem);

  --s-1: .5rem; --s-2: 1rem; --s-3: 1.5rem; --s-4: 2rem; --s-5: 3rem; --s-6: 4rem; --s-7: 5.5rem;
  --container: 1200px;
  --narrow: 820px;
  --header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body { font-family: var(--font-texte); font-size: 1.0625rem; line-height: 1.65; color: var(--texte); background: var(--fond); -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: var(--bleu); text-underline-offset: 3px; }
a:hover { text-decoration: none; }
:focus-visible { outline: 3px solid var(--jaune); outline-offset: 2px; }

h1, h2, h3, h4 { font-family: var(--font-titre); font-weight: 900; line-height: 1.12; color: var(--charbon); letter-spacing: -0.015em; }
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); margin-bottom: var(--s-3); }
h3 { font-size: var(--fs-h3); font-weight: 800; margin-bottom: var(--s-1); }
h4 { font-size: 1.05rem; font-weight: 800; }
p + p { margin-top: var(--s-2); }
.prose p, .prose ul, .prose ol, .prose table { margin-bottom: var(--s-2); }
.prose h2 { margin-top: var(--s-5); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: var(--s-4); }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li { margin-bottom: .4rem; }
.prose li::marker { color: var(--bleu); font-weight: 700; }
.prose strong { color: var(--charbon); }
.prose table { width: 100%; border-collapse: collapse; font-size: .975rem; }
.prose th, .prose td { text-align: left; padding: .7rem .8rem; border-bottom: 1px solid var(--ligne); vertical-align: top; }
.prose th { background: var(--charbon); color: #fff; font-family: var(--font-titre); font-weight: 800; font-size: .9rem; }
.prose tr:nth-child(even) td { background: var(--fond-alt); }
.table-wrap { overflow-x: auto; margin-bottom: var(--s-3); }
.source { font-size: .85rem; color: var(--gris); }

.surtitre { display: inline-block; font-family: var(--font-titre); font-weight: 800; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; color: var(--bleu); margin-bottom: var(--s-1); }
.sur-fonce .surtitre, .hero .surtitre, .cta-band .surtitre { color: var(--jaune); }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 1rem; }
@media (min-width: 768px) { .container { padding-inline: 1.5rem; } }
.narrow { max-width: var(--narrow); }
section { padding-block: var(--s-6); }
@media (min-width: 768px) { section { padding-block: var(--s-7); } }
.fond-alt { background: var(--fond-alt); }
.sur-fonce { background: var(--charbon); color: #D5DAE2; }
.sur-fonce h2, .sur-fonce h3 { color: #fff; }
.sur-fonce a { color: var(--jaune); }
.section-tete { max-width: 760px; margin-bottom: var(--s-4); }
.section-tete p { font-size: 1.1rem; }

/* Boutons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .95rem 1.6rem; font-family: var(--font-titre); font-weight: 800; font-size: 1rem; letter-spacing: .03em; text-transform: uppercase; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: background-color .15s, color .15s, border-color .15s; line-height: 1.2; }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn-appel { background: var(--jaune); color: var(--charbon); }
.btn-appel:hover { background: var(--jaune-fonce); }
.btn-contour { background: transparent; color: #fff; border-color: #fff; }
.btn-contour:hover { background: #fff; color: var(--charbon); }
.btn-fonce { background: var(--charbon); color: #fff; }
.btn-fonce:hover { background: var(--acier); }
.btn-grand { font-size: 1.2rem; padding: 1.1rem 1.9rem; }
.btn-bloc { width: 100%; }

/* Barre d'annonce */
.annonce { background: var(--charbon); color: #fff; font-size: .875rem; text-align: center; padding: .45rem 1rem; }
.annonce strong { color: var(--jaune); }
.annonce a { color: #fff; font-weight: 700; }

/* En-tête */
.site-header { position: sticky; top: 0; z-index: 60; background: #fff; border-bottom: 3px solid var(--jaune); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: var(--header-h); }
.logo img { height: 46px; width: auto; }
@media (max-width: 380px) { .logo img { height: 38px; } }
.nav-principale { display: none; }
.nav-principale ul { list-style: none; padding: 0; display: flex; gap: 1.4rem; }
.nav-principale a { color: var(--charbon); font-weight: 600; text-decoration: none; font-size: .98rem; }
.nav-principale a:hover, .nav-principale a[aria-current="page"] { color: var(--bleu); text-decoration: underline; text-decoration-thickness: 2px; }
.header-actions { display: flex; align-items: center; gap: .6rem; }
.header-appel { display: inline-flex; align-items: center; gap: .5rem; background: var(--jaune); color: var(--charbon); font-family: var(--font-titre); font-weight: 900; text-decoration: none; padding: .7rem 1rem; font-size: 1.02rem; white-space: nowrap; }
.header-appel:hover { background: var(--jaune-fonce); }
.header-appel svg { width: 20px; height: 20px; flex: none; }
.header-appel .lbl { display: none; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; background: var(--charbon); color: #fff; border: 0; cursor: pointer; }
.menu-toggle svg { width: 24px; height: 24px; }
@media (max-width: 520px) { .header-appel { padding: .65rem .7rem; font-size: .92rem; } }
@media (min-width: 1080px) {
  .nav-principale { display: block; }
  .menu-toggle { display: none; }
  .header-appel .lbl { display: block; }
  .header-appel { flex-direction: row; }
}
.menu-mobile { display: none; background: var(--charbon); }
.menu-mobile.ouvert { display: block; }
.menu-mobile ul { list-style: none; padding: .5rem 0 1rem; }
.menu-mobile a { display: block; padding: .8rem 1rem; color: #fff; text-decoration: none; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
@media (min-width: 1080px) { .menu-mobile { display: none !important; } }

/* Héros */
.hero { position: relative; background: var(--charbon); color: #D5DAE2; padding-block: var(--s-5) var(--s-6); overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 8px; background: repeating-linear-gradient(45deg, var(--jaune) 0 18px, var(--charbon) 18px 36px); }
.hero-illu { position: absolute; right: -60px; bottom: 0; width: 720px; opacity: .22; pointer-events: none; }
.hero .container { position: relative; display: grid; gap: var(--s-4); }
.hero h1 { color: #fff; margin-bottom: var(--s-2); }
.hero h1 .accent { color: var(--jaune); }
.hero .intro { font-size: 1.15rem; max-width: 60ch; margin-bottom: var(--s-3); color: #E3E7EE; }
.hero .intro a { color: var(--jaune); }
.puces { list-style: none; padding: 0; display: grid; gap: .55rem; margin-bottom: var(--s-3); }
.puces li { display: flex; gap: .6rem; align-items: flex-start; font-weight: 600; color: #fff; }
.puces svg { width: 22px; height: 22px; flex: none; color: var(--jaune); margin-top: 2px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.hero-note { margin-top: .9rem; font-size: .92rem; color: #B9C1CE; }
@media (min-width: 960px) {
  .hero { padding-block: var(--s-6) var(--s-7); }
  .hero .container { grid-template-columns: 1.15fr .85fr; align-items: center; gap: var(--s-5); }
  .hero-illu { opacity: .35; }
}
.hero-simple { padding-block: var(--s-4) var(--s-5); }
@media (min-width: 960px) { .hero-simple { padding-block: var(--s-5) var(--s-6); } }

/* Fil d'Ariane */
.ariane { font-size: .86rem; color: #B9C1CE; margin-bottom: var(--s-2); }
.ariane ol { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: .35rem; }
.ariane li + li::before { content: '›'; margin-right: .35rem; color: var(--jaune); }
.ariane a { color: #E3E7EE; }
.ariane [aria-current] { color: #fff; font-weight: 600; }

/* Formulaire */
.form-carte { background: #fff; color: var(--texte); padding: var(--s-3); border-top: 6px solid var(--jaune); box-shadow: 0 18px 40px rgba(0,0,0,.28); }
.form-carte h2, .form-carte .form-titre { font-family: var(--font-titre); font-weight: 900; font-size: 1.45rem; color: var(--charbon); margin-bottom: .3rem; line-height: 1.15; }
.form-carte .form-sous { font-size: .95rem; color: var(--gris); margin-bottom: var(--s-2); }
.champ { margin-bottom: .85rem; }
.champ label { display: block; font-weight: 700; font-size: .88rem; color: var(--charbon); margin-bottom: .3rem; }
.champ label .opt { font-weight: 400; color: var(--gris); }
.champ input, .champ select, .champ textarea { width: 100%; padding: .78rem .8rem; border: 2px solid var(--ligne); background: #fff; font-size: 1rem; border-radius: 0; }
.champ select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314171C' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .7rem center; background-size: 18px; padding-right: 2.4rem; }
.champ input:focus, .champ select:focus, .champ textarea:focus { outline: 3px solid var(--jaune); outline-offset: 0; border-color: var(--charbon); }
.champ textarea { min-height: 96px; resize: vertical; }
.champs-2 { display: grid; gap: 0 .8rem; }
@media (min-width: 520px) { .champs-2 { grid-template-columns: 1fr 1fr; } }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-legal { font-size: .78rem; color: var(--gris); margin-top: .7rem; line-height: 1.45; }
.form-ou { text-align: center; margin-top: .9rem; font-size: .95rem; }
.form-ou a { font-weight: 800; color: var(--charbon); }
.form-erreur { background: #FDECEA; color: var(--erreur); padding: .7rem .8rem; font-weight: 600; margin-bottom: .8rem; font-size: .95rem; }
.form-succes { padding: var(--s-2) 0; }
.form-succes h3 { color: var(--succes); }

/* Barre de confiance */
.confiance { background: var(--jaune); color: var(--charbon); padding-block: var(--s-3); }
.confiance ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-2); }
@media (min-width: 900px) { .confiance ul { grid-template-columns: repeat(4, 1fr); } }
.confiance li { display: flex; gap: .7rem; align-items: center; font-weight: 700; line-height: 1.3; font-size: .98rem; }
.confiance svg { width: 34px; height: 34px; flex: none; }

/* Grilles */
.grille { display: grid; gap: var(--s-3); }
@media (min-width: 640px) { .grille-2, .grille-3, .grille-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grille-3 { grid-template-columns: repeat(3, 1fr); } .grille-4 { grid-template-columns: repeat(4, 1fr); } }

.carte-service { display: flex; flex-direction: column; padding: var(--s-3); background: #fff; border: 2px solid var(--ligne); text-decoration: none; color: inherit; transition: border-color .15s, background-color .15s; }
.carte-service:hover { border-color: var(--charbon); background: var(--jaune-pale); }
.carte-service .ico { width: 52px; height: 52px; background: var(--charbon); color: var(--jaune); display: flex; align-items: center; justify-content: center; margin-bottom: var(--s-2); }
.carte-service .ico svg { width: 30px; height: 30px; }
.carte-service h3 { font-size: 1.2rem; }
.carte-service p { font-size: .98rem; color: var(--texte); }
.carte-service .fleche { margin-top: auto; padding-top: var(--s-2); font-family: var(--font-titre); font-weight: 800; color: var(--bleu); font-size: .92rem; text-transform: uppercase; letter-spacing: .03em; }

.bloc { background: #fff; border: 2px solid var(--ligne); padding: var(--s-3); }
.fond-alt .bloc { border-color: transparent; }
.bloc h3 { display: flex; gap: .6rem; align-items: center; }
.bloc h3 svg { width: 26px; height: 26px; color: var(--bleu); flex: none; }
.bloc .donnee { margin-top: .8rem; padding-left: .8rem; border-left: 4px solid var(--jaune); font-size: .93rem; color: var(--gris); }

.pilier { padding: var(--s-3); background: var(--acier); border-top: 5px solid var(--jaune); }
.pilier h3 { color: #fff; }
.pilier p { color: #D5DAE2; }
.pilier .chiffre { display: block; font-family: var(--font-titre); font-weight: 900; font-size: 2.2rem; color: var(--jaune); line-height: 1; margin-bottom: .6rem; }

/* Étapes */
.etapes { counter-reset: e; list-style: none; padding: 0 !important; display: grid; gap: var(--s-2); }
.etapes li { counter-increment: e; position: relative; padding: var(--s-2) var(--s-2) var(--s-2) 4.2rem; background: var(--fond-alt); margin: 0 !important; }
.etapes li::before { content: counter(e); position: absolute; left: 1rem; top: 1rem; width: 2.3rem; height: 2.3rem; background: var(--charbon); color: var(--jaune); font-family: var(--font-titre); font-weight: 900; display: flex; align-items: center; justify-content: center; }
.etapes strong { display: block; font-family: var(--font-titre); font-weight: 800; color: var(--charbon); }

/* Encadrés */
.encadre { background: var(--jaune-pale); border-left: 6px solid var(--jaune); padding: var(--s-3); margin: var(--s-3) 0; }
.encadre h3, .encadre h4 { margin: 0 0 .4rem; }
.encadre-bleu { background: var(--bleu-clair); border-left-color: var(--bleu); }

/* Mise en page contenu + barre latérale */
.page-grille { display: grid; gap: var(--s-5); }
@media (min-width: 1024px) { .page-grille { grid-template-columns: minmax(0, 1fr) 360px; align-items: start; } }
.lateral { display: grid; gap: var(--s-3); }
.lateral .bloc h3 { font-size: 1.1rem; }
.liste-liens { list-style: none; padding: 0 !important; }
.liste-liens li { border-bottom: 1px solid var(--ligne); margin: 0 !important; }
.liste-liens a { display: block; padding: .55rem 0; color: var(--charbon); text-decoration: none; font-weight: 600; }
.liste-liens a:hover { color: var(--bleu); text-decoration: underline; }
.appel-lateral { background: var(--charbon); color: #fff; padding: var(--s-3); text-align: center; }
.appel-lateral p { color: #D5DAE2; }
.appel-lateral .gros { font-family: var(--font-titre); font-weight: 900; font-size: 1.7rem; color: var(--jaune); text-decoration: none; display: block; margin: .4rem 0 .8rem; }

/* Zones */
.zones-liste { list-style: none; padding: 0 !important; display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem 1rem; }
@media (min-width: 768px) { .zones-liste { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .zones-liste { grid-template-columns: repeat(4, 1fr); } }
.zones-liste a { display: flex; gap: .45rem; align-items: center; padding: .6rem .7rem; background: #fff; border: 2px solid var(--ligne); text-decoration: none; color: var(--charbon); font-weight: 600; font-size: .96rem; }
.zones-liste a:hover { border-color: var(--charbon); background: var(--jaune-pale); }
.zones-liste svg { width: 18px; height: 18px; color: var(--bleu); flex: none; }
.sur-fonce .zones-liste a { background: var(--acier); border-color: var(--acier); color: #fff; }
.sur-fonce .zones-liste a:hover { border-color: var(--jaune); background: var(--acier); }
.sur-fonce .zones-liste svg { color: var(--jaune); }

/* FAQ */
.faq details { border-bottom: 2px solid var(--ligne); }
.faq summary { font-family: var(--font-titre); font-weight: 800; font-size: 1.08rem; color: var(--charbon); cursor: pointer; list-style: none; position: relative; padding: 1.1rem 2.4rem 1.1rem 0; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: .2rem; top: .75rem; font-size: 1.7rem; color: var(--bleu); line-height: 1; }
.faq details[open] summary::after { content: '−'; }
.faq .reponse { padding-bottom: 1.1rem; }

/* Bande CTA */
.cta-band { background: var(--charbon); color: #D5DAE2; position: relative; overflow: hidden; }
.cta-band::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 8px; background: repeating-linear-gradient(45deg, var(--jaune) 0 18px, var(--charbon) 18px 36px); }
.cta-band .container { display: grid; gap: var(--s-4); align-items: center; }
@media (min-width: 960px) { .cta-band .container { grid-template-columns: 1fr .9fr; } }
.cta-band h2 { color: #fff; }
.cta-band .tel-geant { display: inline-block; font-family: var(--font-titre); font-weight: 900; font-size: clamp(2rem, 5vw, 3.2rem); color: var(--jaune); text-decoration: none; margin: .4rem 0 1rem; line-height: 1; }

/* Engagements (remplace les avis) */
.engagement { display: flex; gap: 1rem; padding: var(--s-3); background: #fff; border: 2px solid var(--ligne); }
.engagement svg { width: 34px; height: 34px; color: var(--bleu); flex: none; }
.engagement h3 { font-size: 1.1rem; }

/* Pied de page */
.site-footer { background: #0E1014; color: #C4CBD6; padding-block: var(--s-6) calc(var(--s-3) + 70px); font-size: .95rem; }
@media (min-width: 768px) { .site-footer { padding-bottom: var(--s-3); } }
.site-footer a { color: #E3E7EE; text-decoration: none; }
.site-footer a:hover { color: var(--jaune); text-decoration: underline; }
.footer-grille { display: grid; gap: var(--s-4); }
@media (min-width: 768px) { .footer-grille { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .footer-grille { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.site-footer h2 { font-size: .9rem; color: #fff; text-transform: uppercase; letter-spacing: .08em; margin-bottom: var(--s-2); }
.site-footer ul { list-style: none; padding: 0; }
.site-footer li { margin-bottom: .45rem; }
.footer-logo img { height: 50px; width: auto; margin-bottom: var(--s-2); }
.nap { font-style: normal; line-height: 1.7; }
.nap .tel { font-family: var(--font-titre); font-weight: 900; color: var(--jaune) !important; font-size: 1.35rem; }
.footer-bas { margin-top: var(--s-5); padding-top: var(--s-3); border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: .84rem; color: #9AA3B1; }
.footer-bas a { color: #C4CBD6; }
.divulgation { font-size: .82rem; color: #9AA3B1; margin-top: var(--s-2); max-width: 70ch; }

/* CTA mobile collant */
.cta-mobile { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: grid; grid-template-columns: 1.35fr 1fr; padding-bottom: env(safe-area-inset-bottom); background: var(--charbon); box-shadow: 0 -6px 20px rgba(0,0,0,.25); }
.cta-mobile a { display: flex; align-items: center; justify-content: center; gap: .5rem; min-height: 60px; font-family: var(--font-titre); font-weight: 900; text-decoration: none; font-size: 1rem; text-transform: uppercase; }
.cta-mobile svg { width: 20px; height: 20px; }
.cta-mobile .m-appel { background: var(--jaune); color: var(--charbon); }
.cta-mobile .m-soum { background: var(--charbon); color: #fff; }
@media (min-width: 768px) { .cta-mobile { display: none; } }

/* Bouton d'appel flottant (bureau) */
.fab-appel { display: none; }
@media (min-width: 768px) {
  .fab-appel { position: fixed; right: 22px; bottom: 22px; z-index: 65; display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; background: var(--jaune); color: var(--charbon); border-radius: 50%; box-shadow: 0 10px 24px rgba(0,0,0,.3); opacity: 0; transform: translateY(20px); transition: opacity .25s, transform .25s; pointer-events: none; }
  .fab-appel.visible { opacity: 1; transform: none; pointer-events: auto; }
  .fab-appel svg { width: 28px; height: 28px; }
}

/* Bannière de consentement (Loi 25) */
.consent { position: fixed; left: 8px; right: 8px; bottom: 68px; z-index: 80; max-width: 520px; background: #fff; color: var(--texte); border-top: 4px solid var(--jaune); box-shadow: 0 12px 30px rgba(0,0,0,.3); padding: .7rem .8rem; font-size: .8rem; line-height: 1.45; }
@media (min-width: 768px) { .consent { left: 22px; bottom: 22px; right: auto; } }
.consent[hidden] { display: none; }
.consent p { margin-bottom: .5rem; }
@media (min-width: 768px) { .consent { padding: 1rem 1.1rem; font-size: .88rem; } }
.consent .actions { display: flex; gap: .5rem; flex-wrap: wrap; }
.consent button { padding: .45rem .9rem; font-weight: 800; font-family: var(--font-titre); border: 2px solid var(--charbon); cursor: pointer; font-size: .85rem; text-transform: uppercase; }
.consent .ok { background: var(--charbon); color: #fff; }
.consent .non { background: #fff; color: var(--charbon); }

/* Divers */
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--jaune); color: var(--charbon); padding: .8rem 1rem; font-weight: 800; }
.skip-link:focus { left: 8px; top: 8px; }
.centre { text-align: center; }
.mt-3 { margin-top: var(--s-3); }
.mt-4 { margin-top: var(--s-4); }
.tag-liste { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; padding: 0 !important; }
.tag-liste li { margin: 0 !important; background: var(--fond-alt); border: 1px solid var(--ligne); padding: .35rem .7rem; font-size: .92rem; font-weight: 600; color: var(--charbon); }
.carte-guide { display: block; padding: var(--s-3); background: #fff; border: 2px solid var(--ligne); border-top: 5px solid var(--bleu); text-decoration: none; color: inherit; }
.carte-guide:hover { border-color: var(--charbon); border-top-color: var(--jaune); }
.carte-guide h3 { font-size: 1.15rem; }
.maj { font-size: .88rem; color: #B9C1CE; margin-top: .6rem; }
.page-404 { min-height: 50vh; }
