:root {
  /* === COULEURS PRINCIPALES === */
  --color1: #DDD0C8;      /* Beige clair principal */
  --color2: #323232;       /* Gris foncé pour le texte */
  --color3: #0D9488;       /* Vert foncé principal */
  --color4: #D4A574;       /* Beige doré */
  --color7: #F5EDE6;
  --color8: #0f766e;       /* dégradé de boutons */
  --color9: #f0fdfa;      /* vert très clair */
  
  /* === COULEURS DE BASE === */
  --white: #ffffff;
  --black: #000000;
  
  /* === NUANCES DE GRIS === */
  --gray-light: #f8f9fa;
  --gray-medium: #6c757d;
  --gray-dark: #34495e;
  --gray-eee: #eee;
  --gray-e5e5e5: #e5e5e5;
  
  /* === COULEURS SPÉCIFIQUES === */
  --text-dark: #2c3e50;
  --text-muted: #6c757d;
  --brown-dark: #8B4513;
  --brown-light: rgba(139, 69, 19, 0.05);
  --brown-border: rgba(139, 69, 19, 0.1);
  
  /* === COULEURS D'ACCENT === */
  --accent-dark: #1a5a5a;
  --accent-brown: #8b4513;
  --accent-darker: #1e5e5e;
  
  /* === COULEURS DE RÉSEAUX SOCIAUX === */
  --facebook: #1877f2;
  --twitter: #1da1f2;
  --linkedin: #0077b5;
  --whatsapp-green: #25D366;
  --whatsapp-hover: #1ebe5d;
  
  /* === COULEURS D'ÉTAT === */
  --error-red: #e74c3c;
  --success-green: #c1efd1;
  --info-blue: #d1ecf1;
  --info-blue-text: #0c5460;
  --info-blue-border: #bee5eb;
  --success-green-text: #155724;
  --success-green-border: #c3e6cb;
  --error-red-text: #721c24;
  --error-red-border: #f5c6cb;
  
  /* === OMBRES === */
  --shadow-light: rgba(0,0,0,0.1);
  --shadow-medium: rgba(0,0,0,0.15);
  --shadow-dark: rgba(0,0,0,0.25);
  --shadow-very-light: rgba(0,0,0,0.08);
  --shadow-very-dark: rgba(0,0,0,0.2);
  --shadow-card: rgba(50, 50, 50, 0.2);
  --shadow-hover: rgba(33, 104, 105, 0.25);
  
  /* === OMBRES COLORÉES === */
  --shadow-brown: rgba(139, 69, 19, 0.3);
  --shadow-brown-hover: rgba(139, 69, 19, 0.4);
  --shadow-gold: rgba(201, 124, 58, 0.3);
  --shadow-gold-hover: rgba(201, 124, 58, 0.4);
  --shadow-beige: rgba(212, 165, 116, 0.4);
  --shadow-beige-hover: rgba(212, 165, 116, 0.5);
  --shadow-whatsapp: rgba(37, 211, 102, 0.4);
  
  /* === COULEURS DE FOND === */
  --bg-overlay: rgba(0,0,0,0.4);
  --bg-overlay-light: rgba(0, 0, 0, 0.3);
  --bg-white-transparent: rgba(255, 255, 255, 0.95);
  --bg-white-semi: rgba(255, 255, 255, 0.1);
  --bg-white-shine: rgba(255, 255, 255, 0.2);
  
  /* === COULEURS DE TEXTE === */
  --text-white: #fff;
  --text-primary: var(--color2);
  --text-secondary: var(--gray-medium);
  --text-muted: var(--text-muted);
  --text-dark: var(--text-dark);
  
  /* === COULEURS DE BOUTONS === */
  --btn-primary-start: var(--color8);
  --btn-primary-end: var(--color3);
  --btn-primary-hover-start: #0a5d56;
  --btn-primary-hover-end: #0a5d56;
  --color3-dark: #0a5d56;
}

/* === STYLES POUR LA PAGE AYAHUASCA ESPAGNE === */

/* Page ayahuasca-espagne */
.ayahuasca-espagne-page {
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.7;
  color: var(--color2);
  background: var(--white);
}

.ayahuasca-espagne-page .hero-section {
  background: linear-gradient(135deg, var(--color3) 0%, var(--color8) 100%);
  color: var(--white);
  padding: 80px 20px;
  text-align: center;
  margin-top: 80px;
}

.ayahuasca-espagne-page .hero-section h1 {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.ayahuasca-espagne-page .hero-subtitle {
  font-size: 1.3em;
  font-weight: 300;
  opacity: 0.95;
  max-width: 800px;
  margin: 0 auto;
}

.ayahuasca-espagne-page .content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.ayahuasca-espagne-page .intro-section {
  background: var(--white);
  padding: 50px 40px;
  margin: 40px 0;
  border-radius: 12px;
  box-shadow: 0 4px 20px var(--shadow-very-light);
}

.ayahuasca-espagne-page .intro-section p {
  font-size: 1.15em;
  margin-bottom: 20px;
  color: var(--color2);
}

.ayahuasca-espagne-page h2 {
  color: var(--color3);
  font-size: 2.2em;
  margin: 60px 0 30px 0;
  font-weight: 700;
}

.ayahuasca-espagne-page h3 {
  color: var(--color8);
  font-size: 1.6em;
  margin: 40px 0 20px 0;
  font-weight: 600;
}

.ayahuasca-espagne-page .content-section {
  background: var(--white);
  padding: 40px;
  margin: 30px 0;
  border-radius: 12px;
  box-shadow: 0 2px 15px var(--shadow-very-light);
}

.ayahuasca-espagne-page .content-section p {
  margin-bottom: 18px;
  color: var(--color2);
}

.ayahuasca-espagne-page .highlight-box {
  background: var(--color9);
  border-left: 5px solid var(--color3);
  padding: 25px;
  margin: 30px 0;
  border-radius: 6px;
}

.ayahuasca-espagne-page .highlight-box h3 {
  margin-top: 0;
  color: var(--color8);
}

.ayahuasca-espagne-page ul, 
.ayahuasca-espagne-page ol {
  margin: 20px 0 20px 40px;
  color: var(--color2);
}

.ayahuasca-espagne-page li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.ayahuasca-espagne-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin: 40px 0;
}

.ayahuasca-espagne-page .benefit-card {
  background: var(--white);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 15px var(--shadow-very-light);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ayahuasca-espagne-page .benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px var(--shadow-light);
}

.ayahuasca-espagne-page .benefit-card h3 {
  margin-top: 0;
  font-size: 1.3em;
  color: var(--color3);
}

.ayahuasca-espagne-page .cta-section {
  background: linear-gradient(135deg, var(--color3) 0%, var(--color8) 100%);
  color: var(--white);
  padding: 60px 40px;
  text-align: center;
  border-radius: 12px;
  margin: 60px 0;
}

.ayahuasca-espagne-page .cta-section h2 {
  color: var(--white);
  margin-top: 0;
}

.ayahuasca-espagne-page .faq-section {
  margin: 60px 0;
}

.ayahuasca-espagne-page .faq-item {
  background: var(--white);
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px var(--shadow-very-light);
}

.ayahuasca-espagne-page .faq-item h3 {
  margin-top: 0;
  color: var(--color3);
  font-size: 1.3em;
}

.ayahuasca-espagne-page .testimonial {
  background: var(--color9);
  padding: 30px;
  margin: 30px 0;
  border-radius: 10px;
  border-left: 4px solid var(--color3);
  font-style: italic;
}

.ayahuasca-espagne-page .testimonial-author {
  font-style: normal;
  font-weight: 600;
  color: var(--color3);
  margin-top: 15px;
}

.ayahuasca-espagne-page .location-info {
  background: var(--color9);
  padding: 30px;
  border-radius: 10px;
  margin: 30px 0;
  border-left: 5px solid var(--color3);
}

.ayahuasca-espagne-page strong {
  color: var(--color8);
}

/* Responsive pour la page ayahuasca-espagne */
@media (max-width: 768px) {
  .ayahuasca-espagne-page .hero-section h1 {
    font-size: 2em;
  }
  
  .ayahuasca-espagne-page .hero-subtitle {
    font-size: 1.1em;
  }
  
  .ayahuasca-espagne-page h2 {
    font-size: 1.8em;
  }
  
  .ayahuasca-espagne-page .content-section, 
  .ayahuasca-espagne-page .intro-section {
    padding: 25px;
  }
}

/* === STYLES DE BOUTONS RÉUTILISABLES === */

/* Bouton primaire avec dégradé */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, var(--color3) 0%, var(--color8) 100%);
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid var(--white);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: none;
  min-height: 29px;
  white-space: nowrap;
  width: auto;
  min-width: 160px;
  max-width: 100%;
}

.btn-primary:hover {
  background: var(--white);
  box-shadow: none;
  color: var(--color3);
  text-decoration: none;
  border: 2px solid var(--color3);
}

.btn-primary:active {
  transform: translateY(0);
  box-shadow: none;
  border: 2px solid var(--color3);
}

/* Bouton secondaire avec bordure */
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: var(--white);
  color: var(--color8);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid var(--color8);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-height: 29px;
  white-space: nowrap;
  width: auto;
  min-width: 160px;
  max-width: 100%;
}

.btn-secondary:hover {
  background: var(--color8);
  color: var(--white);
  box-shadow: none;
  text-decoration: none;
  border: 2px solid var(--white);
}

.btn-secondary:active {
  transform: translateY(0);
  box-shadow: none;
  border: 2px solid var(--white);
}

/* Variantes de taille pour les boutons */
.btn-primary.btn-sm,
.btn-secondary.btn-sm {
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  min-height: 24px;
  width: 120px;
}

.btn-primary.btn-lg,
.btn-secondary.btn-lg {
  padding: 1.25rem 2.5rem;
  font-size: 1.1rem;
  min-height: 34px;
}

/* Boutons pleine largeur */
.btn-primary.btn-full,
.btn-secondary.btn-full {
  width: 100%;
  justify-content: center;
}

/* Responsive pour les boutons */
@media (max-width: 768px) {
  .btn-primary,
  .btn-secondary {
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
    min-height: 26px;
  }
  
  .btn-primary.btn-lg,
  .btn-secondary.btn-lg {
    padding: 1rem 2rem;
    font-size: 1rem;
    min-height: 29px;
  }
}

/* Classe pour le texte accessible aux lecteurs d'écran */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Styles de base pour h1 - API standard */
h1 {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
  line-height: 1.2;
}

/* Styles pour les h1 dans les sections hero */
.hero-section h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: var(--white);
  text-align: center;
  text-shadow: 0 2px 4px var(--shadow-light);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* Styles pour les h1 dans les sections de contenu */
.index2 h1,
.index3 h1,
.index4 h1,
.index5 h1 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: var(--color2);
  line-height: 1.3;
}

/* Responsive pour les h1 */
@media (max-width: 768px) {
  h1 {
    font-size: 1.8em;
  }
  
  .hero-section h1 {
    font-size: 2rem;
    padding: 0 1rem;
  }
  
  .index2 h1,
  .index3 h1,
  .index4 h1,
  .index5 h1 {
    font-size: 1.8rem;
  }
}

/* Menu mobile - Styles extraits de layout.blade.php */
.main-menu {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: var(--gray-light);
    padding: 1rem;
    z-index: 99999;
    width: 100%;
    box-shadow: 0 4px 8px var(--shadow-light);
}

.main-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.main-menu a {
    color: var(--color2);
    text-decoration: none;
    display: block;
    padding: 0.8em;
    font-size: 1.1em;
    border-bottom: 1px solid var(--shadow-light);
}

.main-menu li:last-child a {
    border-bottom: none;
}

/* Bouton WhatsApp flottant */
.whatsapp-float img {
    width: 38px;
    height: 38px;
}



html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

p {
  min-height: 1.2em; 
  contain: layout; 
}

h2 {
  min-height: 1.3em; 
  contain: layout; 
}


main {
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

footer {
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: var(--white);
  color: var(--color2);
  border-top: 3px solid var(--color3);
  margin-top: 0;
  box-shadow: 0 -4px 20px var(--shadow-light);
}

.container,
.blog-container,
.article-main-container,
.hero-section {
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.reservation-content {
  overflow-x: hidden !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

section:not(.index7) {
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.grid,
.flex,
.flex-container,
.footer-grid {
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.footer-contact-section,
.footer-navigation-section,
.footer-copyright-section {
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  position: relative !important;
}

@media (max-width: 1024px) {
  *:not(.index7):not(.index7-track):not(.index7-track-wrapper):not(.index7-card):not(.index7-carousel) {
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }
  
  html, body, main, footer {
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

body {
  margin: 0;
  padding-top: 80px; 
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  background-color: var(--white);
  color: var(--color2);
  line-height: 1.6;
  overflow-x: hidden;
  max-width: 100vw;
  box-sizing: border-box;
}

body.has-breadcrumb {
  padding-top: 130px !important; 
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--black);
  color: var(--white);
  padding: 8px;
  text-decoration: none;
  z-index: 9999;
  border-radius: 4px;
  transition: top 0.2s;
}

.skip-link:focus {
  top: 6px;
}

.error-404 {
  text-align: center;
  padding: 4rem 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.error-404 h1 {
  font-size: 2.5rem;
  color: var(--error-red);
  margin-bottom: 1rem;
  text-align: center;
}

.error-404 h2 {
  font-size: 1.5rem;
  color: var(--gray-dark);
  margin-bottom: 2rem;
  text-align: center;
}

.error-404 ul {
  text-align: left;
  display: inline-block;
  background: var(--gray-light);
  padding: 1.5rem;
  border-radius: 10px;
  margin: 1rem 0;
}

.error-404 nav ul {
  list-style: none;
  padding: 0;
  background: var(--white);
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 4px 6px var(--shadow-light);
}

.error-404 nav li {
  margin: 0.8rem 0;
  padding: 0.5rem;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.error-404 nav li:hover {
  background: var(--gray-light);
}

.error-404 nav a {
  text-decoration: none;
  color: var(--color3);
  font-weight: 500;
}

.error-404 .help-section {
  margin-top: 3rem;
  padding: 2rem;
  background: var(--gray-light);
  border-radius: 10px;
  border-left: 4px solid var(--color3);
}

.contact-info {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 2rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}

.contact-address {
  margin-top: 4rem;
  text-align: center;
  background: var(--white);
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 10px 25px var(--shadow-light);
  border: 1px solid var(--gray-light);
  position: relative;
}

.contact-address::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--color3);
  border-radius: 20px 20px 0 0;
}

.contact-address h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  color: var(--text-dark);
  font-weight: bold;
}

.contact-address p {
  margin: 1.5rem 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

.contact-address .italic {
  color: var(--text-muted);
  font-style: italic;
  font-size: 1rem;
  background: var(--brown-light);
  padding: 1rem;
  border-radius: 10px;
  border-left: 4px solid var(--brown-dark);
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .contact-address {
    padding: 2rem;
    margin-top: 2rem;
  }
}

.hero-section {
  text-align: center;
  background: var(--color3);
  position: relative;
  overflow: hidden;
}

.hero-background {
  background-image: url('../assets/fond-hero.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg-overlay);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}

.hero-section h1 {
  margin: 0 0 1.5rem 0;
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--white);
  text-align: center;
  text-shadow: 0 2px 4px var(--shadow-light);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.hero-section p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--white);
  text-align: center;
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2rem;
    padding: 0 1rem;
  }
  
  .hero-section p {
    font-size: 1.1rem;
    padding: 0 1rem;
  }
}

.hero-section {
  padding-top: 12rem; 
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.hero-section {
  padding-top: 12rem; 
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.breadcrumb-static {
  position: fixed;
  top: 80px; 
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--white); 
  border-bottom: 1px solid var(--color1);
  padding: 0 0 0 15px;
  box-shadow: 0 2px 4px var(--shadow-light);
  contain: layout; 
  text-align: left;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 1200px;
  margin: 0;
  gap: 0.5rem;
  flex-wrap: nowrap; 
  white-space: nowrap; 
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  min-height: 32px; 
}

/* Accessibilité contraste - Liens breadcrumb avec contraste suffisant */
.breadcrumb-link {
  color: var(--accent-dark); /* Assombri pour contraste WCAG 2.1 AA */
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  transition: all 0.2s ease;
  contain: layout;
}

.breadcrumb-link:hover {
  color: var(--accent-brown); /* Assombri pour contraste WCAG 2.1 AA */
  background: var(--color7);
}

.breadcrumb-current {
  color: var(--color2);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  contain: layout;
}

.breadcrumb-separator {
  display: flex;
  align-items: center;
  color: var(--gray-medium);
  min-height: 32px; 
}

.breadcrumb-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .breadcrumb-static {
    padding: 0.5rem 1rem;
    top: 70px; 
  }
  
  .breadcrumb-link,
  .breadcrumb-current {
    font-size: 0.8rem;
  }
  
  .breadcrumb-icon {
    width: 14px;
    height: 14px;
  }
}

header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 80px !important; 
  width: 100% !important;
  z-index: 9997 !important; 
  background: var(--white) !important;
  overflow: visible !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  display: block !important;
  visibility: visible !important;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%; 
  width: 100%;
  overflow-x: hidden;
  max-width: 100%;
  box-sizing: border-box;
  padding-right: 2rem;
}

.logo-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

nav {
  display: flex;
  align-items: center;
  min-height: 50px;
  contain: layout; 
}

.logo {
  height: 48px;
  width: auto;
  max-width: none;
}

.title-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  flex-shrink: 1;
}

.title {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
  min-width: 0;
  margin: 0;
  line-height: 1.2;
}

.subtitle {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--accent-dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 2px;
  line-height: 1.1;
}

.main-menu-desktop {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.main-menu-desktop a {
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  color: var(--color2);
  font-weight: 500;
}

.main-menu-desktop a:hover {
  color: var(--color3);
}

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

.main-menu a {
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  color: var(--color2);
  font-weight: 500;
}

.main-menu a:hover {
  color: var(--color3);
}

/* Photo de profil dans le menu desktop */
.menu-item-profile {
  margin-left: auto; /* Pousser à droite */
}

/* Sélecteur de langue dans le menu */
.menu-item-locale {
  margin-left: 1rem;
}

.menu-item-locale-mobile {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
}

.profile-link {
  display: flex;
  align-items: center;
  padding: 0;
  text-decoration: none;
}

.profile-photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color3, #0D9488);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.profile-photo:hover {
  transform: scale(1.1);
  border-color: var(--color4, #D4A574);
}

.profile-icon {
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 50%;
  background: var(--color3, #0D9488);
  fill: white;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.profile-icon:hover {
  background: var(--color4, #D4A574);
  transform: scale(1.1);
}

/* Photo de profil mobile (à gauche du hamburger) */
.mobile-profile-link {
  display: none; /* Caché sur desktop */
  align-items: center;
  text-decoration: none;
  position: absolute;
  top: calc(1rem + 5px); /* Décalé de 5px vers le bas */
  right: calc(4.5rem - 10px); /* Décalé de 10px vers la gauche */
}

.mobile-profile-photo {
  width: 35px; /* Augmenté de 20% (29px * 1.2) */
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color3, #0D9488);
}

.mobile-profile-icon {
  width: 35px; /* Augmenté de 20% (29px * 1.2) */
  height: 35px;
  padding: 6px; /* Augmenté de 20% (5px * 1.2) */
  border-radius: 50%;
  background: var(--color3, #0D9488);
  fill: white;
  box-sizing: border-box;
}


/* Groupe droit header (locale + hamburger) - visible mobile/tablette uniquement */
.header-right-actions {
  display: none;
}

@media (max-width: 1024px) {
  .header-right-actions {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    margin-left: auto;
  }
}

/* Sélecteur de langue mobile - taille réduite et décalé à gauche (layout + pages statiques EN/ES) */
.header-locale-mobile {
  display: flex !important;
  align-items: center;
  margin-right: 50px !important; /* Décalé à gauche pour ne pas chevaucher le hamburger */
  flex-shrink: 0;
  min-width: 70px;
  z-index: 10002;
  position: relative;
}

.header-locale-mobile .locale-selector-button {
  padding: 0.35rem 0.5rem !important;
  font-size: 0.75rem !important;
  gap: 0.25rem !important;
}

.header-locale-mobile .locale-selector-button svg:first-of-type {
  width: 16px !important;
  height: 16px !important;
}

.header-locale-mobile .locale-selector-current {
  min-width: 1.5rem !important;
}

.header-locale-mobile .locale-selector-arrow {
  width: 10px !important;
  height: 10px !important;
}

/* Caché en vue desktop (> 1024px) - groupe droit mobile + sélecteur */
@media (min-width: 1025px) {
  .header-right-actions {
    display: none !important;
  }

  .header-locale-mobile {
    display: none !important;
  }
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.menu-toggle:active {
  outline: none;
}

.menu-toggle:focus-visible {
  outline: 2px solid var(--color3);
  outline-offset: 3px;
  border-radius: 4px;
}

.menu-toggle span {
  width: 26px;
  height: 3px;
  background: var(--color2);
  border-radius: 2px;
}

/* Media query pour tablettes */
@media (min-width: 769px) and (max-width: 1024px) {
  .title {
    font-size: 1.4rem;
  }

  .logo-title {
    max-width: calc(100% - 180px); /* Laisser place au sélecteur de langue + hamburger */
  }
  
  .main-menu-desktop {
    display: none;
  }
  
  .mobile-profile-link {
    display: flex !important;
  }
  
  .menu-item-profile {
    display: none !important;
  }
  
  .menu-toggle {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important; 
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 8px !important;
    z-index: 1001 !important;
    outline: none !important;
  }
  
  .menu-toggle span {
    width: 28px !important; 
    height: 3px !important;
    background: var(--color2) !important;
    border-radius: 3px !important; 
    transition: all 0.3s ease !important;
  }
}

@media (max-width: 1170px) {
  .title-container {
    display: none !important;
  }
}

@media (max-width: 1025px) {
  .title-container {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .main-menu-desktop {
    display: none;
  }
  
  body {
    padding-top: 60px; 
  }
  
  body.has-breadcrumb {
    padding-top: 110px; 
  }
  
  header {
    height: 60px;
  }
  .header-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 1rem;
    position: relative;
    gap: 0.5rem;
    overflow: hidden;
  }
  
  .logo-title {
    flex: 1;
    min-width: 0;
    max-width: calc(100% - 180px); /* Laisser place au sélecteur de langue + hamburger */
    overflow: hidden;
  }
  
  .title-container {
    max-width: calc(100% - 60px);
    margin-right: 0.5rem;
  }
  
  .title {
    font-size: 1.2rem; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  
  .subtitle {
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  
  .mobile-profile-link {
    display: flex !important;
  }
  
  .menu-item-profile {
    display: none !important; /* Cacher la photo desktop sur mobile */
  }
  
  nav {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
  }

}

.main {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 1rem;
  background-color: var(--success-green);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.index1 {
  position: relative;
  width: 100%;
  height: 81.25vh;
  height: 81.25dvh;
  min-height: 560px;
  overflow: hidden;
}

.index1 img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  display: block;
  
}

.texte-superpose {
  position: absolute;
  top: calc(25% + 90px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--text-white);
  text-align: center;
  background: var(--bg-overlay);
  padding: 1.5rem; 
  border-radius: 12px;
  width: 75%;
  max-width: 75%;
}

/* Styles pour préserver l'apparence des titres modifiés */
.texte-superpose h1 {
  font-size: 2.5rem;
  margin: 0 0 1rem 0;
  padding: 0;
  font-weight: bold;
  color: var(--text-white);
  text-shadow: 0 2px 4px var(--shadow-dark);
  line-height: 1.2;
  white-space: nowrap;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.texte-superpose h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: normal;
  color: var(--text-white);
  text-shadow: 0 1px 2px var(--shadow-dark);
}

.hero-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .hero-buttons {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  
  .hero-buttons .btn-primary,
  .hero-buttons .btn-secondary {
    width: 200px;
    margin: 0 auto;
  }
}

/* Styles pour les sections index2, index3, index4, index5 */
.index2 h2, .index3 h2, .index4 h2, .index5 h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: var(--color2);
  line-height: 1.3;
}

.index2 h3, .index3 h3, .index4 h3, .index5 h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: normal;
  color: var(--color2);
  line-height: 1.4;
}

/* Styles pour les pages médecines */
.medicine h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: var(--color2);
  line-height: 1.3;
}

/* Styles pour les pages équipe */
.equipe h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: var(--color2);
  line-height: 1.3;
}

/* Styles pour les pages blog */
.blog-article-title h2 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: var(--color2);
  line-height: 1.3;
}

.blog-article-share h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: var(--color2);
  line-height: 1.3;
}

/* Styles pour les pages retraites */
.programme-retraite h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: var(--color2);
  line-height: 1.3;
}

.tarifs-retraite h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: normal;
  color: var(--color2);
  line-height: 1.4;
}

/* Styles pour les pages réservations */
.reservation-option-content h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: var(--color2);
  line-height: 1.3;
}

/* Styles pour les pages légales */
.mentions-legales h3, .politique-confidentialite h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: var(--color2);
  line-height: 1.3;
}

/* Styles responsive pour les titres modifiés */
@media (max-width: 768px) {
  .texte-superpose h1 {
    font-size: 2rem;
    line-height: 1.2;
    white-space: nowrap;
    margin: 0 0 1rem 0;
    padding: 0;
  }
  
  .texte-superpose h2 {
    font-size: 1.2rem;
  }
  
  .index2 h2, .index3 h2, .index4 h2, .index5 h2 {
    font-size: 1.8rem;
  }
  
  .index2 h3, .index3 h3, .index4 h3, .index5 h3 {
    font-size: 1.2rem;
  }
  
  .medicine h3 {
    font-size: 1.5rem;
  }
  
  .equipe h3 {
    font-size: 1.3rem;
  }
  
  .blog-article-title h2 {
    font-size: 1.2rem;
  }
  
  .blog-article-share h2 {
    font-size: 1.1rem;
  }
  
  .programme-retraite h4 {
    font-size: 1.1rem;
  }
  
  .tarifs-retraite h4 {
    font-size: 1rem;
  }
  
  .reservation-option-content h4 {
    font-size: 1.1rem;
  }
  
  .mentions-legales h3, .politique-confidentialite h3 {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .texte-superpose {
    position: absolute;
    top: calc(25% + 135px);
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--text-white);
    text-align: center;
    background: var(--bg-overlay);
    padding: 1.5rem; 
    border-radius: 12px;
    width: 100%; 
    max-width: 100%; 
  }
}

.index2 {
  background-color: var(--white);
  color: var(--color2);
  font-family: 'Inter', sans-serif;
  padding: 0; 
  min-height: 400px; 
  contain: layout; 
}

.index2-content {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 3rem; 
  padding: 0 2rem; 
}

.index2-text {
  flex: 3;
  padding: 2.5rem; 
}

.index2-text p {
  text-align: left;
  line-height: 1.7; 
  margin-bottom: 1.5rem; 
}

.index2-image {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem; 
}

.index2-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 4px 16px var(--shadow-medium); 
}

.index2-image-mobile,
.index3-image-mobile,
.index4-image-mobile,
.index5-image-mobile {
  display: none;
}

@media (max-width: 900px) {
  .index2-content {
    flex-direction: column;
    gap: 2rem; 
    padding: 0 1rem; 
  }
  
  .index2-text {
    order: 1;
    padding: 1.5rem; 
    padding-bottom: 0.5rem; 
    text-align: center;
  }

  .index2-image-mobile {
    display: block;
    margin: 1.5rem 0;
    text-align: center;
  }
  
  .index2-image-mobile img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 16px var(--shadow-medium);
    object-fit: contain;
  }
  
  .index2-image {
    display: none; 
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .index2-image-mobile img,
  .index3-image-mobile img,
  .index4-image-mobile img,
  .index5-image-mobile img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .index2-image-mobile img,
  .index3-image-mobile img,
  .index4-image-mobile img,
  .index5-image-mobile img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.index3 {
  background: var(--color9);
  color: var(--color2);
  font-family: 'Inter', sans-serif;
  padding: 0; 
  min-height: 400px; 
  contain: layout; 
}

.index3-content {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 3rem; 
  padding: 0 2rem; 
}

.index3-text {
  flex: 3;
  padding: 2.5rem; 
}

.index3-text p {
  text-align: left;
  line-height: 1.7; 
  margin-bottom: 1.5rem; 
}

.index3-image {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem; 
}

.index3-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 4px 16px var(--shadow-medium); 
}

@media (max-width: 900px) {
  .index3-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem; 
    padding: 0 1rem; 
  }
  .index3-text {
    text-align: center;
    padding: 1.5rem; 
    padding-bottom: 0.5rem; 
    order: 1;
  }

  .index3-image-mobile {
    display: block;
    margin: 1.5rem 0;
    text-align: center;
  }
  
  .index3-image-mobile img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 16px var(--shadow-medium);
    object-fit: contain;
  }
  
  .index3-image {
    display: none; 
  }
}

.index4 {
  background-color: var(--white);
  color: var(--color2);
  font-family: 'Inter', sans-serif;
  padding: 0; 
  min-height: 400px; 
  contain: layout; 
}

.index4-content {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 3rem; 
  padding: 0 2rem; 
}

.index4-text {
  flex: 3;
  padding: 2.5rem; 
}

.index4-text p {
  text-align: left;
  line-height: 1.7; 
  margin-bottom: 1.2rem; 
}

.index4-image {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem; 
}

.index4-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 4px 16px var(--shadow-medium); 
}

@media (max-width: 900px) {
  .index4-content {
    flex-direction: column;
    gap: 2rem; 
    padding: 0 1rem; 
  }
  .index4-text {
    padding: 1.5rem; 
    padding-bottom: 0.5rem; 
    text-align: center;
  }

  .index4-image-mobile {
    display: block;
    margin: 1.5rem 0;
    text-align: center;
  }
  
  .index4-image-mobile img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 16px var(--shadow-medium);
    object-fit: contain;
  }
  
  .index4-image {
    display: none; 
  }
}

.index5 {
  background: var(--color9);
  color: var(--color2);
  font-family: 'Inter', sans-serif;
  padding: 0; 
}

.index5-content {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 3rem; 
  padding: 0 2rem; 
}

.index5-text {
  flex: 3;
  padding: 2.5rem; 
}

.index5-text p {
  text-align: left;
  line-height: 1.7; 
  margin-bottom: 1.5rem; 
}

.index5-image {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem; 
}

.index5-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 4px 16px var(--shadow-medium); 
}

@media (max-width: 900px) {
  .index5-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem; 
    padding: 0 1rem; 
  }
  .index5-text {
    text-align: center;
    padding: 1.5rem; 
    padding-bottom: 0.5rem; 
    order: 1;
  }

  .index5-image-mobile {
    display: block;
    margin: 1.5rem 0;
    text-align: center;
  }
  
  .index5-image-mobile img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 16px var(--shadow-medium);
    object-fit: contain;
  }
  
  .index5-image {
    display: none; 
  }
}

/* Section index6 - Call to action */
.index6 {
  background: var(--color3);
  color: var(--white);
  padding: 4rem 2rem;
  text-align: center;
}

.index6-content {
  max-width: 800px;
  margin: 0 auto;
}

.index6 h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: var(--white);
  line-height: 1.3;
}

.index6 p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  color: var(--white);
}

.index6-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .index6 {
    padding: 3rem 1.5rem;
  }
  
  .index6 h2 {
    font-size: 1.8rem;
  }
  
  .index6 p {
    font-size: 1.1rem;
  }
  
  .index6-buttons {
    flex-direction: column;
    gap: 1rem;
  }
}

/* ============================================
   SECTION INDEX7 - TÉMOIGNAGES GOOGLE
   Carrousel avec badge Google
   ============================================ */

/* ============================================
   SECTION INDEX7 - TÉMOIGNAGES GOOGLE
   Carrousel avec badge Google
   ============================================ */

.index7 {
  padding: 5rem 0 4rem;
  background: linear-gradient(180deg, var(--color9) 0%, var(--white) 100%);
  position: relative;
  overflow: hidden !important;
  width: 100% !important;
}

.index7-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

/* Header : titre + badge Google */
.index7-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.index7 h2 {
  font-size: 2.2rem;
  color: var(--color2);
  margin: 0 0 0.4rem;
  font-weight: 700;
  line-height: 1.25;
}

.index7-subtitle {
  font-size: 1.1rem;
  color: var(--gray-medium);
  margin: 0 0 1.5rem;
}

/* Badge Google agrégé */
.index7-google-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: var(--white);
  border: 1px solid #e0e0e0;
  border-radius: 40px;
  padding: 0.5rem 1.25rem 0.5rem 0.75rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.index7-google-icon {
  flex-shrink: 0;
}

.index7-google-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.3;
}

.index7-google-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gray-medium);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.index7-google-stars {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.index7-avg {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--color2);
  margin-right: 0.25rem;
}

.index7-count {
  font-size: 0.8rem;
  color: var(--gray-medium);
  margin-left: 0.2rem;
}

/* Carrousel */
.index7-carousel {
  position: relative;
  overflow: hidden !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.index7-track-wrapper {
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.index7-track {
  display: flex !important;
  gap: 1.25rem;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible !important;
  max-width: none !important;
  width: max-content !important;
}

/* Cartes */
.index7-card {
  width: calc((1200px - 3rem - 2.5rem) / 3) !important;
  min-width: calc((1200px - 3rem - 2.5rem) / 3) !important;
  max-width: calc((1200px - 3rem - 2.5rem) / 3) !important;
  flex-shrink: 0 !important;
  background: var(--white);
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  position: relative;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.index7-card:hover {
  box-shadow: 0 8px 28px rgba(13, 148, 136, 0.1);
  transform: translateY(-3px);
}

.index7-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.index7-rating {
  display: flex;
  gap: 0.15rem;
}

.index7-star-icon {
  display: block;
  flex-shrink: 0;
}

.index7-card-google {
  opacity: 0.35;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}

.index7-card:hover .index7-card-google {
  opacity: 0.7;
}

/* Texte du témoignage */
.index7-text {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color2);
  margin: 0 0 auto 0;
  font-style: italic;
  flex: 1;
  position: relative;
  padding-left: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.index7-text::before {
  content: '\201C';
  position: absolute;
  left: -0.15rem;
  top: -0.2rem;
  font-size: 2.2rem;
  color: var(--color3);
  opacity: 0.25;
  font-family: Georgia, serif;
  line-height: 1;
}

/* Footer */
.index7-footer {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color7);
}

.index7-author-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.index7-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color3), var(--color8));
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.index7-author {
  display: block;
  font-weight: 600;
  font-style: normal;
  color: var(--color2);
  font-size: 0.95rem;
  line-height: 1.3;
}

.index7-date {
  display: block;
  font-size: 0.8rem;
  color: var(--gray-medium);
  line-height: 1.3;
}

/* Contrôles */
.index7-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.index7-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--color3);
  background: var(--white);
  color: var(--color3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.index7-btn:hover:not(:disabled) {
  background: var(--color3);
  color: var(--white);
  transform: scale(1.08);
}

.index7-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

.index7-dots {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.index7-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(13, 148, 136, 0.2);
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.index7-dot:hover {
  background: rgba(13, 148, 136, 0.4);
}

.index7-dot.active {
  background: var(--color3);
  width: 24px;
  border-radius: 4px;
}

/* ---- Responsive ---- */
@media (max-width: 1279px) {
  .index7-card {
    width: calc((100vw - 3rem - 2.5rem) / 3) !important;
    min-width: calc((100vw - 3rem - 2.5rem) / 3) !important;
    max-width: calc((100vw - 3rem - 2.5rem) / 3) !important;
  }
}

@media (max-width: 1023px) {
  .index7-card {
    width: calc((100vw - 3rem - 1.25rem) / 2) !important;
    min-width: calc((100vw - 3rem - 1.25rem) / 2) !important;
    max-width: calc((100vw - 3rem - 1.25rem) / 2) !important;
  }
}

@media (max-width: 639px) {
  .index7 {
    padding: 3.5rem 0 3rem;
  }
  .index7-content {
    padding: 0 1rem;
  }
  .index7 h2 {
    font-size: 1.75rem;
  }
  .index7-subtitle {
    font-size: 1rem;
  }
  .index7-card {
    width: calc(100vw - 2rem) !important;
    min-width: calc(100vw - 2rem) !important;
    max-width: calc(100vw - 2rem) !important;
    min-height: auto;
    padding: 1.25rem;
  }
  .index7-text {
    font-size: 0.95rem;
  }
  .index7-controls {
    margin-top: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .index7-track {
    transition: none;
  }
}

.cta-secondary {
  display: inline-block;
  margin: 1rem 0.8rem 0 0.8rem; 
  background: var(--color4);
  color: var(--white);
  padding: 14px 28px; 
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem; 
  text-align: center;
  width: fit-content;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px var(--shadow-gold); 
  border: 2px solid var(--color4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cta-secondary:hover {
  background: var(--white);
  color: var(--color4);
  border-color: var(--color4);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px var(--shadow-gold-hover);
}

.medicine {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Inter', sans-serif;
  background: var(--color1);
  color: var(--color2);
  min-height: 300px; 
  padding: 0; 
}

.medicine:nth-of-type(even) {
  background: var(--color7);
}

#ayahuasca {
  background: var(--white);
}

#kambo {
  background: var(--white);
}

#psilocybine {
  background: var(--white);
}

#bufo {
  background: var(--color9);
}

#yopo {
  background: var(--color9);
}

.medicine-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: 2rem 2rem; 
}

.medicine:nth-of-type(even) .medicine-content {
  flex-direction: row-reverse;
}

.medicine img {
  width: 300px; 
  height: 300px; 
  object-fit: cover;
  border-radius: 32px;
  margin: 0 2rem; 
  box-shadow: 0 4px 16px var(--shadow-medium); 
  background: var(--color7);
  flex-shrink: 0;
}

.medicine-text {
  flex: 1;
  text-align: left;
  position: relative;
  padding: 0 1rem; 
}

.medicine-text .medicine-cta {
  display: flex;
  justify-content: center;
  align-items: center;
}

.medicine-text h2 {
  margin-bottom: 1.2rem; 
  line-height: 1.3; 
}

.medicine-text p {
  line-height: 1.6; 
  margin-bottom: 1.2rem; 
}

.more-text {
  display: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-10px);
  background: var(--bg-white-transparent);
  border-radius: 12px;
  box-shadow: 0 4px 20px var(--shadow-very-light);
  border-left: 4px solid var(--color1);
  padding: 1.5rem;
  margin-top: 1rem;
}

.more-text.open {
  display: block;
  opacity: 1;
  max-height: 1000px;
  transform: translateY(0);
}



.cta-secondary {
  border-radius: 25px !important; 
}



@media (max-width: 480px) {
  
  .more-text.open {
    padding: 1.2rem;
    margin-top: 1rem;
  }
}

@media (max-width: 900px) {
  .medicine-content {
    flex-direction: column !important;
    padding: 2rem 1.5rem; 
    gap: 2rem; 
  }
  .medicine img {
    margin: 0 auto 0.5rem auto; 
    width: 75vw; 
    height: 75vw; 
    border-radius: 32px;
    max-width: 280px; 
    max-height: 280px; 
    display: block;
  }
  .medicine-text {
    text-align: center;
    padding: 0.5rem; 
  }
}

.why-us ul {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}

.why-us {
  background: var(--color3);
  color: var(--white);
  border-radius: 0; 
  margin: 0; 
  padding: 3rem 2.5rem; 
  max-width: 700px;
  box-shadow: 0 6px 20px var(--shadow-medium); 
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.why-us h2 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: var(--white);
}

.why-us ul {
  padding-left: 0;
  font-size: 1.08rem;
  list-style: none;
}

.why-us li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.7em;
}

.why-us li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.why-us-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .why-us-buttons {
    flex-direction: column;
    gap: 1rem;
  }
}


@media (max-width: 700px) {
  .medicine, .why-us {
    max-width: 98vw;
    padding: 1.5rem 1rem; 
  }
  .medicine img {
    width: 80vw;
    height: 80vw;
    border-radius: 32px;
    max-width: 330px;
    max-height: 330px;
  }
}

.equipe {
  max-width: 1200px;
  margin: 2.5rem auto; 
  padding: 0 1.5rem; 
  text-align: center;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.equipe h1 {
  font-size: 2.2rem;
  color: var(--color2);
  margin-bottom: 1.5rem; 
  font-family: 'Inter', sans-serif;
  line-height: 1.3; 
}

.equipe-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; 
  justify-content: center;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
  overflow: hidden;
  width: 100%;
}

.equipe-card {
  background: var(--color9);
  border-radius: 18px;
  box-shadow: 0 4px 16px var(--shadow-light);
  padding: 1.8rem 1.2rem; 
  width: 100%;
  min-width: 0;
  max-width: 260px; 
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
  flex-shrink: 1;
  flex-basis: 25%;
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.equipe-card:hover {
  transform: translateY(-4px); 
  box-shadow: 0 8px 24px var(--shadow-medium);
}

.equipe-photo {
  width: 140px !important; 
  height: 140px !important; 
  border-radius: 50%;
  overflow: hidden;
  background: var(--gray-eee);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem auto; 
  box-shadow: 0 4px 16px var(--shadow-light); 
}

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

.equipe-info h2 {
  font-size: 1.2rem;
  color: var(--color2);
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.equipe-info p {
  font-size: 1rem;
  color: var(--color2);
  margin-bottom: 0.5rem;
}

.equipe-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}


.equipe-specialites {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0;
}

.specialite {
  background: var(--color3);
  color: var(--white);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
}

.equipe-langues-text {
  margin-top: auto;
  text-align: center;
  width: 100%;
}

.equipe-langues-text strong {
  color: var(--black);
  font-size: 0.9rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}

.langues-liste {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem;
  justify-items: center;
  width: 100%;
}

.langue {
  background: transparent;
  color: var(--black);
  padding: 0.2rem 0.6rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
  display: inline-block;
}

.equipe-card .btn-secondary {
  margin-top: 1rem;
  width: 100%;
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
}

/* Blog Cards - Nouveau style en cartes */
.blog-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

/* Grille spéciale pour les articles en vedette - même largeur que les autres */
.blog-featured-section .blog-cards-grid {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  max-width: 1200px;
}

/* Si un seul article vedette, on limite sa largeur */
.blog-cards-grid.single-article {
  grid-template-columns: minmax(350px, 400px);
  justify-content: center;
}

.blog-card {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid var(--color3);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.blog-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.blog-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.blog-card-category {
  background: var(--color1);
  color: var(--color3);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-card-category.featured {
  background: var(--color3);
  color: var(--white);
}

/* Badge vedette sur l'image */
.blog-card-featured-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--color3);
  color: var(--white);
  padding: 0.5rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.blog-card-featured-badge i {
  font-size: 0.625rem;
}

/* Style spécial pour les cartes vedettes */
.blog-card-featured {
  position: relative;
  border: 2px solid var(--color3);
  box-shadow: 0 6px 12px -2px rgba(13, 148, 136, 0.15), 0 4px 8px -2px rgba(13, 148, 136, 0.1);
}

.blog-card-featured:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px -4px rgba(13, 148, 136, 0.2), 0 8px 12px -4px rgba(13, 148, 136, 0.15);
}

.blog-card-reading-time {
  color: var(--bo-gray-500);
  font-size: 0.875rem;
  font-weight: 500;
}

.blog-card-title {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--bo-gray-900);
}

.blog-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-card-title a:hover {
  color: var(--color3);
}

.blog-card-excerpt {
  color: var(--bo-gray-600);
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0 0 1.5rem 0;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.blog-card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.blog-card-author {
  color: var(--bo-gray-700);
  font-size: 0.875rem;
  font-weight: 500;
}

.blog-card-date {
  color: var(--bo-gray-500);
  font-size: 0.75rem;
}


/* Responsive pour les cartes de blog */
@media (max-width: 768px) {
  .blog-cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 0.5rem;
  }
  
  .blog-card-content {
    padding: 1rem;
  }
  
  .blog-card-title {
    font-size: 1.125rem;
  }
  
  .blog-card-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  
}

@media (max-width: 480px) {
  .blog-cards-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .blog-card-image {
    height: 150px;
  }
}

.langue-tag {
  background: var(--primary-color);
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px var(--shadow-light);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.langue-tag:hover {
  background: var(--secondary-color);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}


.langue-tag .nom-langue {
  font-size: 0.75rem;
  font-weight: 600;
}



.btn-cta {
  display: inline-block;
  background: var(--color3);
  color: var(--white);
  padding: 1.2rem 2.4rem; 
  border-radius: 10px; 
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: none; 
  transition: all 0.3s ease;
  margin: 0 auto;
}

.btn-cta:hover {
  background: var(--color4);
  color: var(--white);
  transform: translateY(-3px); 
  box-shadow: 0 8px 20px rgba(212, 165, 116, 0.4); 
}


@media (max-width: 900px) {
  .equipe-grid {
    gap: 1.5rem; 
    flex-direction: column;
    align-items: center;
  }
  .equipe-card {
    min-width: 0;
    max-width: 240px;
    width: 100%;
    padding: 1.5rem 1rem; 
    box-sizing: border-box;
  }
}

.programme-retraite {
  text-align: center;
}

.programme-retraite h2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: var(--color2);
}

.programme-row {
  display: flex;
  justify-content: center;
  gap: 3rem; 
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
  padding: 2.5rem 0; 
}

.programme-col {
  background: var(--color9);
  border-radius: 14px; 
  box-shadow: 0 6px 20px var(--shadow-medium); 
  padding: 2.5rem 3rem; 
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  flex: 1 1 0;
  margin: 0 0.5rem;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.programme-col:hover {
  transform: translateY(-6px); 
  box-shadow: 0 10px 30px var(--shadow-dark); 
}

.programme-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.programme-col li {
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
  color: var(--color2);
}

.programme-col li strong {
  font-weight: bold;
  color: var(--color2);
}

.programme-retraite .programme-col li {
  text-align: left;
}

.programme-retraite .facultatif {
  color: var(--color3);
  font-style: italic;
  font-size: 0.9em;
}

.tarifs-retraite {
  background: var(--color9);
  border-radius: 0; 
  padding: 3rem 2rem; 
  margin: 0; 
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.tarifs-retraite h2, .tarifs-retraite h3 {
  color: var(--color2);
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.tarifs-row, .options-row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
  overflow: hidden;
  width: 100%;
}

.tarif-card, .option-card {
  background: var(--white);
  border-radius: 14px; 
  box-shadow: 0 6px 20px var(--shadow-medium); 
  padding: 2rem 2.5rem; 
  width: 100%;
  min-width: 0;
  max-width: none;
  color: var(--color2);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.1rem;
  box-sizing: border-box;
  flex-shrink: 1;
  flex-basis: 25%;
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.tarif-card:hover, .option-card:hover {
  transform: translateY(-4px); 
  box-shadow: 0 8px 24px var(--shadow-medium);
}

.tarif-card .tarif-nuit {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.tarif-card .tarif-prix,
.option-card .tarif-prix {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--color2);
  margin-top: 0.5rem;
}

.option-card span {
  margin-bottom: 0.3rem;
}

.calendrier {
  background: var(--white);
  padding: 3rem 2rem; 
  text-align: center;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0; 
  margin: 0; 
}

.calendrier h2 {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin: 2rem 0 1.5rem 0;
  color: var(--color2);
}

.calendrier-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.75rem;
  margin-bottom: 2.5rem;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  overflow: hidden;
  width: 100%;
}

.calendrier-card {
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(13, 148, 136, 0.08), 0 2px 8px var(--shadow-very-light);
  padding: 2rem 1.75rem;
  width: 100%;
  min-width: 0;
  max-width: none;
  font-family: 'Inter', sans-serif;
  color: var(--color2);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-size: 1rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
  flex: 1 1 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(13, 148, 136, 0.08);
}

.calendrier-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color3), var(--color8));
  opacity: 0.9;
}

.calendrier-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(13, 148, 136, 0.12), 0 4px 16px var(--shadow-light);
}

.calendrier-card--complete:hover {
  transform: none;
}

.retraite-badge-5jours {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, var(--color3), var(--color8));
  color: white;
  padding: 0.4rem 0.75rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(13, 148, 136, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.retraite-badge-complete {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
  background: linear-gradient(135deg, #b91c1c, #991b1b);
  color: white;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 16px rgba(185, 28, 28, 0.35);
  z-index: 1;
  opacity: 0.92;
}

/* --- Signaux d'urgence sur cards retraites (reco #10 audit UX) --- */
.retraite-badge-prochaine {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: linear-gradient(135deg, var(--color8), var(--color3));
  color: white;
  padding: 0.4rem 0.85rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 2px 12px rgba(13, 148, 136, 0.45);
  text-transform: uppercase;
  z-index: 2;
}

.retraite-badge-urgent {
  position: absolute;
  top: 3rem;
  left: 1rem;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: white;
  padding: 0.3rem 0.7rem;
  border-radius: 16px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 10px rgba(217, 119, 6, 0.35);
  text-transform: uppercase;
  z-index: 2;
  animation: urgence-pulse 2.4s ease-in-out infinite;
}

.retraite-badge-bientot {
  position: absolute;
  top: 3rem;
  left: 1rem;
  background: #fef3c7;
  color: #92400e;
  padding: 0.3rem 0.7rem;
  border-radius: 16px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  border: 1px solid #fcd34d;
  text-transform: uppercase;
  z-index: 2;
}

.calendrier-card--prochaine {
  border: 2px solid var(--color3);
  box-shadow: 0 8px 32px rgba(13, 148, 136, 0.18);
  padding-top: 3.5rem;
}

.calendrier-card--urgent {
  border: 2px solid #f59e0b;
  padding-top: 3.5rem;
}

/* Si les deux badges coexistent (prochaine + urgent), plus de place encore */
.calendrier-card--prochaine.calendrier-card--urgent {
  padding-top: 5.5rem;
}

@media (max-width: 768px) {
  .calendrier-card--prochaine,
  .calendrier-card--urgent {
    padding-top: 3rem;
  }
  .calendrier-card--prochaine.calendrier-card--urgent {
    padding-top: 5rem;
  }
}

.calendrier-card__countdown {
  display: block;
  margin: 0.5rem 0;
  font-size: 0.85rem;
  color: var(--color8);
  text-align: center;
  font-weight: 500;
}

.calendrier-card__countdown strong {
  color: var(--color3);
  font-weight: 700;
}

.calendrier-card--urgent .calendrier-card__countdown {
  color: #d97706;
}

.calendrier-card--urgent .calendrier-card__countdown strong {
  color: #b45309;
}

@keyframes urgence-pulse {
  0%, 100% { box-shadow: 0 2px 10px rgba(217, 119, 6, 0.35); }
  50% { box-shadow: 0 2px 18px rgba(217, 119, 6, 0.6); }
}

@media (prefers-reduced-motion: reduce) {
  .retraite-badge-urgent {
    animation: none;
  }
}

/* Mobile : badges ne chevauchent pas le titre */
@media (max-width: 600px) {
  .retraite-badge-prochaine,
  .retraite-badge-urgent,
  .retraite-badge-bientot {
    font-size: 0.6rem;
    padding: 0.25rem 0.6rem;
  }
}

.calendrier-card .mois,
.calendrier-card__titre {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  margin-top: 0.5rem;
  color: var(--color2);
  text-align: center;
  letter-spacing: -0.02em;
}

.calendrier-card__dates {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 0.95rem;
  color: var(--gray-medium);
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  background: var(--color9);
  border-radius: 10px;
  margin-bottom: 0.75rem;
  letter-spacing: 0.01em;
}

.calendrier-card .dates {
  font-size: 0.95rem;
  color: var(--gray-medium);
}

.calendrier-card__lieu {
  font-size: 0.9rem;
  color: var(--color3);
  font-weight: 600;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.calendrier-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--color2);
  padding: 2rem;
  font-size: 1.1rem;
}

.calendrier-card .btn-primary,
.calendrier-card__btn {
  margin-top: auto;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  font-size: 0.9rem;
  padding: 0.85rem 1.25rem;
  text-align: center;
  display: block;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

.calendrier-card a.calendrier-card__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px var(--shadow-hover);
}

.calendrier-card__btn--disabled {
  background: linear-gradient(180deg, #9ca3af 0%, #6b7280 100%);
  color: #fff;
  cursor: default;
  pointer-events: none;
  border-radius: 12px;
}

.btn-ecrire {
  background: var(--color3);
  color: var(--white);
  padding: 1.2rem 2.4rem; 
  border-radius: 10px; 
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: none; 
}

.btn-ecrire:hover {
  background: var(--color4);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px var(--shadow-dark); 
}

.tarifs-table {
  width: 100%;
  max-width: 500px;
  margin: 2rem auto 1.5rem auto;
  border-collapse: collapse;
  font-size: 1.1rem;
  background: none;
}

.tarifs-table td {
  padding: 0.7rem 0.5rem;
  border-bottom: 1px solid var(--gray-e5e5e5);
  color: var(--color2);
  text-align: left;
}

.tarifs-table td.prix {
  text-align: right;
  font-weight: bold;
  color: var(--color2);
  white-space: nowrap;
}

.tarifs-table tr:last-child td {
  border-bottom: none;
}

.tarifs-table-card {
  background: var(--white);
  border-radius: 16px; 
  box-shadow: 0 6px 20px var(--shadow-medium); 
  padding: 3rem 2rem; 
  max-width: 500px;
  margin: 2rem auto 1.5rem auto;
}

.tarifs-table-card .btn-primary {
  display: block;
  margin: 2rem auto 0 auto;
  text-align: center;
  width: fit-content;
}


.fullwidth-image {
  margin-top: 2.5rem; 
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  overflow: hidden; 
}

.fullwidth-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 50vh;
}

/* Augmentation de 30% de la hauteur sur desktop */
@media (min-width: 1024px) {
  .fullwidth-image img {
    max-height: 65vh;
  }
}

@media (max-width: 900px) {
  .programme-col {
    width: 100%;
    max-width: 230px;
    min-width: 230px;
    margin: 0 auto 1.2rem auto;
    padding: 1.2rem 0.5rem;
    box-sizing: border-box;
    flex: unset !important;
  }
  .programme-row {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: unset !important;
    overflow-x: unset !important;
    gap: 1.2rem;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    align-items: center !important;
    width: 100%;
    max-width: none !important;
    margin: 0 auto !important;
  }
  .tarifs-retraite {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .tarifs-row, .options-row {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .tarif-card, .option-card {
    min-width: 0;
    width: 90vw;
    padding: 1rem 1rem;
  }
  .tarifs-table-card {
    width: 250px;
  }
  .calendrier-row {
    gap: 1rem;
  }
  .calendrier-card {
    flex: 1 1 100%;
    padding: 1rem 1rem;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .calendrier-card {
    flex: 1 1 100%;
    padding: 1rem 1rem;
    font-size: 1rem;
  }
}

/* Desktop : 2 cartes par ligne */
@media (min-width: 1024px) {
  .calendrier-card {
    flex: 0 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .tarifs-table-card {
    width: 80% !important;
    max-width: 80% !important;
    margin: 0 auto !important;
  }
  
  .programme-col {
    width: 70% !important;
    max-width: 70% !important;
    margin: 0 auto 1.2rem auto !important;
  }
}

@media (max-width: 700px) {
  .programme-col {
    width: 300px;
    max-width: 100%;
    min-width: 0;
    margin: 0 auto 1.2rem auto;
    padding: 1.2rem 0.5rem;
    box-sizing: border-box;
    flex: unset !important;
  }
}

@media (max-width: 768px) {
  .programme-col {
    width: 90% !important;
    max-width: 90% !important;
    min-width: 0 !important;
    margin: 0 auto 1.2rem auto !important;
    padding: 1.5rem 1rem !important;
    box-sizing: border-box !important;
    flex: unset !important;
  }

.tarif-card, .option-card, .tarifs-table-card {
  width: 90% !important;
  max-width: 90% !important;
  min-width: 0 !important;
  margin: 0 auto 1rem auto !important;
  padding: 1.5rem 1rem !important;
  box-sizing: border-box !important;
}

.reservation-simple {
  max-width: 500px;
  margin: 3rem auto 2rem auto; 
  background: var(--white);
  border-radius: 18px; 
  box-shadow: 0 6px 20px var(--shadow-medium); 
  padding: 3rem 2rem 2.5rem 2rem; 
  text-align: center;
}

.reservation-simple h1 {
  font-size: 2.2rem; 
  color: var(--color2);
  margin-bottom: 2rem; 
}

.reservation-simple p {
  font-size: 1.2rem; 
  color: var(--color2);
  margin-bottom: 2.5rem; 
}

.reservation-actions {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; 
  align-items: center;
  margin-bottom: 2.5rem; 
}

.btn-reservation {
  background: var(--color3);
  color: var(--white);
  padding: 1.4rem 2.8rem; 
  border-radius: 10px; 
  text-decoration: none;
  font-weight: bold;
  font-size: 1.15rem;
  transition: all 0.3s ease;
  display: inline-block;
  width: fit-content;
  box-shadow: none; 
}

.btn-whatsapp {
  background: var(--whatsapp-green);
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 0.6em;
  border: none;
  box-shadow: 0 4px 12px var(--shadow-whatsapp); 
  transition: all 0.3s ease; 
}

.btn-whatsapp:hover {
  background: var(--whatsapp-hover);
  color: var(--white);
}

.whatsapp-logo {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  margin-right: 0.2em;
}

.btn-reservation:hover {
  background: var(--color4);
  color: var(--white);
}

.reservation-phone, .reservation-mail {
  margin-top: 1.5rem; 
  font-size: 1.15rem; 
  color: var(--color2);
}

.reservation-num {
  font-size: 1.6rem; 
  color: var(--color4);
  font-weight: bold;
}

.reservation-email {
  font-size: 1.2rem; 
  color: var(--color4);
  font-weight: bold;
}

}

@media (max-width: 700px) {
  .reservation-simple {
    max-width: 98vw;
    padding: 1.5rem 1rem; 
  }
  .btn-reservation {
    width: 100%;
    font-size: 1.15rem; 
    padding: 1.2rem 1rem; 
  }
}

.social-share {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 2rem 0;
}

.social-share a {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.social-share a:hover {
  opacity: 0.8;
}

.facebook { background-color: var(--facebook); color: var(--white); }
.twitter { background-color: var(--twitter); color: var(--white); }
.linkedin { background-color: var(--linkedin); color: var(--white); }
.whatsapp { background-color: var(--whatsapp-green); color: var(--white); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a:focus,
button:focus {
  outline: 2px solid var(--color3);
  outline-offset: 2px;
}

nav a[aria-current="page"] {
  font-weight: bold;
  position: relative;
}

nav a[aria-current="page"]::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--color3);
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--color3);
  color: var(--white);
  padding: 8px;
  text-decoration: none;
  z-index: 10000;
  border-radius: 0 0 4px 4px;
}

.skip-link:focus {
  top: 0;
}

img {
  height: auto;
  max-width: 100%;
  
  contain: layout;
  display: block;
}

img[loading="lazy"] {
  transition: opacity 0.3s;
}

.index2-image img,
.index3-image img,
.index4-image img,
.index5-image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; 
  display: block; 
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 4px 16px var(--shadow-medium);
}

.index2-image-mobile img,
.index3-image-mobile img,
.index4-image-mobile img,
.index5-image-mobile img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; 
  display: block;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 4px 16px var(--shadow-medium);
}

.responsive-img {
  width: 100% !important;
  height: 600px !important; 
  object-fit: cover;
  contain: layout;
  display: block;
}

/* === FOOTER STYLES === */
footer {
  background: var(--white);
  color: var(--color2);
  padding: 3rem 0 1.5rem;
  font-size: 0.95rem;
  line-height: 1.7;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(50, 50, 50, 0.15);
}

.footer-section h3 {
  color: var(--color3);
  font-size: 1.15rem;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.footer-section p {
  margin-bottom: 0.8rem;
  color: var(--color2);
  opacity: 0.85;
}

.footer-section strong {
  color: var(--color2);
  font-weight: 600;
}

.highlight-box {
  background: var(--color9);
  border-left: 3px solid var(--color3);
  padding: 1.2rem;
  margin-top: 1rem;
  border-radius: 4px;
}

.highlight-box p {
  color: var(--color2);
  font-size: 0.92rem;
  margin-bottom: 0.6rem;
}

.highlight-box p:last-child {
  margin-bottom: 0;
}

footer .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  padding: 0.8rem;
  background: var(--color9) !important;
  border-radius: 8px;
  color: var(--color2);
}

footer .contact-item svg {
  width: 20px;
  height: 20px;
  margin-right: 0.8rem;
  color: var(--color3);
  flex-shrink: 0;
}

footer .contact-item a {
  color: var(--color3) !important;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

footer .contact-item a:hover {
  color: var(--color8) !important;
  text-decoration: underline;
}

.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.2rem;
}

.social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color9);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid rgba(13, 148, 136, 0.2);
}

.social-links a:hover {
  background: var(--color3);
  transform: translateY(-3px);
  border-color: var(--color3);
}

.social-links a:hover svg {
  color: var(--white);
}

.social-links svg {
  width: 20px;
  height: 20px;
  color: var(--color3);
  transition: color 0.3s ease;
}

.footer-bottom {
  padding-top: 2rem;
  text-align: center;
  color: var(--color2);
  font-size: 0.88rem;
}

.footer-bottom p {
  margin-bottom: 0.5rem;
  opacity: 0.8;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color3);
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.footer-site-links {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-site-links a {
  color: var(--color3);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-site-links a:hover {
  color: var(--color8);
  text-decoration: underline;
}

.footer-site-links .separator {
  color: var(--color2);
  opacity: 0.4;
  font-weight: normal;
}

.footer-legal-links {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-legal-links a {
  color: var(--color3);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-legal-links a:hover {
  color: var(--color8);
  text-decoration: underline;
}

.footer-legal-links .separator {
  color: var(--color2);
  opacity: 0.4;
  font-weight: normal;
}

.footer-copy {
  color: var(--color2);
  font-size: 0.9rem;
  margin: 0;
  opacity: 0.7;
}

.footer-tagline {
  color: var(--color2);
  font-size: 0.88rem;
  margin: 0.5rem 0 0 0;
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 768px) {
  footer {
    padding: 2rem 0 1rem;
  }

  .footer-container {
    padding: 0 1.5rem;
  }

  .footer-top {
    gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer-section h3 {
    font-size: 1.1rem;
  }

  .highlight-box {
    padding: 1rem;
  }

  .footer-site-links {
    flex-direction: column;
    gap: 0.5rem;
  }

  .footer-site-links .separator {
    display: none;
  }

  .footer-legal-links {
    flex-direction: column;
    gap: 0.5rem;
  }

  .footer-legal-links .separator {
    display: none;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.liberation-section {
  padding: 5rem 0; 
  background: var(--color7);
}

.liberation-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem; 
  align-items: center;
}

.section-image {
  text-align: center;
  padding: 1rem; 
}

.section-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px; 
  box-shadow: 0 6px 24px var(--shadow-medium); 
}

.section-text h2 {
  font-size: 2.4rem; 
  color: var(--color2);
  margin-bottom: 2rem; 
  font-weight: bold;
}

.section-text p {
  font-size: 1.15rem; 
  line-height: 1.8; 
  color: var(--color2);
  margin-bottom: 2rem; 
}

.quote-highlight {
  background: var(--color1);
  padding: 2rem; 
  border-radius: 12px; 
  margin: 2.5rem 0; 
  border-left: 4px solid var(--color4);
}

.quote-highlight h3 {
  font-size: 1.4rem; 
  color: var(--color2);
  font-style: italic;
  margin: 0;
  text-align: center;
}

.spiritual-section {
  padding: 5rem 0; 
  background: var(--color1);
}

.spiritual-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem; 
  align-items: center;
}

.spiritual-content .section-text {
  order: 1;
}

.spiritual-content .section-image {
  order: 2;
}

.why-choose-section {
  padding: 5rem 0; 
  background: var(--color7);
  text-align: center;
}

.why-choose-section h2 {
  font-size: 2.8rem; 
  color: var(--color2);
  margin-bottom: 3.5rem; 
  font-weight: bold;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
  gap: 2.5rem; 
  margin-bottom: 3.5rem; 
}

.reason-item {
  background: var(--color1);
  padding: 2.5rem; 
  border-radius: 16px; 
  box-shadow: 0 6px 24px var(--shadow-medium); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reason-item:hover {
  transform: translateY(-6px); 
  box-shadow: 0 10px 35px var(--shadow-dark); 
}

.reason-icon {
  width: 90px; 
  height: 90px; 
  margin: 0 auto 1.5rem; 
  display: block;
}

.reason-item p {
  font-size: 1.15rem; 
  color: var(--color2);
  line-height: 1.7; 
  margin: 0;
}

.stephane-section {
  padding: 5rem 0; 
  background: var(--color1);
}

.stephane-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem; 
  align-items: center;
}

.stephane-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px; 
  box-shadow: 0 6px 24px var(--shadow-medium); 
}

.contact-section {
  padding: 5rem 0; 
  background: var(--color7);
}

.ceremonie-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px; 
  box-shadow: 0 6px 24px var(--shadow-medium); 
}

.address-info p,
.contact-info p {
  font-size: 1.15rem; 
  color: var(--color2);
  margin-bottom: 0.8rem; 
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem; 
  background: var(--whatsapp-green);
  color: var(--white);
  padding: 1rem 2rem; 
  border-radius: 8px; 
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
}

.btn-whatsapp:hover {
  background: var(--whatsapp-hover);
}

.whatsapp-icon {
  width: 20px;
  height: 20px;
}

.cta-action {
  text-align: center;
  margin-top: 2.5rem; 
}

@media (max-width: 768px) {
  .liberation-content,
  .spiritual-content,
  .stephane-content {
    grid-template-columns: 1fr;
    gap: 2.5rem; 
  }
  
  .spiritual-content .section-text {
    order: 2;
  }
  
  .spiritual-content .section-image {
    order: 1;
  }
  
  .reasons-grid {
    grid-template-columns: 1fr;
  }

  .section-text h2 {
    font-size: 2rem; 
  }
  
  .why-choose-section h2 {
    font-size: 2.2rem; 
  }
}

@media (max-width: 768px) {
  .reservation-form-wrapper,
  .recapitulatif-wrapper {
    padding: 1.5rem; 
    margin: 1rem; 
    box-sizing: border-box;
    width: calc(100% - 2rem); 
    max-width: calc(100% - 2rem); 
    overflow: hidden;
  }
  
  .form-section {
    padding: 1.5rem; 
    margin: 0 0.5rem 1rem 0.5rem;
  }
  
  .form-group input,
  .form-group select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  
  .radio-group {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .radio-group label {
    width: 100%;
    justify-content: flex-start;
  }
  
  .form-group label.checkbox-label,
  .form-group label.radio-label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.5rem;
    width: 100%;
    justify-content: flex-start;
  }
  
  .form-group input[type="checkbox"],
  .form-group input[type="radio"] {
    margin: 0 !important;
    flex-shrink: 0 !important;
    width: auto !important;
    min-width: 16px;
  }
}

@media (max-width: 480px) {
  .reservation-form-wrapper {
    padding: 1.5rem 1rem; 
    margin: 0.5rem; 
    box-sizing: border-box;
    width: calc(100% - 1rem); 
    max-width: calc(100% - 1rem); 
    overflow: hidden;
  }
  
  .form-section {
    padding: 1.5rem 1rem; 
    margin: 0 1rem 1.5rem 1rem; 
  }
  
  .form-group input,
  .form-group select {
    font-size: 16px; 
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  
  .btn-modifier {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  
  .radio-group {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .radio-group label {
    width: 100%;
    justify-content: flex-start;
  }
  
  .form-group label.checkbox-label,
  .form-group label.radio-label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.5rem;
    width: 100%;
    justify-content: flex-start;
  }
  
  .form-group input[type="checkbox"],
  .form-group input[type="radio"] {
    margin: 0 !important;
    flex-shrink: 0 !important;
    width: auto !important;
    min-width: 16px;
  }
}

/* Accessibilité contraste - Liens actifs avec contraste suffisant */
.main-menu a.active,
.main-menu-desktop a.active {
  font-weight: bold;
  text-decoration: underline;
  color: #1a5a5a; /* Assombri pour contraste WCAG 2.1 AA */
}

.main-menu a.active:hover,
.main-menu-desktop a.active:hover {
  color: var(--color3); /* Même couleur que l'état actif pour cohérence */
}

@media (max-width: 768px) {
  .main-menu a.active {
    background: linear-gradient(135deg, var(--color3) 0%, var(--color8) 100%);
    color: var(--white);
    font-weight: 600;
    border-radius: 8px; 
    padding: 0.75rem 1rem; 
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px var(--shadow-brown-hover); 
    text-align: center;
    font-size: 1.1rem;
  }

  .main-menu a.active:hover {
    background-color: var(--color4);
    transform: translateY(-2px);
    box-shadow: 0 5px 10px var(--shadow-beige);
  }
}

.alert {
    padding: 18px; 
    border-radius: 8px; 
    margin-bottom: 25px; 
    border: 1px solid transparent;
}

.alert-info {
    background-color: var(--info-blue);
    color: var(--info-blue-text);
    border-color: var(--info-blue-border);
}

.alert-success {
    background-color: var(--success-green);
    color: var(--success-green-text);
    border-color: var(--success-green-border);
}

.alert-error {
    background-color: var(--error-red);
    color: var(--error-red-text);
    border-color: var(--error-red-border);
}

#form-messages {
    margin-bottom: 25px; 
}

.reservation-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem; 
}

.reservation-card {
  max-width: 800px;
  margin: 3rem auto 2rem auto; 
  background: var(--white);
  border-radius: 18px; 
  box-shadow: 0 10px 24px var(--shadow-medium); 
  padding: 3rem; 
  text-align: center;
}

.reservation-card h2 {
  font-size: 2.2rem; 
  color: var(--color2);
  margin-bottom: 2rem; 
}

.reservation-card p {
  font-size: 1.2rem; 
  color: var(--color2);
  margin-bottom: 2.5rem; 
  line-height: 1.7; 
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
  gap: 2.5rem; 
  margin: 2.5rem 0; 
  text-align: left;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem; 
  padding: 2rem; 
  background: var(--color7);
  border-radius: 14px; 
  border-left: 4px solid var(--color3);
  transition: transform 0.3s ease;
}

.contact-item:hover {
  transform: translateY(-3px); 
}

.contact-item i {
  font-size: 1.5rem;
  color: var(--color3);
  margin-top: 0.2rem;
}

.contact-item div {
  flex: 1;
}

.contact-item strong {
  color: var(--color2);
  font-size: 1.15rem; 
  display: block;
  margin-bottom: 0.8rem; 
}

.contact-item a {
  color: var(--color4);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.15rem; 
}

.contact-item a:hover {
  color: var(--color3);
  text-decoration: underline;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.3rem 2.6rem; 
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: none; 
}



.btn-whatsapp {
  background: var(--whatsapp-green);
  color: var(--white);
}

.btn-whatsapp:hover {
  background: var(--whatsapp-hover);
  color: var(--white);
  transform: translateY(-3px); 
  box-shadow: none; 
}

.btn i {
  font-size: 1.3rem; 
}

@media (max-width: 768px) {
  .reservation-content {
    padding: 1.5rem; 
  }
  
  .reservation-card {
    padding: 2rem; 
    margin: 1.5rem auto; 
  }
  
  .contact-info {
    grid-template-columns: 1fr;
    gap: 1.5rem; 
  }
  
  .contact-item {
    padding: 1.5rem; 
  }

  .btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

.whatsapp-float {
  position: fixed;
  width: 75px; 
  height: 75px; 
  bottom: 35px; 
  right: 35px; 
  z-index: 2000;
  background: var(--whatsapp-green);
  border-radius: 50%;
  box-shadow: 0 8px 24px var(--shadow-medium); 
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease; 
  text-decoration: none;
  font-size: 13px; 
  color: var(--white);
  text-align: center;
}

.whatsapp-float:hover {
  transform: scale(1.15); 
  box-shadow: 0 10px 28px var(--shadow-dark); 
}

.whatsapp-float img {
  width: 40px !important; 
  height: 40px !important; 
  max-width: none !important;
}

.blog-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem; 
}

.hero-section {
  text-align: center;
}

.hero-section h1 {
  font-size: 2.8rem; 
  color: var(--white);
  margin-bottom: 1.5rem; 
  font-weight: bold;
}

.hero-section p {
  font-size: 1.3rem; 
  color: var(--white);
  max-width: 650px; 
  margin: 0 auto;
  line-height: 1.7; 
}

.blog-featured-section {
  margin-bottom: 3.5rem; 
}

.blog-featured-section h2 {
  font-size: 2.2rem; 
  color: var(--color2);
  margin-bottom: 2.5rem; 
  text-align: center;
  font-weight: bold;
}

.blog-featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); 
  gap: 2rem; 
  margin-bottom: 2.5rem; 
}

.blog-article {
  background: var(--white);
  border-radius: 14px; 
  overflow: hidden;
  box-shadow: none; 
  transition: all 0.3s ease;
  border: 1px solid var(--color7);
  height: 100%; 
  display: flex;
  flex-direction: column;
}

.blog-article:hover {
  transform: translateY(-6px); 
  box-shadow: 0 10px 28px var(--shadow-medium); 
}

.blog-article-image {
  position: relative;
  height: 240px; 
  overflow: hidden;
}

.blog-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-article:hover .blog-article-image img {
  transform: scale(1.05);
}

.blog-featured-badge {
  position: absolute;
  top: 1.2rem; 
  right: 1.2rem; 
  background: var(--color3);
  color: var(--white);
  padding: 0.6rem 1.2rem; 
  border-radius: 22px; 
  font-size: 0.85rem; 
  font-weight: bold;
  text-transform: uppercase;
}

.blog-article-content {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-article-meta {
  display: flex;
  gap: 1.2rem; 
  margin-bottom: 1.2rem; 
  font-size: 0.95rem; 
  color: var(--gray-medium);
}

.blog-article-title {
  margin-bottom: 1.2rem; 
}

.blog-article-title a {
  color: var(--color2);
  text-decoration: none;
  font-size: 1.4rem; 
  font-weight: bold;
  line-height: 1.5; 
  transition: color 0.3s ease;
}

.blog-article-title a:hover {
  color: var(--color3);
}

.blog-article-excerpt {
  color: var(--color2);
  line-height: 1.7; 
  margin-bottom: 2rem; 
}

.blog-article-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; 
  flex-wrap: wrap; 
  gap: 1.2rem; 
  min-height: 60px; 
  margin-top: auto; 
}

.blog-tags {
  display: flex;
  gap: 0.6rem; 
  flex-wrap: wrap;
  flex-direction: row !important; 
  align-items: flex-start !important; 
  flex: 0 1 auto; 
  max-width: calc(100% - 120px); 
}

.blog-tag {
  background: var(--color7);
  color: var(--color2);
  padding: 0.6rem 1.2rem; 
  border-radius: 16px; 
  font-size: 0.9rem; 
  border: 1px solid var(--color1);
  transition: all 0.3s ease; 
}

.blog-tag:hover {
  background: var(--color1); 
  transform: translateY(-3px); 
}

.blog-tag.featured {
  background: var(--color3);
  color: var(--white);
  border-color: var(--color3);
}

.read-more-btn {
  background: var(--color3);
  color: var(--white);
  padding: 0.8rem 1.5rem; 
  border-radius: 10px; 
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem; 
  display: inline-block; 
  margin: 0; 
  width: auto; 
  min-width: 120px; 
  text-align: center; 
  transition: all 0.3s ease;
  box-shadow: none; 
  flex: 0 0 auto; 
}

.read-more-btn:hover {
  background: var(--color4);
  transform: translateY(-3px); 
  box-shadow: 0 6px 16px var(--shadow-beige); 
}

.blog-pagination {
  text-align: center;
  margin-top: 3rem; 
  padding: 1.5rem 0; 
}

.blog-empty-state {
  text-align: center;
  padding: 3.5rem 2.5rem; 
  color: var(--gray-medium);
  background: var(--color7); 
  border-radius: 14px; 
  margin: 2.5rem 0; 
}

.blog-empty-state svg {
  width: 4.5rem; 
  height: 4.5rem; 
  margin: 0 auto 1.2rem; 
  color: var(--color1);
}

.blog-empty-state h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--color2);
}

.blog-article-hero {
  background: var(--color9);
  padding: 4rem 0 3rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.blog-article-hero-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.blog-article-title {
  font-size: 2.8rem;
  color: var(--color2);
  margin: 0 0 1.5rem 0;
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 0 2px 4px var(--shadow-light);
}

.blog-article-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.blog-meta-item {
  color: var(--gray-medium);
  font-size: 0.9rem;
}

.blog-meta-separator {
  color: var(--gray-medium);
  font-weight: bold;
}

.blog-featured-badge {
  display: inline-block;
  background: var(--color3);
  color: var(--white);
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (min-width: 769px) {
  .blog-article-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.blog-article-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}

.blog-article-summary {
  background: var(--color9);
  padding: 1.5rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  border-left: 4px solid var(--color8);
  font-style: italic;
  color: var(--black);
  font-size: 1.1rem;
  line-height: 1.6;
}

.blog-article-image-container {
    margin-bottom: 2rem;
  text-align: center;
}

.blog-article-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: none;
}

.blog-article-text {
  color: var(--color2);
  line-height: 1.7;
    font-size: 1.1rem;
  margin-bottom: 2rem;
  text-align: left;
  }
  
.blog-article-text h2 {
  color: var(--color2);
    font-size: 1.8rem;
  margin: 2rem 0 1rem 0;
  font-weight: bold;
  text-align: left;
}

.blog-article-text h3 {
  color: var(--color2);
  font-size: 1.4rem;
  margin: 1.5rem 0 0.8rem 0;
  font-weight: bold;
  text-align: left;
}

.blog-article-text p {
  margin-bottom: 1.2rem;
  color: var(--color2);
}


.blog-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-tag-item {
  display: inline-block;
  background: var(--color3);
  color: var(--white);
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.blog-tag-item:hover {
  background: var(--color4);
  color: var(--white);
}

.blog-article-share {
  margin: 2rem 0;
  padding: 1.5rem;
  background: var(--color9);
  border-radius: 10px;
  text-align: center;
}

.blog-article-share h3 {
  color: var(--color2);
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.blog-share-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.blog-share-button {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  color: var(--white);
}

.blog-share-facebook {
  background: var(--facebook);
}

.blog-share-twitter {
  background: var(--twitter);
}

.blog-share-linkedin {
  background: var(--linkedin);
}

.blog-share-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px var(--shadow-medium);
}

.blog-similar-articles {
  background: var(--color7);
  padding: 3rem 0;
}

.blog-similar-container {
    max-width: 1200px;
    margin: 0 auto;
  padding: 0 2rem;
}

.blog-similar-articles h2 {
  color: var(--color2);
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.blog-similar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.blog-similar-card {
  background: var(--white);
  border-radius: 10px;
    overflow: hidden;
  box-shadow: 0 4px 8px var(--shadow-light);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-similar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px var(--shadow-medium);
}

.blog-similar-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-similar-content {
  padding: 1.5rem;
}

.blog-similar-content h3 {
  margin: 0 0 1rem 0;
  font-size: 1.3rem;
  color: var(--color2);
}

.blog-similar-content h3 a {
  color: var(--color2);
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-similar-content h3 a:hover {
    color: var(--color3);
}

.blog-similar-content p {
    color: var(--gray-medium);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.blog-read-more {
  color: var(--color3);
    text-decoration: none;
  font-weight: 500;
    transition: color 0.3s ease;
}

.blog-read-more:hover {
  color: var(--color4);
    text-decoration: underline;
}

.blog-recent-articles {
  background: var(--white);
  padding: 3rem 0;
}

.blog-recent-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.blog-recent-articles h2 {
  color: var(--color2);
    text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.blog-recent-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.blog-recent-card {
    background: var(--color9);
  border-radius: 10px;
    overflow: hidden;
  box-shadow: 0 2px 4px var(--shadow-light);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-recent-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px var(--shadow-medium);
}

.blog-recent-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.blog-recent-content {
  padding: 1.2rem;
}

.blog-recent-content h3,
.blog-recent-content h2 {
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
  color: var(--black);
}

.blog-recent-content h3 a,
.blog-recent-content h2 a {
  color: var(--black);
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-recent-content h3 a:hover,
.blog-recent-content h2 a:hover {
  color: var(--color3);
}

.blog-recent-summary {
  color: var(--black);
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-recent-date {
  color: var(--black);
  font-size: 0.9rem;
  text-align: right;
}

@media (max-width: 768px) {
  .blog-article-hero {
    padding: 3rem 0 2rem 0;
  }
  
  .blog-article-hero-content {
    padding: 0 1rem;
  }
  
  .blog-article-title {
    font-size: 2.2rem;
  }
  
  .blog-article-container {
    padding: 0 1rem;
  }
  
  .article-share {
    width: 90% !important;
    margin: 3.5rem auto 0 auto !important;
  }
}
  
  .blog-similar-container,
  .blog-recent-container {
    padding: 0 1rem;
  }
  
  .blog-similar-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .blog-recent-grid {
    grid-template-columns: 1fr;
  }

@media (max-width: 480px) {
  .blog-article-title {
    font-size: 1.8rem;
  }
  
  .blog-article-meta {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .blog-share-buttons {
    flex-direction: column;
    align-items: center;
  }
}

.article-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: var(--gray-medium);
}

.meta-separator {
  color: var(--color1);
}

.featured-badge {
    display: inline-block;
  background: var(--color3);
    color: var(--white);
  padding: 0.5rem 1rem;
    border-radius: 20px;
  font-size: 0.9rem;
    font-weight: bold;
  text-transform: uppercase;
}

.article-summary {
  background: var(--color7);
  padding: 2rem; 
  border-radius: 10px; 
  margin-bottom: 2.5rem; 
    border-left: 4px solid var(--color3);
}

.article-summary p {
  font-size: 1.15rem; 
    color: var(--color2);
  line-height: 1.7; 
  margin: 0;
  font-style: italic;
}

.article-image-container {
  margin-bottom: 2.5rem; 
    text-align: center;
}

.article-image {
    max-width: 100%;
    height: auto;
  border-radius: 14px; 
  box-shadow: 0 6px 20px var(--shadow-medium); 
}

.prose {
    color: var(--color2);
  line-height: 1.9; 
  font-size: 1.15rem; 
}

.prose h2, .prose h3, .prose h4 {
  color: var(--color2);
  margin-top: 2.5rem; 
  margin-bottom: 1.2rem; 
    font-weight: bold;
}

.prose h2 { font-size: 2rem; } 
.prose h3 { font-size: 1.6rem; } 
.prose h4 { font-size: 1.4rem; } 

.prose p {
  margin-bottom: 2rem; 
}

.prose ul, .prose ol {
  margin-bottom: 2rem; 
  padding-left: 2.5rem; 
}

.prose li {
  margin-bottom: 0.8rem; 
}

.prose blockquote {
  border-left: 4px solid var(--color3);
  padding-left: 2rem; 
  margin: 2.5rem 0; 
  font-style: italic;
  color: var(--gray-medium);
  background: var(--color7);
  padding: 1.5rem 2rem; 
  border-radius: 0 10px 10px 0; 
}

.prose a {
  color: var(--color3);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.prose a:hover {
  color: var(--color4);
}

.article-tags {
  margin: 3.5rem 0; 
  padding: 2.5rem; 
    background: var(--color7);
  border-radius: 14px; 
}

.article-tags h3 {
    color: var(--color2);
  margin-bottom: 1.5rem; 
  font-size: 1.4rem; 
}

.tags-list {
    display: flex;
  gap: 1rem; 
    flex-wrap: wrap;
}

.tag-item {
    background: var(--color3);
    color: var(--white);
  padding: 0.6rem 1.2rem; 
  border-radius: 22px; 
    text-decoration: none;
  font-size: 0.95rem; 
    transition: all 0.3s ease;
}

.tag-item:hover {
  background: var(--color4);
  transform: translateY(-3px); 
  box-shadow: 0 6px 16px var(--shadow-beige); 
}

.article-share {
  margin: 3.5rem auto 0 auto; 
  padding: 2.5rem; 
    background: var(--color9);
  border-radius: 14px; 
  text-align: center;
  width: 30%;
  max-width: none !important;
}

/* Desktop uniquement */
@media (min-width: 1025px) {
  .article-share {
    width: 30% !important;
  }
  
  .blog-article-image-container {
    max-width: 60%;
    margin: 0 auto 2rem auto;
  }
  
  .article-card {
    width: 450px !important;
    max-width: 450px !important;
  }
  
  /* Annuler les règles générales pour article-card sur desktop */
  .blog-article,
  .article-card,
  .article-card-small {
    max-width: 450px !important;
    width: 450px !important;
  }
  
  .article-card {
    max-width: 450px !important;
    width: 450px !important;
  }
}

.article-share h3 {
    color: var(--color2);
  margin-bottom: 2rem; 
  font-size: 1.4rem; 
}

.share-buttons {
    display: flex;
  gap: 1.2rem; 
  justify-content: center;
    flex-wrap: wrap;
}

.share-button {
  padding: 1.2rem 2rem; 
  border-radius: 10px; 
    text-decoration: none;
    color: var(--white);
  font-weight: 600;
    transition: all 0.3s ease;
  box-shadow: none; 
}

.share-button:hover {
  transform: translateY(-3px); 
  box-shadow: none; 
}

.share-button.facebook { background: var(--facebook); }
.share-button.twitter { background: var(--twitter); }
.share-button.linkedin { background: var(--linkedin); }

.similar-articles {
  margin: 3.5rem 0; 
  padding: 3rem 0; 
  border-top: 2px solid var(--color7);
}

.similar-articles h2 {
    text-align: center;
  font-size: 2.2rem; 
    color: var(--color2);
  margin-bottom: 2.5rem; 
  font-weight: bold;
}

.articles-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
  gap: 2rem; 
}

.article-card {
    background: var(--white);
  border-radius: 14px; 
    overflow: hidden;
  box-shadow: none; 
    transition: all 0.3s ease;
  border: 1px solid var(--color3);
  height: 100%; 
  display: flex;
  flex-direction: column;
}

.article-card:hover {
  transform: translateY(-6px); 
  box-shadow: 0 10px 28px var(--shadow-medium); 
}

.article-image {
  height: 200px; 
  overflow: hidden;
}

.article-image img {
    width: 100%;
  height: 100%;
    object-fit: cover;
  transition: transform 0.3s ease;
}

.article-card:hover .article-image img {
  transform: scale(1.05);
}

.article-content {
  padding: 2rem; 
  flex: 1; 
  display: flex;
  flex-direction: column;
}

.article-content .btn-primary,
.blog-card-content .btn-primary {
  margin-top: auto;
  align-self: center;
}

.article-content h3 {
  margin-bottom: 1.2rem; 
}

.article-content h3 a {
    color: var(--color2);
    text-decoration: none;
  font-size: 1.3rem; 
  font-weight: bold;
  line-height: 1.5; 
    transition: color 0.3s ease;
}

.article-content h3 a:hover {
    color: var(--color3);
}

.article-content p {
  color: var(--color2);
  line-height: 1.7; 
  margin-bottom: 2rem; 
}

.read-more {
    color: var(--color3);
    text-decoration: none;
  font-weight: 600;
    transition: color 0.3s ease;
}

.read-more:hover {
  color: var(--color4);
}

.recent-articles {
  margin: 3.5rem 0; 
  padding: 3rem 0; 
  border-top: 2px solid var(--color7);
}

.recent-articles h2 {
    text-align: center;
  font-size: 2.2rem; 
    color: var(--color2);
  margin-bottom: 2.5rem; 
  font-weight: bold;
}

.articles-grid-small {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); 
  gap: 1.5rem; 
}

.article-card-small {
  display: flex;
  gap: 1.2rem; 
    background: var(--white);
  padding: 1.2rem; 
  border-radius: 10px; 
  box-shadow: none; 
    transition: all 0.3s ease;
  border: 1px solid var(--color7);
}

.article-card-small:hover {
  transform: translateY(-3px); 
  box-shadow: 0 6px 20px var(--shadow-medium); 
}

.article-image-small {
  width: 90px; 
  height: 90px; 
  flex-shrink: 0;
  border-radius: 10px; 
  overflow: hidden;
}

.article-image-small img {
    width: 100%;
  height: 100%;
    object-fit: cover;
}

.article-content-small {
  flex: 1;
}

.article-content-small h3 {
  margin-bottom: 0.8rem; 
}

.article-content-small h3 a {
    color: var(--color2);
    text-decoration: none;
  font-size: 1.1rem; 
  font-weight: bold;
  line-height: 1.4; 
    transition: color 0.3s ease;
}

.article-content-small h3 a:hover {
    color: var(--color3);
}

.article-date {
  font-size: 0.95rem; 
    color: var(--gray-medium);
}

@media (max-width: 768px) {
    .blog-container {
    padding: 0 1rem; 
  }
  
  .hero-section h1 {
    font-size: 2.4rem; 
  }
  
  .blog-featured-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem; 
  }

  .blog-article-footer {
    flex-direction: column;
    align-items: stretch;
  }
  
}

@media (min-width: 769px) {
  .blog-article-footer {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  
}

.article-title {
  font-size: 2.4rem; 
}

.articles-grid {
  grid-template-columns: 1fr;
  gap: 2.5rem; 
}

.articles-grid-small {
  grid-template-columns: 1fr;
  gap: 2rem; 
}

.share-buttons {
  flex-direction: column;
  align-items: center;
}

.share-button {
  width: 100%;
  max-width: 250px; 
  text-align: center;
}

@media (max-width: 480px) {
  .blog-article-content {
    padding: 1.5rem;
  }
  
  .article-meta {
    flex-direction: column;
    gap: 0.8rem; 
  }
  
  .article-card-small {
    flex-direction: column;
    text-align: center;
  }
  
  .article-image-small {
    width: 100%;
    height: 160px; 
    margin-bottom: 1.5rem; 
  }
}

.blog-container,
.article-main-container,
.blog-featured-grid,
.blog-article,
.articles-grid,
.articles-grid-small {
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .blog-container {
    padding: 0 2rem !important; 
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  
  .article-share {
    width: 50% !important;
    margin: 3.5rem auto 0 auto !important;
  }

  .blog-featured-grid {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)) !important; 
    gap: 2.5rem !important; 
    overflow-x: hidden !important;
  }
  
  .blog-article {
    max-width: 100% !important;
    overflow: hidden !important;
  }
  
  .article-main-container {
    max-width: 100% !important;
    padding: 3rem 2rem !important; 
    overflow-x: hidden !important;
    }
    
    .articles-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important; 
    gap: 2.5rem !important; 
    overflow-x: hidden !important;
    }
    
    .articles-grid-small {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important; 
    gap: 2rem !important; 
    overflow-x: hidden !important;
  }
}

@media (max-width: 1024px) {
  html, body, main {
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  
  .blog-container,
  .article-main-container {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

.blog-container *,
.article-main-container * {
  max-width: 100% !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

/* Exception pour article-share */
.article-main-container .article-share,
.blog-article-container .article-share {
  max-width: none !important;
}

.blog-featured-grid,
.articles-grid,
.articles-grid-small {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important; 
  gap: 2.5rem !important; 
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
}

.blog-article,
.article-card,
.article-card-small {
  max-width: 100% !important;
  width: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.breadcrumb {
  position: fixed !important;
  top: 80px !important; 
  left: 0 !important;
  right: 0 !important;
  z-index: 9998 !important; 
  background: var(--color7) !important;
  padding: 1.2rem 2.5rem !important; 
  margin-bottom: 2.5rem !important; 
  border-radius: 0 0 10px 10px !important; 
  box-shadow: 0 4px 12px var(--shadow-medium) !important; 
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  display: block !important;
  visibility: visible !important;
}

/* Accessibilité contraste - Liens breadcrumb avec contraste suffisant */
.breadcrumb a {
  color: var(--accent-dark); /* Assombri pour contraste WCAG 2.1 AA */
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: var(--accent-brown); /* Assombri pour contraste WCAG 2.1 AA */
  text-decoration: underline;
}

.breadcrumb * {
  max-width: 100% !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
}

@media (max-width: 768px) {
  .breadcrumb {
    top: 60px; 
    left: 0;
    right: 0;
    padding: 1rem 1.2rem; 
    margin-bottom: 2rem; 
    font-size: 0.9rem; 
    overflow-x: hidden;
        max-width: 100%;
    width: 100%;
    line-height: 1.4; 
    display: flex;
        flex-wrap: wrap;
    align-items: center;
    gap: 0.3rem;
  }
  
  .breadcrumb a {
    word-break: break-word;
    max-width: 100%;
    display: inline-block;
    white-space: normal; 
    vertical-align: middle;
  }

  .breadcrumb .separator {
    margin: 0 0.3rem;
    color: var(--accent-dark); /* Assombri pour contraste WCAG 2.1 AA */
    font-weight: bold;
    flex-shrink: 0; 
  }

  .breadcrumb .current {
    color: var(--color2);
    font-weight: 500;
    white-space: normal; 
    display: inline-block;
    word-break: break-word;
    flex: 1; 
    min-width: 0; 
  }
}

@media (max-width: 480px) {
  .breadcrumb {
    top: 60px; 
    left: 0;
    right: 0;
    padding: 0.8rem 1rem; 
    margin-bottom: 1.5rem; 
    font-size: 0.8rem; 
    overflow-x: hidden;
        max-width: 100%;
    width: 100%;
    line-height: 1.3; 
  }
}

/* Exception pour desktop - doit être après les règles générales */
@media (min-width: 1025px) {
  .article-card {
    max-width: 450px !important;
    width: 450px !important;
  }
  
  .blog-similar-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: stretch;
  }
  
  .article-card {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 400px;
  }
  
  .article-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  
}



.reservation-content *,
.reservation-card *,
.contact-info *,
.contact-item * {
  max-width: 100% !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

.contact-info {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important; 
  gap: 3rem !important; 
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
}

@media (max-width: 768px) {
  .reservation-content {
    padding: 2rem !important; 
    overflow-x: hidden !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
  
  .reservation-card {
    padding: 2.5rem !important; 
    margin: 3rem 2rem !important; 
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: calc(100% - 4rem) !important; 
  }
  
  .contact-info {
    grid-template-columns: 1fr !important;
    gap: 2rem !important; 
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .reservation-card {
    width: 90% !important;
    max-width: 90% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  
  .contact-item {
    width: 95% !important;
    max-width: 95% !important;
  }

}

@media (max-width: 768px) {

  .menu-toggle {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important; 
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 10px !important; 
    z-index: 10001 !important;
    position: absolute !important;
    right: 1.2rem !important; 
    top: 50% !important;
    transform: translateY(-50%) !important;
    outline: none !important;
  }
  
  .menu-toggle span {
    width: 28px !important; 
    height: 3px !important;
    background: var(--color2) !important;
    border-radius: 3px !important; 
    transition: all 0.3s ease !important;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(0, 9px) !important;
  }
  
  .menu-toggle.active span:nth-child(2) {
    opacity: 0 !important;
  }
  
  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(0, -9px) !important;
  }

  /* Menu mobile - styles harmonisés, boutons pleine largeur, scrollbar discrète */
  .main-menu {
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100vh - 140px);
    background: var(--color9);
    z-index: 9999;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 1rem 1rem 2rem 1rem;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }

  /* Scrollbar discrète pour le menu mobile */
  .main-menu::-webkit-scrollbar {
    width: 4px;
  }
  .main-menu::-webkit-scrollbar-track {
    background: transparent;
  }
  .main-menu::-webkit-scrollbar-thumb {
    background: rgba(13, 148, 136, 0.3);
    border-radius: 2px;
  }
  .main-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(13, 148, 136, 0.5);
  }

  .main-menu.active {
    display: flex;
  }

  .main-menu li {
    margin: 0;
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    text-align: center;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .main-menu li:first-child {
    margin-top: 0;
  }

  .main-menu li:last-child {
    margin-bottom: 0 !important;
  }

  .main-menu li:has(.active) {
    margin: 0 !important;
  }

  .main-menu a {
    color: var(--color2) !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    padding: 0.75rem 1rem !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(13, 148, 136, 0.2) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
  }

  .main-menu a:hover {
    background: var(--color3) !important;
    color: var(--white) !important;
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.3) !important;
    border-color: var(--color3) !important;
  }

  .main-menu a.active {
    background: linear-gradient(135deg, var(--color3) 0%, var(--color8) 100%) !important;
    color: var(--white) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.3) !important;
    margin: 0 !important;
  }
}

html body .contact-content .contact-card {
  width: 90%;
  max-width: 90%;
  margin: 0 auto !important;
  background: var(--white) !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px var(--shadow-card) !important;
  border: 1px solid var(--color1) !important;
  padding: 3rem 10px 20px 10px !important;
  display: block !important;
  position: relative !important;
  overflow: visible !important;
}

html body .contact-content .contact-options {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2rem !important;
  margin-bottom: 3rem !important;
}


html body main .contact-content .contact-card {
  width: 90%;
  max-width: 90%;
  margin: 0 auto !important;
  background: var(--white) !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px var(--shadow-card) !important;
  border: 1px solid var(--color1) !important;
  padding: 3rem 10px 20px 10px !important;
  display: block !important;
  position: relative !important;
  overflow: visible !important;
}

html body main .contact-content .contact-options {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2rem !important;
  margin-bottom: 3rem !important;
}

@media (max-width: 1024px) {
  html body .contact-content .contact-options,
  html body main .contact-content .contact-options {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .contact-option {
    width: 50%;
    margin: 0 auto;
  }
}


.contact-hero {
  background: var(--color3);
  text-align: center;
}

.contact-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
}

.contact-hero p {
  font-size: 1.2rem;
  color: var(--white);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.contact-content {
  padding: 4rem 0;
  background: var(--color3);
}

.contact-card h2 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color2);
  text-align: center;
  margin-bottom: 1rem;
}


.contact-option {
  background: var(--color9);
  border-radius: 12px;
  padding: 2rem 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--color1);
}

.contact-option:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px var(--shadow-hover);
  border-color: var(--color3);
}

.contact-option-icon {
  width: 80px;
  height: 80px;
  background: var(--color3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.contact-option-icon svg {
  width: 32px;
  height: 32px;
  color: var(--white);
  display: block;
}

.contact-option-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color2);
  margin-bottom: 0.5rem;
}

.contact-option-detail {
  font-size: 1.1rem;
  color: var(--color2);
  font-weight: 500;
        margin-bottom: 1.5rem;
    }
    

@media (max-width: 768px) {
  .contact-hero h1 {
    font-size: 2rem;
  }
  
  .contact-hero p {
    font-size: 1.1rem;
  }
  
  .contact-content {
    padding: 2rem 0;
  }

  .contact-option {
    padding: 1.5rem 10px;
  }
}

@media (max-width: 480px) {
  
  .contact-option-icon {
    width: 60px;
    height: 60px;
  }
  
  
}

.reservation-hero {
  background: var(--color3);
  text-align: center;
}

.reservation-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
}

.reservation-hero p {
  font-size: 1.2rem;
  color: var(--white);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.reservation-content {
  padding: 4rem 0;
  background: var(--color3);
}

.reservation-content .reservation-card {
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
}

.reservation-content .reservation-options {
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
}

.reservation-card {
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 10px 30px var(--shadow-card);
  border: 1px solid var(--color1);
  padding: 10px; 
}

.reservation-card h2 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color2);
        text-align: center;
  margin-bottom: 1rem;
}

.reservation-intro {
  text-align: center;
  color: var(--color2);
  font-size: 1.1rem;
  margin-bottom: 3rem;
  line-height: 1.6;
}

.reservation-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.reservation-option {
  background: var(--color9);
  border-radius: 12px;
  padding: 2rem 10px;
  text-align: center;
  border: 1px solid var(--color1);
}


.reservation-option-icon {
  width: 80px;
  height: 80px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  border: 2px solid var(--color3);
  position: relative;
}

.reservation-option-icon svg {
  width: 32px;
  height: 32px;
  color: var(--color3);
  display: block;
}

.reservation-option-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color2);
  margin-bottom: 0.5rem;
}

.reservation-option-detail {
  font-size: 1.1rem;
  color: var(--color2);
  font-weight: 500;
        margin-bottom: 1.5rem;
    }
    







@media (min-width: 769px) and (max-width: 1024px) {
  .reservation-content .reservation-card {
    width: 70%;
    max-width: 70%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .reservation-options {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .reservation-option {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .reservation-options {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  
  .reservation-hero h1 {
    font-size: 2rem;
  }
  
  .reservation-hero p {
    font-size: 1.1rem;
  }
  
  .reservation-content {
    padding: 2rem 0;
  }
  
  .reservation-card {
    margin: 0 1rem;
    padding: 2rem 2rem 20px 2rem;
  }
  
  .reservation-options {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .reservation-option {
    padding: 1.5rem 10px;
    width: 100%;
  }
  
}

@media (max-width: 480px) {
  .reservation-card {
    margin: 0 0.5rem;
    padding: 1.5rem;
  }
  
  .reservation-option-icon {
    width: 60px;
    height: 60px;
  }
  
  .reservation-option-icon i {
    font-size: 1.5rem;
  }
  
}

/* ============================================
   MENU DROPDOWNS - Spatie Menu avec Alpine.js
   ============================================ */

/* Menu item avec enfants (parent) */
.menu-item-has-children {
  position: relative;
}

.menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

/* Flèche dropdown */
.dropdown-arrow,
.submenu-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 0.25rem;
}

.dropdown-arrow.rotate-180,
.submenu-arrow.rotate-180 {
  transform: rotate(180deg);
}

/* Style pour les labels de menu (non-cliquables) */
.menu-label {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: var(--color2);
  position: relative;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  /* Reset styles natifs du <button> pour uniformité desktop */
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.menu-label:hover {
  color: var(--color3);
}

/* Style spécial pour l'élément parent avec sous-menu - MOBILE SEULEMENT */
@media (max-width: 768px) {
  .menu-item-has-children {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .menu-item-has-children .menu-label {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    font: inherit;
    width: 100%;
    text-align: left;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(13, 148, 136, 0.2) !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.2s ease !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: var(--color2) !important;
    position: relative !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
  }

  .menu-item-has-children .menu-label:hover {
    background: rgba(255, 255, 255, 0.95) !important;
    color: var(--color2) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  }

  .menu-item-has-children .menu-label.active {
    background: linear-gradient(135deg, var(--color3) 0%, var(--color8) 100%) !important;
    color: var(--white) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.3) !important;
  }
}

/* Dropdown menu desktop - styles de base */
.dropdown-menu {
  background: var(--white) !important;
  border: 1px solid var(--shadow-light) !important;
  border-radius: 0 8px 8px 0 !important; /* Pas de radius à gauche (haut et bas) */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  padding: 0.5rem 0 !important;
  min-width: 180px !important;
  margin-top: 0 !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: opacity 0.3s ease, visibility 0.3s;
}

.dropdown-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-menu a {
  display: block;
  padding: 0.75rem 1.25rem;
  color: var(--color2);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}

.dropdown-menu a:hover {
  background: var(--color3-light, #f0f7f7);
  color: var(--color3);
  border-left-color: var(--color3);
  padding-left: 1.5rem;
}

.dropdown-menu a.active {
  background: var(--color3);
  color: var(--white);
  font-weight: 600;
  border-left-color: var(--color4);
}

/* État actif sur parent quand enfant est actif */
.menu-item-has-children > a.active {
  color: var(--color3);
  font-weight: 600;
  text-decoration: underline;
}

/* Mobile submenu styles - Fermé par défaut (Alpine x-show), design épuré */
.mobile-submenu {
  list-style: none;
  padding-left: 0;
  margin: 0.25rem 0 0 0 !important;
  background: rgba(248, 250, 251, 0.98) !important;
  border: 1px solid rgba(13, 148, 136, 0.15) !important;
  border-radius: 6px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden;
}

.mobile-submenu li {
  margin: 0;
  padding: 0;
  position: relative;
}

.mobile-submenu li:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
}

.mobile-submenu a {
  display: flex !important;
  align-items: center !important;
  padding: 0.6rem 1rem 0.6rem 2rem !important;
  color: var(--color2) !important;
  background: transparent !important;
  text-decoration: none !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  transition: all 0.2s ease !important;
  border: none !important;
  position: relative !important;
  width: 100%; /* Largeur complète */
  box-sizing: border-box; /* Inclure padding dans la largeur */
}

.mobile-submenu a::before {
  content: '';
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.mobile-submenu a:hover {
  background: #f8f9fa !important;
  color: var(--color2) !important;
  transform: none !important;
  border: none !important;
}

.mobile-submenu a:hover::before {
  background: var(--color3);
}

.mobile-submenu a.active {
  background: var(--color8) !important;
  color: white !important;
  font-weight: 500 !important;
  border: none !important;
}

.mobile-submenu a.active::before {
  background: white !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  /* Cacher les dropdowns desktop sur mobile */
  .main-menu-desktop .dropdown-menu {
    display: none !important;
  }

  /* Menu mobile item avec sous-menu */
  .main-menu .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .main-menu .submenu-arrow {
    margin-left: auto;
  }

  /* Sous-menu mobile - règles spécifiques pour mobile */
  .mobile-submenu {
    width: calc(100% - 4rem - 2px) !important; /* Largeur complète moins le padding du parent et les bordures */
    max-width: calc(100% - 4rem - 2px) !important;
    margin: 0 !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
  }

  .mobile-submenu a {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 2rem 12px 3rem !important;
  }
}

@media (min-width: 769px) {
  /* Cacher les sous-menus mobiles sur desktop */
  .mobile-submenu {
    display: none !important;
  }

  /* Sur desktop, hover CSS pour ouvrir dropdown */
  .menu-item-has-children:hover .dropdown-menu,
  .menu-item-has-children:focus-within .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    display: block !important;
  }

  /* Ajustement position pour centrer le dropdown */
  .menu-item-has-children:hover .dropdown-menu {
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }

  /* Animation de la flèche au hover */
  .menu-item-has-children:hover .dropdown-arrow {
    transform: rotate(180deg);
  }
}

/* Accessibilité - focus visible */
.dropdown-menu a:focus,
.mobile-submenu a:focus {
  outline: 2px solid var(--color3);
  outline-offset: 2px;
}

/* Animation smooth pour les transitions Alpine */
[x-cloak] {
  display: none !important;
}

/* ========================================
   STYLES PAGE TARIFS
   ======================================== */

/* === BLOC DE VALEUR (Value Intro) === */
.value-intro {
  background: var(--white);
  padding: 4rem 2.5rem;
  margin: 0 auto;
  max-width: 72ch;
  border-radius: 12px;
  box-shadow: 0 4px 20px var(--shadow-very-light);
}

.value-intro h2 {
  color: var(--color3);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.3;
}

.value-intro p {
  color: var(--color2);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.value-intro-highlight {
  background: var(--color9);
  border-left: 4px solid var(--color3);
  padding: 1.5rem 2rem;
  margin: 2.5rem 0;
  border-radius: 8px;
}

.value-intro-highlight p {
  color: var(--color8);
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.value-intro-cta {
  text-align: center;
  margin-top: 2.5rem;
}

.value-intro-cta .btn-primary {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: linear-gradient(135deg, var(--btn-primary-start) 0%, var(--btn-primary-end) 100%);
  color: var(--white);
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px var(--shadow-medium);
}

.value-intro-cta .btn-primary:hover {
  background: linear-gradient(135deg, var(--btn-primary-hover-start) 0%, var(--btn-primary-hover-end) 100%);
  box-shadow: 0 6px 20px var(--shadow-hover);
  transform: translateY(-2px);
}

.value-intro-cta .btn-primary:focus {
  outline: 3px solid var(--color3);
  outline-offset: 3px;
}

/* Responsive mobile */
@media (max-width: 768px) {
  .value-intro {
    padding: 2.5rem 1.5rem;
    margin: 0 auto;
    max-width: calc(100% - 2rem);
  }
  
  .value-intro h2 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  
  .value-intro p {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .value-intro-highlight {
    padding: 1.2rem 1.5rem;
    margin: 2rem 0;
  }
  
  .value-intro-highlight p {
    font-size: 1.1rem;
  }
  
  .value-intro-cta .btn-primary {
    padding: 0.9rem 2rem;
    font-size: 1rem;
  }
}

/* Smooth scroll pour les ancres */
html {
  scroll-behavior: smooth;
}

.pricing-section-tarifs {
  margin: 4rem 0;
}

.pricing-section-tarifs h2 {
  color: var(--color3);
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 700;
}

.pricing-cards-tarifs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

.pricing-card-tarifs {
  background: var(--white);
  border-radius: 15px;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 25px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
}

.pricing-card-tarifs:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 35px rgba(13, 148, 136, 0.2);
  border-color: var(--color3);
}


.card-duration-tarifs {
  color: var(--color3);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.card-price-tarifs {
  font-size: 3rem;
  font-weight: 700;
  color: var(--color8);
  margin: 1.5rem 0;
}

.card-features-tarifs {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  flex-grow: 1;
}

.card-features-tarifs li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  color: var(--color2);
}

.card-features-tarifs li:last-child {
  border-bottom: none;
}

.card-features-tarifs li::before {
  content: "✓";
  color: var(--color3);
  font-weight: bold;
  margin-right: 10px;
}

.pricing-card-tarifs .btn-primary {
  margin-top: auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  font-size: 0.95rem;
}

.options-section-tarifs {
  background: var(--color9);
  padding: 4rem 2.5rem;
  border-radius: 15px;
  margin: 0;
}

.options-section-tarifs h2 {
  text-align: center;
  color: var(--color3);
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.options-intro-tarifs {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2.5rem auto;
  color: var(--color2);
  font-size: 1.05rem;
  line-height: 1.7;
}

.options-grid-tarifs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.option-card-tarifs {
  background: var(--white);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.option-card-tarifs:hover {
  transform: translateY(-5px);
}

.option-name-tarifs {
  color: var(--color8);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.option-price-tarifs {
  color: var(--color3);
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem 0;
}

.option-description-tarifs {
  color: var(--color2);
  font-size: 0.95rem;
  line-height: 1.6;
}

.included-section-tarifs {
  background: var(--white);
  padding: 4rem 2.5rem;
  border-radius: 15px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.08);
  margin: 4rem 0;
}

.included-section-tarifs h2 {
  text-align: center;
  color: var(--color3);
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
}

.included-grid-tarifs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.included-item-tarifs {
  padding: 1.5rem;
  border-left: 4px solid var(--color3);
  background: var(--color9);
  border-radius: 8px;
}

.included-item-tarifs h3 {
  color: var(--color3);
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.included-item-tarifs p {
  color: var(--color2);
  font-size: 0.95rem;
  line-height: 1.6;
}

.faq-section-tarifs {
  margin: 4rem 0;
}

.faq-section-tarifs h2 {
  text-align: center;
  color: var(--color3);
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
}

.faq-item-tarifs {
  background: var(--white);
  padding: 2rem;
  margin-bottom: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
}

.faq-item-tarifs h3 {
  color: var(--color3);
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.faq-item-tarifs p {
  color: var(--color2);
  line-height: 1.7;
}

.payment-info-tarifs {
  background: linear-gradient(135deg, var(--color3) 0%, var(--color8) 100%);
  color: var(--white);
  padding: 3rem 2.5rem;
  border-radius: 15px;
  text-align: center;
  margin: 4rem 0;
}

.payment-info-tarifs h2 {
  color: var(--white);
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.payment-info-tarifs p {
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 2rem auto;
}

.payment-info-tarifs .btn-primary {
  background: var(--white);
  color: var(--color3);
  display: inline-block;
  width: auto;
  padding: 1rem 3rem;
}

.payment-info-tarifs .btn-primary:hover {
  background: var(--color1);
  color: var(--color8);
  border-color: var(--white);
}

.payment-info-contact {
  margin-top: 1.5rem !important;
  font-size: 0.95rem !important;
}

.payment-info-contact a {
  color: var(--white);
  text-decoration: underline;
  font-weight: 600;
}

.payment-info-contact a:hover {
  color: var(--color1);
}

.highlight-box-tarifs {
  background: var(--color9);
  border-left: 5px solid var(--color3);
  padding: 2rem;
  margin: 2.5rem 0;
  border-radius: 8px;
}

.highlight-box-tarifs h3 {
  color: var(--color8);
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.highlight-box-tarifs p {
  color: var(--color2);
  line-height: 1.7;
}

/* Responsive pour la page tarifs */
@media (max-width: 768px) {
  .card-price-tarifs {
    font-size: 2.5rem;
  }
  
  .pricing-cards-tarifs {
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }

  .pricing-card-tarifs {
    padding: 2rem 1.5rem;
  }

  .pricing-card-tarifs .btn-primary {
    padding: 0.875rem 1.25rem;
    font-size: 0.9rem;
  }

  .options-section-tarifs,
  .included-section-tarifs,
  .payment-info-tarifs {
    padding: 2rem 1.5rem;
  }

  .pricing-section-tarifs h2,
  .options-section-tarifs h2,
  .included-section-tarifs h2,
  .faq-section-tarifs h2 {
    font-size: 1.8rem;
  }
}

/* ========================================
   STYLES PAGE ÉQUIPE
   ======================================== */

/* Section Fondateur - Stéphane Lavergé */
.founder-section-equipe {
  background: var(--white);
  padding: 4rem 2.5rem;
  border-radius: 15px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.08);
  margin: 4rem 0;
}

.founder-section-equipe h2 {
  color: var(--color3);
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

.founder-content-wrapper {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 3rem;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.founder-photo-equipe {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 30px var(--shadow-medium);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.founder-photo-equipe:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px var(--shadow-dark);
}

.founder-photo-equipe img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.founder-text-equipe {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.founder-text-equipe p {
  color: var(--color2);
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: left;
}

/* Section Photo de Groupe */
.team-photo-section-equipe {
  background: var(--color9);
  padding: 4rem 2.5rem;
  border-radius: 15px;
  margin: 4rem 0;
}

.team-photo-section-equipe h2 {
  color: var(--color3);
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 700;
}

.team-photo-container {
  max-width: 1000px;
  margin: 0 auto 2.5rem auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 30px var(--shadow-medium);
}

.team-photo-container img {
  width: 100%;
  height: auto;
  display: block;
}

.team-description {
  max-width: 900px;
  margin: 0 auto;
}

.team-description p {
  color: var(--color2);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  text-align: left;
}

/* Section Garanties */
.guarantees-section-equipe {
  background: var(--white);
  padding: 4rem 2.5rem;
  border-radius: 15px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.08);
  margin: 4rem 0;
}

.guarantees-section-equipe h2 {
  color: var(--color3);
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 700;
}

.guarantees-grid-equipe {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.guarantee-item-equipe {
  background: var(--color9);
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid var(--color3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.guarantee-item-equipe:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px var(--shadow-light);
}

.guarantee-item-equipe h3 {
  color: var(--color8);
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.guarantee-item-equipe p {
  color: var(--color2);
  line-height: 1.7;
  font-size: 1rem;
}

/* Section CTA Finale */
.cta-section-equipe {
  background: linear-gradient(135deg, var(--color3) 0%, var(--color8) 100%);
  color: var(--white);
  padding: 4rem 2.5rem;
  text-align: center;
  border-radius: 15px;
  margin: 4rem 0;
}

.cta-section-equipe h2 {
  color: var(--white);
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.cta-section-equipe p {
  color: var(--white);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 2.5rem auto;
}

.cta-buttons-equipe {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* Responsive pour la page équipe */
@media (max-width: 992px) {
  .founder-content-wrapper {
    grid-template-columns: 300px 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .founder-section-equipe,
  .team-photo-section-equipe,
  .guarantees-section-equipe,
  .cta-section-equipe {
    padding: 2.5rem 1.5rem;
  }

  .founder-section-equipe h2,
  .team-photo-section-equipe h2,
  .guarantees-section-equipe h2,
  .cta-section-equipe h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .founder-content-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .founder-photo-equipe {
    max-width: 350px;
    margin: 0 auto;
  }

  .founder-text-equipe p,
  .team-description p {
    font-size: 1rem;
    text-align: left;
  }

  .guarantees-grid-equipe {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .guarantee-item-equipe {
    padding: 1.5rem;
  }

  .guarantee-item-equipe h3 {
    font-size: 1.2rem;
  }

  .cta-section-equipe p {
    font-size: 1rem;
  }

  .cta-buttons-equipe {
    flex-direction: column;
    gap: 1rem;
  }

  .cta-buttons-equipe .btn-primary,
  .cta-buttons-equipe .btn-secondary {
    width: 100%;
    max-width: 300px;
  }
}

/* Dropdown en PORTAL (dans body), au-dessus de TOUT */
#dropdown-ressources-portal {
  position: fixed !important;
  z-index: 99999 !important;
  margin: 0 !important;
}

/* Portal du sélecteur de langue (desktop + mobile) - au-dessus du hero et de tout le contenu */
#locale-selector-dropdown-portal,
#locale-selector-dropdown-portal-header-mobile {
  z-index: 2147483647 !important;
  position: fixed !important;
  pointer-events: auto !important;
}

/* === CTA permanent dans menu mobile (reco #28 audit UX) === */
.menu-cta-mobile-wrapper {
  list-style: none;
  padding: 0;
  margin-bottom: 0.5rem;
}

.menu-cta-mobile {
  display: block !important;
  width: 100%;
  text-align: center;
  padding: 0.9rem 1rem !important;
  background: linear-gradient(135deg, var(--color3), var(--color8)) !important;
  color: white !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: none !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.3) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.menu-cta-mobile:hover,
.menu-cta-mobile:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(13, 148, 136, 0.4) !important;
}

/* === CARDS MEMBRES D'ÉQUIPE (/equipe - reco #13 audit UX) === */
.team-members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin: 2.5rem auto 3rem;
  max-width: 1200px;
}

.team-member-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.team-member-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(13, 148, 136, 0.12);
}

.team-member-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--color9, #f0fdfa);
}

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

.team-member-photo--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: 600;
  color: var(--color3);
  background: linear-gradient(135deg, var(--color9) 0%, rgba(13, 148, 136, 0.1) 100%);
}

.team-member-body {
  padding: 1.5rem;
}

.team-member-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color2);
  margin: 0 0 0.25rem;
}

.team-member-role {
  color: var(--color3);
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0 0 1rem;
}

.team-member-specialites {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.team-member-specialites li {
  display: inline-block;
  background: #e6f7f5;
  color: #0b5f5a;
  padding: 0.25rem 0.7rem;
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 600;
  border: 1px solid rgba(13, 148, 136, 0.25);
}

.team-member-bio {
  color: var(--gray-dark, #34495e);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

.team-description-note {
  margin-top: 1rem;
  font-size: 0.88rem;
  color: var(--gray-medium, #6c757d);
}

@media (max-width: 600px) {
  .team-members-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* === FORMULAIRE CONTACT (/contact - reco #09 audit UX) === */
.contact-hero {
  background: linear-gradient(135deg, var(--color3), var(--color8));
  color: white;
  padding: 4rem 1.5rem 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-hero {
    padding: 5rem 1rem 2rem;
  }
  .contact-hero h1 {
    font-size: 1.75rem;
  }
  .contact-hero p {
    font-size: 0.95rem;
  }
  .contact-layout {
    margin-top: 0;
  }
}
.contact-hero-inner {
  max-width: 720px;
  margin: 0 auto;
}
.contact-hero h1 {
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: white;
}
.contact-hero p {
  font-size: 1.1rem;
  opacity: 0.95;
  line-height: 1.5;
}

.contact-layout {
  max-width: 1200px;
  margin: -2rem auto 4rem;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: flex-start;
}

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

.contact-form-wrapper {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 8px 40px rgba(13, 148, 136, 0.1);
  position: relative;
  z-index: 1;
}

.contact-form .form-row {
  margin-bottom: 1.25rem;
}
.contact-form label {
  display: block;
  font-weight: 600;
  color: var(--color2);
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  background: white;
  color: var(--color2);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--color3);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}
.contact-form textarea {
  resize: vertical;
  min-height: 100px;
}
.contact-form .form-help {
  display: block;
  font-size: 0.82rem;
  color: var(--gray-medium, #6c757d);
  margin-top: 0.35rem;
  line-height: 1.4;
}

.form-row--radios {
  border: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
}
.form-row--radios legend {
  font-weight: 600;
  color: var(--color2);
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  padding: 0;
}
.radio-pill {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  cursor: pointer;
}
.radio-pill input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio-pill span {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 20px;
  font-size: 0.9rem;
  color: var(--color2);
  background: white;
  transition: all 0.2s ease;
}
.radio-pill:hover span {
  border-color: var(--color3);
}
.radio-pill input[type="radio"]:checked + span {
  background: var(--color3);
  color: white;
  border-color: var(--color3);
}
.radio-pill input[type="radio"]:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.25);
}

.form-row--checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--gray-dark, #34495e);
}
.form-row--checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--color3);
  cursor: pointer;
  flex-shrink: 0;
}
.form-row--consent {
  margin-top: 1rem;
  padding: 0.75rem;
  background: var(--color9, #f0fdfa);
  border-radius: 8px;
}

.contact-submit {
  margin-top: 1rem;
  width: 100%;
  font-size: 1.05rem;
  padding: 1rem 2rem;
}

.contact-errors {
  background: #fee2e2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  color: #991b1b;
}
.contact-errors ul {
  margin: 0;
  padding-left: 1.25rem;
}

.contact-aside {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-trust-box,
.contact-alt-box {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.contact-trust-box h2,
.contact-alt-box h3 {
  font-size: 1.1rem;
  color: var(--color2);
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.contact-trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-trust-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.6rem;
  color: var(--gray-dark, #34495e);
  line-height: 1.5;
  font-size: 0.92rem;
}
.contact-trust-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--color3);
  font-weight: 700;
}
.contact-alt-btn {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 0.6rem;
}
.contact-alt-tel {
  display: block;
  text-align: center;
  font-size: 0.95rem;
  color: var(--color8);
  font-weight: 600;
  text-decoration: none;
  margin-top: 0.5rem;
}
.contact-alt-tel:hover {
  text-decoration: underline;
}

/* Page de remerciement */
.contact-merci {
  max-width: 640px;
  margin: 4rem auto;
  padding: 3rem 1.5rem;
  text-align: center;
}
.contact-merci-check {
  color: var(--color3);
  margin-bottom: 1.5rem;
}
.contact-merci h1 {
  font-size: 2rem;
  color: var(--color2);
  margin-bottom: 1rem;
}
.contact-merci-intro {
  font-size: 1.1rem;
  color: var(--color8);
  margin-bottom: 1rem;
  font-weight: 500;
}
.contact-merci p {
  color: var(--gray-dark, #34495e);
  line-height: 1.6;
  font-size: 1rem;
}
.contact-merci-actions {
  margin: 2rem 0 1.5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.contact-merci-retour {
  margin-top: 2rem;
  font-size: 0.95rem;
}
.contact-merci-retour a {
  color: var(--color8);
  text-decoration: none;
}
.contact-merci-retour a:hover {
  text-decoration: underline;
}

/* === SECTION SÉCURITÉ / CONTRE-INDICATIONS (/retraites - reco #11 audit UX) === */
.securite-section {
  background: var(--color9, #f0fdfa);
  padding: 4rem 1.5rem;
}

.securite-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.securite-wrapper > h2 {
  text-align: center;
  font-size: 2rem;
  color: var(--color2);
  margin-bottom: 0.5rem;
}

.securite-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2.5rem;
  color: var(--gray-dark, #34495e);
  font-size: 1.05rem;
  line-height: 1.6;
}

.securite-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.securite-card {
  background: white;
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border-top: 4px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.securite-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.securite-card--ok {
  border-top-color: var(--color3);
}

.securite-card--warning {
  border-top-color: #f59e0b;
}

.securite-card--process {
  border-top-color: var(--color8);
}

.securite-card h3 {
  color: var(--color2);
  font-size: 1.15rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.securite-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.securite-card ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.6rem;
  color: var(--gray-dark, #34495e);
  line-height: 1.5;
  font-size: 0.95rem;
}

.securite-card--ok ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--color3);
  font-weight: 700;
}

.securite-card--warning ul li::before {
  content: '✕';
  position: absolute;
  left: 0;
  color: #d97706;
  font-weight: 700;
}

.securite-card--process ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--color8);
  font-weight: 700;
}

.securite-note {
  font-weight: 600;
  color: #92400e;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.securite-note-small {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px dashed rgba(217, 119, 6, 0.3);
  font-size: 0.85rem;
  color: var(--gray-medium, #6c757d);
  font-style: italic;
}

.securite-cta {
  text-align: center;
  padding: 2rem 1rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.securite-cta p {
  font-size: 1.1rem;
  color: var(--color2);
  margin-bottom: 1rem;
  font-weight: 500;
}

@media (max-width: 600px) {
  .securite-section {
    padding: 2.5rem 1rem;
  }
  .securite-wrapper > h2 {
    font-size: 1.5rem;
  }
  .securite-card {
    padding: 1.25rem;
  }
}

/* =============================================================
   FAQ — accordéon natif <details>/<summary>
   Utilisé sur /retraites, /medecines, /ayahuasca-espagne.
   ============================================================= */
.faq-section {
  padding: 4rem 1.5rem;
  background: var(--color9, #f7f5ef);
}
.faq-wrapper {
  max-width: 860px;
  margin: 0 auto;
}
.faq-wrapper > h2 {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 0.5rem 0;
  color: var(--color3, #2c3e2d);
}
.faq-intro {
  text-align: center;
  color: var(--color3-light, #5a6b5c);
  margin: 0 0 2.5rem 0;
  font-size: 1.05rem;
}
.faq-item {
  background: var(--white, #fff);
  border-radius: 12px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease;
  overflow: hidden;
}
.faq-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.faq-item[open] {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
}
.faq-question {
  cursor: pointer;
  padding: 1.25rem 3rem 1.25rem 1.5rem;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--color3, #2c3e2d);
  position: relative;
  list-style: none;
  line-height: 1.4;
}
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-question::after {
  content: "+";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--color3, #2c3e2d);
  transition: transform 0.2s ease;
  line-height: 1;
}
.faq-item[open] .faq-question::after {
  content: "−";
}
.faq-question > h3 {
  display: inline;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.faq-answer {
  padding: 0 1.5rem 1.5rem 1.5rem;
  color: var(--color3, #2c3e2d);
  line-height: 1.6;
}
.faq-answer p {
  margin: 0;
}
.faq-cta {
  text-align: center;
  margin-top: 2.5rem;
  padding: 2rem 1rem;
  background: var(--white, #fff);
  border-radius: 12px;
}
.faq-cta p {
  margin: 0 0 1rem 0;
  font-weight: 500;
  color: var(--color3, #2c3e2d);
}
@media (max-width: 640px) {
  .faq-section {
    padding: 2.5rem 1rem;
  }
  .faq-wrapper > h2 {
    font-size: 1.5rem;
  }
  .faq-question {
    padding: 1rem 2.5rem 1rem 1rem;
    font-size: 1rem;
  }
  .faq-answer {
    padding: 0 1rem 1rem 1rem;
    font-size: 0.95rem;
  }
}

/* =============================================================
   Bloc "En bref" / Quick Answer — above-the-fold
   Optimisé pour extraction par les IA (ChatGPT, Claude, Perplexity, AI Overviews).
   ============================================================= */
.reponse-rapide {
  max-width: 860px;
  margin: 2.5rem auto;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.08), rgba(13, 148, 136, 0.04));
  border-left: 4px solid var(--color3, #0D9488);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.reponse-rapide-titre {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color3, #0D9488);
  margin: 0 0 1rem 0;
}
.reponse-rapide p {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--color3, #2c3e2d);
  margin: 0 0 1rem 0;
}
.reponse-rapide p:last-child {
  margin-bottom: 0;
}
.reponse-rapide-disclaimer {
  font-size: 0.9rem !important;
  color: #6b5b1f !important;
  background: rgba(255, 236, 179, 0.3);
  padding: 0.75rem 1rem;
  border-radius: 8px;
  line-height: 1.5 !important;
}
@media (max-width: 640px) {
  .reponse-rapide {
    margin: 1.5rem 1rem;
    padding: 1.25rem;
  }
  .reponse-rapide p {
    font-size: 0.98rem;
  }
}

/* =============================================================
   Tableau comparatif des médecines (page /medecines)
   Format listicle scannable, format le plus cité par les IA.
   ============================================================= */
.tableau-medecines-wrapper {
  max-width: 1100px;
  margin: 3rem auto;
  padding: 0 1rem;
}
.tableau-medecines-wrapper > h2 {
  text-align: center;
  font-size: 1.9rem;
  margin: 0 0 0.5rem 0;
  color: var(--color3, #2c3e2d);
}
.tableau-medecines-wrapper > .tableau-medecines-intro {
  text-align: center;
  color: var(--color3-light, #5a6b5c);
  margin: 0 0 2rem 0;
}
.tableau-medecines-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.tableau-medecines {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: var(--white, #fff);
  font-size: 0.95rem;
}
.tableau-medecines thead th {
  background: var(--color3, #0D9488);
  color: #fff;
  padding: 1rem 0.75rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.tableau-medecines tbody td {
  padding: 1rem 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  color: var(--color3, #2c3e2d);
  line-height: 1.45;
  vertical-align: top;
}
.tableau-medecines tbody tr:nth-child(even) td {
  background: rgba(15, 118, 110, 0.03);
}
.tableau-medecines tbody td:first-child {
  font-weight: 600;
  color: var(--color3, #0f766e);
  white-space: nowrap;
}
.tableau-medecines-legende {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--color3-light, #5a6b5c);
  font-style: italic;
}
@media (max-width: 640px) {
  .tableau-medecines-wrapper > h2 {
    font-size: 1.4rem;
  }
  .tableau-medecines {
    font-size: 0.88rem;
  }
}

/* =============================================================
   Section "Recherche scientifique" — références académiques
   Signal E-E-A-T fort pour YMYL (citations vérifiables, DOI, journaux à comité de lecture).
   ============================================================= */
.recherche-scientifique {
  background: rgba(15, 118, 110, 0.04);
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid var(--color3, #0D9488);
}
.references-scientifiques {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.references-scientifiques li {
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem;
  background: var(--white, #fff);
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.5;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.references-scientifiques li strong {
  color: var(--color3, #0f766e);
}
.references-scientifiques li a {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.88rem;
  color: var(--color3, #0D9488);
  text-decoration: underline;
  word-break: break-all;
}
.disclaimer-recherche {
  margin-top: 1.5rem;
  padding: 1rem;
  background: rgba(255, 236, 179, 0.3);
  border-radius: 8px;
  font-size: 0.9rem;
  color: #6b5b1f;
  line-height: 1.5;
}

/* =============================================================
   Page /a-propos
   ============================================================= */
.a-propos-page .hero-section {
  text-align: center;
  padding: 3rem 1.5rem 2rem;
}
.a-propos-page .hero-section h1 {
  font-size: 2.4rem;
  margin: 0 0 0.5rem 0;
  color: var(--color3, #2c3e2d);
}
.a-propos-page .hero-subtitle {
  font-size: 1.15rem;
  color: var(--color3-light, #5a6b5c);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.5;
}
.a-propos-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
}
.a-propos-section {
  margin-bottom: 3.5rem;
}
.a-propos-section h2 {
  font-size: 1.8rem;
  color: var(--color3, #2c3e2d);
  margin: 0 0 1.25rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid var(--color3, #0D9488);
  display: inline-block;
}
.a-propos-section p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--color3, #2c3e2d);
  margin: 0 0 1rem 0;
}
.a-propos-liste {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.a-propos-liste li {
  padding: 0.75rem 0 0.75rem 1.75rem;
  position: relative;
  line-height: 1.6;
  color: var(--color3, #2c3e2d);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.a-propos-liste li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0.75rem;
  color: var(--color3, #0D9488);
  font-weight: 700;
}
.a-propos-liste li:last-child {
  border-bottom: none;
}
.engagements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.engagement {
  background: var(--white, #fff);
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  border-top: 3px solid var(--color3, #0D9488);
}
.engagement h3 {
  margin: 0 0 0.75rem 0;
  font-size: 1.1rem;
  color: var(--color3, #0f766e);
}
.engagement p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--color3, #2c3e2d);
}
.chiffres-cles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.chiffre {
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.08), rgba(13, 148, 136, 0.03));
  padding: 1.5rem 1rem;
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.chiffre-valeur {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color3, #0f766e);
  line-height: 1.1;
}
.chiffre-label {
  font-size: 0.88rem;
  color: var(--color3, #5a6b5c);
  line-height: 1.35;
}
.a-propos-cta {
  text-align: center;
  background: var(--color9, #f7f5ef);
  padding: 3rem 1.5rem;
  border-radius: 16px;
  margin-top: 2rem;
}
.a-propos-cta h2 {
  border: none;
  margin: 0 0 0.75rem 0;
  font-size: 1.8rem;
}
.a-propos-cta p {
  max-width: 560px;
  margin: 0 auto 1.5rem;
  font-size: 1.05rem;
}
.a-propos-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .a-propos-page .hero-section h1 {
    font-size: 1.8rem;
  }
  .a-propos-section h2 {
    font-size: 1.4rem;
  }
  .chiffre-valeur {
    font-size: 1.5rem;
  }
}

/* =============================================================
   Pages auteur /auteurs/{slug} (signal E-E-A-T, schema Person)
   ============================================================= */
.auteur-hero {
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.08), rgba(13, 148, 136, 0.03));
  padding: 3rem 1.5rem;
}
.auteur-hero-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}
.auteur-photo img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.auteur-identite h1 {
  margin: 0 0 0.5rem 0;
  font-size: 2.2rem;
  color: var(--color3, #2c3e2d);
}
.auteur-fonction {
  font-size: 1.15rem;
  color: var(--color3-light, #5a6b5c);
  margin: 0 0 1rem 0;
}
.auteur-reseaux {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.auteur-reseaux a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--white, #fff);
  border-radius: 24px;
  color: var(--color3, #0f766e);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.15s ease;
}
.auteur-reseaux a:hover {
  transform: translateY(-1px);
}
.auteur-bio {
  padding: 3rem 1.5rem;
}
.auteur-bio-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.auteur-bio p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--color3, #2c3e2d);
  margin: 0 0 1.25rem 0;
}
.auteur-bio-intro {
  font-size: 1.15rem !important;
  font-weight: 500;
}
.auteur-expertise {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.auteur-expertise-titre {
  font-size: 1.2rem;
  color: var(--color3, #2c3e2d);
  margin: 0 0 1rem 0;
}
.auteur-expertise-liste {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.auteur-expertise-liste li {
  padding: 0.4rem 0.9rem;
  background: rgba(15, 118, 110, 0.08);
  border-radius: 16px;
  font-size: 0.9rem;
  color: var(--color3, #0f766e);
}
.auteur-articles {
  background: var(--color9, #f7f5ef);
  padding: 3rem 1.5rem;
}
.auteur-articles-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.auteur-articles-wrapper > h2 {
  font-size: 1.8rem;
  color: var(--color3, #2c3e2d);
  margin: 0 0 2rem 0;
}
.auteur-articles-count {
  color: var(--color3-light, #5a6b5c);
  font-weight: 400;
  font-size: 1.3rem;
}
.auteur-articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.auteur-articles-empty {
  text-align: center;
  color: var(--color3-light, #5a6b5c);
  padding: 3rem 1rem;
  font-style: italic;
}
.auteur-articles-pagination {
  margin-top: 2.5rem;
  text-align: center;
}
.auteur-cta {
  text-align: center;
  background: var(--white, #fff);
  padding: 3rem 1.5rem;
}
.auteur-cta h2 {
  font-size: 1.7rem;
  margin: 0 0 0.75rem 0;
  color: var(--color3, #2c3e2d);
}
.auteur-cta p {
  max-width: 600px;
  margin: 0 auto 1.5rem;
  color: var(--color3, #2c3e2d);
  line-height: 1.6;
}
.auteur-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .auteur-hero-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  .auteur-photo img {
    width: 160px;
    height: 160px;
  }
  .auteur-identite h1 {
    font-size: 1.7rem;
  }
  .auteur-reseaux {
    justify-content: center;
  }
}
