/* ==========================================================================
   Georges Walt — feuille de style
   Réécriture en code pur du site Webflow d'origine (design identique).
   ========================================================================== */

/* ---------- Polices locales ---------- */
@font-face {
  font-family: Thesignature;
  src: url("../assets/fonts/Thesignature.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ---------- Variables ---------- */
:root {
  --brand-title: Cardo, serif;
  --background: #f8f7f4;
  --text-font: Lato, Arial, sans-serif;
  --text-color: #000;
  --hover-dark: #202020;
  --title-font: "Playfair Display", serif;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; max-width: 100%; }
html { scroll-behavior: smooth; }
html, body { width: 100%; }
body {
  margin: 0;
  background-color: var(--background);
  color: #333;
  font-family: var(--text-font);
  font-size: 14px;
  line-height: 20px;
  min-height: 100%;
}
img { vertical-align: middle; display: inline-block; border: 0; }
h1, h2, h3, h4 { font-weight: 700; margin-bottom: 10px; }
h1 { font-size: 38px; line-height: 44px; margin-top: 20px; }
h2 { font-size: 32px; line-height: 36px; margin-top: 20px; }
h3 { font-size: 24px; line-height: 30px; margin-top: 20px; }
h4 { font-size: 18px; line-height: 24px; margin-top: 10px; }
p { margin-top: 0; margin-bottom: 10px; }
a { color: inherit; text-decoration: none; }
label { display: block; margin-bottom: 5px; font-weight: 700; }
button { font: inherit; }

/* Boutons (équivalent .w-button) */
.btn-hero, .primary-btn, .secondary-btn, .primary-btn-services,
.primary-btn-vision, .secondary-btn-vision, .primary-btn-audio, .submit-button {
  display: inline-block;
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
}

/* Conteneurs */
.container-2, .container-numbers, .services-container, .avis-container,
.video-container, .story-container, .contact-container, .footer-container,
.moments-container, .mentions-container {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Grilles */
.grid, .grid-2, .grid-4, .grid-6, .grid-avis-left, .grid-avis-right, .partenaires {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-auto-columns: 1fr;
}

/* ==========================================================================
   Animations d'intro (hero)
   ========================================================================== */
.intro-up {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2, .7, .2, 1);
}
.intro-delay-1 { transition-delay: .15s; }
.intro-delay-2 { transition-delay: .3s; }
.intro-delay-3 { transition-delay: .45s; }
.is-loaded .intro-up { opacity: 1; transform: translateY(0); }

/* Révélation au scroll */
.reveal-up { opacity: 0; transform: translateY(20px); will-change: transform, opacity; }
.reveal-up.is-in {
  opacity: 1;
  transform: translateY(0);
  transition: transform .55s cubic-bezier(.2, .7, .2, 1), opacity .55s ease;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  background-image: url("../assets/img/hero-bg.avif");
  background-position: 50% 21%;
  background-size: auto;
  width: 100%;
  max-width: none;
  height: 100vh;
  position: relative;
}

.hero-overlay {
  z-index: 1;
  background-color: #0000004d;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.container-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  height: 100vh;
  display: flex;
  position: relative;
}

.brand-hero {
  width: 150px;
  margin-left: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

/* Bouton contact fixe */
.contact-btn-move {
  z-index: 30;
  background-color: #000;
  border: 1px solid #fff3;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 1rem;
  position: fixed;
  top: 40px;
  right: 5%;
  color: #fff;
}
.contact-btn-move:hover { background-color: var(--hover-dark); }

/* Effet de remplissage gauche → droite */
.btn-fill {
  background-color: #000;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
}
.btn-hero.btn-fill { position: relative; }
.btn-fill::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 0%;
  background: #fff;
  transition: width .6s cubic-bezier(.77, 0, .175, 1);
  z-index: 0;
}
.btn-fill > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  transition: color .4s ease;
}
.btn-fill:hover::before { width: 100%; }
.btn-fill:hover > p { color: #000; }
.btn-text { margin-bottom: 0; line-height: 1; }

/* Navbar */
.navbar {
  z-index: 999;
  background-color: #fff3;
  border: 1px solid #fff3;
  border-radius: 100px;
  width: 45%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  z-index: 9999;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  font-size: 1rem;
  display: flex;
}

.nav-link {
  color: #fff;
  padding: 15px 0;
  position: relative;
}
.nav-link:hover { color: #fff; text-decoration: none; }
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 2px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease-in-out;
}
.nav-link:hover::after { transform: scaleX(1); }
.nav-link.contact-link { display: none; }

.menu-button {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 18px;
}
.menu-icon, .menu-icon::before, .menu-icon::after {
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
  content: "";
}
.menu-icon { position: relative; }
.menu-icon::before { position: absolute; top: -9px; }
.menu-icon::after { position: absolute; top: 9px; }
.nav-open .menu-icon { background: transparent; }
.nav-open .menu-icon::before { transform: translateY(9px) rotate(45deg); }
.nav-open .menu-icon::after { transform: translateY(-9px) rotate(-45deg); }

/* Texte hero */
.hero-text-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.letter-animation-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.heading {
  font-family: var(--brand-title);
  color: var(--background);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph {
  color: var(--background);
  margin-bottom: 0;
  font-size: 2.25rem;
  line-height: 1.5;
}
.paragraph.text-hero.by-mfh {
  font-family: var(--brand-title);
  margin-top: -25px;
  font-size: 1.8rem;
}

.btn-hero {
  background-color: var(--text-color);
  border: 1px solid #f8f7f433;
  border-radius: 100px;
  margin-top: 10px;
  padding: 15px 20px;
  font-size: 1.25rem;
  color: #fff;
  display: block;
}
.btn-hero:hover { color: #000; }

/* Curseur machine à écrire */
.tw-cursor {
  display: inline-block;
  margin-left: 2px;
  animation: tw-blink 1s steps(1) infinite;
  white-space: pre;
}
@keyframes tw-blink { 50% { opacity: 0; } }
.tw-char { visibility: hidden; white-space: pre; }
@media (prefers-reduced-motion: reduce) {
  .tw-cursor { animation: none !important; }
}

/* ==========================================================================
   CHIFFRES
   ========================================================================== */
.container-numbers {
  z-index: 1;
  max-width: 1140px;
  position: relative;
}

.background-logo {
  z-index: -1;
  opacity: .1;
  width: 39%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -13%;
  left: 0;
  right: 0;
}

.grid.reveal-up {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  margin: 100px auto;
}

.heading-3 {
  font-family: var(--brand-title);
  color: #000;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1;
}

.mariage-link.stat-link-icon { text-decoration: none; }
.div-block-4 { justify-content: center; align-items: center; display: flex; }
.marriage-btn { width: 25px; transition: transform .4s ease; }
.mariage-link:hover .marriage-btn { transform: rotate(90deg); }
.cta-mariage {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

/* ==========================================================================
   PRESTATIONS
   ========================================================================== */
.services {
  background-image: url("../assets/img/hero-mariage.avif");
  max-width: none;
  height: 100vh;
}
.services.section-bg {
  z-index: 1;
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.section-bg__layer { z-index: 0; }

.services-overlay {
  z-index: 1;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-2-white {
  z-index: 2;
  font-family: var(--brand-title);
  color: #fff;
  text-align: center;
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.services-container {
  z-index: 10;
  align-items: flex-start;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr;
  place-items: center start;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.primary-btn-services {
  text-align: center;
  background-color: #ffffff4d;
  border: 1px solid #fff6;
  border-radius: 100px;
  width: auto;
  font-size: 1.5rem;
}
.primary-btn-services.is-active,
.primary-btn-services:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

/* Colonne droite */
.services-right {
  position: relative;
  z-index: 1;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.heading-4 {
  color: #fff;
  font-family: var(--text-font);
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.services-right .service-paragraph {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 250ms ease;
  pointer-events: none;
  max-width: 560px;
  width: 100%;
  display: none;
}

/* Animation lettres */
.services-right .word { display: inline-block; white-space: nowrap; }
.services-right .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(.6em);
  transition: opacity 550ms cubic-bezier(.25, .1, .25, 1), transform 550ms cubic-bezier(.25, .1, .25, 1);
  will-change: opacity, transform;
}
.services-right .reveal .char { opacity: 1; transform: translateY(0); }

/* Boutons audio */
.audio-btn-row {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: var(--btn-top, 60%);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
  pointer-events: none;
}
.primary-btn-audio {
  background-color: var(--text-color);
  border-radius: 100px;
  font-size: 1.25rem;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 500ms ease, transform 500ms ease;
  pointer-events: none;
}
.primary-btn-audio:hover { background-color: var(--hover-dark); }
.primary-btn-audio.audio-left { border: 1px solid #fff3; }
.primary-btn-audio.audio-right { border: 1px solid #fcfcfc33; }
.primary-btn-audio.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ==========================================================================
   PARTENAIRES
   ========================================================================== */
.partenaires-section {
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.heading-partenaires {
  font-family: var(--brand-title);
  text-align: center;
  max-width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.partenaires {
  grid-template-columns: repeat(9, 1fr);
  place-items: center;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  --fade: 80px;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #fff var(--fade), #fff calc(100% - var(--fade)), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #fff var(--fade), #fff calc(100% - var(--fade)), transparent 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.partenaires .partners-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  will-change: transform;
  align-items: center;
}
.partenaires .partners-item {
  flex: 0 0 auto;
  min-width: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.partenaires .partenaire-img {
  display: block;
  height: 56px;
  width: auto;
  object-fit: contain;
}

.partenaire-block {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

/* ==========================================================================
   VIDÉOS
   ========================================================================== */
.video-container {
  max-width: none;
  margin-bottom: 100px;
}

.heading-2 {
  font-family: var(--brand-title);
  text-align: center;
  max-width: 80%;
  margin-top: 50px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}
.heading-2.title-video { margin-bottom: 50px; }

.slider {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mask { overflow: hidden; position: relative; }

.v-slide {
  display: none;
  position: relative;
  text-align: center;
}
.v-slide.is-active { display: block; }

.background-video {
  z-index: 2;
  width: 38%;
  height: 810px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.background-video video,
.background-video-blur video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background-video-blur {
  z-index: 1;
  filter: blur(20px);
  width: 100%;
  height: 810px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.video-caption {
  position: absolute;
  left: 16px;
  bottom: 50px;
  z-index: 5;
  padding: 10px 14px;
  background: rgba(0, 0, 0, .45);
  color: #fff;
  border-radius: 10px;
  backdrop-filter: blur(2px);
}
.video-caption-title { margin: 0 0 4px; font-size: 14px; line-height: 1.2; }
.video-caption-sub { margin: 0; opacity: .9; }

.slider-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-arrow-left { left: 0; }
.slider-arrow-right { right: 0; }
.slider-arrow:hover { opacity: .7; }

/* ==========================================================================
   GALERIE PHOTOS
   ========================================================================== */
.moments-container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
.heading-2.title-picture { margin-bottom: 0; }

.carousel {
  max-width: none;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
}

.section-carousel-photos {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 60vh;
  padding: 0 0 60px;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.speaker-slider {
  background-color: transparent;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.speaker-slide-mask {
  width: 33.33%;
  overflow: visible;
}

.speaker-track {
  display: flex;
  will-change: transform;
}

.speaker-slide {
  flex: 0 0 100%;
  padding-bottom: 36px;
}

.slide-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.member-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
}

.speaker-arrow {
  background-color: #1e2029;
  border: 0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  cursor: pointer;
  position: absolute;
  bottom: -3vw;
  right: 46%;
  z-index: 5;
}
.speaker-arrow.left { margin-right: 72px; }
.slide-arrow { width: 18px; }

/* ==========================================================================
   AVIS
   ========================================================================== */
.avis {
  margin-bottom: 250px;
  padding-top: 80px;
}

.avis-container {
  max-width: 1140px;
  margin-bottom: 100px;
}

.grid-avis-right { margin-bottom: 20px; }

.grid-avis-left, .grid-avis-right {
  grid-template-columns: 1fr 1fr 1fr;
  --fade: 80px;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
}

.avis-marquee-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  will-change: transform;
}
.avis-marquee-item { flex: 0 0 auto; }
.grid-avis-left .avis-marquee-item,
.grid-avis-right .avis-marquee-item { max-width: 500px; max-height: 280px; }
@media (prefers-reduced-motion: reduce) {
  .avis-marquee-track { transform: none !important; }
}

.avis-block {
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

.paragraph-5 {
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.5;
}

.client-name {
  font-style: italic;
  position: absolute;
  bottom: 6%;
  left: 20px;
}

.stars {
  position: absolute;
  bottom: -1%;
  left: 20px;
}

/* ==========================================================================
   À PROPOS (story)
   ========================================================================== */
.story {
  z-index: 1;
  color: #fff;
  background-image: url("../assets/img/story-bg.jpg");
  background-position: 115% 16%;
  background-size: auto;
  height: auto;
  position: relative;
}

.bg-vision-overlay-story {
  z-index: 1;
  background-color: #0000004d;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.story-container {
  z-index: 1;
  max-width: 1140px;
  position: relative;
  display: flow-root; /* empêche le collapse des marges internes (clearfix Webflow) */
}

.text-story-container {
  margin-top: 100px;
  margin-left: 450px;
}

.heading-6 {
  font-family: var(--brand-title);
  text-align: left;
  margin-bottom: 80px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-8 {
  margin-bottom: 50px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.signature {
  text-align: right;
  font-family: Thesignature, "Great Vibes", cursive;
  font-size: 4.2rem;
  margin-bottom: 220px;
}

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact { height: 100vh; }

.contact-container {
  max-width: 1140px;
  height: 100vh;
}

.heading-contact {
  font-family: var(--brand-title);
  text-align: center;
  max-width: 80%;
  margin-top: 60px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
}

.image-2 { margin-left: 0; }

.block-form-contact {
  text-align: center;
  flex-flow: column;
  display: flex;
  color: #000;
}

.link-form {
  color: #000c;
  margin-bottom: 10px;
  text-decoration: none;
}
.link-form:hover { text-decoration: underline; }

.form-block-2 { color: #000; margin-top: 82px; }
.form { color: #000; }
.form-block.message-field { margin-bottom: 20px; }
.hidden-field { display: none; }

.text-field, .select-field {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
  caret-color: #000;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.select-field { padding-left: 0; }
.text-field:focus, .select-field:focus { outline: none; border-bottom-color: #555; }

.submit-button {
  font-family: var(--title-font);
  cursor: pointer;
  background-color: #000;
  border-radius: 10px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1rem;
}
.submit-button:hover { background-color: #313131; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer-2.section {
  color: #fff;
  background-color: var(--background);
  border-top: 1px solid #7a7676;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-container { max-width: 1200px; }

.footer-credit { color: #000; text-align: center; margin-top: 24px; }
.footer-credit a { color: #000; text-decoration: underline; }

.div-block-3 { color: #000; display: flex; }

.logo-footer {
  width: 40%;
  height: auto;
  margin: -65px 100px 0 -122px;
}

.grid-6 { grid-template-columns: 1fr 1fr 1fr; }

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-16, .heading-17, .heading-18 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.125rem;
}

.link {
  color: #000c;
  margin-bottom: 10px;
  text-decoration: none;
}
.link:hover { text-decoration: underline; }

.socials_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-20 { width: 30px; transition: transform .3s, opacity .2s; }
.image-20:hover { transform: scale(1.2); }
.image-20.linkedin_icon { width: 35px; }

/* ==========================================================================
   MENTIONS LÉGALES
   ========================================================================== */
.mentions-l-gales { min-height: 100vh; padding: 120px 1rem 60px; color: #000; }
.mentions-container { max-width: 940px; }
.mentions-container h1 {
  font-family: var(--brand-title);
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 40px;
}
.mentions-container h2 {
  font-family: var(--brand-title);
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: 40px;
  margin-bottom: 10px;
}
.mentions-container p { font-size: 1rem; line-height: 1.6; }
.mentions-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--background);
  border-bottom: 1px solid #e3e1dc;
  padding: 14px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mentions-nav img { width: 110px; }
.mentions-nav a.back { color: #000; font-size: 1rem; }
.mentions-nav a.back:hover { text-decoration: underline; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* — Story très large — */
@media (min-width: 1620px) {
  .story { background-position: left 450% top 22%; }
}

@media (min-width: 1440px) {
  .paragraph.text-hero { font-style: normal; }
  .paragraph.text-hero.text-mariage { font-style: italic; }
  .navbar { width: 35%; }
}

/* — En dessous de 1440px — */
@media (max-width: 1439px) {
  .story { background-position: 64% 14%; }
  .background-video { height: 810px; border-radius: 0; }
  .signature { margin-bottom: 220px; }
  .paragraph-8 { font-size: 1.2rem; }
  .section-carousel-photos { min-height: 100vh; padding-bottom: 0; }
  .speaker-arrow { width: 60px; height: 60px; }
  .slider { height: 500px; }
  .background-video, .background-video-blur { height: 500px; }
  .avis { padding-top: 0; }
  .heading-contact { margin-top: 0; }
}

/* — Tablette — */
@media (max-width: 991px) {
  .heading { font-size: 5.5rem; line-height: 1.5; }
  .paragraph { width: 70%; font-size: 2rem; }
  .paragraph.text-hero, .paragraph.text-hero.text-mariage { width: auto; }
  .paragraph.text-hero.by-mfh { width: auto; margin-top: -35px; }

  .navbar {
    background-color: transparent;
    border-style: none;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    display: flex;
    justify-content: flex-end;
  }
  .menu-button { display: block; margin-top: 40px; margin-right: 5%; }
  .nav-menu {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10rem;
    width: 100%;
    height: 100vh;
  }
  .nav-open .nav-menu { display: flex; }
  .nav-open .menu-button { position: relative; z-index: 10000; }
  .nav-link { font-size: 1.25rem; display: block; text-align: center; }
  .nav-link.contact-link { display: block; }
  .contact-btn-move { display: none; }

  .btn-hero { font-size: 1rem; }
  .brand-hero { width: 200px; left: -1%; }

  .container-numbers { height: auto; margin-bottom: 50px; }
  .background-logo { width: 50%; top: 3%; }
  .grid.reveal-up { grid-template-columns: 1fr 1fr; }
  .heading-3 { font-size: 5.5rem; }
  .paragraph-2 { font-size: 1.5rem; }

  .services, .services-container { height: auto; }
  .grid-2 { margin-bottom: 50px; padding-left: 1rem; padding-right: 1rem; }
  .heading-4 { font-size: 1.5rem; }
  .heading-2-white { margin-bottom: 0; font-size: 3.5rem; }

  .partenaire-img { height: 48px; }
  .partenaires { --fade: 60px; }
  .partenaires .partners-track { gap: 24px; }
  .heading-partenaires { margin-bottom: 50px; font-size: 3.5rem; }
  .partenaires-section { margin-top: 50px; margin-bottom: 50px; }

  .heading-2 { margin-bottom: 50px; font-size: 3.5rem; }
  .video-container { margin-bottom: 50px; }
  .background-video { height: 525px; }
  .background-video-blur { height: 525px; }
  .slider { height: 525px; }

  .section-carousel-photos { min-height: auto; padding-top: 90px; padding-bottom: 60px; }
  .speaker-slide-mask { width: 65%; }
  .slide-image { height: 50vh; min-height: 500px; }
  .speaker-arrow, .speaker-arrow.left { bottom: -7vw; right: 42%; }

  .avis { margin-bottom: 0; }

  .story { background-position: 50% 0; background-size: cover; }
  .text-story-container { margin-left: 0; padding: 0 20px; }
  .paragraph-8 { margin-bottom: 20px; }
  .signature { margin-bottom: 100px; padding-bottom: 20px; font-size: 3.9rem; }

  .grid-4 { padding-left: 1rem; padding-right: 1rem; }
  .heading-contact { margin-bottom: 50px; font-size: 3.5rem; }
  .link-form { font-size: 12px; }

  .footer-container { padding-left: 30px; padding-right: 30px; }
  .grid-6 { grid-column-gap: 0px; grid-row-gap: 0px; }
  .container-7 { margin-left: auto; margin-right: auto; }
  .heading-16, .heading-17, .heading-18 { font-size: 16px; }
  .image-20 { width: 20px; }
  .image-20.linkedin_icon { width: 25px; }
  .socials_container { grid-column-gap: 10px; grid-row-gap: 10px; }
  .logo-footer { width: 30%; margin: 0 0 30px -71px; text-align: left; }
  .link { font-size: 12px; }
  .div-block-3 { flex-flow: column; align-items: flex-start; }
}

/* — Mobile paysage — */
@media (max-width: 768px) {
  .video-caption {
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    text-align: center;
  }
  .audio-btn-row { left: 50%; }
  .grid-avis-left .avis-marquee-item,
  .grid-avis-right .avis-marquee-item { max-height: 450px; }
}

@media (max-width: 767px) {
  .grid-avis-left .avis-marquee-item,
  .grid-avis-right .avis-marquee-item { max-width: 320px; }
  .avis-marquee-track { gap: 16px; }
  .grid-avis-left, .grid-avis-right { --fade: 40px; }
  .partenaires { --fade: 40px; }
  .partenaires .partners-track { gap: 20px; }
  .partenaire-img { height: 40px; }
  .speaker-slide-mask { width: 90%; }
  .slide-image { min-height: 400px; }
  .grid-6 { grid-column-gap: 16px; grid-row-gap: 16px; }
}

/* — Petit mobile — */
@media (max-width: 479px) {
  .heading { font-size: 2.2rem; }
  .paragraph { font-size: 1.5rem; }
  .paragraph.text-hero, .paragraph.text-hero.text-mariage { font-size: 1.2rem; }
  .paragraph.text-hero.by-mfh { margin-top: -12px; font-size: 1.2rem; }
  .btn-hero { font-size: .8rem; }
  .brand-hero { width: 30%; margin-left: 60px; top: 2%; left: -13%; }
  .menu-button { margin-top: 30px; }

  .container-numbers { text-align: center; }
  .grid.reveal-up { grid-template-columns: 1fr; margin-top: 20px; margin-bottom: 20px; }
  .heading-3 { font-size: 3rem; }
  .paragraph-2 { text-align: center; font-size: 1.2rem; }
  .background-logo { width: 100%; top: 29%; }

  .services.section-bg { background-size: cover; }
  .grid-2 { text-align: center; justify-items: center; margin-left: auto; margin-right: auto; }
  .primary-btn-services { width: 80%; font-size: 1rem; }
  .heading-4 { font-size: 1.2rem; }
  .heading-2-white { text-align: center; font-size: 2rem; }
  .primary-btn-audio { font-size: 1rem; }

  .heading-partenaires { text-align: center; font-size: 2.2rem; }
  .partenaires { --fade: 28px; }
  .partenaires .partners-track { gap: 16px; }
  .partenaire-img { height: 34px; }

  .heading-2 { text-align: center; font-size: 2rem; }
  .heading-2.title-picture, .heading-2.title-video { font-size: 2.2rem; }
  .slider { width: auto; height: auto; }
  .background-video { width: 80%; height: 400px; }
  .background-video-blur { height: 100%; }

  .grid-avis-right, .grid-avis-left { grid-template-columns: 1fr; }
  .grid-avis-left .avis-marquee-item,
  .grid-avis-right .avis-marquee-item { max-width: 260px; }
  .avis-marquee-track { gap: 12px; }
  .grid-avis-left, .grid-avis-right { --fade: 28px; }
  .paragraph-5 { font-size: .875rem; }

  .story { background-position: 50%; background-size: cover; height: auto; }
  .heading-6 { margin-top: 0; margin-bottom: 50px; font-size: 2rem; text-align: center; }
  .paragraph-8 { text-align: center; margin-bottom: 40px; font-size: 1rem; line-height: 1.5; }
  .text-story-container { margin-top: 100px; padding-left: 1rem; padding-right: 1rem; }
  .signature { font-size: 3rem; margin-bottom: 20px; }

  .contact { height: auto; }
  .contact-container { height: auto; }
  .grid-4 { display: flex; flex-flow: column; margin-bottom: 0; }
  .form-block-2 { margin-top: 0; margin-bottom: 20px; }
  .submit-button { padding-top: 10px; padding-bottom: 10px; }
  .heading-contact { text-align: center; margin-bottom: 20px; font-size: 2rem; }
  .image-2 { margin-top: 0; }

  .container-7 { align-items: stretch; margin-bottom: 20px; }
  .heading-16, .heading-17, .heading-18 { margin-bottom: 20px; font-size: 1rem; }
  .image-20 { width: 25px; }
  .image-20.linkedin_icon { width: 30px; }
  .footer-container { padding-left: 0; padding-right: 0; }
  .grid-6 { display: flex; flex-flow: column; margin-left: auto; margin-right: auto; }
  .socials_container { grid-column-gap: 15px; grid-row-gap: 15px; }
  .logo-footer { width: 80%; margin: 0 auto 0 10px; }
  .footer-2.section { padding-top: 0; padding-bottom: 0; }

  .section-carousel-photos { padding-bottom: 65px; }
  .slide-image { height: 40vh; min-height: 300px; }
  .speaker-arrow { width: 40px; height: 40px; bottom: -50px; right: 35%; }
  .speaker-arrow.left { margin-right: 84px; bottom: -50px; left: auto; right: 35%; }
}

/* La colonne services-right disparaît sur très petit écran */
@media (max-width: 425px) {
  .services-right,
  .services-right .service-paragraph,
  .audio-btn-row,
  .primary-btn-audio { display: none !important; }
}
