@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');

:root {
  --fond: #f5f2ec; --blanc: #fdfcf9; --sable: #ebe6dc;
  --encre: #232320; --encre-2: #6b675d;
  --trait: rgba(35, 35, 32, .12); --trait-fort: rgba(35, 35, 32, .28);
  --foret: #2f4a3a; --foret-2: #3d5d4a; --bronze: #9c7c49;
  --page: 1220px;
  --serif: 'Libre Caslon Text', 'Iowan Old Style', 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Helvetica, Arial, system-ui, sans-serif;
  --r: 3px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--fond); color: var(--encre); font-family: var(--sans); font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font-family: var(--sans); font-size: 14px; color: var(--encre); }
.band { max-width: var(--page); margin: 0 auto; padding: 0 28px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: 0; margin: 0; }

/* En-tête */
header.entete { position: sticky; top: 0; z-index: 40; background: var(--fond); border-bottom: 1px solid var(--trait); }
.entete-int { max-width: var(--page); margin: 0 auto; padding: 18px 28px; display: flex; align-items: center; gap: 28px; }
.marque { font-family: var(--serif); font-size: 20px; letter-spacing: .16em; text-decoration: none; color: var(--encre); white-space: nowrap; }
.nav-onglets { display: flex; gap: 26px; margin-left: auto; overflow-x: auto; }
.onglet { font-size: 14px; text-decoration: none; color: var(--encre-2); padding: 4px 0; border-bottom: 1px solid transparent; white-space: nowrap; }
.onglet:hover { color: var(--encre); }
.onglet.actif { color: var(--encre); border-bottom-color: var(--encre); }
.langue-sel { flex: none; font-size: 13px; color: var(--encre-2); background: none; border: none; border-bottom: 1px solid var(--trait-fort); padding: 4px 18px 4px 0; cursor: pointer; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%236b675d' stroke-width='1.3'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 2px center; }
.langue-sel:hover, .langue-sel:focus { color: var(--encre); border-bottom-color: var(--encre); outline: none; }
.lead-intro { font-size: 13px; color: var(--encre-2); margin: 0 0 6px; line-height: 1.5; }

/* Barre des maisons */
.barre-marques { background: var(--blanc); border-bottom: 1px solid var(--trait); }
.barre-int { display: flex; gap: 26px; overflow-x: auto; scrollbar-width: none; }
.barre-int a { font-size: 13px; white-space: nowrap; text-decoration: none; padding: 11px 0; color: var(--encre-2); border-bottom: 1px solid transparent; }
.barre-int a:first-child { color: var(--encre); }
.barre-int a:hover { color: var(--encre); border-bottom-color: var(--encre); }

/* Héros */
.hero { position: relative; overflow: hidden; background: #23261f; color: #f4f0e6; }
.hero-fond { position: absolute; inset: 0; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.6s ease; will-change: opacity, transform; }
.hero-bg.visible { opacity: 1; }
.hero-bg.anime { animation: hero-voyage 22s ease-out forwards; }
@keyframes hero-voyage {
  from { transform: scale(1.12) translate3d(1.5%, 1%, 0); }
  to   { transform: scale(1) translate3d(0, 0, 0); }
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(20, 20, 16, .18) 0%, rgba(20, 20, 16, .3) 45%, rgba(20, 20, 16, .7) 100%); }
.hero-content { position: relative; padding: clamp(110px, 18vh, 210px) 28px clamp(64px, 10vh, 110px); }
.hero-title { font-size: clamp(34px, 4.6vw, 58px); line-height: 1.12; max-width: 760px; margin: 0 0 18px; }
.hero-sub { font-size: clamp(15px, 1.5vw, 17px); max-width: 560px; margin: 0 0 30px; line-height: 1.6; color: rgba(244, 240, 230, .9); }
.hero-phrase { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 10px; font-family: var(--serif); font-size: clamp(20px, 2.3vw, 27px); line-height: 1.5; margin: 0 0 22px; }
.hero-phrase .mot { color: rgba(244, 240, 230, .9); }
.hero-phrase select { appearance: none; -webkit-appearance: none; font-family: var(--serif); font-style: italic; font-size: inherit; color: #fff; background: none; border: none; border-bottom: 1px solid rgba(244, 240, 230, .6); padding: 0 22px 2px 0; cursor: pointer; outline: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23f4f0e6' stroke-width='1.4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 4px center; }
.hero-phrase select:hover, .hero-phrase select:focus { border-bottom-color: #fff; }
.hero-phrase select option { color: var(--encre); font-style: normal; font-family: var(--sans); font-size: 15px; }
.hero-phrase button { font-family: var(--sans); font-size: 14px; margin-left: 8px; padding: 9px 20px; border: 1px solid #f4f0e6; border-radius: var(--r); background: #f4f0e6; color: var(--encre); cursor: pointer; align-self: center; }
.hero-phrase button:hover { background: #fff; }
.hero-search { display: flex; max-width: 400px; }
.hero-search input { font-size: 14px; padding: 9px 12px; }
.hero-search button { font-size: 13px; padding: 9px 14px; background: none; color: #f4f0e6; border-color: rgba(244, 240, 230, .45); }
.hero-search button:hover { background: rgba(244, 240, 230, .15); }
.hero-search input { flex: 1; min-width: 0; font-size: 15px; padding: 13px 16px; border: 1px solid rgba(244, 240, 230, .45); border-right: none; border-radius: var(--r) 0 0 var(--r); background: rgba(20, 20, 16, .35); color: #f4f0e6; outline: none; }
.hero-search input::placeholder { color: rgba(244, 240, 230, .65); }
.hero-search input:focus { border-color: #f4f0e6; }
.hero-search button { font-size: 14px; padding: 13px 22px; border: 1px solid #f4f0e6; border-radius: 0 var(--r) var(--r) 0; background: #f4f0e6; color: var(--encre); cursor: pointer; }
.hero-search button:hover { background: #fff; }
.hero-lieu { font-size: 13.5px; margin: 34px 0 0; color: rgba(244, 240, 230, .85); opacity: 0; transition: opacity .9s ease .5s; }
.hero-lieu.visible { opacity: 1; }
.hero-lieu .lieu { font-family: var(--serif); font-style: italic; font-size: 16px; color: #fff; margin-right: 8px; }
.hero-credit { position: absolute; right: 18px; bottom: 12px; margin: 0; font-size: 11px; color: rgba(244, 240, 230, .5); }
.hero-credit a { color: inherit; text-decoration: none; }
.hero-credit a:hover { text-decoration: underline; }
@media (prefers-reduced-motion: reduce) {
  .hero-bg, .hero-lieu { transition: none; }
  .hero-bg.anime { animation: none; }
}

/* Sections */
.section { padding: 60px 0 8px; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 24px; }
.section-title { font-size: clamp(24px, 2.6vw, 32px); }
.page-titre { font-size: clamp(30px, 3.4vw, 42px); margin-bottom: 8px; }
.page-sub { color: var(--encre-2); margin: 0 0 26px; }
.voir-tout { font-size: 14px; color: var(--encre-2); text-decoration: none; white-space: nowrap; border-bottom: 1px solid var(--trait-fort); }
.voir-tout:hover { color: var(--encre); border-bottom-color: var(--encre); }

/* Cartes véhicule */
.grille { display: grid; grid-template-columns: repeat(auto-fill, minmax(285px, 1fr)); gap: 24px; padding-bottom: 44px; }
.card { background: var(--blanc); border: 1px solid var(--trait); border-radius: var(--r); overflow: hidden; }
.card:hover { border-color: var(--trait-fort); }
.card-link { display: flex; flex-direction: column; height: 100%; text-decoration: none; }
.card-media-wrap { aspect-ratio: 4 / 3; background: var(--sable); }
.card-media { width: 100%; height: 100%; object-fit: cover; }
.visu-vide { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--encre-2); font-size: 13px; padding: 0 20px; text-align: center; }
.card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 2px; flex: 1; }
.card-make { font-size: 13px; color: var(--encre-2); margin: 0; }
.card-title { font-family: var(--serif); font-size: 19px; margin: 2px 0 0; line-height: 1.3; }
.card-spec { font-size: 13px; color: var(--encre-2); margin: 4px 0 0; }
.card-price-row { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
.card-price { font-size: 16px; font-weight: 500; font-variant-numeric: tabular-nums; margin: 0; }
.prix-eur { font-size: 0.8em; color: var(--encre-2); margin-left: 0.35em; font-family: var(--sans, inherit); }
.card-price-was { font-size: 13px; color: var(--encre-2); text-decoration: line-through; font-variant-numeric: tabular-nums; }
.card-price-nc { font-size: 13px; color: var(--encre-2); margin: 12px 0 0; }
.card-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 13px; color: var(--encre-2); margin: 10px 0 0; padding-top: 10px; border-top: 1px solid var(--trait); }
.card-mileage { font-variant-numeric: tabular-nums; }

/* Maisons (marques) et concessionnaires */
.make-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; padding-bottom: 44px; }
.make-tile { background: var(--blanc); border: 1px solid var(--trait); border-radius: var(--r); padding: 20px 20px; text-decoration: none; }
.make-tile:hover { border-color: var(--trait-fort); }
.make-name { font-family: var(--serif); font-size: 18px; }
.make-count { font-size: 13px; color: var(--encre-2); margin-top: 4px; font-variant-numeric: tabular-nums; }
.grille-maisons { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; padding-bottom: 44px; }
.carte-m { background: var(--blanc); border: 1px solid var(--trait); border-radius: var(--r); padding: 22px 22px; text-decoration: none; }
a.carte-m:hover { border-color: var(--trait-fort); }
.carte-m .pays-l { font-size: 13px; color: var(--encre-2); }
.carte-m .nom-m { font-family: var(--serif); font-size: 19px; margin-top: 6px; }
.carte-m .marques-c { color: var(--encre-2); font-size: 13px; margin-top: 6px; line-height: 1.5; }
.carte-m .compte-m { font-size: 13px; color: var(--encre); margin-top: 14px; font-variant-numeric: tabular-nums; }
.appel-maisons { max-width: 720px; color: var(--encre-2); margin: 0 0 40px; }
.appel-maisons a { color: var(--encre); }

/* Filtres et tri */
.recherche-ligne { margin: 18px 0 10px; }
.recherche-ligne input { width: 100%; max-width: 520px; font-size: 15px; padding: 12px 14px; border: 1px solid var(--trait-fort); border-radius: var(--r); background: var(--blanc); outline: none; }
.recherche-ligne input:focus { border-color: var(--encre); }
.filtres-bloc { margin: 0 0 20px; }
.groupe-filtres .nom { font-size: 13px; color: var(--encre-2); margin: 16px 0 8px; }
.filtres { display: flex; flex-wrap: wrap; gap: 8px; }
.filtre { font-size: 13px; padding: 6px 12px; background: var(--blanc); border: 1px solid var(--trait-fort); border-radius: var(--r); cursor: pointer; }
.filtre:hover { border-color: var(--encre); }
.filtre.actif { background: var(--encre); color: var(--fond); border-color: var(--encre); }
.tri-ligne { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin: 6px 0 22px; }
.resultat-compte { color: var(--encre-2); font-size: 14px; font-variant-numeric: tabular-nums; }
select.tri { font-size: 13px; background: var(--blanc); border: 1px solid var(--trait-fort); border-radius: var(--r); padding: 8px 12px; cursor: pointer; }
.voir-plus { grid-column: 1 / -1; justify-self: center; font-size: 14px; background: none; border: 1px solid var(--trait-fort); border-radius: var(--r); padding: 11px 26px; cursor: pointer; margin-top: 6px; }
.voir-plus:hover { border-color: var(--encre); }

/* Fiche véhicule */
.fiche { padding: 30px 0 70px; }
.ariane { font-size: 13px; color: var(--encre-2); }
.ariane a { text-decoration: none; }
.ariane a:hover { text-decoration: underline; }
.ariane span { color: var(--encre); }
.fiche-tete { margin: 22px 0 18px; }
.fiche-tete h1 { font-size: clamp(28px, 4vw, 46px); line-height: 1.15; margin: 4px 0 12px; }
.faits { display: flex; gap: 8px 28px; flex-wrap: wrap; font-size: 15px; margin: 0 0 26px; padding-bottom: 18px; border-bottom: 1px solid var(--trait); }
.faits span { font-variant-numeric: tabular-nums; }
.faits .l { color: var(--encre-2); margin-right: 6px; }
.mosaic { display: grid; grid-template-columns: 2fr 1fr; gap: 10px; margin-bottom: 34px; }
.mosaic .principale { aspect-ratio: 3 / 2; overflow: hidden; background: var(--sable); }
.mosaic .principale img { width: 100%; height: 100%; object-fit: cover; }
.mosaic .thumbs { display: grid; grid-template-rows: repeat(2, 1fr); gap: 10px; }
.mosaic-thumb { overflow: hidden; background: var(--sable); border: none; padding: 0; cursor: pointer; position: relative; }
.mosaic-thumb img { width: 100%; height: 100%; object-fit: cover; }
.mosaic-thumb .reste { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(20, 20, 16, .5); color: #fff; font-size: 14px; }
@media (max-width: 760px) { .mosaic { grid-template-columns: 1fr; } .mosaic .thumbs { grid-template-rows: none; grid-template-columns: repeat(2, 1fr); } }
.fiche-cols { display: grid; grid-template-columns: minmax(0, 3fr) minmax(300px, 1fr); gap: 44px; }
@media (max-width: 900px) { .fiche-cols { grid-template-columns: 1fr; } }
.specs { margin: 14px 0 30px; }
.spec-group { margin-bottom: 24px; }
.spec-group-title { font-family: var(--serif); font-size: 17px; margin: 0 0 4px; }
.spec-row { display: flex; justify-content: space-between; gap: 18px; padding: 9px 0; border-bottom: 1px solid var(--trait); font-size: 14.5px; }
.spec-row .l { color: var(--encre-2); }
.spec-row .v { text-align: right; }
.overview-text { color: var(--encre-2); font-size: 14.5px; max-width: 660px; white-space: pre-line; margin-top: 12px; }
.panneau { background: var(--blanc); border: 1px solid var(--trait); border-radius: var(--r); padding: 24px; position: sticky; top: 84px; align-self: start; }
.panneau .card-price { font-size: 26px; font-family: var(--serif); font-weight: 400; }
.mention-tva { margin-top: 8px; font-size: 13.5px; }
.mention-tva.na { color: var(--encre-2); }
.rendu { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--trait); }
.rendu-titre { font-family: var(--serif); font-size: 16px; margin: 0 0 8px; }
.rendu-choix { display: flex; gap: 8px; flex-wrap: wrap; }
.rendu-choix select { font-size: 13px; background: var(--blanc); border: 1px solid var(--trait-fort); border-radius: var(--r); padding: 6px 8px; }
.rendu-total { font-family: var(--serif); font-size: 23px; margin: 12px 0 2px; font-variant-numeric: tabular-nums; }
.rendu-eur { font-family: var(--sans); font-size: 13px; color: var(--encre-2); }
.rendu-fiab { font-size: 12.5px; color: var(--encre-2); margin: 0 0 8px; }
.rendu-detail-btn { font-size: 13px; background: none; border: none; padding: 0; color: var(--encre-2); border-bottom: 1px solid var(--trait-fort); cursor: pointer; }
.rendu-detail-btn:hover { color: var(--encre); border-bottom-color: var(--encre); }
.rendu-detail { margin-top: 10px; font-size: 13px; }
.rendu-ligne { display: flex; justify-content: space-between; gap: 12px; padding: 5px 0; border-bottom: 1px solid var(--trait); font-variant-numeric: tabular-nums; }
.rendu-ligne span:first-child { color: var(--encre-2); }
.rendu-hyp { margin: 10px 0 0; padding-left: 16px; color: var(--encre-2); font-size: 12.5px; line-height: 1.5; }
.panneau-vendeur { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--trait); }
.pv-nom { font-weight: 500; font-size: 15px; margin: 0; }
.pv-meta { color: var(--encre-2); font-size: 13px; margin: 3px 0 0; }
.lead-form { display: flex; flex-direction: column; gap: 8px; margin-top: 18px; }
.lead-form[hidden] { display: none; }
.lead-titre { font-family: var(--serif); font-size: 17px; margin: 0 0 4px; }
.lead-form input, .lead-form textarea { font-size: 14px; padding: 10px 12px; border: 1px solid var(--trait-fort); border-radius: var(--r); background: var(--fond); outline: none; resize: vertical; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--encre); }
.cta { display: block; text-align: center; font-size: 14px; background: var(--encre); color: var(--fond); text-decoration: none; border: none; border-radius: var(--r); padding: 13px 24px; cursor: pointer; }
.cta:hover { background: #000; }
.cta-source { margin-top: 18px; }
.lead-form button:disabled { opacity: .6; cursor: wait; }
.lead-ok { margin-top: 16px; font-size: 14px; }
.alerte-bloc { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--trait); }
.al-toggle { font-size: 14px; width: 100%; background: none; border: 1px solid var(--trait-fort); border-radius: var(--r); padding: 11px 16px; cursor: pointer; }
.al-toggle:hover { border-color: var(--encre); }
.al-form { display: flex; flex-direction: column; gap: 8px; margin-top: 10px; }
.al-form[hidden] { display: none; }
.al-form input { font-size: 14px; padding: 10px 12px; border: 1px solid var(--trait-fort); border-radius: var(--r); background: var(--fond); outline: none; }
.al-form input:focus { border-color: var(--encre); }
.al-btn { font-size: 14px; background: var(--encre); color: var(--fond); border: none; border-radius: var(--r); padding: 11px 18px; cursor: pointer; }
.al-btn:disabled { opacity: .6; cursor: wait; }
.al-note { font-size: 12.5px; color: var(--encre-2); margin: 0; }
.al-ok { margin-top: 10px; font-size: 13.5px; }
#al-collection .alerte-bloc { border-top: none; padding-top: 0; margin: 0 0 14px; max-width: 420px; }
.lien-source { display: block; margin-top: 16px; font-size: 13px; color: var(--encre-2); text-align: center; }
.lien-source:hover { color: var(--encre); }
.marche { margin: 40px 0 8px; max-width: 760px; }
.marche-texte { color: var(--encre-2); margin: 8px 0 0; }
.marche-texte strong { color: var(--encre); font-weight: 500; font-variant-numeric: tabular-nums; }

/* Galerie */
.principale { position: relative; }
.gal-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border: none; background: rgba(20, 20, 16, .5); color: #f4f0e6; font-size: 26px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .15s ease; }
.gal-prev { left: 12px; } .gal-next { right: 12px; }
.principale:hover .gal-nav, .gal-nav:focus-visible { opacity: 1; }
.gal-nav:hover { background: rgba(20, 20, 16, .8); }
@media (hover: none) { .gal-nav { opacity: 1; } }
.gal-compte { position: absolute; right: 12px; bottom: 10px; font-size: 12px; font-variant-numeric: tabular-nums; background: rgba(20, 20, 16, .6); color: #f4f0e6; padding: 4px 9px; }
#lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(16, 18, 14, .96); display: flex; align-items: center; justify-content: center; }
#lightbox[hidden] { display: none; }
#lb-img { height: 74vh; width: auto; max-width: 92vw; object-fit: contain; }
.lb-fermer { position: absolute; top: 18px; right: 20px; width: 42px; height: 42px; border: 1px solid rgba(244, 240, 230, .3); background: none; color: #f4f0e6; font-size: 17px; cursor: pointer; }
.lb-fermer:hover { background: rgba(244, 240, 230, .15); }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; border: none; background: rgba(244, 240, 230, .12); color: #f4f0e6; font-size: 32px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.lb-prev { left: 22px; } .lb-next { right: 22px; }
.lb-nav:hover { background: rgba(244, 240, 230, .28); }
@media (max-width: 700px) { .lb-nav { width: 42px; height: 42px; left: 8px; } .lb-next { left: auto; right: 8px; } }
.lb-bas { position: absolute; left: 0; right: 0; bottom: 0; padding: 10px 16px 14px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
#lb-compte { color: #d9d2c0; font-size: 12.5px; font-variant-numeric: tabular-nums; }
#lb-vignettes { display: flex; gap: 8px; overflow-x: auto; max-width: 92vw; padding: 4px; scrollbar-width: thin; }
#lb-vignettes img { height: 58px; width: 84px; object-fit: cover; cursor: pointer; opacity: .55; border: 2px solid transparent; flex: none; }
#lb-vignettes img:hover { opacity: .85; }
#lb-vignettes img.active { opacity: 1; border-color: #f4f0e6; }

/* Divers */
.vide { border: 1px solid var(--trait); padding: 48px 28px; text-align: center; color: var(--encre-2); margin-bottom: 44px; }
.vide b { display: block; font-family: var(--serif); font-weight: 400; color: var(--encre); font-size: 19px; margin-bottom: 6px; }
footer.pied { border-top: 1px solid var(--trait); margin-top: 60px; }
.pied-int { padding: 34px 28px 44px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; color: var(--encre-2); font-size: 13.5px; }
.pied-nav { display: flex; gap: 22px; margin-left: auto; }
.pied-nav a { text-decoration: none; color: var(--encre-2); }
.pied-nav a:hover { color: var(--encre); }
@media (max-width: 640px) {
  .entete-int { padding: 14px 16px 0; gap: 16px; flex-wrap: wrap; }
  .marque { margin-right: auto; }
  .nav-onglets { order: 3; width: 100%; margin-left: 0; gap: 20px; padding-bottom: 2px; }
  .onglet { padding: 8px 0; }
  .band { padding: 0 16px; }
  .hero-content { padding-left: 16px; padding-right: 16px; padding-bottom: 28px; }
  .hero-lieu .lieu { display: block; margin: 0 0 2px; }
  .hero-credit { position: static; text-align: right; padding: 0 16px 10px; }
  .pied-nav { margin-left: 0; }
}

/* --- pages légales --- */
.legal { max-width: 44rem; margin: 0 auto; padding: 8px 0 40px; }
.legal .page-titre { font-family: var(--serif); font-weight: 400; font-size: 30px; margin: 24px 0 6px; }
.legal-maj { color: var(--encre-2); font-size: 13px; margin: 0 0 28px; }
.legal-sec { margin-bottom: 26px; }
.legal-sec .section-title { margin-bottom: 8px; }
.legal-sec p { margin: 0 0 10px; }
.legal-sec ul { margin: 0 0 10px; padding-left: 20px; }
.legal-sec li { margin-bottom: 4px; }
.a-completer { background: #fdf3d8; border-bottom: 1px dashed #c9a227; padding: 0 3px; }
.pied-legal { margin-top: 6px; }
.annonce-suite { margin: 6px 0 0; font-size: 13px; }

.hp { position: absolute; left: -9999px; top: -9999px; height: 1px; width: 1px; opacity: 0; }
