:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:#1a1a1a;background:#f5f5f0;font-family:Inter,sans-serif;line-height:1.6}.section{text-align:center;padding:clamp(4rem,8vw,6rem) clamp(1.5rem,5vw,3rem)}.section--dark{background:#f5f5f0}.section--darker{background:#eceee8}.section--black{background:#e4e7e0}.section__label{color:#7a8a7a;letter-spacing:0;margin-bottom:1rem;font-size:.75rem}.section__title{color:#1a1a1a;margin-bottom:1.5rem;font-size:clamp(1.8rem,4vw,3rem);line-height:1.2}.btn{color:#fff;letter-spacing:.08em;cursor:pointer;background:#2e6d51;border:none;border-radius:999px;padding:.9rem 2.2rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-block}.btn:hover{background:#2d5a45;transform:translateY(-1px)}.navbar{z-index:1000;-webkit-backdrop-filter:blur(14px);background:#f5f5f0cc;justify-content:space-between;align-items:center;width:100%;padding:1.2rem clamp(1.5rem,5vw,3rem);display:flex;position:fixed;top:0;left:0;box-shadow:0 4px 30px #2e6d5114}.navbar__logo img{object-fit:contain;width:auto;height:24px;display:block}.navbar__links{gap:2rem;margin-left:auto;margin-right:1.5rem;list-style:none;display:flex}.navbar__links a{color:#4f6f5f;letter-spacing:.08em;font-size:.8rem;text-decoration:none;transition:all .2s}.navbar__links a:hover{color:#1a1a1a}.navbar__cta{color:#fff;background:#2e6d51;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:.4rem;padding:.25rem 1.3rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;position:relative}@keyframes gradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.navbar__cta:hover{background:#347a5c;border-color:#fff6;transform:translateY(-1px);box-shadow:0 2px 10px #2e6d5133}.navbar__cta:after{content:"";opacity:0;background:linear-gradient(120deg,#0000,#ffffff80,#0000);border-radius:999px;transition:opacity .3s;position:absolute;inset:0}.navbar__cta:hover:after{opacity:1}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:800px;padding:clamp(2rem,6vw,4rem);display:flex}.hero__label{letter-spacing:.25em;color:#7a8a7a;font-size:.75rem}.hero__title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1}.hero__title span{color:#2e6d51}.hero__subtitle{color:#5a5a5a;max-width:520px;font-size:1rem}.video{background:#eceee8;padding:clamp(4rem,8vw,6rem) 1.5rem}.video__grid{justify-content:center;align-items:center;gap:clamp(1.5rem,4vw,3rem);max-width:1200px;margin:0 auto;display:flex}.video__wrapper{border-radius:16px;position:relative;overflow:hidden}.video__wrapper iframe{width:100%;height:100%;display:block}.video__wrapper--youtube{aspect-ratio:16/9;width:100%;max-width:900px}.video__wrapper--short{aspect-ratio:4/5;width:100%;max-width:350px}@media (width<=768px){.video__grid{flex-direction:column;align-items:center}.video__wrapper--short{aspect-ratio:4/5;order:2;width:100%;max-width:350px}.video__wrapper--youtube{aspect-ratio:16/9;order:1;width:100%;max-width:100%}}.creneaux__grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:900px;margin:0 auto 2.5rem;display:flex}.creneau-card{background:#fff;border:1px solid #d0d4cc;border-radius:8px;min-width:160px;padding:1.5rem 2rem}.creneau-card__jour{color:#2e6d51;margin-bottom:.4rem;font-size:1rem;font-weight:700}.creneau-card__date{color:#7a8a7a;margin-bottom:.8rem;font-size:.8rem}.creneau-card__places{font-size:.85rem}.creneau-card--highlight{background:#f0f7f4;border:2px solid #2e6d51;position:relative;transform:translateY(-4px);box-shadow:0 12px 35px #2e6d5133}.creneau-card__badge{color:#fff;letter-spacing:.05em;background:#2e6d51;border:2px solid #fff;border-radius:999px;padding:.35rem .7rem;font-size:.65rem;font-weight:700;position:absolute;top:-10px;right:-10px;box-shadow:0 4px 12px #00000040}.whyus__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:0 auto;display:grid}.whyus__card{text-align:center;background:#fff;border:1px solid #d0d4cc;border-radius:10px;padding:1.8rem;transition:transform .2s}.whyus__card:hover{transform:translateY(-4px)}.whyus__icon{margin-bottom:1rem;font-size:1.8rem}.whyus__card-title{margin-bottom:.6rem;font-size:1rem;font-weight:700}.whyus__card-desc{color:#5a5a5a;font-size:.85rem}.whyus__card:nth-child(4){grid-column:1/2;margin-left:auto}.whyus__card:nth-child(5){grid-column:2/3}@media (width<=768px){.whyus__grid{grid-template-columns:repeat(2,1fr)}.whyus__card:nth-child(4),.whyus__card:nth-child(5){grid-column:auto;margin:0}}@media (width<=480px){.whyus__grid{grid-template-columns:1fr}}.faq__list{text-align:left;max-width:700px;margin:0 auto}.faq__item{border-bottom:1px solid #d0d4cc;padding:1.2rem 0}.faq__question{justify-content:space-between;font-size:.95rem;font-weight:600;display:flex}.faq__icon{color:#2e6d51;font-size:1.2rem}.faq__answer{color:#5a5a5a;margin-top:.8rem;font-size:.85rem}.contact__form{flex-direction:column;gap:1rem;max-width:500px;margin:0 auto;display:flex}.form-input{background:#fff;border:1px solid #d0d4cc;border-radius:6px;padding:.9rem;font-size:.9rem}.form-input:focus{border-color:#2e6d51;outline:none}.footer{color:#a8c4b0;text-align:center;background:linear-gradient(135deg,#2e6d51 0%,#4a9970 100%);padding:3rem 1.5rem}.footer__logo{color:#fff;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.footer__info{margin-bottom:.4rem;font-size:.85rem}.footer__link{color:#a8c4b0;margin-bottom:.4rem;font-size:.85rem}.footer__copy{color:#6a9a7a;font-size:.75rem}.trustbar{background:linear-gradient(135deg,#2e6d51 0%,#4a9970 100%);padding:clamp(3rem,6vw,5rem) clamp(1.5rem,5vw,3rem)}.trustbar__title{color:#ffffffbf;letter-spacing:.12em;text-transform:uppercase;text-align:center;margin-bottom:2.5rem;font-size:.8rem}.trustbar__logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(1.5rem,4vw,4rem);display:flex}.trustbar__logo{object-fit:contain;filter:brightness(0)invert();opacity:.85;flex-shrink:0;width:auto;height:clamp(35px,5vw,40px);transition:all .3s}.trustbar__logo:hover{opacity:1;transform:scale(1.05)}@media (width<=600px){.trustbar__logos{grid-template-columns:repeat(2,1fr);justify-items:center;gap:2rem 1.5rem;display:grid}.trustbar__logo{height:clamp(30px,8vw,45px)}}.strike{opacity:.15;font-style:italic;font-weight:400;text-decoration:line-through}.creneau-card__places{justify-content:space-between;align-items:center;margin-top:.4rem;display:flex}.creneau-card__places strong{color:#1a1a1a;font-weight:600}.creneau-slot{margin-top:1rem}.creneau-slot__moment{margin-bottom:.3rem;font-weight:600}.creneau-slot__places{margin-bottom:.6rem;font-size:.8rem}.creneau-slot__btn{width:100%;padding:.6rem;font-size:.75rem}.creneau-slot__btn:disabled{cursor:not-allowed;background:#ccc}.creneau-separator{border:none;border-top:1px solid #e0e3dc;margin:1.2rem 0 .5rem}.hero__logo{max-width:300px;height:auto}.creneau-card--highlight{border:1px solid #2e6d51;position:relative;transform:translateY(-2px);box-shadow:0 8px 25px #2e6d511f}.creneau-card--highlight:before{content:"";opacity:.6;filter:blur(10px);z-index:0;background:linear-gradient(120deg,#0000,#2e6d5140,#0000);border-radius:10px;position:absolute;inset:-2px}.creneau-card--highlight>*{z-index:1;position:relative}.creneau-card__badge{color:#fff;letter-spacing:.05em;background:#2e6d51;border-radius:999px;padding:.35rem .6rem;font-size:.65rem;font-weight:700;position:absolute;top:-10px;right:-10px;box-shadow:0 4px 12px #00000026}.creneau-card__badge:before{content:"";background:#4ade80;border-radius:50%;width:6px;height:6px;margin-right:6px;display:inline-block;box-shadow:0 0 6px #4ade80cc}@keyframes pulseSoft{0%{box-shadow:0 0 #2e6d5126}70%{box-shadow:0 0 0 8px #2e6d5100}to{box-shadow:0 0 #2e6d5100}}.creneau-card--highlight{animation:4s infinite pulseSoft}.places--ok{color:#16a34a;font-weight:600}.places--full{color:#9ca3af;font-weight:500}.whyus__icon{justify-content:center;margin-bottom:1rem;display:flex}.contact__form{text-align:left;flex-direction:column;gap:1.2rem;max-width:560px;margin:0 auto;display:flex}.form-label{color:#4a5a4a;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.4rem;font-size:.78rem;font-weight:600;display:block}.form-label--optional{color:#9aaa9a;text-transform:none;letter-spacing:0;font-weight:400}.form-group{flex-direction:column;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-input{color:#1a1a1a;background:#fff;border:1.5px solid #d0d4cc;border-radius:8px;width:100%;padding:.85rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:#2e6d51;outline:none;box-shadow:0 0 0 3px #2e6d511a}.form-input::placeholder{color:#b0b8b0}.creneau-picker{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.creneau-option{color:#3a4a3a;cursor:pointer;background:#fff;border:1.5px solid #d0d4cc;border-radius:8px;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.82rem;font-weight:500;line-height:1.3;transition:all .18s;display:flex}.creneau-option:hover{background:#f0f7f3;border-color:#2e6d51}.creneau-option--active{color:#2e6d51;background:#eaf4ef;border-color:#2e6d51;font-weight:600}.creneau-option input[type=radio]{appearance:none;border:2px solid #d0d4cc;border-radius:50%;flex-shrink:0;width:14px;height:14px;transition:all .18s}.creneau-option--active input[type=radio]{background:#2e6d51;border-color:#2e6d51;box-shadow:inset 0 0 0 2px #fff}.contact__trust{color:#7a8a7a;border-top:1px solid #e8ebe4;border-bottom:1px solid #e8ebe4;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem 0;font-size:.78rem;display:flex}.contact__trust a{color:#2e6d51;font-weight:600;text-decoration:none}.contact__trust a:hover{text-decoration:underline}.contact__btn{text-align:center;width:100%;padding:1rem}@media (width<=600px){.form-row,.creneau-picker{grid-template-columns:1fr}.contact__trust{text-align:center;flex-direction:column}}.creneau-option__text{flex-direction:column;align-items:flex-start;gap:.15rem;display:flex}.creneau-option__jour{font-size:.85rem;font-weight:600;line-height:1.2}.creneau-option__moment{color:#7a8a7a;font-size:.72rem;font-weight:400}.creneau-option--active .creneau-option__moment{color:#2e6d51;opacity:.8}.creneau-option--full{opacity:.4;cursor:not-allowed;pointer-events:none}.creneau-option--full .creneau-option__moment:after{content:" — Complet";color:#c0392b;font-size:.68rem}
