
:root{
  --bleu:#12324f;
  --bleu-clair:#1d4d78;
  --or:#c8963e;
  --or-clair:#e0b465;
  --texte:#1c1c1a;
  --texte-doux:#54534e;
  --fond:#ffffff;
  --fond-alt:#f7f5f1;
  --bord:#e2ded6;
  --vert:#1f7a4d;
  --barre:76px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body{
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  color:var(--texte);background:var(--fond);
  line-height:1.6;font-size:17px;
  padding-bottom:var(--barre);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--bleu-clair)}
.wrap{max-width:1080px;margin:0 auto;padding:0 20px}
h1,h2,h3{line-height:1.25;font-weight:700;letter-spacing:-.01em}
h2{font-size:1.5rem;margin-bottom:.4em;color:var(--bleu)}
h3{font-size:1.1rem}
section{padding:44px 0;border-top:1px solid var(--bord)}
section:first-of-type{border-top:0}
.chapeau{color:var(--texte-doux);margin-bottom:24px;max-width:62ch}

/* ---------- EN-TÊTE ---------- */
header{
  background:#fff;color:var(--bleu);
  position:sticky;top:0;z-index:40;
  border-bottom:1px solid var(--bord);
}
.header-in{
  display:flex;align-items:center;justify-content:space-between;
  gap:12px;padding:8px 20px;max-width:1080px;margin:0 auto;
}
.marque{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--bleu)}
.marque img{height:46px;width:auto;flex:0 0 auto}
.marque b{font-size:1.02rem;font-weight:700;display:block;line-height:1.15}
.marque i{font-size:.71rem;font-style:normal;color:var(--texte-doux);letter-spacing:.07em;text-transform:uppercase}
.tel-haut{
  color:var(--bleu);text-decoration:none;font-weight:700;font-size:.95rem;
  border:1.5px solid var(--or);border-radius:7px;padding:8px 13px;
  white-space:nowrap;
}
.tel-haut:hover{background:#fdf7ec}

/* ---------- HÉROS ---------- */
.heros{padding:0;border:0}
.heros-photo{position:relative;background:var(--bleu)}
.heros-photo img{width:100%;aspect-ratio:4/3;object-fit:cover}
@media(min-width:760px){.heros-photo img{aspect-ratio:21/8}}
.heros-texte{padding:26px 20px 30px;max-width:1080px;margin:0 auto}
h1{font-size:1.7rem;color:var(--bleu);margin-bottom:10px}
@media(min-width:760px){h1{font-size:2.3rem}}
.accroche{font-size:1.06rem;color:var(--texte-doux);max-width:56ch;margin-bottom:8px}
.apd{font-size:1.25rem;font-weight:700;color:var(--texte);margin:14px 0 18px}
.apd small{font-weight:400;font-size:.85rem;color:var(--texte-doux);display:block;margin-top:2px}
.boutons{display:flex;gap:10px;flex-wrap:wrap}
.btn{
  display:inline-block;text-decoration:none;font-weight:700;font-size:1rem;
  padding:14px 22px;border-radius:9px;text-align:center;flex:1 1 160px;
  min-height:48px;border:2px solid transparent;
}
.btn-or{background:var(--or);color:#20170a}
.btn-or:hover{background:var(--or-clair)}
.btn-vert{background:#fff;color:var(--vert);border-color:var(--vert)}
.btn-vert:hover{background:#f2fbf6}

/* ---------- PREUVES ---------- */
.preuves{background:var(--fond-alt)}
.grille-preuves{display:grid;gap:18px;grid-template-columns:1fr}
@media(min-width:640px){.grille-preuves{grid-template-columns:repeat(2,1fr)}}
@media(min-width:960px){.grille-preuves{grid-template-columns:repeat(4,1fr)}}
.preuve{background:#fff;border:1px solid var(--bord);border-radius:10px;padding:18px}
.preuve h3{color:var(--bleu);margin-bottom:5px}
.preuve p{font-size:.93rem;color:var(--texte-doux)}

/* ---------- CHAMBRES ---------- */
.grille-chambres{display:grid;gap:20px;grid-template-columns:1fr}
@media(min-width:640px){.grille-chambres{grid-template-columns:repeat(2,1fr)}}
.chambre{border:1px solid var(--bord);border-radius:11px;overflow:hidden;background:#fff;display:flex;flex-direction:column}
.chambre img{width:100%;aspect-ratio:3/2;object-fit:cover;background:var(--fond-alt)}
.chambre-corps{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}
.chambre h3{color:var(--bleu)}
.chambre ul{list-style:none;font-size:.9rem;color:var(--texte-doux)}
.chambre li{padding-left:17px;position:relative}
.chambre li::before{content:"·";position:absolute;left:6px;font-weight:700;color:var(--or)}
.prix{font-size:1.3rem;font-weight:700;margin-top:auto;padding-top:8px}
.prix small{display:block;font-size:.8rem;font-weight:400;color:var(--texte-doux)}
.note-tarifs{margin-top:20px;font-size:.9rem;color:var(--texte-doux);background:var(--fond-alt);border-radius:9px;padding:14px 16px}

/* ---------- RÉSERVATION (bloc interchangeable) ---------- */
.reservation{background:var(--bleu);color:#fff;border:0}
.reservation h2{color:#fff}
.reservation .chapeau{color:rgba(255,255,255,.78)}
.voies{display:grid;gap:14px;grid-template-columns:1fr}
@media(min-width:760px){.voies{grid-template-columns:repeat(3,1fr)}}
.voie{
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.2);
  border-radius:11px;padding:20px;text-decoration:none;color:#fff;display:block;
}
.voie:hover{background:rgba(255,255,255,.13)}
.voie strong{display:block;font-size:1.08rem;margin-bottom:4px;color:var(--or-clair)}
.voie span{font-size:.9rem;color:rgba(255,255,255,.8)}
#moteur-reservation{margin-top:22px}

/* --- moteur de réservation : formulaire --- */
.moteur{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.2);border-radius:11px;padding:18px}
.moteur-grille{display:grid;gap:14px;grid-template-columns:1fr}
@media(min-width:620px){.moteur-grille{grid-template-columns:1fr 1fr}}
@media(min-width:900px){.moteur-grille{grid-template-columns:repeat(4,1fr)}}
.champ{display:flex;flex-direction:column;gap:6px}
.champ label{font-size:.87rem;color:rgba(255,255,255,.86)}
.champ input,.champ select,.champ textarea{
  min-height:46px;padding:11px 12px;font:inherit;font-size:1rem;width:100%;
  border:1px solid var(--bord);border-radius:9px;background:#fff;color:var(--texte);
}
.champ textarea{min-height:88px;resize:vertical}
.champ-bouton{justify-content:flex-end}
.btn-envoi{
  min-height:46px;width:100%;padding:12px 18px;border:0;border-radius:9px;
  background:var(--or);color:#20170a;font:inherit;font-size:1rem;font-weight:700;cursor:pointer;
}
.btn-envoi:hover{background:var(--or-clair)}

/* --- options --- */
.options{display:flex;flex-wrap:wrap;gap:6px 24px;margin-top:16px}
.options label{display:flex;align-items:center;gap:10px;min-height:44px;color:#fff;font-size:.94rem;cursor:pointer}
.options input{width:20px;height:20px;min-height:0;flex:0 0 auto;accent-color:var(--or)}
.options span{color:rgba(255,255,255,.72);font-size:.85rem}

/* --- récapitulatif --- */
.recap{margin-top:18px;background:rgba(0,0,0,.24);border-radius:10px;padding:16px 18px}
.recap h3{color:#fff;font-size:1rem;margin-bottom:10px}
.recap ul{list-style:none}
.recap li{display:flex;justify-content:space-between;gap:16px;padding:6px 0;font-size:.94rem;color:rgba(255,255,255,.9)}
.recap li b{color:#fff;white-space:nowrap}
.recap-total{display:flex;justify-content:space-between;gap:16px;margin-top:10px;padding-top:12px;
  border-top:1px solid rgba(255,255,255,.22);color:#fff;font-size:1rem}
.recap-total b{color:var(--or-clair);font-size:1.3rem;white-space:nowrap}
.recap-vide{color:rgba(255,255,255,.82);font-size:.94rem}
.recap-confirme .reference{color:#fff;font-size:1.05rem;margin-bottom:12px}
.recap-confirme .reference b{color:var(--or-clair);font-size:1.4rem;letter-spacing:.04em}

/* --- résultats de disponibilité --- */
.resultats{display:grid;gap:14px;grid-template-columns:1fr;margin-top:18px}
@media(min-width:720px){.resultats{grid-template-columns:1fr 1fr}}
.resultat{background:#fff;border-radius:11px;overflow:hidden;display:flex;flex-direction:column}
.resultat img{width:100%;aspect-ratio:3/2;object-fit:cover;display:block}
.resultat-corps{padding:16px 18px 18px;display:flex;flex-direction:column;gap:8px;flex:1}
.resultat-corps h3{color:var(--bleu);font-size:1.08rem}
.resultat-dispo{color:var(--vert);font-size:.87rem;font-weight:600}
.resultat-prix{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap;margin-top:auto}
.resultat-prix b{color:var(--bleu);font-size:1.35rem}
.resultat-prix small{color:var(--texte-doux);font-size:.85rem}
.resultat .btn{margin-top:8px;text-align:center}

/* --- messages --- */
.alerte{background:rgba(255,255,255,.12);border-left:3px solid var(--or-clair);
  border-radius:0 9px 9px 0;padding:13px 16px;margin-bottom:18px;color:#fff;font-size:.95rem}
.moteur-pied{margin-top:14px;font-size:.89rem;color:rgba(255,255,255,.78)}
.moteur-pied a{color:var(--or-clair)}

.voies{margin-top:26px}

/* ---------- EMPLACEMENT ---------- */
.deux-cols{display:grid;gap:26px;grid-template-columns:1fr}
@media(min-width:860px){.deux-cols{grid-template-columns:1.05fr .95fr}}
.distances{list-style:none}
.distances li{
  display:flex;justify-content:space-between;gap:14px;
  padding:11px 0;border-bottom:1px solid var(--bord);font-size:.96rem;
}
.distances li:last-child{border-bottom:0}
.distances b{font-weight:600}
.distances span{color:var(--texte-doux);white-space:nowrap}
.carte{border:1px solid var(--bord);border-radius:11px;overflow:hidden;background:var(--fond-alt)}
.carte img{width:100%;aspect-ratio:4/3;object-fit:cover}
.carte-pied{padding:13px 16px;font-size:.9rem}
.franchise{background:var(--fond-alt);border-left:3px solid var(--or);border-radius:0 9px 9px 0;padding:16px 18px;margin-top:22px;font-size:.94rem;color:var(--texte-doux)}
.franchise b{color:var(--texte)}

/* ---------- AVIS ---------- */
.avis{background:var(--fond-alt)}
.bandeau-note{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:22px}
.bandeau-note strong{font-size:2rem;color:var(--bleu);line-height:1}
.bandeau-note span{color:var(--texte-doux);font-size:.95rem}
.etoiles{color:var(--or);letter-spacing:2px;font-size:1.1rem}
.grille-avis{display:grid;gap:16px;grid-template-columns:1fr}
@media(min-width:760px){.grille-avis{grid-template-columns:repeat(3,1fr)}}
blockquote{background:#fff;border:1px solid var(--bord);border-radius:10px;padding:18px;font-size:.95rem}
blockquote p{margin-bottom:10px}
blockquote footer{font-size:.85rem;color:var(--texte-doux)}

/* ---------- FAQ ---------- */
details{border-bottom:1px solid var(--bord);padding:14px 0}
summary{font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:14px;align-items:center;min-height:32px}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";color:var(--or);font-size:1.4rem;font-weight:400;line-height:1}
details[open] summary::after{content:"–"}
details p{margin-top:9px;color:var(--texte-doux);font-size:.95rem}

/* ---------- PIED ---------- */
footer.pied{background:var(--bleu);color:rgba(255,255,255,.8);padding:36px 0 30px;font-size:.93rem}
.pied-grille{display:grid;gap:24px;grid-template-columns:1fr}
@media(min-width:700px){.pied-grille{grid-template-columns:repeat(3,1fr)}}
.pied h3{color:#fff;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:9px}
.pied a{color:var(--or-clair)}
/* ---------- RÉSEAUX SOCIAUX ---------- */
.reseaux{margin-top:20px}
.reseaux h3{margin-bottom:9px}
.reseaux-liens{display:flex;gap:10px;flex-wrap:wrap}
.reseaux-liens a{
  display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;border-radius:10px;
  background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.22);
  color:#fff;text-decoration:none;
}
.reseaux-liens a:hover{background:var(--or);border-color:var(--or);color:#20170a}
.reseaux-liens svg{display:block}

.pied-bas{margin-top:26px;padding-top:16px;border-top:1px solid rgba(255,255,255,.15);font-size:.85rem;color:rgba(255,255,255,.55)}
.pied-credit{margin-top:6px;font-size:.82rem;color:rgba(255,255,255,.55)}
.pied-credit a{color:rgba(255,255,255,.75)}

/* ---------- BARRE D'ACTION FIXE ---------- */
.barre-action{
  position:fixed;left:0;right:0;bottom:0;z-index:50;
  background:#fff;border-top:1px solid var(--bord);
  display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:8px;
  padding:9px 12px calc(9px + env(safe-area-inset-bottom));
  box-shadow:0 -3px 14px rgba(0,0,0,.08);
}
.barre-action a{
  text-decoration:none;text-align:center;font-weight:700;font-size:.9rem;
  padding:11px 6px;border-radius:8px;min-height:46px;
  display:flex;align-items:center;justify-content:center;
}
.ba-tel{background:var(--fond-alt);color:var(--bleu);border:1px solid var(--bord)}
.ba-wa{background:#fff;color:var(--vert);border:1px solid var(--vert)}
.ba-res{background:var(--or);color:#20170a}

/* La barre d'action est un dispositif mobile : sur un appareil pointé à la
   souris, « Appeler » ne déclenche rien (le schéma tel: n'y est pas pris en
   charge) et la barre mange de la place pour rien. Le numéro reste affiché
   et cliquable dans l'en-tête. Le critère combine la largeur et le type de
   pointeur : une tablette tactile large garde donc la barre. */
@media (min-width:760px) and (pointer:fine){
  .barre-action{display:none}
  body{padding-bottom:0}
}

.saut{position:absolute;left:-9999px}
.saut:focus{left:8px;top:8px;background:#fff;color:var(--bleu);padding:10px 14px;border-radius:6px;z-index:100}


/* ---------- PAGES DE TEXTE ---------- */
.page-texte{max-width:760px}
.page-texte h1{font-size:1.75rem;margin-bottom:6px}
.page-texte .maj{color:var(--texte-doux);font-size:.9rem;margin-bottom:30px}
.page-texte h2{font-size:1.15rem;margin-top:34px;margin-bottom:10px}
.page-texte p,.page-texte li{margin-bottom:11px}
.page-texte ul{padding-left:20px}
.page-texte dl{margin-bottom:14px}
.page-texte dt{font-weight:600;margin-top:12px}
.page-texte dd{color:var(--texte-doux)}
.a-completer{background:#fdf3e0;border:1px solid var(--or);border-radius:6px;padding:2px 8px;font-size:.86rem;font-weight:600;color:#7a5410;display:inline-block}
.retour{display:inline-block;margin-top:34px;font-weight:600}

/* ---------- SÉLECTEUR DE LANGUE ---------- */
.actions-haut{display:flex;align-items:center;gap:9px}
.lang{
  color:var(--texte-doux);text-decoration:none;font-weight:700;font-size:.85rem;
  border:1px solid var(--bord);border-radius:7px;padding:8px 10px;
}
.lang:hover{border-color:var(--or);color:var(--bleu)}
@media(max-width:400px){.tel-haut{font-size:.85rem;padding:8px 9px}}
