:root {
  --sauge: #8A9B84;
  --sauge-fonce: #5F7059;
  --sauge-tres-fonce: #485643;
  --eau: #E8EFE8;
  --creme: #FAF7F2;
  --rose: #D9A69A;
  --rose-pale: #F3E4DF;
  --rose-fonce: #A66B5C;
  --encre: #3A3833;
  --encre-douce: #6B675E;
  --blanc: #FFFFFF;
  --serif: "Prata", Georgia, serif;
  --sans: "Nunito Sans", "Segoe UI", sans-serif;
  --rayon: 22px;
  --ombre: 0 10px 32px rgba(72, 86, 67, 0.10);
  --ombre-douce: 0 4px 18px rgba(72, 86, 67, 0.07);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
  font-family: var(--sans);
  color: var(--encre);
  background: var(--creme);
  line-height: 1.7;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.25; color: var(--encre); }

h1 { font-size: clamp(2rem, 4.2vw, 2.9rem); }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.5rem); margin-bottom: 0.5em; }
h3 { font-size: 1.3rem; }

p { max-width: 68ch; }

a { color: var(--sauge-fonce); }

img, svg { max-width: 100%; }

.conteneur { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

section { padding: 96px 0; position: relative; }

.surtitre {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--rose-fonce);
  margin-bottom: 14px;
}

/* ---------- Header ---------- */
header.site {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(250, 247, 242, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: box-shadow 0.3s ease;
}
header.site.ombre { box-shadow: 0 2px 20px rgba(72, 86, 67, 0.10); }

.barre {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--sauge-tres-fonce);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.logo svg { width: 26px; height: 26px; flex-shrink: 0; }
.logo img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex-shrink: 0;
}

nav.principale { display: flex; gap: 24px; }
nav.principale a {
  text-decoration: none;
  color: var(--encre-douce);
  font-weight: 600;
  font-size: 0.92rem;
  transition: color 0.2s;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
nav.principale a:hover { color: var(--sauge-tres-fonce); }
nav.principale a.actif { color: var(--sauge-tres-fonce); border-bottom-color: var(--rose); }

.bouton {
  display: inline-block;
  background: var(--rose);
  color: var(--encre);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  padding: 13px 26px;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: var(--ombre-douce);
  border: none;
  cursor: pointer;
}
.bouton:hover { transform: translateY(-2px); background: #E0B1A5; box-shadow: 0 8px 24px rgba(166, 107, 92, 0.25); }
.bouton.petit { padding: 10px 20px; font-size: 0.88rem; }
.bouton.contour {
  background: transparent;
  box-shadow: none;
  border: 1.5px solid var(--sauge);
  color: var(--sauge-tres-fonce);
}
.bouton.contour:hover { background: var(--eau); }

.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.burger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--encre);
  margin: 5px 0;
  border-radius: 2px;
  transition: 0.3s;
}

/* ---------- Hero accueil ---------- */
.hero {
  padding: 170px 0 40px;
  overflow: hidden;
}
.hero .conteneur {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(2rem, 4.6vw, 3rem);
  font-weight: 400;
  margin-bottom: 20px;
}
.hero h1 em { font-style: italic; color: var(--sauge-fonce); }
.sous-titre {
  font-size: 1.05rem;
  color: var(--encre-douce);
  font-weight: 600;
  margin-bottom: 14px;
}
.hero p.intro { color: var(--encre-douce); margin-bottom: 32px; }
.hero .actions { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.lien-doux {
  font-weight: 700;
  color: var(--sauge-tres-fonce);
  text-decoration: none;
  border-bottom: 2px solid var(--rose);
  padding-bottom: 2px;
  transition: border-color 0.2s;
}
.lien-doux:hover { border-color: var(--sauge); }

.visuel-hero { position: relative; aspect-ratio: 4 / 4.6; max-height: 540px; }
.forme-organique {
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, var(--eau) 0%, #D7E3D4 45%, var(--rose-pale) 100%);
  border-radius: 58% 42% 55% 45% / 48% 55% 45% 52%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--ombre);
}
.photo-hero { width: 100%; height: 100%; object-fit: cover; display: block; }
.placeholder-photo { text-align: center; color: var(--sauge-fonce); padding: 24px; }
.placeholder-photo svg { width: 130px; height: 130px; opacity: 0.75; }
.placeholder-photo span {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 10px;
  opacity: 0.7;
}
.pastille {
  position: absolute;
  bottom: 8%;
  left: -6%;
  background: var(--blanc);
  border-radius: 18px;
  box-shadow: var(--ombre);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--encre-douce);
}
.pastille svg { width: 30px; height: 30px; flex-shrink: 0; }

/* ---------- Hero de page intérieure ---------- */
.hero-page {
  padding: 165px 0 30px;
}
.hero-page h1 { margin-bottom: 16px; }
.hero-page .chapeau { color: var(--encre-douce); font-size: 1.1rem; max-width: 62ch; }

/* ---------- Vague séparatrice ---------- */
.vague { display: block; width: 100%; height: 70px; }

/* ---------- Fonds ---------- */
.fond-eau { background: var(--eau); }
.fond-blanc { background: var(--blanc); }

/* ---------- Mon histoire ---------- */
.histoire-grille {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: start;
}
.histoire-texte p { margin-bottom: 1.2em; }

.encart-blacky {
  background: var(--blanc);
  border-radius: var(--rayon);
  padding: 34px 30px;
  box-shadow: var(--ombre);
  position: sticky;
  top: 110px;
  border-top: 4px solid var(--rose);
}
.encart-blacky .photo-blacky {
  position: relative;
  aspect-ratio: 1;
  border-radius: 50% 50% 46% 54% / 52% 48% 52% 48%;
  background: linear-gradient(140deg, var(--rose-pale), var(--eau));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  max-width: 220px;
  overflow: hidden;
}
.photo-slot-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.photo-slot-img.ok { display: block; }
.encart-blacky .photo-blacky svg { width: 90px; height: 90px; color: var(--rose-fonce); opacity: 0.8; }
/* Masquer le cœur-repère quand une vraie photo de Blacky est présente */
.photo-blacky .photo-slot-img.ok ~ svg { display: none; }
.encart-blacky h3 { margin-bottom: 10px; color: var(--rose-fonce); }
.encart-blacky p { font-size: 0.97rem; color: var(--encre-douce); }

/* ---------- Approche ---------- */
.cartes-approche {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 20px;
  margin-top: 44px;
}
.carte-approche {
  background: var(--blanc);
  border-radius: var(--rayon);
  padding: 28px 22px;
  box-shadow: var(--ombre-douce);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.carte-approche:hover { transform: translateY(-5px); box-shadow: var(--ombre); }
.icone-ronde {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--eau);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.icone-ronde svg { width: 26px; height: 26px; color: var(--sauge-fonce); }
.carte-approche h3 { font-size: 1.05rem; margin-bottom: 8px; font-family: var(--sans); font-weight: 700; }
.carte-approche p { font-size: 0.92rem; color: var(--encre-douce); }

/* ---------- Prestations ---------- */
.cartes-prestations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 48px;
}
.carte-prestation {
  background: var(--blanc);
  border-radius: var(--rayon);
  overflow: hidden;
  box-shadow: var(--ombre-douce);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.carte-prestation:hover { transform: translateY(-6px); box-shadow: var(--ombre); }
.carte-prestation[hidden] { display: none; }
.bandeau-prestation {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bandeau-prestation svg { width: 64px; height: 64px; opacity: 0.85; }
.b1 { background: linear-gradient(135deg, #DCE7D9, var(--eau)); color: var(--sauge-fonce); }
.b2 { background: linear-gradient(135deg, var(--rose-pale), #F8EEE9); color: var(--rose-fonce); }
.b3 { background: linear-gradient(135deg, #EAE4D8, var(--creme)); color: #8A7B5C; }
/* Icône « pochoir » : le PNG sert de masque, la couleur vient du médaillon (currentColor) */
.ic-img {
  display: inline-block;
  width: 64px; height: 64px;
  background-color: currentColor;
  opacity: 0.9;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  -webkit-mask-size: contain; mask-size: contain;
}
.corps-prestation { padding: 30px 28px 28px; display: flex; flex-direction: column; flex: 1; }
.corps-prestation h3 { margin-bottom: 4px; }
.corps-prestation .pour-qui {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--rose-fonce);
  margin-bottom: 14px;
  min-height: 2.6em;
}
.corps-prestation p { font-size: 0.95rem; color: var(--encre-douce); flex: 1; }
.corps-prestation .lien-doux { margin-top: 18px; font-size: 0.92rem; align-self: flex-start; }
.tarif {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed #DDD6CB;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--sauge-tres-fonce);
  display: flex;
  justify-content: space-between;
}

.note-certif {
  margin-top: 26px;
  font-size: 0.9rem;
  color: var(--encre-douce);
  font-style: italic;
}

/* ---------- Prestation détaillée ---------- */
.prestation-detail {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 34px;
  background: var(--blanc);
  border-radius: var(--rayon);
  box-shadow: var(--ombre-douce);
  padding: 40px;
  margin-top: 36px;
}
.prestation-detail .medaillon {
  width: 150px; height: 150px;
  border-radius: 46% 54% 52% 48% / 50% 46% 54% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prestation-detail .medaillon svg { width: 64px; height: 64px; opacity: 0.85; }
.prestation-detail h2 { font-size: 1.7rem; margin-bottom: 4px; }
.prestation-detail .pour-qui {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--rose-fonce);
  margin-bottom: 16px;
  display: block;
}
.prestation-detail p { margin-bottom: 1em; color: var(--encre-douce); font-size: 0.98rem; }
.prestation-detail p:last-of-type { margin-bottom: 0; }
.prestation-detail[hidden] { display: none; }

/* ---------- Séance ---------- */
.etapes-carrousel { position: relative; margin-top: 48px; }
.etapes {
  display: flex;
  gap: 22px;
  counter-reset: etape;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding: 6px 2px 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.etapes::-webkit-scrollbar { display: none; }
.etape {
  flex: 0 0 calc((100% - 3 * 22px) / 4);
  scroll-snap-align: start;
  background: var(--blanc);
  border-radius: var(--rayon);
  padding: 30px 24px;
  box-shadow: var(--ombre-douce);
  position: relative;
}
.fleche-etape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: var(--blanc);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.14);
  color: var(--sauge-fonce);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, opacity 0.15s;
}
.fleche-etape:hover { background: var(--eau); }
.fleche-etape:disabled { opacity: 0.3; cursor: default; }
.fleche-etape[hidden] { display: none; }
.fleche-etape.prec { left: -20px; }
.fleche-etape.suiv { right: -20px; }
.etape::before {
  counter-increment: etape;
  content: counter(etape, decimal-leading-zero);
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--rose);
  display: block;
  line-height: 1;
  margin-bottom: 14px;
}
.etape h3 { font-size: 1.05rem; font-family: var(--sans); font-weight: 700; margin-bottom: 8px; }
.etape p { font-size: 0.92rem; color: var(--encre-douce); }

/* ---------- Parcours : frise + galerie ---------- */
.parcours-grille {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 64px;
  align-items: start;
  margin-top: 52px;
}

.frise {
  position: relative;
  padding-left: 34px;
}
.frise::before {
  content: "";
  position: absolute;
  left: 8px; top: 6px; bottom: var(--frise-fin, 6px);
  width: 2px;
  background: linear-gradient(var(--sauge) 0%, var(--rose) 100%);
  border-radius: 2px;
}
.jalon { position: relative; padding-bottom: 34px; }
.jalon:last-child { padding-bottom: 0; }
.jalon::before {
  content: "";
  position: absolute;
  left: -32px; top: 7px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--creme);
  border: 3px solid var(--sauge-fonce);
}
.jalon.actuel::before { background: var(--rose); border-color: var(--rose-fonce); }
.jalon .annee {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--sauge-tres-fonce);
  display: block;
  margin-bottom: 4px;
}
.jalon ul { list-style: none; }
.jalon li { color: var(--encre-douce); font-size: 0.97rem; padding: 2px 0; }
.jalon li strong { color: var(--encre); font-weight: 700; }
.mention-formation {
  margin-top: 40px;
  padding: 22px 28px;
  background: var(--blanc);
  border-left: 4px solid var(--rose);
  border-radius: 0 var(--rayon) var(--rayon) 0;
  font-style: italic;
  color: var(--encre-douce);
  max-width: 720px;
}

/* ---------- Galerie animée du parcours ---------- */
.galerie-parcours {
  position: sticky;
  top: 96px;
  align-self: start;
}
.cadre-parcours {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--ombre);
  background: var(--eau);
}
.couche-parcours {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.55s ease, transform 1s ease;
}
.couche-parcours.visible { opacity: 1; transform: scale(1); }
.couche-parcours .img-parcours {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; z-index: 1;
}
.ph-parcours {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 8px;
  color: var(--sauge-fonce);
}
.ph-parcours svg { width: 58px; height: 58px; opacity: 0.55; }
.ph-parcours .ph-annee { font-family: var(--serif); font-size: 1.7rem; color: var(--sauge-tres-fonce); }
.ph-parcours small { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.65; }
.ph-g1 { background: linear-gradient(140deg, var(--eau), #D7E3D4); }
.ph-g2 { background: linear-gradient(140deg, var(--rose-pale), #F8EEE9); }
.ph-g3 { background: linear-gradient(140deg, #EAE4D8, var(--creme)); }
.legende-parcours {
  text-align: center;
  margin-top: 16px;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--sauge-tres-fonce);
  min-height: 2.8em;
  transition: opacity 0.3s ease;
}
.frise-curseur {
  position: absolute;
  left: 1px; top: 6px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--rose-fonce);
  border: 3px solid var(--creme);
  box-shadow: 0 0 0 4px rgba(166, 107, 92, 0.18);
  z-index: 3;
  transition: top 0.12s linear;
}
.jalon.jalon-actif .annee { color: var(--rose-fonce); }

.galerie-fixe {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.galerie-fixe .titre-galerie {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--sauge-tres-fonce);
  text-align: center;
}
.photo-galerie {
  background: var(--blanc);
  border-radius: 18px;
  box-shadow: var(--ombre);
  padding: 12px 12px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.photo-galerie .cadre {
  flex: 1;
  min-height: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sauge-fonce);
}
.photo-galerie .cadre svg { width: 52px; height: 52px; opacity: 0.7; }
.photo-galerie figcaption {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--encre-douce);
  text-align: center;
  margin-top: 10px;
}
.photo-galerie:nth-child(2) { transform: rotate(-2deg); }
.photo-galerie:nth-child(3) { transform: rotate(1.6deg); }
.photo-galerie:nth-child(4) { transform: rotate(-1.2deg); }
.photo-galerie:nth-child(2) .cadre { background: linear-gradient(140deg, var(--eau), #D7E3D4); }
.photo-galerie:nth-child(3) .cadre { background: linear-gradient(140deg, var(--rose-pale), #F8EEE9); }
.photo-galerie:nth-child(4) .cadre { background: linear-gradient(140deg, #EAE4D8, var(--creme)); }

/* ---------- Rendez-vous ---------- */
.bloc-rdv {
  background: var(--blanc);
  border-radius: calc(var(--rayon) + 6px);
  box-shadow: var(--ombre);
  padding: 48px;
  margin-top: 44px;
  text-align: center;
}
.cadre-calendly {
  border: 2px dashed var(--sauge);
  border-radius: var(--rayon);
  background: var(--eau);
  padding: 60px 24px;
  color: var(--sauge-tres-fonce);
  font-weight: 600;
  margin-bottom: 32px;
}
.cadre-calendly svg { width: 44px; height: 44px; margin-bottom: 12px; color: var(--sauge-fonce); }
.cadre-calendly small { display: block; font-weight: 400; color: var(--encre-douce); margin-top: 6px; }
.alternatives { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; align-items: center; }

.reseaux { display: inline-flex; gap: 12px; }
.reseaux a {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--eau);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
}
.reseaux a:hover { background: var(--rose-pale); transform: translateY(-2px); }
.reseaux svg { width: 20px; height: 20px; color: var(--sauge-tres-fonce); }

/* ---------- Contact ---------- */
.infos-contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 26px;
  margin-top: 44px;
}
.info {
  background: var(--blanc);
  border-radius: var(--rayon);
  padding: 30px 28px;
  box-shadow: var(--ombre-douce);
}
.info h3 { font-size: 1.05rem; font-family: var(--sans); font-weight: 700; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.info h3 svg { width: 20px; height: 20px; color: var(--rose-fonce); flex-shrink: 0; }
.info p { font-size: 0.95rem; color: var(--encre-douce); }

/* ---------- Villes / zone ---------- */
.villes {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  max-width: 760px;
}
.villes li {
  background: var(--blanc);
  border: 1px solid #E3DED2;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--encre-douce);
}
.villes li.principale { background: var(--rose-pale); border-color: var(--rose); color: var(--rose-fonce); }

/* ---------- Avis (carrousel) ---------- */
.avis-carrousel { max-width: 850px; margin: 48px auto 0; overflow: hidden; }
.avis-piste { display: flex; transition: transform 0.5s ease; }
.avis {
  min-width: 100%;
  box-sizing: border-box;
  padding: 12px 24px;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
}
.avis-avatar {
  position: relative;
  width: 162px; height: 162px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(140deg, var(--rose-pale), var(--eau));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.avis-avatar .photo-slot-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; }
.avis-avatar .photo-slot-img.ok { display: block; }
.avis-initiale { font-family: var(--serif); font-size: 3.1rem; color: var(--rose-fonce); }
.avis-corps { flex: 1; min-width: 0; }
.avis-etoiles { display: flex; gap: 4px; margin-bottom: 14px; font-size: 1.5rem; line-height: 1; }
.avis-etoiles .et { color: #E4DECF; }
.avis-etoiles .et.pleine { color: #F5B301; }
.avis-texte { font-size: 1.28rem; line-height: 1.6; color: var(--encre); font-style: italic; margin: 0 0 14px; }
.avis-nom { font-family: var(--serif); font-size: 1.3rem; color: var(--sauge-tres-fonce); }
@media (max-width: 560px) {
  .avis { flex-direction: column; text-align: center; gap: 18px; }
  .avis-etoiles { justify-content: center; }
  .avis-avatar { width: 130px; height: 130px; }
  .avis-texte { font-size: 1.15rem; }
}
.avis-points { display: flex; gap: 9px; justify-content: center; margin-top: 26px; }
.avis-point {
  width: 11px; height: 11px;
  border-radius: 50%;
  background: #D8D2C4;
  border: none; cursor: pointer; padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.avis-point.actif { background: var(--rose); transform: scale(1.25); }

/* ---------- Pages légales ---------- */
.texte-legal { max-width: 820px; }
.texte-legal h2 { font-size: 1.4rem; margin: 30px 0 10px; color: var(--sauge-tres-fonce); }
.texte-legal h2:first-child { margin-top: 0; }
.texte-legal p { margin-bottom: 12px; color: var(--encre-douce); }

/* ---------- Bandeau CTA ---------- */
.bandeau-cta {
  background: var(--blanc);
  border-radius: calc(var(--rayon) + 6px);
  box-shadow: var(--ombre);
  padding: 44px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.bandeau-cta h2 { margin-bottom: 6px; font-size: 1.6rem; }
.bandeau-cta p { color: var(--encre-douce); font-size: 0.98rem; }

/* ---------- Footer ---------- */
footer.site {
  background: var(--sauge-tres-fonce);
  color: #D8DFD4;
  padding: 60px 0 36px;
  font-size: 0.88rem;
}
footer.site .logo { color: var(--creme); margin-bottom: 20px; font-size: 1.15rem; }
footer.site .logo img { width: 40px; height: 40px; object-fit: contain; }
.colonnes-footer {
  display: grid;
  grid-template-columns: 1.3fr 0.6fr 0.85fr;
  gap: 40px;
  margin-bottom: 30px;
}
.nav-footer { display: flex; flex-direction: column; gap: 8px; }
.nav-footer a { color: #EDEFE9; text-decoration: none; font-weight: 600; }
.nav-footer a:hover { text-decoration: underline; }
.nav-footer .titre-col {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 6px;
}
.zone-footer { opacity: 0.85; margin-bottom: 22px; }
.disclaimer {
  max-width: 780px;
  line-height: 1.75;
  opacity: 0.85;
  margin-bottom: 30px;
}
.villes-footer {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
}
.villes-footer li { color: #D8DFD4; font-size: 0.88rem; opacity: 0.9; }

.bas-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  border-top: 1px solid rgba(250, 247, 242, 0.16);
  padding-top: 24px;
}
.liens-legaux { display: flex; gap: 22px; flex-wrap: wrap; }
.liens-legaux a { color: #EDEFE9; text-decoration: none; font-weight: 600; }
.liens-legaux a:hover { text-decoration: underline; }
.signature { opacity: 0.6; margin: 0; }

/* ---------- Formulaire de contact ---------- */
.formulaire {
  background: var(--blanc);
  border-radius: calc(var(--rayon) + 6px);
  box-shadow: var(--ombre);
  padding: 44px 40px;
  max-width: 760px;
  margin-top: 44px;
}
.grille-champs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.champ-groupe { display: flex; flex-direction: column; gap: 7px; }
.champ-groupe.large { grid-column: 1 / -1; }
.champ-groupe label { font-weight: 700; font-size: 0.92rem; }
.champ-groupe label small { font-weight: 400; color: var(--encre-douce); }
.champ {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid #E3DED2;
  border-radius: 13px;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--encre);
  background: var(--creme);
  transition: border-color 0.2s, background 0.2s;
}
.champ:focus {
  outline: none;
  border-color: var(--sauge);
  background: var(--blanc);
}
select.champ { appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235F7059' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 42px;
}
textarea.champ { min-height: 130px; resize: vertical; }
.note-formulaire { font-size: 0.85rem; color: var(--encre-douce); margin-top: 16px; }
.consentement {
  flex-direction: row !important;
  align-items: flex-start;
  gap: 10px !important;
  font-weight: 400 !important;
  font-size: 0.9rem;
  color: var(--encre-douce);
  cursor: pointer;
  line-height: 1.4;
}
.consentement input { margin-top: 3px; flex-shrink: 0; width: 18px; height: 18px; accent-color: var(--sauge); }
.message-confirmation { margin: 20px 0 0; font-size: 1.25rem; font-weight: 700; color: #4B7B3F; text-align: center; }
.message-erreur { margin: 20px 0 0; font-size: 1rem; font-weight: 600; color: #B0553F; text-align: center; }

@media (max-width: 640px) {
  .grille-champs { grid-template-columns: 1fr; }
  .formulaire { padding: 30px 22px; }
  .bas-footer { flex-direction: column; align-items: flex-start; }
}

/* ---------- Animations ---------- */
.apparait {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.apparait.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .apparait { opacity: 1; transform: none; transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  nav.principale { display: none; }
  .burger { display: block; }
  header.site .bouton.petit { display: none; }

  .menu-mobile-ouvert nav.principale {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--creme);
    padding: 20px 28px 28px;
    box-shadow: 0 16px 30px rgba(72, 86, 67, 0.15);
    gap: 18px;
  }

  .hero .conteneur, .histoire-grille { grid-template-columns: 1fr; }

  .parcours-grille { display: flex; flex-direction: column; }
  .galerie-parcours { order: -1; position: sticky; top: 74px; margin-bottom: 20px; }
  .cadre-parcours { aspect-ratio: 16 / 10; }
  .legende-parcours { min-height: 1.6em; }
  .visuel-hero { max-width: 420px; margin: 0 auto; width: 100%; }
  .encart-blacky { position: static; }
  .cartes-prestations { grid-template-columns: 1fr; }
  .etape { flex-basis: calc((100% - 22px) / 2); }
  section { padding: 72px 0; }
  .hero { padding: 130px 0 30px; }
  .hero-page { padding: 130px 0 20px; }
  .bloc-rdv { padding: 32px 22px; }
  .prestation-detail { grid-template-columns: 1fr; padding: 28px 24px; }
  .prestation-detail .medaillon { width: 110px; height: 110px; }
  .colonnes-footer { grid-template-columns: 1fr; }

  .galerie-fixe {
    align-self: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .photo-galerie .cadre { flex: none; aspect-ratio: 16 / 10; }
  .galerie-fixe .titre-galerie { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .etape { flex-basis: 84%; }
  .pastille { left: 0; }
  .galerie-fixe { grid-template-columns: 1fr; }
}
