/*
Theme Name: Glaces Roule Ma Poule
Theme URI: https://glacesroulemapoule.fr
Author: Glaces Roule Ma Poule
Description: Thème personnalisé pour Glaces Roule Ma Poule - Animation culinaire en Dordogne
Version: 1.0
*/

/* =============================================
   VARIABLES & RESET
============================================= */
/* Déclaration des polices personnalisées */
p {
  text-align: justify;
  text-align-last: left;
}

@font-face {
  font-family: 'TTMilksInline';
  src: url('fonts/TT-Milks-Casual-Pie-Inline.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TTMilksBase';
  src: url('fonts/TT-Milks-Casual-Pie-Base.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('fonts/UTM_Futura.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --jaune: #ffb103;
  --jaune-fonce: #e09d00;
  --rouge: #D8160A;
  --noir: #1a1a1a;
  --blanc: #ffffff;
  --gris-clair: #f8f8f8;
  --gris-texte: #444;
  --font-titre: 'TTMilksInline', serif;
  --font-body: 'Futura', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--noir);
  background: var(--blanc);
  overflow-x: hidden;
}

img, video { max-width: 100%; display: block; }

a { text-decoration: none; color: inherit; }

ul { list-style: none; }


/* =============================================
   TYPOGRAPHIE
============================================= */
p {
  font-family: 'Futura', sans-serif;
  color: var(--noir);
  text-align: justify;
  text-align-last: left;
  text-indent: 2.5rem;
}

h1, h2 {
  font-family: 'TTMilksInline', serif;
  text-align: center;
  text-shadow: 3px 3px 3px rgba(0,0,0,1);
}

h3 {
  font-family: 'Futura', sans-serif;
  text-align: left;
  text-transform: uppercase;
}

h4 {
  font-family: 'Futura', sans-serif;
  text-align: center;
  text-align-last: left;

}

.section-titre {
  font-family: 'TTMilksInline', serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--rouge);
  text-align: center;
  line-height: 1.1;
}

.section-sous-titre {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  color: var(--noir);
  text-align: center;
  margin-top: 0.2rem;
  margin-bottom: 2rem;
}

.faq-categorie {
  font-family: 'Futura', sans-serif;
  color: var(--rouge);
}

.lien-plus {
  font-family: 'Futura', sans-serif;
  color: var(--rouge) !important;
  font-weight: 600;
}

.lien-section {
  color: var(--rouge);
  font-weight: 700;
  text-decoration: underline;
  transition: opacity 0.2s;
}

.lien-section:hover {
  opacity: 0.7;
}

/* =============================================
   NAVIGATION
============================================= */
#navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: clamp(80px, 12vw, 200px);
}
.nav-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1;
}
.nav-left {
  justify-content: flex-end;
}
.nav-right {
  justify-content: flex-start;
}
#navbar a {
  color: var(--blanc);
  font-family: 'Futura', sans-serif;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 0.25s ease, text-shadow 0.25s ease;
  display: inline-block;
  text-shadow: 2px 2px 60px rgba(0,0,0,1);
}
#navbar a:hover {
  transform: scale(1.08);
  text-shadow: 0 0 8px rgba(255,255,255,0.6), 0 0 20px rgba(255,255,255,0.3);
}

/* Logo */
.logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
}
.logo img {
  height: clamp(55px, 8vw, 90px);
  width: auto;
}
.logo a {
  display: inline-flex;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.logo a:hover {
  transform: scale(1.08);
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.6));
}

/* Dropdown bureau */
.nav-dropdown {
  position: relative;
}
.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.85);
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  flex-direction: column;
  gap: 0.6rem;
  min-width: 200px;
  z-index: 100;
}
.nav-dropdown-menu.ouvert {
  display: flex;
}
.nav-dropdown-menu a {
  font-size: 0.78rem;
  white-space: nowrap;
}

/* LANGUE NAVBAR */
#lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-family: 'Futura', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 2px 2px 60px rgba(0,0,0,1);
  transition: transform 0.25s ease;
}
#lang-switcher:hover {
  transform: scale(1.08);
}
#lang-switcher a {
  text-decoration: none;
  color: var(--blanc);
  transition: opacity 0.2s ease;
  text-shadow: 2px 2px 60px rgba(0,0,0,1);
}
#lang-switcher a.lang-active {
  font-size: 0.85rem;
}
#lang-switcher a.lang-inactive {
  font-size: 0.65rem;
  opacity: 0.7;
}
#lang-switcher a + a::before {
  content: '/';
  margin: 0 2px;
  font-size: 0.75rem;
  opacity: 0.7;
}

/* Burger bouton */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1100;
}
.burger span {
  display: block;
  width: 25px;
  height: 2px;
  background: var(--blanc);
  transition: all 0.3s ease;
}

/* Burger menu panneau */
.burger-menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  background: rgba(0,0,0,0.92);
  flex-direction: column;
  padding: 1.5rem 2rem;
  gap: 1.2rem;
  border-radius: 12px;
  min-width: 220px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
  z-index: 1000;
}
.burger-menu.ouvert {
  display: flex;
}
.burger-menu a {
  color: var(--blanc);
  font-family: 'Futura', sans-serif;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
}
.burger-menu a:hover {
  transform: none;
  opacity: 0.7;
  text-shadow: none;
}

/* Burger prestations toujours déplié */
.burger-prestations {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding-left: 1rem;
  border-left: 2px solid var(--rouge);
}
.burger-prestations a {
  font-size: 0.78rem !important;
  opacity: 0.85;
  font-weight: 600 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-left,
  .nav-right,
  #lang-switcher {
    display: none;
  }
  .burger {
    display: flex;
  }
}/* FLÈCHE RETOUR EN HAUT */
#back-to-top {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--blanc);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}

#back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

#back-to-top:hover {
  transform: translateX(-50%) translateY(-4px);
}

#back-to-top svg {
  width: 24px;
  height: 36px;
}
/* BURGER MOBILE */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px;
}
.burger span {
  display: block;
  width: 25px;
  height: 2px;
  background: var(--blanc);
  transition: all 0.3s;
}
.burger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger.open span:nth-child(2) {
  opacity: 0;
}
.burger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 900px) {
  .nav-left,
  .nav-right { display: none; }

  .burger { display: flex; }

  .nav-container.open {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .nav-container.open .nav-left,
  .nav-container.open .nav-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    background: var(--jaune);
    padding: 1.5rem;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .nav-container.open .nav-left {
    top: 100%;
  }

  .nav-container.open .nav-right {
    top: calc(100% + 180px);
  }

  .nav-container.open .nav-left a,
  .nav-container.open .nav-right a {
    color: var(--noir);
    text-shadow: none;
  }

  .burger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .burger.open span:nth-child(2) {
    opacity: 0;
  }

  .burger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  #lang-switcher {
    display: inline-flex;
    color: var(--blanc);
  }

  .nav-container {
    justify-content: space-between;
  }

  .logo {
    margin-right: auto;
  }

  .nav-dropdown-toggle {
    pointer-events: none;
  }

  .nav-dropdown-menu {
    display: flex;
    position: static;
    transform: none;
    background: transparent;
    min-width: auto;
    width: 100%;
    border-radius: 0;
    padding: 0.5rem 0 0 0;
    gap: 0.8rem;
    flex-direction: column;
    align-items: center;
  }

  .nav-dropdown-menu a {
    color: var(--noir) !important;
    text-shadow: none !important;
    font-size: 0.85rem !important;
  }
}

/* =============================================
   NAV BAR PAGES LEGALES
============================================= */

.page:not(.home) #navbar,
.error404 #navbar,
.blog #navbar,
.archive #navbar,
.single #navbar {
  background: var(--rouge);
  position: fixed;
}

.page:not(.home) .page-legale,
.error404 .page-legale,
.blog .page-legale,
.archive .page-legale,
.page-template-default .page-legale {
  margin-top: 0;
  padding-top: calc(clamp(80px, 12vw, 200px) + 3rem);
}

/* =============================================
   HERO
============================================= */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

#hero .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.55);
  transform: scale(1.05);
  animation: zoomOut 8s ease forwards;
}

@keyframes zoomOut {
  from { transform: scale(1.05); }
  to { transform: scale(1); }
}

#hero .hero-content {
  position: relative;
  z-index: 2;
  padding: clamp(80px, 12vw, 200px) 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: fadeUp 1s ease 0.3s both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

#hero h1 {
  font-size: clamp(2rem, 6vw, 4.5rem);
  font-weight: 400;
  color: var(--blanc);
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
}

.hero-base {
  font-family: 'TTMilksBase', serif;
  font-size: clamp(1.5rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--blanc);
}

.hero-inline {
  font-family: 'TTMilksInline', serif;
  font-size: clamp(3.5rem, 10vw, 7rem);
  font-weight: 400;
  color: var(--rouge);
}

#mot-alterné {
  display: inline-block;
  vertical-align: middle;
}

.cf {
  font-family: 'TTMilksInline', serif;
  color: var(--rouge);
  white-space: nowrap;
}

.cf {
  font-family: 'TTMilksInline', serif;
  font-size: clamp(3.5rem, 10vw, 7rem);
  font-weight: 400;
}

.hero-seo {
  font-family: 'Futura';
  font-size: clamp(0.8rem, 1.5vw, 1.2rem);
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  letter-spacing: 2px;
  text-transform: none;
  display: block;
  margin-top: 2rem;
}

.hero-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

#btn-devis-sticky {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: var(--rouge);
  color: var(--blanc);
  font-family: var(--font-body);
  font-weight: bold;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  z-index: 998;
  text-decoration: none;
  display: none;
  box-shadow: 0 4px 15px rgba(216,22,10,0.3);
}

#btn-devis-sticky:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(216,22,10,0.5);
}

#btn-reserver-sticky:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(216,22,10,0.5);
}

@media (max-width: 600px) {
  #btn-reserver-sticky {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
  }

  #btn-reserver-sticky::before {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 0px solid transparent;
    border-top: 10px solid var(--rouge);
  }

  #btn-reserver-sticky::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}


.btn-primary {
  background: var(--rouge);
  color: var(--blanc);
  font-weight: bold;
  font-family: 'Futura', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: inline-block;
}

.btn-primary:hover {
  transform: scale(1.08);
  box-shadow: 0 0 8px rgba(255,255,255,0.6), 0 0 20px rgba(255,255,255,0.3);
}

.btn-secondary {
  background: transparent;
  color: var(--blanc);
  font-weight: bold;
  font-family: 'Futura', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  border-radius: 30px;
  border: 2px solid var(--blanc);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: inline-block;
}

.btn-secondary:hover {
  transform: scale(1.08);
  box-shadow: 0 0 8px rgba(255,255,255,0.6), 0 0 20px rgba(255,255,255,0.3);
}

/* STICKY BURGER */
#sticky-burger {
  position: fixed;
  top: 1.2rem;
  right: 1.5rem;
  z-index: 2000;
  display: none;
}
#sticky-burger.visible {
  display: block;
}
#sticky-burger-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: var(--rouge);
  border: none;
  cursor: pointer;
  padding: 0.7rem 0.8rem;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: transform 0.25s ease;
}
#sticky-burger-btn:hover {
  transform: scale(1.08);
}
#sticky-burger-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--blanc);
  transition: all 0.3s ease;
}
.sticky-burger-menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  background: rgba(0,0,0,0.92);
  flex-direction: column;
  padding: 1.5rem 2rem;
  gap: 1.2rem;
  border-radius: 12px;
  min-width: 220px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}
.sticky-burger-menu.ouvert {
  display: flex;
}
.sticky-burger-menu a {
  color: var(--blanc);
  font-family: 'Futura', sans-serif;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.sticky-burger-menu a:hover {
  opacity: 0.7;
}
.sticky-burger-menu .burger-prestations {
  border-left: 2px solid var(--rouge);
  padding-left: 1rem;
  gap: 0.6rem;
}
.sticky-burger-menu .burger-prestations a {
  font-size: 0.78rem;
  font-weight: 600;
  opacity: 0.85;
}

/* STICKY BURGER CONTROLS */
#sticky-burger-controls {
  display: flex;
  align-items: center;
  background: var(--rouge);
  border-radius: 50px;
  padding: 0.5rem 0.8rem;
  gap: 0.8rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
#sticky-lang-switcher {
  display: flex;
  align-items: center;
  gap: 2px;
  font-family: 'Futura', sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
#sticky-lang-switcher a {
  color: var(--blanc);
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
#sticky-lang-switcher a:hover {
  opacity: 1;
}
#sticky-lang-switcher a.current-lang {
  opacity: 1;
  font-size: 0.85rem;
}
#sticky-lang-switcher a + a::before {
  content: '/';
  margin: 0 2px;
  opacity: 0.5;
}
#sticky-lang-switcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 2px;
}
#sticky-lang-switcher li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sticky-burger-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.25s ease;
}
#sticky-burger-btn:hover {
  transform: scale(1.08);
}
#sticky-burger-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--blanc);
  transition: all 0.3s ease;
}

/* BOUTON COOKIE */
#cookie-btn {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  width: 36px;
  height: 36px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1500;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,1));
  transition: transform 0.25s ease;
}
#cookie-btn:hover {
  transform: scale(1.1);
}
#cookie-btn img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

#cookie-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 2000;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1.5rem;
}
#cookie-modal.open {
  display: flex;
}
#cookie-modal-contenu {
  background: var(--blanc);
  border-radius: 16px;
  padding: 2rem;
  max-width: 380px;
  position: relative;
}
#cookie-modal-close {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--gris-texte);
}
#cookie-modal-contenu h3 {
  font-family: var(--font-titre);
  color: var(--rouge);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#cookie-modal-contenu p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--gris-texte);
  margin-bottom: 1.2rem;
}
#cookie-modal-contenu a {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--rouge);
  text-decoration: none;
  border-bottom: 1px solid var(--rouge);
}

/* =============================================
   SECTIONS COMMUNES
============================================= */
section { padding: 5rem 2rem; }

.container { max-width: 1100px; margin: 0 auto; }

.section-header { margin-bottom: 3rem; }

.tampon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  margin-top: calc(clamp(90px, 15vw, 220px) / -2);
  margin-bottom: calc(clamp(90px, 15vw, 220px) / -3);
  pointer-events: none;
  width: 100%;
}

.tampon-wrapper img {
  height: clamp(80px, 25vw, 200px);
  width: auto;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.2));
}

@media (max-width: 480px) {
  .tampon-wrapper img {
    height: 150px;
  }
}

/* =============================================
   SUR LA PLAQUE
============================================= */
#sur-la-plaque {
  background: var(--gris-clair);
}
#sur-la-plaque .exp-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
#sur-la-plaque .exp-texte {
  width: 100%;
  max-width: 700px;
  text-align: center;
}
#sur-la-plaque .exp-texte .highlight {
  color: var(--rouge);
  font-weight: 700;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
#sur-la-plaque .exp-texte p {
  color: var(--gris-texte);
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

#sur-la-plaque .plaque-photo {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  display: block;
  background: #000;
  object-fit: cover;
  margin-top: 2.5rem;

}

#sur-la-plaque .exp-video-wrapper {
  width: 100%;
  max-width: 600px;
}
#sur-la-plaque .exp-video-wrapper video {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  display: block;
  background: #000;
  max-height: 45vh;
  object-fit: cover;
}
#sur-la-plaque .texte-suite-wrapper h4 {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--rouge);
  margin-bottom: 0.5rem;
  margin-top: 2.5rem;
  text-align: left;
}
#sur-la-plaque .texte-suite-wrapper p {
  margin-bottom: 0.5rem;
}

/* =============================================
   AUX SPATULES
============================================= */
#aux-spatules {
  background: var(--blanc);
  margin-top: 4rem;
  position: relative;
}

.spatules-bande-jaune-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 33%;
  background: var(--jaune);
  z-index: 0;
}

#aux-spatules .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

#aux-spatules .photo-wrapper {
  position: relative;
  z-index: 1;
  margin-left: 10rem;
}

#aux-spatules .photo-wrapper img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 9/16;
}

#aux-spatules .aux-spatules-texte h2 {
  margin-bottom: 0.5rem;
}

#aux-spatules .aux-spatules-texte p {
  color: var(--gris-texte);
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 1rem;
}

#aux-spatules .aux-spatules-texte .lien-plus {
  color: var(--rouge);
  font-weight: 700;
  text-decoration: underline;
}

.texte-suite-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
  order: 1;
}

.texte-suite-wrapper.ouvert {
  max-height: 3000px;
}

.lire-plus-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: var(--font-body);
  font-weight: 700;
  color: var(--rouge);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  margin-top: 0.5rem;
  order: 2;
}

.lire-plus-icone {
  font-size: 1.3rem;
  transition: transform 0.3s ease;
  display: inline-block;
}

.lire-plus-btn.ouvert .lire-plus-icone {
  transform: rotate(45deg);
}

.aux-spatules-texte-wrapper {
  display: flex;
  flex-direction: column;
}

@media (max-width: 900px) {
  #aux-spatules .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  #aux-spatules .photo-wrapper {
    margin-left: 7rem;
    padding: 2rem;
  }

  #aux-spatules .aux-spatules-texte {
    display: flex;
    flex-direction: column;
  }

  .spatules-bande-jaune-1 {
    top: 0;
    bottom: 50%;
    left: 0;
    width: 50%;
  }
}

@media (max-width: 480px) {
  .spatules-bande-jaune-1 {
    top: 0;
    bottom: 75%;
    left: 0;
    width: 62%;
  }

  #aux-spatules .photo-wrapper {
    margin-left: 0.5rem;
  }
}

/* =============================================
   MES PRESTATIONS
============================================= */
#prestations {
  background: var(--gris-clair);
  text-align: center;
}

.prestations-intro {
  color: var(--gris-texte);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 1rem auto 0;
}

/* =============================================
   AGENCES
============================================= */
#agences {
  background: var(--blanc);
  margin-top: 4rem;
  position: relative;
}
.agences-bande-jaune {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 33%;
  background: var(--jaune);
  z-index: 0;
}
#agences .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
#agences .photo-wrapper {
  position: relative;
  z-index: 1;
  margin-left: 10rem;
}
#agences .photo-wrapper img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 9/16;
}
#agences .agences-texte h2 {
  margin-bottom: 0.5rem;
}
#agences .agences-texte p {
  color: var(--gris-texte);
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 1rem;
}
#agences .agences-texte .lien-plus {
  color: var(--rouge);
  font-weight: 700;
  text-decoration: underline;
}
.texte-suite-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
  order: 1;
}
.texte-suite-wrapper.ouvert {
  max-height: 3000px;
}
.lire-plus-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: var(--font-body);
  font-weight: 700;
  color: var(--rouge);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  margin-top: 0.5rem;
  order: 2;
}
.lire-plus-icone {
  font-size: 1.3rem;
  transition: transform 0.3s ease;
  display: inline-block;
}
.lire-plus-btn.ouvert .lire-plus-icone {
  transform: rotate(45deg);
}
.agences-texte-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  #agences .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #agences .photo-wrapper {
    margin-left: 7rem;
    padding: 2rem;
  }
  #agences .agences-texte {
    display: flex;
    flex-direction: column;
  }
  .agences-bande-jaune {
    top: 0;
    bottom: 50%;
    left: 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .agences-bande-jaune {
    top: 0;
    bottom: 75%;
    left: 0;
    width: 62%;
  }
  #agences .photo-wrapper {
    margin-left: 0.5rem;
  }
}

/* =============================================
   PARTICULIERS
============================================= */
#particuliers {
  background: var(--gris-clair);
  position: relative;
}

.particuliers-bande-jaune {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 33%;
  background: var(--jaune);
  z-index: 0;
}

#particuliers .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

#particuliers .photo-wrapper {
  position: relative;
  z-index: 1;
  margin-right: 10rem;
}

#particuliers .photo-wrapper img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 9/16;
}

.particuliers-texte p {
  color: var(--gris-texte);
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.particuliers-texte-wrapper {
  display: flex;
  flex-direction: column;
}

.particuliers-texte-wrapper .texte-suite-wrapper { order: 1; }
.particuliers-texte-wrapper .lire-plus-btn { order: 2; }

@media (max-width: 900px) {
  #particuliers .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  #particuliers .photo-wrapper {
    order: -1;
    margin-right: 7rem;
    margin-left: 0;
    padding: 2rem;
  }

  .particuliers-bande-jaune {
    top: 0;
    bottom: 50%;
    left: auto;
    right: 0;
    width: 50%;
  }
}

@media (max-width: 480px) {
  #particuliers .photo-wrapper {
    margin-right: 0.5rem;
    margin-left: 0;
    padding: 2rem;
  }

  .particuliers-bande-jaune {
    top: 0;
    bottom: 75%;
    right: 0;
    left: auto;
    width: 62%;
  }
}

/* =============================================
   ENTREPRISES
============================================= */
#entreprises {
  background: var(--blanc);
  margin-top: 4rem;
  position: relative;
}
.entreprises-bande-jaune {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 33%;
  background: var(--jaune);
  z-index: 0;
}
#entreprises .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
#entreprises .photo-wrapper {
  position: relative;
  z-index: 1;
  margin-left: 10rem;
}
#entreprises .photo-wrapper img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 9/16;
}
#entreprises .entreprises-texte h2 {
  margin-bottom: 0.5rem;
}
#entreprises .entreprises-texte p {
  color: var(--gris-texte);
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 1rem;
}
#entreprises .entreprises-texte .lien-plus {
  color: var(--rouge);
  font-weight: 700;
  text-decoration: underline;
}
.texte-suite-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
  order: 1;
}
.texte-suite-wrapper.ouvert {
  max-height: 3000px;
}
.lire-plus-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: var(--font-body);
  font-weight: 700;
  color: var(--rouge);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  margin-top: 0.5rem;
  order: 2;
}
.lire-plus-icone {
  font-size: 1.3rem;
  transition: transform 0.3s ease;
  display: inline-block;
}
.lire-plus-btn.ouvert .lire-plus-icone {
  transform: rotate(45deg);
}
.entreprises-texte-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  #entreprises .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #entreprises .photo-wrapper {
    margin-left: 7rem;
    padding: 2rem;
  }
  #entreprises .entreprises-texte {
    display: flex;
    flex-direction: column;
  }
  .entreprises-bande-jaune {
    top: 0;
    bottom: 50%;
    left: 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .entreprises-bande-jaune {
    top: 0;
    bottom: 75%;
    left: 0;
    width: 62%;
  }
  #entreprises .photo-wrapper {
    margin-left: 0.5rem;
  }
}

/* =============================================
   MES VALEURS
============================================= */
#valeurs {
  background: var(--gris-clair);
  padding: 4rem 2rem;
}

#valeurs .valeurs-grid {
  display: flex;
  justify-content: center;
  gap: clamp(0.3rem, 2vw, 2rem);
  flex-wrap: nowrap;
  margin-top: clamp(1rem, 2vw, 2rem);
}

#valeurs .valeur-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.6rem, 2vw, 1rem);
  flex: 0 0 auto;
  width: clamp(70px, 18vw, 110px);
}

#valeurs .valeur-icone {
  width: clamp(55px, 16vw, 104px);
  height: clamp(55px, 16vw, 104px);
  border-radius: 50%;
  background: var(--jaune);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  overflow: hidden;
}

#valeurs .valeur-icone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#valeurs .valeur-item:hover .valeur-icone {
  transform: scale(1.05);
}

#valeurs .valeur-nom {
  font-family: var(--font-body);
  font-size: clamp(0.65rem, 1.5vw, 0.85rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--noir);
  width: 100%;
  text-align: center;
}

#valeurs .section-header {
  margin-bottom: clamp(1rem, 3vw, 3rem);
}

@media (max-width: 600px) {
  #valeurs .valeurs-grid {
    gap: 0.3rem;
  }
}

/* =============================================
   MODALES VALEURS
============================================= */
.valeur-item {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.valeur-item:hover {
  transform: scale(1.05);
}
.valeur-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.valeur-modal.open {
  display: flex;
}
.valeur-modal-contenu {
  background: var(--blanc);
  border-radius: 20px;
  padding: 3rem 2.5rem;
  max-width: 500px;
  width: 100%;
  position: relative;
  text-align: center;
}
.valeur-modal-close {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  background: none;
  border: none;
  font-size: 1.3rem;
  cursor: pointer;
  color: var(--gris-texte);
  transition: transform 0.2s ease;
}
.valeur-modal-close:hover {
  transform: scale(1.2);
}
.valeur-modal-titre {
  font-family: 'TTMilksInline', serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--rouge);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0,0,0,1);

}
.valeur-modal-texte {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--gris-texte);
  white-space: pre-line;
}

/* =============================================
   FAQ
============================================= */
#faq {
  background: var(--blanc);
  margin-top: 4rem;
  position: relative;
}
.faq-bande-jaune {
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  width: 40%;
  background: var(--jaune);
  z-index: 0;
}
#faq .faq-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 3rem;
  align-items: start;
  position: relative;
  z-index: 1;
}
#faq .faq-image {
  position: relative;
  z-index: 1;
  margin-left: 5rem;
}
#faq .faq-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 9/16;
}
#faq .faq-liste {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
#faq .faq-categorie {
  font-family: var(--font-body);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--rouge);
  margin-bottom: 0.8rem;
  display: inline-block;
}
#faq .faq-item {
  border: none;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
#faq .faq-question {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  padding: 0.3rem 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--gris-texte);
  border-bottom: 1px solid #eee;
}
#faq .faq-question:hover {
  color: var(--noir);
  font-size: 1rem;
}
#faq .faq-reponse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
  font-size: 0.9rem;
  color: var(--gris-texte);
  line-height: 1.7;
  padding: 0;
  text-align: left;
}
#faq .faq-item.active .faq-reponse {
  max-height: 300px;
  padding: 0.8rem 0;
}
#faq .faq-arrow {
  color: var(--rouge);
  font-size: 1.2rem;
  transition: transform 0.3s, color 0.3s;
  flex-shrink: 0;
}
#faq .faq-question:hover .faq-arrow,
#faq .faq-item.active .faq-arrow {
  color: var(--rouge);
  transform: rotate(45deg);
}
#faq .faq-item.active .faq-question {
  color: var(--noir);
  font-weight: 900;
  font-size: 1rem;
}
#faq .faq-item.active .faq-arrow {
  color: var(--rouge);
  font-weight: 900;
  font-size: 1.5rem;
}
@media (max-width: 900px) {
  #faq .faq-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #faq .faq-image {
    margin-left: 7rem;
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .faq-bande-jaune {
    top: 20%;
    bottom: 50%;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .faq-bande-jaune {
    top: 15;
    bottom: 65%;
    left: 0;
    width:100%;
  }
  #faq .faq-image {
    margin-left: 0.5rem;
  }
}

/* =============================================
   AVIS / TEMOIGNAGES
============================================= */
#avis {
  background: var(--gris-clair);
  padding: 4rem 0;
  overflow: hidden;
}

.avis-slider-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 2rem;
  margin-top: 3rem;
}

.avis-slider {
  display: flex;
  gap: 1.5rem;
  cursor: grab;
  will-change: transform;
}

.avis-slider.dragging {
  cursor: grabbing;
  transition: none !important;
}

.avis-card {
  flex: 0 0 auto;
  width: clamp(240px, 31vw, 400px);
  border: 3px solid var(--rouge);
  border-radius: 30px;
  padding: 2rem 2.2rem;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
} 

.avis-card-media .avis-body-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 0;
}

.avis-logo-media {
  height: calc(1.7em * 3);
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.avis-card-media .avis-recommande svg {
  fill: var(--rouge) !important;
}

/* Top : nom + etoiles/recommande + logo plateforme */
.avis-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.avis-info {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.avis-nom {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--rouge);
}

.avis-etoiles {
  display: flex;
  gap: 3px;
}

.avis-etoiles svg {
  width: 16px;
  height: 16px;
  fill: var(--noir);
}

.avis-recommande {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--noir);
  display: flex;
  align-items: center;
  gap: 5px;
}

.avis-pouce {
  width: 16px;
  height: 16px;
  fill: var(--noir);
}

.avis-platform svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.avis-texte-wrapper {
  overflow: hidden;
  transition: max-height 0.4s ease;
  max-height: 5em; /* 3 lignes environ à line-height 1.7 */
  padding: 0 4px 2px 4px;
}
.avis-texte {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.7;
  color: var(--noir);
}
.avis-lire-plus {
  background: none;
  border: none;
  color: var(--rouge);
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  align-self: flex-start;
  margin-top: 0.3rem;
  display: block;
  transition: transform 0.3s ease;
}
.avis-lire-plus.ouvert {
  transform: rotate(45deg);
}

/* Bottom : lien */
.avis-bottom {
  text-align: center;
  margin-top: auto;
}

.avis-bottom a {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--rouge) !important;
  text-decoration: none;
  border-bottom: 1px solid var(--rouge);
  padding-bottom: 2px;
  transition: opacity 0.3s ease;
  text-shadow: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.avis-bottom a:hover {
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 600px) {
  .avis-card {
    width: 85vw;
    padding: 1.5rem 1.3rem;
  }
}

/* =============================================
   NOS MOMENTS
============================================= */
#moments {
  background: var(--blanc);
  padding: 4rem 0;
}

#moments .container {
  padding: 0 2rem;
}

.moments-slider-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 2rem;
}

.moments-slider {
  display: flex;
  gap: 1rem;
  transition: transform 0.5s ease;
  cursor: grab;
  will-change: transform;
}

.moments-slider.dragging {
  cursor: grabbing;
  transition: none;
}

.moment-item {
  position: relative;
  flex: 0 0 auto;
  width: clamp(140px, 22vw, 220px);
  aspect-ratio: 9/16;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  background: #000;
}

.moment-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moment-overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.moment-item:hover .moment-overlay {
  background: rgba(0,0,0,0.15);
}

/* MODALE */
.moment-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 2000;
  align-items: center;
  justify-content: center;
}

.moment-modal.open {
  display: flex;
}

.moment-modal-content {
  position: relative;
  width: clamp(250px, 40vw, 400px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.moment-modal-close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  background: none;
  border: none;
  color: var(--blanc);
  font-size: 1.5rem;
  cursor: pointer;
  transition: transform 0.2s;
}

.moment-modal-close:hover {
  transform: scale(1.2);
}

#moment-modal-video {
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 12px;
  object-fit: contain;
}

.moment-modal-insta {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 40px;
  height: 40px;
  background: var(--blanc);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
  z-index: 10;
}

.moment-modal-insta:hover {
  transform: scale(1.1);
}

.moment-modal-insta svg {
  width: 28px;
  height: 28px;
  fill: #E1306C;
}

/* =============================================
   CONTACT
============================================= */
#contact {
  background: var(--blanc);
  padding: 4rem 0;
}

.contact-wrapper {
  display: flex;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  gap: 15rem;
}

/* COLONNE GAUCHE */
.contact-gauche {
  flex: 0 0 25%;
  background: var(--jaune);
  position: relative;
  overflow: visible;
  z-index: 1;
}

.contact-col-titre {
  background: var(--rouge);
  color: var(--blanc);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
  padding: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contact-gauche-contenu {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  overflow: visible;
}

.contact-reseaux {
  display: flex;
  align-items: center;
}

.contact-icones {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  flex-wrap: nowrap;
}

.contact-icone {
  color: var(--blanc);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.contact-icone svg {
  width: 32px;
  height: 32px;
}

.contact-icone:hover {
  transform: scale(1.15);
}

/* TOOLTIP TÉLÉPHONE */
.contact-tel-icone {
  position: relative;
}

.contact-tel-tooltip {
  display: none;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--noir);
  color: var(--blanc);
  font-family: var(--font-body);
  font-size: 0.75rem;
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 10;
}

.contact-tel-icone:hover .contact-tel-tooltip {
  display: block;
}

.contact-info-ligne {
  color: var(--blanc);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
}

/* PRESSE */
.contact-presse-ligne {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.contact-presse-logos {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-presse-lien img {
  height: 80px;
  width: auto;
  transition: opacity 0.2s;
}

.contact-presse-lien:hover img {
  opacity: 0.7;
}

/* PHOTO */
.contact-photo-wrapper {
  position: relative;
  margin-top: 2rem;
  margin-right: -4cm;
  margin-left: auto;
  width: 150%;
  z-index: 5;
  overflow: hidden;
  transition: height 0.4s ease;
  display: flex;
  align-items: center;
}

.contact-photo-wrapper img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 3/4;
  display: block;
  object-position: center;
  transition: object-position 0.4s ease;
}

/* COLONNE DROITE */
.contact-droite {
  flex: 1;
  background: var(--jaune);
  position: relative;
  z-index: 2;
  min-width: 0;
  transition: height 0.4s ease;
}

/* BOUTONS ONGLETS */
.contact-centrale {
  position: absolute;
  left: -1.7cm;
  top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  z-index: 10;
}

.contact-btn-nav {
  background: var(--rouge);
  color: #d0d0d0;
  border: none;
  border-radius: 20px 0 0 20px;
  padding: 0.35rem 0.7rem;
  width: 1.7cm;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: left;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  transform-origin: right center;
  line-height: 1.5;
  margin-right: -1px;
}

.contact-btn-nav:hover {
  transform: scale(1.22);
  transform-origin: right center;
  margin-right: -2px;
  box-shadow: inset 0 0 12px rgba(255,255,255,0.4);
}

.contact-btn-nav.active {
  transform: scale(1.22);
  margin-right: -2px;
  transform-origin: right center;
  color: var(--blanc);
}

/* FORMULAIRE */
.contact-droite-contenu {
  padding: 1.5rem 2rem;
}

.form-section {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 1.5rem;
}

.form-label-dessus {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--blanc);
  text-transform: capitalize;
  letter-spacing: 1px;
}

.form-champs {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.form-row {
  display: flex;
  gap: 0.7rem;
}

.form-row input,
.form-row select {
  flex: 1;
  min-width: 0;
}

.form-tel {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.form-tel #champ-indicatif {
  flex: 0 0 33%;
  min-width: 0;
}

.form-tel input[type="tel"] {
  flex: 0 0 calc(67% - 0.5rem);
  min-width: 0;
}

.form-date-label,
.form-champ-label {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--blanc);
  line-height: 1.4;
}

.form-date-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

#contact input,
#contact select,
#contact textarea {
  width: 100%;
  padding: 0.7rem 1rem;
  border: none;
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--noir);
  background: var(--blanc);
  outline: none;
  transition: box-shadow 0.2s;
  box-sizing: border-box;
}

#contact input:focus,
#contact select:focus,
#contact textarea:focus {
  box-shadow: 0 0 0 2px var(--rouge);
}

#contact textarea {
  min-height: 100px;
  resize: vertical;
}

.btn-faq {
  background: transparent;
  color: var(--noir);
  font-weight: bold;
  font-family: var(--font-body);
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.7rem 0.7rem;
  border-radius: 30px;
  border: 2px solid var(--noir);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  flex: 0 0 auto;
}

.btn-faq:hover {
  transform: scale(1.08);
  box-shadow: 0 0 8px rgba(0,0,0,0.3), 0 0 20px rgba(0,0,0,0.15);
}

.form-envoyer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.btn-envoyer {
  background: var(--rouge);
  color: var(--blanc);
  border: none;
  border-radius: 30px;
  padding: 0.9rem 2rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
  flex: 0 0 auto;
}

.btn-envoyer:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(216,22,10,0.4);
}

.form-rgpd {
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
  margin-top: 1rem;
  justify-content: flex-start;
}

#contact input[type="checkbox"] {
  width: 14px !important;
  height: 14px !important;
  padding: 0 !important;
  margin: 0 !important;
  accent-color: var(--rouge);
  flex-shrink: 0;
}

#contact input[type="checkbox"]:focus {
  box-shadow: none;
}

.form-rgpd label {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--blanc);
  line-height: 1.4;
}

.form-rgpd label a {
  color: var(--noir);
  font-weight: 700;
  text-decoration: underline;
}

.form-rgpd label a:hover {
  color: var(--rouge);
}

.rgpd-case {
  flex-shrink: 0;
  width: 14px;
}

.rgpd-case input[type="checkbox"] {
  width: 14px !important;
  height: 14px !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .contact-wrapper {
    flex-direction: column;
    padding: 0 2rem;
    gap: 2rem;
    overflow: visible;
  }

  .contact-gauche {
    width: 65%;
    flex: none;
    margin-left: 0;
    margin-right: auto;
  }

  .contact-photo-wrapper {
    margin-right: -3cm;
    margin-left: auto;
    width: 110%;
    transition: none;
  }

  .contact-droite {
    width: calc(100% - 1.5cm);
    margin-left: 1.5cm;
    position: relative;
    transition: none;
  }

  .contact-centrale {
    position: absolute;
    left: -4rem;
    top: 5rem;
    flex-direction: column;
  }

  .contact-btn-nav {
    width: 4rem;
    font-size: 0.8rem;
    padding: 0.3rem 0.4rem;
    border-radius: 20px 0 0 20px;
  }

  .form-envoyer {
    flex: 0 0 auto;
    justify-content: center;
    gap: 0.8rem;
  }

  .btn-envoyer {
    padding: 0.7rem 0.7rem;
    font-size: 0.85rem;
  }

  .btn-faq {
    padding: 0.5rem 0.5rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .contact-gauche {
    width: 70%;
    flex: auto;
    margin-left: 0;
    margin-right: auto;
  }

.contact-gauche .contact-icone {
  width: 30px;
  height: 30px;
}

.contact-gauche .contact-icone svg {
  width: 30px;
  height: 30px;
}

.contact-gauche .contact-icones {
  gap: 0.8rem;
}
  .contact-photo-wrapper {
    margin-right: -3cm;
    margin-left: auto;
    width: 150%;
    transition: none;
  }

  .contact-droite {
    width: calc(100% - 0.5rem);
    margin-left: 0.8rem;
    position: relative;
    transition: none;
  }

  .contact-centrale {
    left: 0rem;
  }

  .contact-btn-nav {
    writing-mode: vertical-rl;
    font-size: 0.85rem;
    text-orientation: mixed;
    transform: rotate(180deg);
    transform-origin: left center;
    width: auto;
    padding: 0.7rem 0.4rem;
    border-radius: 0 20px 20px 0;
  }

  .contact-btn-nav:hover,
  .contact-btn-nav.active {
    transform: rotate(180deg) scale(1.22) !important;
    transform-origin: left center;
  }

  .btn-envoyer {
    font-size: 0.75rem;
    padding: 0.7rem 0.7rem;
  }

  .btn-faq {
    font-size: 0.75rem;
    padding: 0.5rem 0.5rem;
  }
}

/* =============================================
   FOOTER
============================================= */
#footer {
  background: var(--rouge);
  color: var(--blanc);
  padding: 2rem;
  text-align: center;
}

#footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.footer-logo img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--blanc);
}

#footer .footer-links {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-reseaux {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}

.footer-links a {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--blanc);
  text-decoration: none;
  transition: opacity 0.2s;
}

#footer .footer-links a:hover {
  transform: scale(1.08);
}

.footer-sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
}

.footer-sitemap a {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: opacity 0.2s;
}

.footer-sitemap a:hover {
  opacity: 0.6;
}

.footer-copy {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  text-align: center;
}


.footer-court { display: none; }
.footer-long { display: inline; }

/* =============================================
   RESPONSIVE
============================================= */
@media (max-width: 900px) {
  #qui-suis-je .container,
  #faq .faq-container,
  #contact .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  #prestations .cartes { grid-template-columns: 1fr; }
  #moments .galerie { grid-template-columns: repeat(2, 1fr); }
  #moments .moments-header { flex-direction: column; gap: 1rem; }
  #contact .form-row { grid-template-columns: 1fr; }

  .burger { display: flex; }
  .burger-only { display: flex; }
}

@media (max-width: 600px) {
  section { padding: 3rem 1rem; }
  #moments .galerie { grid-template-columns: repeat(2, 1fr); }
  .footer-court { display: inline; }
  .footer-long { display: none; }
}

@media (max-width: 600px) {
  section { padding: 3rem 1rem; }
  #moments .galerie { grid-template-columns: repeat(2, 1fr); }
  .footer-court { display: inline; }
  .footer-long { display: none; }
#footer .footer-links {
  gap: 0.5rem;
}

.footer-separateur {
  margin: 0;
}
}

/* APPEL À L'ACTION INLINE */
.cta-inline {
  margin-top: 1.2rem;
  font-family: var(--font-body);
  font-size: var(--font-body);
  color: var(--noir);
}
.cta-inline a {
  color: var(--rouge);
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  border-bottom: 1px solid var(--rouge);
  padding-bottom: 1px;
  transition: opacity 0.3s ease;
}
.cta-inline a:hover {
  opacity: 0.7;
}

/* =============================================
   PAGES LÉGALES
============================================= */
.page-legale {
  max-width: 750px;
  margin: 8rem auto;
  padding: 0 2rem;
}
.page-legale h1 {
  font-family:  'TTMilksInline', serif;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  text-shadow: 3px 3px 3px rgba(0,0,0,1);
  color: var(--rouge);
  margin-bottom: 0.3rem;
}
.page-legale h2 {
  font-family: 'Futura', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: capitilize;
  text-align: left;
  text-shadow: 0px 0px 0px rgba(0,0,0,1);
  color: var(--rouge);
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}
.page-legale em,
.page-legale i {
  display: block;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 0.9rem;
  color: var(--gris-texte);
}
.page-legale p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--gris-texte);
  margin-bottom: 0.5rem;
}
.page-legale section,
.page-legale hr + * {
  margin-bottom: 2.5rem;
}

/* =============================================
   PAGE 404
============================================= */
.page-404 {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 2rem;
  background: var(--blanc);
}
.page-404-contenu {
  text-align: center;
  max-width: 600px;
}
.page-404-titre {
  font-family: var(--font-titre);
  font-size: clamp(6rem, 20vw, 12rem);
  color: var(--rouge);
  line-height: 1;
  margin-bottom: 1rem;
}
.page-404-sous-titre {
  font-family:  'TTMilksBase';
  font-weight: 400;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  color: var(--noir);
  margin-bottom: 1rem;
  text-align: center;
  text-indent: 0;
  text-align-last: center;
}
.page-404-texte {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--gris-texte);
  margin-bottom: 2.5rem;
  text-align: center;
  text-indent: 0;
  text-align-last: center;
}
.page-404-btn {
  display: inline-block;
  background: var(--rouge);
  color: var(--blanc);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.page-404-btn:hover {
  opacity: 0.85;
}
.error404 .page-404 {
  padding-top: calc(clamp(80px, 12vw, 200px) + 4rem);
}
.error404 main {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}
.page-404-sous-titre,
.page-404-texte {
  text-align: center;
}
.page-404-contenu p {
  text-align: center;
  text-indent: 0;
  text-align-last: center;
}