@charset "UTF-8";
/* ==========================================================================
   LA FÉE MARIAGE & EVENTS — feuille de style principale
   Direction : éditorial, ivoire & encre, rose de marque, trait de plume.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Polices
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Derivia';
  src: url('../fonts/Derivia-Regular.woff') format('woff'),
       url('../fonts/Derivia-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Light';
  src: url('../fonts/Raleway-Light.woff') format('woff'),
       url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* --------------------------------------------------------------------------
   2. Jetons
   -------------------------------------------------------------------------- */
:root {
  --ivoire:       #faf7f5;
  --blanc:        #ffffff;
  --encre:        #17121a;
  --encre-doux:   #3b323f;
  --rose:         #e03b94;
  --rose-profond: #a8226c;
  --rose-voile:   #fbedf4;
  --rose-brume:   #f6e2ed;
  --plume:        #8b8189;
  --trait:        #e8dde4;

  --titre: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --titre-affiche: 'Derivia', 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --corps: 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --plume-font: 'Derivia', 'Raleway Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  --lg-max: 1320px;
  --lg-texte: 720px;
  --gout: clamp(4.5rem, 9vw, 9rem);      /* respiration verticale des sections */
  --marge: clamp(1.25rem, 5vw, 4rem);

  --ombre: 0 18px 50px -30px rgba(23, 18, 26, .45);
  --ombre-forte: 0 30px 70px -35px rgba(23, 18, 26, .55);
  --transition: .55s cubic-bezier(.22, .61, .36, 1);
  --entete-h: 88px;
}

/* --------------------------------------------------------------------------
   3. Base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

/* Le site est conçu en clair : on l'indique au navigateur pour qu'il
   ne repeigne pas boutons et champs selon le thème du système. */
html { color-scheme: only light; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(var(--entete-h) + 20px);
}

body {
  margin: 0;
  background: var(--ivoire);
  color: var(--encre);
  font-family: var(--corps);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.85;
  letter-spacing: .012em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis-weight: none;
  overflow-x: hidden;
}
body.menu-ouvert { overflow: hidden; }

img, svg, video { max-width: 100%; display: block; }
img { height: auto; }

a { color: var(--rose-profond); text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--rose); }

p { margin: 0 0 1.35em; }
p:last-child { margin-bottom: 0; }

h1, h2, h3, h4, h5 {
  font-family: var(--titre-affiche);
  font-weight: 400;
  letter-spacing: .01em;
  text-transform: none;
  margin: 0 0 .5em;
}

hr { border: 0; height: 1px; background: var(--trait); margin: 3rem 0; }

::selection { background: var(--rose); color: #fff; }

:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 3px;
  border-radius: 2px;
}

.saut-contenu {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--encre); color: #fff; padding: 14px 22px;
  font-size: .78rem; letter-spacing: .2em; text-transform: uppercase;
}
.saut-contenu:focus { left: 12px; top: 12px; color: #fff; }

/* --------------------------------------------------------------------------
   4. Typographie de marque
   -------------------------------------------------------------------------- */

/* Titre structurel : Raleway Light capitales très espacées (repris du logo) */
/* Titres : Derivia, sans capitales — la police a besoin de place pour respirer */
.t-geant, .t-grand, .t-moyen, .t-petit {
  font-family: var(--titre-affiche);
  font-weight: 400;
  text-transform: none;
  letter-spacing: .01em;
  line-height: 1.08;
  margin: 0;
}
.t-geant { font-size: clamp(2.9rem, 8vw, 5.8rem); }
.t-grand { font-size: clamp(2.2rem, 4.6vw, 3.7rem); line-height: 1.12; }
.t-moyen { font-size: clamp(1.55rem, 2.7vw, 2.1rem); line-height: 1.24; }
.t-petit { font-size: clamp(1.15rem, 1.7vw, 1.42rem); line-height: 1.32; }

/* Mot mis en exergue à l'intérieur d'un titre : même taille, teinte rose.
   Les classes .script-moyen / .script-grand sont neutralisées dans ce cas,
   sinon l'accent serait plus petit que le titre qui le porte. */
.t-geant .script, .t-grand .script, .t-moyen .script, .t-petit .script,
h1 .script, h2 .script, h3 .script {
  font-size: 1em;
  line-height: inherit;
  color: var(--rose);
}

/* Accent manuscrit : Derivia, employé avec parcimonie */
.script {
  font-family: var(--plume-font);
  text-transform: none;
  letter-spacing: 0;
  color: var(--rose);
  line-height: 1;
  display: inline-block;
}
.script-grand { font-size: clamp(2.6rem, 7vw, 5rem); }
.script-moyen { font-size: clamp(1.9rem, 3.4vw, 2.9rem); }

/* Sur-titre : petites capitales + trait court */
.surtitre {
  display: inline-flex; align-items: center; gap: .85em;
  font-size: .68rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--plume); margin: 0 0 1.4rem;
}
.surtitre::before {
  content: ''; width: 34px; height: 1px; background: var(--rose); flex: none;
}
.surtitre.centre { justify-content: center; }
.surtitre.centre::after {
  content: ''; width: 34px; height: 1px; background: var(--rose); flex: none;
}
.sur-clair { color: rgba(255, 255, 255, .78); }
.sur-clair::before, .sur-clair::after { background: rgba(255, 255, 255, .55); }

.chapo {
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.8; color: var(--encre-doux);
}
.legende {
  font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; color: var(--plume);
}

/* --------------------------------------------------------------------------
   5. Signature : le trait de plume
   -------------------------------------------------------------------------- */
.plume-trait {
  display: block; width: clamp(140px, 20vw, 230px); height: auto;
  margin: 0 0 2.2rem; color: var(--rose);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(.19, 1, .22, 1) .12s;
}
.plume-trait.centre { margin-left: auto; margin-right: auto; }
.plume-trait.vue,
.reveal.vu .plume-trait { clip-path: inset(0 0 0 0); }
.plume-trait path { fill: currentColor; }
.plume-clair { color: rgba(255, 255, 255, .85); }

/* --------------------------------------------------------------------------
   6. Structure
   -------------------------------------------------------------------------- */
.enveloppe { width: 100%; max-width: var(--lg-max); margin: 0 auto; padding: 0 var(--marge); }
.enveloppe-etroite { max-width: 880px; margin: 0 auto; padding: 0 var(--marge); }
/* Pleine largeur maîtrisée — bandeaux de logos, frises… */
.enveloppe-large { max-width: 1680px; padding: 0 clamp(1rem, 3vw, 2.5rem); }

.bloc { padding: var(--gout) 0; position: relative; }
.bloc-ivoire { background: var(--ivoire); }
.bloc-blanc  { background: var(--blanc); }
.bloc-voile  { background: var(--rose-voile); }
.bloc-encre  { background: var(--encre); color: rgba(255, 255, 255, .82); }
.bloc-encre h2, .bloc-encre h3, .bloc-encre .t-grand, .bloc-encre .t-moyen { color: #fff; }
.bloc-serre  { padding: calc(var(--gout) * .6) 0; }

.grille { display: grid; gap: clamp(1.5rem, 3vw, 2.6rem); }
.g-2 { grid-template-columns: repeat(2, 1fr); }
.g-3 { grid-template-columns: repeat(3, 1fr); }
.g-4 { grid-template-columns: repeat(4, 1fr); }

.entete-bloc { max-width: 640px; margin-bottom: clamp(2.6rem, 5vw, 4.2rem); }
.entete-bloc.centre { margin-left: auto; margin-right: auto; text-align: center; }

/* --------------------------------------------------------------------------
   7. Boutons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .8em;
  padding: 1.05em 2.3em;
  font-family: var(--titre); font-size: .72rem; font-weight: 300;
  letter-spacing: .26em; text-transform: uppercase;
  border: 1px solid var(--encre); background: var(--encre); color: #fff;
  cursor: pointer; position: relative; overflow: hidden;
  transition: color .4s ease, border-color .4s ease, background-color .4s ease;
  border-radius: 0;
}
.btn::after {
  content: ''; position: absolute; inset: 0; background: var(--rose);
  transform: scaleX(0); transform-origin: right; z-index: 0;
  transition: transform .5s cubic-bezier(.22, .61, .36, 1);
}
.btn > * , .btn { position: relative; }
.btn span, .btn svg { position: relative; z-index: 1; }
.btn:hover { color: #fff; border-color: var(--rose); }
.btn:hover::after { transform: scaleX(1); transform-origin: left; }

.btn-rose { background: var(--rose); border-color: var(--rose); color: #fff; }
.btn-rose::after { background: var(--encre); }
.btn-rose:hover { border-color: var(--encre); }

.btn-vide { background: transparent; color: var(--encre); }
.btn-vide::after { background: var(--encre); }
.btn-vide:hover { color: #fff; }

.btn-clair { background: transparent; border-color: rgba(255, 255, 255, .6); color: #fff; }
.btn-clair::after { background: #fff; }
.btn-clair:hover { color: var(--encre); border-color: #fff; }

.btn-petit { padding: .8em 1.6em; font-size: .66rem; letter-spacing: .2em; }
.btn-large { width: 100%; }
.btn:disabled, .btn[aria-disabled="true"] { opacity: .45; pointer-events: none; }

/* Lien fléché souligné à la survolée */
.lien-fleche {
  display: inline-flex; align-items: center; gap: .7em;
  font-size: .72rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--encre); padding-bottom: .45em; position: relative;
}
.lien-fleche::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%;
  background: var(--rose); transform: scaleX(.28); transform-origin: left;
  transition: transform .45s cubic-bezier(.22, .61, .36, 1);
}
.lien-fleche:hover { color: var(--rose); }
.lien-fleche:hover::after { transform: scaleX(1); }
.lien-fleche .fl { transition: transform .4s ease; }
.lien-fleche:hover .fl { transform: translateX(5px); }

/* --------------------------------------------------------------------------
   8. En-tête
   -------------------------------------------------------------------------- */
.entete {
  position: fixed; inset: 0 0 auto; z-index: 90;
  height: var(--entete-h);
  display: flex; align-items: center;
  transition: background-color .45s ease, box-shadow .45s ease, height .45s ease;
}
.entete::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to bottom, rgba(23, 18, 26, .55), transparent);
  opacity: 1; transition: opacity .4s ease;
}
.entete-int {
  width: 100%; max-width: var(--lg-max); margin: 0 auto; padding: 0 var(--marge);
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.entete-logo { display: block; flex: none; }
.entete-logo img { height: 52px; width: auto; transition: height .4s ease; }
.logo-sombre { display: none; }

.entete.pose {
  background: rgba(250, 247, 245, .96);
  backdrop-filter: saturate(140%) blur(14px);
  box-shadow: 0 1px 0 var(--trait);
  height: 74px;
}
.entete.pose::before { opacity: 0; }
.entete.pose .logo-clair { display: none; }
.entete.pose .logo-sombre { display: block; }
.entete.pose .entete-logo img { height: 44px; }

/* variante page intérieure : en-tête toujours opaque */
.entete.fixe-clair {
  background: rgba(250, 247, 245, .96);
  box-shadow: 0 1px 0 var(--trait);
}
.entete.fixe-clair::before { opacity: 0; }
.entete.fixe-clair .logo-clair { display: none; }
.entete.fixe-clair .logo-sombre { display: block; }

.nav-principale { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.1rem); }
.nav-principale a {
  font-size: .7rem; letter-spacing: .2em; text-transform: uppercase;
  color: #fff; position: relative; padding: .55em 0; white-space: nowrap;
}
.entete.pose .nav-principale a,
.entete.fixe-clair .nav-principale a { color: var(--encre); }
.nav-principale a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--rose); transform: scaleX(0); transform-origin: right;
  transition: transform .4s cubic-bezier(.22, .61, .36, 1);
}
.nav-principale a:hover::after,
.nav-principale a.est-actif::after { transform: scaleX(1); transform-origin: left; }
.nav-principale a.est-actif { color: var(--rose); }

.entete-actions { display: flex; align-items: center; gap: .9rem; flex: none; }

.puce-panier {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; color: #fff; border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%; transition: all .35s ease;
}
.entete.pose .puce-panier,
.entete.fixe-clair .puce-panier { color: var(--encre); border-color: var(--trait); }
.puce-panier:hover { background: var(--rose); border-color: var(--rose); color: #fff; }
.puce-panier .compteur {
  position: absolute; top: -4px; right: -4px; min-width: 21px; height: 21px;
  padding: 0 5px; border-radius: 11px; background: var(--rose); color: #fff;
  font-size: .64rem; letter-spacing: 0; display: flex; align-items: center; justify-content: center;
}
.puce-panier[data-vide="1"] .compteur { display: none; }

.burger {
  display: none; width: 44px; height: 44px; border: 0; background: none; cursor: pointer;
  align-items: center; justify-content: center; padding: 0;
}
.burger span {
  display: block; width: 24px; height: 1px; background: #fff; position: relative;
  transition: background .3s ease;
}
.burger span::before, .burger span::after {
  content: ''; position: absolute; left: 0; width: 24px; height: 1px; background: inherit;
  transition: transform .35s ease, top .35s ease;
}
.burger span::before { top: -7px; }
.burger span::after  { top: 7px; }
.entete.pose .burger span,
.entete.fixe-clair .burger span { background: var(--encre); }
body.menu-ouvert .burger span { background: transparent !important; }
body.menu-ouvert .burger span::before { top: 0; transform: rotate(45deg); background: var(--encre); }
body.menu-ouvert .burger span::after  { top: 0; transform: rotate(-45deg); background: var(--encre); }

/* Menu mobile plein écran */
.menu-mobile {
  position: fixed; inset: 0; z-index: 89; background: var(--ivoire);
  display: flex; flex-direction: column; justify-content: center;
  padding: var(--entete-h) var(--marge) 3rem;
  opacity: 0; visibility: hidden; transform: translateY(-14px);
  transition: opacity .45s ease, transform .5s ease, visibility .45s;
  overflow-y: auto;
}
body.menu-ouvert .menu-mobile { opacity: 1; visibility: visible; transform: none; }
.menu-mobile nav { display: flex; flex-direction: column; gap: .3rem; }
.menu-mobile nav a {
  font-family: var(--titre); font-size: 1.28rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--encre); padding: .62em 0; border-bottom: 1px solid var(--trait);
}
.menu-mobile nav a.est-actif { color: var(--rose); }
.menu-mobile .menu-pied { margin-top: 2.4rem; display: flex; flex-direction: column; gap: 1rem; }
.menu-mobile .menu-coord { font-size: .88rem; color: var(--plume); line-height: 2; }

/* --------------------------------------------------------------------------
   9. Héros
   -------------------------------------------------------------------------- */
.heros {
  position: relative; min-height: min(94vh, 900px);
  display: flex; align-items: center; justify-content: center;
  text-align: center; color: #fff; overflow: hidden;
  padding: calc(var(--entete-h) + 3rem) var(--marge) 5rem;
}
.heros-media { position: absolute; inset: 0; z-index: 0; }
.heros-media video, .heros-media img {
  width: 100%; height: 100%; object-fit: cover;
}
.heros-media::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(23, 18, 26, .58) 0%, rgba(23, 18, 26, .28) 42%, rgba(23, 18, 26, .72) 100%);
}
.heros-int { position: relative; z-index: 2; max-width: 780px; }
.heros h1 { margin: 0 0 1.2rem; color: #fff; }
.heros .script { color: #fff; }

/* Titre principal du héros : la marque, écrite à la plume */
.heros-titre {
  font-family: var(--titre-affiche);
  font-weight: 400;
  color: #fff;
  font-size: clamp(3rem, 9.5vw, 7.2rem);
  line-height: .96;
  letter-spacing: .01em;
  text-transform: none;
  margin: 0 0 1rem;
  text-shadow: 0 2px 40px rgba(0, 0, 0, .35);
}
.heros-titre .accent { display: block; font-size: .58em; color: rgba(255, 255, 255, .92); }
.heros-signature {
  font-family: var(--titre);
  font-size: clamp(.66rem, 1.1vw, .78rem);
  letter-spacing: .38em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .75);
  margin: 0 0 1.8rem;
}
.heros-texte {
  font-size: clamp(1rem, 1.4vw, 1.15rem); color: rgba(255, 255, 255, .88);
  max-width: 540px; margin: 0 auto 2.4rem;
}
.heros-actions { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }

/* Bandeau de page intérieure */
.banniere {
  position: relative; padding: calc(var(--entete-h) + clamp(4rem, 8vw, 7rem)) var(--marge) clamp(3.5rem, 7vw, 6rem);
  text-align: center; color: #fff; overflow: hidden; background: var(--encre);
}
.banniere-media { position: absolute; inset: 0; z-index: 0; }
.banniere-media img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.banniere-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(23, 18, 26, .72), rgba(23, 18, 26, .55));
}
.banniere-int { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; }
.banniere h1 { color: #fff; margin-bottom: .6rem; font-size: clamp(2.4rem, 6.2vw, 4.5rem); }
.banniere p { color: rgba(255, 255, 255, .82); max-width: 620px; margin: 1rem auto 0; }

.fil { font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255, 255, 255, .6); margin-bottom: 1.4rem; }
.fil a { color: rgba(255, 255, 255, .8); }
.fil a:hover { color: var(--rose); }
.fil span { margin: 0 .55em; opacity: .5; }

/* --------------------------------------------------------------------------
   10. Rubans de prestations (accueil)
   -------------------------------------------------------------------------- */
.rubans {
  display: grid; grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--trait);
}
.ruban {
  padding: clamp(2rem, 3.4vw, 3rem) clamp(1rem, 2vw, 1.8rem);
  border-right: 1px solid var(--trait); text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: .55rem;
  transition: background-color .45s ease;
  color: var(--encre);
}
.ruban:last-child { border-right: 0; }
.ruban:hover { background: var(--rose-voile); color: var(--encre); }
.ruban-num { font-family: var(--plume-font); font-size: 2rem; color: var(--rose); line-height: 1; }
.ruban-titre { font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; }
.ruban-sous { font-size: .78rem; color: var(--plume); letter-spacing: .04em; }

/* --------------------------------------------------------------------------
   11. Duo image / texte
   -------------------------------------------------------------------------- */
.duo {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 5rem); align-items: center;
}
.duo-inverse { direction: rtl; }
.duo-inverse > * { direction: ltr; }
.duo-media { position: relative; }
.duo-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.duo-media.paysage img { aspect-ratio: 4 / 3; }
.duo-media .cadre {
  position: absolute; inset: 18px -18px -18px 18px; border: 1px solid var(--rose);
  z-index: -1; pointer-events: none;
}
.duo-texte { max-width: 560px; }
.duo-vignette {
  position: absolute; width: 42%; bottom: -8%; right: -8%;
  box-shadow: var(--ombre-forte); border: 6px solid var(--ivoire);
}
.duo-vignette img { aspect-ratio: 3 / 4; }

/* --------------------------------------------------------------------------
   12. Cartes
   -------------------------------------------------------------------------- */
.carte { background: var(--blanc); position: relative; display: flex; flex-direction: column; }
.carte-media { position: relative; overflow: hidden; }
.carte-media img {
  width: 100%; aspect-ratio: 3 / 2; object-fit: cover;
  transition: transform 1.1s cubic-bezier(.22, .61, .36, 1);
}
.carte:hover .carte-media img { transform: scale(1.055); }
.carte-corps { padding: 1.7rem 1.6rem 1.9rem; flex: 1; display: flex; flex-direction: column; gap: .7rem; }
.carte-corps p { color: var(--plume); font-size: .95rem; }
.carte-etiquette {
  position: absolute; top: 1rem; left: 1rem; z-index: 2;
  background: rgba(255, 255, 255, .94); color: var(--encre);
  font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; padding: .5em 1em;
}

/* Carte prestation : image pleine + voile au survol */
.carte-prestation { position: relative; overflow: hidden; display: block; color: #fff; }
.carte-prestation img {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
  transition: transform 1.2s cubic-bezier(.22, .61, .36, 1);
}
.carte-prestation::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(23, 18, 26, .82) 0%, rgba(23, 18, 26, .18) 55%, rgba(23, 18, 26, .05) 100%);
  transition: background .5s ease;
}
.carte-prestation:hover img { transform: scale(1.06); }
.carte-prestation:hover::after {
  background: linear-gradient(to top, rgba(168, 34, 108, .88) 0%, rgba(23, 18, 26, .35) 60%, rgba(23, 18, 26, .1) 100%);
}
.carte-prestation .contenu {
  position: absolute; inset: auto 0 0; z-index: 2; padding: 1.9rem 1.7rem;
  display: flex; flex-direction: column; gap: .6rem; color: #fff;
}
.carte-prestation .contenu h3 { color: #fff; margin: 0; }
.carte-prestation .contenu p {
  font-size: .9rem; color: rgba(255, 255, 255, .84); margin: 0;
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height .55s ease, opacity .45s ease;
}
.carte-prestation:hover .contenu p { max-height: 8rem; opacity: 1; }

/* --------------------------------------------------------------------------
   13. Catalogue
   -------------------------------------------------------------------------- */
.catalogue-agencement { display: grid; grid-template-columns: 250px 1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.filtres { position: sticky; top: calc(var(--entete-h) + 24px); }
.filtres h2 { font-family: var(--titre); font-weight: 300; font-size: .7rem; letter-spacing: .24em; text-transform: uppercase; color: var(--plume); margin-bottom: 1.2rem; }
.filtres ul { list-style: none; margin: 0 0 2rem; padding: 0; }
.filtres li { border-bottom: 1px solid var(--trait); }
.filtres li a {
  display: flex; justify-content: space-between; align-items: center; gap: .8rem;
  padding: .85em 0; color: var(--encre); font-size: .88rem; letter-spacing: .05em;
}
.filtres li a:hover, .filtres li a.est-actif { color: var(--rose); }
.filtres li a .nb { font-size: .72rem; color: var(--plume); }
.filtres-note { font-size: .82rem; color: var(--plume); line-height: 1.7; border-left: 2px solid var(--rose); padding-left: 1rem; }

.recherche { position: relative; margin-bottom: 1.6rem; }
.recherche input {
  width: 100%; padding: .9em 2.6em .9em 1em; border: 1px solid var(--trait);
  background: var(--blanc); font-family: var(--corps); font-size: .9rem; color: var(--encre);
}
.recherche button {
  position: absolute; right: .3em; top: 50%; transform: translateY(-50%);
  background: none; border: 0; cursor: pointer; color: var(--plume); padding: .5em;
}

.grille-articles { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2.4vw, 2rem); }

.article-vignette { background: transparent; position: relative; display: flex; flex-direction: column; }
.article-vignette .visuel { position: relative; overflow: hidden; display: block; }
.article-vignette .visuel img {
  width: 100%; aspect-ratio: 1 / 1; object-fit: cover;
  transition: transform 1s cubic-bezier(.22, .61, .36, 1);
}
.article-vignette:hover .visuel img { transform: scale(1.06); }
.article-vignette .infos { padding: 1.1rem 0 0; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
.article-vignette .cat { font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--rose); }
.article-vignette h3 { font-size: 1.32rem; letter-spacing: .01em; text-transform: none; margin: 0; line-height: 1.25; }
.article-vignette .desc { font-size: .85rem; color: var(--plume); line-height: 1.65; margin: 0; }
.article-vignette .vignette-pied { margin-top: auto; padding-top: 1rem; display: flex; gap: .5rem; align-items: center; }
.article-vignette .ref { font-size: .7rem; color: var(--plume); letter-spacing: .1em; }

/* Bouton « ajouter au devis » : pleine largeur, bordure fine uniforme.
   Le bandeau sombre qui apparaissait au-dessus venait d'une collision de
   classes : le conteneur s'appelait « pied », comme le pied de page, et
   héritait donc de son fond encre. Il s'appelle désormais vignette-pied. */
.article-vignette .btn-ajout {
  flex: 1 1 100%; width: 100%;
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: .95em 1em;
  border: 1px solid #17121a;
  background-color: transparent;
  color: #17121a;
  font-family: var(--titre); font-weight: 300;
  font-size: .68rem; letter-spacing: .18em; text-transform: uppercase;
  cursor: pointer; border-radius: 0;
  -webkit-appearance: none; appearance: none;
  transition: background-color .35s ease, color .35s ease, border-color .35s ease;
}
.article-vignette .btn-ajout .lb { color: inherit; }
.article-vignette .btn-ajout svg { color: inherit; flex: none; }
.article-vignette .btn-ajout:hover,
.article-vignette .btn-ajout:focus-visible { background-color: #17121a; color: #ffffff; }
.article-vignette .btn-ajout.dedans {
  background-color: #e03b94; border-color: #e03b94; color: #ffffff;
}
.article-vignette .btn-ajout.dedans:hover { background-color: #a8226c; border-color: #a8226c; }

.sans-prix {
  display: inline-flex; align-items: center; gap: .6em;
  background: var(--rose-voile); color: var(--rose-profond);
  font-size: .72rem; letter-spacing: .1em; padding: .75em 1.2em; margin-bottom: 2rem;
}

/* Barre panier flottante */
.barre-panier {
  position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 130%); z-index: 80;
  display: flex; align-items: center; gap: 1.2rem;
  background: var(--encre); color: #fff; padding: .85rem .9rem .85rem 1.6rem;
  box-shadow: var(--ombre-forte); transition: transform .55s cubic-bezier(.22, .61, .36, 1);
  max-width: calc(100vw - 2rem);
}
.barre-panier.visible { transform: translate(-50%, 0); }
.barre-panier .txt { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.barre-panier .txt b { color: var(--rose); font-weight: 300; }
.barre-panier .btn { padding: .85em 1.5em; font-size: .64rem; }

/* Panier / demande de devis */
.panier-ligne {
  display: grid; grid-template-columns: 96px 1fr auto auto; gap: 1.2rem;
  align-items: center; padding: 1.2rem 0; border-bottom: 1px solid var(--trait);
}
.panier-ligne img { width: 96px; height: 96px; object-fit: cover; }
.panier-ligne h3 { font-size: 1.28rem; margin: 0 0 .2rem; text-transform: none; letter-spacing: .01em; line-height: 1.25; }
.panier-ligne .meta { font-size: .78rem; color: var(--plume); letter-spacing: .06em; }
.compteur-qte { display: inline-flex; align-items: center; border: 1px solid var(--trait); }
.compteur-qte button {
  width: 36px; height: 38px; border: 0; background: none; cursor: pointer;
  color: var(--encre); font-size: 1rem; line-height: 1;
}
.compteur-qte button:hover { color: var(--rose); }
.compteur-qte input {
  width: 42px; height: 38px; border: 0; text-align: center; font-family: var(--corps);
  font-size: .9rem; color: var(--encre); background: none;
  -moz-appearance: textfield;
}
.compteur-qte input::-webkit-outer-spin-button,
.compteur-qte input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.retirer { background: none; border: 0; cursor: pointer; color: var(--plume); padding: .5rem; transition: color .3s; }
.retirer:hover { color: var(--rose); }

.vide-etat { text-align: center; padding: clamp(3rem, 8vw, 6rem) 1rem; }
.vide-etat .script { display: block; margin-bottom: 1rem; }
.vide-etat p { color: var(--plume); max-width: 420px; margin: 0 auto 2rem; }

/* --------------------------------------------------------------------------
   14. Formulaires
   -------------------------------------------------------------------------- */
.form-grille { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem 1.6rem; }
.champ { display: flex; flex-direction: column; gap: .55rem; }
.champ.pleine { grid-column: 1 / -1; }
.champ label {
  font-size: .66rem; letter-spacing: .22em; text-transform: uppercase; color: var(--plume);
}
.champ label .oblig { color: var(--rose); }
.champ input:not([type="checkbox"]):not([type="radio"]),
.champ select, .champ textarea {
  width: 100%; padding: .95em 1.05em;
  border: 1px solid var(--trait); background: var(--blanc);
  font-family: var(--corps); font-weight: 300; font-size: .97rem; color: var(--encre);
  transition: border-color .3s ease, box-shadow .3s ease;
  border-radius: 0; -webkit-appearance: none; appearance: none;
}
.champ select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%238b8189' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1.05em center; background-size: 12px;
  padding-right: 2.6em;
}
.champ textarea { min-height: 150px; resize: vertical; line-height: 1.7; }
.champ input:not([type="checkbox"]):not([type="radio"]):focus,
.champ select:focus, .champ textarea:focus {
  outline: none; border-color: var(--rose); box-shadow: 0 0 0 3px rgba(224, 59, 148, .1);
}
.champ .aide { font-size: .78rem; color: var(--plume); line-height: 1.6; }
.champ.erreur input, .champ.erreur select, .champ.erreur textarea { border-color: #c0392b; }
.champ .msg-erreur { font-size: .78rem; color: #c0392b; }

.pot-de-miel { position: absolute !important; left: -9999px !important; opacity: 0; height: 0; }

/* ---- Cases à cocher et boutons radio -------------------------------------
   Contrôles redessinés : la remise à zéro d'apparence des champs de
   formulaire supprimait aussi le coche natif, d'où des carrés vides.
   Le coche est ici une image SVG en fond — pas un pseudo-élément, que
   certains navigateurs refusent d'appliquer aux champs de saisie. */
.case-a-cocher input[type="checkbox"],
.case-a-cocher input[type="radio"],
.groupe-radio input[type="checkbox"],
.groupe-radio input[type="radio"],
input.coche {
  -webkit-appearance: none; appearance: none;
  width: 20px; height: 20px; flex: none; margin: 0; padding: 0;
  border: 1px solid var(--trait); background-color: var(--blanc);
  background-repeat: no-repeat; background-position: center;
  background-size: 12px 9px;
  cursor: pointer; border-radius: 0; vertical-align: middle;
  transition: background-color .2s ease, border-color .2s ease;
}
.case-a-cocher input[type="radio"],
.groupe-radio input[type="radio"],
input.coche[type="radio"] { border-radius: 50%; }

.case-a-cocher input:checked,
.groupe-radio input:checked,
input.coche:checked {
  background-color: var(--rose);
  border-color: var(--rose);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M1.6 6.3 5.8 10.4 14.4 1.6' fill='none' stroke='%23ffffff' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.case-a-cocher input:hover,
.groupe-radio input:hover,
input.coche:hover { border-color: var(--rose); }

.case-a-cocher input:focus-visible,
.groupe-radio input:focus-visible,
input.coche:focus-visible { outline: 2px solid var(--rose); outline-offset: 2px; }

.case-a-cocher { display: flex; gap: .8rem; align-items: flex-start; font-size: .88rem; color: var(--encre-doux); line-height: 1.6; }
.case-a-cocher input { margin-top: .2em; }

.groupe-radio { display: flex; flex-wrap: wrap; gap: .6rem; }
.groupe-radio label {
  display: inline-flex; align-items: center; gap: .55em; cursor: pointer;
  border: 1px solid var(--trait); padding: .7em 1.1em; background: var(--blanc);
  font-size: .8rem; letter-spacing: .08em; text-transform: none; color: var(--encre);
  transition: all .3s ease;
}
.groupe-radio label:hover { border-color: var(--rose); }

.groupe-radio input:checked + span { color: var(--rose); }
.groupe-radio label:has(input:checked) { border-color: var(--rose); background: var(--rose-voile); }

.form-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 2rem; }
.form-note { font-size: .8rem; color: var(--plume); }

.alerte {
  padding: 1.1rem 1.3rem; margin-bottom: 1.8rem; font-size: .92rem; line-height: 1.65;
  border-left: 3px solid var(--rose); background: var(--rose-voile); color: var(--encre);
}
.alerte-succes { border-color: #2f8f5b; background: #eef7f1; }
.alerte-erreur { border-color: #c0392b; background: #fdefed; }
.alerte ul { margin: .5rem 0 0; padding-left: 1.2rem; }

/* --------------------------------------------------------------------------
   15. Témoignages & avis
   -------------------------------------------------------------------------- */
.temoignage { text-align: center; max-width: 720px; margin: 0 auto; }
.temoignage .texte {
  font-size: clamp(1.05rem, 1.7vw, 1.3rem); line-height: 1.85; color: var(--encre-doux);
  font-style: italic; margin-bottom: 1.6rem;
}
.temoignage .auteur { font-size: .72rem; letter-spacing: .26em; text-transform: uppercase; color: var(--rose); }
.temoignage .contexte { font-size: .78rem; color: var(--plume); margin-top: .4rem; }
.etoile { color: var(--trait); font-size: 1rem; letter-spacing: .12em; }
.etoile.pleine { color: var(--rose); }

.carrousel { position: relative; }
.carrousel-piste { display: flex; transition: transform .7s cubic-bezier(.22, .61, .36, 1); }
.carrousel-vue { overflow: hidden; }
.carrousel-item { flex: 0 0 100%; padding: 0 clamp(1rem, 4vw, 3rem); }
.carrousel-nav { display: flex; justify-content: center; gap: .6rem; margin-top: 2.6rem; }
.carrousel-nav button {
  width: 9px; height: 9px; border-radius: 50%; border: 1px solid var(--rose);
  background: transparent; cursor: pointer; padding: 0; transition: background .3s ease;
}
.carrousel-nav button[aria-current="true"] { background: var(--rose); }
.carrousel-fleche {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 46px; height: 46px; border: 1px solid var(--trait); background: var(--blanc);
  cursor: pointer; color: var(--encre); display: flex; align-items: center; justify-content: center;
  transition: all .3s ease; z-index: 2;
}
.carrousel-fleche:hover { background: var(--rose); border-color: var(--rose); color: #fff; }
.carrousel-fleche.prec { left: -6px; }
.carrousel-fleche.suiv { right: -6px; }

.avis-google { background: var(--blanc); padding: clamp(1.2rem, 3vw, 2rem); }
.avis-google iframe { width: 100%; min-height: 420px; border: 0; display: block; }
/* Widgets d'avis à script (Elfsight, Trustindex…) */
.avis-widget { width: 100%; }
.avis-widget[hidden] { display: none; }
.avis-widget > *:last-child { margin-bottom: 0; }
.avis-vide { text-align: center; color: var(--plume); font-size: .9rem; padding: 3rem 1rem; border: 1px dashed var(--trait); }

/* --------------------------------------------------------------------------
   16. Partenaires
   -------------------------------------------------------------------------- */
.partenaires {
  display: flex; flex-wrap: wrap; justify-content: space-evenly; align-items: center;
  gap: clamp(1.8rem, 4vw, 4rem) clamp(2rem, 5vw, 5rem);
}
.partenaires a, .partenaires span { display: block; }
.partenaires img {
  height: clamp(68px, 7.2vw, 118px); width: auto; max-width: 100%;
  opacity: .58; filter: grayscale(1);
  transition: opacity .4s ease, filter .4s ease, transform .5s cubic-bezier(.22, .61, .36, 1);
}
.partenaires a:hover img { opacity: 1; filter: none; transform: scale(1.04); }

/* --------------------------------------------------------------------------
   17. Galerie
   -------------------------------------------------------------------------- */
.mosaique { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.mosaique a { display: block; overflow: hidden; position: relative; }
.mosaique img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; transition: transform 1s cubic-bezier(.22, .61, .36, 1); }
.mosaique a:hover img { transform: scale(1.07); }
.mosaique a::after {
  content: ''; position: absolute; inset: 0; background: rgba(224, 59, 148, 0); transition: background .4s ease;
}
.mosaique a:hover::after { background: rgba(224, 59, 148, .18); }

/* Visionneuse */
.visionneuse {
  position: fixed; inset: 0; z-index: 120; background: rgba(23, 18, 26, .95);
  display: flex; align-items: center; justify-content: center; padding: 3rem 1.5rem;
  opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s;
}
.visionneuse.ouverte { opacity: 1; visibility: visible; }
.visionneuse img { max-width: 100%; max-height: 88vh; object-fit: contain; }
.visionneuse button {
  position: absolute; background: none; border: 1px solid rgba(255, 255, 255, .35); color: #fff;
  width: 48px; height: 48px; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: all .3s ease;
}
.visionneuse button:hover { background: var(--rose); border-color: var(--rose); }
.visionneuse .fermer { top: 1.5rem; right: 1.5rem; }
.visionneuse .prec { left: 1.5rem; top: 50%; transform: translateY(-50%); }
.visionneuse .suiv { right: 1.5rem; top: 50%; transform: translateY(-50%); }

/* --------------------------------------------------------------------------
   18. Bloc contact / horaires
   -------------------------------------------------------------------------- */
.coord-liste { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.6rem; }
.coord-liste li { display: flex; gap: 1.1rem; align-items: flex-start; }
.coord-liste .ic {
  flex: none; width: 40px; height: 40px; border: 1px solid var(--rose); color: var(--rose);
  display: flex; align-items: center; justify-content: center; border-radius: 50%;
}
.coord-liste .lb { font-size: .64rem; letter-spacing: .22em; text-transform: uppercase; color: var(--plume); display: block; margin-bottom: .2rem; }
.coord-liste a { color: var(--encre); }
.coord-liste a:hover { color: var(--rose); }

.horaires { list-style: none; margin: 0; padding: 0; }
.horaires li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .72em 0; border-bottom: 1px solid var(--trait); font-size: .92rem;
}
.horaires li:last-child { border-bottom: 0; }
.horaires .jour { letter-spacing: .1em; text-transform: uppercase; font-size: .72rem; color: var(--plume); }
.horaires li.aujourdhui .jour { color: var(--rose); }
.horaires li.aujourdhui { color: var(--rose); }
.horaires .ferme { color: var(--plume); font-style: italic; }

.carte-maps { width: 100%; min-height: 380px; border: 0; display: block; filter: grayscale(1) contrast(1.05); }
.carte-maps-vide {
  min-height: 380px; display: flex; align-items: center; justify-content: center;
  background: var(--rose-voile); color: var(--plume); font-size: .9rem; text-align: center; padding: 2rem;
}

/* --------------------------------------------------------------------------
   19. Appel à l'action final
   -------------------------------------------------------------------------- */
.cta-final { position: relative; text-align: center; color: #fff; overflow: hidden; padding: clamp(5rem, 10vw, 8.5rem) var(--marge); }
.cta-final-media { position: absolute; inset: 0; z-index: 0; }
.cta-final-media img { width: 100%; height: 100%; object-fit: cover; }
.cta-final-media::after { content: ''; position: absolute; inset: 0; background: rgba(23, 18, 26, .68); }
.cta-final-int { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.cta-final h2 { color: #fff; }
.cta-final p { color: rgba(255, 255, 255, .85); }

/* --------------------------------------------------------------------------
   20. Pied de page
   -------------------------------------------------------------------------- */
footer.pied { background: var(--encre); color: rgba(255, 255, 255, .68); padding: clamp(3.5rem, 6vw, 5.5rem) 0 0; font-size: .92rem; }
footer.pied a { color: rgba(255, 255, 255, .68); }
footer.pied a:hover { color: var(--rose); }
.pied-grille { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: clamp(2rem, 4vw, 3.5rem); }
footer.pied h3 { font-family: var(--titre); font-weight: 300; font-size: .68rem; letter-spacing: .26em; text-transform: uppercase; color: #fff; margin-bottom: 1.4rem; }
footer.pied ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.pied-logo img { width: 200px; margin-bottom: 1.4rem; }
.pied-baseline { font-family: var(--plume-font); font-size: 1.5rem; color: var(--rose); margin-bottom: 1.2rem; }
.pied-social { display: flex; gap: .7rem; margin-top: 1.6rem; }
.pied-social a {
  width: 40px; height: 40px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; transition: all .35s ease; color: #fff;
}
.pied-social a:hover { background: var(--rose); border-color: var(--rose); }
.pied-bas {
  margin-top: clamp(3rem, 5vw, 4.5rem); padding: 1.6rem 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: space-between; align-items: center;
  font-size: .78rem; color: rgba(255, 255, 255, .5);
}
.pied-bas nav { display: flex; flex-wrap: wrap; gap: 1.4rem; }

/* --------------------------------------------------------------------------
   21. Bandeau cookies
   -------------------------------------------------------------------------- */
.cookies {
  position: fixed; left: 50%; bottom: 20px; transform: translate(-50%, 160%); z-index: 130;
  width: min(680px, calc(100vw - 2rem)); background: var(--blanc);
  box-shadow: var(--ombre-forte); padding: clamp(1.4rem, 3vw, 2rem);
  transition: transform .6s cubic-bezier(.22, .61, .36, 1);
  border-top: 3px solid var(--rose);
}
.cookies.visible { transform: translate(-50%, 0); }
.cookies h2 { font-family: var(--titre); font-weight: 300; font-size: .74rem; letter-spacing: .24em; text-transform: uppercase; margin-bottom: .8rem; }
.cookies p { font-size: .87rem; line-height: 1.7; color: var(--encre-doux); margin-bottom: 1.2rem; }
.cookies-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.cookies-reglages { display: none; margin-bottom: 1.3rem; border-top: 1px solid var(--trait); padding-top: 1.2rem; }
.cookies-reglages.ouvert { display: block; }
.cookies-choix { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--trait); }
.cookies-choix:last-child { border-bottom: 0; }
.cookies-choix .lb { font-size: .84rem; }
.cookies-choix .ds { font-size: .78rem; color: var(--plume); line-height: 1.55; }
.interrupteur { position: relative; width: 44px; height: 24px; flex: none; }
.interrupteur input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; z-index: 2; }
.interrupteur .piste {
  position: absolute; inset: 0; background: var(--trait); border-radius: 12px; transition: background .3s ease;
}
.interrupteur .piste::after {
  content: ''; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px;
  background: #fff; border-radius: 50%; transition: transform .3s ease;
}
.interrupteur input:checked + .piste { background: var(--rose); }
.interrupteur input:checked + .piste::after { transform: translateX(20px); }
.interrupteur input:disabled + .piste { opacity: .55; }

/* --------------------------------------------------------------------------
   22. Contenu légal
   -------------------------------------------------------------------------- */
.texte-legal { max-width: var(--lg-texte); }
.texte-legal h2 {
  font-size: 1.75rem; letter-spacing: .01em; text-transform: none; line-height: 1.2;
  margin: 3rem 0 1rem; padding-top: 2rem; border-top: 1px solid var(--trait);
}
.texte-legal h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.texte-legal h3 { font-size: 1.3rem; letter-spacing: .01em; text-transform: none; margin: 2.2rem 0 .7rem; }
.texte-legal ul, .texte-legal ol { padding-left: 1.4rem; margin: 0 0 1.4rem; }
.texte-legal li { margin-bottom: .55rem; }
.texte-legal table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: .9rem; }
.texte-legal th, .texte-legal td { text-align: left; padding: .8rem; border: 1px solid var(--trait); vertical-align: top; }
.texte-legal th { background: var(--rose-voile); font-weight: 300; letter-spacing: .06em; }
.sommaire { background: var(--blanc); padding: 1.6rem 1.8rem; margin-bottom: 3rem; }
.sommaire ol { margin: 0; padding-left: 1.2rem; columns: 2; column-gap: 2rem; }
.sommaire li { margin-bottom: .45rem; font-size: .9rem; }

/* --------------------------------------------------------------------------
   23. Prose (contenus riches saisis depuis le tableau de bord)
   -------------------------------------------------------------------------- */
.prose { max-width: var(--lg-texte); }
.prose h2 { font-size: 2rem; letter-spacing: .01em; text-transform: none; line-height: 1.2; margin: 2.6rem 0 .9rem; }
.prose h3 { font-size: 1.5rem; letter-spacing: .01em; text-transform: none; line-height: 1.25; margin: 2rem 0 .7rem; }
.prose ul, .prose ol { padding-left: 1.4rem; margin: 0 0 1.4rem; }
.prose li { margin-bottom: .5rem; }
.prose blockquote {
  margin: 2rem 0; padding: 0 0 0 1.6rem; border-left: 2px solid var(--rose);
  font-style: italic; color: var(--encre-doux);
}
.prose strong, .prose b { font-weight: 300; color: var(--rose-profond); }

/* Liste « ce qui est inclus » */
.liste-inclus { list-style: none; margin: 0; padding: 0; display: grid; gap: .95rem; }
.liste-inclus li { display: flex; gap: .95rem; align-items: flex-start; line-height: 1.7; }
.liste-inclus li::before {
  content: ''; flex: none; width: 7px; height: 7px; margin-top: .68em;
  border: 1px solid var(--rose); transform: rotate(45deg);
}

/* --------------------------------------------------------------------------
   24. Divers
   -------------------------------------------------------------------------- */
.pagination { display: flex; justify-content: center; gap: .5rem; margin-top: 3.5rem; flex-wrap: wrap; }
.pagination a, .pagination span {
  min-width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--trait); font-size: .84rem; color: var(--encre); padding: 0 .6rem;
}
.pagination a:hover { border-color: var(--rose); color: var(--rose); }
.pagination .courant { background: var(--encre); border-color: var(--encre); color: #fff; }

.ancre-haut {
  position: fixed; right: 22px; bottom: 22px; z-index: 70;
  width: 46px; height: 46px; background: var(--encre); color: #fff;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  opacity: 0; visibility: hidden; transition: all .4s ease; border: 0;
}
.ancre-haut.visible { opacity: 1; visibility: visible; }
.ancre-haut:hover { background: var(--rose); }

.notif {
  position: fixed; top: calc(var(--entete-h) + 14px); right: 20px; z-index: 140;
  background: var(--encre); color: #fff; padding: 1rem 1.4rem; font-size: .84rem;
  box-shadow: var(--ombre-forte); transform: translateX(130%); transition: transform .5s cubic-bezier(.22, .61, .36, 1);
  display: flex; align-items: center; gap: .8rem; max-width: min(360px, calc(100vw - 2.5rem));
}
.notif.visible { transform: none; }
.notif .ic { color: var(--rose); flex: none; }

/* Révélations au défilement */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s ease, transform .9s cubic-bezier(.22, .61, .36, 1); }
.reveal.vu { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .08s; }
.reveal-d2 { transition-delay: .16s; }
.reveal-d3 { transition-delay: .24s; }
.reveal-d4 { transition-delay: .32s; }

.masque { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.centre { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }

/* --------------------------------------------------------------------------
   25. Adaptations
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .nav-principale { display: none; }
  .burger { display: flex; }
  .catalogue-agencement { grid-template-columns: 1fr; }
  .filtres { position: static; }
  .filtres ul { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.4rem; }
  .filtres li { border: 1px solid var(--trait); }
  .filtres li a { padding: .6em 1em; font-size: .8rem; }
  .filtres li a.est-actif { border-color: var(--rose); }
  .pied-grille { grid-template-columns: repeat(2, 1fr); }
  .g-4 { grid-template-columns: repeat(2, 1fr); }
  .rubans { grid-template-columns: repeat(3, 1fr); }
  .ruban:nth-child(3) { border-right: 0; }
}

@media (max-width: 860px) {
  body { font-size: 16px; }
  .duo { grid-template-columns: 1fr; }
  .duo-inverse { direction: ltr; }
  .duo-media .cadre { inset: 12px -12px -12px 12px; }
  .duo-vignette { position: relative; width: 55%; bottom: auto; right: auto; margin: -3rem 0 0 auto; }
  .g-3 { grid-template-columns: repeat(2, 1fr); }
  .grille-articles { grid-template-columns: repeat(2, 1fr); }
  .mosaique { grid-template-columns: repeat(2, 1fr); }
  .form-grille { grid-template-columns: 1fr; }
  .sommaire ol { columns: 1; }
  .carrousel-fleche { display: none; }
}

@media (max-width: 620px) {
  :root { --entete-h: 74px; }
  .g-2, .g-3, .g-4 { grid-template-columns: 1fr; }
  .rubans { grid-template-columns: repeat(2, 1fr); }
  .ruban { border-right: 1px solid var(--trait); border-bottom: 1px solid var(--trait); }
  .ruban:nth-child(2n) { border-right: 0; }
  .ruban:nth-child(3) { border-right: 1px solid var(--trait); }
  .grille-articles { grid-template-columns: repeat(2, 1fr); gap: .8rem; }
  .article-vignette .infos { padding: .9rem 0 0; }
  .article-vignette h3 { font-size: .88rem; }
  .article-vignette .desc { display: none; }
  .pied-grille { grid-template-columns: 1fr; }
  .panier-ligne { grid-template-columns: 72px 1fr; grid-template-areas: "img txt" "qte act"; row-gap: .8rem; }
  .panier-ligne img { width: 72px; height: 72px; grid-area: img; }
  .panier-ligne .detail { grid-area: txt; }
  .panier-ligne .compteur-qte { grid-area: qte; }
  .panier-ligne .retirer { grid-area: act; justify-self: end; }
  .barre-panier { left: 1rem; right: 1rem; bottom: 1rem; transform: translateY(160%); width: auto; max-width: none; padding: .8rem; }
  .barre-panier.visible { transform: none; }
  .barre-panier .txt { font-size: .68rem; }
  .heros { min-height: 88vh; }
  .cookies { left: 0; right: 0; bottom: 0; width: 100%; transform: translateY(120%); }
  .cookies.visible { transform: none; }
  .btn { padding: 1em 1.7em; font-size: .68rem; letter-spacing: .2em; }
  .visionneuse .prec { left: .5rem; } .visionneuse .suiv { right: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .plume-trait { clip-path: none; }
}

@media print {
  .entete, .pied, .cookies, .barre-panier, .ancre-haut, .menu-mobile { display: none !important; }
  body { background: #fff; color: #000; font-size: 12pt; }
  .bloc { padding: 1rem 0; }
}

/* ==========================================================================
   CONTENUS EXTERNES BLOQUÉS AVANT CONSENTEMENT
   ========================================================================== */
.consentement-message {
  background: var(--rose-voile);
  border-left: 3px solid var(--rose);
  padding: 1.4rem 1.6rem;
  font-size: .9rem;
  line-height: 1.7;
  color: var(--plume);
}
.consentement-message a { color: var(--rose); }

/* Tant que l'iframe n'a pas reçu son adresse, elle reste invisible */
iframe[data-consentement-src]:not([src]) { display: none; }

/* …et le message disparaît dès que le contenu est autorisé */
[data-consentement-bloc]:has(iframe[data-consentement-src][src]) .consentement-message { display: none; }

.avis-google iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

/* ==========================================================================
   GALERIE
   ========================================================================== */
.galerie-filtres {
  display: flex; flex-wrap: wrap; gap: .5rem;
  margin-bottom: 2rem; padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--trait);
}
.galerie-filtres a {
  display: inline-flex; align-items: center; gap: .6em;
  padding: .62em 1.25em; border: 1px solid var(--trait);
  font-family: var(--titre); font-weight: 300;
  font-size: .72rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--encre); background: var(--blanc);
  transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}
.galerie-filtres a:hover { border-color: var(--rose); color: var(--rose); }
.galerie-filtres a.est-actif { background: var(--encre); border-color: var(--encre); color: #fff; }
.galerie-filtres .nb { font-size: .68rem; opacity: .55; }
.galerie-filtres a.est-actif .nb { opacity: .7; }

/* Mur d'images : colonnes de hauteur libre, l'ordre reste lisible */
.galerie-mur {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-auto-rows: 190px;
  grid-auto-flow: dense;   /* les portraits occupent deux rangées : on comble les trous */
  gap: 10px;
}
.galerie-case {
  position: relative; overflow: hidden; display: block;
  background: var(--rose-voile);
  grid-row: span 1;
}
.galerie-case.haut { grid-row: span 2; }
.galerie-case img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 1.1s cubic-bezier(.22, .61, .36, 1);
}
.galerie-case:hover img, .galerie-case:focus-visible img { transform: scale(1.07); }
.galerie-case .voile {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(23, 18, 26, .42); color: #fff;
  opacity: 0; transition: opacity .35s ease;
}
.galerie-case:hover .voile, .galerie-case:focus-visible .voile { opacity: 1; }
.galerie-case:focus-visible { outline: 2px solid var(--rose); outline-offset: 3px; }

/* Aperçu de la galerie sur la page d'accueil */
.galerie-apercu {
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px; gap: 10px;
}
.galerie-apercu a { position: relative; overflow: hidden; display: block; background: var(--rose-voile); }
.galerie-apercu a:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.galerie-apercu a:nth-child(6) { grid-column: span 2; }
.galerie-apercu img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.22,.61,.36,1); }
.galerie-apercu a:hover img { transform: scale(1.06); }

@media (max-width: 860px) {
  .galerie-mur { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); grid-auto-rows: 140px; gap: 7px; }
  .galerie-apercu { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .galerie-apercu a:nth-child(1) { grid-column: span 2; grid-row: span 1; }
  .galerie-apercu a:nth-child(6) { grid-column: span 2; }
}
@media (max-width: 620px) {
  .galerie-filtres a { padding: .55em 1em; font-size: .66rem; }
}

/* ==========================================================================
   CRÉNEAUX DE RENDEZ-VOUS
   ========================================================================== */
.creneaux {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
  gap: .6rem; align-items: stretch;
}
.creneau {
  position: relative; display: flex; flex-direction: column; gap: .15rem;
  padding: .85em 1em; cursor: pointer;
  border: 1px solid var(--trait); background: var(--blanc);
  transition: border-color .25s ease, background-color .25s ease, box-shadow .25s ease;
}
.creneau input { position: absolute; opacity: 0; width: 0; height: 0; }
.creneau .jour {
  font-size: .8rem; color: var(--encre); letter-spacing: .02em;
}
.creneau .heure {
  font-family: var(--titre); font-weight: 300;
  font-size: .72rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--plume);
}
.creneau:hover { border-color: var(--rose); }
.creneau:has(input:checked) {
  border-color: var(--rose); background: var(--rose-voile);
  box-shadow: inset 0 0 0 1px var(--rose);
}
.creneau:has(input:checked) .heure { color: var(--rose); }
.creneau:has(input:checked)::after {
  content: ''; position: absolute; top: .7rem; right: .8rem;
  width: 16px; height: 16px; border-radius: 50%; background: var(--rose);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M1.6 6.3 5.8 10.4 14.4 1.6' fill='none' stroke='%23ffffff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 10px 8px; background-repeat: no-repeat; background-position: center;
}
.creneau:has(input:focus-visible) { outline: 2px solid var(--rose); outline-offset: 2px; }

@media (max-width: 620px) {
  .creneaux { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: .5rem; }
  .creneau { padding: .75em .85em; }
}

/* ==========================================================================
   VIDÉOS
   ========================================================================== */
.video-bloc { position: relative; overflow: hidden; background: var(--encre); }
.video-bloc video { width: 100%; height: 100%; object-fit: cover; display: block; }

.video-paysage video { aspect-ratio: 16 / 9; }
.video-portrait { max-width: 380px; }
.video-portrait video { aspect-ratio: 9 / 16; }

/* Bande pleine largeur, la vidéo sert de fond */
.video-bande { min-height: clamp(340px, 56vh, 620px); display: flex; align-items: center; justify-content: center; }
.video-bande video { position: absolute; inset: 0; }
.video-voile {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(23,18,26,.42) 0%, rgba(23,18,26,.58) 100%);
}
.video-int {
  position: relative; z-index: 2; text-align: center; color: #fff;
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.2rem, 5vw, 3rem); max-width: 760px;
}
.video-phrase {
  font-family: var(--titre-affiche); font-weight: 400;
  font-size: clamp(1.7rem, 4vw, 3rem); line-height: 1.16;
  margin: 0 0 1.8rem; color: #fff;
  text-shadow: 0 2px 40px rgba(0, 0, 0, .4);
}
.video-phrase .accent { color: var(--rose); }

/* Bouton de lecture */
.video-lecture {
  position: absolute; inset: 0; z-index: 3;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .9rem; width: 100%; border: 0; cursor: pointer;
  background: rgba(23, 18, 26, .28);
  color: #fff; font-family: var(--titre); font-weight: 300;
  transition: background-color .35s ease, opacity .3s ease;
}
.video-lecture:hover { background: rgba(23, 18, 26, .14); }
.video-lecture .rond {
  width: 66px; height: 66px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .75);
  display: inline-flex; align-items: center; justify-content: center;
  padding-left: 4px; transition: background-color .35s ease, color .35s ease, transform .35s ease;
}
.video-lecture:hover .rond { background: var(--rose); border-color: var(--rose); transform: scale(1.06); }
.video-lecture .txt {
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  max-width: 80%; text-align: center;
}
.video-bloc.joue .video-lecture { opacity: 0; pointer-events: none; }
.video-lecture:focus-visible { outline: 2px solid var(--rose); outline-offset: -6px; }

/* Vignettes vidéo de la galerie */
.galerie-videos {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 12px; margin-bottom: 2.4rem;
}
.galerie-videos .video-bloc.video-portrait { max-width: none; }
.galerie-videos .video-portrait video { aspect-ratio: 3 / 4; }

@media (max-width: 620px) {
  .video-portrait { max-width: none; }
  .video-lecture .rond { width: 54px; height: 54px; }
}
@media (prefers-reduced-motion: reduce) {
  .video-bande video, .video-bloc.auto video { display: none; }
  .video-bande { background: var(--encre) url('../img/video/ceremonie-installee.jpg') center/cover; }
}
