 :root {--couleur-primaire: #3e5950;--couleur-secondaire: #7a8d83;--couleur-accent: #3d7a8a;--couleur-texte: #2c3e50;--couleur-texte-clair: #555555;--couleur-fond: #ffffff;--couleur-fond-alt: #f8f9fa;--couleur-bordure: #dee2e6;--couleur-avertissement: #fff3cd;--couleur-avertissement-texte: #6d4c00;--couleur-urgence: #c82333;--police-principale: 'Livvic', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--taille-base: 16px;--hauteur-ligne-base: 1.6;--espacement-xs: 0.5rem;--espacement-sm: 1rem;--espacement-md: 2rem;--espacement-lg: 3rem;--espacement-xl: 4rem;--largeur-max: 1200px;--ombre-legere: 0 2px 4px rgba(0, 0, 0, 0.1);--ombre-moyenne: 0 4px 6px rgba(0, 0, 0, 0.1);--ombre-forte: 0 8px 16px rgba(0, 0, 0, 0.15);--transition-rapide: 0.2s ease;--transition-normale: 0.3s ease;}*, *::before, *::after {margin: 0;padding: 0;box-sizing: border-box;}html {font-size: var(--taille-base);scroll-behavior: smooth;}body {font-family: var(--police-principale);line-height: var(--hauteur-ligne-base);color: var(--couleur-texte);background-color: var(--couleur-fond);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}@font-face {font-display: swap;font-family: 'Livvic';font-style: normal;font-weight: 400;src: url('/fonts/livvic-regular.woff2') format('woff2');}@font-face {font-display: swap;font-family: 'Livvic';font-style: italic;font-weight: 400;src: url('/fonts/livvic-regular-italic.woff2') format('woff2');}@font-face {font-display: swap;font-family: 'Livvic';font-style: normal;font-weight: 500;src: url('/fonts/livvic-medium.woff2') format('woff2');}@font-face {font-display: swap;font-family: 'Livvic';font-style: italic;font-weight: 500;src: url('/fonts/livvic-medium-italic.woff2') format('woff2');}@font-face {font-display: swap;font-family: 'Livvic';font-style: normal;font-weight: 600;src: url('/fonts/livvic-semibold.woff2') format('woff2');}@font-face {font-display: swap;font-family: 'Livvic';font-style: normal;font-weight: 700;src: url('/fonts/livvic-bold.woff2') format('woff2');}@font-face {font-display: swap;font-family: 'Livvic';font-style: italic;font-weight: 700;src: url('/fonts/livvic-bold-italic.woff2') format('woff2');}h1, h2, h3, h4, h5, h6 {font-weight: 600;line-height: 1.3;margin-bottom: var(--espacement-sm);color: var(--couleur-primaire);}h1 {font-size: 2.5rem;margin-bottom: var(--espacement-md);}h2 {font-size: 2rem;margin-bottom: var(--espacement-md);}h3 {font-size: 1.5rem;}h4 {font-size: 1.25rem;}p {margin-bottom: var(--espacement-sm);}a {color: var(--couleur-accent);text-decoration: underline;transition: color var(--transition-rapide);}a:hover, a:focus {color: var(--couleur-primaire);text-decoration: underline;}a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {outline: 3px solid var(--couleur-accent);outline-offset: 2px;border-radius: 2px;}ul, ol {margin-bottom: var(--espacement-sm);padding-left: var(--espacement-md);}li {margin-bottom: var(--espacement-xs);}blockquote {border-left: 4px solid var(--couleur-primaire);padding-left: var(--espacement-md);margin: var(--espacement-md) 0;font-style: italic;color: var(--couleur-texte-clair);}strong {font-weight: 600;color: var(--couleur-texte);}.container {max-width: var(--largeur-max);margin: 0 auto;padding: 0 var(--espacement-sm);}.container-fluid {width: 100%;padding: 0 var(--espacement-sm);}.skip-link {position: absolute;top: -100px;left: 0;background: var(--couleur-primaire);color: white;padding: var(--espacement-sm);text-decoration: none;z-index: 10000;font-weight: 600;}.skip-link:focus {top: 0;outline: 3px solid var(--couleur-accent);outline-offset: 2px;}#header-placeholder {position: sticky;top: 0;z-index: 1000;}.site-header {background-color: var(--couleur-fond);box-shadow: var(--ombre-legere);padding: var(--espacement-sm) 0;}.site-header .container {display: flex;justify-content: space-between;align-items: center;gap: var(--espacement-md);}.logo a {display: flex;align-items: center;gap: var(--espacement-sm);text-decoration: none;}.logo img {width: 60px;height: 60px;object-fit: contain;}.site-name {font-size: 1.5rem;font-weight: 600;color: var(--couleur-primaire);}.main-nav ul {display: flex;list-style: none;gap: var(--espacement-md);margin: 0;padding: 0;}.main-nav a {font-weight: 500;color: var(--couleur-texte);padding: var(--espacement-xs) var(--espacement-sm);border-radius: 4px;transition: background-color var(--transition-rapide), color var(--transition-rapide);text-decoration: none;}.main-nav a:hover, .main-nav a:focus {background-color: var(--couleur-fond-alt);text-decoration: none;}.main-nav a.active {background-color: var(--couleur-primaire);color: white;}.main-nav a[aria-current="page"] {background-color: var(--couleur-primaire);color: white;}.mobile-menu-toggle {display: none;flex-direction: column;gap: 5px;background: none;border: 2px solid var(--couleur-primaire);cursor: pointer;padding: var(--espacement-xs);min-width: 44px;min-height: 44px;border-radius: 4px;}.mobile-menu-toggle span {display: block;width: 25px;height: 3px;background-color: var(--couleur-primaire);transition: all var(--transition-normale);}.mobile-menu-toggle.active span:nth-child(1) {transform: rotate(45deg) translate(7px, 7px);}.mobile-menu-toggle.active span:nth-child(2) {opacity: 0;}.mobile-menu-toggle.active span:nth-child(3) {transform: rotate(-45deg) translate(7px, -7px);}.hero {background: linear-gradient(135deg, var(--couleur-primaire) 0%, var(--couleur-secondaire) 100%);color: white;text-align: center;padding: var(--espacement-xl) var(--espacement-sm);}.hero h1 {color: white;font-size: 3rem;margin-bottom: var(--espacement-sm);}.hero-subtitle {font-size: 1.25rem;opacity: 0.95;}.hero-subtitle-1 {font-size: 2rem;opacity: 0.95;}.hero-subtitle-2 {font-size: 1.5rem;opacity: 0.95;}.hero-subtitle-2 strong {color: white;}.hero-separator {width: 33%;border: 0;border-top: 2px solid rgba(255, 255, 255, 0.7);margin: 20px auto;}section {padding: var(--espacement-xl) 0;}section:nth-of-type(even) {background-color: var(--couleur-fond-alt);}.about-section h2 {text-align: center;margin-bottom: var(--espacement-lg);}.about-content {display: grid;grid-template-columns: 1fr 2fr;gap: var(--espacement-lg);align-items: center;margin-bottom: var(--espacement-lg);}.about-image img {width: 100%;height: auto;border-radius: 8px;box-shadow: var(--ombre-moyenne);}.about-text p {margin-bottom: var(--espacement-sm);text-align: left;}.certifications {background-color: white;padding: var(--espacement-md);border-radius: 8px;box-shadow: var(--ombre-legere);margin: var(--espacement-lg) 0;}.certifications h3 {margin-bottom: var(--espacement-md);}.certifications ul {list-style: none;padding: 0;}.certifications li {padding: var(--espacement-sm);margin-bottom: var(--espacement-sm);background-color: var(--couleur-fond-alt);border-left: 4px solid var(--couleur-primaire);border-radius: 4px;}.cta-section {text-align: center;margin-top: var(--espacement-lg);padding: var(--espacement-lg);background-color: var(--couleur-fond-alt);border-radius: 8px;}.cta-section h3 {margin-bottom: var(--espacement-md);}.cta-buttons {display: flex;justify-content: center;gap: var(--espacement-sm);flex-wrap: wrap;}.medical-disclaimer {background-color: var(--couleur-avertissement);padding: var(--espacement-md) 0;border-top: 3px solid var(--couleur-avertissement-texte);}.medical-disclaimer p {text-align: center;color: var(--couleur-avertissement-texte);margin: var(--espacement-xs) 0;}.medical-disclaimer strong, .text-avertissement {font-weight: 700;color: var(--couleur-avertissement-texte);}.text-blanc {color: white;}.btn {display: inline-block;padding: var(--espacement-sm) var(--espacement-md);font-size: 1rem;font-weight: 500;text-align: center;text-decoration: none;border-radius: 6px;transition: all var(--transition-normale);cursor: pointer;border: 2px solid transparent;min-height: 44px;line-height: 1.4;}.btn-primary {background-color: var(--couleur-primaire);color: white;}.btn-primary:hover, .btn-primary:focus {background-color: white;color: var(--couleur-primaire);transform: translateY(-2px);box-shadow: var(--ombre-moyenne);text-decoration: none;border-color: var(--couleur-primaire);}.btn-secondary {background-color: white;color: var(--couleur-primaire);border-color: var(--couleur-primaire);}.btn-secondary:hover, .btn-secondary:focus {background-color: var(--couleur-primaire);color: white;transform: translateY(-2px);box-shadow: var(--ombre-moyenne);text-decoration: none;}.site-footer {background-color: var(--couleur-primaire);color: white;padding: var(--espacement-lg) 0 var(--espacement-sm);}.site-footer .container {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: var(--espacement-lg);margin-bottom: var(--espacement-md);}.footer-section.partenaires .logos-colonne {display: flex;flex-direction: column;gap: 12px;margin-bottom: 12px;text-align: center;}.footer-section.partenaires .text-bloc h3 {color: white;font-size: 1.25rem;margin-bottom: var(--espacement-sm);padding-bottom: var(--espacement-xs);}.img-certif, .img-partenaire {width: 15%;min-width: 160px;border-radius:10px;}.img-agenda {width: 15%;min-width: 230px;}.footer-logo {width: 30px;min-width: 30px;}.footer-section h3 {color: white;font-size: 1.25rem;margin-bottom: var(--espacement-sm);border-bottom: 2px solid rgba(255, 255, 255, 0.3);padding-bottom: var(--espacement-xs);}.centrer {text-align: center;}.gauche {text-align: left;}.footer-section p, .footer-section a {color: whitesmoke;}.footer-section a:hover, .footer-section a:focus {color: white;}.footer-section ul {list-style: none;padding: 0;}.footer-section li {margin-bottom: var(--espacement-xs);}.emergency-link {font-size: 1.5rem;font-weight: 700;color: var(--couleur-urgence) !important;background-color: white;padding: var(--espacement-xs) var(--espacement-sm);border-radius: 4px;display: inline-block;margin: var(--espacement-xs);}.footer-bottom {border-top: 1px solid rgba(255, 255, 255, 0.2);padding-top: var(--espacement-sm);margin-top: var(--espacement-md);text-align: center;}.footer-bottom p {margin-bottom: var(--espacement-xs);font-size: 0.9rem;opacity: 0.8;}.footer-bottom a {color: whitesmoke;}.cancellation-policy {color: white;font-weight: 500;opacity: 1 !important;}@media (max-width: 768px) {h1 {font-size: 2rem;}h2 {font-size: 1.75rem;}.hero h1 {font-size: 2.25rem;}.main-nav {position: absolute;top: 100%;left: 0;width: 100%;background-color: white;box-shadow: var(--ombre-forte);max-height: 0;overflow: hidden;transition: max-height var(--transition-normale);}.main-nav.active {max-height: 500px;}.main-nav ul {flex-direction: column;padding: var(--espacement-sm);gap: 0;}.main-nav li {width: 100%;}.main-nav a {display: block;padding: var(--espacement-sm);border-bottom: 1px solid var(--couleur-bordure);}.mobile-menu-toggle {display: flex;}.about-content {grid-template-columns: 1fr;}.cta-buttons {flex-direction: column;align-items: stretch;}.cta-buttons .btn {width: 100%;}}@media (max-width: 480px) {section {padding: var(--espacement-md) 0;}.hero {padding: var(--espacement-md) var(--espacement-sm);}.hero h1 {font-size: 1.75rem;}.hero-subtitle {font-size: 1rem;}.site-footer .container {grid-template-columns: 1fr;}}.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;}.separator {height: 1px;background-color: var(--couleur-bordure);margin: var(--espacement-lg) 0;border: none;}.mt-sm {margin-top: var(--espacement-sm);}.mt-md {margin-top: var(--espacement-md);}.mt-lg {margin-top: var(--espacement-lg);}.mb-sm {margin-bottom: var(--espacement-sm);}.mb-md {margin-bottom: var(--espacement-md);}.mb-lg {margin-bottom: var(--espacement-lg);}.pt-sm {padding-top: var(--espacement-sm);}.pt-md {padding-top: var(--espacement-md);}.pt-lg {padding-top: var(--espacement-lg);}.pb-sm {padding-bottom: var(--espacement-sm);}.pb-md {padding-bottom: var(--espacement-md);}.pb-lg {padding-bottom: var(--espacement-lg);}.text-center {text-align: center;}.text-left {text-align: left;}.text-right {text-align: right;}@keyframes fadeIn {from {opacity: 0;transform: translateY(20px);}to {opacity: 1;transform: translateY(0);}}.fade-in {animation: fadeIn 0.6s ease-out;}.card-hover {transition: transform var(--transition-normale), box-shadow var(--transition-normale);}.card-hover:hover {transform: translateY(-5px);box-shadow: var(--ombre-forte);}a:not(.btn) {text-decoration-skip-ink: auto;}button, .btn, input[type="submit"], input[type="button"], input[type="reset"] {min-height: 44px;min-width: 44px;}.main-nav li + li {margin-left: 0;}@media (prefers-reduced-motion: reduce) {*, *::before, *::after {animation-duration: 0.01ms !important;animation-iteration-count: 1 !important;transition-duration: 0.01ms !important;scroll-behavior: auto !important;}}@media print {.site-header, .site-footer, .mobile-menu-toggle, .cta-section, .btn, .skip-link {display: none;}body {font-size: 12pt;line-height: 1.5;color: black;background: white;}a {text-decoration: underline;color: black;}a[href^="http"]:after {content: " (" attr(href) ")";font-size: 0.8em;}h1, h2, h3, h4, h5, h6 {page-break-after: avoid;}img {max-width: 100%;page-break-inside: avoid;}section {border-top: 1px solid #ccc;padding-top: 1rem;}}