/* ==========================================================================
   Cabinet de Psychologie Giampaolo Penzo — feuille de style
   Pour changer les couleurs du site, modifier uniquement les variables ci-dessous.
   ========================================================================== */

@font-face { font-family: "Lora"; src: url("fonts/lora-latin-500-normal.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Lora"; src: url("fonts/lora-latin-600-normal.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Lora"; src: url("fonts/lora-latin-500-italic.woff2") format("woff2"); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: "Nunito Sans"; src: url("fonts/nunito-sans-latin-400-normal.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Nunito Sans"; src: url("fonts/nunito-sans-latin-400-italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Nunito Sans"; src: url("fonts/nunito-sans-latin-600-normal.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Nunito Sans"; src: url("fonts/nunito-sans-latin-700-normal.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --bg: #faf8f4;          /* fond général, blanc chaud */
  --surface: #ffffff;     /* cartes */
  --tint: #eef3f1;        /* sections alternées, vert sauge très clair */
  --tint-2: #e5eef4;      /* bleu très clair (rappel de l'ancien site) */
  --ink: #1e2b30;         /* texte principal */
  --muted: #56666b;       /* texte secondaire */
  --line: #dde5e2;        /* bordures */
  --primary: #2c6d71;     /* bleu-vert du cabinet */
  --primary-dark: #1f5256;
  --primary-soft: #d6e7e6;
  --accent: #d9a441;      /* or doux (rappel de l'ancien logo) */
  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(30, 43, 48, .05), 0 8px 28px rgba(30, 43, 48, .08);
  --max: 1160px;
  --header-h: 72px;
  --serif: "Lora", Georgia, "Times New Roman", serif;
  --sans: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 1.0625rem; line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-underline-offset: 3px; }
a:hover { color: var(--primary-dark); }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.2; margin: 0 0 .6em; color: var(--ink); }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.25rem; font-weight: 600; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.skip-link { position: absolute; left: -9999px; top: 8px; background: var(--primary); color: #fff; padding: 10px 16px; border-radius: 8px; z-index: 100; }
.skip-link:focus { left: 12px; color: #fff; }
.eyebrow { font-family: var(--sans); font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--primary); margin: 0 0 .8em; }
.lead { font-size: 1.15rem; color: var(--muted); }
.icon { width: 1.25em; height: 1.25em; flex: none; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Boutons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; padding: .8em 1.4em; border-radius: 999px; font-family: var(--sans); font-weight: 700; font-size: 1rem; line-height: 1.2; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 6px 18px rgba(44, 109, 113, .28); }
.btn-primary:hover { background: var(--primary-dark); color: #fff; }
.btn-ghost { background: rgba(255,255,255,.75); color: var(--primary-dark); border-color: var(--primary); }
.btn-ghost:hover { background: #fff; color: var(--primary-dark); }
.btn-small { padding: .55em 1.1em; font-size: .92rem; }

/* ---------- En-tête ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(250, 248, 244, .88); backdrop-filter: saturate(160%) blur(12px); -webkit-backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 4px 20px rgba(30,43,48,.06); }
.header-inner { display: flex; align-items: center; gap: 20px; height: var(--header-h); }
.brand { display: flex; flex-direction: column; text-decoration: none; color: var(--ink); line-height: 1.15; margin-right: auto; }
.brand-name { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; }
.brand-sub { font-size: .78rem; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; }
.main-nav ul { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.main-nav a { display: block; padding: 8px 12px; border-radius: 8px; color: var(--ink); text-decoration: none; font-weight: 600; font-size: .95rem; }
.main-nav a:hover { background: var(--tint); color: var(--primary-dark); }
.lang-switch { display: flex; gap: 2px; background: var(--tint); border-radius: 999px; padding: 3px; }
.lang-switch a { padding: 4px 10px; border-radius: 999px; font-size: .8rem; font-weight: 700; text-decoration: none; color: var(--muted); }
.lang-switch a[aria-current="true"] { background: var(--surface); color: var(--primary-dark); box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; color: var(--ink); cursor: pointer; border-radius: 8px; }
.nav-toggle .icon { width: 28px; height: 28px; }


/* ---------- Héros ---------- */
.hero { position: relative; min-height: min(78vh, 720px); display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url("../img/hero.jpg") center 35% / cover no-repeat; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(250,248,244,.96) 0%, rgba(250,248,244,.86) 45%, rgba(250,248,244,.35) 100%); }
.hero .container { position: relative; padding-top: 64px; padding-bottom: 64px; }
.hero-content { max-width: 640px; }
.hero h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); margin-bottom: .25em; letter-spacing: -.01em; }
.hero .lead { font-size: clamp(1.1rem, 2vw, 1.3rem); color: var(--ink); opacity: .85; max-width: 34em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 24px; }
.hero-langs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--muted); font-size: .95rem; }
.pill { display: inline-block; padding: 3px 12px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-size: .85rem; font-weight: 600; color: var(--ink); }
@media (max-width: 700px) {
  .hero { min-height: 0; }
  .hero-bg::after { background: linear-gradient(180deg, rgba(250,248,244,.9) 0%, rgba(250,248,244,.95) 100%); }
  .hero-actions .btn { flex: 1 1 100%; }
}

/* ---------- Sections ---------- */
.section { padding: clamp(64px, 9vw, 110px) 0; }
.section-tint { background: var(--tint); }
.section-blue { background: var(--tint-2); }
.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }

/* À propos */
.about { display: grid; grid-template-columns: minmax(260px, 400px) 1fr; gap: clamp(32px, 6vw, 72px); align-items: start; }
.about-photo { position: relative; isolation: isolate; margin: 0; }
.about-photo img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 30%; width: 100%; }
.about-photo::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border-radius: var(--radius); background: var(--primary-soft); z-index: -1; }
.about-photo figcaption { margin-top: 26px; font-family: var(--serif); font-size: 1.15rem; }
.about-photo figcaption span { display: block; font-family: var(--sans); font-size: .9rem; color: var(--muted); }
.focus-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.focus-list li { display: flex; gap: 16px; padding: 18px 20px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.focus-list .badge { flex: none; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary-dark); }
.focus-list p { margin: 0; }
.langs-line { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 22px; color: var(--muted); }
@media (max-width: 820px) { .about { grid-template-columns: 1fr; } .about-photo { max-width: 360px; margin: 0 auto 12px; } }

/* Cartes */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .cards { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; } }
.card { background: var(--surface); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.card-icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary-dark); margin-bottom: 18px; }
.card-icon .icon { width: 26px; height: 26px; }
.card dl { margin: 0; }
.card dt { font-weight: 700; margin-top: 14px; }
.card dt:first-child { margin-top: 0; }
.card dd { margin: 2px 0 0; color: var(--muted); }
.card .logo { margin-top: auto; padding-top: 22px; max-width: 170px; }

.cabinet-photo { margin: 56px 0 0; }
.cabinet-photo img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 21 / 9; object-fit: cover; }
.cabinet-photo figcaption { text-align: center; color: var(--muted); font-size: .95rem; margin-top: 12px; }
@media (max-width: 700px) { .cabinet-photo img { aspect-ratio: 4 / 3; } }

/* Témoignages */
.carousel { position: relative; max-width: 860px; margin: 0 auto; }
.carousel-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; gap: 0; }
.carousel-track::-webkit-scrollbar { display: none; }
.quote { flex: 0 0 100%; scroll-snap-align: center; margin: 0; padding: 8px 64px; text-align: center; }
.quote-mark { font-family: var(--serif); font-size: 4.5rem; line-height: .6; color: var(--accent); display: block; margin-bottom: 8px; }
.quote blockquote { margin: 0; font-family: var(--serif); font-style: italic; font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.6; color: var(--ink); }
.quote blockquote ul { text-align: left; display: inline-block; margin: .4em 0; }
.quote figcaption { margin-top: 16px; color: var(--muted); font-size: .9rem; }
.carousel-btn { position: absolute; top: 40%; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); color: var(--primary-dark); display: grid; place-items: center; cursor: pointer; box-shadow: var(--shadow); }
.carousel-btn:hover { background: var(--primary); color: #fff; }
.carousel-btn.prev { left: 0; } .carousel-btn.next { right: 0; }
.carousel-dots { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.carousel-dots button { width: 11px; height: 11px; padding: 0; border-radius: 50%; border: 0; background: #b8c9c7; cursor: pointer; }
.carousel-dots button[aria-current="true"] { background: var(--primary); transform: scale(1.25); }
@media (max-width: 700px) { .quote { padding: 8px 4px; } .carousel-btn { top: auto; bottom: -8px; } .carousel-btn.prev { left: 8px; } .carousel-btn.next { right: 8px; } }

/* Réservation */
.booking { display: grid; grid-template-columns: 1.3fr 1fr; gap: 32px; align-items: center; background: var(--primary); color: #fff; border-radius: calc(var(--radius) + 6px); padding: clamp(32px, 5vw, 56px); box-shadow: 0 18px 40px rgba(31, 82, 86, .25); }
.booking h2 { color: #fff; }
.booking p { color: rgba(255,255,255,.88); margin: 0; }
.booking-side { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; background: rgba(255,255,255,.1); border-radius: var(--radius); padding: 24px; }
.booking-side img { background: #fff; border-radius: 10px; padding: 8px 12px; width: 150px; }
.booking .btn-primary { background: #fff; color: var(--primary-dark); box-shadow: none; }
.booking .btn-primary:hover { background: var(--accent); color: var(--ink); }
.booking small { color: rgba(255,255,255,.75); font-size: .85rem; }
@media (max-width: 820px) { .booking { grid-template-columns: 1fr; } }

/* FAQ */
.faq { max-width: 860px; margin: 0 auto; display: grid; gap: 16px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 22px 26px; display: flex; align-items: center; gap: 14px; font-family: var(--serif); font-size: 1.2rem; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .chev { margin-left: auto; transition: transform .25s; color: var(--primary); }
.faq details[open] summary .chev { transform: rotate(180deg); }
.faq .faq-body { padding: 0 26px 26px; }
.steps { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 10px; }
.steps li { display: flex; gap: 12px; align-items: flex-start; }
.steps .num { flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--primary-soft); color: var(--primary-dark); display: grid; place-items: center; font-size: .85rem; font-weight: 700; margin-top: 1px; }
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-sm); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 32px; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.info-list { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 14px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; }
.info-list .icon { color: var(--primary); margin-top: 3px; }
.info-list a { word-break: break-word; }
.map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--tint); aspect-ratio: 4 / 3; }
.map iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-link { display: inline-flex; gap: 6px; align-items: center; margin-top: 10px; font-size: .95rem; font-weight: 600; }
.form-card { background: var(--surface); border-radius: var(--radius); padding: clamp(24px, 4vw, 36px); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 520px) { .form-row { grid-template-columns: 1fr; } }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 700; font-size: .92rem; margin-bottom: 6px; }
.field input, .field textarea { width: 100%; font: inherit; color: var(--ink); background: var(--bg); border: 1.5px solid var(--line); border-radius: var(--radius-sm); padding: 12px 14px; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-soft); }
.field textarea { min-height: 150px; resize: vertical; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; color: var(--muted); margin: 6px 0 18px; }
.consent input { margin-top: 5px; width: 18px; height: 18px; accent-color: var(--primary); flex: none; }
.form-note { font-size: .85rem; color: var(--muted); margin: 14px 0 0; }
.hp { position: absolute !important; left: -9999px !important; }

/* ---------- Pied de page ---------- */
.site-footer { background: #1d3a3d; color: rgba(255,255,255,.82); padding: 56px 0 28px; font-size: .95rem; }
.site-footer a { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h3 { color: #fff; font-size: 1.1rem; margin-bottom: 12px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); margin-top: 40px; padding-top: 20px; display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; font-size: .85rem; color: rgba(255,255,255,.65); }


/* ---------- Pages simples (mentions légales, merci, 404) ---------- */
.page { padding: clamp(48px, 7vw, 88px) 0; }
.prose { max-width: 760px; margin: 0 auto; }
.prose h1 { font-size: clamp(2rem, 4.5vw, 2.8rem); }
.prose h2 { font-size: 1.5rem; margin-top: 1.8em; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: .3em; }
.center-box { text-align: center; max-width: 620px; margin: 0 auto; }
.center-box .card-icon { margin: 0 auto 20px; }

/* ---------- Ajouts : titres, cartes thématiques, pages thématiques ---------- */
.h1-sub { display: block; font-size: .42em; font-family: var(--sans); font-weight: 600; letter-spacing: .02em; color: var(--primary-dark); margin-top: .5em; }
.booking .eyebrow { color: #fff; opacity: .8; }
.card dt .icon { width: 1.05em; height: 1.05em; color: var(--primary); vertical-align: -2px; margin-right: 4px; }
.topic-card { text-decoration: none; color: var(--ink); transition: transform .2s, box-shadow .2s; }
.topic-card:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(30,43,48,.06), 0 16px 36px rgba(30,43,48,.12); color: var(--ink); }
.topic-card p { color: var(--muted); }
.topic-card .more { margin-top: auto; display: inline-flex; align-items: center; gap: 4px; font-weight: 700; color: var(--primary); }
.topic-card .more .icon { width: 1em; height: 1em; transition: transform .2s; }
.topic-card:hover .more .icon { transform: translateX(3px); }

.page-hero { background: linear-gradient(180deg, var(--tint) 0%, var(--bg) 100%); padding: clamp(40px, 6vw, 72px) 0 clamp(32px, 4vw, 48px); }
.page-hero h1 { font-size: clamp(2.1rem, 5vw, 3.2rem); max-width: 18em; }
.page-hero .lead { max-width: 40em; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: .9rem; color: var(--muted); margin-bottom: 20px; }
.breadcrumb a { color: var(--muted); }
.section-top-0 { padding-top: 24px; }
.topic-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(32px, 5vw, 64px); align-items: start; }
.topic-grid .prose { margin: 0; }
.topic-grid .prose h2:first-child { margin-top: 0; }
@media (max-width: 900px) { .topic-grid { grid-template-columns: 1fr; } }
.topic-aside { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 18px; }
@media (max-width: 900px) { .topic-aside { position: static; } }
.aside-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.aside-card h2 { font-size: 1.25rem; margin-bottom: .5em; }
.aside-cta { background: var(--primary); border: 0; color: #fff; display: grid; gap: 12px; }
.aside-cta h2 { color: #fff; }
.aside-cta p { color: rgba(255,255,255,.88); margin: 0 0 4px; }
.aside-cta .btn-primary { background: #fff; color: var(--primary-dark); box-shadow: none; }
.aside-cta .btn-primary:hover { background: var(--accent); color: var(--ink); }
.aside-cta .btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.aside-cta .btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }
.aside-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.aside-links a { font-weight: 600; }
.urgent { display: flex; gap: 10px; font-size: .9rem; color: var(--muted); background: #fbf3e2; border-radius: var(--radius-sm); padding: 14px 16px; margin: 0; }
.urgent .icon { color: #9a6b12; margin-top: 2px; }
.prose h3 { margin-top: 1.4em; }
@media (max-width: 1100px) {
  .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .main-nav { position: fixed; inset: var(--header-h) 0 auto 0; background: var(--bg); border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px rgba(30,43,48,.1); padding: 8px 20px 20px; display: none; }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; }
  .main-nav a { padding: 12px 8px; font-size: 1.05rem; border-bottom: 1px solid var(--line); border-radius: 0; }
}
@media (max-width: 420px) { .brand-sub { display: none; } .header-inner { gap: 12px; } }
.hero-facts { list-style: none; padding: 0; margin: 0 0 18px; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: .95rem; font-weight: 600; color: var(--ink); }
.hero-facts li { display: inline-flex; align-items: center; gap: 8px; }
.hero-facts .icon { color: var(--primary); }
.main-nav a.active { color: var(--primary-dark); background: var(--tint); }
.btn[disabled] { opacity: .7; cursor: wait; transform: none; }
@media print { .site-header, .mobile-bar, .map, .carousel-btn, .form-card { display: none !important; } body { padding: 0; } }

/* ---------- Barre d'actions sur téléphone ---------- */
.mobile-bar { display: none; }
@media (max-width: 760px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); font-size: 1.03rem; }
  .mobile-bar { display: grid; grid-template-columns: 1.4fr 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(30,43,48,.08); padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); gap: 8px; }
  .mobile-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; min-height: 52px; border-radius: 12px; text-decoration: none; color: var(--primary-dark); font-size: .8rem; font-weight: 700; }
  .mobile-bar a .icon { width: 22px; height: 22px; }
  .mobile-bar .mb-main { flex-direction: row; gap: 8px; background: var(--primary); color: #fff; font-size: .95rem; }
  .container { padding: 0 16px; }
  .section { padding: 56px 0; }
  .section-head { margin-bottom: 32px; }
  .hero .container { padding-top: 36px; padding-bottom: 40px; }
  .hero-facts { flex-direction: column; gap: 8px; }
  .card { padding: 24px 20px; }
  .faq summary { padding: 18px 18px; font-size: 1.08rem; }
  .faq .faq-body { padding: 0 18px 20px; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .form-card .btn { width: 100%; }
  .field input, .field textarea { font-size: 16px; } /* évite le zoom automatique sur iPhone */
  .booking-side { align-items: stretch; }
  .booking-side .btn { width: 100%; }
  .aside-cta .btn { width: 100%; }
  .lang-switch a { padding: 6px 10px; }
  .nav-toggle { padding: 10px; }
  .footer-bottom { flex-direction: column; }
  .topic-card .more { padding-top: 6px; }
}
@media (min-width: 761px) and (max-width: 1100px) { .header-cta { display: inline-flex; } }
@media (max-width: 760px) { .brand-name { white-space: nowrap; font-size: 1.12rem; } }
