/* ==========================================================================
   STYLE DEFAULT — Reproduction fidèle du site Wix EM Wedding
   Toutes les règles préfixées body.style-default
   ========================================================================== */

body.style-default {
  background: #FFFFFF;
  color: #413F3F;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.style-default .deco-background-shapes { display: none; }

/* ── NAV ──────────────────────────────────────────────── */
body.style-default .main-header {
  position: sticky; top: 0; z-index: 1000;
  background: #fff;
  border-bottom: 1px solid rgba(65,63,63,0.08);
}
body.style-default .nav-container {
  display: flex; justify-content: space-between; align-items: center;
  max-width: 1400px; margin: 0 auto; padding: 0 32px; height: 74px;
}
body.style-default .logo { display: flex; align-items: center; }
body.style-default .logo-img { width: 64px; height: 68px; object-fit: contain; }
body.style-default .logo-text,
body.style-default .logo-sub { display: none; }

body.style-default .nav-links {
  display: flex; gap: 40px; list-style: none; margin: 0; padding: 0; align-items: center;
}
body.style-default .nav-links li { position: relative; }
body.style-default .nav-links a {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400; font-style: italic;
  font-size: 16px; color: #413F3F;
  text-decoration: none;
  display: flex; align-items: center; gap: 3px;
  transition: opacity .2s;
}
body.style-default .nav-links a:hover,
body.style-default .nav-links a.active { opacity: .55; }
body.style-default .nav-num { display: none; }
body.style-default .dropdown-arrow { font-size: 9px; opacity: .5; }
body.style-default .dropdown-menu {
  display: none; position: absolute; top: calc(100% + 4px); left: 0;
  min-width: 230px; background: #fff; list-style: none; padding: 8px 0;
  box-shadow: 0 6px 24px rgba(0,0,0,.1); z-index: 200;
}
body.style-default .has-dropdown:hover .dropdown-menu { display: block; }
body.style-default .dropdown-menu a {
  display: block; padding: 8px 20px; font-size: 14px; color: #413F3F;
}
body.style-default .dropdown-menu a:hover { background: #E4DFE8; opacity: 1; }

body.style-default .container-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 40px;
}

/* ── S1 HERO BANNER ──────────────────────────────────── */
/* Wix : bannière cuivrée ~190px, texte "Bonjour & Bienvenue" centré-droit */
body.style-default .welcome-section {
  height: 190px; overflow: hidden;
  background: url('../../images/hero-banner-wix.jpg') center/cover no-repeat;
  display: flex; align-items: center;
}
body.style-default .welcome-section .container-inner {
  max-width: none; width: 100%; padding: 0;
  display: flex; align-items: center; justify-content: flex-end;
}
body.style-default .welcome-content { padding-right: 7%; text-align: right; }
/* Masque le tagline H1 (propre aux autres DA) */
body.style-default .welcome-title { display: none; }
/* "EM Wedding" — Playfair italic, charbon, comme "Bonjour & Bienvenue" sur Wix */
body.style-default .welcome-brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400; font-style: italic;
  font-size: 30px; color: #413F3F;
  letter-spacing: 0.03em;
  margin: 0; display: block;
}

/* ── S2 ABOUT ────────────────────────────────────────── */
/* Wix exact :
   - ~80px d'espace entre la bannière et le contenu (padding-top section)
   - Portrait à droite démarre en haut du grid
   - Quote flotte ~40px EN DESSOUS du haut du portrait (pas collée en haut de la photo)
   - Quote s'étend sur 70% de la largeur (déborde sur le portrait)
   - Texte commence sous la quote (padding-top col texte)
   - "Eva" tag lavande coin bas-gauche du portrait */
body.style-default .about-section {
  background: #fff; padding: 80px 0 60px;
}

/* Référence pour le positionnement absolu de la quote */
body.style-default .about-section .container-inner {
  position: relative;
}

/* Quote-block : absolu, 40px sous le haut du portrait → ni collée au header ni au haut de la photo */
body.style-default .about-quote-block {
  position: absolute;
  top: 40px;   /* espace entre haut du portrait et haut de la quote */
  left: 0;
  width: 70%;  /* déborde dans la colonne portrait */
  z-index: 3;
}
/* On masque le "Eva" de ce bloc — rendu via ::after sur la col image */
body.style-default .about-quote-block .about-signature { display: none; }

/* Quote "La réussite…" — Montserrat italic 17px, lavande */
body.style-default .about-quote {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; font-style: italic;
  font-size: 17px; color: #413F3F; line-height: 1.5;
  background: #E4DFE8; border: 1px solid rgba(65,63,63,0.18);
  padding: 7px 16px; margin: 0;
}

/* Grid 2 col : portrait à droite démarre à y=0, texte à gauche a du padding pour la quote */
body.style-default .about-layout {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 40px; align-items: start;
}
/* Portrait à droite (order 2), texte à gauche (order 1) */
body.style-default .about-text-col  {
  order: 1; display: flex; flex-direction: column;
  /* Espace pour la quote au-dessus : 40px offset + ~44px hauteur quote = ~90px */
  padding-top: 90px;
}
body.style-default .about-image-col { order: 2; position: relative; }

body.style-default .about-image-col img {
  width: 100%; max-width: 420px; display: block; height: auto;
}
body.style-default .about-text-col p {
  font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: 16px;
  color: #413F3F; line-height: 1.65; margin: 0 0 14px;
}

/* "Eva" — tag lavande coin bas-gauche du portrait via ::after */
body.style-default .about-image-col::after {
  content: 'Eva';
  position: absolute; bottom: 0; left: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400; font-style: italic;
  font-size: 24px; color: #413F3F;
  background: #E4DFE8; border: 1px solid rgba(65,63,63,0.18);
  padding: 3px 12px; z-index: 4;
}

/* ── S3 PRESTATIONS ──────────────────────────────────── */
/* Wix : image gauche (55%) · texte droite (45%)
   Quote lavande flotte du haut et chevauche sur l'image
   Titre "Nos prestations" drop-cap dans la colonne droite */
body.style-default .services-section {
  background: #fff; padding: 0;
}

body.style-default .services-section .container-inner {
  padding-bottom: 0;
}

/* Titre pleine largeur AVANT le grid — aligné dans la zone droite */
body.style-default .section-big-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400; font-style: italic;
  font-size: 25px; color: #413F3F;
  line-height: 1.3; margin: 0; letter-spacing: 0.03em;
  overflow: hidden;
}
/* Drop cap : "N" ≈ 90px, "os prestations" = 25px */
body.style-default .section-big-title::first-letter {
  font-size: 3.6em;
  line-height: 0.8;
  float: left;
  margin-right: 2px;
  margin-top: 2px;
}

/* Le titre est au-dessus du grid mais aligné visuellement avec la col droite */
body.style-default .services-section > .container-inner > .section-big-title {
  margin-bottom: 0;
  margin-left: 55%;
}

/* Grid : image gauche (55%), texte droite (45%) — PAS de gap */
body.style-default .services-layout {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 0; align-items: start;
}
body.style-default .services-image-col img {
  width: 100%; display: block; height: auto;
}

/* Col texte droite : quote en HAUT (inversé via flex + order) */
body.style-default .services-text-col {
  display: flex; flex-direction: column; padding-left: 40px;
}
body.style-default .services-quote { order: 1; }
body.style-default .section-big-title-in-col { order: 2; }
body.style-default .services-desc  { order: 3; }
body.style-default .services-link  { order: 4; }

/* Quote "Organisons…" — lavande, chevauche vers l'image (margin négatif gauche) */
body.style-default .services-quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400; font-style: italic;
  font-size: 26px; color: #413F3F; line-height: 1.35;
  background: #E4DFE8; border: 1px solid rgba(65,63,63,0.18);
  padding: 6px 14px; display: block; margin: 0 0 16px;
  /* Chevauche vers l'image à gauche */
  margin-left: -100px;
  position: relative; z-index: 2;
}

body.style-default .services-desc {
  font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: 16px;
  color: #413F3F; line-height: 1.65; margin: 20px 0 32px; padding: 0;
}

/* "Voir plus" — Playfair italic 17px, pas de border ni bg */
body.style-default .services-link {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400; font-style: italic;
  font-size: 17px; color: #413F3F; text-decoration: none;
  display: inline-block; transition: opacity .2s;
}
body.style-default .services-link:hover { opacity: .5; }

/* ── S4 GALERIE ──────────────────────────────────────── */
/* Wix : texte gauche · image droite (55%)
   Quote lavande flotte et chevauche sur l'image à droite
   Titre "Galerie" drop-cap dans la colonne gauche */
body.style-default .gallery-section {
  background: #fff; padding: 48px 0 0;
}

/* Titre aligné dans la zone gauche */
body.style-default .gallery-section > .container-inner > .section-big-title {
  margin-bottom: 0;
  max-width: 45%;
}

/* Grid : texte gauche (45%), image droite (55%) — PAS de gap */
body.style-default .gallery-layout {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 0; align-items: start;
}
body.style-default .gallery-text-col  { order: 1; display: flex; flex-direction: column; padding-right: 40px; }
body.style-default .gallery-image-col { order: 2; }

body.style-default .gallery-image-col img { width: 100%; display: block; height: auto; }

/* Quote "Vos moments…" — lavande, chevauche vers l'image à droite */
body.style-default .gallery-quote {
  order: 1;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400; font-style: italic;
  font-size: 26px; color: #413F3F; line-height: 1.35;
  background: #E4DFE8; border: 1px solid rgba(65,63,63,0.18);
  padding: 6px 14px; display: block; margin: 0 0 16px;
  /* Chevauche vers l'image à droite */
  margin-right: -100px;
  position: relative; z-index: 2;
}

/* "Voir les photos" */
body.style-default .gallery-link {
  order: 2;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400; font-style: italic;
  font-size: 17px; color: #413F3F; text-decoration: none;
  display: inline-block; margin-top: 8px; transition: opacity .2s;
}
body.style-default .gallery-link:hover { opacity: .5; }

/* ── S5 TESTIMONIALS ─────────────────────────────────── */
/* Wix : fond lavande, citation centrée, guillemets « », nom en gras */
body.style-default .testimonials-section {
  background: #E4DFE8; padding: 56px 0 64px;
}
body.style-default .testimonials-section .container-inner {
  display: flex; flex-direction: column; align-items: stretch;
}
body.style-default .testimonial-carousel {
  display: flex; align-items: center; width: 100%;
  max-width: 900px; margin: 0 auto;
}
body.style-default .carousel-prev,
body.style-default .carousel-next {
  background: none; border: none; cursor: pointer;
  font-size: 48px; color: #413F3F; opacity: .3;
  padding: 0 20px; flex-shrink: 0; transition: opacity .2s;
  font-family: Arial, sans-serif; font-weight: 300;
}
body.style-default .carousel-prev:hover,
body.style-default .carousel-next:hover { opacity: .7; }

body.style-default .carousel-track-wrapper { flex: 1; overflow: hidden; }
body.style-default .carousel-track { display: flex; transition: transform .4s ease; }
body.style-default .testimonial-slide {
  min-width: 100%; text-align: center; padding: 0 32px;
}
body.style-default .testimonial-slide blockquote {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400; font-style: italic;
  font-size: 19px; color: #413F3F; line-height: 1.7;
  margin: 0 0 24px; border: none; padding: 0;
}
/* "Pedram & Gloire" — gras italic (mesuré Wix) */
body.style-default .testimonial-slide cite {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700; font-style: italic;
  font-size: 18px; color: #413F3F; display: block;
}
body.style-default .carousel-dots {
  display: flex; gap: 8px; justify-content: center; margin-top: 24px;
}
body.style-default .carousel-dots .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(65,63,63,.28); cursor: pointer; transition: background .2s;
}
body.style-default .carousel-dots .dot.active { background: #413F3F; }

/* ── CONTACT (section retirée du HTML) ── */
body.style-default .contact-section { display: none; }

/* ── FOOTER ──────────────────────────────────────────── */
/* Wix : fond léger gris-blanc, 3 colonnes avec séparateurs verticaux */
body.style-default .main-footer {
  background: #f5f4f4; padding: 48px 0 32px;
}
body.style-default .footer-grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; align-items: start;
}
/* Séparateurs verticaux entre colonnes */
body.style-default .footer-links {
  border-left: 1px solid rgba(65,63,63,0.18);
  border-right: 1px solid rgba(65,63,63,0.18);
  padding: 0 32px;
}
body.style-default .footer-brand {
  padding-right: 32px;
}
body.style-default .footer-credit {
  padding-left: 32px;
}

body.style-default .footer-brand p,
body.style-default .footer-links a,
body.style-default .footer-credit p {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400; font-style: italic;
  font-size: 16px; color: #413F3F;
  text-decoration: none; margin: 0; line-height: 1.6;
}
body.style-default .footer-links ul { list-style: none; margin: 0; padding: 0; }
body.style-default .footer-links li { margin-bottom: 6px; }
body.style-default .footer-links a { transition: opacity .2s; display: inline-block; }
body.style-default .footer-links a:hover { opacity: .5; }
body.style-default .footer-credit { text-align: right; }

/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 900px) {
  body.style-default .about-quote-block { position: static; width: auto; margin-bottom: 12px; }
  body.style-default .about-quote { font-size: 15px; }
  body.style-default .about-layout { grid-template-columns: 1fr; gap: 24px; padding-top: 0; }
  body.style-default .about-text-col,
  body.style-default .about-image-col { order: unset; }
  body.style-default .about-image-col::after { display: none; }
  body.style-default .about-quote-block .about-signature { display: inline-block; margin-top: 8px; }

  body.style-default .services-layout,
  body.style-default .gallery-layout { grid-template-columns: 1fr; }
  body.style-default .gallery-image-col,
  body.style-default .gallery-text-col { order: unset; }
  body.style-default .services-text-col { padding-left: 0; }
  body.style-default .gallery-text-col { padding-right: 0; }
  body.style-default .services-quote { margin-left: 0; }
  body.style-default .gallery-quote { margin-right: 0; }
  body.style-default .services-section > .container-inner > .section-big-title { margin-left: 0; }
  body.style-default .gallery-section > .container-inner > .section-big-title { max-width: none; }

  body.style-default .footer-grid { grid-template-columns: 1fr; text-align: center; }
  body.style-default .footer-links { border: none; padding: 16px 0; }
  body.style-default .footer-brand { padding: 0; }
  body.style-default .footer-credit { text-align: center; padding: 0; }
  body.style-default .nav-container { flex-direction: column; height: auto; gap: 12px; padding: 14px 20px; }
  body.style-default .nav-links { flex-wrap: wrap; justify-content: center; gap: 8px 16px; }
  body.style-default .nav-links a { font-size: 13px; }
}

@media (max-width: 600px) {
  body.style-default .welcome-section { height: auto; min-height: 130px; padding: 24px 0; }
  body.style-default .welcome-content { padding-right: 0; text-align: center; }
  body.style-default .welcome-section .container-inner { justify-content: center; }
  body.style-default .welcome-brand { font-size: 22px; }
  body.style-default .section-big-title { font-size: 20px; }
  body.style-default .container-inner { padding: 0 16px; }
}
