/* ==========================================================================
   Aux Portes de la Baie — design system
   Gabarit repris de lamaisondutraict.com (voir docs/format-reference.md)
   ========================================================================== */

/* ---------- Fontes locales ---------- */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/caveat-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/montserrat-latin.woff2') format('woff2');
}

/* ---------- Variables ---------- */
:root {
  --primary: #2d4047;
  --primary-hover: #374e57;
  --primary-light: #415c66;
  --primary-deep: #192428;
  --footer-bottom: #334850;
  --accent: #a25d42;
  --accent-hover: #b46749;
  --accent-soft: #cb947f;
  --pale: #c9d8dd;
  --pale-hover: #aac1c9;
  --link-hover: #6b93a2;
  --bg-card: #e2eaed;
  --bg-section: #e8eef1;
  --bg-soft: #f8fafb;
  --cream: #eee8d6;
  --text: #444444;
  --title-font: 'Cormorant Garamond', Georgia, serif;
  --hand-font: 'Caveat', cursive;
  --body-font: 'Montserrat', Helvetica, Arial, sans-serif;
  --shadow-photo: rgba(0, 0, 0, 0.2) 0 2px 3px, rgba(0, 0, 0, 0.1) 0 5px 32px;
  --ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --reveal-ease: cubic-bezier(0.5, 0, 0, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--primary); color: #fff; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: all 0.2s ease-in; }
a:hover { color: var(--link-hover); }
strong { font-weight: 500; }
p { margin: 0 0 20px; }

h1, h2, h3, h4 {
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 30px;
}
h1 { font-size: 50px; letter-spacing: 1px; }
h2 { font-size: 46px; letter-spacing: 1px; }
h3 { font-size: 26px; }
h4 { font-size: 24px; }

/* Motif vagues sous les h2 de section */
h2.waves::after {
  content: '';
  display: block;
  width: 100px;
  height: 50px;
  margin: -10px auto 0;
  opacity: 0.3;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50'%3E%3Cpath d='M5 20 Q15 10 25 20 T45 20 T65 20 T85 20' fill='none' stroke='%232d4047' stroke-width='2'/%3E%3Cpath d='M15 32 Q25 22 35 32 T55 32 T75 32' fill='none' stroke='%232d4047' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
}
h2.waves { margin-bottom: 10px; }
h2.waves + p, h2.waves + .lead { margin-top: 20px; }

/* ---------- Conteneurs ---------- */
.straight { max-width: 800px; margin-left: auto; margin-right: auto; padding: 0 20px; }
.mid      { max-width: 1280px; margin-left: auto; margin-right: auto; padding: 0 20px; }
.alignwide{ max-width: 1440px; margin-left: auto; margin-right: auto; padding: 0 20px; }
.wide     { max-width: 1600px; margin-left: auto; margin-right: auto; padding: 0 20px; }
.center { text-align: center; }
.spacer-30 { height: 30px; }
.spacer-50 { height: 50px; }
.spacer-80 { height: 80px; }

/* ---------- Surtitre sur filet ---------- */
.suptitle {
  position: relative;
  text-align: center;
  font-family: var(--title-font);
  font-size: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pale-hover);
  margin: 0 0 25px;
}
.suptitle::before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 50%;
  height: 1px;
  background: var(--pale);
}
.suptitle span { position: relative; background: #fff; padding: 0 14px; }
.on-soft .suptitle span { background: var(--bg-soft); }
.on-section .suptitle span { background: var(--bg-section); }

/* ---------- Boutons ---------- */
.button {
  display: inline-block;
  position: relative;
  font-family: var(--title-font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--primary);
  padding: 2px 0 6px;
  border-bottom: 1px solid var(--primary);
  margin-right: 30px;
  transition: all 0.2s ease-in;
}
.button::after {
  content: '';
  position: absolute;
  right: -26px;
  top: 50%;
  width: 16px;
  height: 10px;
  transform: translateY(-60%);
  transition: all 0.2s ease-in;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cpath d='M0 5h13M10 1l4 4-4 4' fill='none' stroke='%232d4047' stroke-width='1.4'/%3E%3C/svg%3E") center / contain no-repeat;
}
.button:hover { color: var(--link-hover); border-color: var(--link-hover); }
.button:hover::after { transform: translate(5px, -60%); }
.button.on-dark { color: #fff; border-color: #fff; }
.button.on-dark::after { filter: brightness(0) invert(1); }
.button.on-dark:hover { color: var(--pale-hover); border-color: var(--pale-hover); }

.btn-pill {
  display: inline-block;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  background: var(--accent);
  border: none;
  border-radius: 50px;
  padding: 10px 34px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.btn-pill:hover { background: var(--accent-hover); color: #fff; }

.btn-solid {
  display: inline-block;
  font-family: var(--title-font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  background: var(--primary);
  border: none;
  border-radius: 8px;
  padding: 10px 28px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.btn-solid:hover { background: var(--primary-light); color: #fff; }

/* ---------- Header ---------- */
#header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  background: linear-gradient(to bottom, rgba(20, 30, 34, 0.96) 0%, rgba(20, 30, 34, 0.9) 60%, rgba(20, 30, 34, 0.85) 100%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.25s ease-in, box-shadow 0.25s ease-in;
}
/* Lisibilité du menu blanc sur héros clairs : ombre portée sur les textes */
#header:not(.f-nav) #topbar a,
#header:not(.f-nav) #nav a.nav-link,
#header:not(.f-nav) .buttonresa .resa-btn,
#header:not(.f-nav) .buttonresa .bestprice,
#header:not(.f-nav) #burger,
#header:not(.f-nav) .lang-select a {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55), 0 0 14px rgba(0, 0, 0, 0.35);
}
#header:not(.f-nav) .buttonresa .resa-btn { box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25); }
#topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
}
#topbar .wide {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  padding-top: 6px;
  padding-bottom: 6px;
}
#topbar a { color: rgba(255, 255, 255, 0.8); }
#topbar a:hover { color: #fff; }
/* Sélecteur de langue texte (format du site de référence : FR | EN | …) */
.lang-select { display: flex; align-items: center; }
.lang-select a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5) !important;
  padding: 4px 8px;
}
.lang-select a.active, .lang-select a:hover { color: #fff !important; }
.lang-select a + a { border-left: 1px solid rgba(255, 255, 255, 0.3); margin-left: 2px; }

.header-line { position: relative; }
.header-line .wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 20px;
}
#logo-link { flex: 0 0 auto; display: block; }
#logo-link img { height: 74px; width: auto; transition: all 0.2s ease-in; }
#logo-link .logo-color { display: none; }

#nav { display: flex; align-items: center; gap: 0; }
#nav > ul { display: flex; list-style: none; margin: 0; padding: 0; }
#nav > ul > li { position: relative; margin: 0 16px; }
#nav a.nav-link {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 2px;
  border-bottom: 1px solid transparent;
  display: inline-block;
  white-space: nowrap;
}
#nav a.nav-link:hover, #nav li.current > a.nav-link { border-bottom-color: #fff; }

#nav .submenu {
  position: absolute;
  top: 100%; left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 250px;
  background: var(--primary);
  border-radius: 5px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
}
#nav .submenu::before {
  content: '';
  position: absolute;
  top: -6px; left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid var(--primary);
}
#nav li:hover > .submenu,
#nav li:focus-within > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
#nav .submenu a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 9px 20px;
}
#nav .submenu a:hover { background: var(--primary-hover); color: #fff; }

.buttonresa { text-align: center; flex: 0 0 auto; }
.buttonresa .resa-btn {
  display: inline-block;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 7px 22px;
  transition: all 0.2s ease-in;
}
.buttonresa .resa-btn:hover { background: #fff; color: var(--primary); }
.buttonresa .bestprice {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 5px;
}

/* Header au scroll */
#header.f-nav {
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 5px 32px rgba(0, 0, 0, 0.1);
}
#header.f-nav #topbar { background: var(--primary); border-bottom-color: var(--primary); }
#header.f-nav #logo-link img { height: 54px; }
#header.f-nav #logo-link .logo-white { display: none; }
#header.f-nav #logo-link .logo-color { display: block; }
#header.f-nav #nav a.nav-link { color: var(--primary); }
#header.f-nav #nav a.nav-link:hover, #header.f-nav #nav li.current > a.nav-link { border-bottom-color: var(--primary); }
#header.f-nav .buttonresa .resa-btn { color: var(--primary); border-color: var(--primary); }
#header.f-nav .buttonresa .resa-btn:hover { background: var(--primary); color: #fff; }
#header.f-nav .buttonresa .bestprice { color: var(--primary); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  height: 100vh;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.2) 100%);
}
.hero::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 45%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
}
.hero-inner { position: relative; z-index: 2; text-align: center; padding: 0 20px; }
.hero-inner .hero-logo { max-width: 380px; width: 70vw; margin: 0 auto; filter: brightness(0) invert(1); }
.hero-inner .hero-title {
  font-family: var(--title-font);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cream);
  margin-top: 25px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}
.hero-small { height: 62vh; min-height: 420px; }
.hero-small .hero-inner h1 {
  color: #fff;
  font-size: 52px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
  margin: 0;
}
.hero-small .hero-inner .hero-sub {
  color: var(--cream);
  font-family: var(--title-font);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
  margin-top: 14px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.scroll-down {
  position: absolute;
  bottom: 34px; left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 50px; height: 50px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.scroll-down svg { animation: float 2s ease-in-out infinite; }
.scroll-down:hover { background: rgba(255, 255, 255, 0.15); color: #fff; }
@keyframes float {
  0%, 100% { transform: translateY(-3px); }
  50% { transform: translateY(3px); }
}

/* ---------- Sections "experience" ---------- */
main { overflow-x: clip; }
#content { padding-top: 80px; }
.page-content { padding-top: 170px; }

.experience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
  min-height: 620px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.experience .txt { max-width: 520px; margin: 0 auto; padding: 30px 10px; }
.experience.righty .txt { order: 1; }
.experience.righty .imgs { order: 2; }
.experience.lefty .txt { order: 2; }
.experience.lefty .imgs { order: 1; }

/* Duo polaroid */
.imgcover {
  position: relative;
  min-height: 540px;
}
.imgcover::before {
  content: '';
  position: absolute;
  width: 55%; height: 60%;
  top: 15%;
  background: url('../img/logo.svg') center / contain no-repeat;
  opacity: 0.08;
  pointer-events: none;
}
.imgcover.tilt-l::before { right: -60px; }
.imgcover.tilt-r::before { left: -60px; }
.imgcover .ph {
  position: absolute;
  background-size: cover;
  background-position: center;
  border: 10px solid #fff;
  border-bottom-width: 50px;
  border-radius: 5px;
  box-shadow: var(--shadow-photo);
}
.imgcover .ph-big { width: 62%; height: 78%; top: 0; }
.imgcover .ph-small { width: 300px; height: 300px; max-width: 52%; bottom: 30px; }
.imgcover.tilt-l .ph-big { left: 4%; transform: rotate(-2.5deg); }
.imgcover.tilt-l .ph-small { right: 2%; transform: rotate(2deg); }
.imgcover.tilt-r .ph-big { right: 4%; transform: rotate(2.5deg); }
.imgcover.tilt-r .ph-small { left: 2%; transform: rotate(-2deg); }
.imgcover { margin-bottom: 55px; }
.imgcover .hand {
  position: absolute;
  bottom: -48px; left: 0; right: 0;
  text-align: center;
  font-family: var(--hand-font);
  font-size: 24px;
  color: var(--primary);
  line-height: 1.25;
}

/* Effet bicolore : moitié d'écran foncée */
.color-exp { position: relative; background: var(--bg-soft); }
.color-exp::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 50%;
  background: var(--primary);
}
.color-exp.flip::before { left: auto; right: 0; }
.color-exp > * { position: relative; }
.color-exp .experience .txt { background: transparent; }
.color-exp .on-half-dark .hand { color: #fff; }

/* ---------- Citation ---------- */
blockquote.pull {
  position: relative;
  max-width: 800px;
  margin: 30px auto;
  padding: 50px 50px 40px 70px;
  background: var(--bg-soft);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: italic;
  color: var(--primary);
  line-height: 1.4;
}
blockquote.pull::before {
  content: '';
  position: absolute;
  top: 22px; left: 20px;
  width: 40px; height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M8 26c0-8 4-14 12-16l1.5 3c-5 2-7.5 5-8 9 .5-.3 1.5-.5 2.5-.5 3.3 0 6 2.6 6 6s-2.7 6-6 6c-4.4 0-8-3.4-8-7.5zM24 26c0-8 4-14 12-16l1.5 3c-5 2-7.5 5-8 9 .5-.3 1.5-.5 2.5-.5 3.3 0 6 2.6 6 6s-2.7 6-6 6c-4.4 0-8-3.4-8-7.5z' fill='%23c9d8dd'/%3E%3C/svg%3E") center / contain no-repeat;
}
blockquote.pull p { margin: 0; }

/* ---------- Grande photo pleine largeur ---------- */
.cover-full {
  min-height: 700px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* ---------- Cartes (tourisme / gîtes) ---------- */
.rapide {
  background: var(--bg-section);
  padding: 50px 30px;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  max-width: 1280px;
  margin: 0 auto;
}
.cards-grid.cols-3 { grid-template-columns: repeat(3, 1fr); gap: 40px; }
.card {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.25s ease-in;
  box-shadow: rgba(0, 0, 0, 0.08) 0 2px 12px;
}
.card figure { margin: 0; overflow: hidden; aspect-ratio: 3 / 2; }
.card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s var(--ease-out); }
.card .card-body { padding: 24px 28px 28px; flex: 1; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.card h3 { margin: 0 0 4px; font-size: 28px; transition: color 0.25s ease-in; }
.card .card-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: var(--primary-light);
  transition: color 0.25s ease-in;
}
.card p { margin: 0; font-size: 15px; }
.card .price {
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 600;
  color: var(--accent);
  transition: color 0.25s ease-in;
}
.card .button { margin-top: auto; }
.card:hover { background: var(--primary); transform: translateY(-4px); }
.card:hover figure img { transform: scale(1.04); }
.card:hover h3, .card:hover p, .card:hover .card-meta { color: #fff; }
.card:hover .price { color: var(--accent-soft); }
.card:hover .button { color: #fff; border-color: #fff; }
.card:hover .button::after { filter: brightness(0) invert(1); }

/* ---------- Avis ---------- */
.avis-section { background: var(--bg-section); padding: 50px 0 70px; }
.avis-carousel { position: relative; max-width: 960px; margin: 0 auto; padding: 0 70px; }
.avis-track { overflow: hidden; }
.avis-slide {
  display: none;
  text-align: center;
  padding: 10px 0;
}
.avis-slide.active { display: block; animation: fadeSlide 0.45s var(--ease-out); }
@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.avis-slide .stars { color: var(--accent); font-size: 18px; letter-spacing: 3px; margin-bottom: 14px; }
.avis-slide p { font-size: 17px; max-width: 760px; margin: 0 auto 18px; font-style: italic; }
.avis-slide .name { font-size: 14px; font-weight: 500; color: var(--primary); }
.avis-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px; height: 46px;
  border: 1px solid var(--primary);
  border-radius: 100%;
  background: transparent;
  color: var(--primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
}
.avis-arrow:hover { background: var(--primary); color: #fff; }
.avis-arrow.prev { left: 0; }
.avis-arrow.next { right: 0; }

/* ---------- Footer ---------- */
#footer { background: var(--primary); color: #fff; padding: 50px 0 0; margin-top: 80px; }
#footer a { color: #fff; }
#footer a:hover { color: var(--pale-hover); }
.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px 40px;
  flex-wrap: wrap;
}
.footer-content .f-logo img { width: 150px; filter: brightness(0) invert(1); }
.footer-content address { font-style: normal; font-size: 15px; line-height: 1.9; }
.footer-content address .f-name { font-weight: 500; font-size: 17px; }
.footer-cta { text-align: center; padding-bottom: 40px; }
.grid-foo {
  background: var(--footer-bottom);
  font-size: 12px;
  text-align: center;
  padding: 14px 20px;
  line-height: 1.8;
}

/* ---------- Éléments de page interne ---------- */
.page-head { text-align: center; padding: 40px 20px 10px; }
.page-head .suptitle { max-width: 800px; margin-left: auto; margin-right: auto; }
.page-head h1 { font-size: 46px; }
.lead { font-size: 17px; }

/* Fiche gîte : bandeau infos clés */
.key-facts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 30px auto;
  max-width: 900px;
  border-top: 1px solid var(--pale);
  border-bottom: 1px solid var(--pale);
}
.key-facts .kf {
  flex: 1 1 160px;
  text-align: center;
  padding: 18px 20px;
  border-right: 1px solid var(--pale);
}
.key-facts .kf:last-child { border-right: none; }
.key-facts .kf .kf-value {
  font-family: var(--title-font);
  font-size: 26px;
  font-weight: 600;
  color: var(--primary);
  display: block;
}
.key-facts .kf .kf-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary-light);
}

/* Listes d'équipements */
.amenities {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 12px 30px;
}
.amenities li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
}
.amenities li::before {
  content: '';
  position: absolute;
  left: 0; top: 4px;
  width: 16px; height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 8.5 6 12.5 14 3.5' fill='none' stroke='%23a25d42' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Tableaux tarifs */
.table-wrap { overflow-x: auto; }
table.tarifs {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  margin: 20px 0;
}
table.tarifs caption {
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary);
  text-align: left;
  margin-bottom: 10px;
}
table.tarifs th {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: var(--primary);
  padding: 10px 16px;
  text-align: left;
}
table.tarifs td { padding: 10px 16px; border-bottom: 1px solid var(--bg-card); }
table.tarifs tr:nth-child(even) td { background: var(--cream); }
table.tarifs .prix { font-weight: 600; color: var(--accent); white-space: nowrap; }

/* Galerie photos */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gallery a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.gallery a img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.3s var(--ease-out), opacity 0.2s ease-in;
}
.gallery a:hover img { transform: scale(1.05); opacity: 0.85; }

/* Lightbox */
#lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  background: rgba(10, 14, 16, 0.94);
  display: none;
  align-items: center;
  justify-content: center;
}
#lightbox.open { display: flex; }
#lightbox img {
  max-width: 90vw;
  max-height: 86vh;
  border-radius: 4px;
  box-shadow: var(--shadow-photo);
}
#lightbox .lb-btn {
  position: absolute;
  width: 48px; height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
}
#lightbox .lb-btn:hover { background: rgba(255, 255, 255, 0.15); }
#lightbox .lb-close { top: 24px; right: 24px; }
#lightbox .lb-prev { left: 24px; top: 50%; transform: translateY(-50%); }
#lightbox .lb-next { right: 24px; top: 50%; transform: translateY(-50%); }
#lightbox .lb-count {
  position: absolute;
  bottom: 22px; left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  letter-spacing: 1px;
}

/* ---------- Réservation (mock) ---------- */
.resa-panel {
  background: var(--bg-soft);
  border: 1px solid var(--bg-card);
  border-radius: 8px;
  padding: 34px 34px 28px;
  max-width: 860px;
  margin: 0 auto;
}
.resa-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  gap: 18px;
  align-items: end;
}
.resa-form .btn-pill { margin-bottom: 1px; white-space: nowrap; }
.field label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.field label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 6px;
}
.field input, .field select, .field textarea {
  width: 100%;
  font-family: var(--body-font);
  font-size: 15px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--pale);
  border-radius: 6px;
  padding: 10px 12px;
  transition: border-color 0.2s ease-in, box-shadow 0.2s ease-in;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 2px solid transparent;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(45, 64, 71, 0.18);
}
.resa-results { margin-top: 40px; }
.resa-card {
  display: grid;
  grid-template-columns: 240px 1fr auto;
  gap: 24px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--bg-card);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 10px;
}
.resa-card img { width: 100%; height: 100%; object-fit: cover; min-height: 170px; }
.resa-card .rc-body { padding: 18px 0; }
.resa-card .rc-body h3 { margin: 0 0 6px; font-size: 24px; }
.resa-card .rc-body .rc-meta { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--primary-light); margin-bottom: 8px; }
.resa-card .rc-body p { margin: 0; font-size: 14px; }
.resa-card .rc-price { text-align: right; padding: 18px 24px; }
.resa-card .rc-price .total {
  font-family: var(--title-font);
  font-size: 30px;
  font-weight: 600;
  color: var(--accent);
  display: block;
}
.resa-card .rc-price .detail { font-size: 12px; color: var(--primary-light); display: block; margin-bottom: 12px; }
.resa-card .rc-price .strike { text-decoration: line-through; opacity: 0.6; }
.reassurance {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 36px;
  font-size: 13px;
  color: var(--primary);
  margin-top: 22px;
}
.reassurance span { display: inline-flex; align-items: center; gap: 7px; }
.reassurance svg { color: var(--accent); flex: 0 0 auto; }

.notice {
  background: var(--cream);
  border-left: 3px solid var(--accent);
  border-radius: 0 6px 6px 0;
  padding: 14px 18px;
  font-size: 14px;
  margin: 20px 0;
}

/* Badge saison (légende tarifs) */
.season-legend { display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 13px; margin: 14px 0; justify-content: center; }
.season-legend span { display: inline-flex; align-items: center; gap: 7px; }
.season-legend i { width: 14px; height: 14px; border-radius: 3px; display: inline-block; border: 1px solid rgba(45, 64, 71, 0.15); }

/* ---------- Calendrier de disponibilités ---------- */
.cal-panel {
  background: var(--bg-soft);
  border: 1px solid var(--bg-card);
  border-radius: 8px;
  padding: 30px 34px;
  max-width: 860px;
  margin: 0 auto;
}
.cal-controls { display: flex; flex-wrap: wrap; gap: 14px; align-items: end; justify-content: center; margin-bottom: 18px; }
.cal-controls .field { min-width: 220px; }
.cal-nav { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 6px 0 14px; }
.cal-nav button {
  width: 40px; height: 40px;
  border: 1px solid var(--primary);
  border-radius: 100%;
  background: transparent;
  color: var(--primary);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
}
.cal-nav button:hover { background: var(--primary); color: #fff; }
.cal-nav .cal-month {
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary);
  min-width: 220px;
  text-align: center;
}
.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.cal-grid .dow {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary-light);
  padding: 4px 0;
}
.cal-grid .day {
  position: relative;
  aspect-ratio: 1 / 0.95;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  font-size: 14px;
  color: var(--primary);
  background: #fff;
  border: 1px solid var(--bg-card);
}
.cal-grid .day .pr {
  font-size: 10px;
  font-weight: 500;
  color: var(--primary-light);
  white-space: nowrap;
}
.cal-grid .day.empty { background: transparent; border: none; }
.cal-grid .day.s-basse { background: var(--bg-section); }
.cal-grid .day.s-moyenne { background: var(--pale); }
.cal-grid .day.s-haute { background: #ecc9bc; }
.cal-grid .day.past { opacity: 0.35; }
.cal-grid .day.busy { color: rgba(45, 64, 71, 0.45); background: #ececec; }
.cal-grid .day.busy::after {
  content: '';
  position: absolute;
  left: 18%; right: 18%; top: 50%;
  height: 1px;
  background: rgba(45, 64, 71, 0.5);
  transform: rotate(-18deg);
}

/* ---------- Sélecteur de dates (range picker maison) ---------- */
.field input[readonly] { cursor: pointer; background: #fff; }
.dp-pop {
  margin-top: 18px;
  background: #fff;
  border: 1px solid var(--pale);
  border-radius: 8px;
  padding: 18px 16px 14px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 8px 30px;
}
.dp-hint {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--accent);
  margin: 0 0 10px;
}
.dp-pop .cal-grid .day {
  border: 1px solid var(--bg-card);
  background: #fff;
  font-family: var(--body-font);
  cursor: pointer;
  padding: 0;
  transition: box-shadow 0.15s ease-in;
}
.dp-pop .cal-grid button.day:hover:not(:disabled) { box-shadow: 0 0 0 2px var(--primary) inset; }
.dp-pop .cal-grid .day:disabled { cursor: default; opacity: 0.3; }
.dp-pop .cal-grid .day.sel {
  background: var(--primary) !important;
  color: #fff;
  font-weight: 600;
}
.dp-pop .cal-grid .day.inrange { box-shadow: 0 0 0 2px var(--pale-hover) inset; }
.dp-close { text-align: center; margin-top: 12px; }

/* ---------- Note agrégée héro (avis) ---------- */
.hero-rating {
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--cream);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}
.hero-rating .stars { color: #f2c14e; font-size: 16px; letter-spacing: 3px; margin-right: 8px; }

/* ---------- Barre mobile + burger ---------- */
#burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-family: var(--title-font);
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  padding: 8px;
}
#header.f-nav #burger { color: var(--primary); }
#burger .bars { display: inline-flex; flex-direction: column; gap: 4px; }
#burger .bars i { width: 22px; height: 2px; background: currentColor; display: block; transition: all 0.25s ease-in; }

#sidenav {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 300px;
  max-width: 85vw;
  background: var(--primary);
  z-index: 10000;
  transform: translateX(100%);
  transition: transform 0.3s var(--ease-out);
  padding: 30px 26px;
  overflow-y: auto;
}
#sidenav.open { transform: translateX(0); }
#sidenav .sn-logo { width: 130px; margin: 0 auto 26px; display: block; filter: brightness(0) invert(1); }
#sidenav ul { list-style: none; margin: 0 0 26px; padding: 0; }
#sidenav ul a {
  display: block;
  color: #fff;
  font-family: var(--title-font);
  font-size: 17px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
#sidenav ul ul { margin: 0 0 0 16px; }
#sidenav ul ul a { font-size: 14px; text-transform: none; letter-spacing: 0.5px; padding: 8px 0; border-bottom: none; }
#sidenav .sn-contact { text-align: center; font-size: 14px; }
#sidenav .sn-contact a { color: var(--pale); display: block; padding: 5px 0; }
#sidenav .btn-pill { display: block; text-align: center; margin-bottom: 20px; }
#sidenav-close {
  position: absolute;
  top: 14px; right: 14px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 8px;
}
#scrim {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in;
}
#scrim.show { opacity: 1; visibility: visible; }

#mobilebar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 9990;
  background: #fff;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15);
}
#mobilebar .mb-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
#mobilebar a, #mobilebar button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--primary);
  background: none;
  border: none;
  cursor: pointer;
  padding: 9px 4px 8px;
  font-family: var(--body-font);
}
#mobilebar .mb-resa { background: var(--accent); color: #fff; }
#mobilebar .mb-resa svg { animation: ring 4s ease-in-out infinite; }
@keyframes ring {
  0%, 86%, 100% { transform: rotate(0); }
  88% { transform: rotate(-12deg); }
  90% { transform: rotate(10deg); }
  92% { transform: rotate(-8deg); }
  94% { transform: rotate(6deg); }
  96% { transform: rotate(-3deg); }
}

#totop {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 9000;
  width: 44px; height: 44px;
  border-radius: 100%;
  border: none;
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-photo);
  transition: background 0.2s ease-in;
}
#totop:hover { background: var(--primary-light); }
#totop.show { display: flex; }

/* ---------- Bannière de consentement ---------- */
#consent-banner {
  position: fixed;
  left: 16px; right: 16px; bottom: 16px;
  z-index: 10060;
  max-width: 660px;
  margin: 0 auto;
  background: var(--primary);
  color: #fff;
  border-radius: 10px;
  padding: 18px 22px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
  font-size: 14px;
}
#consent-banner h2 { margin: 0 0 8px; font-size: 18px; color: #fff; }
#consent-banner p { margin: 0 0 12px; }
#consent-banner .cb-actions { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
#consent-banner .cb-actions + .cb-actions { margin-top: 10px; }
/* `display: flex` sur .cb-actions écrase le `display: none` que la feuille par défaut
   attache à [hidden] : la ligne « Enregistrer mes choix » restait visible bannière
   repliée. On rétablit la priorité de l'attribut, qui pilote tout le dépliage. */
#consent-banner [hidden] { display: none !important; }
#consent-banner .btn-pill { padding: 7px 24px; font-size: 14px; }
/* Refuser et personnaliser sont des boutons de même rang visuel : la CNIL exige que
   refuser soit aussi simple qu'accepter, donc jamais relégué ni grisé. */
#consent-banner .cb-refuse,
#consent-banner .cb-lien {
  background: none; border: none; cursor: pointer;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px; text-decoration: underline; padding: 4px;
  font-family: var(--body-font);
}
#consent-banner .cb-refuse:hover,
#consent-banner .cb-lien:hover { color: #fff; }
#consent-banner .cb-details {
  margin: 0 0 14px; padding: 12px 14px;
  background: rgba(0, 0, 0, 0.18); border-radius: 8px;
}
#consent-banner .cb-opt {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 13px; line-height: 1.5; cursor: pointer;
}
#consent-banner .cb-opt + .cb-opt { margin-top: 10px; }
#consent-banner .cb-opt input { margin: 2px 0 0; flex: 0 0 auto; width: 16px; height: 16px; }
#consent-banner .cb-opt strong { font-weight: 600; }
#consent-banner :focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
/* Commande de retrait au pied de page : c'est un bouton (il déclenche une action,
   il ne navigue pas), habillé comme les liens voisins du bloc .grid-foo. */
.foo-consent {
  background: none; border: none; padding: 0; cursor: pointer;
  font-family: inherit; font-size: inherit; line-height: inherit;
  color: inherit; text-decoration: underline;
}
.foo-consent:hover { text-decoration: none; }
@media (max-width: 650px) {
  #consent-banner { bottom: 66px; }
}

/* ---------- Apparitions au scroll ---------- */
.reveal { opacity: 0; }
.reveal.slidebottom { transform: translateY(40px); }
.reveal.slidetop { transform: translateY(-40px); }
.reveal.fromright { transform: translateX(60px); }
.reveal.fromleft { transform: translateX(-60px); }
.reveal.visible {
  opacity: 1;
  transform: none;
  transition: opacity 0.8s var(--reveal-ease), transform 0.8s var(--reveal-ease);
}
.reveal.d1.visible { transition-delay: 0.12s; }
.reveal.d2.visible { transition-delay: 0.24s; }
.reveal.d3.visible { transition-delay: 0.36s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .reveal.visible { opacity: 1; transform: none; transition: none; }
  .scroll-down svg, #mobilebar .mb-resa svg { animation: none; }
  .hero, .cover-full { background-attachment: scroll; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ---------- Accessibilité ---------- */
.skip-link {
  position: absolute;
  top: -60px; left: 12px;
  z-index: 10100;
  background: var(--primary);
  color: #fff;
  padding: 10px 18px;
  border-radius: 0 0 6px 6px;
  transition: top 0.2s ease-in;
}
.skip-link:focus { top: 0; color: #fff; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--link-hover);
  outline-offset: 2px;
}
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 1280px) {
  .hero, .cover-full { background-attachment: scroll; }
  h1 { font-size: 44px; }
  h2 { font-size: 40px; }
  .hero-small .hero-inner h1 { font-size: 44px; }
  #nav > ul > li { margin: 0 10px; }
  #nav a.nav-link { font-size: 15px; }
}

@media (max-width: 1200px) {
  #nav, .buttonresa { display: none; }
  #burger { display: inline-flex; }
  .header-line .wide { padding-top: 8px; padding-bottom: 8px; }
  #logo-link img { height: 60px; }
}

@media (max-width: 1024px) {
  .experience {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 20px;
  }
  .experience.righty .txt, .experience.lefty .txt { order: 1; }
  .experience.righty .imgs, .experience.lefty .imgs { order: 2; }
  .experience .txt { padding: 10px; }
  .imgcover { min-height: 440px; margin-bottom: 74px; }
  .imgcover .hand { bottom: -58px; }
  .color-exp::before { width: 100%; opacity: 0.06; }
  /* En mobile la moitié sombre disparaît : la légende repasse en couleur primaire */
  .color-exp .on-half-dark .hand { color: var(--primary); }
  h2.waves::after { width: 60px; height: 30px; }
  .cards-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .scroll-down { display: none; }
  .resa-form { grid-template-columns: 1fr 1fr; }
  .resa-card { grid-template-columns: 200px 1fr; }
  .resa-card .rc-price { grid-column: 1 / -1; text-align: left; padding: 0 24px 20px; }
  .cover-full { min-height: 440px; }
  .page-content { padding-top: 130px; }
}

@media (max-width: 960px) {
  #topbar { background: var(--primary); border-bottom: none; }
  #topbar a { color: rgba(255, 255, 255, 0.85); }
}

@media (max-width: 650px) {
  body { padding-bottom: 58px; }
  #mobilebar { display: block; }
  #topbar .wide { justify-content: space-between; gap: 8px; }
  #topbar .hide-mobile { display: none; }
  #topbar .lang-select a { padding: 4px 5px; font-size: 11px; }
  .imgcover { margin-bottom: 66px; }
  .imgcover .hand { font-size: 19px; bottom: -52px; }
  .cal-grid .day { font-size: 11px; }
  .cal-grid .day .pr { font-size: 8px; }
  h1 { font-size: 34px; }
  h2 { font-size: 30px; }
  .hero-small .hero-inner h1 { font-size: 32px; }
  .hero-inner .hero-title { font-size: 21px; }
  .suptitle { font-size: 20px; }
  .cards-grid, .cards-grid.cols-3 { grid-template-columns: 1fr; gap: 28px; }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .avis-carousel { padding: 0 8px; }
  .avis-arrow { position: static; transform: none; margin: 14px 8px 0; }
  .avis-arrows-mobile { text-align: center; }
  .resa-form { grid-template-columns: 1fr; }
  .resa-card { grid-template-columns: 1fr; }
  .resa-card img { min-height: 200px; }
  .resa-card .rc-body { padding: 0 24px; }
  .key-facts .kf { flex: 1 1 45%; border-right: none; border-bottom: 1px solid var(--pale); }
  .cal-panel { padding: 20px 12px; }
  .cal-grid { gap: 3px; }
  .cal-grid .day { font-size: 12px; }
  .cal-nav .cal-month { min-width: 0; font-size: 18px; }
  .footer-content { gap: 30px; text-align: center; flex-direction: column; }
  #totop { bottom: 70px; }
  .page-content { padding-top: 112px; }
  blockquote.pull { font-size: 20px; padding: 40px 26px 30px 56px; }
}

@media (max-width: 480px) {
  #topbar .wide > a[href^="tel"] { display: none; }
  #topbar .wide { justify-content: center; }
  .imgcover { min-height: 380px; }
  .imgcover .ph-big { width: 78%; height: 65%; }
  .imgcover .ph-small { width: 55%; height: 45%; bottom: 10px; }
  .hero-inner .hero-logo { max-width: 260px; }
}

/* ===== Moteur de réservation Beds24 =====
   Beds24 n'émet aucun postMessage de hauteur et ne fournit aucun script de
   redimensionnement (vérifié le 23/08/2026) : la politique d'origine croisée interdit
   de mesurer la hauteur du contenu depuis notre page. Impossible, donc, de faire suivre
   le cadre à son contenu.

   D'où une hauteur en unités de viewport plutôt que le `height="1200"` figé de l'exemple
   Beds24 : le cadre occupe une part constante de l'écran quel que soit l'appareil, ce qui
   supprime le double ascenseur sur la grande majorité des tailles. Le plancher en `px`
   protège les très petits écrans, où 78vh deviendrait trop bas pour afficher un
   formulaire de paiement. Leur page est responsive en largeur, celle-ci suit donc seule. */
.moteur-cadre {
  border: 1px solid var(--pale, #dfe7ea);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.moteur-iframe {
  display: block;
  width: 100%;
  height: 78vh;
  min-height: 620px;
  border: 0;
}

@media (max-width: 760px) {
  /* Sur mobile, l'ascenseur interne est inévitable : on privilégie une hauteur
     généreuse pour qu'il serve le moins souvent possible. */
  .moteur-iframe { height: 88vh; min-height: 560px; }
}
