/* ==========================================================================
   Atelier Saint François — feuille de style unique
   Palette et typographies relevées sur l'ancien site (voir ANALYSE.md)
   ========================================================================== */

/* ---------- Polices locales ---------- */
@font-face { font-family: 'Lora'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/lora-400.woff2') format('woff2'); }
@font-face { font-family: 'Lora'; font-style: italic; font-weight: 400; font-display: swap; src: url('../fonts/lora-400-italic.woff2') format('woff2'); }
@font-face { font-family: 'Lora'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/lora-700.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/playfair-display-400.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: italic; font-weight: 400; font-display: swap; src: url('../fonts/playfair-display-400-italic.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/playfair-display-700.woff2') format('woff2'); }
@font-face { font-family: 'Oswald'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/oswald-400.woff2') format('woff2'); }
@font-face { font-family: 'Oswald'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/oswald-500.woff2') format('woff2'); }
@font-face { font-family: 'Oswald'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/oswald-600.woff2') format('woff2'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/open-sans-400.woff2') format('woff2'); }
@font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 400; font-display: swap; src: url('../fonts/open-sans-400-italic.woff2') format('woff2'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/open-sans-600.woff2') format('woff2'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/open-sans-700.woff2') format('woff2'); }
@font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/ubuntu-400.woff2') format('woff2'); }
@font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/ubuntu-700.woff2') format('woff2'); }
@font-face { font-family: 'Ubuntu'; font-style: italic; font-weight: 700; font-display: swap; src: url('../fonts/ubuntu-700-italic.woff2') format('woff2'); }
@font-face { font-family: 'Mulish'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/mulish-400.woff2') format('woff2'); }

/* ---------- Variables ---------- */
:root {
  --taupe: #a38b83;
  --taupe-clair: #e3dcda;
  --taupe-sombre: #8f766e;
  --bleu-gris: #ccd4df;
  --gris-bouton: #858a91;
  --gris-carte: #aaaaaa;
  --gris-bouton-2: #767676;
  --fond-clair: #f7f7f7;
  --fond-gris: #e5e5e5;
  --fond-gris-2: #ececec;
  --fond-doux: #f2f3f4;
  --beige-rose: #ede8e6;
  --halo-bleu: #f8faff;
  --brun-voile: #614e40;
  --texte: #333333;
  --texte-courant: #666666;
  --texte-bleu-gris: #6f7b85;      /* #7a868f éclairci vers AA */
  --texte-gris-titre: #686868;
  --rouge-icone: #d54a37;
  --rouge-stage: #d40000;          /* #ff0000 assombri vers AA */
  --or: #e0c588;
  --footer-fond: #514c4a;
  --footer-lien: #d6b8ab;
  --blanc: #ffffff;

  --serif: 'Lora', Georgia, 'Times New Roman', serif;
  --serif-titre: 'Playfair Display', Georgia, serif;
  --condense: 'Oswald', 'Arial Narrow', sans-serif;
  --sans: 'Open Sans', Arial, Helvetica, sans-serif;
  --sans-temoignage: 'Ubuntu', 'Open Sans', Arial, sans-serif;
  --sans-humaniste: 'Mulish', 'Open Sans', Arial, sans-serif;

  --largeur: 1080px;
  --marge: 10%;
  --transition: 240ms ease;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.7;
  color: var(--texte-courant);
  background: var(--blanc);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition), background-color var(--transition), opacity var(--transition); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 3px solid var(--or);
  outline-offset: 2px;
}
h1, h2, h3, h4 { margin: 0; font-weight: 700; line-height: 1.2; }
p { margin: 0 0 1.2em; }
p:last-child { margin-bottom: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 50%; top: -100px; transform: translateX(-50%);
  background: var(--texte); color: var(--blanc); padding: 10px 18px; z-index: 1000; border-radius: 0 0 4px 4px;
}
.skip-link:focus { top: 0; }

.conteneur {
  width: calc(100% - 2 * var(--marge));
  max-width: var(--largeur);
  margin-left: auto;
  margin-right: auto;
}

/* Largeur de ligne limitée (~70 caractères) sur les paragraphes de texte courant */
.prose p, .prose li { max-width: 70ch; }

/* ---------- Typographies utilitaires ---------- */
.kicker {
  font-family: var(--condense);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--taupe);
  line-height: 1.4;
  margin-bottom: 0.4em;
}
.kicker--sans {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: #8f8f8f;
}
.titre-serif { font-family: var(--serif); font-weight: 700; color: var(--texte); }
.titre-playfair { font-family: var(--serif-titre); font-weight: 700; color: var(--taupe); }

/* ---------- Boutons ---------- */
.btn {
  display: inline-block;
  font-family: var(--condense);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--blanc);
  background: var(--taupe);
  border: 2px solid transparent;
  border-radius: 100px;
  padding: 20px 32px;
  line-height: 1.3;
  text-align: center;
  transition: background-color var(--transition), color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.btn:hover, .btn:focus-visible { background: var(--taupe-sombre); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,0,0,0.12); }
.btn--gris { background: var(--gris-bouton); }
.btn--gris:hover, .btn--gris:focus-visible { background: #6f747b; }
.btn--gris-2 { background: var(--gris-bouton-2); }
.btn--gris-2:hover, .btn--gris-2:focus-visible { background: #5f5f5f; }
.btn--rect {
  font-family: var(--sans); font-weight: 700; font-size: 17px; letter-spacing: 0; text-transform: none;
  border-radius: 0; padding: 18px 26px;
}
.btn--or { background: var(--or); color: #2a2a2a; font-family: var(--sans); font-weight: 700; letter-spacing: 0.2em; font-size: 14px; }
.btn--or:hover, .btn--or:focus-visible { background: #d3b56e; color: #2a2a2a; }

/* ==========================================================================
   En-tête
   ========================================================================== */
.site-header {
  background: var(--taupe);
  color: var(--blanc);
  position: relative;
  z-index: 50;
}
.site-header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 0 0;
}
.logo { display: block; width: 700px; max-width: 100%; }
.logo img { width: 100%; height: auto; }

.nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.nav__liste {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 26px;
}
.nav__item { position: relative; display: flex; align-items: center; }
.nav__lien {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--blanc);
  padding: 6px 0;
  background: none;
  border: 0;
  transition: opacity var(--transition), color var(--transition);
}
.nav__lien:hover, .nav__lien:focus-visible { opacity: 0.7; }
.nav__lien[aria-current="page"] { color: var(--texte); opacity: 1; }
.nav__sous-toggle { padding: 6px 4px; margin-left: 0; cursor: pointer; }
.nav__chevron { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform var(--transition); }
.nav__item--ouvert > .nav__sous-toggle .nav__chevron { transform: rotate(180deg); }

.sous-menu {
  position: absolute;
  top: 100%;
  left: -40px;
  min-width: 240px;
  background: var(--taupe);
  padding: 20px 0;
  border-top: 3px solid rgba(255,255,255,0.35);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity var(--transition), transform var(--transition), visibility 0s linear var(--transition);
  z-index: 60;
}
.nav__item--ouvert > .sous-menu,
.nav__item:hover > .sous-menu,
.nav__item:focus-within > .sous-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
  transition: opacity var(--transition), transform var(--transition), visibility 0s;
}
.sous-menu a {
  display: block;
  padding: 10px 40px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--blanc);
  white-space: nowrap;
}
.sous-menu a:hover, .sous-menu a:focus-visible { opacity: 0.7; }

.nav-toggle {
  display: none;
  position: absolute;
  right: 5%;
  top: 22px;
  width: 44px; height: 44px;
  background: none; border: 0; padding: 0;
  color: var(--blanc);
}
.nav-toggle span {
  display: block; width: 26px; height: 2px; margin: 6px auto; background: currentColor;
  transition: transform var(--transition), opacity var(--transition);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ==========================================================================
   Séparateurs (biseau et vagues)
   ========================================================================== */
.separateur {
  position: absolute; left: 0; right: 0; width: 100%; display: block; pointer-events: none; line-height: 0;
}
.separateur--bas { bottom: -1px; }
.separateur--haut { top: -1px; }
.separateur svg { display: block; width: 100%; height: 100%; }

/* ==========================================================================
   Accueil — Hero
   ========================================================================== */
.hero {
  position: relative;
  background: var(--bleu-gris);
  min-height: 730px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero__photo {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: 44%;
}
.hero__photo picture, .hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 30% center; }
.hero__contenu {
  position: relative;
  z-index: 2;
  width: 56%;
  padding: 120px 40px 150px calc(var(--marge) * 0.66);
}
.hero__citation {
  font-family: var(--condense);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--texte);
  margin: 0 0 22px;
}
.hero__titre {
  font-family: var(--serif);
  font-weight: 400;
  font-variant: small-caps;
  font-size: 46px;
  letter-spacing: 0.01em;
  color: var(--taupe);
  line-height: 1.15;
  margin-bottom: 14px;
}
.hero__texte {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 2;
  color: var(--texte-courant);
  max-width: 560px;
  margin: 0;
}
.hero__stage {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 2;
  color: var(--blanc);
  margin: 0 0 26px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.12);
}
.hero__boutons { display: flex; flex-wrap: wrap; gap: 20px; }
.hero .separateur--bas { height: 80px; z-index: 3; }

/* ==========================================================================
   Accueil — Cours et stages
   ========================================================================== */
.section-cours {
  background: var(--fond-clair);
  padding: 50px 0 0;
  text-align: center;
}
.section-cours__titre {
  font-family: var(--condense);
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--taupe);
  line-height: 1.6;
  max-width: 620px;
  margin: 0 auto 90px;
}
.cours-grille {
  display: grid;
  grid-template-columns: repeat(2, 240px);
  justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
}
.cours-grille h3 {
  font-family: var(--condense);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--texte);
  margin-bottom: 8px;
}
.cours-grille .horaires {
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  color: var(--texte);
  margin-bottom: 18px;
}
.cours-grille .note {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 2;
  color: var(--texte-courant);
}
.cours-grille .stage {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: var(--rouge-stage);
  margin-top: 30px;
}

/* ---------- Carte Annonciation ---------- */
.carte-actu {
  background: var(--gris-carte);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
  padding: 46px 40px 58px;
  text-align: center;
  color: var(--blanc);
  position: relative;
  z-index: 2;
}
.carte-actu__titre {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 44px;
  color: var(--blanc);
  margin-bottom: 20px;
}
.carte-actu__image { width: 217px; margin: 0 auto 30px; }
.carte-actu__texte {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.9;
  max-width: 940px;
  margin: 0 auto 30px;
}
.section-cours__vague { position: relative; height: 210px; margin-top: -60px; }

/* ==========================================================================
   Accueil — Dimension spirituelle
   ========================================================================== */
.section-spirituelle {
  position: relative;
  background: var(--taupe);
  color: var(--blanc);
  padding: 40px 0 70px;
}
.section-spirituelle .separateur--haut { height: 120px; top: -119px; }
.deux-colonnes {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
.section-spirituelle .kicker {
  font-family: var(--condense); font-size: 18px; line-height: 1.4; letter-spacing: 0.12em; color: #f1ebe9;
}
.section-spirituelle h2 {
  font-family: var(--serif);
  font-size: 54px;
  line-height: 1.4;
  color: var(--blanc);
  margin-bottom: 20px;
}
.section-spirituelle p {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.9;
  color: var(--blanc);
}
.section-spirituelle .signature { font-size: 18px; margin-top: 10px; }
.image-ombre { box-shadow: 0 14px 34px rgba(0,0,0,0.25); }
.section-spirituelle .separateur--bas { height: 100px; z-index: 3; }

/* ---------- Bandeau photo ---------- */
.bandeau {
  position: relative;
  height: 330px;
  overflow: hidden;
  background: var(--taupe);
}
.bandeau picture, .bandeau img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.bandeau .separateur--bas { height: 110px; }

/* ==========================================================================
   Accueil — Chaque icône a son histoire
   ========================================================================== */
.section-cartes {
  background: var(--blanc);
  text-align: center;
  padding: 90px 0 130px;
}
.section-cartes h2 {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--texte);
  margin: 10px 0 60px;
}
.cartes {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  justify-content: space-between;
  gap: 40px;
}
.carte-lien { display: block; color: var(--texte); }
.carte-lien__image {
  display: block; width: 300px; height: 300px; overflow: hidden; margin: 0 auto 30px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.14);
  transition: box-shadow var(--transition), transform var(--transition);
}
.carte-lien__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.carte-lien:hover .carte-lien__image, .carte-lien:focus-visible .carte-lien__image { box-shadow: 0 14px 34px rgba(0,0,0,0.2); transform: translateY(-3px); }
.carte-lien:hover .carte-lien__image img { transform: scale(1.03); }
.carte-lien__titre {
  display: block;
  font-family: var(--condense);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--texte);
}

/* ==========================================================================
   Accueil — Contactez l'atelier
   ========================================================================== */
.section-contact-accueil {
  position: relative;
  color: var(--blanc);
  padding: 120px 0 105px;
  background-color: var(--brun-voile);
}
.section-contact-accueil__fond {
  position: absolute; inset: 0; z-index: 0; overflow: hidden;
}
.section-contact-accueil__fond img { width: 100%; height: 100%; object-fit: cover; opacity: 0.32; filter: sepia(0.5); }
.section-contact-accueil .conteneur { position: relative; z-index: 1; }
.section-contact-accueil .separateur--haut { height: 100px; top: -99px; }
.section-contact-accueil h2 {
  font-family: var(--serif);
  font-size: 54px;
  text-align: center;
  color: var(--blanc);
  margin-bottom: 48px;
}

/* ---------- Formulaires ---------- */
.formulaire { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.formulaire .champ--large { grid-column: 1 / -1; }
.formulaire label { display: block; }
.formulaire input, .formulaire textarea {
  width: 100%;
  font: inherit;
  font-size: 14px;
  color: var(--texte-courant);
  background: #eeeeee;
  border: 1px solid #eeeeee;
  padding: 16px;
  border-radius: 0;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.formulaire input::placeholder, .formulaire textarea::placeholder { color: #666; opacity: 1; }
.formulaire textarea { min-height: 150px; resize: vertical; }
.formulaire input:focus, .formulaire textarea:focus { outline: none; border-color: var(--or); box-shadow: 0 0 0 3px rgba(224,197,136,0.45); }
.formulaire__actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; align-items: center; gap: 20px; }
.btn-envoi {
  font-family: var(--sans);
  font-size: 20px;
  color: var(--blanc);
  background: var(--taupe);
  border: 2px solid var(--blanc);
  padding: 8px 20px;
  transition: background-color var(--transition), color var(--transition);
}
.btn-envoi:hover, .btn-envoi:focus-visible { background: var(--blanc); color: var(--taupe); }
.formulaire__message { font-size: 15px; margin: 0; }
.formulaire__message[data-etat="ok"] { color: #e6f3e0; }
.formulaire__message[data-etat="erreur"] { color: #ffd9d3; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.formulaire--verifie input:invalid, .formulaire--verifie textarea:invalid { border-color: #c0392b; box-shadow: 0 0 0 2px rgba(192,57,43,0.25); }
.formulaire input:disabled, .formulaire button:disabled { opacity: 0.6; cursor: wait; }

/* ==========================================================================
   Pied de page
   ========================================================================== */
.site-footer {
  background: var(--footer-fond);
  color: var(--blanc);
  font-size: 14px;
  padding: 11px 0;
}
.site-footer .conteneur { text-align: right; }
.site-footer a { color: var(--footer-lien); }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--blanc); text-decoration: underline; }

/* ==========================================================================
   Lightbox (galerie)
   ========================================================================== */
.lightbox {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(30, 24, 22, 0.92);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  opacity: 0; visibility: hidden;
  transition: opacity var(--transition), visibility 0s linear var(--transition);
}
.lightbox[aria-hidden="false"] { opacity: 1; visibility: visible; transition: opacity var(--transition), visibility 0s; }
.lightbox__figure { margin: 0; max-width: min(1200px, 100%); max-height: 100%; display: flex; flex-direction: column; align-items: center; }
.lightbox__image { max-width: 100%; max-height: calc(100vh - 120px); object-fit: contain; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.lightbox__legende { color: var(--blanc); font-family: var(--sans); font-size: 15px; margin-top: 14px; min-height: 1.4em; text-align: center; }
.lightbox__bouton {
  position: absolute; width: 48px; height: 48px;
  background: rgba(255,255,255,0.1); color: var(--blanc); border: 1px solid rgba(255,255,255,0.35); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background-color var(--transition);
}
.lightbox__bouton:hover, .lightbox__bouton:focus-visible { background: rgba(255,255,255,0.28); }
.lightbox__bouton svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.lightbox__fermer { top: 20px; right: 20px; }
.lightbox__prec { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox__suiv { right: 20px; top: 50%; transform: translateY(-50%); }
body.lightbox-ouverte { overflow: hidden; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1180px) {
  .cartes { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
  .carte-lien__image { width: 100%; height: auto; aspect-ratio: 1 / 1; }
  .hero__titre { font-size: 42px; }
  .hero__texte, .hero__stage { font-size: 20px; }
}

@media (max-width: 980px) {
  :root { --marge: 6%; }

  /* Navigation mobile */
  .site-header__inner { padding: 12px 0 20px; }
  .logo { width: 480px; }
  .nav-toggle { display: block; }
  .nav { margin-top: 0; }
  .nav__liste {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    padding: 10px 0 6px;
    border-top: 1px solid rgba(255,255,255,0.3);
    margin-top: 18px;
  }
  .nav__liste.est-ouvert { display: flex; }
  .nav__item { width: 100%; flex-wrap: wrap; justify-content: center; text-align: center; }
  .nav__lien { width: auto; justify-content: center; padding: 12px 8px; font-size: 15px; }
  .nav__sous-toggle { width: 44px; margin: 0; }
  .sous-menu {
    position: static;
    width: 100%;
    min-width: 0;
    box-shadow: none;
    border-top: 0;
    padding: 0 0 8px;
    background: rgba(0,0,0,0.08);
    display: none;
    opacity: 1; visibility: visible; transform: none; transition: none;
  }
  .nav__item--ouvert > .sous-menu { display: block; }
  .nav__item:hover > .sous-menu, .nav__item:focus-within > .sous-menu { display: none; }
  .nav__item--ouvert:hover > .sous-menu, .nav__item--ouvert:focus-within > .sous-menu { display: block; }
  .sous-menu a { padding: 10px 0; font-size: 14px; }

  /* Hero */
  .hero { min-height: 0; flex-direction: column; align-items: stretch; }
  .hero__photo { position: relative; width: 100%; height: 320px; order: -1; }
  .hero__contenu { width: 100%; padding: 50px var(--marge) 110px; }
  .hero .separateur--bas { height: 60px; }

  .deux-colonnes { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .section-spirituelle h2 { font-size: 42px; }
  .section-spirituelle .image-ombre { max-width: min(100%, 520px); margin: 0 auto; }
  .bandeau { height: 260px; }
  .cartes { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; }
  .carte-lien { flex: 0 1 300px; }
  .section-contact-accueil h2 { font-size: 42px; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .logo { width: 330px; }
  .nav-toggle { top: 14px; }
  .hero__photo { height: 240px; }
  .hero__contenu { padding-bottom: 90px; }
  .hero__titre { font-size: 34px; }
  .hero__texte, .hero__stage { font-size: 18px; line-height: 1.8; }
  .hero__citation { font-size: 14px; }
  .hero__boutons .btn { width: 100%; }
  .section-cours__titre { font-size: 20px; letter-spacing: 0.14em; margin-bottom: 50px; }
  .cours-grille { grid-template-columns: minmax(0, 1fr); gap: 36px; margin-bottom: 60px; }
  .carte-actu { padding: 36px 22px 44px; }
  .carte-actu__titre { font-size: 34px; }
  .carte-actu__texte { font-size: 17px; }
  .section-cours__vague { height: 150px; }
  .section-spirituelle h2 { font-size: 32px; }
  .section-spirituelle p { font-size: 17px; }
  .section-spirituelle .separateur--haut { height: 70px; top: -69px; }
  .bandeau { height: 200px; }
  .section-cartes { padding: 60px 0 90px; }
  .section-cartes h2 { font-size: 22px; margin-bottom: 40px; }
  .carte-lien { flex-basis: 100%; max-width: 320px; }
  .formulaire { grid-template-columns: 1fr; gap: 20px; }
  .section-contact-accueil { padding: 80px 0 70px; }
  .section-contact-accueil h2 { font-size: 32px; }
  .site-footer .conteneur { text-align: center; }
  .lightbox__prec { left: 8px; } .lightbox__suiv { right: 8px; }
}

/* ==========================================================================
   Pages intérieures — bandeau titre
   ========================================================================== */
.bandeau-titre {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 42%, #ababab 100%);
  padding: 90px 0 150px;
}
.bandeau-titre .kicker--sans { color: #8f8f8f; margin-bottom: 14px; }
.bandeau-titre__h1 {
  font-family: var(--serif-titre);
  font-weight: 700;
  font-size: 70px;
  line-height: 1.1;
  color: var(--taupe);
}
.kicker--taupe { color: var(--taupe); }
.titre-playfair { font-size: 56px; line-height: 1.15; margin-bottom: 18px; }
.titre-playfair--gris { color: #9a9a9a; }
.prose--humaniste p { font-family: var(--sans-humaniste); font-size: 16px; line-height: 1.8; color: var(--texte-bleu-gris); text-align: justify; }
.prose--justifie p { text-align: justify; }
.prose--large p { font-size: 15px; line-height: 1.9; max-width: none; }

/* ==========================================================================
   L'art de l'icône
   ========================================================================== */
.section-art { padding: 20px 0 90px; }
.section-art--grise { background: var(--fond-gris); padding: 60px 0 60px; }
.deux-colonnes--art { align-items: start; }
.art__image { position: relative; padding: 0 0 80px 0; }
.art__image-cadre { position: relative; z-index: 1; }
.art__image::after {
  content: ""; position: absolute; left: 120px; right: -28px; top: 80px; bottom: 0;
  background: var(--fond-doux); z-index: 0;
}
.deux-colonnes--art > .prose { position: relative; z-index: 1; }
.section-art .prose--humaniste { padding-top: 70px; }

/* ==========================================================================
   Galerie
   ========================================================================== */
.section-galerie { padding: 70px 0 60px; scroll-margin-top: 20px; }
.section-galerie--grise { background: var(--fond-gris); }
.section-galerie--beige { background: var(--beige-rose); }
.deux-colonnes--galerie { align-items: start; margin-bottom: 40px; }
.galerie__vedette { margin-top: 10px; }
.galerie__vedette .galerie__item, .galerie__triptyque { margin: 0; }
.galerie__petite { width: 210px; margin: 30px auto 0; }
.galerie__triptyque a { display: block; }
.galerie__entete { text-align: center; margin-bottom: 40px; }
.galerie__entete .kicker--sans { margin-bottom: 4px; }
.galerie__sous-titre { font-family: var(--sans); font-weight: 400; font-size: 26px; color: var(--texte-courant); text-align: center; margin: 30px 0 30px; }

.galerie { display: grid; gap: 48px 40px; justify-items: center; align-items: end; margin-bottom: 40px; }
.galerie--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.galerie--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.galerie--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.galerie--haut { align-items: start; }
.galerie__item { margin: 0; width: 100%; text-align: center; }
.galerie__item a { display: block; transition: transform var(--transition), box-shadow var(--transition); }
.galerie__item a:hover, .galerie__item a:focus-visible { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(0,0,0,0.16); }
.galerie__item picture, .galerie__item img { width: 100%; }
.galerie__item img { border: 3px solid var(--rouge-icone); }
.galerie__item--sans-bordure img { border: 0; }
.galerie__legende { font-family: var(--sans); font-size: 14px; color: var(--texte-courant); margin-top: 12px; }
.galerie__legende--vide { color: #9a9a9a; }
.galerie--haut .galerie__item img { width: auto; max-height: 560px; margin: 0 auto; }
.galerie--eleves { align-items: start; }
.galerie--eleves .galerie__item a { aspect-ratio: 3 / 4; overflow: hidden; }
.galerie--eleves .galerie__item img { height: 100%; object-fit: cover; }

/* ==========================================================================
   L'atelier
   ========================================================================== */
.section-atelier { background: var(--fond-gris); padding: 70px 0 60px; }
.atelier__entete { text-align: center; margin-bottom: 30px; }
.atelier__titre { font-family: var(--serif-titre); font-weight: 400; font-size: 42px; color: var(--texte-gris-titre); margin-bottom: 8px; }
.atelier__sous-titre { font-family: var(--serif-titre); font-variant: small-caps; font-size: 32px; color: var(--taupe); margin-bottom: 50px; letter-spacing: 0.02em; }
.atelier__portrait { width: 225px; margin: 0 auto; }
.filet { border: 0; border-top: 1px solid var(--taupe); margin: 40px 0; }
.atelier__affiliation { text-align: center; margin: 0; }
.atelier__affiliation a { display: inline-block; background: #fff; transition: opacity var(--transition); }
.atelier__affiliation a:hover { opacity: 0.8; }
.atelier__titre-sc { font-family: var(--serif-titre); font-weight: 400; font-variant: small-caps; font-size: 32px; letter-spacing: 0.04em; color: var(--taupe); text-align: center; margin: 50px 0 50px; }
.atelier__photos { display: grid; grid-template-columns: repeat(4, 232px); justify-content: space-between; gap: 30px; width: 88%; max-width: 1120px; margin: 60px auto 0; }
.atelier__photos li { aspect-ratio: 232 / 165; overflow: hidden; }
.atelier__photos picture, .atelier__photos img { width: 100%; height: 100%; object-fit: cover; }

.section-tarifs { background: linear-gradient(180deg, #ffffff 0 90px, var(--halo-bleu) 90px 100%); padding: 40px 0 80px; text-align: center; }
.section-tarifs__titre { font-family: var(--serif-titre); font-size: 44px; color: var(--texte); margin-bottom: 18px; }
.section-tarifs__stage { font-size: 15px; line-height: 2; color: var(--texte-courant); margin-bottom: 60px; }
.tarifs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.tarif { background: #fff; box-shadow: 0 10px 30px rgba(130,140,170,0.14); padding: 44px 24px 50px; }
.tarif__titre { font-family: var(--sans); font-weight: 600; font-size: 20px; color: var(--taupe); margin-bottom: 20px; }
.tarif__prix { font-family: var(--sans); font-weight: 600; font-size: 50px; line-height: 1; color: #7a7a7a; margin: 0 0 56px; }
.tarif__detail { font-size: 17px; color: #5a5a5a; margin-bottom: 30px; }

.section-temoignages { background: var(--taupe); color: #fff; text-align: center; padding: 30px 0 90px; font-family: var(--sans-temoignage); }
.temoignages__guillemet { font-family: Georgia, serif; font-size: 150px; line-height: 0.6; color: #d0c4c1; margin: 30px 0 30px; }
.section-temoignages h2 { font-family: var(--sans-temoignage); font-weight: 700; font-size: 40px; color: #fff; margin-bottom: 34px; }
.temoignage { margin: 0 auto; max-width: 860px; }
.temoignage p { font-size: 15px; line-height: 2; font-weight: 400; margin-bottom: 1em; color: #fff; }
.temoignage__auteur { font-weight: 700; font-style: italic; text-transform: uppercase; font-size: 15px; margin-top: 22px; }
.temoignages__puces { display: flex; justify-content: center; gap: 10px; margin-top: 50px; }
.temoignages__puces button { width: 12px; height: 12px; padding: 0; border-radius: 50%; border: 0; background: rgba(255,255,255,0.45); transition: background-color var(--transition), transform var(--transition); }
.temoignages__puces button[aria-selected="true"] { background: #fff; transform: scale(1.15); }
.temoignages__puces button:hover { background: rgba(255,255,255,0.8); }

/* ==========================================================================
   Blog et articles
   ========================================================================== */
.section-blog { background: var(--fond-gris-2); padding: 20px 0 80px; }
.cartes-blog { display: flex; flex-wrap: wrap; gap: 60px; justify-content: flex-start; padding-left: 20px; }
.carte-blog { width: 300px; background: #fff; border: 1px solid #e2e2e2; display: flex; flex-direction: column; }
.carte-blog__image { display: block; padding: 0; }
.carte-blog__image img { width: 100%; height: 250px; object-fit: contain; background: #fff; }
.carte-blog__corps { padding: 20px 20px 24px; border-top: 1px solid #e2e2e2; }
.carte-blog__titre { font-family: var(--sans); font-weight: 400; font-size: 18px; line-height: 1.3; color: var(--texte); margin-bottom: 8px; }
.carte-blog__titre a:hover, .carte-blog__titre a:focus-visible { color: var(--taupe); }
.carte-blog__date { font-size: 14px; color: var(--texte-courant); margin-bottom: 10px; }
.carte-blog__extrait { font-size: 14px; line-height: 1.7; margin-bottom: 8px; }
.carte-blog__lire { color: #1a7fc4; }
.carte-blog__lire:hover, .carte-blog__lire:focus-visible { text-decoration: underline; }

.article { max-width: 780px; margin: 0 auto; padding: 50px 0 70px; }
.article__titre { font-family: var(--sans); font-weight: 400; font-size: 26px; line-height: 1.3; color: var(--texte); margin-bottom: 8px; }
.article__meta { font-size: 14px; color: var(--texte-courant); margin-bottom: 26px; }
.article__meta span { color: var(--taupe); }
.article__meta a { color: var(--taupe); }
.article__meta a:hover { text-decoration: underline; }
.article__figure { margin: 0 0 40px; text-align: center; }
.article__figure picture { display: inline-block; max-width: 490px; }
.article__figure img { border: 3px solid var(--rouge-icone); }
.article__figure--petite picture { max-width: 380px; }
.article__figure--petite img { border: 0; width: 100%; }
.article__corps p { font-size: 15px; line-height: 1.8; max-width: none; }
.article__autres { margin-top: 50px; padding-top: 28px; border-top: 1px solid #e2e2e2; }
.article__autres h2 { font-family: var(--sans); font-weight: 600; font-size: 15px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--texte); margin-bottom: 12px; }
.article__autres li { margin-bottom: 8px; font-size: 15px; }
.article__autres a { color: var(--taupe); }
.article__autres a:hover, .article__autres a:focus-visible { text-decoration: underline; }
.article__autres-date { color: #8a8a8a; font-size: 13px; }
.article__retour { display: inline-block; margin-top: 14px; font-size: 14px; }

/* ==========================================================================
   Contact
   ========================================================================== */
.section-coordonnees { background: var(--fond-gris-2); padding: 30px 0 60px; }
.coordonnees { display: grid; grid-template-columns: 1fr 1fr 2fr; gap: 40px; align-items: start; }
.coordonnees h2 { font-family: var(--sans); font-weight: 700; font-size: 16px; color: var(--texte); text-decoration: underline; margin: 0 0 12px; }
.coordonnees h2 + p, .coordonnees address { font-style: normal; font-size: 15px; line-height: 1.9; color: var(--texte-courant); margin-bottom: 24px; }
.coordonnees a { color: var(--texte-courant); word-break: break-word; }
.coordonnees a:hover, .coordonnees a:focus-visible { color: var(--taupe); text-decoration: underline; }
.coordonnees__photo { grid-column: 3; }

.section-demande { padding: 70px 0 80px; text-align: center; }
.section-demande__titre { font-family: var(--serif-titre); font-weight: 400; font-size: 44px; color: var(--texte); margin-bottom: 26px; position: relative; padding-bottom: 30px; }
.section-demande__titre::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 50px; height: 3px; background: #2a2a2a; transform: translateX(-50%); }
.section-demande__intro { font-size: 16px; line-height: 1.8; max-width: 680px; margin: 0 auto 50px; color: var(--texte-courant); }
.section-demande .formulaire { text-align: left; }
.formulaire--clair input, .formulaire--clair textarea { background: #fff; border: 1px solid #dddddd; font-size: 16px; padding: 16px; }
.formulaire--clair input::placeholder, .formulaire--clair textarea::placeholder { color: #767676; }
.formulaire--clair .formulaire__message[data-etat="ok"] { color: #2e6b2e; }
.formulaire--clair .formulaire__message[data-etat="erreur"] { color: #a12b2b; }
.carte-google { margin: 60px auto 0; max-width: 800px; }
.carte-google iframe { display: block; width: 100%; height: 600px; border: 0; }
.carte-google__lien { margin-top: 12px; font-size: 14px; }
.carte-google__lien a { color: var(--taupe); text-decoration: underline; }

/* ---------- Pages texte simples ---------- */
.section-texte { padding: 50px 0 80px; }
.section-texte h2 { font-family: var(--serif-titre); font-weight: 400; font-size: 26px; color: var(--texte); margin: 30px 0 10px; }
.mentions h3 { font-family: var(--sans); font-weight: 600; font-size: 15px; color: var(--texte); margin: 18px 0 6px; }
.mentions ol { padding-left: 22px; margin-bottom: 12px; list-style: decimal; }
.mentions li { line-height: 1.8; }
.mentions a { color: var(--taupe); text-decoration: underline; }

/* ==========================================================================
   Responsive — pages intérieures
   ========================================================================== */
@media (max-width: 1180px) {
  .atelier__photos { grid-template-columns: repeat(4, minmax(0, 1fr)); width: 90%; }
  .galerie--5 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .bandeau-titre { padding: 60px 0 100px; }
  .bandeau-titre__h1 { font-size: 52px; }
  .titre-playfair { font-size: 42px; }
  .art__image { padding-bottom: 0; max-width: 480px; margin: 0 auto; }
  .art__image::after { display: none; }
  .section-art .prose--humaniste { padding-top: 10px; }
  .galerie--4, .galerie--5 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 24px; }
  .galerie--3 { gap: 36px 24px; }
  .galerie__vedette { max-width: 480px; margin: 0 auto; }
  .tarifs { grid-template-columns: minmax(0, 1fr); max-width: 420px; margin: 0 auto; }
  .atelier__photos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .coordonnees { grid-template-columns: 1fr 1fr; }
  .coordonnees__photo { grid-column: 1 / -1; }
  .cartes-blog { justify-content: center; padding-left: 0; }
  .carte-google iframe { height: 420px; }
}
@media (max-width: 640px) {
  .bandeau-titre { padding: 44px 0 70px; }
  .bandeau-titre__h1 { font-size: 40px; }
  .titre-playfair { font-size: 32px; }
  .galerie--3, .galerie--4, .galerie--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; }
  .galerie--haut .galerie__item img { max-height: 420px; }
  .galerie__sous-titre { font-size: 22px; }
  .atelier__titre { font-size: 32px; }
  .atelier__sous-titre, .atelier__titre-sc { font-size: 26px; }
  .atelier__photos { width: 100%; gap: 14px; }
  .section-tarifs__titre { font-size: 32px; }
  .temoignages__guillemet { font-size: 100px; }
  .section-temoignages h2 { font-size: 30px; }
  .coordonnees { grid-template-columns: 1fr; gap: 10px; }
  .section-demande__titre { font-size: 32px; }
  .carte-google iframe { height: 320px; }
  .section-temoignages { padding-bottom: 60px; }
}
