@keyframes marquee-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-25%,0,0)}}.ci-marquee{padding:2rem 0;background:var(--blanc);border-top:1px solid var(--gris-border);border-bottom:1px solid var(--gris-border);overflow:hidden}.ci-marquee__label{text-align:center;font-family:var(--font-body);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--texte-sec);margin-bottom:1.25rem}.ci-marquee__track-wrap{position:relative;overflow:hidden}.ci-marquee__fade{position:absolute;top:0;bottom:0;width:6rem;z-index:2;pointer-events:none}.ci-marquee__fade--left{left:0;background:linear-gradient(to right,var(--blanc),transparent)}.ci-marquee__fade--right{right:0;background:linear-gradient(to left,var(--blanc),transparent)}.ci-marquee__track{display:flex;align-items:center;width:max-content;animation:marquee-scroll 40s linear infinite;backface-visibility:hidden;will-change:transform}.ci-marquee__logo{height:calc(78px * var(--logo-shrink, 1));width:auto;flex-shrink:0;margin-right:3rem;filter:grayscale(100%) brightness(.3);opacity:.5;transition:opacity .3s,filter .3s;object-fit:contain}.ci-marquee__logo--sm{height:calc(47px * var(--logo-shrink, 1))}.ci-marquee__logo:hover{opacity:1;filter:grayscale(100%) brightness(.1)}.ci-marquee__track-wrap:hover .ci-marquee__track{animation-play-state:paused}@media(max-width:768px){.ci-marquee{padding:1.5rem 0}.ci-marquee__fade{width:3rem}.ci-marquee__logo{height:calc(56px * var(--logo-shrink, 1));margin-right:2rem}.ci-marquee__logo--sm{height:calc(36px * var(--logo-shrink, 1))}}@media(prefers-reduced-motion:reduce){.ci-marquee__track{animation:none}}.ci-section-header{text-align:center;margin-bottom:3rem}.ci-section-header__sub{font-family:var(--font-body);font-size:1.125rem;color:var(--texte-sec);max-width:600px;margin:.875rem auto 0;line-height:var(--line-height-body)}.ci-courses__filter-sticky{position:sticky;top:96px;z-index:20;display:flex;justify-content:center;padding:.75rem 0 1.5rem;background:transparent;pointer-events:none}.ci-courses__filter-bar{display:flex;align-items:center;background:var(--blanc);border:1.5px solid rgba(229,231,235,.9);border-radius:50px;padding:5px;box-shadow:0 4px 20px #00000017,0 1px 4px #0000000d,0 0 0 1px #ff69000f;max-width:920px;width:calc(100% - 3rem);pointer-events:auto}.ci-courses__filter-label{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-body);font-size:.6875rem;font-weight:700;color:var(--texte-sec);padding:0 12px 0 14px;flex-shrink:0;white-space:nowrap;text-transform:uppercase;letter-spacing:.06em}.ci-courses__filter-sep{width:1px;height:30px;background:var(--gris-border);flex-shrink:0;margin:0 4px}.ci-courses__filter-scroll{display:flex;gap:3px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;padding:0 3px}.ci-courses__filter-scroll::-webkit-scrollbar{display:none}@keyframes ci-filter-invite{0%,to{background:transparent;color:var(--texte-sec)}50%{background:var(--orange-light);color:var(--orange)}}.ci-courses__filter-btn{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;font-family:var(--font-body);font-size:.9375rem;font-weight:600;padding:10px 20px;border-radius:50px;border:none;background:transparent;color:var(--texte-sec);cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .15s ease;line-height:1.4;flex-shrink:0}.ci-courses__filter-btn:nth-child(2){animation:ci-filter-invite 1.2s ease 1.5s 3 both}.ci-courses__filter-btn:nth-child(3){animation:ci-filter-invite 1.2s ease 1.9s 3 both}.ci-courses__filter-btn:nth-child(4){animation:ci-filter-invite 1.2s ease 2.3s 3 both}.ci-courses__filter-btn:nth-child(5){animation:ci-filter-invite 1.2s ease 2.7s 3 both}.ci-courses__filter-btn:hover{background:var(--orange-light);color:var(--orange);animation:none}.ci-courses__filter-btn.is-active{background:var(--orange);color:var(--blanc);box-shadow:0 2px 10px #ff690047;animation:none}.ci-courses__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-bottom:2.5rem}.ci-courses__footer{display:flex;justify-content:center;align-items:center}.ci-course-card{background:var(--blanc);border:1px solid var(--gris-border);border-radius:16px;overflow:visible;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease}.ci-course-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0000001c}.ci-course-card.is-hidden{display:none}.ci-course-card__img{position:relative;aspect-ratio:16 / 10;overflow:hidden;padding:5px;background:var(--blanc);box-shadow:1px 2px 8px #00000012}.ci-course-card__img img{width:100%;height:100%;object-fit:cover;display:block;border-radius:4px;transition:transform .4s ease}.ci-course-card:hover .ci-course-card__img img{transform:scale(1.05)}.ci-course-card__img:after,.ci-course-card__img:before{content:"";position:absolute;width:44px;height:15px;background:#c3c8da80;border-radius:2px;box-shadow:0 1px 2px #00000012;z-index:5;pointer-events:none}.ci-course-card__img:before{display:none}.ci-course-card:nth-child(13n+1) .ci-course-card__img:after{top:-4px;left:-4px;transform:rotate(-45deg)}.ci-course-card:nth-child(13n+2) .ci-course-card__img:after{top:-4px;left:-4px;transform:rotate(-45deg)}.ci-course-card:nth-child(13n+2) .ci-course-card__img:before{display:block;top:-4px;right:-4px;left:auto;transform:rotate(45deg)}.ci-course-card:nth-child(13n+3) .ci-course-card__img:after{top:-4px;right:-4px;left:auto;transform:rotate(45deg)}.ci-course-card:nth-child(13n+4) .ci-course-card__img:after{top:-4px;left:-4px;transform:rotate(-45deg)}.ci-course-card:nth-child(13n+4) .ci-course-card__img:before{display:block;inset:auto -4px -4px auto;transform:rotate(-45deg)}.ci-course-card:nth-child(13n+5) .ci-course-card__img:after{top:-4px;left:-4px;transform:rotate(-45deg);width:48px}.ci-course-card:nth-child(13n+6) .ci-course-card__img:after{top:-4px;left:-4px;transform:rotate(-45deg);width:40px}.ci-course-card:nth-child(13n+6) .ci-course-card__img:before{display:block;top:-4px;right:-4px;left:auto;transform:rotate(45deg);width:40px}.ci-course-card:nth-child(13n+7) .ci-course-card__img:after{top:-4px;right:-4px;left:auto;transform:rotate(45deg);width:48px}.ci-course-card:nth-child(13n+8) .ci-course-card__img:after{top:-4px;left:-4px;transform:rotate(-45deg)}.ci-course-card:nth-child(13n+9) .ci-course-card__img:after{top:-4px;right:-4px;left:auto;transform:rotate(45deg)}.ci-course-card:nth-child(13n+9) .ci-course-card__img:before{display:block;bottom:-4px;left:-4px;top:auto;transform:rotate(45deg)}.ci-course-card:nth-child(13n+10) .ci-course-card__img:after{top:-4px;right:-4px;left:auto;transform:rotate(45deg)}.ci-course-card:nth-child(13n+11) .ci-course-card__img:after{top:-4px;left:-4px;transform:rotate(-45deg);width:42px}.ci-course-card:nth-child(13n+11) .ci-course-card__img:before{display:block;top:-4px;right:-4px;left:auto;transform:rotate(45deg);width:46px}.ci-course-card:nth-child(13n+12) .ci-course-card__img:after{top:-4px;left:-4px;transform:rotate(-45deg);width:50px}.ci-course-card:nth-child(13n) .ci-course-card__img:after{top:-4px;right:-4px;left:auto;transform:rotate(45deg)}.ci-course-card__icons{display:flex;align-items:center;gap:8px;padding:0 1.25rem .5rem;margin-top:-22px;position:relative;z-index:2}.ci-course-card__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--blanc);border-radius:12px;box-shadow:0 2px 14px #00000024;border:1.5px solid rgba(0,0,0,.06);flex-shrink:0;overflow:hidden}.ci-course-card__icon img{width:28px;height:28px;object-fit:contain;display:block}.ci-course-card__icons+.ci-course-card__body{padding-top:.625rem}@media(max-width:640px){.ci-course-card__icon{width:40px;height:40px}.ci-course-card__icon img{width:25px;height:25px}.ci-course-card__icons{gap:6px;padding:0 1rem .5rem;margin-top:-20px}}.ci-course-card__cat{position:absolute;top:.75rem;left:.75rem;background:#ffffffeb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-family:var(--font-body);font-size:.75rem;font-weight:700;color:var(--charcoal);padding:4px 12px;border-radius:20px;line-height:1.4;white-space:nowrap;box-shadow:0 2px 8px #0000001a}.ci-course-card__cat--bleu{background:var(--bleu-clair);color:var(--bleu-cta);backdrop-filter:none;-webkit-backdrop-filter:none}.ci-course-card__cat--sauge{background:var(--sauge);color:var(--blanc);backdrop-filter:none;-webkit-backdrop-filter:none}.ci-course-card__cat--orange{background:var(--orange);color:var(--blanc);backdrop-filter:none;-webkit-backdrop-filter:none}.ci-course-card__body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.ci-course-card__title{font-family:var(--font-titre);font-weight:700;font-size:1.1875rem;color:var(--charcoal);margin:0;line-height:var(--line-height-titre)}.ci-course-card__desc{font-family:var(--font-body);font-size:.9375rem;color:var(--texte-sec);line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.ci-course-card__meta{display:flex;align-items:center;gap:.5rem;margin-top:.25rem;padding-top:.75rem;border-top:1px solid var(--gris-border)}.ci-course-card__duration{font-family:var(--font-body);font-size:.8125rem;color:var(--texte-sec);display:flex;align-items:center;gap:.3rem}.ci-course-card__duration svg{width:13px;height:13px;flex-shrink:0;opacity:.6}.ci-course-card__link{display:inline-flex;align-items:center;gap:.375rem;color:var(--bleu-cta);font-family:var(--font-body);font-weight:600;font-size:.9375rem;text-decoration:none;margin-left:auto;flex-shrink:0;transition:gap .2s ease}.ci-course-card__link:hover{gap:.625rem}.ci-course-card__link svg{width:15px;height:15px;flex-shrink:0;transition:transform .2s ease}.ci-course-card__link:hover svg{transform:translate(3px)}.ci-steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-bottom:3.5rem;position:relative}.ci-steps__grid:before{content:"";display:block;position:absolute;top:28px;left:calc(16.666% + 28px);right:calc(16.666% + 28px);height:2px;background:repeating-linear-gradient(90deg,var(--orange) 0,var(--orange) 8px,transparent 8px,transparent 18px);opacity:.4;pointer-events:none;z-index:0}.ci-step-card{background:var(--blanc);border-radius:20px;overflow:visible;box-shadow:0 4px 20px #00000012;display:flex;flex-direction:column;position:relative;z-index:1;transition:transform .25s ease,box-shadow .25s ease}.ci-step-card:hover{box-shadow:0 2px 8px #0000000f,0 18px 48px #00000024}.ci-step-card:hover .ci-step-card__img{box-shadow:1px 2px 8px #00000012,0 8px 24px #0000001a}.ci-step-card__img{position:relative;height:280px;overflow:visible;padding:5px;background:var(--blanc);box-shadow:1px 2px 8px #00000012;border-radius:16px}.ci-step-card__img img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px;transition:transform .4s ease}.ci-step-card:hover .ci-step-card__img img{transform:scale(1.05)}.ci-step-card__img:after,.ci-step-card__img:before{content:"";position:absolute;width:44px;height:15px;background:#c3c8da80;border-radius:2px;box-shadow:0 1px 2px #00000012;z-index:5;pointer-events:none}.ci-step-card__img:before{display:none}.ci-step-card:nth-child(1) .ci-step-card__img:after{top:-4px;left:-4px;transform:rotate(-45deg)}.ci-step-card:nth-child(2) .ci-step-card__img:after{top:-4px;left:-4px;transform:rotate(-45deg);width:40px}.ci-step-card:nth-child(2) .ci-step-card__img:before{display:block;top:-4px;right:-4px;left:auto;transform:rotate(45deg);width:40px}.ci-step-card:nth-child(3) .ci-step-card__img:after{top:-4px;right:-4px;left:auto;transform:rotate(45deg);width:46px}.ci-step-card__num{position:absolute;top:.75rem;left:.75rem;width:64px;height:64px;border-radius:2px;font-family:Caveat,cursive;font-weight:700;font-size:2.5rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#000000b8;box-shadow:2px 3px 8px #0000001f,inset 0 -2px 4px #0000000a;z-index:4;background-image:repeating-linear-gradient(to bottom,transparent,transparent calc(1.7em - 1px),rgba(0,0,0,.06) calc(1.7em - 1px),rgba(0,0,0,.06) 1.7em)}.ci-step-card__num:after{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%) rotate(-2deg);width:32px;height:12px;background:#c3c8da85;border-radius:2px;box-shadow:0 1px 2px #0000000f}.ci-step-card__num:before{content:"";position:absolute;bottom:0;right:0;width:12px;height:12px;background:linear-gradient(135deg,transparent 50%,rgba(0,0,0,.07) 50%);border-radius:0 0 2px}.ci-step-card:nth-child(1) .ci-step-card__num{background-color:#fff9c4;transform:rotate(2.5deg)}.ci-step-card:nth-child(1) .ci-step-card__num:after{transform:translate(-50%) rotate(-3deg)}.ci-step-card:nth-child(2) .ci-step-card__num{background-color:#edfbf1;transform:rotate(-1.8deg)}.ci-step-card:nth-child(2) .ci-step-card__num:after{transform:translate(-50%) rotate(2deg)}.ci-step-card:nth-child(3) .ci-step-card__num{background-color:#eaf5ff;transform:rotate(1.5deg)}.ci-step-card:nth-child(3) .ci-step-card__num:after{transform:translate(-50%) rotate(-2.5deg)}.ci-step-card__body{padding:1.375rem 1.5rem 1.625rem;display:flex;flex-direction:column;gap:.625rem;flex:1}.ci-step-card__icon{width:44px;height:44px;min-height:44px;flex-shrink:0;border-radius:50%;background:var(--orange-light);display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.ci-step-card__icon svg{width:22px;height:22px;color:var(--orange);flex-shrink:0}.ci-step-card__title{font-family:var(--font-titre);font-weight:700;font-size:1.1875rem;color:var(--charcoal);margin:0;line-height:var(--line-height-titre)}.ci-step-card__desc{font-family:var(--font-body);font-size:1rem;color:var(--texte);line-height:1.6;margin:0}.ci-step-card__tag{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding:7px 14px 7px 11px;border-radius:999px;font-family:var(--font-body);font-size:.8125rem;font-weight:600;line-height:1;white-space:nowrap}.ci-step-card__tag svg{flex-shrink:0}.ci-step-card__tag--orange{background:var(--orange-light);color:var(--orange-hover);border:1px solid rgba(255,105,0,.18)}.ci-step-card__tag--bleu{background:var(--bleu-clair);color:var(--bleu-cta);border:1px solid rgba(43,125,233,.18)}.ci-step-card__tag--sauge{background:var(--sauge-light);color:var(--sauge-dark);border:1px solid rgba(107,158,125,.22)}.ci-steps__mascot{display:flex;justify-content:center;margin-top:-.5rem;margin-bottom:2.5rem}.ci-steps__mascot .mascot-speech{max-width:none;width:100%}.ci-steps__mascot-img{width:140px!important;height:auto!important;object-fit:contain;flex-shrink:0}.ci-steps__mascot-bubble{max-width:none;flex:1;min-width:0;height:5.5rem;display:flex;align-items:center}.ci-steps__mascot .mascot-speech__title{font-size:1.125rem;line-height:1.45;margin-bottom:0;color:var(--charcoal)}.ci-cta-block{display:flex;flex-direction:column;align-items:center;gap:.875rem}.ci-cta-block .cta-reassurance{justify-content:center}.ci-steps__cta{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.ci-transform__list{display:flex;flex-direction:column;gap:5rem}.ci-transform-story{display:grid;grid-template-columns:minmax(0,42%) minmax(0,1fr);gap:4rem;align-items:center}.ci-transform-story--reverse{grid-template-columns:minmax(0,1fr) minmax(0,42%)}.ci-transform-story--reverse .ci-transform-story__media{order:2}.ci-transform-story--reverse .ci-transform-story__content{order:1}.ci-transform-story__media{position:relative}.ci-transform-story__photo-frame{position:relative;display:block;width:100%;padding:8px;background:var(--blanc);border-radius:16px;box-shadow:2px 6px 24px #0000001f,0 2px 6px #0000000f}.ci-transform-story__photo-frame:after,.ci-transform-story__photo-frame:before{content:"";position:absolute;width:48px;height:16px;background:#c3c8da80;border-radius:2px;box-shadow:0 1px 2px #00000012;z-index:3;pointer-events:none}.ci-transform-story__photo-frame:before{display:none}.ci-transform-story:nth-child(1) .ci-transform-story__photo-frame{transform:rotate(-.8deg)}.ci-transform-story:nth-child(1) .ci-transform-story__photo-frame:after{top:-4px;left:-4px;transform:rotate(-45deg)}.ci-transform-story:nth-child(1) .ci-transform-story__photo-frame:before{display:block;top:-4px;right:-4px;left:auto;transform:rotate(45deg)}.ci-transform-story:nth-child(2) .ci-transform-story__photo-frame{transform:rotate(.6deg)}.ci-transform-story:nth-child(2) .ci-transform-story__photo-frame:after{top:-4px;right:-4px;left:auto;transform:rotate(45deg);width:52px}.ci-transform-story:nth-child(3) .ci-transform-story__photo-frame{transform:rotate(-.5deg)}.ci-transform-story:nth-child(3) .ci-transform-story__photo-frame:after{top:-4px;left:-4px;transform:rotate(-45deg)}.ci-transform-story:nth-child(3) .ci-transform-story__photo-frame:before{display:block;inset:auto -4px -4px auto;transform:rotate(-45deg)}.ci-transform-story__photo{width:100%;aspect-ratio:3 / 4;object-fit:cover;object-position:center top;border-radius:10px;display:block}.ci-transform-story__postit{position:absolute;max-width:190px;font-size:1.125rem;line-height:1.3;padding:.875rem 1rem 1.125rem}.ci-transform-story__postit--a{bottom:-1.25rem;right:-1.25rem;transform:rotate(-1.8deg)}.ci-transform-story__postit--b{top:1.5rem;left:-1rem;transform:rotate(2.2deg)}.ci-transform-story__postit strong{display:block;font-family:Caveat,cursive;font-style:normal;font-weight:700;font-size:1.5rem;line-height:1.1;color:var(--charcoal);margin-bottom:.2rem}.ci-transform-story__postit p{margin:0;font-size:1.0625rem;color:var(--texte);line-height:1.3}.ci-transform-story__postit--bleu{background:var(--bleu-clair)}.ci-transform-story__postit--bleu:after{background:var(--bleu-cta)}.ci-transform-story__postit--sauge{background:var(--sauge-light)}.ci-transform-story__postit--sauge:after{background:var(--sauge)}.ci-transform-story__content{background:var(--blanc);border:1px solid var(--gris-border);border-radius:20px;overflow:hidden;box-shadow:0 2px 12px #0000000d;align-self:stretch;display:flex;flex-direction:column}@media(max-width:1180px)and (min-width:901px){.ci-transform-story,.ci-transform-story--reverse{grid-template-columns:minmax(0,38%) minmax(0,1fr);gap:2.5rem}.ci-transform-story--reverse{grid-template-columns:minmax(0,1fr) minmax(0,38%)}}@media(max-width:900px){.ci-transform__list{gap:4rem}.ci-transform-story,.ci-transform-story--reverse{grid-template-columns:1fr;gap:2.5rem}.ci-transform-story--reverse .ci-transform-story__media,.ci-transform-story--reverse .ci-transform-story__content{order:unset}.ci-transform-story__media{width:100%;max-width:460px;margin:0 auto}.ci-transform-story__photo{aspect-ratio:4 / 5;object-position:center 20%;border-radius:10px}.ci-transform-story__photo-frame{border-radius:14px}.ci-transform-story__postit--a{bottom:-.75rem;right:-.5rem}.ci-transform-story__postit--b{top:1rem;left:-.5rem}}@media(max-width:600px){.ci-transform__list{gap:3rem}.ci-transform-story,.ci-transform-story--reverse{gap:2rem}.ci-transform-story__media{max-width:360px}.ci-transform-story__photo{aspect-ratio:1 / 1;object-position:center 18%}.ci-transform-story__postit{max-width:160px;font-size:1.0625rem;padding:.75rem .875rem 1rem}.ci-transform-story__postit--a{bottom:-.5rem;right:.25rem}.ci-transform-story__postit--b{top:.5rem;left:.25rem}.ci-transform-story__postit strong{font-size:1.375rem}.ci-transform-story__postit p{font-size:1rem}}@media(max-width:380px){.ci-transform-story__postit{display:none}}.ci-transform-card{background:var(--blanc);border:1px solid var(--gris-border);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 12px #0000000d;transition:transform .25s ease,box-shadow .25s ease}.ci-transform-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #00000017}.ci-transform-card__accent{height:5px;background:var(--orange);flex-shrink:0}.ci-transform-card__accent--bleu{background:var(--bleu-clair)}.ci-transform-card__accent--sauge{background:var(--sauge)}.ci-transform-card__body{padding:2rem 2rem 2.125rem;display:flex;flex-direction:column;flex:1;gap:1.25rem}.ci-transform-card__persona{display:flex;align-items:center;gap:1rem}.ci-transform-card__avatar{width:56px;height:56px;min-width:56px;border-radius:50%;object-fit:cover;border:3px solid var(--orange-light);display:block}.ci-transform-card__avatar--bleu{border-color:var(--bleu-clair)}.ci-transform-card__avatar--sauge{border-color:var(--sauge-light)}.ci-transform-card__name{font-family:var(--font-titre);font-weight:700;font-size:1.125rem;color:var(--charcoal);line-height:1.3;margin:0}.ci-transform-card__role{font-family:var(--font-body);font-size:.875rem;color:var(--texte-sec);line-height:1.4;margin:.15rem 0 0}.ci-transform-card__before{background:var(--gris-bg);border-left:4px solid var(--orange);padding:1.25rem 1.375rem 1.25rem 1.875rem;border-radius:0 12px 12px 0;font-family:var(--font-body);font-size:1.0625rem;color:var(--texte);line-height:1.65;font-style:italic;margin:0;position:relative;box-shadow:0 1px 3px #0000000a}.ci-transform-card__accent--bleu~.ci-transform-card__body .ci-transform-card__before,.ci-transform-card__body:has(.ci-transform-card__avatar--bleu) .ci-transform-card__before{border-left-color:var(--bleu-cta)}.ci-transform-card__body:has(.ci-transform-card__avatar--sauge) .ci-transform-card__before{border-left-color:var(--sauge)}.ci-transform-card__before:before{content:'"';position:absolute;top:-8px;left:14px;font-size:2.75rem;font-family:Georgia,serif;color:var(--orange);opacity:.18;line-height:1;font-style:normal;font-weight:700}.ci-transform-card__arrow{display:flex;align-items:center;gap:.75rem;font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--orange);text-transform:uppercase;letter-spacing:.04em}.ci-transform-card__arrow:before,.ci-transform-card__arrow:after{content:"";flex:1;height:1px;background:var(--orange);opacity:.3}.ci-transform-card__arrow svg{width:18px;height:18px;flex-shrink:0;color:var(--orange)}.ci-transform-card__after{font-family:var(--font-body);font-size:1.0625rem;color:var(--texte);line-height:1.65;margin:0;flex:1}.ci-transform-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:1.125rem;border-top:1px solid var(--gris-border)}.ci-transform-card__tag{display:inline-flex;align-items:center;gap:.3rem;background:var(--sauge-light);color:var(--sauge-dark);padding:4px 10px;border-radius:20px;font-family:var(--font-body);font-size:.8125rem;font-weight:600;line-height:1.4}.ci-transform-card__tag svg{width:11px;height:11px;flex-shrink:0}.ci-transform-card__tag--bleu{background:var(--bleu-clair);color:var(--bleu-cta)}.ci-transform-card__tag--orange{background:var(--orange-light);color:var(--orange-hover)}@media(max-width:900px){.ci-transform-card__body{padding:1.75rem 1.5rem 1.875rem;gap:1.125rem}}@media(max-width:600px){.ci-transform-card__body{padding:1.375rem 1.25rem 1.5rem;gap:1rem}.ci-transform-card__before{font-size:1rem;padding:1.125rem 1.125rem 1.125rem 1.5rem;line-height:1.6}.ci-transform-card__after{font-size:1rem;line-height:1.6}.ci-transform-card__name{font-size:1.0625rem}.ci-transform-card__avatar{width:48px;height:48px;min-width:48px}.ci-transform-card__arrow{font-size:.8125rem}}.ci-team__intro{text-align:center;max-width:680px;margin:0 auto 3rem}.ci-team__intro h3{font-family:var(--font-titre);font-weight:700;font-size:1.375rem;color:var(--charcoal);margin:0 0 .875rem;line-height:var(--line-height-titre)}.ci-team__intro p{font-family:var(--font-body);font-size:1.0625rem;color:var(--texte);line-height:1.65;margin:0}.ci-team__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem 1.5rem}.ci-formateur-card{display:flex;align-items:flex-start;gap:1.125rem;background:var(--blanc);border:1px solid var(--gris-border);border-radius:16px;padding:1.25rem;transition:transform .25s ease,box-shadow .25s ease}.ci-formateur-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #00000014}.ci-formateur-card__photo{width:72px;height:72px;min-width:72px;border-radius:50%;object-fit:cover;border:3px solid var(--orange-light);box-shadow:0 4px 12px #ff690024;display:block;flex-shrink:0}.ci-formateur-card__body{display:flex;flex-direction:column;gap:.3rem;min-width:0}.ci-formateur-card__name{font-family:var(--font-titre);font-weight:700;font-size:1.125rem;color:var(--charcoal);line-height:1.3;margin:0}.ci-formateur-card__qualities{font-family:var(--font-body);font-size:.875rem;color:var(--texte-sec);line-height:1.4;margin:0}.ci-formateur-card__specialty{font-family:var(--font-body);font-size:.8125rem;color:var(--texte);line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ci-formateur-card__badge{display:inline-flex;align-items:center;gap:5px;background:var(--sauge-light);color:var(--sauge-dark);padding:3px 10px;border-radius:20px;font-family:var(--font-body);font-size:.75rem;font-weight:600;line-height:1.4;align-self:flex-start;margin-top:.25rem}.ci-formateur-card__badge svg{width:12px;height:12px;flex-shrink:0}.ci-team__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.625rem;margin-bottom:2.5rem}.ci-team__badge{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:50px;font-family:var(--font-body);font-size:.875rem;font-weight:600;background:var(--blanc);color:var(--texte);border:1.5px solid var(--gris-border);white-space:nowrap;box-shadow:0 1px 4px #0000000d}.ci-team__badge svg{color:var(--orange);flex-shrink:0}.ci-team__badge--sauge svg{color:var(--sauge)}.ci-gallery{overflow:hidden}.ci-gallery__pills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1.25rem}.ci-gallery__pill{padding:5px 16px;border-radius:20px;font-family:var(--font-body);font-weight:600;font-size:.8125rem}.ci-gallery__pill--orange{background:var(--orange-lighter);color:var(--orange);border:1px solid rgba(255,105,0,.2)}.ci-gallery__pill--green{background:var(--sauge-light);color:var(--sauge-dark);border:1px solid rgba(107,158,125,.2)}.ci-gallery__pill--pink{background:#fce4ec;color:#ad1457;border:1px solid rgba(173,20,87,.15)}.ci-gallery__pill--blue{background:var(--bleu-clair);color:var(--bleu-cta);border:1px solid rgba(43,125,233,.15)}.ci-gallery__board{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(170px,auto);gap:1.25rem;margin-top:2.5rem;grid-template-areas:"cafe     rire     note1    selfie" "facetime facetime note2    geneve" "postit   parc     highfive note5"}.ci-gallery__item{position:relative;border-radius:10px;overflow:visible;box-shadow:2px 4px 16px #0000001a,0 1px 4px #0000000f;background:var(--blanc);padding:6px}.ci-gallery__item img{width:100%;height:100%;object-fit:cover;border-radius:6px;display:block}.ci-gallery__item:nth-child(odd){transform:rotate(-.8deg)}.ci-gallery__item:nth-child(2n){transform:rotate(.6deg)}.ci-gallery__item--tall{transform:rotate(-1.2deg)}.ci-gallery__item--wide:last-of-type{transform:rotate(.9deg)}.ci-gallery__tag{position:absolute;bottom:14px;left:14px;padding:4px 12px;border-radius:6px;font-family:var(--font-body);font-weight:600;font-size:.75rem;letter-spacing:.02em;text-transform:uppercase;background:#ffffffeb;color:var(--charcoal);z-index:2;box-shadow:0 1px 4px #0000001f;backdrop-filter:blur(4px)}.ci-gallery__postit{position:relative;padding:1.75rem 1.25rem 1.5rem;border-radius:2px 2px 4px 3px;font-family:Caveat,cursive;font-weight:600;font-size:1.4375rem;line-height:1.5;color:var(--charcoal);box-shadow:0 1px 1px #0000001a,0 4px 8px #0000001a,0 10px 22px #00000029,inset 0 -3px 6px #0000000d;display:flex;align-items:center;justify-content:center;text-align:center;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s ease;will-change:transform}.ci-gallery__postit:hover{box-shadow:1px 2px 4px #00000014,8px 16px 36px #0003,0 0 0 1px #00000008,inset 0 -3px 6px #0000000a;z-index:3}.ci-gallery__postit:hover:before{background:linear-gradient(to bottom,#dce1f059,#c8cddca6,#b4b9c88c);box-shadow:0 2px 5px #00000024,inset 0 0 4px #ffffff59}.ci-gallery__postit p{margin:0;font-style:normal;position:relative;z-index:1;opacity:1}.ci-gallery__postit:before{content:"";position:absolute;top:-9px;left:50%;transform:translate(-50%) rotate(-2deg);width:58px;height:20px;background:linear-gradient(to bottom,#dce1f040,#c8cddc8c,#b4b9c873);border-radius:2px;box-shadow:0 1px 3px #0000001a,inset 0 0 4px #ffffff4d;z-index:2;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.ci-gallery__postit:after{content:"";position:absolute;bottom:0;right:0;width:30px;height:30px;background:linear-gradient(135deg,transparent 50%,rgba(0,0,0,.06) 50%,rgba(0,0,0,.16) 72%,rgba(0,0,0,.22) 100%);border-radius:0 0 5px;pointer-events:none}.ci-gallery__postit--yellow{background-color:#fff9c4;background-image:repeating-linear-gradient(to bottom,transparent,transparent calc(1.7em - 1px),rgba(0,0,0,.15) calc(1.7em - 1px),rgba(0,0,0,.15) 1.7em);transform:rotate(2.2deg)}.ci-gallery__postit--yellow:before{transform:translate(-50%) rotate(-3deg)}.ci-gallery__postit--pink{background-color:#fce4ec;background-image:repeating-linear-gradient(to bottom,transparent,transparent calc(1.7em - 1px),rgba(0,0,0,.15) calc(1.7em - 1px),rgba(0,0,0,.15) 1.7em);transform:rotate(-1.8deg)}.ci-gallery__postit--pink:before{transform:translate(-50%) rotate(2.5deg)}.ci-gallery__postit--green{background-color:#dcedc8;background-image:repeating-linear-gradient(to bottom,transparent,transparent calc(1.7em - 1px),rgba(0,0,0,.15) calc(1.7em - 1px),rgba(0,0,0,.15) 1.7em);transform:rotate(1.5deg)}.ci-gallery__postit--green:before{transform:translate(-50%) rotate(-1deg)}.ci-gallery__postit--blue{background-color:#e1f5fe;background-image:repeating-linear-gradient(to bottom,transparent,transparent calc(1.7em - 1px),rgba(0,0,0,.15) calc(1.7em - 1px),rgba(0,0,0,.15) 1.7em);transform:rotate(-2.5deg)}.ci-gallery__postit--blue:before{transform:translate(-50%) rotate(3deg)}.ci-gallery__postit--neon-orange{background-color:#ffe0b2;background-image:repeating-linear-gradient(to bottom,transparent,transparent calc(1.7em - 1px),rgba(0,0,0,.15) calc(1.7em - 1px),rgba(0,0,0,.15) 1.7em);transform:rotate(2deg)}.ci-gallery__postit--neon-orange:before{transform:translate(-50%) rotate(-2.5deg)}@media(max-width:1024px){.ci-gallery__board{grid-template-columns:repeat(3,1fr);grid-template-areas:"cafe     rire     note1" "selfie   facetime facetime" "note2    geneve   highfive" "postit   parc     note5"}}@media(max-width:768px){.ci-gallery__board{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(140px,auto);gap:1rem;grid-template-areas:"cafe     rire" "note1    selfie" "facetime facetime" "note2    geneve" "highfive postit" "parc     parc" "note5    note5"}.ci-gallery__item{transform:none!important}.ci-gallery__postit{font-size:1.25rem;padding:1.5rem 1rem 1.25rem;line-height:1.5}.ci-gallery__postit--yellow{transform:rotate(1deg)}.ci-gallery__postit--pink{transform:rotate(-1deg)}.ci-gallery__postit--neon-orange{transform:rotate(1deg)}.ci-gallery__postit:hover{transform:none}}@media(max-width:480px){.ci-gallery__board{grid-template-columns:1fr;grid-template-areas:"cafe" "note1" "rire" "selfie" "note2" "facetime" "highfive" "geneve" "postit" "parc" "note5"}.ci-gallery__item{aspect-ratio:4 / 3}.ci-gallery__postit{transform:none!important}}.ci-team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.ci-team-grid .team-card{position:relative;overflow:hidden;border-radius:var(--radius-md);aspect-ratio:4 / 5;padding:0;border:none;background:var(--gris-bg)}.ci-team-grid .team-card__photo{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:unset;margin:0;border-radius:0}.ci-team-grid .team-card__photo img{width:100%;height:100%;object-fit:cover}.ci-team-grid .team-card__overlay{position:absolute;bottom:0;left:0;right:0;padding:3rem 1.75rem 1.5rem;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,rgba(0,0,0,.4) 55%,transparent 100%);z-index:1}.ci-team-grid .team-card__overlay .team-card__name{color:var(--blanc);font-size:1.625rem;margin-bottom:0;text-shadow:0 1px 4px rgba(0,0,0,.5)}.ci-team-grid .team-card__overlay .team-card__name-row{justify-content:flex-start;margin-bottom:.25rem}.ci-team-grid .team-card__overlay .team-card__qualities{color:var(--blanc);font-size:1.0625rem;margin-bottom:0;text-shadow:0 1px 3px rgba(0,0,0,.45)}.ci-team-grid .team-card--featured{background:linear-gradient(160deg,#e56001,#c50 40%,#b34a00)}.ci-team-grid .team-card--featured .team-card__photo img{object-fit:contain;object-position:center bottom}.ci-team-grid .team-card--featured .team-card__overlay{background:linear-gradient(to top,rgba(0,0,0,.5) 0%,rgba(0,0,0,.15) 50%,transparent 100%)}.badge-verified{display:inline-flex;align-items:center;flex-shrink:0;line-height:0;filter:drop-shadow(0 1px 3px rgba(0,0,0,.35))}.badge-verified svg{width:20px;height:20px;display:block;flex-shrink:0}@media(max-width:768px){.ci-team-grid{grid-template-columns:repeat(2,1fr)}.ci-team-grid .team-card{aspect-ratio:4 / 5}}@media(max-width:480px){.ci-team-grid{grid-template-columns:1fr;gap:1rem}.ci-team-grid .team-card{aspect-ratio:4 / 5}.ci-team-grid .team-card__overlay .team-card__name{font-size:1.375rem}}.ci-team-carousel{padding:0 max(1.5rem,calc((100% - 1400px)/2 + 1.5rem));padding-bottom:1rem;margin-top:.5rem}.ci-team-carousel__inner{display:flex;align-items:center;gap:1rem}.ci-team-carousel__viewport{flex:1;min-width:0;overflow:hidden}.ci-team-carousel__track{display:flex;gap:1rem;list-style:none;margin:0;padding:0;transition:transform .45s cubic-bezier(.25,.46,.45,.94);will-change:transform}.ci-team-carousel__slide{flex-shrink:0}.ci-team-carousel .team-card{position:relative;overflow:hidden;border-radius:var(--radius-md);aspect-ratio:2 / 3;background:var(--gris-bg)}.ci-team-carousel .team-card__photo{position:absolute;inset:0;width:100%;height:100%;overflow:hidden}.ci-team-carousel .team-card__photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.ci-team-carousel .team-card__overlay{position:absolute;bottom:0;left:0;right:0;padding:3rem 1.75rem 1.5rem;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,rgba(0,0,0,.4) 55%,transparent 100%);z-index:1;text-align:left}.ci-team-carousel .team-card__name{color:var(--blanc);font-size:1.625rem;margin-bottom:0;text-shadow:0 1px 4px rgba(0,0,0,.5)}.ci-team-carousel .team-card__name-row{justify-content:flex-start;margin-bottom:.25rem}.ci-team-carousel .team-card__qualities{color:var(--blanc);font-size:1.0625rem;margin-bottom:0;text-shadow:0 1px 3px rgba(0,0,0,.45)}.ci-team-carousel .team-card__desc{color:#ffffffd9;font-size:.875rem;line-height:1.5;margin-top:.5rem;margin-bottom:0;text-shadow:0 1px 3px rgba(0,0,0,.4)}.ci-team-carousel .team-card--featured{background:var(--gris-bg)}.ci-team-carousel .team-card--featured .team-card__photo img{object-fit:cover;object-position:center top;width:100%;height:100%}.ci-team-carousel .team-card--featured .team-card__overlay{background:linear-gradient(to top,rgba(0,0,0,.72) 0%,rgba(0,0,0,.4) 55%,transparent 100%)}.ci-team-carousel .team-card--featured-romane{background:var(--gris-bg)}.ci-team-carousel .team-card--featured-romane .team-card__photo img{object-fit:cover;object-position:center top;width:100%;height:100%}.ci-team-carousel .team-card--featured-romane .team-card__overlay{background:linear-gradient(to top,rgba(0,0,0,.5) 0%,rgba(0,0,0,.15) 50%,transparent 100%)}.ci-team-carousel.is-flat .ci-team-carousel__inner{gap:0}.ci-team-carousel.is-flat .ci-team-carousel__viewport{overflow:visible}.ci-team-carousel.is-flat .ci-team-carousel__track{gap:1rem;transform:none!important;transition:none!important}.ci-team-carousel.is-flat .ci-team-carousel__slide{flex:1;min-width:0;width:auto!important}.ci-team-carousel.is-flat .ci-carousel-arrow,.ci-team-carousel.is-flat .ci-carousel-dots{display:none}.ci-carousel-arrow{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:var(--blanc);border:2px solid var(--gris-border);color:var(--charcoal);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #00000014;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease}.ci-carousel-arrow:hover:not(:disabled){background:var(--orange);border-color:var(--orange);color:var(--blanc);box-shadow:0 4px 16px #ff690047;transform:scale(1.08)}.ci-carousel-arrow:disabled{opacity:.35;cursor:default}.ci-carousel-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:1.75rem}.ci-carousel-dot{width:10px;height:10px;border-radius:50%;background:var(--gris-border);border:none;cursor:pointer;padding:0;transition:background .25s ease,width .25s ease,border-radius .25s ease}.ci-carousel-dot.is-active{background:var(--orange);width:28px;border-radius:5px}.ci-carousel-dot:hover:not(.is-active){background:var(--texte-sec)}.team-card__name-row{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:var(--space-xs)}.team-card__name-row .team-card__name{margin-bottom:0}@media(max-width:640px){.ci-carousel-arrow{width:40px;height:40px}.ci-team-carousel__inner{gap:.5rem}.ci-team-carousel{padding-left:1rem;padding-right:1rem}.ci-team__badges{gap:.5rem}.ci-team__badge{font-size:.8125rem;padding:7px 14px}}.ci-contact-cta{position:relative;overflow:hidden;text-align:center}.ci-contact-cta:before{content:"";position:absolute;top:-200px;right:-150px;width:600px;height:600px;border-radius:50%;background:var(--orange);opacity:.06;pointer-events:none}.ci-contact-cta:after{content:"";position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;border-radius:50%;background:var(--bleu-cta);opacity:.05;pointer-events:none}.ci-contact-cta__inner{position:relative;z-index:1;max-width:720px;margin:0 auto}.ci-contact-cta__stats{display:flex;justify-content:center;align-items:flex-start;gap:0;margin-bottom:3rem;flex-wrap:wrap}.ci-cta-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:0 2.5rem;position:relative}.ci-cta-stat+.ci-cta-stat:before{content:"";position:absolute;left:0;top:.5rem;bottom:.5rem;width:1px;background:#ffffff26}.ci-cta-stat__num{font-family:var(--font-titre);font-weight:700;font-size:clamp(2rem,3.5vw,2.75rem);color:var(--orange);line-height:1}.ci-cta-stat__label{font-family:var(--font-body);font-size:.875rem;color:#ffffff9e;line-height:1.4;text-align:center;max-width:120px}.ci-contact-cta__mascot{width:110px;height:auto;display:block;margin:0 auto 1.375rem}.ci-contact-cta__title{font-family:var(--font-titre);font-weight:700;font-size:clamp(1.75rem,3vw,2.5rem);color:var(--blanc);line-height:var(--line-height-titre);margin:0 0 1rem}.ci-contact-cta__sub{font-family:var(--font-body);font-size:1.0625rem;color:#ffffffb3;line-height:1.6;max-width:520px;margin:0 auto 2.5rem}.ci-contact-cta__actions{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.ci-contact-cta__info{display:flex;justify-content:center;align-items:center;gap:.75rem;flex-wrap:wrap;font-family:var(--font-body);font-size:.9375rem;color:#ffffff73}.ci-contact-cta__info a{color:#ffffff9e;text-decoration:none;transition:color .2s ease}.ci-contact-cta__info a:hover{color:#ffffffe0}.ci-contact-cta__cert{margin-top:2.5rem;opacity:.8}.btn-whatsapp{background:#25d366;color:var(--blanc)}.btn-whatsapp:hover{background:#1fb958;color:var(--blanc)}@media(min-width:1440px){.ci-courses__grid,.ci-transform__grid{gap:2rem}.ci-team__grid{gap:1.5rem 2rem}}@media(max-width:1279px){.ci-cta-stat{padding:0 1.75rem}}@media(max-width:1024px){.ci-courses__grid{grid-template-columns:repeat(2,1fr)}.ci-steps__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.ci-steps__grid:before{display:none}.ci-transform__grid{grid-template-columns:1fr 1fr;gap:1.5rem}.ci-transform-card:nth-child(3){grid-column:1 / -1;max-width:540px;justify-self:center}.ci-team__grid{grid-template-columns:repeat(2,1fr);gap:1rem 1.25rem}}@media(max-width:768px){.ci-courses,.ci-steps,.ci-transform,.ci-team,.ci-contact-cta{padding-top:var(--section-padding-mobile);padding-bottom:var(--section-padding-mobile)}.ci-courses__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.ci-course-card__body{padding:1rem 1.125rem 1.25rem}.ci-course-card__title{font-size:1rem}.ci-steps__grid{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.ci-transform__grid{grid-template-columns:1fr;max-width:520px;margin-left:auto;margin-right:auto}.ci-transform-card:nth-child(3){grid-column:auto;max-width:none;justify-self:auto}.ci-team__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.ci-formateur-card{flex-direction:column;align-items:center;text-align:center;padding:1.25rem 1rem}.ci-formateur-card__badge{align-self:center;margin-top:.375rem}.ci-contact-cta__stats{gap:0}.ci-cta-stat{padding:.75rem 1.5rem;flex-basis:50%}.ci-cta-stat+.ci-cta-stat:before{display:none}.ci-contact-cta__actions{flex-wrap:wrap}}@media(max-width:768px){.ci-courses__filter-sticky{top:90px}.ci-courses__filter-bar{width:calc(100% - 2rem);border-radius:14px}.ci-courses__filter-label,.ci-courses__filter-sep{display:none}.ci-courses__filter-scroll{padding:0 2px}}@media(max-width:640px){.ci-courses__filter-sticky{top:88px;padding-bottom:1.25rem}.ci-courses__filter-bar{width:calc(100% - 2rem);padding:4px}.ci-courses__filter-btn{font-size:.8125rem;padding:7px 13px}}@media(max-width:480px){.ci-courses__grid{grid-template-columns:1fr}.ci-course-card__img{aspect-ratio:16 / 9}.ci-team__grid{grid-template-columns:1fr}.ci-formateur-card{flex-direction:row;align-items:flex-start;text-align:left}.ci-formateur-card__badge{align-self:flex-start}.ci-contact-cta__actions{flex-direction:column;align-items:center}.ci-cta-stat{flex-basis:calc(50% - 1rem)}}.ci-confiance,.ci-courses,.ci-steps,.ci-transform,.ci-why,.ci-video,.ci-team{position:relative}.ci-faq__pillrow{display:flex;align-items:center;justify-content:center;gap:1rem}.ci-faq__title{width:auto;margin-bottom:0}.ci-faq__mascot{width:140px;height:auto;flex-shrink:0}.ci-faq__list{max-width:860px;margin:2rem auto 0;display:flex;flex-direction:column;gap:.75rem}.ci-faq__item{background:var(--blanc);border:1px solid var(--gris-border);border-radius:12px;overflow:hidden;transition:box-shadow .2s ease}.ci-faq__item[open]{box-shadow:0 4px 16px #0000000f;border-color:var(--orange)}.ci-faq__q{cursor:pointer;list-style:none;padding:1.1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-family:var(--font-titre);font-weight:700;font-size:1.15rem;color:var(--charcoal);line-height:1.3}.ci-faq__q::-webkit-details-marker{display:none}.ci-faq__chevron{color:var(--orange);transition:transform .2s ease;flex-shrink:0}.ci-faq__item[open] .ci-faq__chevron{transform:rotate(180deg)}.ci-faq__a{padding:0 1.5rem 1.25rem;font-size:1rem;color:var(--texte);line-height:1.65}.ci-faq__a p{margin:0 0 .75rem}.ci-faq__a p:last-child{margin-bottom:0}.ci-faq__a strong{color:var(--charcoal)}.ci-faq__a a{color:var(--orange);font-weight:600;text-decoration:underline;text-underline-offset:2px}.ci-faq__a a:hover,.ci-faq__a a:focus-visible{color:var(--orange-hover)}.ci-faq__a p a:after,.ci-faq__foot a:after{content:none}.ci-faq__a p a[target=_blank]:after{content:" ↗";font-size:.85em}.ci-faq__foot{max-width:860px;margin:1.75rem auto 0;text-align:center;font-family:var(--font-body);font-size:1rem;color:var(--texte)}.ci-faq__foot a{color:var(--orange);font-weight:600;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.ci-news__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--card-gap, 1.5rem)}.ci-news__next{display:flex;justify-content:center;margin-top:2.25rem}.ci-social__sub{color:var(--texte)}.ci-social__widget{min-height:340px}@media(max-width:1024px){.ci-news__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.ci-faq__pillrow{gap:.5rem;flex-direction:column}.ci-faq__mascot{width:100px;order:-1}.ci-faq__q{font-size:1.05rem;padding:1rem 1.15rem}.ci-faq__a{padding:0 1.15rem 1.15rem}.ci-news__grid{grid-template-columns:1fr}.ci-news__next .btn{flex:0 0 auto}}.ci-video__player{max-width:880px;margin:0 auto}.ci-video__player--v{display:none}.ci-video__next{display:flex;justify-content:center;margin-top:2rem}@media(max-width:768px){.ci-video__player{max-width:100%}.ci-video__player--h{display:none}.ci-video__player--v{display:block;max-width:420px}.ci-video__next .btn{flex:0 0 auto}}.ci-why__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem;margin-top:2.5rem}.ci-why-card{grid-column:span 2;background:var(--blanc);border-radius:12px;padding:1.75rem;border:1px solid var(--gris-border);transition:box-shadow .2s ease;display:flex;flex-direction:column}.ci-why-card:hover{box-shadow:0 4px 16px #00000014}.ci-why-card:nth-child(4){grid-column:2 / 4}.ci-why-card:nth-child(5){grid-column:4 / 6}.ci-why-card__pill{display:inline-block;align-self:flex-start;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 11px;border-radius:20px;background:var(--orange-light);color:var(--orange);border:1px solid rgba(255,105,0,.18);margin-top:auto;position:relative}.ci-why-card__icon{width:52px;height:52px;background:var(--orange-light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.ci-why-card__icon svg{width:26px;height:26px;color:var(--orange)}.ci-why-card__title{font-family:var(--font-titre);font-weight:700;font-size:1.125rem;color:var(--charcoal);margin:0 0 .75rem;line-height:1.3}.ci-why-card__text{font-size:1rem;color:var(--texte);line-height:1.6;margin:0 0 1.25rem;flex:1}.ci-why__notes{display:flex;gap:2rem 2.5rem;justify-content:center;margin-top:3rem;flex-wrap:wrap}.ci-why__notes .sticky-note{font-size:.9375rem;max-width:270px}.ci-why__notes .sticky-note:after{width:52px;height:18px;border-radius:2px;background:#bec3d773;box-shadow:0 1px 3px #00000012;top:-9px;transform:translate(-50%) rotate(-2deg)}@media(max-width:1024px){.ci-why__grid{grid-template-columns:repeat(2,1fr)}.ci-why-card,.ci-why-card:nth-child(4),.ci-why-card:nth-child(5){grid-column:span 1}.ci-why-card:last-child:nth-child(odd){grid-column:1 / -1}}@media(max-width:640px){.ci-why__grid{grid-template-columns:1fr}.ci-why-card:last-child:nth-child(odd){grid-column:auto}.ci-why__notes{gap:2rem}.ci-why__notes .sticky-note{max-width:100%;width:100%}}.ci-courses{overflow-x:clip}@media(max-width:1024px){.ci-why__notes .sticky-note:nth-child(n+3){display:none}}@media(max-width:768px){.ci-gallery__item:not([style*=cafe]):not([style*=parc]) .ci-gallery__tape{display:none}.ci-gallery__pills{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;scrollbar-width:none}.ci-gallery__pills::-webkit-scrollbar{display:none}.ci-gallery__pill{flex-shrink:0}.ci-transform-story__postit--b,.ci-team-carousel__slide .ci-gallery__tape{display:none}}@media(max-width:640px){.ci-marquee{display:none}.ci-team__badges .ci-team__badge:nth-child(5){display:none}.ci-transform-story__meta .google-g{display:none}}@media(max-width:480px){.ci-team__badges .ci-team__badge:nth-child(n+4){display:none}.ci-hero__badge{font-size:.75rem;padding:4px 10px}}.ci-transform,.ci-gallery,.ci-team,.ci-why,.ci-steps{overflow-x:clip}@media(max-width:1280px){.ci-transform-story__postit--b{display:none}.ci-transform-story__postit{max-width:160px;font-size:1.0625rem;padding:.75rem .875rem 1rem}.ci-transform-story__postit--a{bottom:.5rem;right:.5rem;z-index:2}.ci-transform-story__postit strong{font-size:1.375rem}.ci-transform-story__postit p{font-size:.9375rem}}@media(max-width:1024px){.ci-gallery__item[style*=rire] .ci-gallery__tape,.ci-gallery__item[style*=selfie] .ci-gallery__tape,.ci-gallery__item[style*=highfive] .ci-gallery__tape,.ci-gallery__item[style*=geneve] .ci-gallery__tape{display:none}.ci-hero__mascot{width:100px}}@media(max-width:768px){.cta-reassurance{flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center}.cta-reassurance__item{justify-content:center;white-space:nowrap;font-size:.8125rem}.ci-hero .cta-reassurance{margin-top:1rem}.ci-transform-story__postit--a{bottom:.75rem;right:.75rem;left:auto;max-width:150px}.ci-hero__mascot{width:90px}.ci-why__grid{grid-template-columns:repeat(2,1fr)}.ci-why-card:nth-child(5):last-child{grid-column:1 / -1;max-width:480px;margin:0 auto;width:100%}}@media(max-width:480px){.ci-faq__mascot{width:var(--mascot-mobile)}.ci-transform-story__postit{max-width:130px;padding:.625rem .75rem .875rem;font-size:1rem}.ci-transform-story__postit strong{font-size:1.25rem}.ci-transform-story__postit p{font-size:.9375rem}.ci-hero__mascot{width:72px}.ci-gallery__pills{flex-wrap:wrap;overflow-x:visible;justify-content:center}.ci-gallery__pills::-webkit-scrollbar{display:none}.ci-why__grid{grid-template-columns:1fr}.ci-why-card:nth-child(5):last-child{max-width:100%}}@media(max-width:375px){.ci-hero__mascot{width:64px}.cta-reassurance__item{white-space:normal;font-size:.75rem}}
