:root{--purple:#02af84;--purple-light:#54ddaf;--purple-glow:#02af841f;--dark:#1c262b;--dark-2:#263035;--white:#fff;--surface:#f7faf9;--gray-light:#f1f4f3;--border:#bbcac1;--text:#181c1c;--text-muted:#3c4a43;--error:#ba1a1a;--tech-green:#02af84;--deep-slate:#1c262b;--radius-sm:4px;--radius:8px;--radius-lg:12px;--shadow:0px 4px 16px #1c262b0f;--shadow-lg:0px 12px 32px #1c262b14;--container:1280px;color:var(--text);background:var(--surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6}*,:before,:after{box-sizing:border-box}body{margin:0}h1,h2,h3,h4,h5,h6{color:var(--text);margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-weight:700;line-height:1.2}p{margin:0}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}#root{flex-direction:column;min-height:100vh;display:flex}.navbar{z-index:100;background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0}.navbar__container{max-width:var(--container);align-items:center;gap:48px;height:72px;margin:0 auto;padding:0 24px;display:flex}.navbar__logo{flex-shrink:0;align-items:center;display:flex}.navbar__logo-img{width:auto;height:40px;display:block}.navbar__nav{background:var(--white);border-bottom:1px solid var(--border);opacity:0;pointer-events:none;flex-direction:column;align-items:stretch;gap:0;padding:8px 24px 16px;transition:transform .25s,opacity .25s;display:flex;position:fixed;top:72px;left:0;right:0;transform:translateY(-8px);box-shadow:0 8px 24px #00000014}.navbar__nav--open{opacity:1;pointer-events:all;transform:translateY(0)}.navbar__link{color:var(--text);white-space:nowrap;border-bottom:1px solid var(--border);padding:14px 0;font-size:15px;font-weight:500;transition:color .2s;position:relative}.navbar__link:last-child{border-bottom:none}.navbar__burger{border-radius:var(--radius-sm);background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;margin-left:auto;padding:8px;transition:background .2s;display:flex}.navbar__burger:hover{background:var(--gray-light)}.navbar__burger span{background:var(--dark);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.navbar__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__burger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width>=900px){.navbar__burger{display:none}.navbar__nav{box-shadow:none;opacity:1;pointer-events:all;border-bottom:none;flex-direction:row;align-items:center;gap:32px;margin-left:auto;padding:0;position:static;transform:none}.navbar__link{border-bottom:none;padding:0;font-size:16px}.navbar__link:after{content:"";background:var(--purple);border-radius:2px;height:2px;transition:transform .2s;position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.navbar__link:hover{color:var(--purple)}.navbar__link:hover:after{transform:scaleX(1)}.navbar__link--active{color:var(--purple)}.navbar__link--active:after{transform:scaleX(1)}}.footer{background:var(--dark);color:#ffffffa6;margin-top:auto}.footer__inner{max-width:var(--container);grid-template-columns:1fr;gap:40px;margin:0 auto;padding:40px 24px 32px;display:grid}.footer__brand{flex-direction:column;gap:24px;display:flex}.footer__logo{display:inline-flex}.footer__logo-img{object-fit:contain;width:auto;max-width:200px;height:auto;max-height:80px;display:block}.footer__desc{color:#ffffff8c;max-width:400px;font-size:14px;line-height:1.75}.footer__social{color:#fffc;background:#ffffff1f;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.footer__social:hover{background:var(--purple);color:var(--white)}.footer__social svg{width:18px;height:18px}.footer__nav{flex-direction:column;gap:20px;display:flex}.footer__nav-title{color:var(--white);text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:700}.footer__nav ul{flex-direction:column;gap:14px;display:flex}.footer__nav-link{color:#ffffff8c;font-size:14px;transition:color .2s}.footer__nav-link:hover{color:var(--purple-light)}.footer__bottom{border-top:1px solid #ffffff14}.footer__bottom-inner{max-width:var(--container);color:#ffffff4d;margin:0 auto;padding:20px 24px;font-size:13px}@media (width>=640px){.footer__inner{grid-template-columns:1fr 1fr;gap:40px;padding:64px 24px 48px}}@media (width>=1024px){.footer__inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}}.footer__contact-info{color:#fff6;border-top:1px solid #ffffff14;flex-direction:column;gap:6px;margin-top:20px;padding-top:16px;font-size:13px;display:flex}.hero{background:var(--dark) url(/assets/images/home/hero-bg.png) center center / cover no-repeat;padding:64px 24px 80px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:0 0;width:600px;height:600px;position:absolute;top:-120px;left:-100px}.hero__container{max-width:var(--container);grid-template-columns:1fr;align-items:center;gap:48px;margin:0 auto;display:grid}@media (width<=767px){.hero__content{order:1}.hero__visual{order:2}}.hero__content{flex-direction:column;gap:28px;display:flex}.hero__tag{letter-spacing:.12em;text-transform:uppercase;color:var(--purple-light);background:var(--purple-glow);border:1px solid #02af844d;border-radius:99px;width:fit-content;padding:6px 14px;font-size:11px;font-weight:700;display:inline-block}.hero__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(28px,4vw,52px);font-weight:800;line-height:1.1}.hero__title-accent{color:var(--purple);display:block}.hero__desc{color:#ffffffa6;max-width:480px;font-size:17px;line-height:1.7}.hero__cta{background:var(--purple);color:var(--white);border-radius:99px;align-items:center;gap:10px;width:fit-content;padding:14px 28px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.hero__cta svg{width:18px;height:18px;transition:transform .2s}.hero__cta:hover{background:var(--purple-light);transform:translateY(-1px)}.hero__cta:hover svg{transform:translate(4px)}.hero__social-proof{align-items:center;gap:14px;display:flex}.hero__avatars{display:flex}.hero__avatar{border:2px solid var(--dark);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-left:-10px;font-size:13px;font-weight:700;display:flex}.hero__avatars .hero__avatar:first-child{margin-left:0}.hero__social-text{color:#ffffff8c;font-size:14px}.hero__social-text strong{color:var(--white)}.hero__visual{justify-content:center;display:flex}.hero__image-wrapper{width:100%;max-width:480px;position:relative}.hero__image{border-radius:var(--radius-lg);object-fit:cover;width:100%;display:block}.hero__badge{background:var(--dark-2);border-radius:var(--radius);color:#ffffffbf;box-shadow:var(--shadow-lg);white-space:nowrap;border:1px solid #02af844d;align-items:center;gap:10px;padding:12px 18px;font-size:12px;display:flex;position:absolute;bottom:-20px;left:24px}.hero__badge strong{color:var(--purple-light)}.hero__badge-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 0 3px #22c55e33}@media (width>=768px){.hero{padding:96px 24px}.hero__container{grid-template-columns:1fr 1fr;gap:64px}.hero__title{font-size:clamp(28px,4vw,52px)}.hero__content{order:1}.hero__visual{order:2}.hero__badge{font-size:13px}}.audiences{background:var(--white);padding:64px 24px}.audiences__container{max-width:var(--container);flex-direction:column;gap:56px;margin:0 auto;display:flex}.audiences__header{text-align:center;flex-direction:column;gap:12px;display:flex}.audiences__title{color:var(--text);letter-spacing:-.02em;font-size:clamp(28px,3.5vw,42px);font-weight:800}.audiences__title-accent{color:var(--purple)}.audiences__subtitle{color:var(--text-muted);font-size:17px}.audiences__grid{grid-template-columns:1fr;gap:24px;display:grid}.audiences__card{border-radius:var(--radius-lg);border:1px solid var(--border);flex-direction:column;transition:box-shadow .25s,transform .25s;display:flex;overflow:hidden}.audiences__card:hover{box-shadow:var(--shadow-lg);border-color:var(--purple);transform:translateY(-4px)}.audiences__card-img-wrapper{aspect-ratio:16/9;position:relative;overflow:hidden}.audiences__card-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.audiences__card:hover .audiences__card-img{transform:scale(1.04)}.audiences__card-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--white);background:var(--purple);border-radius:99px;margin:0;padding:5px 12px;font-size:11px;font-weight:700;position:absolute;top:16px;left:16px}.audiences__card-body{flex-direction:column;flex:1;gap:16px;padding:32px;display:flex}.audiences__card-title{color:var(--text);font-size:22px;font-weight:700}.audiences__card-desc{color:var(--text-muted);flex:1;font-size:15px;line-height:1.75}.audiences__card-cta{color:var(--purple);align-items:center;gap:8px;width:fit-content;margin-top:8px;font-size:14px;font-weight:600;transition:gap .2s;display:inline-flex}.audiences__card-cta svg{flex-shrink:0;width:16px;height:16px;transition:transform .2s}.audiences__card-cta:hover{gap:12px}.audiences__card-cta:hover svg{transform:translate(4px)}@media (width>=768px){.audiences{padding:96px 24px}.audiences__grid{grid-template-columns:1fr 1fr;gap:32px}}.formations{background:var(--white);padding:64px 24px}.formations__container{max-width:var(--container);flex-direction:column;gap:56px;margin:0 auto;display:flex}.formations__header{text-align:center;flex-direction:column;gap:12px;display:flex}.formations__title{letter-spacing:-.02em;font-size:clamp(28px,3.5vw,42px);font-weight:800}.formations__title-accent{color:var(--purple)}.formations__subtitle{color:var(--text-muted);font-size:17px}.formations__grid{grid-template-columns:1fr;gap:20px;display:grid}.formations__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;overflow:hidden}.formations__card:hover{border-color:var(--purple);box-shadow:var(--shadow);transform:translateY(-2px)}.formations__card-img-wrapper{width:100%;height:160px;overflow:hidden}.formations__card-img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.formations__card:hover .formations__card-img{transform:scale(1.04)}.formations__card-body{flex-direction:column;flex:1;gap:10px;padding:20px;display:flex}.formations__card-icon{color:var(--purple);background:var(--purple-glow);border-radius:var(--radius-sm);width:fit-content;padding:10px;font-size:28px;line-height:1}.formations__card-title{color:var(--text);font-size:16px;font-weight:700;line-height:1.4}.formations__card-count{color:var(--text-muted);font-size:13px}.formations__card-link{color:var(--purple);margin-top:auto;font-size:13px;font-weight:600;transition:color .2s}.formations__card:hover .formations__card-link{color:var(--purple-light)}.formations__toggle{background:var(--border);border-radius:99px;justify-content:center;gap:0;width:fit-content;margin:8px auto 0;padding:4px;display:flex}.formations__toggle-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:99px;padding:8px 24px;font-size:14px;font-weight:600;transition:background .2s,color .2s}.formations__toggle-btn--active{background:var(--purple);color:var(--white)}@media (width>=560px){.formations__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.formations{padding:96px 24px}.formations__grid{grid-template-columns:repeat(3,1fr)}}.how{background:var(--dark);padding:64px 24px}.how__container{max-width:var(--container);flex-direction:column;gap:64px;margin:0 auto;display:flex}.how__header{text-align:center;flex-direction:column;gap:12px;display:flex}.how__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(28px,3.5vw,42px);font-weight:800}.how__title-accent{color:var(--purple-light)}.how__subtitle{color:#ffffff8c;font-size:17px}.how__steps{grid-template-columns:1fr;gap:32px;display:grid}.how__step{flex-direction:column;gap:20px;display:flex}.how__step-number{color:var(--purple);opacity:.9;font-variant-numeric:tabular-nums;font-size:48px;font-weight:800;line-height:1}.how__step-content{flex-direction:column;gap:10px;display:flex}.how__step-title{color:var(--white);font-size:17px;font-weight:700}.how__step-desc{color:#ffffff8c;font-size:14px;line-height:1.7}@media (width>=560px){.how__steps{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.how{padding:96px 24px}.how__steps{grid-template-columns:repeat(4,1fr)}}.avis{background:#02af84;padding:64px 24px}.avis__container{max-width:var(--container);flex-direction:column;align-items:center;gap:16px;margin:0 auto;display:flex}.avis__title{color:var(--white);text-align:center;letter-spacing:-.02em;font-size:clamp(22px,3vw,36px);font-weight:800}.avis__accent{color:#ffffffbf}.avis__subtitle{color:#ffffffa6;text-align:center;margin-bottom:16px;font-size:16px}.avis__grid{grid-template-columns:1fr;gap:20px;width:100%;display:grid}.avis-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:16px;padding:28px;transition:box-shadow .2s,transform .2s;display:flex}.avis-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.avis-card__thumb{width:26px;height:26px;color:var(--purple);flex-shrink:0}.avis-card__texte{color:var(--text);flex:1;font-size:15px;line-height:1.75}.avis-card__footer{border-top:1px solid var(--border);flex-direction:column;gap:2px;padding-top:16px;display:flex}.avis-card__nom{color:var(--text);font-size:14px;font-weight:700}.avis-card__role{color:var(--text-muted);font-size:13px}@media (width>=700px){.avis__grid{grid-template-columns:repeat(3,1fr)}}@media (width>=900px){.avis{padding:96px 24px}}.faq{background:var(--white);padding:64px 24px}.faq__container{max-width:var(--container);grid-template-columns:1fr;align-items:start;gap:40px;margin:0 auto;display:grid}.faq__left{flex-direction:column;gap:20px;display:flex}.faq__title{letter-spacing:-.02em;color:var(--text);font-size:clamp(26px,3vw,36px);font-weight:800}.faq__desc{color:var(--text-muted);font-size:15px;line-height:1.75}.faq__cta{background:var(--purple);color:var(--white);border-radius:99px;align-items:center;width:fit-content;padding:12px 24px;font-size:14px;font-weight:600;transition:background .2s;display:inline-flex}.faq__cta:hover{background:var(--purple-light)}.faq__list{flex-direction:column;gap:12px;display:flex}.faq__item{border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s;overflow:hidden}.faq__item--open{border-color:var(--purple)}.faq__question{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:16px;font-weight:600;transition:color .2s;display:flex}.faq__question:hover{color:var(--purple)}.faq__icon{border:1px solid var(--border);background:var(--gray-light);width:28px;height:28px;color:var(--text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:400;transition:background .2s,color .2s,border-color .2s;display:flex}.faq__item--open .faq__icon{background:var(--purple-glow);border-color:var(--purple);color:var(--purple)}.faq__answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.faq__item--open .faq__answer{grid-template-rows:1fr}.faq__answer-inner{overflow:hidden}.faq__answer p{color:var(--text);padding:0 24px 20px;font-size:15px;font-weight:600;line-height:1.75}@media (width>=768px){.faq{padding:96px 24px}.faq__container{grid-template-columns:1fr 1.6fr;gap:80px}.faq__left{position:sticky;top:96px}}.blog-preview{background:var(--gray-light);padding:64px 24px}.blog-preview__container{max-width:var(--container);flex-direction:column;gap:48px;margin:0 auto;display:flex}.blog-preview__header{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.blog-preview__title{letter-spacing:-.02em;font-size:clamp(28px,3.5vw,42px);font-weight:800}.blog-preview__title-accent{color:var(--purple)}.blog-preview__see-all{color:var(--purple);white-space:nowrap;flex-shrink:0;font-size:14px;font-weight:600;transition:gap .2s}.blog-preview__see-all:hover{color:var(--purple-light)}.blog-preview__grid{grid-template-columns:1fr;gap:28px;display:grid}.blog-preview__card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);flex-direction:column;transition:box-shadow .25s,transform .25s;display:flex;overflow:hidden}.blog-preview__card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #02af8480}.blog-preview__card-img-wrapper{aspect-ratio:16/9;display:block;overflow:hidden}.blog-preview__card-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.blog-preview__card:hover .blog-preview__card-img{transform:scale(1.04)}.blog-preview__card-body{flex-direction:column;flex:1;gap:12px;padding:24px;display:flex}.blog-preview__card-meta{justify-content:space-between;align-items:center;gap:8px;display:flex}.blog-preview__card-category{text-transform:uppercase;letter-spacing:.08em;color:var(--purple);font-size:11px;font-weight:700}.blog-preview__card-date{color:var(--text-muted);font-size:12px}.blog-preview__card-title{color:var(--text);font-size:16px;font-weight:700;line-height:1.45}.blog-preview__card-title a{transition:color .2s}.blog-preview__card-title a:hover{color:var(--purple)}.blog-preview__card-excerpt{color:var(--text-muted);font-size:14px;line-height:1.7}@media (width>=560px){.blog-preview__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.blog-preview{padding:96px 24px}.blog-preview__header{flex-direction:row;justify-content:space-between;align-items:flex-end}.blog-preview__grid{grid-template-columns:repeat(3,1fr)}}.financement{background:var(--white);padding:0 24px 48px}.financement__inner{max-width:var(--container);background:var(--purple-glow);border-radius:var(--radius-lg);border:1px solid #02af8440;flex-direction:column;gap:20px;margin:0 auto;padding:24px 28px;display:flex}.financement__left{align-items:flex-start;gap:16px;display:flex}.financement__icon{color:var(--purple);flex-shrink:0;margin-top:2px;font-size:28px}.financement__text{flex-direction:column;gap:4px;display:flex}.financement__title{color:var(--text);font-size:16px;font-weight:700}.financement__sub{color:var(--text-muted);font-size:14px;line-height:1.6}.financement__cta{background:var(--purple);color:var(--white);white-space:nowrap;border-radius:99px;justify-content:center;align-self:center;align-items:center;width:fit-content;padding:10px 24px;font-size:14px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.financement__cta:hover{background:var(--purple-light);transform:translateY(-1px)}@media (width>=700px){.financement__inner{flex-direction:row;justify-content:space-between;align-items:center}}.about-hero{background:var(--dark);padding:64px 24px}.about-hero__container{max-width:var(--container);flex-direction:column;gap:40px;margin:0 auto;display:flex}.about-hero__content{flex-direction:column;flex:1;gap:16px;display:flex}.about-hero__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--purple-light);font-size:13px;font-weight:700}.about-hero__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(32px,4vw,52px);font-weight:800;line-height:1.1}.about-hero__accent{color:var(--purple)}.about-hero__desc{color:#fff9;font-size:17px;line-height:1.7}.about-hero__badges{flex-wrap:wrap;gap:10px;display:flex}.about-hero__badge{color:#fffc;background:#ffffff14;border:1px solid #ffffff26;border-radius:99px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.about-hero__badge .material-symbols-rounded{font-size:16px}.about-hero__cta{color:var(--white);background:var(--purple);border-radius:99px;align-items:center;width:fit-content;padding:13px 28px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.about-hero__cta:hover{background:var(--purple-light);transform:translateY(-1px)}.about-hero__img-wrapper{border-radius:var(--radius-lg);flex-shrink:0;width:100%;max-height:280px;overflow:hidden}.about-hero__img{object-fit:cover;width:100%;height:100%;display:block}@media (width>=900px){.about-hero{padding:96px 24px}.about-hero__container{flex-direction:row;align-items:center;gap:64px}.about-hero__content{flex:1}.about-hero__img-wrapper{flex:1;height:360px;max-height:none}}.about-mission{background:var(--white);padding:64px 24px}.about-mission__container{max-width:var(--container);grid-template-columns:1fr;align-items:start;gap:56px;margin:0 auto;display:grid}.about-mission__content{flex-direction:column;gap:20px;display:flex}.about-mission__title{letter-spacing:-.02em;color:var(--text);font-size:clamp(26px,3vw,36px);font-weight:800}.about-mission__text{color:var(--text-muted);font-size:16px;line-height:1.8}.about-mission__stats{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.about-mission__stat{background:var(--gray-light);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:8px;padding:28px 24px;display:flex}.about-mission__stat-value{color:var(--purple);letter-spacing:-.02em;font-size:36px;font-weight:800;line-height:1}.about-mission__stat-label{color:var(--text-muted);font-size:14px}@media (width>=900px){.about-mission{padding:128px 24px}.about-mission__container{grid-template-columns:1.2fr 1fr;gap:80px}}.about-approach{background:var(--gray-light);padding:64px 24px}.about-approach__container{max-width:var(--container);flex-direction:column;gap:56px;margin:0 auto;display:flex}.about-approach__header{text-align:center;flex-direction:column;gap:12px;display:flex}.about-approach__title{letter-spacing:-.02em;color:var(--text);font-size:clamp(28px,3.5vw,42px);font-weight:800}.about-approach__accent{color:var(--purple)}.about-approach__subtitle{color:var(--text-muted);font-size:17px}.about-approach__grid{grid-template-columns:1fr;gap:20px;display:grid}.about-approach__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:14px;padding:32px;transition:border-color .2s,box-shadow .2s;display:flex}.about-approach__card:hover{border-color:var(--purple);box-shadow:var(--shadow)}.about-approach__icon{color:var(--purple);background:var(--purple-glow);border-radius:var(--radius);width:fit-content;padding:12px;font-size:30px}.about-approach__card-title{color:var(--text);font-size:17px;font-weight:700}.about-approach__card-desc{color:var(--text-muted);font-size:15px;line-height:1.75}@media (width>=560px){.about-approach__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.about-approach{padding:128px 24px}.about-approach__grid{grid-template-columns:repeat(4,1fr)}}.about-values{background:var(--dark);padding:64px 24px}.about-values__container{max-width:var(--container);flex-direction:column;gap:56px;margin:0 auto;display:flex}.about-values__header{text-align:center;flex-direction:column;gap:12px;display:flex}.about-values__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(28px,3.5vw,42px);font-weight:800}.about-values__accent{color:var(--purple-light)}.about-values__subtitle{color:#ffffff8c;font-size:17px}.about-values__grid{grid-template-columns:1fr;gap:20px;display:grid}.about-values__card{border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid #ffffff14;flex-direction:column;gap:14px;padding:32px;transition:border-color .2s,background .2s;display:flex}.about-values__card:hover{border-color:var(--purple);background:#02af840f}.about-values__icon{color:var(--purple-light);background:var(--purple-glow);border-radius:var(--radius);width:fit-content;padding:14px;font-size:32px}.about-values__card-title{color:var(--white);font-size:18px;font-weight:700}.about-values__card-desc{color:#ffffff8c;font-size:15px;line-height:1.75}@media (width>=560px){.about-values__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.about-values{padding:128px 24px}.about-values__grid{grid-template-columns:repeat(4,1fr)}}.about-team{background:var(--gray-light);padding:64px 24px}.about-team__container{max-width:var(--container);flex-direction:column;gap:56px;margin:0 auto;display:flex}.about-team__header{text-align:center;flex-direction:column;gap:12px;display:flex}.about-team__title{letter-spacing:-.02em;color:var(--text);font-size:clamp(28px,3.5vw,42px);font-weight:800}.about-team__accent{color:var(--purple)}.about-team__subtitle{color:var(--text-muted);font-size:17px}.about-team__grid{grid-template-columns:1fr;gap:20px;display:grid}.about-team__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;gap:20px;padding:32px;transition:box-shadow .25s,transform .25s;display:flex}.about-team__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.about-team__avatar{background:var(--purple-glow);border:2px solid var(--purple);width:80px;height:80px;color:var(--purple);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;font-weight:800;display:flex}.about-team__info{flex-direction:column;gap:6px;display:flex}.about-team__name{color:var(--text);font-size:16px;font-weight:700}.about-team__role{color:var(--text-muted);font-size:14px}.about-team__card--join{border:2px dashed var(--border);cursor:pointer;background:0 0;transition:border-color .2s,box-shadow .2s,transform .2s}.about-team__card--join:hover{border-color:var(--purple);box-shadow:var(--shadow);transform:translateY(-4px)}.about-team__card--join .about-team__name{color:var(--purple)}.about-team__join-icon{border:2px dashed var(--border);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:border-color .2s;display:flex}.about-team__card--join:hover .about-team__join-icon{border-color:var(--purple)}.about-team__join-icon .material-symbols-rounded{color:var(--text-muted);font-size:28px;transition:color .2s}.about-team__card--join:hover .about-team__join-icon .material-symbols-rounded{color:var(--purple)}@media (width>=560px){.about-team__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.about-team{padding:128px 24px}.about-team__grid{grid-template-columns:repeat(4,1fr)}}.about-financement{background:var(--white);padding:64px 24px}.about-financement__container{max-width:var(--container);flex-direction:column;gap:56px;margin:0 auto;display:flex}.about-financement__content{flex-direction:column;gap:20px;max-width:560px;display:flex}.about-financement__title{letter-spacing:-.02em;color:var(--text);font-size:clamp(28px,3.5vw,42px);font-weight:800}.about-financement__accent{color:var(--purple)}.about-financement__text{color:var(--text-muted);font-size:16px;line-height:1.8}.about-financement__cta{background:var(--purple);color:var(--white);border-radius:99px;align-items:center;width:fit-content;padding:12px 28px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.about-financement__cta:hover{background:var(--purple-light);transform:translateY(-1px)}.about-financement__list{flex-direction:column;gap:16px;display:flex}.about-financement__item{background:var(--gray-light);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:flex-start;gap:16px;padding:24px;display:flex}.about-financement__item-icon{color:var(--purple);flex-shrink:0;margin-top:2px;font-size:26px}.about-financement__item-label{color:var(--text);margin-bottom:4px;font-size:15px;font-weight:700}.about-financement__item-desc{color:var(--text-muted);font-size:14px;line-height:1.6}@media (width>=900px){.about-financement{padding:128px 24px}.about-financement__container{flex-direction:row;align-items:flex-start;gap:80px}.about-financement__content{flex:1;position:sticky;top:96px}.about-financement__list{flex:1}}.fp-hero{background:var(--dark);padding:64px 24px}.fp-hero__container{max-width:var(--container);flex-direction:column;gap:40px;margin:0 auto;display:flex}.fp-hero__content{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.fp-hero__img-wrapper{border-radius:var(--radius-lg);width:100%;height:260px;overflow:hidden}.fp-hero__img{object-fit:cover;width:100%;height:100%}.fp-hero__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(32px,4vw,52px);font-weight:800;line-height:1.1}.fp-hero__accent{color:var(--purple)}.fp-hero__desc{color:#fff9;max-width:560px;font-size:17px;line-height:1.7}.fp-hero__badges{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.fp-hero__badge{color:var(--white);background:#ffffff14;border:1px solid #ffffff26;border-radius:99px;padding:6px 14px;font-size:13px;font-weight:600}.fp-hero__cta{background:var(--purple);color:var(--white);border-radius:99px;align-items:center;margin-top:8px;padding:14px 32px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.fp-hero__cta:hover{background:var(--purple-light);transform:translateY(-1px)}@media (width>=900px){.fp-hero{padding:96px 24px}.fp-hero__container{flex-direction:row;align-items:center;gap:64px}.fp-hero__content{flex:1}.fp-hero__img-wrapper{flex:1;height:360px}}.fp-categories{background:var(--gray-light);padding:64px 24px}.fp-categories__container{max-width:var(--container);flex-direction:column;gap:48px;margin:0 auto;display:flex}.fp-categories__header{text-align:center;flex-direction:column;gap:12px;display:flex}.fp-categories__title{letter-spacing:-.02em;color:var(--text);font-size:clamp(28px,3.5vw,42px);font-weight:800}.fp-categories__accent{color:var(--purple)}.fp-categories__subtitle{color:var(--text-muted);font-size:17px}.fp-categories__tabs--desktop{flex-direction:column;gap:8px;display:none}.fp-categories__tabs--mobile{display:block}.fp-search{background:var(--white);border:2px solid var(--border);border-radius:99px;align-items:center;gap:0;margin-bottom:8px;padding:0 16px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.fp-search:focus-within{border-color:var(--purple);box-shadow:0 0 0 4px var(--purple-glow)}.fp-search__icon{color:var(--text-muted);flex-shrink:0;margin-right:8px;font-size:22px}.fp-search__input{color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:14px 0;font-family:inherit;font-size:15px}.fp-search__input::placeholder{color:var(--text-muted)}.fp-search__input::-webkit-search-cancel-button{display:none}.fp-search__clear{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:50%;flex-shrink:0;align-items:center;padding:4px;transition:background .15s,color .15s;display:flex}.fp-search__clear:hover{background:var(--gray-light);color:var(--text)}.fp-search__count{color:var(--text-muted);margin-bottom:24px;font-size:14px}.fp-search__empty{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;display:flex}.fp-search__empty-icon{color:var(--border);font-size:48px}.fp-search__empty-title{color:var(--text);font-size:18px;font-weight:700}.fp-search__empty-desc{color:var(--text-muted);font-size:15px}.fp-search__empty-btn{background:var(--purple);color:var(--white);cursor:pointer;border:none;border-radius:99px;margin-top:8px;padding:12px 28px;font-family:inherit;font-size:15px;font-weight:600;transition:background .2s}.fp-search__empty-btn:hover{background:var(--purple-light)}.fp-categories__card-cat{letter-spacing:.08em;text-transform:uppercase;color:var(--purple);margin-bottom:4px;font-size:11px;font-weight:700;display:block}.fp-dropdown{width:100%;position:relative}.fp-dropdown__trigger{background:var(--white);border:2px solid var(--purple);border-radius:var(--radius);width:100%;color:var(--text);cursor:pointer;text-align:left;align-items:center;gap:12px;padding:14px 16px;font-family:inherit;font-size:15px;font-weight:600;display:flex}.fp-dropdown__trigger-icon{color:var(--purple);flex-shrink:0;font-size:22px}.fp-dropdown__trigger-label{flex:1}.fp-dropdown__chevron{color:var(--purple);flex-shrink:0;font-size:20px}.fp-dropdown__list{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:50;margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden}.fp-dropdown__item{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:12px 16px;font-family:inherit;font-size:15px;transition:background .15s;display:flex}.fp-dropdown__item:hover{background:var(--gray-light)}.fp-dropdown__item--active{background:var(--purple-glow);color:var(--purple);font-weight:600}.fp-dropdown__item-icon{color:var(--purple);flex-shrink:0;font-size:20px}@media (width>=768px){.fp-categories__tabs--desktop{display:flex}.fp-categories__tabs--mobile{display:none}}.fp-categories__tab{text-align:center;border:2px solid var(--border);border-radius:var(--radius);background:var(--white);color:var(--text-muted);cursor:pointer;flex-direction:column;align-items:center;gap:10px;padding:0 0 16px;font-size:14px;font-weight:500;transition:border-color .2s,color .2s,background .2s;display:flex;overflow:hidden}.fp-categories__tab-img{object-fit:cover;flex-shrink:0;width:100%;height:80px}.fp-categories__tab:hover{border-color:var(--purple);color:var(--purple)}.fp-categories__tab--active,.fp-categories__tab--active:hover{border-color:var(--purple);background:var(--purple);color:var(--white)}.fp-categories__tab-icon{flex-shrink:0;margin-left:4px;font-size:24px}.fp-categories__tab>span:last-child{padding-right:20px}.fp-categories__category-img-wrapper{border-radius:var(--radius-lg);width:100%;height:220px;overflow:hidden}.fp-categories__category-img{object-fit:cover;width:100%;height:100%}@media (width>=900px){.fp-categories__category-img-wrapper{height:300px}}.fp-categories__grid{grid-template-columns:1fr;gap:16px;display:grid}.fp-categories__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:12px;padding:24px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.fp-categories__card:hover{border-color:var(--purple);box-shadow:var(--shadow);transform:translateY(-2px)}.fp-categories__card-icon{color:var(--purple);background:var(--purple-glow);border-radius:var(--radius-sm);width:fit-content;padding:10px;font-size:24px}.fp-categories__card-body{flex-direction:column;flex:1;gap:8px;display:flex}.fp-categories__card-title{color:var(--text);font-size:15px;font-weight:600;line-height:1.5;transition:color .2s}.fp-categories__card-title:hover{color:var(--purple)}.fp-categories__card-desc{color:var(--text-muted);font-size:13px;line-height:1.65}.fp-categories__card-footer{justify-content:space-between;align-items:center;gap:8px;margin-top:4px;display:flex}.fp-categories__card-level{text-transform:uppercase;letter-spacing:.08em;color:var(--purple);background:var(--purple-glow);border-radius:99px;padding:4px 10px;font-size:11px;font-weight:700}.fp-categories__card-cta{border:1.5px solid var(--purple);color:var(--purple);white-space:nowrap;background:0 0;border-radius:99px;padding:7px 16px;font-size:13px;font-weight:600;transition:background .2s,color .2s}.fp-categories__card-cta:hover{background:var(--purple);color:var(--white)}@media (width>=640px){.fp-categories__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.fp-categories{padding:96px 24px}.fp-categories__tabs--desktop{flex-flow:wrap;gap:10px}.fp-categories__tab{text-align:center;flex-direction:column;flex:1;align-items:center;gap:12px;min-width:180px;padding-bottom:24px}.fp-categories__tab-img{width:100%;height:160px;margin-bottom:0}.fp-categories__tab>span:last-child{padding:0 16px}.fp-categories__tab-icon{margin-left:0;font-size:32px}.fp-categories__grid{grid-template-columns:repeat(3,1fr)}}.fp-stats{background:var(--white);text-align:center;padding:96px 24px}.fp-stats__container{max-width:var(--container);flex-direction:column;align-items:center;gap:48px;margin:0 auto;display:flex}.fp-stats__text{color:var(--text);max-width:680px;font-size:clamp(20px,2.5vw,28px);font-weight:700;line-height:1.5}.fp-stats__text strong{color:var(--purple)}.fp-stats__grid{grid-template-columns:1fr;gap:24px;width:100%;max-width:800px;display:grid}.fp-stats__item{border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:6px;padding:24px 20px;display:flex}.fp-stats__value{color:var(--purple);letter-spacing:-.03em;font-size:clamp(32px,4vw,48px);font-weight:800;line-height:1}.fp-stats__label{color:var(--text-muted);font-size:13px}.fp-stats__cta{background:var(--purple);color:var(--white);border-radius:99px;align-items:center;padding:14px 36px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.fp-stats__cta:hover{background:var(--purple-light);transform:translateY(-1px)}@media (width>=560px){.fp-stats__grid{grid-template-columns:repeat(3,1fr)}}@media (width>=900px){.fp-stats{padding:128px 24px}}.fp-why{background:var(--white);padding:64px 24px}.fp-why__container{max-width:var(--container);flex-direction:column;gap:56px;margin:0 auto;display:flex}.fp-why__header{text-align:center;flex-direction:column;gap:12px;display:flex}.fp-why__title{letter-spacing:-.02em;color:var(--text);font-size:clamp(28px,3.5vw,42px);font-weight:800}.fp-why__accent{color:var(--purple)}.fp-why__subtitle{color:var(--text-muted);font-size:17px}.fp-why__grid{grid-template-columns:1fr;gap:20px;display:grid}.fp-why__card{background:var(--gray-light);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:14px;padding:32px;transition:border-color .2s,box-shadow .2s;display:flex}.fp-why__card:hover{border-color:var(--purple);box-shadow:var(--shadow)}.fp-why__icon{color:var(--purple);background:var(--purple-glow);border-radius:var(--radius);width:fit-content;padding:12px;font-size:28px}.fp-why__card-title{color:var(--text);font-size:17px;font-weight:700}.fp-why__card-desc{color:var(--text-muted);font-size:15px;line-height:1.75}@media (width>=560px){.fp-why__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.fp-why{padding:128px 24px}.fp-why__grid{grid-template-columns:repeat(4,1fr)}}.fp-faq{background:var(--gray-light);padding:64px 24px}.fp-faq__container{flex-direction:column;gap:32px;max-width:760px;margin:0 auto;display:flex}.fp-faq__title{letter-spacing:-.02em;color:var(--text);text-align:center;font-size:clamp(24px,3vw,32px);font-weight:800}.fp-faq__list{flex-direction:column;gap:12px;display:flex}.fp-faq__item{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:border-color .2s;overflow:hidden}.fp-faq__item--open{border-color:var(--purple)}.fp-faq__question{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:16px;font-weight:600;transition:color .2s;display:flex}.fp-faq__question:hover{color:var(--purple)}.fp-faq__icon{border:1px solid var(--border);background:var(--gray-light);width:28px;height:28px;color:var(--text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:400;transition:background .2s,color .2s,border-color .2s;display:flex}.fp-faq__item--open .fp-faq__icon{background:var(--purple-glow);border-color:var(--purple);color:var(--purple)}.fp-faq__answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.fp-faq__item--open .fp-faq__answer{grid-template-rows:1fr}.fp-faq__answer-inner{overflow:hidden}.fp-faq__answer p{color:var(--text-muted);padding:0 24px 20px;font-size:15px;line-height:1.75}@media (width>=900px){.fp-faq{padding:128px 24px}}.fp-cta{text-align:center;background:#02af84;padding:96px 24px}.fp-cta__container{flex-direction:column;align-items:center;gap:20px;max-width:680px;margin:0 auto;display:flex}.fp-cta__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#ffffff8c;font-size:13px;font-weight:700}.fp-cta__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(26px,3.5vw,40px);font-weight:800;line-height:1.15}.fp-cta__subtitle{color:#ffffffa6;max-width:540px;font-size:17px;line-height:1.65}.fp-cta__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}.fp-cta__btn{border-radius:99px;align-items:center;padding:14px 32px;font-size:15px;font-weight:600;transition:background .2s,transform .2s,opacity .2s;display:inline-flex}.fp-cta__btn--primary{background:var(--white);color:var(--purple)}.fp-cta__btn--primary:hover{background:#ffffffe6;transform:translateY(-1px)}.fp-cta__btn--secondary{color:var(--white);background:#ffffff1a;border:1px solid #ffffff40}.fp-cta__btn--secondary:hover{background:#ffffff2e;transform:translateY(-1px)}@media (width>=900px){.fp-cta{padding:128px 24px}}.fe-hero{background:var(--dark);padding:64px 24px}.fe-hero__container{max-width:var(--container);flex-direction:column;gap:40px;margin:0 auto;display:flex}.fe-hero__content{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.fe-hero__cta{background:var(--purple);color:var(--white);border-radius:99px;align-items:center;margin-top:8px;padding:14px 32px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.fe-hero__cta:hover{background:var(--purple-light);transform:translateY(-1px)}.fe-hero__img-wrapper{border-radius:var(--radius-lg);width:100%;height:260px;overflow:hidden}.fe-hero__img{object-fit:cover;width:100%;height:100%}.fe-hero__label{text-transform:uppercase;letter-spacing:.12em;color:var(--purple-light);font-size:12px;font-weight:700}.fe-hero__title{color:var(--white);letter-spacing:-.02em;max-width:760px;font-size:clamp(28px,4vw,52px);font-weight:800;line-height:1.15}.fe-hero__accent{color:var(--purple-light)}.fe-hero__subtitle{color:#fff9;max-width:580px;font-size:17px;line-height:1.7}.fe-hero__badges{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.fe-hero__badge{color:var(--white);background:#ffffff14;border:1px solid #ffffff26;border-radius:99px;padding:6px 14px;font-size:13px;font-weight:600}@media (width>=900px){.fe-hero{padding:96px 24px}.fe-hero__container{flex-direction:row;align-items:center;gap:64px}.fe-hero__content{flex:1}.fe-hero__img-wrapper{flex:1;height:360px}}.fe-categories{background:var(--gray-light);padding:64px 24px}.fe-categories__container{max-width:var(--container);flex-direction:column;gap:48px;margin:0 auto;display:flex}.fe-categories__header{text-align:center;flex-direction:column;gap:12px;display:flex}.fe-categories__title{letter-spacing:-.02em;color:var(--text);font-size:clamp(28px,3.5vw,42px);font-weight:800}.fe-categories__accent{color:var(--purple)}.fe-categories__subtitle{color:var(--text-muted);font-size:17px}.fe-categories__tabs{flex-direction:column;gap:8px;display:flex}.fe-categories__tabs--desktop{flex-direction:column;gap:8px;display:none}.fe-categories__tabs--mobile{display:block}.fe-search{background:var(--white);border:2px solid var(--border);border-radius:99px;align-items:center;margin-bottom:8px;padding:0 16px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.fe-search:focus-within{border-color:var(--purple);box-shadow:0 0 0 4px var(--purple-glow)}.fe-search__icon{color:var(--text-muted);flex-shrink:0;margin-right:8px;font-size:22px}.fe-search__input{color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:14px 0;font-family:inherit;font-size:15px}.fe-search__input::placeholder{color:var(--text-muted)}.fe-search__input::-webkit-search-cancel-button{display:none}.fe-search__clear{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:50%;flex-shrink:0;align-items:center;padding:4px;transition:background .15s,color .15s;display:flex}.fe-search__clear:hover{background:var(--gray-light);color:var(--text)}.fe-search__count{color:var(--text-muted);margin-bottom:24px;font-size:14px}.fe-search__card-cat{letter-spacing:.08em;text-transform:uppercase;color:var(--purple);margin-bottom:4px;font-size:11px;font-weight:700;display:block}.fe-search__empty{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;display:flex}.fe-search__empty-icon{color:var(--border);font-size:48px}.fe-search__empty-title{color:var(--text);font-size:18px;font-weight:700}.fe-search__empty-desc{color:var(--text-muted);font-size:15px}.fe-search__empty-btn{background:var(--purple);color:var(--white);cursor:pointer;border:none;border-radius:99px;margin-top:8px;padding:12px 28px;font-family:inherit;font-size:15px;font-weight:600;transition:background .2s}.fe-search__empty-btn:hover{background:var(--purple-light)}.fe-dropdown{width:100%;position:relative}.fe-dropdown__trigger{background:var(--white);border:2px solid var(--purple);border-radius:var(--radius);width:100%;color:var(--text);cursor:pointer;text-align:left;align-items:center;gap:12px;padding:14px 16px;font-family:inherit;font-size:15px;font-weight:600;display:flex}.fe-dropdown__trigger-icon{color:var(--purple);flex-shrink:0;font-size:22px}.fe-dropdown__trigger-label{flex:1}.fe-dropdown__chevron{color:var(--purple);flex-shrink:0;font-size:20px}.fe-dropdown__list{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:50;margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden}.fe-dropdown__item{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:12px 16px;font-family:inherit;font-size:15px;transition:background .15s;display:flex}.fe-dropdown__item:hover{background:var(--gray-light)}.fe-dropdown__item--active{background:var(--purple-glow);color:var(--purple);font-weight:600}.fe-dropdown__item-icon{color:var(--purple);flex-shrink:0;font-size:20px}@media (width>=768px){.fe-categories__tabs--desktop{flex-direction:column;gap:8px;display:flex}.fe-categories__tabs--mobile{display:none}}.fe-categories__tab{text-align:center;border:2px solid var(--border);border-radius:var(--radius);background:var(--white);color:var(--text-muted);cursor:pointer;flex-direction:column;align-items:center;gap:10px;padding:0 0 16px;font-size:14px;font-weight:500;transition:border-color .2s,color .2s,background .2s;display:flex;overflow:hidden}.fe-categories__tab-img{object-fit:cover;flex-shrink:0;width:100%;height:80px}.fe-categories__tab:hover{border-color:var(--purple);color:var(--purple)}.fe-categories__tab--active,.fe-categories__tab--active:hover{border-color:var(--purple);background:var(--purple);color:var(--white)}.fe-categories__tab-icon{flex-shrink:0;font-size:24px}.fe-categories__category-img-wrapper{border-radius:var(--radius-lg);width:100%;height:220px;overflow:hidden}.fe-categories__category-img{object-fit:cover;width:100%;height:100%}@media (width>=900px){.fe-categories__category-img-wrapper{height:300px}}.fe-categories__empty{text-align:center;background:var(--white);border:2px dashed var(--border);border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:16px;padding:64px 24px;display:flex}.fe-categories__empty-icon{color:var(--purple);opacity:.4;font-size:48px}.fe-categories__empty-title{color:var(--text);font-size:18px;font-weight:700}.fe-categories__empty-desc{color:var(--text-muted);max-width:480px;font-size:15px;line-height:1.7}.fe-categories__empty-cta{background:var(--purple);color:var(--white);border-radius:99px;align-items:center;margin-top:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:background .2s;display:inline-flex}.fe-categories__empty-cta:hover{background:var(--purple-light)}.fe-categories__groups{flex-direction:column;gap:12px;display:flex}.fe-categories__group-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);cursor:pointer;text-align:left;align-items:center;gap:16px;width:100%;padding:20px 24px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.fe-categories__group-card:hover{border-color:var(--purple);box-shadow:var(--shadow);transform:translateY(-2px)}.fe-categories__group-icon-wrap{background:var(--purple-glow);width:48px;height:48px;color:var(--purple);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:24px;display:flex}.fe-categories__group-info{flex-direction:column;flex:1;gap:2px;display:flex}.fe-categories__group-name{color:var(--text);font-size:15px;font-weight:600}.fe-categories__group-count{color:var(--text-muted);font-size:13px}.fe-categories__group-arrow{color:var(--purple);flex-shrink:0;font-size:20px;transition:transform .2s}.fe-categories__group-card:hover .fe-categories__group-arrow{transform:translate(4px)}.fe-categories__group-detail{flex-direction:column;gap:32px;display:flex}.fe-categories__group-detail .fe-categories__subgroup+.fe-categories__subgroup{margin-top:8px}.fe-categories__back{border:1.5px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:99px;align-items:center;gap:6px;width:fit-content;padding:8px 16px;font-size:14px;font-weight:500;transition:border-color .2s,color .2s;display:inline-flex}.fe-categories__back:hover{border-color:var(--purple);color:var(--purple)}.fe-categories__back .material-symbols-rounded{font-size:18px;transition:transform .2s}.fe-categories__back:hover .material-symbols-rounded{transform:translate(-3px)}.fe-categories__group-heading{color:var(--text);letter-spacing:-.01em;font-size:clamp(20px,2.5vw,28px);font-weight:700}.fe-categories__subgroup{flex-direction:column;gap:0;display:flex}.fe-categories__subgroup .fe-categories__grid{background:var(--white);border:1px solid var(--border);border-radius:0 0 var(--radius-sm) var(--radius-sm);border-top:none;padding:16px}.fe-categories__subgroup-title{text-transform:uppercase;letter-spacing:.08em;width:100%;color:var(--purple);background:var(--purple-glow);border-radius:var(--radius-sm);cursor:pointer;text-align:left;border:none;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-size:13px;font-weight:700;transition:background .2s,color .2s;display:flex}.fe-categories__subgroup-title:hover{background:color-mix(in srgb, var(--purple) 15%, transparent)}.fe-categories__subgroup-title--open{background:var(--purple);color:var(--white);border-radius:var(--radius-sm) var(--radius-sm) 0 0}.fe-categories__subgroup-meta{flex-shrink:0;align-items:center;gap:8px;display:flex}.fe-categories__subgroup-count{text-transform:none;letter-spacing:0;opacity:.75;font-size:11px;font-weight:600}.fe-categories__subgroup-chevron{flex-shrink:0;font-size:20px;transition:transform .25s}.fe-categories__subgroup-title--open .fe-categories__subgroup-chevron{transform:rotate(180deg)}.fe-categories__subgroup-soon{color:var(--text-muted);background:var(--white);border:1px solid var(--border);border-radius:0 0 var(--radius-sm) var(--radius-sm);border-top:none;padding:12px 16px;font-size:13px;font-style:italic}.fe-categories__grid{grid-template-columns:1fr;gap:16px;display:grid}.fe-categories__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:12px;padding:24px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.fe-categories__card:hover{border-color:var(--purple);box-shadow:var(--shadow);transform:translateY(-2px)}.fe-categories__card-icon{color:var(--purple);background:var(--purple-glow);border-radius:var(--radius-sm);width:fit-content;padding:10px;font-size:24px}.fe-categories__card-body{flex-direction:column;flex:1;gap:8px;display:flex}.fe-categories__card-title{color:var(--text);font-size:15px;font-weight:600;line-height:1.5}.fe-categories__card-desc{color:var(--text-muted);font-size:13px;line-height:1.65}.fe-categories__card-meta{color:var(--text-muted);align-items:center;gap:6px;font-size:13px;display:flex}.fe-categories__card-meta-icon{color:var(--purple);font-size:16px}.fe-categories__card-footer{justify-content:space-between;align-items:center;gap:8px;margin-top:4px;display:flex}.fe-categories__card-level{text-transform:uppercase;letter-spacing:.08em;color:var(--purple);background:var(--purple-glow);border-radius:99px;padding:4px 10px;font-size:11px;font-weight:700}.fe-categories__card-footer{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.fe-categories__card-cta{background:var(--purple);color:var(--white);white-space:nowrap;border-radius:99px;padding:7px 16px;font-size:13px;font-weight:600;transition:background .2s}.fe-categories__card-cta:hover{background:var(--purple-light)}.fe-categories__card-cta--outline{border:1.5px solid var(--purple);color:var(--purple);background:0 0}.fe-categories__card-cta--outline:hover{background:var(--purple);color:var(--white)}@media (width>=640px){.fe-categories__grid{grid-template-columns:repeat(2,1fr)}.fe-categories__groups{grid-template-columns:repeat(2,1fr);display:grid}}@media (width>=900px){.fe-categories{padding:96px 24px}.fe-categories__tabs--desktop{flex-flow:wrap;gap:10px}.fe-categories__tab{text-align:center;flex-direction:column;flex:1;align-items:center;gap:12px;min-width:160px;padding-bottom:24px}.fe-categories__tab-img{width:100%;height:160px}.fe-categories__tab-icon{font-size:28px}.fe-categories__grid{grid-template-columns:repeat(3,1fr)}}.fe-stats{background:var(--white);text-align:center;padding:96px 24px}.fe-stats__container{max-width:var(--container);flex-direction:column;align-items:center;gap:48px;margin:0 auto;display:flex}.fe-stats__text{color:var(--text);max-width:680px;font-size:clamp(20px,2.5vw,28px);font-weight:700;line-height:1.5}.fe-stats__text strong{color:var(--purple)}.fe-stats__grid{grid-template-columns:1fr;gap:24px;width:100%;max-width:800px;display:grid}.fe-stats__item{border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:6px;padding:24px 20px;display:flex}.fe-stats__value{color:var(--purple);letter-spacing:-.03em;font-size:clamp(32px,4vw,48px);font-weight:800;line-height:1}.fe-stats__label{color:var(--text-muted);font-size:13px}.fe-stats__cta{background:var(--purple);color:var(--white);border-radius:99px;align-items:center;padding:14px 36px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.fe-stats__cta:hover{background:var(--purple-light);transform:translateY(-1px)}@media (width>=560px){.fe-stats__grid{grid-template-columns:repeat(3,1fr)}}@media (width>=900px){.fe-stats{padding:128px 24px}}.fe-why{background:var(--white);padding:64px 24px}.fe-why__container{max-width:var(--container);flex-direction:column;gap:56px;margin:0 auto;display:flex}.fe-why__header{text-align:center;flex-direction:column;gap:12px;display:flex}.fe-why__title{letter-spacing:-.02em;color:var(--text);font-size:clamp(28px,3.5vw,42px);font-weight:800}.fe-why__accent{color:var(--purple)}.fe-why__subtitle{color:var(--text-muted);font-size:17px}.fe-why__grid{grid-template-columns:1fr;gap:20px;display:grid}.fe-why__card{background:var(--gray-light);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:14px;padding:32px;transition:border-color .2s,box-shadow .2s;display:flex}.fe-why__card:hover{border-color:var(--purple);box-shadow:var(--shadow)}.fe-why__icon{color:var(--purple);background:var(--purple-glow);border-radius:var(--radius);width:fit-content;padding:12px;font-size:28px}.fe-why__card-title{color:var(--text);font-size:17px;font-weight:700}.fe-why__card-desc{color:var(--text-muted);font-size:15px;line-height:1.75}@media (width>=560px){.fe-why__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.fe-why{padding:128px 24px}.fe-why__grid{grid-template-columns:repeat(4,1fr)}}.fe-process{background:var(--gray-light);padding:64px 24px}.fe-process__container{max-width:var(--container);flex-direction:column;gap:56px;margin:0 auto;display:flex}.fe-process__header{text-align:center;flex-direction:column;gap:12px;display:flex}.fe-process__title{letter-spacing:-.02em;color:var(--text);font-size:clamp(28px,3.5vw,42px);font-weight:800}.fe-process__accent{color:var(--purple)}.fe-process__subtitle{color:var(--text-muted);font-size:17px}.fe-process__steps{flex-direction:column;gap:0;width:100%;max-width:760px;margin:0 auto;display:flex}.fe-process__step{gap:24px;display:flex}.fe-process__step-left{flex-direction:column;flex-shrink:0;align-items:center;width:48px;display:flex}.fe-process__step-number{color:var(--purple);background:var(--purple-glow);border:1px solid var(--purple);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:13px;font-weight:800;display:flex}.fe-process__step-line{background:var(--border);flex:1;width:1px;min-height:24px;margin:6px 0}.fe-process__step:last-child .fe-process__step-line{display:none}.fe-process__step-body{align-items:flex-start;gap:16px;padding-bottom:40px;display:flex}.fe-process__step:last-child .fe-process__step-body{padding-bottom:0}.fe-process__step-icon{color:var(--purple);background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-shrink:0;padding:10px;font-size:22px}.fe-process__step-title{color:var(--text);margin-bottom:6px;font-size:17px;font-weight:700}.fe-process__step-desc{color:var(--text-muted);font-size:15px;line-height:1.75}@media (width>=900px){.fe-process{padding:128px 24px}}.fe-faq{background:var(--white);padding:64px 24px}.fe-faq__container{flex-direction:column;gap:32px;max-width:760px;margin:0 auto;display:flex}.fe-faq__title{letter-spacing:-.02em;color:var(--text);text-align:center;font-size:clamp(24px,3vw,32px);font-weight:800}.fe-faq__list{flex-direction:column;gap:12px;display:flex}.fe-faq__item{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:border-color .2s;overflow:hidden}.fe-faq__item--open{border-color:var(--purple)}.fe-faq__question{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:16px;font-weight:600;transition:color .2s;display:flex}.fe-faq__question:hover{color:var(--purple)}.fe-faq__icon{border:1px solid var(--border);background:var(--gray-light);width:28px;height:28px;color:var(--text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:400;transition:background .2s,color .2s,border-color .2s;display:flex}.fe-faq__item--open .fe-faq__icon{background:var(--purple-glow);border-color:var(--purple);color:var(--purple)}.fe-faq__answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.fe-faq__item--open .fe-faq__answer{grid-template-rows:1fr}.fe-faq__answer-inner{overflow:hidden}.fe-faq__answer p{color:var(--text-muted);padding:0 24px 20px;font-size:15px;line-height:1.75}@media (width>=900px){.fe-faq{padding:128px 24px}}.fe-cta{text-align:center;background:#02af84;padding:96px 24px}.fe-cta__container{flex-direction:column;align-items:center;gap:20px;max-width:680px;margin:0 auto;display:flex}.fe-cta__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#ffffff8c;font-size:13px;font-weight:700}.fe-cta__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(26px,3.5vw,40px);font-weight:800;line-height:1.15}.fe-cta__subtitle{color:#ffffffa6;max-width:540px;font-size:17px;line-height:1.65}.fe-cta__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}.fe-cta__btn{border-radius:99px;align-items:center;padding:14px 32px;font-size:15px;font-weight:600;transition:background .2s,transform .2s,opacity .2s;display:inline-flex}.fe-cta__btn--primary{background:var(--white);color:var(--purple)}.fe-cta__btn--primary:hover{background:#ffffffe6;transform:translateY(-1px)}.fe-cta__btn--secondary{color:var(--white);background:#ffffff1a;border:1px solid #ffffff40}.fe-cta__btn--secondary:hover{background:#ffffff2e;transform:translateY(-1px)}@media (width>=900px){.fe-cta{padding:128px 24px}}.evenements-hero{background:var(--dark);padding:64px 24px}.evenements-hero__container{max-width:var(--container);flex-direction:column;gap:40px;margin:0 auto;display:flex}.evenements-hero__content{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.evenements-hero__img-wrapper{border-radius:var(--radius-lg);width:100%;height:260px;overflow:hidden}.evenements-hero__img{object-fit:cover;width:100%;height:100%}.evenements-hero__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(28px,4vw,48px);font-weight:800;line-height:1.15}.evenements-hero__accent{color:var(--purple-light)}.evenements-hero__desc{color:#fff9;max-width:560px;font-size:17px;line-height:1.7}.evenements-hero__badges{flex-wrap:wrap;gap:10px;display:flex}.evenements-hero__badge{color:var(--white);background:#ffffff14;border:1px solid #ffffff26;border-radius:99px;padding:6px 14px;font-size:13px;font-weight:600}.evenements-hero__cta{background:var(--purple);color:var(--white);border-radius:99px;align-items:center;margin-top:4px;padding:14px 32px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.evenements-hero__cta:hover{background:var(--purple-light);transform:translateY(-1px)}@media (width>=900px){.evenements-hero{padding:96px 24px}.evenements-hero__container{flex-direction:row;align-items:center;gap:64px}.evenements-hero__content{flex:1}.evenements-hero__img-wrapper{flex:1;height:360px}}.evenements-why{background:var(--white);padding:64px 24px}.evenements-why__container{max-width:var(--container);flex-direction:column;gap:56px;margin:0 auto;display:flex}.evenements-why__header{text-align:center;flex-direction:column;gap:12px;display:flex}.evenements-why__title{letter-spacing:-.02em;color:var(--text);font-size:clamp(28px,3.5vw,42px);font-weight:800}.evenements-why__accent{color:var(--purple)}.evenements-why__subtitle{color:var(--text-muted);font-size:17px}.evenements-why__grid{grid-template-columns:1fr;gap:20px;display:grid}.evenements-why__card{background:var(--gray-light);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:14px;padding:32px;transition:border-color .2s,box-shadow .2s;display:flex}.evenements-why__card:hover{border-color:var(--purple);box-shadow:var(--shadow)}.evenements-why__icon{color:var(--purple);background:var(--purple-glow);border-radius:var(--radius);width:fit-content;padding:12px;font-size:28px}.evenements-why__card-title{color:var(--text);font-size:17px;font-weight:700}.evenements-why__card-desc{color:var(--text-muted);font-size:15px;line-height:1.75}@media (width>=600px){.evenements-why__grid{grid-template-columns:repeat(3,1fr)}}@media (width>=900px){.evenements-why{padding:96px 24px}}.ne-grid{background:var(--white);padding:64px 24px 80px}.ne-grid__container{max-width:var(--container);flex-direction:column;gap:48px;margin:0 auto;display:flex}.ne-grid__header{text-align:center;flex-direction:column;gap:12px;display:flex}.ne-grid__title{letter-spacing:-.02em;color:var(--dark);font-size:clamp(28px,3.5vw,42px);font-weight:800}.ne-grid__accent{color:var(--purple)}.ne-grid__subtitle{color:var(--text-muted);font-size:17px}.ne-grid__toggle{background:var(--border);border-radius:99px;justify-content:center;width:fit-content;margin:8px auto 0;padding:4px;display:flex}.ne-grid__toggle-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:99px;align-items:center;gap:6px;padding:9px 22px;font-size:14px;font-weight:600;transition:background .2s,color .2s;display:flex}.ne-grid__toggle-btn .material-symbols-rounded{font-size:18px}.ne-grid__toggle-btn--active{background:var(--purple);color:var(--white)}.ne-grid__empty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:12px;padding:64px 24px;font-size:15px;display:flex}.ne-grid__empty .material-symbols-rounded{color:var(--border);font-size:48px}.ne-grid__list{flex-direction:column;gap:24px;display:flex}.ne-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.ne-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.ne-card--past{opacity:.62;filter:grayscale(.35);border-left:4px solid var(--border)}.ne-card--past:hover{box-shadow:none;transform:none}.ne-card__img-wrapper{flex-shrink:0;width:100%;height:200px;overflow:hidden}.ne-card__img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.ne-card:hover .ne-card__img{transform:scale(1.04)}.ne-card__inner{flex-direction:column;flex:1;gap:16px;padding:24px 28px;display:flex;position:relative}.ne-card__past-badge{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;background:#f1f0f5;border-radius:99px;padding:3px 10px;font-size:11px;font-weight:700;position:absolute;top:12px;right:12px}.ne-card__aside{flex-flow:wrap;align-items:center;gap:8px;display:flex}.ne-card__icon{color:var(--purple);font-size:22px}.ne-card__date{color:var(--dark);font-size:14px;font-weight:700;line-height:1.3}.ne-card__time{color:var(--text-muted);font-size:13px}.ne-card__info{color:var(--text-muted);align-items:center;gap:5px;font-size:13px;line-height:1.3;display:flex}.ne-card__info .material-symbols-rounded{flex-shrink:0;font-size:15px}.ne-card__actions{flex-flow:wrap;gap:8px;margin-top:auto;padding-top:8px;display:flex}.ne-card__cta{border:1.5px solid var(--purple);color:var(--purple);text-align:center;border-radius:99px;padding:7px 14px;font-size:12px;font-weight:700;transition:background .2s,color .2s}.ne-card__cta:hover{background:var(--purple-glow)}.ne-card__cta--primary{background:var(--purple);color:var(--white);border-color:var(--purple)}.ne-card__cta--primary:hover{background:var(--purple-light);border-color:var(--purple-light)}.ne-card__body{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.ne-card__tags{flex-wrap:wrap;gap:6px;display:flex}.ne-card__tag{letter-spacing:.02em;border-radius:99px;padding:4px 12px;font-size:12px;font-weight:700}.ne-card__tag--type{background:var(--purple-glow);color:var(--purple)}.ne-card__tag--price{color:#166534;background:#f0fdf4}.ne-card__title{color:var(--dark);font-size:16px;font-weight:700;line-height:1.4}.ne-card__desc{color:var(--text-muted);font-size:14px;line-height:1.65}@media (width>=640px){.ne-grid{padding:80px 24px 96px}.ne-card__inner{flex-direction:row;gap:24px}.ne-card__aside{border-right:1px solid var(--border);flex-flow:column;flex-shrink:0;align-items:flex-start;gap:4px;width:140px;padding-right:20px}.ne-card__actions{border-top:1px solid var(--border);flex-flow:column;gap:8px;width:100%;margin-top:8px;padding-top:8px}.ne-card__cta{text-align:center;box-sizing:border-box;width:100%}}@media (width>=768px){.ne-grid__list{grid-template-columns:repeat(2,1fr);display:grid}}@media (width>=1024px){.ne-grid__list{grid-template-columns:repeat(3,1fr)}}.evenements-testimonials{background:var(--white);padding:64px 24px}.evenements-testimonials__container{max-width:var(--container);flex-direction:column;gap:56px;margin:0 auto;display:flex}.evenements-testimonials__header{text-align:center;flex-direction:column;gap:12px;display:flex}.evenements-testimonials__title{letter-spacing:-.02em;color:var(--text);font-size:clamp(28px,3.5vw,42px);font-weight:800}.evenements-testimonials__accent{color:var(--purple)}.evenements-testimonials__subtitle{color:var(--text-muted);font-size:17px}.evenements-testimonials__grid{grid-template-columns:1fr;gap:24px;display:grid}.evenements-testimonials__card{background:var(--gray-light);border-radius:var(--radius-lg);flex-direction:column;gap:20px;padding:32px;display:flex}.evenements-testimonials__quote-icon{color:var(--purple);font-size:32px}.evenements-testimonials__text{color:var(--text);flex:1;font-size:16px;line-height:1.75}.evenements-testimonials__author{align-items:center;gap:14px;display:flex}.evenements-testimonials__avatar{background:var(--purple);width:44px;height:44px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.evenements-testimonials__name{color:var(--text);font-size:15px;font-weight:700}.evenements-testimonials__role{color:var(--text-muted);font-size:13px}@media (width>=640px){.evenements-testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.evenements-testimonials{padding:96px 24px}.evenements-testimonials__grid{grid-template-columns:repeat(3,1fr)}}.evenements-faq{background:var(--gray-light);padding:64px 24px}.evenements-faq__container{flex-direction:column;gap:32px;max-width:760px;margin:0 auto;display:flex}.evenements-faq__title{letter-spacing:-.02em;color:var(--text);text-align:center;font-size:clamp(24px,3vw,32px);font-weight:800}.evenements-faq__list{flex-direction:column;gap:12px;display:flex}.evenements-faq__item{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:border-color .2s;overflow:hidden}.evenements-faq__item--open{border-color:var(--purple)}.evenements-faq__question{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:16px;font-weight:600;transition:color .2s;display:flex}.evenements-faq__question:hover{color:var(--purple)}.evenements-faq__icon{border:1px solid var(--border);background:var(--gray-light);width:28px;height:28px;color:var(--text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:400;transition:background .2s,color .2s,border-color .2s;display:flex}.evenements-faq__item--open .evenements-faq__icon{background:var(--purple-glow);border-color:var(--purple);color:var(--purple)}.evenements-faq__answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.evenements-faq__item--open .evenements-faq__answer{grid-template-rows:1fr}.evenements-faq__answer-inner{overflow:hidden}.evenements-faq__answer p{color:var(--text-muted);padding:0 24px 20px;font-size:15px;line-height:1.75}@media (width>=900px){.evenements-faq{padding:96px 24px}}.evenements-cta{text-align:center;background:#02af84;padding:96px 24px}.evenements-cta__container{flex-direction:column;align-items:center;gap:20px;max-width:680px;margin:0 auto;display:flex}.evenements-cta__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#ffffff8c;font-size:13px;font-weight:700}.evenements-cta__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(26px,3.5vw,40px);font-weight:800;line-height:1.15}.evenements-cta__subtitle{color:#ffffffa6;max-width:540px;font-size:17px;line-height:1.65}.evenements-cta__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}.evenements-cta__btn{border-radius:99px;align-items:center;padding:14px 32px;font-size:15px;font-weight:600;transition:background .2s,transform .2s,opacity .2s;display:inline-flex}.evenements-cta__btn--primary{background:var(--white);color:var(--purple)}.evenements-cta__btn--primary:hover{background:#ffffffe6;transform:translateY(-1px)}.evenements-cta__btn--secondary{color:var(--white);background:#ffffff1a;border:1px solid #ffffff40}.evenements-cta__btn--secondary:hover{background:#ffffff2e;transform:translateY(-1px)}@media (width>=900px){.evenements-cta{padding:128px 24px}}.vw-hero{background:var(--dark);padding:64px 24px}.vw-hero__container{max-width:var(--container);flex-direction:column;gap:40px;margin:0 auto;display:flex}.vw-hero__content{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.vw-hero__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--purple-light);font-size:13px;font-weight:600}.vw-hero__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(28px,4vw,48px);font-weight:800;line-height:1.15}.vw-hero__accent{color:var(--purple-light)}.vw-hero__desc{color:#fff9;max-width:560px;font-size:17px;line-height:1.7}.vw-hero__badges{flex-wrap:wrap;gap:10px;display:flex}.vw-hero__badge{color:var(--white);background:#ffffff14;border:1px solid #ffffff26;border-radius:99px;padding:6px 14px;font-size:13px;font-weight:600}.vw-hero__cta{background:var(--purple);color:var(--white);border-radius:99px;align-items:center;margin-top:4px;padding:14px 32px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.vw-hero__cta:hover{background:var(--purple-light);transform:translateY(-1px)}.vw-hero__img-wrapper{border-radius:var(--radius-lg);width:100%;height:260px;overflow:hidden}.vw-hero__img{object-fit:cover;width:100%;height:100%}@media (width>=900px){.vw-hero{padding:96px 24px}.vw-hero__container{flex-direction:row;align-items:center;gap:64px}.vw-hero__content{flex:1}.vw-hero__img-wrapper{flex:1;height:360px}}.vw-avantages{background:#fff;padding:80px 24px}.vw-avantages__container{max-width:var(--container);margin:0 auto}.vw-avantages__header{text-align:center;margin-bottom:3rem}.vw-avantages__title{color:var(--dark);margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.2}.vw-avantages__accent{color:var(--purple)}.vw-avantages__subtitle{color:#555;max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.6}.vw-avantages__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.vw-avantages__card{border-radius:var(--radius-lg,16px);background:#f8f7fc;flex-direction:column;gap:.75rem;padding:2rem;display:flex}.vw-avantages__icon{color:var(--purple);font-size:2rem}.vw-avantages__card-title{color:var(--dark);font-size:1.1rem;font-weight:700}.vw-avantages__card-desc{color:#555;font-size:.95rem;line-height:1.65}@media (width>=640px){.vw-avantages__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.vw-avantages__grid{grid-template-columns:repeat(4,1fr)}}.vw-themes{background:#f8f7fc;padding:80px 24px}.vw-themes__container{max-width:var(--container);margin:0 auto}.vw-themes__header{text-align:center;margin-bottom:3rem}.vw-themes__title{color:var(--dark);margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.vw-themes__accent{color:var(--purple)}.vw-themes__subtitle{color:#555;max-width:480px;margin:0 auto;font-size:1.05rem;line-height:1.6}.vw-themes__grid{grid-template-columns:1fr;gap:1rem;display:grid}.vw-themes__card{border-radius:var(--radius-lg,16px);background:#fff;border:1px solid #ede8fb;flex-direction:column;gap:.5rem;padding:1.5rem;transition:box-shadow .2s,transform .2s;display:flex}.vw-themes__card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #02af841a}.vw-themes__card--highlight{border:2px dashed var(--purple);cursor:pointer;color:inherit;background:#02af8408;text-decoration:none}.vw-themes__card--highlight:hover{background:#02af8412;transform:translateY(-2px);box-shadow:0 4px 20px #02af8426}.vw-themes__card-cta{color:var(--purple);align-items:center;gap:4px;margin-top:auto;font-size:.85rem;font-weight:700;display:inline-flex}.vw-themes__card-cta .material-symbols-rounded{font-size:1rem}.vw-themes__icon{color:var(--purple);font-size:1.75rem}.vw-themes__card-title{color:var(--dark);font-size:1rem;font-weight:700}.vw-themes__card-desc{color:#666;font-size:.9rem;line-height:1.6}@media (width>=640px){.vw-themes__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.vw-themes__grid{grid-template-columns:repeat(4,1fr)}}.vw-form{background:var(--dark);padding:80px 24px}.vw-form__container{max-width:780px;margin:0 auto}.vw-form__header{text-align:center;margin-bottom:2.5rem}.vw-form__title{color:var(--white);margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.4rem);font-weight:700}.vw-form__accent{color:var(--purple-light)}.vw-form__subtitle{color:#fff9;max-width:520px;margin:0 auto;font-size:1rem;line-height:1.6}.vw-form__form{flex-direction:column;gap:1.25rem;display:flex}.vw-form__row{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=600px){.vw-form__row{grid-template-columns:1fr 1fr}}.vw-form__field{flex-direction:column;gap:.4rem;display:flex}.vw-form__label{color:#ffffffbf;font-size:.875rem;font-weight:600}.vw-form__input,.vw-form__textarea{color:var(--white);box-sizing:border-box;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,background .2s}.vw-form__input::placeholder,.vw-form__textarea::placeholder{color:#ffffff4d}.vw-form__input:focus,.vw-form__textarea:focus{border-color:var(--purple-light);background:#ffffff17}.vw-form__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right .9rem center;background-repeat:no-repeat;padding-right:2.5rem}.vw-form__select option{color:#fff;background:#1a1030}.vw-form__textarea{resize:vertical;min-height:130px}.vw-form__error{color:#f87171;text-align:center;font-size:.9rem}.vw-form__submit{background:var(--purple);color:var(--white);cursor:pointer;border:none;border-radius:99px;align-self:center;margin-top:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:background .2s,transform .2s}.vw-form__submit:hover:not(:disabled){background:var(--purple-light);transform:translateY(-1px)}.vw-form__submit:disabled{opacity:.6;cursor:not-allowed}.vw-form__tally-wrapper{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:16px;padding:32px 32px 16px;position:relative;overflow:hidden}.vw-form__iframe{border:none;width:100%;display:block}.vw-form__tally-mask{pointer-events:none;z-index:10;background:linear-gradient(90deg,#0000,#1c262b 40%);border-radius:0 0 16px;width:320px;height:78px;position:absolute;bottom:0;right:0}.vw-form__success{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.vw-form__success-icon{color:#4ade80;font-size:3rem}.vw-form__success-title{color:var(--white);font-size:1.4rem;font-weight:700}.vw-form__success-desc{color:#fff9;max-width:440px;font-size:1rem;line-height:1.6}@media (width<=640px){.vw-form__tally-mask{width:160px;height:48px}}.vw-testimonials{background:#f8f7fc;padding:80px 24px}.vw-testimonials__container{max-width:var(--container);margin:0 auto}.vw-testimonials__header{text-align:center;margin-bottom:3rem}.vw-testimonials__title{color:var(--dark);margin-bottom:.6rem;font-size:clamp(1.75rem,3vw,2.4rem);font-weight:700}.vw-testimonials__accent{color:var(--purple)}.vw-testimonials__subtitle{color:#666;font-size:1rem;line-height:1.6}.vw-testimonials__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.vw-testimonials__grid{grid-template-columns:repeat(3,1fr)}}.vw-testimonials__card{background:#fff;border:1px solid #ede8fb;border-radius:16px;flex-direction:column;gap:1.25rem;padding:2rem;display:flex;box-shadow:0 2px 12px #0000000d}.vw-testimonials__quote-icon{color:var(--purple-light);opacity:.5;font-size:2.25rem;line-height:1}.vw-testimonials__quote{color:#333;flex:1;font-size:.97rem;font-style:italic;line-height:1.75}.vw-testimonials__author{align-items:center;gap:.875rem;margin-top:auto;display:flex}.vw-testimonials__avatar{background:var(--purple);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:.85rem;font-weight:700;display:flex}.vw-testimonials__name{color:var(--dark);font-size:.9rem;font-weight:700}.vw-testimonials__role{color:#888;font-size:.8rem}.partenaires-hero{background:var(--dark);padding:64px 24px}.partenaires-hero__container{max-width:var(--container);flex-direction:column;gap:40px;margin:0 auto;display:flex}.partenaires-hero__content{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.partenaires-hero__img-wrapper{border-radius:var(--radius-lg);width:100%;height:260px;overflow:hidden}.partenaires-hero__img{object-fit:cover;width:100%;height:100%}.partenaires-hero__label{text-transform:uppercase;letter-spacing:.12em;color:var(--purple-light);font-size:12px;font-weight:700}.partenaires-hero__title{color:var(--white);letter-spacing:-.02em;max-width:680px;font-size:clamp(28px,4vw,48px);font-weight:800;line-height:1.15}.partenaires-hero__accent{color:var(--purple-light)}.partenaires-hero__desc{color:#fff9;max-width:560px;font-size:17px;line-height:1.7}.partenaires-hero__badges{flex-wrap:wrap;gap:10px;display:flex}.partenaires-hero__badge{color:var(--white);background:#ffffff14;border:1px solid #ffffff26;border-radius:99px;padding:6px 14px;font-size:13px;font-weight:600}.partenaires-hero__cta{background:var(--purple);color:var(--white);border-radius:99px;align-items:center;margin-top:4px;padding:14px 32px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.partenaires-hero__cta:hover{background:var(--purple-light);transform:translateY(-1px)}@media (width>=900px){.partenaires-hero{padding:96px 24px}.partenaires-hero__container{flex-direction:row;align-items:center;gap:64px}.partenaires-hero__content{flex:1}.partenaires-hero__img-wrapper{flex:1;height:360px}}.partenaires-avantages{background:var(--gray-light);padding:64px 24px}.partenaires-avantages__container{max-width:var(--container);flex-direction:column;gap:48px;margin:0 auto;display:flex}.partenaires-avantages__header{text-align:center;flex-direction:column;gap:12px;display:flex}.partenaires-avantages__title{color:var(--text);letter-spacing:-.02em;font-size:clamp(26px,3.5vw,40px);font-weight:800}.partenaires-avantages__accent{color:var(--purple)}.partenaires-avantages__subtitle{color:var(--text-muted);font-size:17px}.partenaires-avantages__grid{grid-template-columns:1fr;gap:20px;display:grid}.partenaires-avantages__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:12px;padding:32px;display:flex}.partenaires-avantages__icon{color:var(--purple);background:var(--purple-glow);border-radius:var(--radius);width:fit-content;padding:12px;font-size:32px}.partenaires-avantages__card-title{color:var(--text);font-size:17px;font-weight:700}.partenaires-avantages__card-desc{color:var(--text-muted);font-size:14px;line-height:1.7}@media (width>=640px){.partenaires-avantages__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.partenaires-avantages{padding:96px 24px}.partenaires-avantages__grid{grid-template-columns:repeat(3,1fr)}}.partenaires-types{background:var(--gray-light);padding:64px 24px}.partenaires-types__container{max-width:var(--container);flex-direction:column;gap:56px;margin:0 auto;display:flex}.partenaires-types__header{text-align:center;flex-direction:column;gap:12px;display:flex}.partenaires-types__title{letter-spacing:-.02em;color:var(--text);font-size:clamp(28px,3.5vw,42px);font-weight:800}.partenaires-types__accent{color:var(--purple)}.partenaires-types__subtitle{color:var(--text-muted);font-size:17px}.partenaires-types__grid{grid-template-columns:1fr;gap:20px;display:grid}.partenaires-types__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:14px;padding:32px;transition:border-color .2s,box-shadow .2s;display:flex}.partenaires-types__card:hover{border-color:var(--purple);box-shadow:var(--shadow)}.partenaires-types__icon{color:var(--purple);background:var(--purple-glow);border-radius:var(--radius);width:fit-content;padding:12px;font-size:28px}.partenaires-types__card-title{color:var(--text);font-size:17px;font-weight:700}.partenaires-types__card-desc{color:var(--text-muted);font-size:15px;line-height:1.75}@media (width>=600px){.partenaires-types__grid{grid-template-columns:repeat(3,1fr)}}@media (width>=900px){.partenaires-types{padding:96px 24px}}.partenaires-process{background:var(--white);padding:64px 24px}.partenaires-process__container{max-width:var(--container);flex-direction:column;gap:56px;margin:0 auto;display:flex}.partenaires-process__header{text-align:center;flex-direction:column;gap:12px;display:flex}.partenaires-process__title{letter-spacing:-.02em;color:var(--text);font-size:clamp(28px,3.5vw,42px);font-weight:800}.partenaires-process__accent{color:var(--purple)}.partenaires-process__subtitle{color:var(--text-muted);font-size:17px}.partenaires-process__steps{flex-direction:column;gap:24px;display:flex}.partenaires-process__step{background:var(--gray-light);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:flex-start;gap:24px;padding:32px;transition:border-color .2s,box-shadow .2s;display:flex}.partenaires-process__step:hover{border-color:var(--purple);box-shadow:var(--shadow)}.partenaires-process__number{color:var(--purple);background:var(--purple-glow);border-radius:var(--radius);letter-spacing:-.02em;flex-shrink:0;padding:8px 16px;font-size:32px;font-weight:900;line-height:1}.partenaires-process__body{flex-direction:column;gap:8px;display:flex}.partenaires-process__step-title{color:var(--text);font-size:17px;font-weight:700}.partenaires-process__step-desc{color:var(--text-muted);font-size:15px;line-height:1.75}@media (width>=900px){.partenaires-process{padding:96px 24px}.partenaires-process__steps{flex-direction:row;gap:20px}.partenaires-process__step{flex-direction:column;flex:1}}.partenaires-form{background:var(--gray-light);padding:64px 24px}.partenaires-form__tally-wrapper{padding:40px 32px 16px;position:relative;overflow:hidden}.partenaires-form__iframe{border:none;width:100%;display:block}.partenaires-form__tally-mask{pointer-events:none;z-index:10;border-radius:0 0 var(--radius-lg) 0;background:linear-gradient(90deg,#0000,#fff 40%);width:320px;height:80px;position:absolute;bottom:0;right:0}.partenaires-form__container{flex-direction:column;gap:40px;max-width:720px;margin:0 auto;display:flex}.partenaires-form__header{text-align:center;flex-direction:column;gap:12px;display:flex}.partenaires-form__title{color:var(--text);letter-spacing:-.02em;font-size:clamp(24px,3vw,36px);font-weight:800}.partenaires-form__subtitle{color:var(--text-muted);font-size:16px}.partenaires-form__form{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:20px;padding:40px 32px;display:flex}.partenaires-form__row{grid-template-columns:1fr;gap:20px;display:grid}.partenaires-form__field{flex-direction:column;gap:8px;display:flex}.partenaires-form__label{color:var(--text);font-size:13px;font-weight:600}.partenaires-form__input{border:1px solid var(--border);border-radius:var(--radius);color:var(--text);background:var(--white);outline:none;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .2s}.partenaires-form__input:focus{border-color:var(--purple)}.partenaires-form__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:18px 18px;padding-right:42px}.partenaires-form__textarea{resize:vertical;min-height:140px}.partenaires-form__btn{background:var(--purple);color:var(--white);cursor:pointer;border:none;border-radius:99px;align-self:flex-start;padding:14px 32px;font-size:15px;font-weight:600;transition:background .2s,transform .2s}.partenaires-form__btn:hover:not(:disabled){background:var(--purple-light);transform:translateY(-1px)}.partenaires-form__btn:disabled{opacity:.6;cursor:not-allowed}.partenaires-form__success{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;color:var(--text);flex-direction:column;align-items:center;gap:16px;padding:48px;font-size:16px;font-weight:600;display:flex}.partenaires-form__success .material-symbols-rounded{color:var(--purple);font-size:48px}.partenaires-form__error{color:#f87171;font-size:14px}@media (width>=640px){.partenaires-form__row{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.partenaires-form{padding:96px 24px}}@media (width<=640px){.partenaires-form__tally-mask{width:160px;height:48px}}.blog-hero{background:var(--dark);padding:64px 24px}.blog-hero__container{max-width:var(--container);flex-direction:column;gap:40px;margin:0 auto;display:flex}.blog-hero__content{flex-direction:column;flex:1;gap:16px;display:flex}.blog-hero__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(28px,4vw,48px);font-weight:800;line-height:1.15}.blog-hero__accent{color:var(--purple-light)}.blog-hero__subtitle{color:#fff9;font-size:17px;line-height:1.6}.blog-hero__badges{flex-wrap:wrap;gap:10px;display:flex}.blog-hero__badge{color:#fffc;background:#ffffff14;border:1px solid #ffffff26;border-radius:99px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.blog-hero__badge .material-symbols-rounded{font-size:16px}.blog-hero__cta{color:var(--white);background:var(--purple);border-radius:99px;align-items:center;width:fit-content;padding:13px 28px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.blog-hero__cta:hover{background:var(--purple-light);transform:translateY(-1px)}.blog-hero__img-wrapper{border-radius:var(--radius-lg);flex-shrink:0;width:100%;max-height:280px;overflow:hidden}.blog-hero__img{object-fit:cover;width:100%;height:100%;display:block}@media (width>=900px){.blog-hero{padding:96px 24px}.blog-hero__container{flex-direction:row;align-items:center;gap:64px}.blog-hero__content{flex:1}.blog-hero__img-wrapper{flex:1;height:360px;max-height:none}}.blog-grid{background:var(--gray-light);padding:64px 24px}.blog-grid__container{max-width:var(--container);flex-direction:column;gap:40px;margin:0 auto;display:flex}.blog-grid__filters{flex-wrap:wrap;gap:8px;display:flex}.blog-grid__filter{border:1px solid var(--border);background:var(--white);color:var(--text-muted);cursor:pointer;border-radius:99px;padding:8px 18px;font-size:13px;font-weight:500;transition:border-color .2s,color .2s,background .2s}.blog-grid__filter:hover{border-color:var(--purple);color:var(--purple)}.blog-grid__filter--active,.blog-grid__filter--active:hover{background:var(--purple);border-color:var(--purple);color:var(--white)}.blog-grid__list{grid-template-columns:1fr;gap:24px;display:grid}.blog-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.blog-card__img{object-fit:cover;flex-shrink:0;width:100%;height:200px}.blog-card__body{flex-direction:column;flex:1;gap:12px;padding:24px;display:flex}.blog-card__meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;display:flex}.blog-card__category{text-transform:uppercase;letter-spacing:.08em;color:var(--purple);background:var(--purple-glow);border-radius:99px;padding:3px 10px;font-size:11px;font-weight:700}.blog-card__dot{color:var(--border)}.blog-card__title{color:var(--text);font-size:16px;font-weight:700;line-height:1.4}.blog-card__excerpt{color:var(--text-muted);flex:1;font-size:14px;line-height:1.7}.blog-card__cta{color:var(--purple);margin-top:4px;font-size:13px;font-weight:600}@media (width>=640px){.blog-grid__list{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.blog-grid{padding:96px 24px}.blog-grid__list{grid-template-columns:repeat(3,1fr)}}.blog-newsletter{text-align:center;background:#02af84;padding:64px 24px}.blog-newsletter__container{flex-direction:column;align-items:center;gap:16px;max-width:560px;margin:0 auto;display:flex}.blog-newsletter__label{text-transform:uppercase;letter-spacing:.12em;color:#ffffffb3;font-size:12px;font-weight:700}.blog-newsletter__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(22px,3vw,32px);font-weight:800;line-height:1.2}.blog-newsletter__subtitle{color:var(--white);font-size:15px;line-height:1.6}.blog-newsletter__form{flex-direction:column;gap:12px;width:100%;margin-top:8px;display:flex}.blog-newsletter__input{background:var(--white);width:100%;color:var(--text);border:1px solid #ffffff4d;border-radius:99px;outline:none;padding:14px 18px;font-size:15px;transition:border-color .2s}.blog-newsletter__input::placeholder{color:var(--text-muted)}.blog-newsletter__input:focus{border-color:var(--white)}.blog-newsletter__btn{background:var(--white);color:var(--purple);cursor:pointer;white-space:nowrap;border:none;border-radius:99px;padding:14px 32px;font-size:15px;font-weight:600;transition:background .2s,transform .2s,opacity .2s}.blog-newsletter__btn:hover:not(:disabled){background:#ffffffd9;transform:translateY(-1px)}.blog-newsletter__btn:disabled{opacity:.6;cursor:not-allowed}.blog-newsletter__success{color:#4ade80;font-size:15px;font-weight:600}.blog-newsletter__error{color:#f87171;font-size:14px}@media (width>=560px){.blog-newsletter__form{flex-direction:row}.blog-newsletter__input{flex:1}}@media (width>=900px){.blog-newsletter{padding:96px 24px}}.blog-cta{background:var(--gray-light);text-align:center;padding:96px 24px}.blog-cta__container{flex-direction:column;align-items:center;gap:16px;max-width:640px;margin:0 auto;display:flex}.blog-cta__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--purple);font-size:13px;font-weight:700}.blog-cta__title{color:var(--text);letter-spacing:-.02em;font-size:clamp(26px,3.5vw,40px);font-weight:800;line-height:1.15}.blog-cta__subtitle{color:var(--text-muted);max-width:520px;font-size:17px;line-height:1.6}.blog-cta__buttons{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}.blog-cta__btn{border-radius:99px;justify-content:center;align-items:center;padding:14px 32px;font-size:15px;font-weight:600;transition:background .2s,color .2s,transform .2s;display:inline-flex}.blog-cta__btn--primary{background:var(--purple);color:var(--white)}.blog-cta__btn--primary:hover{background:var(--purple-light);transform:translateY(-1px)}.blog-cta__btn--secondary{border:2px solid var(--purple);color:var(--purple)}.blog-cta__btn--secondary:hover{background:var(--dark);border-color:var(--dark);color:var(--white);transform:translateY(-1px)}@media (width>=900px){.blog-cta{padding:128px 24px}}.contact-hero{background:var(--dark);padding:64px 24px}.contact-hero__container{max-width:var(--container);flex-direction:column;gap:40px;margin:0 auto;display:flex}.contact-hero__content{flex-direction:column;flex:1;gap:16px;display:flex}.contact-hero__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(32px,4vw,52px);font-weight:800;line-height:1.1}.contact-hero__accent{color:var(--purple)}.contact-hero__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--purple-light);font-size:13px;font-weight:700}.contact-hero__desc{color:#fff9;font-size:17px;line-height:1.7}.contact-hero__badges{flex-wrap:wrap;gap:10px;display:flex}.contact-hero__badge{color:#fffc;background:#ffffff14;border:1px solid #ffffff26;border-radius:99px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.contact-hero__badge .material-symbols-rounded{font-size:16px}.contact-hero__cta{color:var(--white);background:var(--purple);border-radius:99px;align-items:center;width:fit-content;padding:13px 28px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.contact-hero__cta:hover{background:var(--purple-light);transform:translateY(-1px)}.contact-hero__img-wrapper{border-radius:var(--radius-lg);flex-shrink:0;width:100%;max-height:280px;overflow:hidden}.contact-hero__img{object-fit:cover;width:100%;height:100%;display:block}@media (width>=900px){.contact-hero{padding:96px 24px}.contact-hero__container{flex-direction:row;align-items:center;gap:64px}.contact-hero__content{flex:1}.contact-hero__img-wrapper{flex:1;height:360px;max-height:none}}.contact{background:var(--gray-light);padding:64px 24px}.contact__container{max-width:var(--container);grid-template-columns:1fr;align-items:start;gap:48px;margin:0 auto;display:grid}.contact__form-wrapper{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);flex-direction:column;gap:24px;padding:32px;display:flex}.contact__tally-wrapper{padding:32px 32px 16px;position:relative;overflow:hidden}.contact__tally-iframe{border:none;width:100%;display:block}.contact__tally-mask{pointer-events:none;z-index:10;border-radius:0 0 var(--radius-lg) 0;background:linear-gradient(90deg,#0000,#fff 40%);width:320px;height:80px;position:absolute;bottom:0;right:0}.contact__form-title{color:var(--text);font-size:22px;font-weight:700}.contact__form{flex-direction:column;gap:20px;display:flex}.contact__row{grid-template-columns:1fr;gap:20px;display:grid}.contact__field{flex-direction:column;gap:8px;display:flex}.contact__label{color:var(--text);font-size:14px;font-weight:600}.contact__input{border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);background:var(--white);outline:none;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.contact__input:focus{border-color:var(--purple);box-shadow:0 0 0 3px var(--purple-glow)}.contact__input::placeholder{color:var(--text-muted)}.contact__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:18px 18px;padding-right:42px}.contact__textarea{resize:vertical;min-height:140px}.contact__submit{background:var(--purple);color:var(--white);cursor:pointer;border:none;border-radius:99px;width:fit-content;padding:14px 32px;font-size:15px;font-weight:600;transition:background .2s,transform .2s}.contact__submit:hover{background:var(--purple-light);transform:translateY(-1px)}.contact__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact__error{color:#ef4444;font-size:14px}.contact__success{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:40px 0;display:flex}.contact__success .material-symbols-rounded{color:#22c55e;font-size:56px}.contact__success p{color:var(--text-muted);font-size:16px}.contact__info{flex-direction:column;gap:32px;display:flex}.contact__info-title{color:var(--text);font-size:22px;font-weight:700}.contact__info-list{flex-direction:column;gap:24px;margin:0;padding:0;list-style:none;display:flex}.contact__info-item{align-items:flex-start;gap:16px;display:flex}.contact__info-icon{color:var(--purple);flex-shrink:0;margin-top:2px;font-size:22px}.contact__info-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:4px;font-size:12px;font-weight:700}.contact__info-value{color:var(--text);font-size:15px}.contact__info-link{transition:color .2s}.contact__info-link:hover{color:var(--purple)}@media (width>=640px){.contact__row{grid-template-columns:1fr 1fr}}@media (width>=900px){.contact{padding:128px 24px}.contact__container{grid-template-columns:1.4fr 1fr;gap:64px}}@media (width<=640px){.contact__tally-mask{width:160px;height:48px}}.contact-faq{background:var(--gray-light);padding:64px 24px}.contact-faq__container{flex-direction:column;gap:32px;max-width:760px;margin:0 auto;display:flex}.contact-faq__title{letter-spacing:-.02em;color:var(--text);text-align:center;font-size:clamp(24px,3vw,32px);font-weight:800}.contact-faq__list{flex-direction:column;gap:12px;display:flex}.contact-faq__item{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:border-color .2s;overflow:hidden}.contact-faq__item--open{border-color:var(--purple)}.contact-faq__question{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:16px;font-weight:600;transition:color .2s;display:flex}.contact-faq__question:hover{color:var(--purple)}.contact-faq__icon{border:1px solid var(--border);background:var(--gray-light);width:28px;height:28px;color:var(--text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:400;transition:background .2s,color .2s,border-color .2s;display:flex}.contact-faq__item--open .contact-faq__icon{background:var(--purple-glow);border-color:var(--purple);color:var(--purple)}.contact-faq__answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.contact-faq__item--open .contact-faq__answer{grid-template-rows:1fr}.contact-faq__answer-inner{overflow:hidden}.contact-faq__answer p{color:var(--text-muted);padding:0 24px 20px;font-size:15px;line-height:1.75}@media (width>=900px){.contact-faq{padding:128px 24px}}.fd-notfound{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:96px 24px;display:flex}.fd-hero{background:var(--dark);padding:64px 24px}.fd-hero__container{max-width:var(--container);flex-direction:column;gap:40px;margin:0 auto;display:flex}.fd-hero__content{flex-direction:column;gap:16px;display:flex}.fd-hero__img-wrapper{border-radius:var(--radius-lg);width:100%;height:260px;overflow:hidden}.fd-hero__img{object-fit:cover;width:100%;height:100%}@media (width>=900px){.fd-hero__container{flex-direction:row;align-items:center;gap:64px}.fd-hero__content{flex:1}.fd-hero__img-wrapper{flex:1;height:320px}}.fd-hero__back{color:#ffffff80;width:fit-content;font-size:14px;font-weight:600;transition:color .2s}.fd-hero__back:hover{color:var(--purple-light)}.fd-hero__category{text-transform:uppercase;letter-spacing:.1em;color:var(--purple-light);font-size:12px;font-weight:700}.fd-hero__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(26px,3.5vw,44px);font-weight:800;line-height:1.2}.fd-hero__level{text-transform:uppercase;letter-spacing:.08em;color:var(--purple-light);background:var(--purple-glow);border:1px solid #02af844d;border-radius:99px;width:fit-content;padding:5px 14px;font-size:12px;font-weight:700}.fd-content{background:var(--gray-light);padding:64px 24px}.fd-content__container{max-width:var(--container);grid-template-columns:1fr;align-items:start;gap:40px;margin:0 auto;display:grid}.fd-content__main{flex-direction:column;gap:40px;display:flex}.fd-content__block{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:16px;padding:32px;display:flex}.fd-content__block-title{color:var(--text);font-size:18px;font-weight:700}.fd-content__text{color:var(--text-muted);font-size:15px;line-height:1.8}.fd-content__outcomes{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.fd-content__outcome{color:var(--text);align-items:flex-start;gap:12px;font-size:15px;line-height:1.5;display:flex}.fd-content__outcome-icon{color:var(--purple);flex-shrink:0;margin-top:1px;font-size:20px}.fd-content__aside{position:static}.fd-content__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:12px;padding:28px;display:flex}.fd-content__card-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:11px;font-weight:700}.fd-content__card-price{color:var(--purple);border-bottom:1px solid var(--border);letter-spacing:-.02em;margin-top:-4px;padding-bottom:12px;font-size:22px;font-weight:800}.fd-content__card-value{color:var(--text);border-bottom:1px solid var(--border);margin-top:-4px;padding-bottom:12px;font-size:15px;font-weight:600}.fd-content__card-value:last-of-type{border-bottom:none;margin-bottom:8px}.fd-content__cta{background:var(--purple);color:var(--white);text-align:center;border-radius:99px;justify-content:center;align-items:center;padding:14px 24px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:flex}.fd-content__cta:hover{background:var(--purple-light);transform:translateY(-1px)}.fd-content__cta-secondary{border:2px solid var(--purple);color:var(--purple);text-align:center;border-radius:99px;justify-content:center;align-items:center;padding:12px 24px;font-size:15px;font-weight:600;transition:background .2s,color .2s;display:flex}.fd-content__cta-secondary:hover{background:var(--purple);color:var(--white)}@media (width>=900px){.fd-hero,.fd-content{padding:96px 24px}.fd-content__container{grid-template-columns:1fr 320px;gap:64px}.fd-content__aside{position:sticky;top:96px}}.fd-content__tarifs{flex-direction:column;gap:8px;margin-top:4px;display:flex}.fd-content__tarif-row{background:var(--gray-light);border:1.5px solid var(--border);border-radius:var(--radius);align-items:center;gap:10px;padding:10px 12px;display:flex}.fd-content__tarif-row--accent{background:var(--purple-glow);border-color:var(--purple)}.fd-content__tarif-icon{color:var(--purple);flex-shrink:0;font-size:18px}.fd-content__tarif-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:11px;font-weight:700}.fd-content__tarif-price{color:var(--dark);letter-spacing:-.02em;font-size:17px;font-weight:800}.fd-content__tarif-tax{color:var(--purple);font-size:12px;font-weight:600}.fed-notfound{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:96px 24px;display:flex}.fed-hero{background:var(--dark);padding:64px 24px}.fed-hero__container{max-width:var(--container);flex-direction:column;gap:40px;margin:0 auto;display:flex}.fed-hero__content{flex-direction:column;gap:16px;display:flex}.fed-hero__img-wrapper{border-radius:var(--radius-lg);width:100%;height:260px;overflow:hidden}.fed-hero__img{object-fit:cover;width:100%;height:100%}.fed-hero__back{color:#ffffff80;width:fit-content;font-size:14px;font-weight:600;transition:color .2s}.fed-hero__back:hover{color:var(--purple-light)}.fed-hero__category{text-transform:uppercase;letter-spacing:.1em;color:var(--purple-light);font-size:12px;font-weight:700}.fed-hero__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(26px,3.5vw,44px);font-weight:800;line-height:1.2}.fed-hero__level{text-transform:uppercase;letter-spacing:.08em;color:var(--purple-light);background:var(--purple-glow);border:1px solid #02af844d;border-radius:99px;width:fit-content;padding:5px 14px;font-size:12px;font-weight:700}.fed-content{background:var(--gray-light);padding:64px 24px}.fed-content__container{max-width:var(--container);grid-template-columns:1fr;align-items:start;gap:40px;margin:0 auto;display:grid}.fed-content__main{flex-direction:column;gap:40px;display:flex}.fed-content__block{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:16px;padding:32px;display:flex}.fed-content__block-title{color:var(--text);font-size:18px;font-weight:700}.fed-content__text{color:var(--text-muted);font-size:15px;line-height:1.8}.fed-content__outcomes{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.fed-content__outcome{color:var(--text);align-items:flex-start;gap:12px;font-size:15px;line-height:1.5;display:flex}.fed-content__outcome-icon{color:var(--purple);flex-shrink:0;margin-top:1px;font-size:20px}.fed-content__programme{flex-direction:column;gap:24px;display:flex}.fed-content__module-title{color:var(--text);border-left:3px solid var(--purple);margin-bottom:10px;padding-left:12px;font-size:15px;font-weight:700}.fed-content__module-points{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.fed-content__module-points li{color:var(--text-muted);padding-left:20px;font-size:14px;line-height:1.6;position:relative}.fed-content__module-points li:before{content:"–";color:var(--purple);font-weight:700;position:absolute;left:0}.fed-content__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:12px;padding:28px;display:flex}.fed-content__card-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:11px;font-weight:700}.fed-content__card-value{color:var(--text);border-bottom:1px solid var(--border);margin-top:-4px;padding-bottom:12px;font-size:15px;font-weight:600}.fed-content__card-value:last-of-type{border-bottom:none;margin-bottom:8px}.fed-content__card-price{color:var(--purple);border-bottom:1px solid var(--border);margin-top:-4px;padding-bottom:12px;font-size:17px;font-weight:700}.fed-content__card-options{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:8px;margin-top:-4px;padding-bottom:12px;display:flex}.fed-content__card-option{background:var(--purple-glow);color:var(--purple);border:1px solid #02af8433;border-radius:99px;padding:4px 12px;font-size:12px;font-weight:600}.fed-content__cta{background:var(--purple);color:var(--white);text-align:center;border-radius:99px;justify-content:center;align-items:center;padding:14px 24px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:flex}.fed-content__cta:hover{background:var(--purple-light);transform:translateY(-1px)}.fed-content__cta-secondary{border:2px solid var(--purple);color:var(--purple);text-align:center;border-radius:99px;justify-content:center;align-items:center;padding:12px 24px;font-size:15px;font-weight:600;transition:background .2s,color .2s;display:flex}.fed-content__cta-secondary:hover{background:var(--purple);color:var(--white)}@media (width>=900px){.fed-hero{padding:96px 24px}.fed-hero__container{flex-direction:row;align-items:center;gap:64px}.fed-hero__content{flex:1}.fed-hero__img-wrapper{flex:1;height:320px}.fed-content{padding:96px 24px}.fed-content__container{grid-template-columns:1fr 320px;gap:64px}.fed-content__aside{position:sticky;top:96px}}.fed-content__tarifs{flex-direction:column;gap:8px;margin-top:4px;display:flex}.fed-content__tarif-row{background:var(--gray-light);border:1.5px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.fed-content__tarif-row--accent{background:var(--purple-glow);border-color:var(--purple)}.fed-content__tarif-icon{color:var(--purple);flex-shrink:0;margin-top:2px;font-size:18px}.fed-content__tarif-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:11px;font-weight:700}.fed-content__tarif-price{color:var(--dark);letter-spacing:-.02em;font-size:15px;font-weight:800}.fed-content__tarif-tax{color:var(--purple);font-size:11px;font-weight:600}.fed-content__tarif-unit{color:var(--text-muted);margin-top:2px;font-size:11px}.ed-notfound{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:96px 24px;display:flex}.ed-hero{background:var(--dark);padding:64px 24px}.ed-hero__container{max-width:var(--container);flex-direction:column;gap:40px;margin:0 auto;display:flex}.ed-hero__content{flex-direction:column;gap:16px;display:flex}.ed-hero__img-wrapper{border-radius:var(--radius-lg);width:100%;height:260px;overflow:hidden}.ed-hero__img{object-fit:cover;width:100%;height:100%}.ed-hero__back{color:#ffffff80;width:fit-content;font-size:14px;font-weight:600;transition:color .2s}.ed-hero__back:hover{color:var(--purple-light)}.ed-hero__type{text-transform:uppercase;letter-spacing:.1em;color:var(--purple-light);background:var(--purple-glow);border:1px solid #02af844d;border-radius:99px;width:fit-content;padding:5px 14px;font-size:11px;font-weight:700}.ed-hero__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(24px,3.5vw,42px);font-weight:800;line-height:1.2}.ed-hero__meta{color:#fff9;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;display:flex}.ed-hero__meta .material-symbols-rounded{color:var(--purple-light);font-size:18px}.ed-content{background:var(--gray-light);padding:64px 24px}.ed-content__container{max-width:var(--container);grid-template-columns:1fr;align-items:start;gap:40px;margin:0 auto;display:grid}.ed-content__main{flex-direction:column;gap:32px;display:flex}.ed-content__block{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:16px;padding:32px;display:flex}.ed-content__block-title{color:var(--text);font-size:18px;font-weight:700}.ed-content__text{color:var(--text-muted);font-size:15px;line-height:1.8}.ed-content__programme{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.ed-content__programme-item{color:var(--text);align-items:flex-start;gap:12px;font-size:15px;line-height:1.5;display:flex}.ed-content__check{color:var(--purple);flex-shrink:0;margin-top:1px;font-size:20px}.ed-content__intervenants{flex-direction:column;gap:16px;display:flex}.ed-content__intervenant{align-items:center;gap:16px;display:flex}.ed-content__intervenant-avatar{background:var(--purple-glow);border:2px solid var(--purple);width:44px;height:44px;color:var(--purple);border-radius:99px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.ed-content__intervenant-name{color:var(--text);font-size:15px;font-weight:600}.ed-content__intervenant-role{color:var(--text-muted);font-size:13px}.ed-content__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:8px;padding:28px;display:flex}.ed-content__card-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-top:8px;font-size:11px;font-weight:700}.ed-content__card-label:first-child{margin-top:0}.ed-content__card-value{color:var(--text);border-bottom:1px solid var(--border);padding-bottom:8px;font-size:15px;font-weight:600}.ed-content__card-value:last-of-type{border-bottom:none}.ed-content__cta{background:var(--purple);color:var(--white);text-align:center;border-radius:99px;justify-content:center;align-items:center;margin-top:8px;padding:14px 24px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:flex}.ed-content__cta:hover{background:var(--purple-light);transform:translateY(-1px)}@media (width>=900px){.ed-hero{padding:96px 24px}.ed-hero__container{flex-direction:row;align-items:center;gap:64px}.ed-hero__content{flex:1}.ed-hero__img-wrapper{flex:1;height:320px}.ed-content{padding:96px 24px}.ed-content__container{grid-template-columns:1fr 300px;gap:64px}.ed-content__aside{position:sticky;top:96px}}.wd-notfound{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:96px 24px;display:flex}.wd-hero{background:var(--dark);padding:64px 24px}.wd-hero__container{max-width:var(--container);flex-direction:column;gap:40px;margin:0 auto;display:flex}.wd-hero__content{flex-direction:column;flex:1;gap:16px;display:flex}.wd-hero__img-wrapper{border-radius:var(--radius-lg);flex-shrink:0;width:100%;max-height:280px;overflow:hidden}.wd-hero__img{object-fit:cover;width:100%;height:100%;display:block}.wd-hero__back{color:#ffffff80;width:fit-content;font-size:14px;font-weight:600;transition:color .2s}.wd-hero__back:hover{color:var(--purple-light)}.wd-hero__type{text-transform:uppercase;letter-spacing:.1em;color:var(--purple-light);background:var(--purple-glow);border:1px solid #02af844d;border-radius:99px;width:fit-content;padding:5px 14px;font-size:11px;font-weight:700}.wd-hero__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(24px,3.5vw,42px);font-weight:800;line-height:1.2}.wd-hero__meta{color:#fff9;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;display:flex}.wd-hero__meta .material-symbols-rounded{color:var(--purple-light);font-size:18px}.wd-content{background:var(--gray-light);padding:64px 24px}.wd-content__container{max-width:var(--container);grid-template-columns:1fr;align-items:start;gap:40px;margin:0 auto;display:grid}.wd-content__main{flex-direction:column;gap:32px;display:flex}.wd-content__block{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:16px;padding:32px;display:flex}.wd-content__block-title{color:var(--text);font-size:18px;font-weight:700}.wd-content__text{color:var(--text-muted);font-size:15px;line-height:1.8}.wd-content__programme{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.wd-content__programme-item{color:var(--text);align-items:flex-start;gap:12px;font-size:15px;line-height:1.5;display:flex}.wd-content__check{color:var(--purple);flex-shrink:0;margin-top:1px;font-size:20px}.wd-content__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:8px;padding:28px;display:flex}.wd-content__card-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-top:8px;font-size:11px;font-weight:700}.wd-content__card-label:first-child{margin-top:0}.wd-content__card-value{color:var(--text);border-bottom:1px solid var(--border);padding-bottom:8px;font-size:15px;font-weight:600}.wd-content__card-value:last-of-type{border-bottom:none}.wd-content__cta{background:var(--purple);color:var(--white);text-align:center;border-radius:99px;justify-content:center;align-items:center;margin-top:8px;padding:14px 24px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:flex}.wd-content__cta:hover{background:var(--purple-light);transform:translateY(-1px)}@media (width>=900px){.wd-hero{padding:96px 24px}.wd-hero__container{flex-direction:row;align-items:center}.wd-hero__img-wrapper{width:460px;max-height:320px}.wd-content{padding:96px 24px}.wd-content__container{grid-template-columns:1fr 300px;gap:64px}.wd-content__aside{position:sticky;top:96px}}.pricing-hero{background:var(--dark);padding:64px 24px}.pricing-hero__container{max-width:var(--container);flex-direction:column;gap:40px;margin:0 auto;display:flex}.pricing-hero__content{flex-direction:column;flex:1;gap:16px;display:flex}.pricing-hero__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(28px,4vw,48px);font-weight:800;line-height:1.15}.pricing-hero__accent{color:var(--purple-light)}.pricing-hero__subtitle{color:#fff9;font-size:17px;line-height:1.6}.pricing-hero__badges{flex-wrap:wrap;gap:10px;display:flex}.pricing-hero__badge{color:#fffc;background:#ffffff14;border:1px solid #ffffff26;border-radius:99px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.pricing-hero__badge .material-symbols-rounded{font-size:16px}.pricing-hero__cta{color:var(--white);background:var(--purple);border-radius:99px;align-items:center;gap:8px;width:fit-content;padding:13px 28px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.pricing-hero__cta:hover{background:var(--purple-light);transform:translateY(-1px)}.pricing-hero__img-wrapper{border-radius:var(--radius-lg);flex-shrink:0;width:100%;max-height:280px;overflow:hidden}.pricing-hero__img{object-fit:cover;width:100%;height:100%;display:block}@media (width>=900px){.pricing-hero{padding:96px 24px}.pricing-hero__container{flex-direction:row;align-items:center;gap:64px}.pricing-hero__content{flex:1}.pricing-hero__img-wrapper{flex:1;height:360px;max-height:none}}.pricing-cards{background:var(--gray-light);padding:64px 24px}.pricing-tabs{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-lg);gap:6px;width:fit-content;margin:0 auto;padding:6px;display:flex}.pricing-tabs__btn{border-radius:calc(var(--radius-lg) - 4px);color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:12px 28px;font-family:inherit;font-size:15px;font-weight:700;transition:background .2s,color .2s;display:flex}.pricing-tabs__btn .material-symbols-rounded{font-size:20px}.pricing-tabs__btn--active{background:var(--dark);color:var(--white)}@media (width<=480px){.pricing-tabs{width:100%}.pricing-tabs__btn{flex:1;justify-content:center;padding:12px 16px;font-size:14px}}.pricing-cards__container{max-width:var(--container);flex-direction:column;gap:72px;margin:0 auto;display:flex}.pricing-block{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:1fr;gap:28px;padding:40px 36px;display:grid}@media (width>=860px){.pricing-block{grid-template-columns:1fr 1fr;grid-template-areas:"header prices""conditions prices""note prices""cta prices";align-items:start;column-gap:48px}.pricing-block__header{grid-area:header}.pricing-block__conditions{grid-area:conditions}.pricing-block__note{grid-area:note}.pricing-block__cta{grid-area:cta}.pricing-row{grid-area:prices;align-self:center}#sur-mesure{flex-direction:column;display:flex}#sur-mesure .pricing-block__header,#sur-mesure .pricing-surmesure,#sur-mesure .pricing-block__note,#sur-mesure .pricing-block__cta{grid-area:unset}}.pricing-block--dark{background:var(--dark);border-color:var(--dark)}.pricing-block--slate{background:#2d3f47;border-color:#2d3f47}.pricing-block__header{flex-direction:column;gap:10px;display:flex}.pricing-block__tag{text-transform:uppercase;letter-spacing:.1em;color:var(--purple);background:var(--purple-glow);border-radius:99px;width:fit-content;padding:4px 12px;font-size:11px;font-weight:800}.pricing-block__tag--light{color:#ffffffe6;background:#ffffff26}.pricing-block__title{color:var(--dark);letter-spacing:-.02em;font-size:clamp(20px,3vw,28px);font-weight:800}.pricing-block__title--light{color:var(--white)}.pricing-block__sub{color:var(--text-muted);max-width:560px;font-size:15px;line-height:1.6}.pricing-block__sub--light{color:#ffffffb3}.pricing-block__note{color:var(--text-muted);background:var(--gray-light);border-radius:var(--radius);align-items:flex-start;gap:8px;padding:12px 16px;font-size:13px;display:flex}.pricing-block__note--light{color:#ffffffa6;background:#ffffff1a}.pricing-block__note .material-symbols-rounded{color:var(--purple);flex-shrink:0;margin-top:1px;font-size:16px}.pricing-block__note--light .material-symbols-rounded{color:#ffffff80}.pricing-block__conditions{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.pricing-block__conditions li{color:#fffc;align-items:center;gap:8px;font-size:14px;display:flex}.pricing-block__conditions .material-symbols-rounded{color:var(--purple);flex-shrink:0;font-size:18px}.pricing-block__cta{background:var(--purple);color:var(--white);border-radius:99px;justify-content:center;align-items:center;width:fit-content;padding:14px 32px;font-size:15px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.pricing-block__cta:hover{background:var(--purple-light);transform:translateY(-1px)}.pricing-block__cta--white{background:var(--white);color:var(--dark)}.pricing-block__cta--white:hover{background:#ffffffe6}.pricing-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=500px){.pricing-row{grid-template-columns:1fr}}.pricing-offer{background:var(--gray-light);border:1.5px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:6px;padding:20px 18px;display:flex}.pricing-offer--accent{background:var(--purple-glow);border-color:var(--purple)}.pricing-offer--glass{background:#ffffff14;border-color:#ffffff26}.pricing-offer--glass-accent{background:#ffffff24;border-color:#ffffff4d}.pricing-offer__top{align-items:center;gap:8px;margin-bottom:4px;display:flex}.pricing-offer__icon{color:var(--purple);font-size:18px}.pricing-offer--glass .pricing-offer__icon,.pricing-offer--glass-accent .pricing-offer__icon{color:#ffffffb3}.pricing-offer__label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:12px;font-weight:700}.pricing-offer__label--light{color:#fff9}.pricing-offer__price{color:var(--dark);letter-spacing:-.03em;font-size:clamp(22px,4vw,30px);font-weight:800;line-height:1}.pricing-offer__price--light{color:var(--white)}.pricing-offer__tax{color:var(--purple);font-size:13px;font-weight:600}.pricing-offer__tax--dim{color:#ffffff80}.pricing-offer__unit{color:var(--text-muted);font-size:12px}.pricing-offer__unit--light{color:#ffffff80}.pricing-surmesure{grid-template-columns:auto 1fr;align-items:start;gap:32px;display:grid}@media (width<=600px){.pricing-surmesure{grid-template-columns:1fr}}.pricing-surmesure__price-block{flex-direction:column;gap:2px;min-width:180px;display:flex}.pricing-surmesure__from{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:12px;font-weight:600}.pricing-surmesure__price{color:var(--dark);letter-spacing:-.03em;font-size:clamp(28px,5vw,40px);font-weight:800;line-height:1}.pricing-surmesure__tax{color:var(--purple);font-size:16px;font-weight:600}.pricing-surmesure__unit{color:var(--text-muted);margin-top:4px;font-size:13px}.pricing-surmesure__includes{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.pricing-surmesure__includes li{color:var(--text);align-items:center;gap:10px;font-size:14px;display:flex}.pricing-surmesure__includes .material-symbols-rounded{color:var(--purple);flex-shrink:0;font-size:18px}.pricing-table-wrap{flex-direction:column;gap:16px;display:flex}.pricing-table-wrap__title{color:var(--dark);letter-spacing:-.02em;font-size:clamp(18px,2.5vw,24px);font-weight:800}.pricing-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.pricing-table{border-collapse:collapse;width:100%;min-width:560px;font-size:14px}.pricing-table th,.pricing-table td{text-align:left;border:1px solid var(--border);padding:14px 18px}.pricing-table thead tr{background:var(--dark)}.pricing-table th{color:var(--white);letter-spacing:.04em;text-transform:uppercase;font-size:13px;font-weight:700}.pricing-table tbody tr{background:var(--white)}.pricing-table__row--alt{background:var(--gray-light)}.pricing-table td strong{color:var(--dark)}.pricing-table__center{text-align:center;color:var(--dark);font-weight:600}.pricing-table-wrap__note{color:var(--text-muted);font-size:12.5px;font-style:italic}.pricing-abo-section{flex-direction:column;gap:32px;display:flex}.pricing-abo-section__header{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.pricing-abo-section__pretitle{text-transform:uppercase;letter-spacing:.1em;color:var(--purple);background:var(--purple-glow);border-radius:99px;width:fit-content;padding:4px 14px;font-size:11px;font-weight:800}.pricing-abo-section__title{color:var(--dark);letter-spacing:-.02em;font-size:clamp(22px,3vw,30px);font-weight:800}.pricing-abo-section__sub{color:var(--text-muted);max-width:560px;font-size:15px;line-height:1.6}.pricing-abo-section__disclaimer{color:var(--text-muted);border-radius:var(--radius);text-align:left;background:#fff8e1;border:1.5px solid #f9c74f;align-items:flex-start;gap:10px;max-width:560px;padding:12px 16px;font-size:13px;line-height:1.6;display:flex}.pricing-abo-section__disclaimer p{margin:0;display:inline}.pricing-abo-section__disclaimer strong{color:var(--dark);font-weight:700;display:inline}.pricing-abo-section__disclaimer .material-symbols-rounded{color:#e5a000;flex-shrink:0;margin-top:2px;font-size:16px}.pricing-abo-section__toggle{background:var(--white);border:1.5px solid var(--border);border-radius:99px;gap:4px;padding:4px;display:flex}.pricing-abo-section__btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:99px;padding:8px 22px;font-family:inherit;font-size:14px;font-weight:600;transition:background .2s,color .2s}.pricing-abo-section__btn--active{background:var(--dark);color:var(--white)}.pricing-abo__grid{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=640px){.pricing-abo__grid{grid-template-columns:repeat(3,1fr)}}.pricing-abo__card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:16px;padding:28px 24px;transition:box-shadow .2s;display:flex}.pricing-abo__card:hover{box-shadow:var(--shadow-lg)}.pricing-abo__card--highlight{border-color:var(--purple);box-shadow:0 0 0 2px var(--purple-glow);position:relative}.pricing-abo__card--highlight:before{content:"Populaire";letter-spacing:.08em;text-transform:uppercase;background:var(--purple);color:var(--white);white-space:nowrap;border-radius:99px;padding:3px 14px;font-size:11px;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-abo__name{color:var(--dark);font-size:16px;font-weight:800}.pricing-abo__price-block{flex-direction:column;gap:2px;display:flex}.pricing-abo__price{color:var(--dark);letter-spacing:-.02em;font-size:28px;font-weight:800}.pricing-abo__unit{color:var(--text-muted);font-size:12px;font-weight:500}.pricing-abo__note{text-transform:uppercase;letter-spacing:.06em;color:var(--purple);background:var(--purple-glow);border-radius:99px;width:fit-content;padding:3px 10px;font-size:11px;font-weight:700}.pricing-abo__items{flex-direction:column;flex:1;gap:8px;margin:0;padding:0;list-style:none;display:flex}.pricing-abo__item{color:var(--text);align-items:flex-start;gap:8px;font-size:13px;line-height:1.5;display:flex}.pricing-abo__check{color:var(--purple);flex-shrink:0;margin-top:1px;font-size:16px}.pricing-abo__cta{background:var(--dark);color:var(--white);border-radius:99px;justify-content:center;margin-top:auto;padding:11px 20px;font-size:14px;font-weight:700;transition:background .2s,transform .2s;display:flex}.pricing-abo__cta:hover{background:var(--purple);transform:translateY(-1px)}.pricing-abo__card--highlight .pricing-abo__cta{background:var(--purple)}.pricing-abo__card--highlight .pricing-abo__cta:hover{background:var(--purple-light)}.pricing-coaching{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-lg);flex-wrap:wrap;align-items:center;gap:20px;padding:24px 28px;display:flex}.pricing-coaching__icon{color:var(--purple);flex-shrink:0;font-size:36px}.pricing-coaching__body{flex-direction:column;flex:1;gap:4px;min-width:200px;display:flex}.pricing-coaching__label{color:var(--dark);font-size:15px;font-weight:800}.pricing-coaching__price{color:var(--purple);font-size:20px;font-weight:800}.pricing-coaching__note{color:var(--text-muted);font-size:13px;font-weight:400}.pricing-coaching__desc{color:var(--text-muted);font-size:13px;line-height:1.5}.pricing-coaching__cta{background:var(--purple);color:var(--white);white-space:nowrap;border-radius:99px;flex-shrink:0;align-items:center;padding:12px 28px;font-size:14px;font-weight:700;transition:background .2s,transform .2s;display:flex}.pricing-coaching__cta:hover{background:var(--purple-light);transform:translateY(-1px)}.pricing-cards__note{color:var(--text-muted);text-align:center;font-size:13px}@media (width>=900px){.pricing-cards{padding:96px 24px}.pricing-block{padding:48px 44px}}.pricing-fin{background:var(--white);padding:64px 24px}.pricing-fin__container{max-width:var(--container);flex-direction:column;align-items:center;gap:56px;margin:0 auto;display:flex}.pricing-fin__header{text-align:center;flex-direction:column;gap:14px;max-width:640px;display:flex}.pricing-fin__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--purple);font-size:13px;font-weight:700}.pricing-fin__title{letter-spacing:-.02em;color:var(--text);font-size:clamp(28px,3.5vw,42px);font-weight:800;line-height:1.15}.pricing-fin__accent{color:var(--purple)}.pricing-fin__subtitle{color:var(--text-muted);font-size:17px;line-height:1.65}.pricing-fin__grid{grid-template-columns:1fr;gap:20px;width:100%;display:grid}.pricing-fin__card{background:var(--gray-light);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:14px;padding:32px;transition:border-color .2s,box-shadow .2s;display:flex}.pricing-fin__card:hover{border-color:var(--purple);box-shadow:var(--shadow)}.pricing-fin__card-top{justify-content:space-between;align-items:center;display:flex}.pricing-fin__icon{color:var(--purple);background:var(--purple-glow);border-radius:var(--radius);width:fit-content;padding:12px;font-size:28px}.pricing-fin__tag{color:var(--purple);background:var(--purple-glow);border:1px solid #02af8433;border-radius:99px;padding:4px 12px;font-size:12px;font-weight:700}.pricing-fin__card-title{color:var(--text);font-size:18px;font-weight:700}.pricing-fin__card-desc{color:var(--text-muted);font-size:15px;line-height:1.75}.pricing-fin__note{color:var(--text-muted);text-align:center;max-width:560px;font-size:14px}@media (width>=600px){.pricing-fin__grid{grid-template-columns:repeat(3,1fr)}}@media (width>=900px){.pricing-fin{padding:128px 24px}}.pricing-faq{background:var(--gray-light);padding:64px 24px}.pricing-faq__container{flex-direction:column;gap:32px;max-width:760px;margin:0 auto;display:flex}.pricing-faq__title{letter-spacing:-.02em;color:var(--text);text-align:center;font-size:clamp(24px,3vw,32px);font-weight:800}.pricing-faq__list{flex-direction:column;gap:12px;display:flex}.pricing-faq__item{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);transition:border-color .2s;overflow:hidden}.pricing-faq__item--open{border-color:var(--purple)}.pricing-faq__question{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:16px;font-weight:600;transition:color .2s;display:flex}.pricing-faq__question:hover{color:var(--purple)}.pricing-faq__icon{border:1px solid var(--border);background:var(--gray-light);width:28px;height:28px;color:var(--text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:400;transition:background .2s,color .2s,border-color .2s;display:flex}.pricing-faq__item--open .pricing-faq__icon{background:var(--purple-glow);border-color:var(--purple);color:var(--purple)}.pricing-faq__answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.pricing-faq__item--open .pricing-faq__answer{grid-template-rows:1fr}.pricing-faq__answer-inner{overflow:hidden}.pricing-faq__answer p{color:var(--text-muted);padding:0 24px 20px;font-size:15px;line-height:1.75}@media (width>=900px){.pricing-faq{padding:128px 24px}}.pricing-cta{text-align:center;background:#02af84;padding:96px 24px}.pricing-cta__container{flex-direction:column;align-items:center;gap:20px;max-width:680px;margin:0 auto;display:flex}.pricing-cta__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#ffffff8c;font-size:13px;font-weight:700}.pricing-cta__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(26px,3.5vw,40px);font-weight:800;line-height:1.15}.pricing-cta__subtitle{color:#ffffffa6;max-width:540px;font-size:17px;line-height:1.65}.pricing-cta__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}.pricing-cta__btn{border-radius:99px;align-items:center;padding:14px 32px;font-size:15px;font-weight:600;transition:background .2s,transform .2s,opacity .2s;display:inline-flex}.pricing-cta__btn--primary{background:var(--white);color:var(--purple)}.pricing-cta__btn--primary:hover{background:#ffffffe6;transform:translateY(-1px)}.pricing-cta__btn--secondary{color:var(--white);background:#ffffff1a;border:1px solid #ffffff40}.pricing-cta__btn--secondary:hover{background:#ffffff2e;transform:translateY(-1px)}@media (width>=900px){.pricing-cta{padding:128px 24px}}.bd-notfound{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:96px 24px;display:flex}.bd-hero{background:var(--dark);padding:64px 24px}.bd-hero__container{max-width:var(--container);flex-direction:column;gap:40px;margin:0 auto;display:flex}.bd-hero__content{flex-direction:column;flex:1;gap:16px;display:flex}.bd-hero__back{color:#ffffff80;width:fit-content;font-size:14px;font-weight:600;transition:color .2s}.bd-hero__back:hover{color:var(--purple-light)}.bd-hero__category{text-transform:uppercase;letter-spacing:.1em;color:var(--purple-light);width:fit-content;font-size:12px;font-weight:700}.bd-hero__title{color:var(--white);letter-spacing:-.02em;font-size:clamp(24px,3.5vw,44px);font-weight:800;line-height:1.2}.bd-hero__meta{color:#ffffff80;flex-wrap:wrap;align-items:center;gap:6px;font-size:14px;display:flex}.bd-hero__meta .material-symbols-rounded{font-size:16px}.bd-hero__dot{color:#ffffff4d}.bd-hero__img-wrapper{border-radius:var(--radius-lg);flex-shrink:0;width:100%;height:260px;overflow:hidden}.bd-hero__img{object-fit:cover;width:100%;height:100%;display:block}@media (width>=900px){.bd-hero{padding:96px 24px}.bd-hero__container{flex-direction:row;align-items:center;gap:64px}.bd-hero__img-wrapper{flex:1;height:320px}}.bd-content{background:var(--gray-light);padding:64px 24px}.bd-content__container{max-width:var(--container);grid-template-columns:1fr;align-items:start;gap:40px;margin:0 auto;display:grid}.bd-content__main{flex-direction:column;gap:24px;min-width:0;display:flex}.bd-aside{min-width:0}.bd-block{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow-wrap:break-word;word-break:break-word;flex-direction:column;gap:16px;min-width:0;padding:20px;display:flex}@media (width>=600px){.bd-block{padding:32px}}.bd-block--conclusion{border-left:4px solid var(--purple)}.bd-block__title{color:var(--text);font-size:20px;font-weight:700}.bd-block__body{color:var(--text-muted);font-size:15px;line-height:1.8}.bd-intro{color:var(--text);font-size:16px;font-weight:500;line-height:1.8}.bd-leadin{color:var(--purple);font-size:15px;font-style:italic;font-weight:600}.bd-cta-line{color:var(--text-muted);border-top:1px solid var(--border);margin-top:4px;padding-top:16px;font-size:15px;font-style:italic;line-height:1.7}.bd-info-block{background:var(--purple-glow);border-radius:var(--radius);border:1px solid #02af8433;flex-direction:column;gap:10px;padding:20px 24px;display:flex}.bd-info-block__row{color:var(--purple);align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.bd-info-block__row .material-symbols-rounded{flex-shrink:0;font-size:18px}.bd-list-label{color:var(--text);font-size:14px;font-weight:700}.bd-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.bd-list__item{color:var(--text);align-items:flex-start;gap:10px;font-size:14px;line-height:1.6;display:flex}.bd-list__icon{color:var(--purple);flex-shrink:0;margin-top:1px;font-size:18px}.bd-subsection{border-top:1px solid var(--border);flex-direction:column;gap:12px;padding-top:16px;display:flex}.bd-subsection__title{color:var(--text);font-size:16px;font-weight:700}.bd-table-wrap{border-radius:var(--radius);border:1px solid var(--border);max-width:100%;overflow-x:auto}.bd-table{border-collapse:collapse;width:100%;font-size:14px}.bd-table th{background:var(--gray-light);text-align:left;color:var(--text);white-space:nowrap;border-bottom:1px solid var(--border);padding:12px 16px;font-weight:700}.bd-table td{color:var(--text-muted);border-bottom:1px solid var(--border);padding:12px 16px}.bd-table tr:last-child td{border-bottom:none}.bd-table tr:first-child td:first-child,.bd-table td:first-child{color:var(--text);font-weight:600}.bd-aside{flex-direction:column;gap:24px;display:flex}.bd-aside__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:10px;padding:28px;display:flex}.bd-aside__label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-top:4px;font-size:11px;font-weight:700}.bd-aside__value{color:var(--text);border-bottom:1px solid var(--border);padding-bottom:12px;font-size:15px;font-weight:600}.bd-aside__tags{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:8px;padding-bottom:12px;display:flex}.bd-aside__tag{color:var(--purple);background:var(--purple-glow);border:1px solid #02af8433;border-radius:99px;padding:4px 12px;font-size:12px;font-weight:600}.bd-aside__cta{background:var(--purple);color:var(--white);text-align:center;border-radius:99px;justify-content:center;align-items:center;margin-top:6px;padding:14px 24px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:flex}.bd-aside__cta:hover{background:var(--purple-light);transform:translateY(-1px)}.bd-aside__related{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:16px;padding:24px;display:flex}.bd-aside__related-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:13px;font-weight:700}.bd-aside__related-item{border-bottom:1px solid var(--border);align-items:flex-start;gap:12px;padding-bottom:14px;transition:opacity .2s;display:flex}.bd-aside__related-item:last-child{border-bottom:none;padding-bottom:0}.bd-aside__related-item:hover{opacity:.75}.bd-aside__related-img{object-fit:cover;border-radius:6px;flex-shrink:0;width:64px;height:48px}.bd-aside__related-cat{text-transform:uppercase;letter-spacing:.08em;color:var(--purple);font-size:11px;font-weight:700}.bd-aside__related-name{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:13px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}@media (width>=900px){.bd-content{padding:96px 24px}.bd-content__container{grid-template-columns:1fr 300px;gap:56px}.bd-aside{position:sticky;top:96px}}.notfound{background:var(--white);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:70vh;padding:96px 24px;display:flex}.notfound__code{color:var(--purple);opacity:.3;letter-spacing:-.04em;font-size:clamp(96px,15vw,160px);font-weight:800;line-height:1}.notfound__title{color:var(--text);letter-spacing:-.02em;font-size:clamp(24px,3vw,36px);font-weight:800}.notfound__desc{color:var(--text-muted);max-width:420px;font-size:16px;line-height:1.7}.notfound__links{flex-direction:column;gap:10px;width:100%;max-width:320px;margin-top:8px;display:flex}.notfound__link{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);align-items:center;gap:10px;padding:12px 20px;font-size:14px;font-weight:500;transition:border-color .2s,color .2s,background .2s;display:flex}.notfound__link:hover{border-color:var(--purple);color:var(--purple);background:var(--purple-glow)}.notfound__link .material-symbols-rounded{color:var(--purple-light);font-size:18px}.notfound__cta{background:var(--purple);color:var(--white);border-radius:99px;align-items:center;margin-top:8px;padding:14px 32px;font-size:15px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.notfound__cta:hover{background:var(--purple-light);transform:translateY(-1px)}.politique{background:var(--white);padding:64px 24px}.politique__container{flex-direction:column;gap:40px;max-width:760px;margin:0 auto;display:flex}.politique__title{color:var(--text);letter-spacing:-.02em;font-size:clamp(26px,3.5vw,40px);font-weight:800}.politique__updated{color:var(--text-muted);margin-top:-24px;font-size:13px}.politique__block{flex-direction:column;gap:12px;display:flex}.politique__heading{color:var(--text);font-size:18px;font-weight:700}.politique__block p{color:var(--text-muted);font-size:15px;line-height:1.8}.politique__block a{color:var(--purple);font-weight:500}.politique__block a:hover{text-decoration:underline}.politique__list{flex-direction:column;gap:8px;padding-left:20px;display:flex}.politique__list li{color:var(--text-muted);font-size:15px;line-height:1.6}@media (width>=900px){.politique{padding:96px 24px}}.remboursements{background:var(--white);padding:64px 24px}.remboursements__container{flex-direction:column;gap:40px;max-width:760px;margin:0 auto;display:flex}.remboursements__title{color:var(--text);letter-spacing:-.02em;font-size:clamp(26px,3.5vw,40px);font-weight:800}.remboursements__updated{color:var(--text-muted);margin-top:-24px;font-size:13px}.remboursements__block{flex-direction:column;gap:12px;display:flex}.remboursements__heading{color:var(--text);font-size:18px;font-weight:700}.remboursements__block p{color:var(--text-muted);font-size:15px;line-height:1.8}.remboursements__block a{color:var(--purple);font-weight:500}.remboursements__block a:hover{text-decoration:underline}.remboursements__list{flex-direction:column;gap:8px;padding-left:20px;display:flex}.remboursements__list li{color:var(--text-muted);font-size:15px;line-height:1.6}@media (width>=900px){.remboursements{padding:96px 24px}}
