/* L'ART MONTH — STUDIO MURO STYLE */

@font-face {
  font-family: 'Ivory Display';
  src: url('../fonts/IvoryDisplayLL-Regular.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Ivory Display';
  src: url('../fonts/IvoryDisplayLL-Italic.otf') format('opentype');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Ivory Display';
  src: url('../fonts/IvoryDisplayLL-Bold.otf') format('opentype');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'ABC Diatype';
  src: url('../fonts/ABCDiatype-Regular.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'ABC Diatype';
  src: url('../fonts/ABCDiatype-RegularItalic.otf') format('opentype');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'ABC Diatype';
  src: url('../fonts/ABCDiatype-Bold.otf') format('opentype');
  font-weight: 700; font-style: normal; font-display: swap;
}

:root {
  --blue: #284F9E;
  --blue-dark: #1A3A75;
  --blue-light: rgba(40, 79, 158, 0.08);
  --ivory: #FBFAF6;
  --ivory-dark: #F3F0E9;
  --ink: #1A1A1A;
  --grey: #8B8680;
  --line: rgba(40, 79, 158, 0.18);
  /* Couleur d'accent — jaune doré pour les moments de surprise */
  --accent: #E8B547;
  --accent-light: rgba(232, 181, 71, 0.10);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* Curseur custom — désactivé sur mobile/touch */
@media (hover: hover) and (pointer: fine) {
  body { cursor: none; }
  a, button, .clickable { cursor: none; }
}

.cursor-dot,
.cursor-outline {
  pointer-events: none;
  position: fixed;
  top: 0; left: 0;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  background: var(--blue);
  border-radius: 50%;
  transition: width 0.2s, height 0.2s, background 0.2s;
}

.cursor-outline {
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--blue);
  border-radius: 50%;
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              height 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s,
              background 0.3s;
}

/* Curseur en hover sur lien/bouton */
body.cursor-hover .cursor-outline {
  width: 70px;
  height: 70px;
  background: rgba(40, 79, 158, 0.08);
  border-color: var(--blue);
}
body.cursor-hover .cursor-dot {
  opacity: 0;
}

/* Cacher curseur sur mobile */
@media (hover: none), (pointer: coarse) {
  body { cursor: auto; }
  .cursor-dot, .cursor-outline { display: none; }
}

body {
  font-family: 'ABC Diatype', -apple-system, sans-serif;
  background: var(--ivory);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.serif { font-family: 'Ivory Display', Georgia, serif; }
.italic { font-style: italic; }

/* HEADER PAGINÉ STUDIO MURO */
.page-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
}

.page-header-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--grey);
  border-bottom: 1px solid var(--line);
}

.page-header-bar .bar-center {
  text-align: center;
}

.page-header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 32px;
}

.page-header-logo img { height: 30px; }

.page-header-nav ul {
  list-style: none;
  display: flex;
  gap: 28px;
}

.page-header-nav ul a {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  position: relative;
  padding-bottom: 4px;
  transition: color 0.2s ease;
}

.page-header-nav ul a:hover,
.page-header-nav ul a.active { color: var(--blue); }

.page-header-nav ul a.active::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: var(--blue);
}

.btn-candidate {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--blue);
  color: var(--ivory);
  padding: 11px 22px;
  cursor: pointer;
  display: inline-block;
  border: none;
  transition: background 0.3s ease;
}

.btn-candidate:hover { background: var(--blue-dark); color: var(--ivory); }

main { padding-top: 92px; }

/* HERO ÉDITORIAL — VERSION WAOU */
.hero-editorial {
  position: relative;
  min-height: 92vh;
  padding: 40px 32px 60px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--ivory);
}

/* Grand A décoratif flottant */
.hero-decorative-a {
  position: absolute;
  right: -8vw;
  top: 5vh;
  width: 55vw;
  max-width: 700px;
  opacity: 0.08;
  pointer-events: none;
  z-index: 1;
  transform: rotate(-3deg);
}
.hero-decorative-a img {
  width: 100%;
  height: auto;
  display: block;
}

/* Marquee de fond */
.hero-marquee {
  position: absolute;
  bottom: 28%;
  left: 0; right: 0;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 0.06;
  transform: rotate(-1deg);
}
.hero-marquee-track {
  display: inline-flex;
  gap: 60px;
  animation: heroMarquee 80s linear infinite;
  font-size: clamp(120px, 18vw, 280px);
  line-height: 0.9;
  color: var(--blue);
}
.hero-marquee-track span {
  display: inline-block;
  font-family: 'ABC Diatype', sans-serif;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.hero-marquee-track span.serif {
  font-family: 'Ivory Display', serif;
}
@keyframes heroMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Contenu principal */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.hero-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.hero-meta-tag {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
}
.hero-meta-tag.right {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 13px;
}

/* Titre massif éditorial */
.hero-title-massive {
  font-family: 'Ivory Display', serif;
  font-weight: 400;
  font-size: clamp(100px, 22vw, 340px);
  line-height: 0.82;
  letter-spacing: -0.04em;
  color: var(--blue);
  margin: 60px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.hero-title-massive .line-1 {
  align-self: flex-start;
  font-style: normal;
}
.hero-title-massive .line-2 {
  align-self: center;
  font-style: italic;
  font-size: 0.65em;
  margin: -0.12em 0;
  color: var(--blue);
  opacity: 0.75;
}
.hero-title-massive .line-3 {
  align-self: flex-end;
  font-style: italic;
  font-family: 'Ivory Display', serif;
}

/* Bottom grid à 3 colonnes éditorial */
.hero-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1.2fr;
  gap: 50px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
  align-items: start;
}
.hero-bottom-tag {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
}
.hero-text-main {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  max-width: 480px;
}
.hero-mention {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.45;
  color: var(--blue);
  text-align: right;
  padding-left: 30px;
  border-left: 1px solid var(--line);
}
.hero-mention .serif { font-family: 'Ivory Display', serif; font-size: 13px; letter-spacing: 0.04em; opacity: 0.7; }

/* STATS BAR */
.stats-bar {
  background: var(--blue);
  color: var(--ivory);
  padding: 48px 32px;
}

.stats-bar-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.stat-item {
  border-left: 1px solid rgba(250, 246, 238, 0.3);
  padding-left: 20px;
}

.stat-value {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.stat-detail {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 13px;
  margin-top: 6px;
  opacity: 0.75;
}

/* SECTIONS STANDARD */
.section {
  padding: 80px 32px;
  border-bottom: 1px solid var(--line);
}

.section-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.section-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.section-tag {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--blue);
  font-weight: 500;
}

.section-tag-num {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 28px;
  color: var(--blue);
  display: block;
  margin-top: 10px;
}

.section-content h2 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(40px, 5.5vw, 80px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--blue);
  margin-bottom: 30px;
}

.section-content h3 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  color: var(--blue);
  margin-bottom: 16px;
}

.section-content p {
  margin-bottom: 16px;
  max-width: 700px;
}

/* TWO/THREE COLS */
.two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.three-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }

/* PARCOURS LIST */
.parcours-list {
  border-top: 1px solid var(--line);
}

.parcours-row {
  display: grid;
  grid-template-columns: 80px 220px 1fr;
  gap: 30px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}

.parcours-num {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 48px;
  line-height: 1;
  color: var(--blue);
}

.parcours-meta {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--blue);
}

.parcours-meta-date {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--ink);
  margin-top: 4px;
}

.parcours-content h3 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  color: var(--blue);
  margin-bottom: 8px;
}

.parcours-content p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 600px;
}

/* LISTS BLEUS */
.dot-bullet-list { list-style: none; padding: 0; }
.dot-bullet-list li {
  position: relative;
  padding: 6px 0 6px 22px;
  font-size: 14px;
  line-height: 1.6;
}
.dot-bullet-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 7px;
  height: 7px;
  background: var(--blue);
  border-radius: 50%;
}

.arrow-list { list-style: none; padding: 0; }
.arrow-list li {
  position: relative;
  padding: 8px 0 8px 26px;
  font-size: 14px;
  line-height: 1.6;
  border-bottom: 1px solid rgba(40, 79, 158, 0.08);
}
.arrow-list li:last-child { border-bottom: none; }
.arrow-list li::before {
  content: '→';
  color: var(--blue);
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

/* PHOTOS */
.photo-block { position: relative; }
.photo-block img { width: 100%; }

.photo-caption {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 12px;
  gap: 20px;
}

.photo-caption .legend {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--ink);
}

.photo-caption .credit {
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--grey);
  white-space: nowrap;
}

.full-photo-block {
  position: relative;
  height: 70vh;
  overflow: hidden;
}

.full-photo-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-photo-block .credit {
  position: absolute;
  bottom: 12px;
  right: 16px;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--ivory);
  background: rgba(40, 79, 158, 0.6);
  padding: 4px 8px;
}

/* SPLIT BLOCK */
.split-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  border-top: 1px solid var(--line);
  padding-top: 40px;
}

.split-block .col h3 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  color: var(--blue);
  margin-bottom: 24px;
}

.split-block .col.no h3 { color: var(--grey); }

.split-block .col.no .arrow-list li::before { content: '–'; color: var(--grey); }

/* FORMATRICES */
.formatrices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 28px;
}

.formatrice-label {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 0.5px solid var(--line);
  font-weight: 500;
}

.formatrice-principale-wrapper {
  margin-bottom: 30px;
}

.formatrice-block.formatrice-principale {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  align-items: start;
  max-width: 100%;
}

.formatrice-block.formatrice-principale .photo-formatrice {
  margin-bottom: 0;
}

.formatrice-block.formatrice-principale .photo-formatrice img {
  width: 100%;
  height: auto;
}

.formatrice-principale-text {
  padding-top: 4px;
}

.formatrice-principale-text h3 {
  margin-top: 0;
}

.formatrice-block .photo-placeholder {
  aspect-ratio: 3/4;
  background: var(--blue);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ivory);
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 14px;
  position: relative;
}

.formatrice-block .photo-placeholder.placeholder-soon {
  background: transparent;
  border: 1px dashed var(--blue);
  color: var(--blue);
  font-size: 18px;
}

.formatrice-block.formatrice-soon .photo-placeholder.placeholder-soon::before,
.formatrice-block.formatrice-soon .photo-placeholder.placeholder-soon::after {
  border-color: var(--blue);
}

.formatrice-block .photo-placeholder::before,
.formatrice-block .photo-placeholder::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
}

.formatrice-block .photo-placeholder::before {
  top: 16px; left: 16px;
  border-top: 1px solid var(--ivory);
  border-left: 1px solid var(--ivory);
}

.formatrice-block .photo-placeholder::after {
  bottom: 16px; right: 16px;
  border-bottom: 1px solid var(--ivory);
  border-right: 1px solid var(--ivory);
}

.formatrice-block h3 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  color: var(--blue);
  margin-bottom: 4px;
  line-height: 1;
}

.formatrice-block .role {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--grey);
  margin-bottom: 20px;
}

.formatrice-block .bio {
  font-size: 14px;
  line-height: 1.6;
}

/* TARIF */
.tarif-block {
  text-align: center;
  padding: 100px 32px;
  border-bottom: 1px solid var(--line);
}

.tarif-tag {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--blue);
  margin-bottom: 30px;
}

.tarif-amount {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(120px, 18vw, 220px);
  line-height: 0.9;
  color: var(--blue);
  margin-bottom: 30px;
  letter-spacing: -0.02em;
}

.tarif-details {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--grey);
  margin-bottom: 60px;
}

.financement-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  text-align: left;
  border-top: 1px solid var(--line);
  padding-top: 40px;
}

.financement-block h3 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  color: var(--blue);
  margin-bottom: 12px;
}

.financement-block .label {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--blue);
  margin-bottom: 12px;
}

.financement-block p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--grey);
}

/* COHORT CARDS */
.cohorts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.cohort-card {
  border: 1px solid var(--line);
  padding: 30px 28px;
  background: var(--ivory);
}

.cohort-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.cohort-num {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 28px;
  color: var(--blue);
}

.cohort-status {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
}

.cohort-status.open { background: var(--blue); color: var(--ivory); }
.cohort-status.upcoming { background: var(--ivory-dark); color: var(--ink); }
.cohort-status.full { background: transparent; color: var(--grey); border: 1px solid var(--grey); }

.cohort-title {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
  color: var(--blue);
  margin-bottom: 8px;
  line-height: 1;
}

.cohort-dates {
  font-size: 12px;
  color: var(--grey);
  margin-bottom: 24px;
}

.cohort-planning {
  list-style: none;
  margin-bottom: 24px;
}

.cohort-planning li {
  display: grid;
  grid-template-columns: 78px 92px 88px 1fr;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--blue-light);
  font-size: 13px;
}

.cohort-planning li:last-child { border-bottom: none; }

.cohort-planning .date {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  color: var(--blue);
}

.cohort-planning .seance-date {
  font-family: 'ABC Diatype', sans-serif;
  color: var(--ink);
  font-weight: 500;
  font-size: 12px;
}

.cohort-cta {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--blue);
  color: var(--ivory);
  padding: 11px 22px;
  margin-top: 8px;
  transition: background 0.3s ease;
}

.cohort-cta:hover { background: var(--blue-dark); color: var(--ivory); }

.cohort-cta.disabled {
  background: transparent;
  color: var(--grey);
  border: 1px solid var(--grey);
  cursor: not-allowed;
}

/* FAQ */
.faq-list { border-top: 1px solid var(--line); }

.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  cursor: pointer;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
}

.faq-question h3 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  color: var(--ink);
  flex: 1;
  margin: 0;
  line-height: 1.3;
}

.faq-toggle {
  font-family: 'Ivory Display', serif;
  font-size: 22px;
  color: var(--blue);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  line-height: 1;
}

.faq-item.active .faq-toggle { transform: rotate(45deg); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease, padding-top 0.3s ease;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink);
}

.faq-item.active .faq-answer {
  max-height: 2000px;
  padding-top: 14px;
  padding-bottom: 4px;
}

/* CTA FINAL */
.cta-final {
  background: var(--blue);
  color: var(--ivory);
  padding: 70px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../images/logo_A.png');
  background-repeat: no-repeat;
  background-position: right -80px bottom -80px;
  background-size: 380px;
  filter: brightness(0) invert(1);
  opacity: 0.06;
  pointer-events: none;
}

.cta-final h2 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 0.95;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  letter-spacing: -0.01em;
}

.cta-final p {
  font-size: 14px;
  max-width: 480px;
  margin: 0 auto 28px;
  line-height: 1.7;
  opacity: 0.85;
  position: relative;
  z-index: 2;
}

.cta-button {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--ivory);
  color: var(--blue);
  padding: 18px 40px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.cta-button::after {
  content: '↗';
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.cta-button:hover { background: var(--ink); color: var(--ivory); }
.cta-button:hover::after { transform: translate(3px, -3px); }

/* FOOTER */
footer {
  background: var(--ivory);
  padding: 36px 32px 18px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  max-width: 1400px;
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
}

.footer-brand img {
  height: 36px;
  margin-bottom: 12px;
}

.footer-brand p {
  font-size: 12px;
  line-height: 1.55;
  color: var(--grey);
  max-width: 280px;
}

.footer-brand .filiation {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--blue);
  margin-top: 8px;
}

.footer-col h4 {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--blue);
  margin-bottom: 12px;
  font-weight: 600;
}

.footer-col ul { list-style: none; }

.footer-col li {
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 1.4;
}

.footer-col a:hover { color: var(--blue); }

.footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: var(--grey);
  letter-spacing: 0.04em;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-bottom .qualiopi {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
}

.footer-bottom .qualiopi::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--blue);
  border-radius: 50%;
}

.footer-bottom .credit {
  font-family: 'Ivory Display', serif;
  font-style: italic;
}

/* PAGE INTERIEURE — TITRE */
.page-title-block {
  padding: 80px 32px 60px;
  border-bottom: 1px solid var(--line);
}

.page-title-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: end;
}

.page-title-inner .meta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'ABC Diatype', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 10px 18px;
  border: 1px solid var(--accent);
  background: rgba(232, 181, 71, 0.06);
  position: relative;
}

.page-title-inner .meta::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--accent);
}

.page-title-inner h1 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(60px, 10vw, 140px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--blue);
}

.page-title-inner .lede {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  max-width: 480px;
  margin-top: 30px;
}

/* CANDIDATER PAGE */
.candidater-block {
  text-align: center;
  padding: 100px 32px;
}

.candidater-block .candidater-amount {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 80px;
  color: var(--blue);
  margin-bottom: 20px;
}

.steps-block {
  max-width: 900px;
  margin: 60px auto 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: left;
  border-top: 1px solid var(--line);
  padding-top: 40px;
}

.step-block .num {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 36px;
  color: var(--blue);
  margin-bottom: 8px;
  line-height: 1;
}

.step-block h4 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  color: var(--ink);
  margin-bottom: 8px;
}

.step-block p {
  font-size: 13px;
  color: var(--grey);
  line-height: 1.6;
}

.candidater-form-wrap {
  max-width: 1100px;
  margin: 60px auto;
  background: var(--ivory);
  border: 1px solid var(--line);
  padding: 40px;
}

.candidater-form-wrap h3 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  color: var(--blue);
  margin-bottom: 24px;
  text-align: center;
}

.candidater-form-wrap iframe {
  width: 100%;
  min-height: 800px;
  border: none;
}

/* LEGAL PAGE */
.legal-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 32px;
}

.legal-page h1 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
  color: var(--blue);
  margin-bottom: 40px;
}

.legal-page h2 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  color: var(--blue);
  margin: 40px 0 16px;
}

.legal-page p { margin-bottom: 1em; font-size: 14px; line-height: 1.7; }
.legal-page ul { margin-left: 20px; margin-bottom: 1em; font-size: 14px; line-height: 1.7; }
.legal-page strong { font-weight: 700; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .page-header-bar { padding: 8px 16px; font-size: 9px; gap: 8px; }
  .page-header-bar .left, .page-header-bar .right {
    display: flex; gap: 8px; flex-wrap: wrap;
  }
  .page-header-nav { padding: 12px 16px; }
  .page-header-nav ul { display: none; }
  .page-header-logo img { height: 24px; }
  .btn-candidate { padding: 9px 16px; font-size: 11px; }

  .hero, .section, .cta-final, .tarif-block,
  .candidater-block, .page-title-block { padding: 50px 20px; }

  .hero-grid, .stats-bar-grid, .section-grid, .split-block,
  .formatrices-grid, .footer-grid, .financement-grid,
  .three-cols, .two-cols, .steps-block,
  .cohorts-grid, .page-title-inner {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }

  .stats-bar-grid { grid-template-columns: 1fr 1fr !important; gap: 20px; }
  .stat-value { font-size: 40px; }

  .parcours-row {
    grid-template-columns: 50px 1fr;
    gap: 16px;
  }
  .parcours-meta { grid-column: 2; }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  main { padding-top: 84px; }
}

/* Animations */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible { opacity: 1; transform: translateY(0); }

/* Reveal animation enrichie */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Marquee décoratif inter-sections */
.marquee-decoratif {
  background: var(--ivory);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  white-space: nowrap;
  padding: 18px 0;
  position: relative;
  cursor: pointer;
  transition: padding 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              background 0.5s ease;
}

.marquee-decoratif:hover {
  background: rgba(232, 181, 71, 0.08);
}

.marquee-decoratif-track {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  animation: marqueeSlide 40s linear infinite;
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: clamp(32px, 5vw, 60px);
  color: var(--blue);
  letter-spacing: -0.02em;
  line-height: 1;
  transition: color 0.4s ease, letter-spacing 0.4s ease;
}

.marquee-decoratif:hover .marquee-decoratif-track {
  animation: marqueeSlide 12s linear infinite;
  color: var(--accent);
  letter-spacing: 0.02em;
}

.marquee-decoratif-track .dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--blue);
  display: inline-block;
  flex-shrink: 0;
  transition: background 0.4s ease, transform 0.4s ease;
}

.marquee-decoratif:hover .marquee-decoratif-track .dot {
  background: var(--accent);
  transform: scale(1.5);
}

.marquee-decoratif-track .sans {
  font-family: 'ABC Diatype', sans-serif;
  font-style: normal;
  font-size: 0.7em;
  letter-spacing: -0.04em;
}

@keyframes marqueeSlide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Stats bar — gros chiffres encore plus dramatiques */
.stats-bar { padding: 64px 32px; }
.stat-value {
  font-size: clamp(56px, 7vw, 90px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 14px;
}
.stat-label {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.stat-detail {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 14px;
  opacity: 0.7;
  margin-top: 6px;
}

/* Mobile adapt hero */
@media (max-width: 900px) {
  .hero-bottom-grid {
    grid-template-columns: 1fr !important;
    gap: 28px;
  }
  .hero-mention {
    text-align: left;
    border-left: none;
    border-top: 1px solid var(--line);
    padding: 20px 0 0;
  }
  .hero-decorative-a {
    width: 90vw;
    right: -30vw;
    opacity: 0.05;
  }
  .hero-title-massive {
    font-size: clamp(70px, 22vw, 140px) !important;
    margin: 30px 0;
  }
  .formatrices-grid {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }
}

/* MENTION CPF */
.cpf-mention {
  max-width: 900px;
  margin: 50px auto 0;
  padding: 24px 32px;
  background: var(--blue);
  color: var(--ivory);
  text-align: center;
  font-size: 14px;
  line-height: 1.55;
  border-radius: 0;
}
.cpf-mention .serif {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.04em;
  opacity: 0.7;
}
.cpf-mention strong {
  font-weight: 400;
  border-bottom: 1px solid var(--ivory);
  padding-bottom: 1px;
}

/* COPYRIGHT MÉTHODE */
.methode-copyright {
  display: inline-block;
  margin-top: 18px;
  padding: 6px 14px;
  border: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  background: rgba(40, 79, 158, 0.04);
}
.methode-copyright .serif {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
}

/* SÉANCE VARIABLE — mise en valeur */
.parcours-row.parcours-variable {
  background: rgba(40, 79, 158, 0.04);
  border-left: 3px solid var(--blue);
  padding-left: 22px;
  margin-left: -22px;
}

.badge-variable {
  display: inline-block;
  font-family: 'ABC Diatype', sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ivory);
  background: var(--blue);
  padding: 4px 10px;
  margin-left: 8px;
  vertical-align: middle;
  border-radius: 0;
}

/* ============= PHOTO LAYOUTS — VARIATIONS ÉDITORIALES ============= */

/* PHOTO 1 — Split éditorial (image + citation) */
.photo-split {
  background: var(--ivory);
  padding: 80px 32px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.photo-split-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
}
.photo-split-image {
  position: relative;
}
.photo-split-image img {
  width: 100%;
  display: block;
  filter: contrast(1.02);
}
.photo-credit-side {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-family: 'ABC Diatype', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ivory);
  background: rgba(0,0,0,0.4);
  padding: 4px 8px;
}
.photo-split-text {
  padding: 30px 0;
}
.photo-split-tag {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.photo-split-quote {
  font-family: 'Ivory Display', serif;
  font-size: 32px;
  line-height: 1.25;
  color: var(--ink);
  margin: 0 0 30px;
  letter-spacing: -0.01em;
}
.photo-split-quote .serif { color: var(--blue); }
.photo-split-attr {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--blue);
  margin: 0;
}

/* PHOTO 2 — Triptyque (tag + image + caption) */
.photo-triptych {
  background: var(--blue);
  color: var(--ivory);
  padding: 70px 32px;
}
.photo-triptych-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 40px;
  align-items: center;
}
.photo-triptych-tag {
  text-align: right;
  padding-right: 20px;
  border-right: 1px solid rgba(250, 246, 238, 0.3);
}
.photo-triptych-tag .serif {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 8px;
}
.photo-triptych-tag .num {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.7;
}
.photo-triptych-image img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.photo-triptych-caption {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 14px;
  line-height: 1.55;
}
.photo-triptych-caption strong {
  font-family: 'ABC Diatype', sans-serif;
  font-weight: 600;
}
.photo-triptych-credit {
  margin-top: 16px;
  font-family: 'ABC Diatype', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.6;
}

/* PHOTO 3 — Polaroid décalé (texte + photo inclinée) */
.photo-polaroid-section {
  background: var(--ivory-dark);
  padding: 90px 32px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.photo-polaroid-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.photo-polaroid-text {
  padding-right: 40px;
}
.photo-polaroid-tag {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 24px;
}
.photo-polaroid-text h3 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--blue);
  margin: 0 0 30px;
}
.photo-polaroid-text p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
}
.photo-polaroid-frame {
  background: var(--ivory);
  padding: 18px 18px 60px;
  box-shadow: 0 12px 40px rgba(40, 79, 158, 0.15);
  transform: rotate(2deg);
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.photo-polaroid-frame:hover {
  transform: rotate(0deg);
}
.photo-polaroid-frame img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.photo-polaroid-caption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  text-align: center;
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--blue);
}

/* PHOTO 4 — Demi-page avec texte alongside */
.photo-half {
  background: var(--ivory);
  padding: 70px 0;
}
.photo-half-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  align-items: stretch;
}
.photo-half-image {
  position: relative;
}
.photo-half-image img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.photo-half-credit {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: 'ABC Diatype', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ivory);
  background: rgba(0,0,0,0.4);
  padding: 4px 8px;
}
.photo-half-text {
  background: var(--blue);
  color: var(--ivory);
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.photo-half-num {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 30px;
  opacity: 0.5;
}
.photo-half-tag {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0.85;
}
.photo-half-text h3 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
}
.photo-half-text p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* MOBILE */
@media (max-width: 900px) {
  .photo-split-inner,
  .photo-triptych-inner,
  .photo-polaroid-inner,
  .photo-half-inner {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }
  .photo-triptych-tag {
    text-align: left;
    border-right: none;
    padding-right: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(250, 246, 238, 0.3);
  }
  .photo-split-quote { font-size: 24px; }
  .photo-polaroid-text h3,
  .photo-half-text h3 { font-size: 36px; }
  .photo-half-text { padding: 40px 32px; }
  .photo-polaroid-frame { transform: rotate(0); }
}

/* PRÉREQUIS QUALIOPI — Bloc mis en valeur */
.section-prerequisites {
  background: var(--ivory);
  position: relative;
}

.prereq-bloc {
  background: var(--blue);
  color: var(--ivory);
  padding: 50px 60px;
  margin-top: 30px;
  position: relative;
  border-radius: 0;
}

.prereq-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 36px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(250, 246, 238, 0.3);
}

.prereq-tag {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.prereq-num {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 14px;
  opacity: 0.6;
}

.prereq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prereq-list li {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 30px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(250, 246, 238, 0.18);
  align-items: start;
}

.prereq-list li:last-child {
  border-bottom: none;
}

.prereq-label {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.2;
}

.prereq-value {
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.95;
}

@media (max-width: 768px) {
  .prereq-bloc { padding: 32px 24px; }
  .prereq-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .prereq-label { font-size: 17px; }
}

/* FINANCEMENT 3 COLONNES */
.financement-grid.financement-3cols {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media (max-width: 900px) {
  .financement-grid.financement-3cols {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }
}

/* ============== SESSIONS — DEUX FORMATS ============== */

/* En-têtes de catégorie de cohortes */
.cohort-section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 22px 0 16px;
  border-bottom: 2px solid var(--blue);
  margin-bottom: 30px;
}

.cohort-section-label {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 30px;
  color: var(--blue);
  line-height: 1;
}

.cohort-section-detail {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--grey);
}

/* Grilles 2 ou 3 colonnes selon le nombre de cartes */
.cohorts-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.cohorts-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

/* Tag format dans la card */
.cohort-format-tag {
  display: inline-block;
  font-family: 'ABC Diatype', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 10px;
  background: var(--blue);
  color: var(--ivory);
  margin-bottom: 16px;
  margin-top: 4px;
}

.cohort-format-tag.online {
  background: transparent;
  color: var(--blue);
  border: 1px solid var(--blue);
}

/* Carte présentiel/online — variations subtiles */
.cohort-card.cohort-presentiel {
  border-top: 3px solid var(--blue);
}

.cohort-card.cohort-online {
  border-top: 3px solid var(--blue);
  border-top-style: dashed;
}

/* Statut "Nouvelle" pour décembre */
.cohort-status.new {
  background: var(--blue);
  color: var(--ivory);
}

.cohort-note-soon {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--grey);
  margin-bottom: 16px;
}

@media (max-width: 900px) {
  .cohorts-grid-2,
  .cohorts-grid-3 {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
  .cohort-section-label { font-size: 22px; }
  .cohort-section-detail { font-size: 10px; }
}

/* TÉMOIGNAGES VIDÉOS */
.section-testimonials {
  background: var(--ivory);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.testimonials-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.testimonial-video {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.testimonial-link {
  text-decoration: none;
  color: inherit;
  display: block;
  margin-top: 16px;
  transition: color 0.3s ease;
}

.testimonial-link:hover .testimonial-name {
  color: var(--accent);
}

.testimonial-arrow {
  display: inline-block;
  margin-left: 6px;
  font-family: 'ABC Diatype', sans-serif;
  font-style: normal;
  font-size: 0.7em;
  color: var(--accent);
  font-weight: 400;
  transition: transform 0.3s ease;
}

.testimonial-link:hover .testimonial-arrow {
  transform: translate(3px, -3px);
}

@media (max-width: 1100px) {
  .testimonials-grid-4 {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .testimonials-grid-4 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.testimonial-thumb {
  width: 100%;
  aspect-ratio: 9/16;
  background: var(--ivory-dark);
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.testimonial-thumb-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ivory);
  background: linear-gradient(180deg, rgba(40, 79, 158, 0.85), rgba(40, 79, 158, 1));
}

.play-icon {
  width: 70px;
  height: 70px;
  border: 1px solid var(--ivory);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
  transition: background 0.3s ease;
  padding-left: 4px;
}

.testimonial-video:hover .play-icon {
  background: rgba(250, 246, 238, 0.15);
}

.testimonial-soon {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.75;
}

.testimonial-name {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  color: var(--blue);
  margin: 0 0 4px;
}

.testimonial-meta {
  font-size: 13px;
  color: var(--grey);
  margin: 0;
}

@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* FAQ — Catégories */
.faq-category {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  color: var(--blue);
  margin: 32px 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.faq-category:first-of-type {
  margin-top: 16px;
}

/* INDICATEURS QUALIOPI */
.qualiopi-indicators {
  margin-top: 50px;
  padding: 40px 50px;
  background: var(--blue);
  color: var(--ivory);
}

.qualiopi-indicators-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(250, 246, 238, 0.3);
  margin-bottom: 30px;
}

.qualiopi-indicators-label {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.qualiopi-indicators-detail {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 14px;
  opacity: 0.7;
}

.qualiopi-indicators-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.qualiopi-indicator-value {
  font-family: 'Ivory Display', serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.qualiopi-indicator-label {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .qualiopi-indicators { padding: 30px 24px; }
  .qualiopi-indicators-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .qualiopi-indicator-value { font-size: 48px; }
}

/* OBJECTIFS PÉDAGOGIQUES */
.objectifs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.objectif-block {
  padding: 28px 24px;
  border: 1px solid var(--line);
  background: var(--ivory);
  position: relative;
}

.objectif-num {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 28px;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 16px;
  opacity: 0.6;
}

.objectif-block h3 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  color: var(--blue);
  margin: 0 0 10px;
  line-height: 1.2;
}

.objectif-block p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink);
  margin: 0;
}

@media (max-width: 900px) {
  .objectifs-grid { grid-template-columns: 1fr; }
}

/* INFO BOX — Encadré informatif */
.info-box {
  margin-top: 30px;
  padding: 24px 28px;
  background: rgba(40, 79, 158, 0.06);
  border-left: 3px solid var(--blue);
  position: relative;
}

.info-box-tag {
  display: inline-block;
  font-family: 'ABC Diatype', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 10px;
  padding: 3px 8px;
  background: var(--blue);
  color: var(--ivory);
}

.info-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink);
}

/* TARIF — INCLUSIONS */
.tarif-inclusions {
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 0 32px;
}

.tarif-inclusions-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--blue);
  margin-bottom: 30px;
}

.tarif-inclusions-label {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
}

.tarif-inclusions-detail {
  font-size: 16px;
  color: var(--blue);
}

.tarif-inclusions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  text-align: left;
}

.tarif-inclusion {
  padding: 24px;
  background: rgba(40, 79, 158, 0.04);
  border-left: 2px solid var(--blue);
}

.inclusion-icon {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
  opacity: 0.6;
}

.tarif-inclusion h4 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 19px;
  color: var(--blue);
  margin: 0 0 10px;
  line-height: 1.2;
}

.tarif-inclusion p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink);
  margin: 0;
}

.tarif-finance-title {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  color: var(--blue);
  text-align: center;
  margin: 60px 0 30px;
}

@media (max-width: 1100px) {
  .tarif-inclusions-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .tarif-inclusions-grid { grid-template-columns: 1fr; }
  .tarif-inclusions-header { flex-direction: column; align-items: flex-start; gap: 8px; }
}

/* ============================================================
   ★ AVANT-GARDISTE — LAYER PREMIUM
   ============================================================ */

/* MOTS-TOTEMS FLOTTANTS DANS LE HERO */
.hero-totems {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}

.totem {
  position: absolute;
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: var(--blue);
  opacity: 0.12;
  user-select: none;
  white-space: nowrap;
  transition: opacity 0.6s ease;
}

.totem-1 {
  top: 12%;
  left: -2%;
  font-size: clamp(60px, 9vw, 130px);
  transform-origin: left center;
  transform: rotate(-90deg);
}

.totem-2 {
  bottom: 38%;
  right: 4%;
  font-size: clamp(50px, 7vw, 110px);
}

.totem-3 {
  top: 50%;
  left: 35%;
  font-size: clamp(80px, 14vw, 200px);
  font-style: normal;
  font-family: 'ABC Diatype', sans-serif;
  font-weight: 600;
  letter-spacing: -0.06em;
  opacity: 0.08;
}

.totem.accent {
  color: var(--accent);
  opacity: 0.18;
}

/* HERO LIGNE AVEC EFFET STROKE (contour seulement) */
.hero-line-stroke {
  -webkit-text-stroke: 2px var(--blue);
  color: transparent;
  -webkit-text-fill-color: transparent;
  transition: -webkit-text-fill-color 0.6s ease, color 0.6s ease;
}

.hero-line-stroke:hover {
  -webkit-text-fill-color: var(--blue);
  color: var(--blue);
}

/* HERO LETTRES — animation entrée */
@keyframes heroLetterIn {
  0% { opacity: 0; transform: translateY(40px) rotate(-2deg); }
  100% { opacity: 1; transform: translateY(0) rotate(0); }
}

.hero-letter-in {
  opacity: 0;
  animation: heroLetterIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* FLÈCHE DOWN ANIMÉE */
.hero-arrow-down {
  font-family: 'Ivory Display', serif;
  font-size: 32px;
  color: var(--blue);
  margin-top: 16px;
  animation: bounceDown 2s ease-in-out infinite;
}

@keyframes bounceDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

/* STATS BAR — MARKER ÉTOILE TERRACOTTA */
.stats-bar {
  position: relative;
}

.stats-bar-marker {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  background: var(--accent);
  color: var(--ivory);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 4px 20px rgba(232, 181, 71, 0.35);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.stats-bar:hover .stats-bar-marker {
  transform: translateX(-50%) rotate(360deg) scale(1.1);
}

.stat-suffix {
  font-size: 0.4em;
  vertical-align: super;
  margin-left: 2px;
}

.counter, .counter-mini {
  display: inline-block;
  min-width: 1ch;
  font-variant-numeric: tabular-nums;
}

/* PHOTO REVEAL AVEC MASQUE */
.photo-mask-reveal {
  position: relative;
  overflow: hidden;
}

.photo-mask-reveal::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--blue);
  transform: translateX(0);
  transition: transform 1.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 5;
  pointer-events: none;
}

.photo-mask-reveal.visible::after {
  transform: translateX(101%);
}

.photo-mask-reveal img {
  transform: scale(1.1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.photo-mask-reveal.visible img {
  transform: scale(1);
}

/* HOVER EFFETS BOUTONS — déformation magnétique */
.btn-candidate, .cta-button, .btn-large {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              letter-spacing 0.3s ease;
}

.btn-candidate::before, .cta-button::before, .btn-large::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: -1;
}

.btn-candidate:hover, .cta-button:hover, .btn-large:hover {
  letter-spacing: 0.22em;
}

.btn-candidate:hover::before, .cta-button:hover::before, .btn-large:hover::before {
  transform: scaleX(1);
}

/* HEADER NAV — soulignement animé */
.page-header-nav ul li a {
  position: relative;
  transition: color 0.3s ease;
}

.page-header-nav ul li a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.page-header-nav ul li a:hover::after,
.page-header-nav ul li a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* TARIF AMOUNT — NUMÉRO QUI PULSE */
.tarif-amount {
  position: relative;
  display: inline-block;
}

.tarif-amount::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-light) 0%, transparent 70%);
  z-index: -1;
  animation: pulseTarif 4s ease-in-out infinite;
}

@keyframes pulseTarif {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
  50% { transform: translate(-50%, -50%) scale(1.15); opacity: 0.3; }
}

/* SECTION HEADERS — ANIMATION DU NUMÉRO */
.section-tag-num {
  position: relative;
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.section:hover .section-tag-num {
  transform: rotate(-8deg);
}

/* COHORT CARDS — INTERACTION HOVER */
.cohort-card {
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.5s ease;
}

.cohort-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(40, 79, 158, 0.12);
}

/* INCLUSION CARD — LIGNE TRAÇANTE AU HOVER */
.tarif-inclusion {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              border-left-color 0.3s ease,
              background 0.3s ease;
}

.tarif-inclusion:hover {
  transform: translateX(8px);
  border-left-color: var(--accent);
  background: rgba(232, 181, 71, 0.06);
}

.tarif-inclusion:hover .inclusion-icon {
  color: var(--accent) !important;
}

/* TÉMOIGNAGES — LECTEUR PLAY EFFET HOVER */
.testimonial-thumb-inner {
  transition: background 0.5s ease;
}

.testimonial-video:hover .testimonial-thumb-inner {
  background: linear-gradient(180deg, rgba(232, 181, 71, 0.4), rgba(40, 79, 158, 1));
}

.play-icon {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              background 0.3s ease;
}

.testimonial-video:hover .play-icon {
  transform: scale(1.15);
  background: rgba(250, 246, 238, 0.2);
}

/* TEXTES IMPORTANTS — UNDERLINE QUI ÉCRIT */
.section-content p strong {
  position: relative;
  display: inline;
  background-image: linear-gradient(120deg, var(--accent-light) 0%, var(--accent-light) 100%);
  background-repeat: no-repeat;
  background-size: 0% 30%;
  background-position: 0 88%;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-content.visible p strong,
.reveal.visible p strong {
  background-size: 100% 30%;
}

/* DÉCALAGES ASYMÉTRIQUES SUR SECTIONS — légèrement biaisés */
.section:nth-child(odd) .section-content {
  /* Pas de décalage pour préserver lisibilité, mais on ajoute un effet visuel */
}

/* SCROLLBAR PERSO */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--ivory);
}

::-webkit-scrollbar-thumb {
  background: var(--blue);
  border: 2px solid var(--ivory);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--accent);
}

/* SÉLECTION TEXTE */
::selection {
  background: var(--accent);
  color: var(--ivory);
}

/* ANIMATION D'ENTRÉE DE PAGE */
@keyframes pageIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

main {
  animation: pageIn 0.8s ease-out;
}

/* DETAIL : Ligne italique animée sous les titres serif des sections */
.section-content h2 .serif.italic {
  position: relative;
  display: inline-block;
}

.section-content h2 .serif.italic::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--accent);
  transition: width 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.section-content.visible h2 .serif.italic::after,
.reveal.visible h2 .serif.italic::after {
  width: 100%;
}

/* MOBILE — ADAPTATIONS AVANT-GARDISTES */
@media (max-width: 768px) {
  .totem { display: none; }
  .stats-bar-marker { width: 44px; height: 44px; font-size: 18px; top: -22px; }
  .hero-line-stroke {
    -webkit-text-stroke: 1px var(--blue);
    -webkit-text-fill-color: var(--blue);
    color: var(--blue);
  }
}

/* ============================================================
   FIN AVANT-GARDISTE
   ============================================================ */

/* PHOTOS FORMATRICES — vraies photos remplaçant les placeholders */
.photo-formatrice {
  aspect-ratio: 3/4;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  background: var(--ivory-dark);
}

.photo-formatrice img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.formatrice-block:hover .photo-formatrice img {
  transform: scale(1.03);
}

/* QUALIOPI BLOCK — Footer visuel certifié */
.qualiopi-block {
  display: flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid var(--blue);
  background: var(--ivory);
  max-width: 280px;
  font-family: 'ABC Diatype', sans-serif;
}

.qualiopi-marianne {
  background: var(--blue);
  color: var(--ivory);
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  text-align: center;
}

.qualiopi-rf {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 4px;
}

.qualiopi-marianne-label {
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
}

.qualiopi-content {
  padding: 8px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qualiopi-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 4px;
}

.qualiopi-mention {
  font-size: 7px;
  color: var(--blue);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-bottom: 4px;
}

.qualiopi-action {
  font-size: 9px;
  font-weight: 700;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.qualiopi-num {
  font-size: 10px;
  color: var(--blue);
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-top: 4px;
  border-top: 1px solid var(--line);
}

@media (max-width: 700px) {
  .qualiopi-block {
    max-width: 100%;
    margin-top: 16px;
  }
}

/* PHOTO ÉDITORIALE · Remplace le polaroid vintage */
.photo-editorial-section {
  padding: 100px 32px;
  background: var(--ivory);
  position: relative;
}

.photo-editorial-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 8%;
  width: 1px;
  height: 100%;
  background: var(--line);
  opacity: 0.5;
}

.photo-editorial-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: center;
}

.photo-editorial-image {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--blue);
}

.photo-editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.05) saturate(1.05);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.photo-editorial-section:hover .photo-editorial-image img {
  transform: scale(1.02);
}

.photo-editorial-num {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--accent);
  color: var(--ivory);
  font-family: 'ABC Diatype', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 12px;
  font-weight: 600;
  z-index: 2;
}

.photo-editorial-text {
  padding-left: 20px;
  border-left: 2px solid var(--accent);
}

.photo-editorial-tag {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}

.photo-editorial-title {
  font-family: 'Ivory Display', serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--blue);
  margin: 0 0 24px;
}

.photo-editorial-text p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  margin-bottom: 30px;
}

.photo-editorial-credit {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grey);
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

@media (max-width: 900px) {
  .photo-editorial-section { padding: 60px 24px; }
  .photo-editorial-inner { grid-template-columns: 1fr; gap: 40px; }
  .photo-editorial-section::before { display: none; }
  .photo-editorial-title { font-size: 36px; }
}

/* ============================================================
   ★ RESPONSIVE MOBILE — PATCH COMPLET (≤ 768px puis ≤ 480px)
   ============================================================ */

@media (max-width: 768px) {
  /* === BASE === */
  body { font-size: 14px; }
  
  /* === HEADER === */
  .page-header-bar { font-size: 9px !important; padding: 6px 16px !important; }
  .page-header-nav {
    flex-wrap: wrap;
    padding: 12px 16px !important;
    gap: 12px;
  }
  .page-header-nav ul {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 14px !important;
    flex-wrap: wrap;
    font-size: 10px !important;
  }
  .page-header-nav ul li a { font-size: 10px !important; }
  .page-header-logo img { height: 24px !important; width: auto; }
  .btn-candidate { 
    font-size: 9px !important; 
    padding: 8px 14px !important;
    letter-spacing: 0.12em !important;
  }
  
  /* === HERO === */
  .hero-section, .hero-editorial { 
    min-height: auto !important;
    padding: 30px 18px 50px !important;
  }
  .hero-meta-row {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 8px;
    padding-bottom: 14px !important;
    margin-bottom: 20px !important;
  }
  .hero-meta-tag { font-size: 10px !important; }
  .hero-meta-tag.right { font-size: 10px !important; }
  
  .hero-title-massive {
    margin: 20px 0 !important;
  }
  .hero-title-massive .line-1,
  .hero-title-massive .line-2,
  .hero-title-massive .line-3 {
    font-size: clamp(80px, 28vw, 140px) !important;
    line-height: 0.85 !important;
    align-self: center !important;
  }
  .hero-line-stroke {
    -webkit-text-stroke: 1px var(--blue);
    -webkit-text-fill-color: var(--blue);
    color: var(--blue);
  }
  
  .hero-bottom-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding-top: 24px !important;
  }
  .hero-bottom-right { 
    text-align: left !important;
    padding-left: 0 !important;
    border-left: none !important;
    border-top: 1px solid var(--line);
    padding-top: 20px;
  }
  .hero-bottom-tag { font-size: 11px !important; }
  .hero-text-main { font-size: 15px !important; }
  .hero-arrow-down { display: none; }
  
  .hero-decorative-a img {
    width: 70% !important;
    opacity: 0.06 !important;
  }
  .totem { display: none; }
  
  /* === STATS BAR === */
  .stats-bar { padding: 60px 18px 40px !important; }
  .stats-bar-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 30px 16px !important;
  }
  .stat-item {
    padding-left: 12px !important;
  }
  .stat-value { font-size: 48px !important; }
  .stat-label { font-size: 11px !important; }
  .stat-detail { font-size: 11px !important; }
  .stats-bar-marker {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
    top: -20px !important;
  }
  
  /* === MARQUEES === */
  .marquee-decoratif-track {
    font-size: 32px !important;
  }
  .hero-marquee-track {
    font-size: 14vw !important;
    line-height: 1 !important;
  }
  
  /* === SECTIONS GÉNÉRIQUES === */
  .section { padding: 50px 18px !important; }
  .section-inner { max-width: 100%; }
  .section-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .section-tag {
    font-size: 10px !important;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 8px;
  }
  .section-tag-num { 
    font-size: 22px !important;
    margin-left: 8px;
  }
  .section-content h2 {
    font-size: 32px !important;
    line-height: 1.05 !important;
    margin-bottom: 20px !important;
  }
  
  /* === MANIFESTE === */
  .manifeste-text-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .manifeste-text-grid p {
    font-size: 14px !important;
  }
  
  /* === PHOTO MARGAUX SPLIT === */
  .photo-split-section { padding: 40px 18px !important; }
  .photo-split-inner {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .photo-split-text h3, .photo-split-text .serif {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
  
  /* === PARCOURS === */
  .parcours-list .parcours-row {
    grid-template-columns: 36px 1fr !important;
    gap: 12px !important;
    padding: 18px 0 !important;
  }
  .parcours-row > div:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: 2;
    margin-top: 8px;
  }
  .parcours-content {
    grid-column: 1 / 3;
    grid-row: 3;
  }
  .parcours-num { font-size: 22px !important; }
  .parcours-meta { font-size: 10px !important; }
  .parcours-meta-date { font-size: 11px !important; }
  .parcours-content h3 {
    font-size: 18px !important;
    margin-bottom: 6px !important;
  }
  .parcours-content p { font-size: 13px !important; }
  
  /* === PRÉREQUIS QUALIOPI BLOC === */
  .prereq-list-block {
    padding: 24px 18px !important;
  }
  .prereq-list li {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    padding: 12px 0 !important;
  }
  .prereq-label {
    font-size: 12px !important;
    margin-bottom: 4px;
  }
  .prereq-value { font-size: 12px !important; }
  
  /* === PHOTO COHORTE TRIPTYQUE === */
  .photo-triptych { padding: 40px 18px !important; }
  .photo-triptych-inner {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    text-align: left !important;
  }
  .photo-triptych-tag {
    text-align: left !important;
    border-right: none !important;
    padding-right: 0 !important;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(250, 246, 238, 0.3);
  }
  .photo-triptych-caption p { font-size: 13px !important; }
  
  /* === FORMATRICES === */
  .formatrices-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .formatrice-block .photo-formatrice {
    aspect-ratio: 4/5;
    max-height: 500px;
  }
  .formatrice-block h3 {
    font-size: 22px !important;
  }
  .formatrice-block .role { font-size: 11px !important; }
  .formatrice-block .bio { font-size: 13px !important; }
  
  /* === TÉMOIGNAGES === */
  .testimonials-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  
  /* === TARIF === */
  .tarif-block { padding: 50px 18px !important; }
  .tarif-tag { font-size: 11px !important; }
  .tarif-amount {
    font-size: clamp(80px, 24vw, 140px) !important;
    line-height: 0.9 !important;
    margin: 16px 0 !important;
  }
  .tarif-details { font-size: 12px !important; }
  .tarif-finance-title {
    font-size: 22px !important;
    margin: 40px 0 20px !important;
  }
  
  /* Inclusions - pleine largeur */
  .tarif-inclusions {
    padding: 0 !important;
    margin-top: 30px !important;
  }
  .tarif-inclusions-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 6px;
    padding-bottom: 14px !important;
    margin-bottom: 20px !important;
  }
  .tarif-inclusions-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .tarif-inclusion {
    padding: 18px !important;
  }
  .tarif-inclusion h4 { font-size: 16px !important; }
  .tarif-inclusion p { font-size: 12px !important; }
  
  .financement-grid, .financement-3cols {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .financement-block {
    padding: 22px !important;
  }
  .financement-block h3 { font-size: 17px !important; }
  .financement-block p { font-size: 13px !important; }
  
  .cpf-mention {
    padding: 18px !important;
    font-size: 12px !important;
    margin-top: 20px !important;
  }
  
  /* === ORIGINE === */
  .origine-text-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  /* === FAQ === */
  .faq-category {
    font-size: 18px !important;
    margin: 30px 0 12px !important;
  }
  .faq-item { padding: 14px 0 !important; }
  .faq-question h3 { 
    font-size: 14px !important;
    line-height: 1.3 !important;
    padding-right: 24px;
  }
  .faq-toggle { font-size: 16px !important; }
  .faq-answer { font-size: 13px !important; }
  
  /* === CTA FINAL === */
  .cta-final {
    padding: 60px 18px !important;
  }
  .cta-final h2 {
    font-size: 36px !important;
    line-height: 1 !important;
  }
  .cta-final p { font-size: 13px !important; }
  .cta-button {
    font-size: 10px !important;
    padding: 14px 24px !important;
  }
  
  /* === FOOTER === */
  footer { padding: 40px 18px 20px !important; }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding-bottom: 24px !important;
  }
  .footer-brand p { font-size: 12px !important; }
  .footer-col h4 { font-size: 11px !important; }
  .footer-col ul { font-size: 12px !important; }
  
  .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    font-size: 9px !important;
    padding-top: 16px !important;
  }
  .footer-bottom > div { font-size: 9px !important; line-height: 1.5; }
  
  /* Bloc Qualiopi en mobile - reste compact */
  .qualiopi-block {
    width: 100%;
    max-width: 100% !important;
  }
  
  /* === PAGE TITLES (Méthode/Sessions/Candidater) === */
  .page-title-block {
    padding: 40px 18px 30px !important;
  }
  .page-title-inner {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    align-items: flex-start !important;
  }
  .page-title-inner .meta {
    font-size: 11px !important;
    padding: 8px 14px !important;
    letter-spacing: 0.18em !important;
  }
  .page-title-inner .meta::before { width: 16px !important; }
  .page-title-inner h1 {
    font-size: clamp(48px, 16vw, 90px) !important;
  }
  .page-title-inner .lede { font-size: 14px !important; }
  .methode-copyright { font-size: 10px !important; line-height: 1.5; }
  
  /* === MÉTHODE — FONDAMENTAUX === */
  .fondamentaux-list .fondamental-row {
    padding: 22px 0 !important;
  }
  .fondamental-num {
    font-size: 32px !important;
  }
  .fondamental-content h3 {
    font-size: 20px !important;
  }
  .fondamental-content p { font-size: 13px !important; }
  
  /* === MÉTHODE — INDICATEURS QUALIOPI === */
  .qualiopi-indicators {
    padding: 24px 18px !important;
    margin-top: 30px !important;
  }
  .qualiopi-indicators-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 6px;
    padding-bottom: 14px !important;
    margin-bottom: 18px !important;
  }
  .qualiopi-indicators-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 18px 14px !important;
  }
  .qualiopi-indicator-value { font-size: 38px !important; }
  .qualiopi-indicator-label { font-size: 9px !important; }
  
  /* === MÉTHODE — OBJECTIFS === */
  .objectifs-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .objectif-block {
    padding: 20px !important;
  }
  .objectif-block h3 { font-size: 17px !important; }
  .objectif-block p { font-size: 12px !important; }
  
  /* === MÉTHODE — PHOTO ÉDITORIALE === */
  .photo-editorial-section {
    padding: 50px 18px !important;
  }
  .photo-editorial-inner {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .photo-editorial-section::before { display: none; }
  .photo-editorial-title { font-size: 32px !important; }
  .photo-editorial-text {
    padding-left: 16px !important;
  }
  
  /* === MÉTHODE — LIEU === */
  .two-cols {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  
  /* === SESSIONS — CARDS === */
  .cohorts-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .cohort-card {
    padding: 22px !important;
  }
  .cohort-title {
    font-size: 28px !important;
  }
  .cohort-num { font-size: 11px !important; }
  .cohort-status { font-size: 10px !important; }
  .cohort-dates { font-size: 12px !important; }
  .cohort-format-tag { font-size: 10px !important; }
  .cohort-planning li {
    font-size: 12px !important;
    grid-template-columns: 60px 1fr !important;
  }
  .cohort-cta {
    font-size: 10px !important;
    padding: 12px 18px !important;
    margin-top: 18px !important;
  }
  .cohort-section-label {
    font-size: 11px !important;
    padding-bottom: 10px;
  }
  
  /* === SESSIONS — COMMENT CHOISIR === */
  .choosing-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .choosing-grid h3 {
    font-size: 18px !important;
    margin-bottom: 8px !important;
  }
  .choosing-grid p { font-size: 13px !important; }
  
  /* === SESSIONS — PHOTO HALF === */
  .photo-half {
    padding: 40px 18px !important;
  }
  .photo-half-inner {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  
  /* === CANDIDATER === */
  .candidater-block {
    padding: 50px 18px !important;
  }
  .candidater-step {
    grid-template-columns: 36px 1fr !important;
    gap: 14px !important;
    padding: 20px 0 !important;
  }
  .candidater-step h3 { font-size: 16px !important; }
  .candidater-step p { font-size: 13px !important; }
  
  /* === MENTIONS LÉGALES, CGV, RGPD, ACCESSIBILITÉ === */
  .legal-content {
    padding: 30px 18px !important;
  }
  .legal-content h2 {
    font-size: 24px !important;
    margin-top: 30px !important;
  }
  .legal-content h3 {
    font-size: 16px !important;
  }
  .legal-content p, .legal-content li {
    font-size: 13px !important;
  }
}

/* === TRÈS PETITS ÉCRANS (≤ 480px) === */
@media (max-width: 480px) {
  .stats-bar-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .qualiopi-indicators-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .qualiopi-indicator-value { font-size: 32px !important; }
  
  .hero-title-massive .line-1,
  .hero-title-massive .line-2,
  .hero-title-massive .line-3 {
    font-size: 80px !important;
  }
  
  .section-content h2 {
    font-size: 28px !important;
  }
  .cta-final h2 {
    font-size: 30px !important;
  }
  .tarif-amount {
    font-size: 80px !important;
  }
}

/* === ASTUCES TOUCH === */
@media (hover: none) and (pointer: coarse) {
  /* Désactive les hover effects sur mobile */
  .cursor-dot, .cursor-outline { display: none !important; }
  body { cursor: auto !important; }
  
  /* Boutons toujours visibles, pas de wipe au hover */
  .btn-candidate::before, .cta-button::before, .btn-large::before {
    display: none;
  }
  
  /* Plus de zoom photos au hover */
  .formatrice-block:hover .photo-formatrice img {
    transform: none;
  }
  
  /* FAQ : tap = open (le JS gère déjà ça) */
  .faq-item { cursor: pointer; }
}

/* ============================================================
   FIN RESPONSIVE PATCH
   ============================================================ */

/* PHOTO TRIPTYCH · Override pour Apprendre ensemble */
.photo-triptych-tag {
  font-family: 'ABC Diatype', sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--ivory);
  font-weight: 400;
  line-height: 1.3;
  font-style: normal !important;
}
.photo-triptych-tag div {
  font-family: 'ABC Diatype', sans-serif !important;
  font-style: normal !important;
}

.photo-triptych-image {
  position: relative;
}

.photo-credit-overlay {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.5);
  color: var(--ivory);
  font-family: 'ABC Diatype', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 9px;
  z-index: 2;
}

.photo-triptych-caption p {
  color: var(--ivory) !important;
}
.photo-triptych-caption strong {
  color: var(--ivory) !important;
  font-weight: 600;
}

/* TARIF · Tag row avec numéro */
.tarif-tag-row {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 0;
}

.tarif-tag-row-left {
  justify-content: flex-start;
  max-width: 1300px;
  margin: 0 auto 30px;
  padding: 0 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.tarif-tag-row-left .tarif-tag {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 500;
}

.tarif-tag-num {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 28px;
  color: var(--blue);
  opacity: 0.5;
}
@media (max-width: 768px) {
  .tarif-tag-num { font-size: 20px; }
  .tarif-tag-row-left { padding: 0 18px 14px; margin-bottom: 20px; }
}

/* TARIF · Inclusions légères (liste épurée numérotée) */
.tarif-inclusions-light {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0 !important;
  border-top: 1px solid rgba(40, 79, 158, 0.15);
  border-left: 1px solid rgba(40, 79, 158, 0.15);
  margin-top: 32px;
}

.tarif-inclusion-light {
  display: flex !important;
  align-items: baseline;
  gap: 14px;
  padding: 18px 20px !important;
  border-right: 1px solid rgba(40, 79, 158, 0.15);
  border-bottom: 1px solid rgba(40, 79, 158, 0.15);
  background: transparent !important;
  transition: background 0.3s ease;
}

.tarif-inclusion-light:hover {
  background: rgba(232, 181, 71, 0.08) !important;
}

.tarif-inclusion-light .num {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--blue);
  opacity: 0.5;
  flex-shrink: 0;
  width: 32px;
  font-weight: 400;
}

.tarif-inclusion-light .title {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .tarif-inclusions-light {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 600px) {
  .tarif-inclusions-light {
    grid-template-columns: 1fr !important;
  }
  .tarif-inclusion-light {
    padding: 14px 16px !important;
  }
  .tarif-inclusion-light .num { font-size: 18px; width: 28px; }
  .tarif-inclusion-light .title { font-size: 13px; }
}

/* FAQ · Numéros de questions */
.faq-num {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--blue);
  opacity: 0.45;
  margin-right: 12px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  .faq-num { font-size: 12px; margin-right: 8px; }
}

/* TÉMOIGNAGES · Iframe Vimeo (format vertical 9:16) */
.testimonial-vimeo {
  position: relative;
  padding-top: 177.78%; /* ratio 9:16 vertical */
  width: 100%;
  background: var(--ivory-dark);
  margin-bottom: 0;
  overflow: hidden;
  border: none;
}

.testimonial-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .testimonial-vimeo {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Grille témoignages : align en haut */
.testimonials-grid {
  align-items: start;
}

/* TARIF · Section harmonisée avec les autres */
.tarif-section {
  background: var(--ivory-dark);
  padding: 100px 32px;
}

.tarif-section .section-inner {
  max-width: 1300px;
}

.tarif-amount-block {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 40px;
}

.tarif-section .tarif-amount {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: clamp(80px, 12vw, 170px);
  font-weight: 400;
  color: var(--blue);
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 0;
}

.tarif-section .tarif-details {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 13px;
  color: var(--grey);
  letter-spacing: 0.04em;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .tarif-section { padding: 50px 18px; }
  .tarif-section .tarif-amount { font-size: clamp(60px, 22vw, 110px); }
  .tarif-amount-block { padding-bottom: 20px; margin-bottom: 24px; }
}

/* CANDIDATER · Bloc session ouverte (CTA principal) */
.candidater-session-open {
  background: var(--blue);
  color: var(--ivory);
  padding: 40px 36px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.candidater-session-open::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: var(--accent);
  border-radius: 50%;
  opacity: 0.15;
}

.session-open-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.session-open-tag {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  padding: 5px 10px;
  border: 1px solid var(--accent);
}

.session-open-meta {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ivory);
  opacity: 0.7;
}

.session-open-title {
  font-family: 'ABC Diatype', sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ivory);
  margin: 0 0 14px;
  line-height: 1.05;
}

.session-open-detail {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ivory);
  opacity: 0.85;
  margin-bottom: 28px;
  max-width: 600px;
}

.cta-qualiobee {
  display: inline-block;
  background: var(--accent);
  color: var(--blue);
  padding: 16px 28px;
  font-family: 'ABC Diatype', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-qualiobee:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(232, 181, 71, 0.3);
}

/* Header iframe */
.candidater-form-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 14px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.candidater-form-tag {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 500;
}

.candidater-form-detail {
  font-size: 14px;
  color: var(--grey);
}

/* Bloc autres sessions */
.candidater-other-sessions {
  margin-top: 60px;
  padding: 32px;
  background: var(--ivory);
  border-left: 3px solid var(--accent);
}

.candidater-other-sessions h3 {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  color: var(--blue);
  margin-bottom: 14px;
}

.candidater-other-sessions p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink);
  margin-bottom: 10px;
}

.candidater-other-sessions p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .candidater-session-open {
    padding: 28px 22px;
  }
  .session-open-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .candidater-form-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .candidater-other-sessions {
    padding: 22px;
  }
}

/* PHOTO FULLWIDTH · Margaux en plein écran avec overlay éditorial */
.photo-fullwidth {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 600px;
  max-height: 900px;
  overflow: hidden;
  background: var(--blue);
}

.photo-fullwidth-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photo-fullwidth-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  transition: transform 1.8s cubic-bezier(0.16, 1, 0.3, 1);
  filter: brightness(0.85);
}

/* Effet zoom-out au scroll quand visible */
.photo-fullwidth.in-view .photo-fullwidth-image img {
  transform: scale(1);
}

/* Overlay gradient subtil pour lisibilité du texte */
.photo-fullwidth::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(40, 79, 158, 0.0) 0%,
    rgba(40, 79, 158, 0.0) 40%,
    rgba(40, 79, 158, 0.45) 75%,
    rgba(40, 79, 158, 0.7) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* Texte en bas de la photo */
.photo-fullwidth-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 50px 32px;
}

.photo-fullwidth-content {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 60px;
  align-items: end;
}

.photo-fullwidth-tag {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  border-left: 2px solid var(--accent);
  padding-left: 14px;
  line-height: 1.4;
}

.photo-fullwidth-quote {
  font-family: 'Ivory Display', serif;
  font-weight: 400;
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--ivory);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  max-width: 900px;
}

.photo-fullwidth-attr {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ivory);
  opacity: 0.85;
  margin: 0;
  line-height: 1.6;
}

.photo-fullwidth-role {
  display: inline-block;
  font-family: 'ABC Diatype', sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ivory);
  opacity: 0.55;
  font-weight: 400;
  margin-top: 4px;
}

/* Crédit photographe — discret en haut à droite */
.photo-fullwidth .photo-credit-overlay {
  position: absolute;
  top: 24px;
  right: 24px;
  bottom: auto;
  left: auto;
  width: auto;
  background: rgba(0, 0, 0, 0.4);
  color: var(--ivory);
  font-family: 'ABC Diatype', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 10px;
  z-index: 2;
}

@media (max-width: 900px) {
  .photo-fullwidth {
    height: 80vh;
    min-height: 500px;
  }
  .photo-fullwidth-content {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .photo-fullwidth-overlay {
    padding: 30px 20px;
  }
  .photo-fullwidth-quote {
    font-size: clamp(22px, 5vw, 32px);
  }
}

@media (max-width: 480px) {
  .photo-fullwidth {
    height: 70vh;
    min-height: 420px;
  }
  .photo-fullwidth::after {
    background: linear-gradient(
      180deg,
      rgba(40, 79, 158, 0.0) 0%,
      rgba(40, 79, 158, 0.3) 50%,
      rgba(40, 79, 158, 0.85) 100%
    );
  }
}

/* SÉPARATEUR ORNEMENT · transition éditoriale */
.ornament-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 70px 32px;
  background: var(--ivory);
}

.ornament-line {
  display: block;
  width: 70px;
  height: 1px;
  background: var(--blue);
  opacity: 0.25;
}

.ornament-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  position: relative;
  animation: ornamentPulse 3s ease-in-out infinite;
}

.ornament-dot::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  opacity: 0;
  animation: ornamentRing 3s ease-in-out infinite;
}

@keyframes ornamentPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(232, 181, 71, 0.5);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 0 8px rgba(232, 181, 71, 0);
  }
}

@keyframes ornamentRing {
  0% {
    transform: scale(0.8);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .ornament-separator {
    padding: 50px 18px;
    gap: 14px;
  }
  .ornament-line {
    width: 40px;
  }
  .ornament-dot {
    width: 8px;
    height: 8px;
  }
}

/* PHOTO COHORTE · Full-bleed asymétrique avec grand chiffre */
.photo-cohorte-fullwidth {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 600px;
  max-height: 850px;
  overflow: hidden;
  background: var(--blue);
}

.photo-cohorte-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photo-cohorte-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.05);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  filter: brightness(0.78) saturate(0.92);
}

.photo-cohorte-fullwidth.in-view .photo-cohorte-image img {
  transform: scale(1);
}

/* Gradient bleu en bas pour lisibilité */
.photo-cohorte-fullwidth::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(40, 79, 158, 0.0) 0%,
    rgba(40, 79, 158, 0.0) 30%,
    rgba(40, 79, 158, 0.55) 70%,
    rgba(40, 79, 158, 0.85) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* Crédit petit rectangle haut à droite */
.photo-cohorte-fullwidth .photo-credit-overlay {
  position: absolute;
  top: 24px;
  right: 24px;
  bottom: auto;
  left: auto;
  width: auto;
  background: rgba(0, 0, 0, 0.4);
  color: var(--ivory);
  font-family: 'ABC Diatype', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 10px;
  z-index: 3;
}

/* Overlay texte en bas */
.photo-cohorte-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 50px 40px;
}

.photo-cohorte-content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: end;
}

/* Bottom-left : tag + grand chiffre */
.photo-cohorte-tag {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 20px;
}

.photo-cohorte-title {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-weight: 400;
  color: var(--ivory);
  margin: 0;
  line-height: 0.85;
  letter-spacing: -0.04em;
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
}

.big-num {
  font-size: clamp(120px, 18vw, 240px);
  line-height: 0.85;
}

.big-num-label {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: clamp(28px, 3.5vw, 44px);
  letter-spacing: -0.02em;
  line-height: 1;
  max-width: 280px;
}

/* Bottom-right : description */
.photo-cohorte-bottom-right p {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ivory);
  margin: 0;
  opacity: 0.92;
}

.photo-cohorte-bottom-right strong {
  font-weight: 600;
  color: var(--ivory);
}

@media (max-width: 900px) {
  .photo-cohorte-fullwidth {
    height: 75vh;
    min-height: 500px;
  }
  .photo-cohorte-overlay {
    padding: 30px 20px;
  }
  .photo-cohorte-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .big-num {
    font-size: 110px;
  }
  .big-num-label {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .photo-cohorte-fullwidth {
    height: 65vh;
    min-height: 420px;
  }
  .big-num {
    font-size: 90px;
  }
  .photo-cohorte-fullwidth::after {
    background: linear-gradient(
      180deg,
      rgba(40, 79, 158, 0.0) 0%,
      rgba(40, 79, 158, 0.4) 50%,
      rgba(40, 79, 158, 0.92) 100%
    );
  }
}

/* PRÉREQUIS · Liste numérotée avec cercles dorés */
.prereq-list-numbered {
  list-style: none;
  padding: 0;
}

.prereq-list-numbered li {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.prereq-list-numbered li:last-child {
  border-bottom: none;
}

.prereq-circle {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid var(--accent);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transition: all 0.3s ease;
}

.prereq-list-numbered li:hover .prereq-circle {
  background: var(--accent);
  color: var(--ivory);
  transform: scale(1.05);
}

.prereq-list-numbered li > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* LISTE AVEC X · Pas pour vous */
.cross-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cross-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 14px;
}

.cross-list li::before {
  content: "×";
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--terracotta, #c47a5a);
  font-family: 'ABC Diatype', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 768px) {
  .prereq-list-numbered li {
    gap: 16px;
    padding: 18px 0;
  }
  .prereq-circle {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}

/* FORMATRICES · sous-titre plus lisible + liens */
.formatrice-block .role {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--blue);
  line-height: 1.4;
  margin-top: 6px;
  margin-bottom: 18px;
  font-weight: 400;
}

.formatrice-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.formatrice-link:hover {
  border-bottom-color: var(--accent);
}

.formatrice-block .bio {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 10px;
}

.formatrice-block .bio strong {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 500;
  display: inline-block;
  margin-right: 6px;
}

/* INCLUSIONS · Version avec descriptions en gris */
.tarif-inclusion-light {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.tarif-inclusion-light:last-child {
  border-bottom: none;
}

.tarif-inclusion-light .num {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--accent);
  flex-shrink: 0;
  width: 36px;
  line-height: 1;
  padding-top: 2px;
}

.tarif-inclusion-light > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.tarif-inclusion-light .title {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 14px;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.3;
}

.tarif-inclusion-light .incl-desc {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 12px;
  color: var(--grey);
  font-weight: 400;
  line-height: 1.4;
}

.tarif-inclusions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .tarif-inclusions-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* CANDIDATER · 4 cartes session */
.candidater-sessions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 50px;
}

.candidater-session-card {
  background: var(--ivory);
  border: 1px solid var(--line);
  padding: 24px 20px;
  text-decoration: none;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.candidater-session-card:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.candidater-session-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--accent);
  transition: width 0.3s ease;
}
.candidater-session-card:hover::before {
  width: 100%;
}

.session-card-num {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 500;
}

.session-card-title {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--blue);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.session-card-format {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--grey);
  margin-top: auto;
}

.session-card-cta {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  margin-top: 8px;
  transition: color 0.3s ease;
}
.candidater-session-card:hover .session-card-cta {
  color: var(--blue);
}

@media (max-width: 900px) {
  .candidater-sessions-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .candidater-sessions-grid {
    grid-template-columns: 1fr;
  }
}

/* FORMATRICES · adaptations tablette/desktop pour 4 colonnes */
@media (max-width: 1100px) {
  .formatrices-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

/* CANDIDATER · État d'attente (avant 1er juin) */
.candidater-session-waiting {
  background: var(--blue);
  color: var(--ivory);
}

.candidater-session-card.session-card-disabled {
  cursor: default;
  opacity: 0.7;
  border-style: dashed;
}

.candidater-session-card.session-card-disabled:hover {
  transform: none;
  border-color: var(--line);
  box-shadow: none;
}

.candidater-session-card.session-card-disabled::before {
  display: none;
}

.session-card-cta-soon {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--grey);
  padding-top: 12px;
  border-top: 1px solid var(--line);
  margin-top: 8px;
}

/* Header · État d'attente (avant 1er juin) */
.btn-candidate-waiting {
  font-size: 11px !important;
  letter-spacing: 0.04em !important;
  padding: 9px 14px !important;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .btn-candidate-waiting {
    font-size: 10px !important;
    padding: 8px 10px !important;
  }
}

/* Statut session : ouverture à venir (pas encore ouvertes) */
.cohort-status.soon {
  background: rgba(40, 79, 158, 0.08) !important;
  color: var(--blue) !important;
  border: 1px dashed rgba(40, 79, 158, 0.3) !important;
}

/* Session card — Formatrice */
.cohort-formatrice {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--blue);
  margin: 6px 0 18px 0;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--blue-light);
}

.cohort-formatrice strong {
  font-style: normal;
  font-weight: 500;
}

/* PHOTO PLEINE LARGEUR — minimaliste, sans texte */
.photo-full {
  margin: 80px 0;
  padding: 0 var(--padding-x);
}
.photo-full-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.photo-full-inner img {
  width: 100%;
  height: auto;
  display: block;
}
.photo-full-credit {
  position: absolute;
  bottom: 12px;
  right: 16px;
  color: var(--ivory);
  font-family: 'ABC Diatype', sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
@media (max-width: 768px) {
  .photo-full { margin: 50px 0; }
}

/* ENCADRÉ STATUT INDÉPENDANT — page Candidater */
.candidater-notice {
  border: 1.5px solid var(--blue);
  border-radius: 4px;
  padding: 24px 28px;
  margin: 10px 0 0;
  max-width: 700px;
  background: rgba(40, 79, 158, 0.04);
}
.candidater-notice strong:first-child {
  display: block;
  color: var(--blue);
  font-family: 'ABC Diatype', sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.candidater-notice p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

/* GRAND BOUTON CANDIDATER */
.btn-candidate-large {
  display: inline-block;
  padding: 18px 44px;
  font-size: 17px;
  letter-spacing: 0.03em;
}

/* BADGE FORMAT SÉANCE — distinction Présentiel / Zoom */
.cohort-planning .seance-format {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 8px;
  border-radius: 3px;
  white-space: nowrap;
}
.cohort-planning .seance-format.presentiel {
  background: var(--blue);
  color: var(--ivory);
  font-weight: 600;
}
.cohort-planning .seance-format.zoom {
  background: transparent;
  color: var(--blue);
  border: 1px solid var(--blue-light);
}
.cohort-planning .seance-libelle {
  color: var(--ink);
}

/* Note ateliers en Zoom (Carine / Solenne) */
.cohort-note {
  font-size: 12.5px;
  font-style: italic;
  color: var(--blue);
  background: rgba(40, 79, 158, 0.05);
  padding: 10px 14px;
  border-left: 2px solid var(--blue);
  margin: 0 0 20px;
}

/* Bouton Candidater plein sur les cartes session */
.cohort-cta.cohort-cta-filled {
  background: var(--blue);
  color: var(--ivory);
  padding: 12px 28px;
  border: none;
}
.cohort-cta.cohort-cta-filled:hover {
  opacity: 0.88;
}

/* Toutes les cartes session : bordure pleine identique */
.cohort-card.cohort-presentiel {
  border-top: 3px solid var(--blue);
  border-top-style: solid;
}

/* Responsive : empiler le badge format sur petit écran */
@media (max-width: 768px) {
  .cohort-planning li {
    grid-template-columns: 70px 1fr;
    row-gap: 4px;
  }
  .cohort-planning .seance-format {
    justify-self: start;
  }
  .cohort-planning .seance-libelle {
    grid-column: 1 / -1;
  }
}

/* ════════ STATS VISUELLES SAISON 5 (page Méthode) ════════ */
.stats-label-row {
  margin-bottom: 18px;
}
.stats-period {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  border: 1px solid var(--blue);
  padding: 5px 12px;
  display: inline-block;
}

/* Cartes de stats */
.stats-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 44px;
}
.stat-card {
  background: var(--ivory-dark);
  padding: 32px 28px;
  border-top: 3px solid var(--blue);
}
.stat-card-value {
  font-family: 'Ivory Display', serif;
  font-size: 54px;
  line-height: 1;
  color: var(--blue);
  margin-bottom: 16px;
}
.stat-card-unit { font-size: 0.42em; font-style: italic; }
.stat-card-label {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: var(--ink);
  margin-bottom: 12px;
}
.stat-card-trend {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--blue);
  font-weight: 600;
}

/* Barres horizontales de pourcentages */
.stat-bars {
  margin-bottom: 50px;
}
.stat-bar-row {
  display: grid;
  grid-template-columns: 1fr 220px 52px;
  align-items: center;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--blue-light);
}
.stat-bar-row:last-child { border-bottom: none; }
.stat-bar-label {
  font-family: 'ABC Diatype', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink);
}
.stat-bar-track {
  height: 8px;
  background: var(--blue-light);
  border-radius: 4px;
  overflow: hidden;
}
.stat-bar-fill {
  height: 100%;
  background: var(--blue);
  border-radius: 4px;
}
.stat-bar-value {
  font-family: 'Ivory Display', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--blue);
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .stats-cards { grid-template-columns: 1fr; gap: 14px; }
  .stat-card { padding: 26px 24px; }
  .stat-card-value { font-size: 46px; }
  .stat-bar-row { grid-template-columns: 1fr 90px 46px; gap: 10px; }
  .stat-bar-label { font-size: 13px; }
}
