/*font des h1,h2,h3*/

@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('../fonts/Raleway/Raleway-SemiBold.woff2') format('woff2'),
    url('../fonts/Raleway/Raleway-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway-Medium';
  src: url('../fonts/Raleway/Raleway-Medium.woff2') format('woff2'),
    url('../fonts/Raleway/Raleway-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway/Raleway-Regular.woff2') format('woff2'),
    url('../fonts/Raleway/Raleway-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway-light';
  src: url('../fonts/Raleway/Raleway-Light.woff2') format('woff2'),
    url('../fonts/Raleway/Raleway-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway/Raleway-Bold.woff2') format('woff2'),
    url('../fonts/Raleway/Raleway-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* fin font des titres*/

/*font des paragraphes*/

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat/Montserrat-Light.woff2') format('woff2'),
    url('../fonts/Montserrat/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Italic';
  src: url('../fonts/Montserrat/Montserrat-Italic.woff2') format('woff2'),
    url('../fonts/Montserrat/Montserrat-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*fin font des paragraphes*/

/* font avis et  citations */
@font-face {
  font-family: 'Lato-ThinItalic';
  src: url('../fonts/Lato/Lato-ThinItalic.woff2') format('woff2'),
    url('../fonts/Lato/Lato-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato-LightItalic';
  src: url('../fonts/Lato/Lato-LightItalic.woff2') format('woff2'),
    url('../fonts/Lato/Lato-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato/Lato-Regular.woff2') format('woff2'),
    url('../fonts/Lato/Lato-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato-BoldItalic';
  src: url('../fonts/Lato/Lato-BoldItalic.woff2') format('woff2'),
    url('../fonts/Lato/Lato-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato-Italic';
  src: url('../fonts/Lato/Lato-Italic.woff2') format('woff2'),
    url('../fonts/Lato/Lato-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* fin font avis et  citations */
.no-scroll {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat-Regular', sans-serif;
  color: #623e2a;
  font-size: 16px;
  line-height: 1.6;
  background-color: transparent;
  /* Fond transparent pour le corps */
}

a img:hover {
  opacity: 0.8;
}

a,
a:active {
  color: #b76e79;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  /* Pour un défilement fluide */
}

/*style des titres*/
.titre h2 {
  font-family: 'Raleway-SemiBold', sans-serif;
  color: #b76e79;
  font-size: 54px;
  text-align: center;
  margin: 50px;
  padding: 20px;
  text-shadow: 1px 1px 4px rgba(165, 156, 156, 0.6);
}

h3 {
  font-family: 'Raleway-Regular', sans-serif;
  color: #623e2a;
  font-size: 23px;
  text-align: center;
}

@media screen and (max-width: 400px) {
  .titre h2 {
    margin: -2px 0;
  }

  h3 {
    font-size: 20px;
    font-family: 'Raleway-SemiBold', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 15px 10px;
    padding: 10px;
    line-height: 1.3;
    letter-spacing: 0.5px;
  }
}

/* ===== TEASER BAR styles ===== */
.teaser-bar {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  margin: 24px auto;
  padding: 30px 20px;
  max-width: 1000px;
  text-align: center;
}

.teaser-text {
  margin: 0;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
  color: #222;
}

.teaser-text strong {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.teaser-highlight {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #9b5d66;
  /* rappel couleur */
  text-underline-offset: 4px;
}

.teaser-infos {
  display: block;
  margin-top: 12px;
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 500;
  color: #555;
}

.teaser-infos a {
  color: #9b5d66;
  /* couleur rose pour ICI */
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s ease;
}

.teaser-infos a:hover {
  text-decoration: underline;
  color: #8d5059;
  /* plus foncé au survol */
}

/* ===== Responsive ===== */
/* Tablette : un peu plus grand pour le titre, plus d’air */
@media (max-width: 900px) {
  .teaser-bar {
    padding: 28px 18px;
    margin: 20px 16px;
  }

  .teaser-text strong {
    font-size: clamp(20px, 3vw, 26px);
  }
}

/* Mobile : texte bien lisible, “Bar Autonome” passe sur sa propre ligne */
@media (max-width: 560px) {
  .teaser-bar {
    padding: 24px 16px;
    border-radius: 14px;
  }

  .teaser-text {
    font-size: 16px;
    line-height: 1.6;
  }

  .teaser-text strong {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .teaser-highlight {
    display: inline-block;
    margin-top: 2px;
  }

  .teaser-infos {
    font-size: 17px;
    margin-top: 10px;
  }
}

/* Très petit mobile */
@media (max-width: 380px) {
  .teaser-text {
    font-size: 17px;
  }

  .teaser-text strong {
    font-size: 20px;
  }

  .teaser-infos {
    font-size: 16px;
  }
}

/*fin*/

/* =========================================================
   HEADER FIXE 
========================================================= */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1.5rem;
  z-index: 99999;
  box-shadow: none;
}

/* ===============================
   BOUTON BURGER
=============================== */
.burger {
  background: none;
  border: none;
  width: 36px;
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 10001;
  transition: transform 0.3s ease;
}

/* Barres  */
.burger span {
  display: block;
  width: 40px;
  border-radius: 4px;
  height: 5px;
  transition: all 0.35s ease;
}

/* Couleurs chocolat */
.burger span:nth-child(1) {
  background: #c9b09b;
}
.burger span:nth-child(2) {
  background: #623e2a;
}
.burger span:nth-child(3) {
  background: #3d2316;
}

/* Effet hover → les barres se rapprochent */
.burger:hover span:nth-child(1) {
  transform: translateY(3px);
}
.burger:hover span:nth-child(3) {
  transform: translateY(-3px);
}

/* Animation X */
.burger.is-active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.burger.is-active span:nth-child(2) {
  opacity: 0;
}
.burger.is-active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* ===============================
   MENU LATÉRAL
=============================== */
.nav {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  width: min(320px, 90vw);
  height: 100vh;
  background: #fff;
  border-left: 1px solid #eee;
  padding: 1.2rem 1.3rem 1.5rem;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

/* Menu ouvert */
.nav.open {
  display: flex;
  transform: translateX(0);
}

/* Liens principaux */
.nav > a {
  color: #3d2316;
  text-decoration: none;
  font-family: 'Raleway-Medium', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  transition: transform 0.4s ease, opacity 0.2s ease;
}

/* Hover */
.nav > a:hover {
  transform: translateX(4px);
  opacity: 0.8;
}

/* ===============================
   SOUS-LIENS
=============================== */
.nav-contact a {
  display: inline-block;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.nav-contact a:hover {
  transform: translateX(6px);
  opacity: 0.8;
}

/* ===============================
   BLOC CONTACT
=============================== */
.nav-contact {
  border-top: 1.5px solid rgba(61, 35, 22, 0.25);
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 2rem;
}

.nav-contact h3 {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3d2316;
  margin-bottom: 0.4rem;
}

.nav .nav-contact a {
  color: #3d2316;
  font-weight: 500;
  font-size: 0.95rem;
  text-decoration: none !important;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
/* Pas de petit trait */
.nav .nav-contact a::after {
  content: none !important;
}

/* Hover */
.nav .nav-contact .mail:hover,
.nav .nav-contact .tel:hover,
.nav .nav-contact .adresse:hover {
  transform: scale(1.05);
  opacity: 0.85;
}

/* petit ajustement mobile */
@media (max-width: 480px) {
  .nav {
    width: min(100vw, 360px);
  }
}

/* =========================================================
   HERO — fond, overlay, textes, logo, boutons
========================================================= */

/* Réinitialisation section */
#hero.section {
  padding-top: 0;
  padding-bottom: 0;
}

/* HERO principal */
#hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  padding-top: 0;

  background: #ffffff
    url('../assets/site-louise/caravane_couple_de_maries_exterieur.webp') center /
    cover no-repeat;
}

/* Parallax desktop */
@media (min-width: 900px) {
  #hero {
    background-attachment: fixed;
  }
}

/* Overlay assombri */
#hero .overlay {
  position: absolute;
  inset: 0;
  z-index: -1;

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0.55) 100%
  );

  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  pointer-events: none;
}

/* =========================================================
   LOGO
========================================================= */

.logo-louise {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
  margin-bottom: 2rem;
}

.logo-louise img {
  width: clamp(240px, 32vw, 600px);
  height: auto;
  object-fit: contain;
}

/* TABLETTE */
@media (min-width: 768px) {
  .logo-louise {
    margin-top: 0.5rem;
    margin-bottom: 2.5rem;
  }

  .logo-louise img {
    width: clamp(300px, 28vw, 720px);
  }
}

/* DESKTOP LARGE */
@media (min-width: 1024px) {
  .logo-louise {
    margin-bottom: 3rem;
  }

  .logo-louise img {
    width: clamp(360px, 26vw, 850px);
  }
}

/* =========================================================
   CONTENU HERO
========================================================= */

#hero .content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  padding: 2rem 1.5rem 3rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;

  /* Plus aucune carte → fond 100% transparent */
  background: none !important;
  backdrop-filter: none !important;
}

/* Animation reveal */
#hero .content.reveal-on-scroll {
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* =========================================================
   TEXTES
========================================================= */

#hero h1 {
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  margin: 0.5rem 0 0.6rem;
  font-weight: 700;
  line-height: 1.2;

  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;

  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.45);
}

#hero .surtitre {
  font-size: clamp(1.1rem, 2.3vw, 1.45rem);
  color: #ffffff;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

#hero p {
  font-size: clamp(1.05rem, 1.9vw, 1.2rem);
  max-width: 640px;
  line-height: 1.75;

  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

/* =========================================================
   BOUTONS
========================================================= */

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  gap: 1rem;
  margin-top: 1.5rem;
}

#hero .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.85rem 1.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;

  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* Bouton principal : Chocolat */
#hero .btn-main {
  background: #3d2316;
  border: 1px solid #3d2316;
  color: #f4f1ed;

  box-shadow: 0 10px 26px rgba(61, 35, 22, 0.45);
}

#hero .btn-main:hover {
  background: #553923;
  border-color: #553923;
  transform: translateY(-2px);
}

/* Bouton ghost */
#hero .btn-ghost {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #ffffff;
  color: #3d2316;

  backdrop-filter: blur(6px);
}

/* Hover */
#hero .btn-ghost:hover {
  background: #ffffff;
  transform: translateY(-2px);
}

/* =========================================================
   RESPONSIVE MOBILES
========================================================= */

@media (max-width: 768px) {
  #hero {
    min-height: 85vh;
    padding-top: 5.5rem;
  }

  #hero .content {
    padding: 1.6rem 1.1rem 2.4rem;
  }

  #hero h1 {
    font-size: clamp(2.1rem, 6vw, 2.8rem);
  }
}

/* ========================
       rendre invisible la tabulation   
=========================== */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0.5rem;
  background: #fff;
  color: #2a2422;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid #2a2422;
  z-index: 200;
}

.skip-link:focus {
  left: 1rem;
}

/* =========================================================
   SECTION 2 — INTRODUCTION
========================================================= */

.fond-intro {
  background-color: #f4f1ed;
  border-radius: 30px;
}

/* Wrapper */
.contenu-flex-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 80px;
  padding: 40px;
}

/* Texte */
.bloc-texte-intro {
  flex: 1.8;
  min-width: 300px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.texte-intro {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 25px;
  margin-bottom: 20px;
}

.liste p {
  margin: 3px 0;
  font-size: 25px;
  font-family: 'Montserrat-Medium', sans-serif;
  line-height: 1.4;
}

/* Image */
.bloc-image-intro {
  flex: 0.8;
  min-width: 300px;
  text-align: center;
}

.bloc-image-intro img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 60px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

/* Bouton */
.button {
  display: flex;
  justify-content: center;
  margin: 30px auto 40px;
}

.button-intro {
  padding: 12px 30px;
  background-color: #c4b99e;
  color: #623e2a;

  font-family: 'Raleway-Medium', sans-serif;
  font-size: 30px;

  border: none;
  border-radius: 30px;
  cursor: pointer;

  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.button-intro:hover {
  background-color: #aa9f84;
}

/* =========================================================
   RESPONSIVE — TABLETTE & MOBILE
========================================================= */

@media (max-width: 1024px) {
  .liste p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .fond-intro {
    background-color: white;
  }

  .contenu-flex-intro {
    flex-direction: column;
    padding: 20px;
    gap: 40px;
    margin-bottom: -50px;
  }

  .texte-intro {
    font-size: 18px;
  }

  .liste p {
    font-size: 18px;
  }

  /* Image masquée pour la lisibilité mobile */
  .bloc-image-intro img {
    display: none;
  }

  .button-intro {
    font-size: 20px;
    padding: 10px 22px;
    margin-top: -10px;
  }
}

/* Mobile très petit */
@media (max-width: 400px) {
  .texte-intro {
    font-size: 16px;
  }

  .liste p {
    font-size: 16px;
  }
}

/* =========================================================
   SECTION 3 — PHOTO DE COUPLE + BANDEAU TEXTE
========================================================= */

.fond-couple-mariés-de-profil {
  background-color: #ffffff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

/* Photo principale */
.couple_de_mariés_de_profil img {
  width: 100%;
  height: clamp(480px, 65vh, 820px);
  object-fit: cover;
  object-position: center 70%; /* cadrage bas = plus esthétique */
  border-radius: 30px;
  display: block;
}

/* Bandeau texte superposé */
.cadre-texte {
  background: rgba(216, 210, 206, 0.88); /* beige doux + semi-transpa */
  backdrop-filter: blur(6px);
  padding: 40px 30px;

  text-align: center;
  border-radius: 0; /* bandeau full-width */
  max-width: none;

  margin: -60px 0 0 0; /* chevauche la photo */
  position: relative;
  z-index: 2;
}

/* Texte dans le bandeau */
.texte-dans-cadre {
  font-family: 'Lato-LightItalic', sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 1.6;
  color: #623e2a;
  text-shadow: none;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1024px) {
  .texte-dans-cadre {
    font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  }
}

@media (max-width: 767px) {
  .couple_de_mariés_de_profil img {
    height: clamp(300px, 50vh, 560px);
    border-radius: 20px;
  }

  .cadre-texte {
    padding: 22px 16px;
    margin: -30px 0 0 0;
  }

  .texte-dans-cadre {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
  }
}

/* =========================================================
   SECTION 4 — POURQUOI CHOISIR UN MARIAGE NOMADE ?
========================================================= */

.fond-pourquoi {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 40px 20px;
}

.bloc-container-pourquoi {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap; /* permet la mise en colonne sur petit écran */
}

/* Carte principale */
.bloc-pourquoi {
  width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Image */
.bloc-image-pourquoi {
  position: relative;
  z-index: 2;
}

.bloc-image-pourquoi img {
  width: 400px;
  height: 300px;
  object-fit: cover;
  border-radius: 12%;
  border: 3px solid #623e2a;

  /* effet de superposition avec le texte */
  margin-bottom: -60px;
}

/* Texte */
.bloc-texte-pourquoi {
  position: relative;
  z-index: 1;

  padding: 30px 22px;
  text-align: center;

  border: 2px solid #623e2a;
  border-radius: 10px;
  background-color: #ffffff;
}

.bloc-texte-pourquoi h3 {
  font-family: 'Raleway-SemiBold', sans-serif;
  font-size: 22px;
  color: #b76e79;
  margin-top: 50px; /* pour compenser la superposition */
  margin-bottom: 12px;
}

.bloc-texte-pourquoi p {
  font-family: 'Montserrat-Medium', sans-serif;
  font-size: 15px;
  color: #623e2a;
  line-height: 1.6;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1024px) {
  .bloc-image-pourquoi img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .bloc-container-pourquoi {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .bloc-pourquoi {
    width: 100%;
    max-width: 420px;
  }

  .bloc-image-pourquoi img {
    width: 100%;
    height: auto;
    margin-bottom: -45px; /* réduction de l’offset */
  }

  .bloc-texte-pourquoi h3 {
    font-size: 18px;
    margin-top: 35px;
  }

  .bloc-texte-pourquoi p {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 450px) {
  .bloc-texte-pourquoi {
    padding: 24px 16px;
  }
}

/* =========================================================
   SECTION 5 — CITATION + PHOTO BARMAN
========================================================= */

.fond-citation {
  background-color: #f4f1ed;
  border-radius: 30px;
  position: relative;
}

/* Conteneur principal */
.conteneur-flex-citation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  padding: 20px 10px;
  position: relative;
}

/* Bloc image */
.bloc-image-barman-noir-et-blanc {
  flex: 0.8;
  min-width: 300px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.bloc-image-barman-noir-et-blanc img {
  width: 100%;
  height: 600px;
  object-fit: cover;

  border-radius: 60px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

/* Bloc citation */
.cadre-texte-citation {
  background: rgba(255, 255, 255, 0.85);
  padding: 50px 40px;

  max-width: 650px;
  margin: 20px auto 0 auto;

  border-left: 8px solid #b76e79;
  border-radius: 30px;

  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  text-align: center;

  position: relative;
  z-index: 2;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cadre-texte-citation:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}

/* Texte de la citation */
.bloc-citation p {
  font-family: 'Lato-Italic', serif;
  font-size: 24px;
  line-height: 1.7;
  color: #623e2a;
  margin: 0;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1024px) {
  .cadre-texte-citation {
    max-width: 90%;
    padding: 30px 20px;
    border-left-width: 6px;
  }

  .bloc-citation p {
    font-size: 20px;
    line-height: 1.55;
  }
}

@media (max-width: 768px) {
  .conteneur-flex-citation {
    flex-direction: column;
  }

  .bloc-image-barman-noir-et-blanc img {
    width: 100%;
    height: auto;
    border-radius: 40px;
  }

  .cadre-texte-citation {
    width: 100%;
    margin: 15px auto;
    padding: 25px 18px;
    border-left-width: 4px;
  }

  .bloc-citation p {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .cadre-texte-citation {
    padding: 20px 15px;
    border-left-width: 3px;
  }

  .bloc-citation p {
    font-size: 16px;
    line-height: 1.35;
  }
}

/* ========================
        SECTION 6
=========================== */

.fond-comment {
  background-color: #ddd3bc;
  border-radius: 30px;
}

.bloc-comment {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  /* Permet de passer à la ligne sur petits écrans */
  padding: 40px 20px;
}

.cellule {
  width: 100%;
  height: 80px;
  background-color: #f4f1ed;
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}

.cellule h3 {
  font-size: 25px;
  font-family: 'Raleway-Regular', sans-serif;
  color: #b76e79;
  margin-top: 25px;
  margin-bottom: -20px;
  text-align: center;
}

.cellule p {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #623e2a;
  text-align: center;
  padding: 10px 10px;
}

.button {
  display: flex;
  justify-content: center;
  margin: 60px auto;
  margin-bottom: 40px;
}

.button-comment {
  padding: 12px 30px;
  font-size: 1rem;
  background-color: #c4b99e;
  color: #623e2a;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'Raleway-Medium', sans-serif;
  font-size: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.button-comment:hover {
  background-color: #aa9f84;
}

.bloc-caravane-vide {
  flex: 0.8;
  min-width: 300px;
  text-align: center;
  margin-top: 210px;
}

.bloc-caravane-vide img {
  max-width: 110%;
  height: 600px;
  /* Ajuste la hauteur */
  border-radius: 60px;
  object-fit: cover;
  /* recadre sans déformer */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

/* ========================
       @media Section 6
=========================== */

@media (max-width: 768px) {
  .titre h2 {
    line-height: 1.4;
    text-align: center;
  }

  .bloc-comment {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 10px;
  }

  .cellule {
    width: 100%;
    padding: 10px 10px;
    height: auto;
    margin-bottom: 20px;
  }

  .cellule h3 {
    font-size: 22px;
    margin: 20px 0 10px 0;
  }

  .cellule p {
    font-size: 14px;
    padding: 0 5px;
  }

  .bloc-caravane-vide {
    width: 100%;
    margin-top: 30px;
  }

  .bloc-caravane-vide img {
    width: 90%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-top: -30px;
  }

  .button-comment {
    font-size: 20px;
    padding: 10px 20px;
    width: auto;
    margin-top: -20px;
  }
}

/* ========================
        SECTION 7
=========================== */

.galerie-wrapper {
  position: relative;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}

.galerie-caroussel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  overflow: hidden;
  /* ✅ enlève la barre de scroll */
}

.slide {
  flex-shrink: 0;
  width: 50%;
  /* ✅ 2 images visibles sur desktop */
  padding: 10px;
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
}

/*fleche */

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  /* ❌ pas de fond */
  border: none;
  /* ❌ pas de bordure */
  font-size: 2.5rem;
  /* ✅ taille visible et élégante */
  color: #b76e79;
  /* ✅ couleur de ta charte */
  cursor: pointer;
  z-index: 10;
  transition: color 0.3s ease;
  padding: 0;
  /* ❌ pas de padding */
  line-height: 1;
}

.arrow:hover {
  color: #b76e79;
  /* effet au survol */
}

/* Positionnement */
.arrow.prev {
  left: 10px;
}

.arrow.next {
  right: 10px;
}

/* ✅ Responsive : 1 image visible sur mobile */
@media (max-width: 768px) {
  .slide {
    width: 100%;
  }

  .slide img {
    height: 260px;
  }

  .arrow {
    font-size: 1.2rem;
    padding: 6px 10px;
  }

  .titre h2 {
    font-size: 28px;
    margin: 20px 10px;
    padding: 10px;
    text-align: center;
  }
}

/* =========================================================
   SECTION 8 — AVIS AUTOMATIQUES
========================================================= */

.section-avis-auto {
  padding: 40px 20px;
  background-color: #fdfaf7;
  text-align: center;

  font-family: 'Lato-Regular', sans-serif;

  border-radius: 30px;
  max-width: 1050px;
  margin: 40px auto;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.section-avis-auto h3 {
  color: #b76e79;
  font-size: 1.8em;
  margin-bottom: 25px;
  font-family: 'Raleway-Medium', sans-serif;
}

/* Slider */
.avis-slider {
  position: relative;
  margin: auto;
  min-height: 180px;
  padding: 0 20px;
}

.avis-item {
  position: absolute;
  top: 0;
  left: 0;

  opacity: 0;
  width: 100%;
  padding: 10px;

  transition: opacity 1s ease-in-out;
}

.avis-item.active {
  opacity: 1;
  z-index: 1;
}

.avis-item p {
  font-size: 1.05rem;
  color: #623e2a;
  margin-bottom: 15px;

  font-style: italic;
  line-height: 1.5;

  word-wrap: break-word;
  overflow-wrap: break-word;
}

.avis-item cite {
  color: #9b5d66;
  font-size: 1rem;
}

/* Responsive avis */
@media (max-width: 768px) {
  .section-avis-auto {
    padding: 30px 10px;
  }

  .section-avis-auto h3 {
    font-size: 1.5em;
  }

  .avis-item p {
    font-size: 0.9rem;
  }

  .avis-item cite {
    font-size: 1rem;
  }
}

/* =========================================================
   SECTION LOGOS PARTENAIRES
========================================================= */

.section-logos-pro {
  padding: 60px 20px;
  background-color: #fdfaf7;
  text-align: center;
  font-family: 'Lato-Regular', sans-serif;
}

.section-logos-pro h3 {
  font-size: 2em;
  font-family: 'Raleway-Medium', sans-serif;
  color: #b76e79;
  margin-bottom: 40px;
}

/* Slider */
.slider-logos {
  overflow: hidden;
  position: relative;
}

/* Piste animée */
.slide-track {
  display: flex;
  gap: 20px;
  animation: defilement 70s linear infinite;
  will-change: transform;
}

/* Carte logo */
.logo-box {
  width: 160px;
  height: 160px;

  background: #ffffff;
  border-radius: 16px;

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
  flex-shrink: 0;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.logo-box img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

@keyframes defilement {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.slider-logos:hover .slide-track {
  animation-play-state: paused;
}

/* Responsive logos */
@media (max-width: 768px) {
  .section-logos-pro {
    padding: 40px 15px;
  }

  .section-logos-pro h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }

  .logo-box {
    width: 120px;
    height: 120px;
  }

  .slide-track {
    gap: 10px;
    animation-duration: 40s;
  }
}

@media (max-width: 480px) {
  .slide-track {
    animation-duration: 32s;
  }
}

/* ========================
        SECTION 9
=========================== */

/*section 9  Formulaire*/
.fond-formulaire {
  background-color: white;
  border-radius: 30px;
}

.formulaire {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin: 40px auto;
  padding: 30px;
  background-color: #f4f1ed;
  /* couleur douce du fond */
  border: 2px solid #c4b99e;
  /* bordure fine et élégante */
  border-radius: 30px;
  /* coins arrondis */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  /* ombre subtile */
  box-sizing: border-box;
  margin-top: -40px;
}

* {
  box-sizing: border-box;
}

.formulaire h3 {
  font-size: 25px;
  font-family: 'Poiret One', sans-serif;
  color: #623e2a;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

#nom,
#email,
#tel,
#preference,
#message {
  color: #623e2a;
  font-family: 'Chau philomene one ', sans-serif;
  font-size: 15px;
  background-color: white;
}

/* Ligne avec 2 champs côte à côte */
.ligne-double {
  display: flex;
  gap: 20px;
}

.ligne-double input {
  flex: 1;
  /* Chaque champ prend 50% */
}

.formulaire input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #623e2a;
  margin-bottom: 10px;
  font-family: 'Chau philomene one ', sans-serif;
  font-size: 16px;
}

.formulaire select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #623e2a;
  margin-bottom: 10px;
  font-family: 'Chau philomene one ', sans-serif;
  font-size: 16px;
}

.formulaire textarea {
  /*messages*/
  width: 100%;
  min-height: 150px;
  /*taille du bloc message */
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #623e2a;
  font-family: 'Chau philomene one ', sans-serif;
  font-size: 14px;
  resize: vertical;
  /* l'utilisateur peut agrandir en hauteur */
  box-sizing: border-box;
}

/* bouton envoi*/
.formulaire input[type='submit'] {
  padding: 10px 20px;
  background-color: #9c8f85;
  color: white;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.6s;
  font-family: 'Chau philomene one ', sans-serif;
  font-size: 20px;
  margin-top: 20px;
}

.formulaire input[type='submit']:hover {
  background-color: #86654e;
}

/* ========================
       @media Section 9
=========================== */
@media (max-width: 768px) {
  .br-mobile {
    display: none;
  }

  .formulaire {
    padding: 20px;
    margin: 20px auto;
    border-radius: 20px;
  }

  .formulaire h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .ligne-double {
    flex-direction: column;
    gap: 10px;
  }

  .formulaire input,
  .formulaire select,
  .formulaire textarea {
    font-size: 14px;
  }

  .formulaire input[type='submit'] {
    font-size: 18px;
    padding: 10px;
    width: 100%;
  }
}

/* =========================================================
   SECTION 10 — FOOTER COMPLET
========================================================= */

.fond-footer {
  background-color: #c4b99e;
  border-radius: 30px;
}

/* ========================
   FOOTER — HAUT
======================== */

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;

  flex-wrap: wrap;
  gap: 20px;

  padding: 20px;
  width: 100%;
  box-sizing: border-box;

  margin-top: 50px;
}

.footer-left,
.footer-right {
  flex: 1;
  min-width: 250px;
}

/* Contact */
.footer-left .info h2 {
  font-family: 'Raleway-Regular', sans-serif;
  font-size: 20px;
  font-weight: bold;

  color: #4b2e1e;
  margin-bottom: 10px;
}

.footer-left .info p {
  font-family: 'Montserrat-Italic', sans-serif;
  font-size: 16px;
  margin: 4px 0;
  color: #4b2e1e;
}

/* Ligne soulignée */
.titre-souligne {
  display: inline-block;
  position: relative;

  font-family: 'Montserrat-Italic', sans-serif;
  color: #4b2e1e;
}

.titre-souligne::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #623e2a;
  border-radius: 2px;
}

/* Emojis / icônes */
.emojis {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.emoji-line {
  display: flex;
  align-items: center;
  gap: 8px;
}

.emoji-line img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* Mail */
.mail-link {
  color: #4b2e1e;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Montserrat-Italic', sans-serif;
  transition: color 0.3s ease;
}

.mail-link:hover {
  color: #9c8f85;
}

/* Badges */
.badge-mariages {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;
}

.badge-mariages img {
  height: 130px;
  object-fit: contain;
  border-radius: 8px;
}

/* ===============================
   RESPONSIVE FOOTER HAUT
=============================== */

@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    text-align: center;
  }

  .footer-left .info p {
    font-family: 'Montserrat-Regular', sans-serif;
    color: #623e2a;
    font-size: 15px;
  }

  .badge-mariages {
    justify-content: center;
  }
}

/* ========================
   FOOTER — MILIEU
======================== */

.bloc-footer-middle {
  background-color: #c4b99e;
  padding: 40px 1px;
  text-align: center;
}

.footer-merci h2 {
  font-family: 'Raleway-Regular', sans-serif;
  font-size: 40px;
  color: #623e2a;
  margin-bottom: 40px;
}

/* Bandeau central */
.footer-bandeau {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  background-color: #f4f1ed;
  border: 2px solid #9c8f85;

  padding: 5px;
  margin-bottom: 60px;
}

/* Liens horizontaux */
.liens-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 110px;
  font-family: 'Montserrat-SemiBold', sans-serif;
}

.liens-footer a {
  color: #623e2a;
  font-size: 30px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.liens-footer a:hover {
  color: #9c8f85;
  font-weight: 600;
}

/* Réseaux sociaux */
.footer-social {
  display: flex;
  gap: 30px;
  padding: 10px;
}

.footer-social img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  padding: 4px;

  transition: transform 0.3s ease;
}

.footer-social img:hover {
  transform: scale(1.3);
}

/* ===============================
   RESPONSIVE FOOTER MILIEU
=============================== */

@media (max-width: 768px) {
  .footer-merci h2 {
    font-size: 20px !important; /* tu le voulais plus petit */
  }

  .footer-bandeau {
    flex-direction: column;
    gap: 20px;
  }

  .liens-footer {
    gap: 14px;
  }

  .liens-footer a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
  }

  .footer-social img {
    width: 32px;
    height: 32px;
  }
  .footer-social {
    gap: 16px;
  }
}

/* ========================
   FOOTER — BAS (Copyright)
======================== */

.footer-copyright {
  font-size: 13px;
  color: #623e2a;
  font-family: 'Lato-Italic', sans-serif;
  margin-top: 20px;
  text-align: center;
}

footer a {
  color: #623e2a !important;
  text-decoration: none;
}

footer a:hover {
  color: #9c8f85 !important;
}

@media (max-width: 768px) {
  .footer-copyright {
    font-size: 12px;
    padding: 0 10px;
  }
}

/* ========================
        Fin Youpi ^-^
=========================== */

/*animation*/

[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}
