/* 
 styles_2025_PRODUCTION_V1_VERROUILLE.PATCHED.css
 Base: /css/styles_2025_PRODUCTION_V1_VERROUILLE.css
 Merged on: 2025-08-19 10:39:22
 Note: This is your original stylesheet content followed by the _patch_missing.css content.
*/


/* Variables globales */
:root {
  --color-text: #2b344f;
  --color-accent: #e4936b;
  --color-accent-light: #fff4e6;
  --bg-light: #fafafa;
  --bg-lighter: #fdfdfd;
  --bg-contrast: #fff7df;
  --transition-duration: 0.3s;
  --radius: 0.5rem;
}

/* Reset basique */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  color: var(--color-text);
  line-height: 1.5;
  background: var(--bg-light);
}

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

/* Header & navigation */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(14px);
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

header .logo {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--color-text);
}

nav.site-nav,
nav.main-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

nav.site-nav a,
nav.main-nav a,
.dropbtn {
  background: none;
  border: none;
  font: inherit;
  color: var(--color-text);
  font-weight: 500;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  transition: background var(--transition-duration);
}

nav.site-nav a.cta,
.dropbtn.cta {
  background-color: var(--color-accent);
  color: #fff;
  border-radius: 4px;
}

nav.site-nav a:hover,
nav.main-nav a:hover,
.dropbtn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Dropdown */
.dropdown {
  position: relative;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--bg-contrast);
  min-width: 220px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: var(--radius);
  overflow: hidden;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a {
  display: block;
  padding: 0.7rem 1rem;
  color: var(--color-text);
}
.dropdown-content a:hover {
  background-color: #ffeac2;
}

/* Hero premium */
.hero, section.hero {
  position: relative;
  margin-top: -80px;
  padding-top: 12rem;
  padding-bottom: 6rem;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.85), rgba(255,255,255,0)),
    url('images/hero-hero-officiel.jpg') center/cover no-repeat;
  background-blend-mode: overlay;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.hero h1, .hero p {
  text-shadow: 0 2px 14px rgba(36,59,85,0.11);
}
.hero .cta {
  background-color: var(--color-accent);
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: var(--radius);
  margin-top: 1.2rem;
  display: inline-block;
}

/* SECTIONS “BLOCS CLINIQUES” MODERNES */
section:not(.hero):not(.faq-block):not(.testimonials-section) {
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
  background: #fcfcfe !important;
  border-radius: 1.5rem !important;
  box-shadow: 0 3px 24px 0 rgba(36,59,85,0.03) !important;
  padding: 3.5rem 2rem !important;
  box-sizing: border-box !important;
}

/* FAQ et témoignages en bloc, mais léger */
.faq-block, .testimonials-section {
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
  border-radius: 1.5rem !important;
  background: #f8fafe !important;
  box-shadow: 0 3px 24px 0 rgba(36,59,85,0.02) !important;
  padding: 3.5rem 2rem !important;
}

/* Responsive */
@media (max-width: 900px) {
  .hero {
    padding-top: 9rem;
    padding-bottom: 4rem;
  }
  .hero-content h1 {
    font-size: 1.8rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .hero-content .cta {
    font-size: 0.95rem;
    padding: 0.75rem 1.4rem;
  }
}
  .hero, section.hero {
  position: relative;
  margin-top: -80px;
  padding-top: 12rem;
  padding-bottom: 6rem;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.85), rgba(255,255,255,0)),
    url('images/hero-hero-officiel.jpg') center/cover no-repeat;
  background-blend-mode: overlay;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
}

/* UL/OL dans section - pour éviter bloc collé au texte précédent */
section ul, section ol {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

/* Cartes et grid */
.cards-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 4rem 2rem;
}
.card-bloc, .feature-item {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  padding: 2.5rem 2rem;
  max-width: 300px;
  margin-bottom: 2rem !important;
  transition: transform var(--transition-duration), box-shadow var(--transition-duration);
}
.card-bloc:hover, .feature-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}
.feature-text {
  font-weight: bold;
  font-size: 1rem;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  padding: 4rem 2rem;
  background: var(--bg-light);
  justify-items: center;
}

/* Timeline */
.timeline-section {
  padding: 4rem 2rem;
  background-color: var(--bg-lighter);
}
.timeline-step:not(:last-child) {
  margin-bottom: 2rem;
}
.timeline-content {
  font-size: 1.1rem;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* Bloc vidéo centré */
.bloc-video {
  text-align: center;
}
.video-responsive {
  display: inline-block;
  max-width: 800px;
  width: 100%;
}
.video-responsive iframe {
  width: 100%;
  height: auto;
}

/* CTA section */
.cta-section {
  padding: 4rem 2rem;
  text-align: center;
  background: var(--color-accent-light);
  border-top: 1px solid rgba(0,0,0,0.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}
.cta-section h2 {
  margin-bottom: 1rem;
}
.cta-section p {
  margin-bottom: 1.5rem;
}
.cta-section .cta {
  background-color: var(--color-accent);
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: var(--radius);
}

/* Testimonials */
.testimonial-card {
  max-width: 600px;
  margin: 1rem auto;
  font-style: italic;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.testimonial-author {
  margin-top: 1rem;
  font-weight: bold;
  text-align: right;
}

/* Footer */
footer.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 2rem;
  background: rgba(255,255,255,0.85);
  border-top: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 -1px 6px rgba(0,0,0,0.1);
}
.footer-column {
  min-width: 180px;
  margin-bottom: 1rem;
}
.footer-column h4 {
  margin-bottom: 0.5rem;
}
.footer-column a {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--color-text);
}
.footer-column a:hover {
  text-decoration: underline;
}

/* FAQ spécifique */
.faq-block {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 2rem;
  text-align: left;
}
.faq-block .faq-item {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 1rem;
}

/* Variantes UX2025 scoped */
[data-theme="ux2025"] .card {
  background: #ffeac2;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
[data-theme="ux2025"] .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
[data-theme="ux2025"] .card-glass {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
[data-theme="ux2025"] .card-color {
  background: var(--color-accent);
  color: #fff;
}
[data-theme="ux2025"] .hero-svg {
  position: relative;
}
[data-theme="ux2025"] .image-bloc img {
  filter: saturate(1.2) brightness(1.1);
}
[data-theme="ux2025"] .timeline-content {
  border-left: 4px solid var(--color-accent);
  padding-left: 2rem;
}
[data-theme="ux2025"] .feature-item {
  border-top: 3px solid var(--color-accent);
}
[data-theme="ux2025"] .fade-in {
  animation: fadeInUp 0.8s ease forwards;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 2rem;
  background: rgba(255,255,255,0.85);
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  backdrop-filter: blur(4px);
}

.site-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* === Bloc CSS complémentaires fusionnés === */

/* ✅ CSS fusionné – blocs spécifiques homepage et optimisés */

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.grid-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  max-width: 1100px;
  margin: auto;
  text-align: left;
}

.illustration {
  max-width: 700px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 3rem;
  text-align: center;
}

.metaphore {
  margin-top: 3rem;
  text-align: center;
}

.metaphore-points {
  max-width: 600px;
  margin: 1em auto;
  text-align: left;
}

.reevaluation {
  margin-top: 3rem;
}

.media-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2.5em;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.media-item {
  flex: 1 1 320px;
  min-width: 280px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 1.5em;
}

.media-item iframe {
  width: 100%;
  border-radius: 10px;
}

.audio-link {
  display: block;
  background: #f4f8ff;
  padding: 1rem 1.2rem;
  border-left: 4px solid #005a8d;
  color: #003366;
  text-decoration: none;
  font-weight: 500;
  border-radius: 8px;
  margin-top: 1em;
}

.faq {
  margin-top: 2.5rem;
}

.faq details {
  margin-bottom: 1em;
}

.faq summary {
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

.faq p {
  margin-top: 0.5em;
}

/* Section Sport */
.sport-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: space-between;
  align-items: flex-start;
}

.sport-illustration {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Bloc Localisation */
.bloc--localisation {
  background-color: #f8faff;
  padding: 4em 1.5em;
}

.bloc--localisation .titre-centre {
  text-align: center;
  font-size: 1.9em;
  color: #005a8d;
  margin-bottom: 2rem;
}

.bloc--localisation .grille-3-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}

.bloc--localisation .carte {
  flex: 1 1 280px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1.6em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.bloc--localisation .carte h3 {
  color: #005a8d;
  font-size: 1.2em;
  margin-bottom: 0.6em;
}

.bloc--localisation .liste-icones {
  padding-left: 1.2em;
  margin-bottom: 1.2em;
}

.bloc--localisation .lien-bouton {
  display: inline-block;
  background: #e8f0fe;
  color: #005a8d;
  padding: 0.6em 1.2em;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.bloc--localisation .cta-centre {
  text-align: center;
  margin-top: 2.5em;
}

.bloc--localisation .cta-centre .cta--primaire {
  background: #005a8d;
  color: #fff;
  padding: 0.9em 2em;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  display: inline-block;
  margin-bottom: 1em;
}

.bloc--localisation .cta-centre .lien-texte {
  color: #005a8d;
  text-decoration: underline;
  font-weight: bold;
}

.bloc--localisation .seo-cache {
  display: none;
}
/* === HEADER === */
.site-header {
  background-color: #fff;
  padding: 1rem 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  max-height: 60px;
  height: auto;
  display: block;
}

.main-nav ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

/* === HERO === */
.hero {
  position: relative;
  margin-top: -80px;
  padding-top: 12rem;
  padding-bottom: 6rem;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.85), rgba(255,255,255,0)),
    url('images/hero-hero-officiel.jpg') center/cover no-repeat;
  background-blend-mode: overlay;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

.hero-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 2rem;
  background: rgba(255,255,255,0.85);
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  backdrop-filter: blur(4px);
}

.hero h1 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.cta {
  background-color: #e07a5f;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.cta:hover {
  background-color: #d45a3f;
}


.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.6), rgba(255,255,255,0));
  z-index: 1;
}


/* === CTA ALIGNEMENT GLOBAL FIXÉ === */
.bloc .cta,
.cta-center .cta,
.cta-row .cta,
.cta-liste .cta {
  display: inline-block;
  margin-top: 1.5rem;
  margin-right: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #e07a5f;
  color: white;
  border-radius: 6px;
  font-weight: bold;
  font-size: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: none;
  text-decoration: none;
  transition: background 0.3s ease;
}
.bloc .cta:hover,
.cta-center .cta:hover,
.cta-row .cta:hover,
.cta-liste .cta:hover {
  background-color: #d45a3f;
}



/* === VARIANTE UX2025 ENRICHIE === */

/* Hover CTA inversé */
.cta:hover {
  background-color: white !important;
  color: #e07a5f !important;
  border: 2px solid #e07a5f !important;
}

/* Alternance de couleurs sur sections */
section:nth-of-type(even) {
  background-color: #fffdf6 !important;
}
section:nth-of-type(odd) {
  background-color: #f4f8ff !important;
}

/* Titres avec soulignement */
h2, h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}

/* Responsive empilement sur mobile */
@media (max-width: 768px) {
  .grid-2,
  .grid-3 {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
  }

  .cta-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }
}

/* FAQ flèche animée */
.faq summary::after {
  content: "▼";
  float: right;
  transition: transform 0.3s ease;
}
.faq details[open] summary::after {
  transform: rotate(180deg);
}

/* Témoignage hover effet */
.temoignage:hover {
  font-style: italic;
  transform: scale(1.02);
  transition: all 0.2s ease-in-out;
}

/* Hero image mobile ajustement */
@media (max-width: 768px) {
  .hero-bg {
    object-position: top center !important;
  }
}

/* Sticky nav shrink on scroll (JS nécessaire côté client) */
.site-header.shrink {
  height: 60px !important;
  padding: 0.5rem 1rem !important;
}

/* CTA final section */
.cta-section {
  background-color: #fff4e6;
  padding: 3rem 2rem;
  text-align: center;
}




/* === Alternance manuelle de couleurs de fond === */
.alt-bg1 {
  background-color: #fdfdfd !important;
}
.alt-bg2 {
  background-color: #f8fafe !important;
}


/* --- PATCH START --- */

/* 
 _patch_missing.css
 Generated: 2025-08-19 10:39:22
 Purpose: Provide non-regressive placeholders for classes/IDs used in HTML but not defined in CSS.
 Integration: Link this file AFTER your main stylesheet or use the merged file provided.
*/
.bloc { /* TODO: define styles for .bloc */ }
.bloc--faq { /* TODO: define styles for .bloc--faq */ }
.bloc--hero { /* TODO: define styles for .bloc--hero */ }
.bloc--ico { /* TODO: define styles for .bloc--ico */ }
.bloc--ico-alt { /* TODO: define styles for .bloc--ico-alt */ }
.bloc--media { /* TODO: define styles for .bloc--media */ }
.bloc--tiffr { /* TODO: define styles for .bloc--tiffr */ }
.bloc--tiffr-dark { /* TODO: define styles for .bloc--tiffr-dark */ }
.center { /* TODO: define styles for .center */ }
.conteneur { /* TODO: define styles for .conteneur */ }
.conteneur--m { /* TODO: define styles for .conteneur--m */ }
.contenu-approche { /* TODO: define styles for .contenu-approche */ }
.contenu-bio { /* TODO: define styles for .contenu-bio */ }
.cta--secondaire { /* TODO: define styles for .cta--secondaire */ }
.cta-alt { /* TODO: define styles for .cta-alt */ }
.cta-center { /* TODO: define styles for .cta-center */ }
.cta-header { /* TODO: define styles for .cta-header */ }
.cta-liste { /* TODO: define styles for .cta-liste */ }
.cta-primary { /* TODO: define styles for .cta-primary */ }
.cta-secondary { /* TODO: define styles for .cta-secondary */ }
.grid { /* TODO: define styles for .grid */ }
.grid--2cols { /* TODO: define styles for .grid--2cols */ }
.grid-temoignages { /* TODO: define styles for .grid-temoignages */ }
.intro { /* TODO: define styles for .intro */ }
.is-disabled { /* TODO: define styles for .is-disabled */ }
.skip-link { /* TODO: define styles for .skip-link */ }
.temoignage { /* TODO: define styles for .temoignage */ }
.temoignage__auteur { /* TODO: define styles for .temoignage__auteur */ }
.temoignage__texte { /* TODO: define styles for .temoignage__texte */ }
.temoignages__synthese { /* TODO: define styles for .temoignages__synthese */ }
.titre-bloc { /* TODO: define styles for .titre-bloc */ }
.titre-faq { /* TODO: define styles for .titre-faq */ }
.txt--bleu-fonce { /* TODO: define styles for .txt--bleu-fonce */ }
.visuel-approche { /* TODO: define styles for .visuel-approche */ }
.visuel-bio { /* TODO: define styles for .visuel-bio */ }
#+i+dl;f.parentNode.insertBefore(j,f);})(window,document, { /* TODO: replace ID-based styling with a class; temporary placeholder for #+i+dl;f.parentNode.insertBefore(j,f);})(window,document, */ }
#approche { /* TODO: replace ID-based styling with a class; temporary placeholder for #approche */ }
#approche-evolutive { /* TODO: replace ID-based styling with a class; temporary placeholder for #approche-evolutive */ }
#bio { /* TODO: replace ID-based styling with a class; temporary placeholder for #bio */ }
#contenu { /* TODO: replace ID-based styling with a class; temporary placeholder for #contenu */ }
#douleurs { /* TODO: replace ID-based styling with a class; temporary placeholder for #douleurs */ }
#hero { /* TODO: replace ID-based styling with a class; temporary placeholder for #hero */ }
#infos-pratiques { /* TODO: replace ID-based styling with a class; temporary placeholder for #infos-pratiques */ }
#media { /* TODO: replace ID-based styling with a class; temporary placeholder for #media */ }
#orientation { /* TODO: replace ID-based styling with a class; temporary placeholder for #orientation */ }
#pourquoi { /* TODO: replace ID-based styling with a class; temporary placeholder for #pourquoi */ }
#sport { /* TODO: replace ID-based styling with a class; temporary placeholder for #sport */ }
#temoignages { /* TODO: replace ID-based styling with a class; temporary placeholder for #temoignages */ }
#titre-approche { /* TODO: replace ID-based styling with a class; temporary placeholder for #titre-approche */ }
#titre-approche-evolutive { /* TODO: replace ID-based styling with a class; temporary placeholder for #titre-approche-evolutive */ }
#titre-bio { /* TODO: replace ID-based styling with a class; temporary placeholder for #titre-bio */ }
#titre-infos-pratiques { /* TODO: replace ID-based styling with a class; temporary placeholder for #titre-infos-pratiques */ }
#titre-media { /* TODO: replace ID-based styling with a class; temporary placeholder for #titre-media */ }
#titre-orientation { /* TODO: replace ID-based styling with a class; temporary placeholder for #titre-orientation */ }
#titre-pourquoi { /* TODO: replace ID-based styling with a class; temporary placeholder for #titre-pourquoi */ }
