.Button-module__iYV4-q__button{cursor:pointer;border:1px solid var(--color-border);border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:1rem;font-weight:400;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.Button-module__iYV4-q__button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}.Button-module__iYV4-q__button:active{transform:translateY(1px);box-shadow:0 2px 4px #0000000d}.Button-module__iYV4-q__variant-primary{background-color:var(--color-primary-yellow);color:var(--color-text-dark)}.Button-module__iYV4-q__variant-secondary{color:var(--color-text-dark);background-color:#fff}.Button-module__iYV4-q__variant-dark{background-color:var(--color-text-dark);color:#fff}.Button-module__iYV4-q__variant-dark path{fill:#fff}.Button-module__iYV4-q__button:hover .Button-module__iYV4-q__iconWrapper{transform:translate(2px)}.Button-module__iYV4-q__iconWrapper{align-items:center;transition:transform .2s;display:flex}
.Header-module__hBw1pG__header{width:100%;padding:1.5rem var(--spacing-lg);z-index:50;position:absolute;top:0;left:0}.Header-module__hBw1pG__navContainer{max-width:var(--max-width-container);justify-content:center;align-items:center;margin:0 auto;display:flex;position:relative}.Header-module__hBw1pG__desktopNav{background:0 0;gap:2.5rem;display:flex}.Header-module__hBw1pG__navLink{color:var(--color-text-dark);padding-bottom:4px;font-size:.95rem;font-weight:400;text-decoration:none;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background-color:var(--color-primary-yellow,#fcee59);transform-origin:100%;width:100%;height:2px;transition:transform .3s ease-out;position:absolute;bottom:0;left:0;transform:scaleX(0)}.Header-module__hBw1pG__navLink:hover:after{transform-origin:0;transform:scaleX(1)}.Header-module__hBw1pG__desktopCta{position:absolute;right:0}.Header-module__hBw1pG__burgerButton{cursor:pointer;z-index:60;background:0 0;border:none;padding:0;transition:transform .2s;display:none;position:absolute;top:15px;right:0}.Header-module__hBw1pG__burgerButton:active{transform:scale(.95)}.Header-module__hBw1pG__burgerButton svg{width:60px;height:60px}.Header-module__hBw1pG__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;z-index:90;background-color:#00000080;width:100vw;height:100vh;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0}.Header-module__hBw1pG__overlayOpen{opacity:1;visibility:visible}.Header-module__hBw1pG__sidebar{background-color:var(--color-secondary-blue);border:2px solid var(--color-border);z-index:100;border-right:none;border-top-left-radius:80px;border-bottom-left-radius:80px;flex-direction:column;width:85%;max-width:420px;height:100vh;padding:6rem 3rem 4rem 4rem;transition:right .4s cubic-bezier(.2,.8,.2,1);display:flex;position:fixed;top:0;right:-100%;box-shadow:-10px 0 20px #0000001a}.Header-module__hBw1pG__sidebarOpen{right:0}.Header-module__hBw1pG__closeButton{cursor:pointer;background-color:#222;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:opacity .2s;display:flex;position:absolute;top:2.5rem;right:2.5rem}.Header-module__hBw1pG__closeButton:hover{opacity:.8}.Header-module__hBw1pG__mobileNav{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.Header-module__hBw1pG__mobileNavLink{color:var(--color-text-dark);font-size:1.4rem;font-weight:500;text-decoration:none}.Header-module__hBw1pG__mobileCta{margin-bottom:auto}.Header-module__hBw1pG__mobileSocials{gap:15px;display:flex}.Header-module__hBw1pG__socialIcon{background-color:var(--color-primary-yellow);border:2px solid var(--color-border);width:50px;height:50px;color:var(--color-text-dark);border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s;display:flex}.Header-module__hBw1pG__socialIcon:hover{box-shadow:2px 2px 0px 0px var(--color-border);transform:translateY(-2px)}.Header-module__hBw1pG__socialIcon svg{width:20px;height:20px}@media (max-width:900px){.Header-module__hBw1pG__desktopNav,.Header-module__hBw1pG__desktopCta{display:none}.Header-module__hBw1pG__burgerButton{display:block}}@media (max-width:480px){.Header-module__hBw1pG__sidebar{border-top-left-radius:60px;border-bottom-left-radius:60px;width:90%;padding:5rem 2rem 3rem}}
.Footer-module__S6Hkya__footer{background-color:var(--color-secondary-blue);width:100vw;padding:var(--spacing-xxl)var(--spacing-lg)var(--spacing-xl);text-align:center}.Footer-module__S6Hkya__footerRounded{outline:1px solid var(--color-border);outline-offset:0px;border-top-left-radius:120px;border-top-right-radius:120px;margin-top:-56px}@media (max-width:768px){.Footer-module__S6Hkya__footerRounded{border-top-left-radius:60px;border-top-right-radius:60px}}.Footer-module__S6Hkya__container{max-width:var(--max-width-container);flex-direction:column;align-items:center;margin:0 auto;display:flex}.Footer-module__S6Hkya__title{margin-bottom:var(--spacing-sm);color:var(--color-text-dark);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600}.Footer-module__S6Hkya__subtitle{margin-bottom:var(--spacing-lg);color:var(--color-text-dark);font-size:1.1rem}.Footer-module__S6Hkya__socials{margin-bottom:var(--spacing-lg);gap:1rem;display:flex}.Footer-module__S6Hkya__socialIcon{border:1px solid var(--color-border);background-color:var(--color-primary-yellow);width:48px;height:48px;color:var(--color-text-dark);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{box-shadow:0px 2px 0px 0px var(--color-border);transform:translateY(-2px)}.Footer-module__S6Hkya__footerNav{gap:2rem;display:flex}.Footer-module__S6Hkya__navLink{color:#1e1e1e;font-size:1rem;font-weight:400;transition:opacity .2s}.Footer-module__S6Hkya__navLink:hover{opacity:.7}.Footer-module__S6Hkya__legal{color:#333;gap:2rem;font-size:1rem;display:flex}.Footer-module__S6Hkya__legalLink{text-decoration:none}.Footer-module__S6Hkya__legalLink:hover{text-decoration:underline}.Footer-module__S6Hkya__flexBottom{flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}@media (max-width:600px){.Footer-module__S6Hkya__footerNav{flex-direction:column;gap:1rem}}
.ContactModal-module__M_UpNq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0006;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:0;left:0}.ContactModal-module__M_UpNq__modal{background-color:#fff;border-radius:40px;width:100%;max-width:800px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0003}.ContactModal-module__M_UpNq__notebookContent{background-color:#fff;background-image:linear-gradient(#c8dcf080 1px,#0000 1px),linear-gradient(90deg,#ffb4b44d 1px,#0000 1px);background-position:0 0,4rem 0;background-size:100% 2.25rem;min-height:600px;padding:3rem 4rem}.ContactModal-module__M_UpNq__closeButton{background-color:var(--color-primary-yellow);border:1px solid var(--color-text-dark);cursor:pointer;z-index:10;width:44px;height:44px;color:var(--color-text-dark);border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.ContactModal-module__M_UpNq__closeButton:hover{transform:rotate(90deg)}.ContactModal-module__M_UpNq__header{text-align:center;margin-bottom:2.5rem}.ContactModal-module__M_UpNq__titleWrapper{align-items:center;gap:1rem;display:inline-flex;position:relative}.ContactModal-module__M_UpNq__title{color:var(--color-text-dark);font-size:2.5rem;font-weight:700}.ContactModal-module__M_UpNq__smiley{transform:rotate(-15deg)}.ContactModal-module__M_UpNq__star{transform:rotate(15deg)}.ContactModal-module__M_UpNq__form{flex-direction:column;gap:1.5rem;display:flex}.ContactModal-module__M_UpNq__row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.ContactModal-module__M_UpNq__field{flex-direction:column;gap:.5rem;display:flex}.ContactModal-module__M_UpNq__field label{color:var(--color-text-dark);font-size:1rem;font-weight:600}.ContactModal-module__M_UpNq__input,.ContactModal-module__M_UpNq__textarea{background-color:#f5f5f5;border:1px solid #0000;border-radius:16px;width:100%;padding:1rem 1.25rem;font-size:1rem;transition:all .2s;overflow:hidden}.ContactModal-module__M_UpNq__input:focus,.ContactModal-module__M_UpNq__textarea:focus{border-color:var(--color-primary-yellow);background-color:#fff;outline:none;box-shadow:0 0 0 4px #ffe6001a}.ContactModal-module__M_UpNq__textarea{resize:vertical;min-height:250px}.ContactModal-module__M_UpNq__submitWrapper{justify-content:center;margin-top:1rem;display:flex}.ContactModal-module__M_UpNq__submitButton{padding:1.25rem 2.5rem!important;font-size:1.1rem!important}@media (max-width:640px){.ContactModal-module__M_UpNq__notebookContent{background-position:0 0,2rem 0;background-size:100% 2.25rem,2rem 100%;padding:2.5rem 1.5rem}.ContactModal-module__M_UpNq__row{grid-template-columns:1fr}.ContactModal-module__M_UpNq__title{font-size:1.75rem}.ContactModal-module__M_UpNq__smiley,.ContactModal-module__M_UpNq__star{width:32px;height:32px}}
.Marquee-module__m6z8XG__marqueeContainer{background-color:var(--color-primary-yellow);border-top:2px solid var(--color-border);border-bottom:2px solid var(--color-border);z-index:20;width:100vw;padding:.75rem 0;display:flex;position:relative;overflow:hidden}.Marquee-module__m6z8XG__marqueeContent{white-space:nowrap;animation:30s linear infinite Marquee-module__m6z8XG__scroll;display:flex;transform:translateZ(0)}.Marquee-module__m6z8XG__marqueeItem{color:var(--color-text-dark);padding:0 2rem;font-size:.9rem;font-weight:500;display:inline-block}@keyframes Marquee-module__m6z8XG__scroll{0%{transform:translate(0)}to{transform:translate(-25%)}}@media (max-width:768px){.Marquee-module__m6z8XG__marqueeItem{padding:0 1rem;font-size:.8rem}}
.projects-module__D-cxOq__projectPage{background-color:var(--color-background-grid);width:100vw;min-height:100vh;position:relative;overflow-x:hidden}.projects-module__D-cxOq__container{max-width:var(--max-width-container);padding:0 var(--spacing-lg);width:100%;margin:0 auto}.projects-module__D-cxOq__hero{width:100vw;min-height:90vh;padding-top:100px;padding-bottom:var(--spacing-xxl);align-items:center;display:flex;position:relative;overflow:hidden}.projects-module__D-cxOq__cloudBackground{z-index:1;background-image:url(/background-ciel.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.projects-module__D-cxOq__heroContainer{z-index:10;width:100%;max-width:var(--max-width-container);justify-content:space-between;align-items:center;gap:var(--spacing-xl);display:flex;position:relative}.projects-module__D-cxOq__heroInfoCard{background-color:var(--color-tertiary-pink);border:1px solid var(--color-border);padding:var(--spacing-xl);border-radius:0 40px 40px 0;flex-direction:column;align-items:flex-start;max-width:600px;display:flex}.projects-module__D-cxOq__subTitleHero{margin-bottom:var(--spacing-md);opacity:.8;align-items:center;font-size:.9rem;display:flex}.projects-module__D-cxOq__projectTitle{margin-bottom:var(--spacing-md);font-size:clamp(2.5rem,5vw,3rem);font-weight:600}.projects-module__D-cxOq__projectDesc{margin-bottom:var(--spacing-lg);font-size:1rem;line-height:1.5}.projects-module__D-cxOq__metaInfo{margin-bottom:var(--spacing-lg);font-size:.9rem;font-weight:500}.projects-module__D-cxOq__brand{margin-bottom:2px}.projects-module__D-cxOq__visitButton{background-color:var(--color-primary-yellow);color:var(--color-text-dark)}.projects-module__D-cxOq__heroMockup{flex:1;justify-content:flex-end;align-items:center;display:flex}.projects-module__D-cxOq__mockupWrapper{width:auto;height:auto;position:relative}.projects-module__D-cxOq__mockupImg{width:auto;max-width:350px;height:auto}.projects-module__D-cxOq__floatingLabels{color:var(--color-primary-yellow);z-index:-1;white-space:nowrap;font-size:min(10vw,8rem);font-weight:800;line-height:.8;position:absolute;top:10%;left:-20%}.projects-module__D-cxOq__sectionTitleWrapper{margin-bottom:var(--spacing-xl);justify-content:center;display:flex}.projects-module__D-cxOq__sectionTitle{font-size:2.2rem;font-weight:600;display:inline-block;position:relative}.projects-module__D-cxOq__underline{background-color:var(--color-primary-yellow);transform-origin:0;width:100%;height:4px;position:absolute;bottom:-5px;left:0}.projects-module__D-cxOq__besoinSection{padding:var(--spacing-xxl)0;text-align:center}.projects-module__D-cxOq__besoinTextContainer{max-width:800px;margin:0 auto}.projects-module__D-cxOq__besoinParagraph{margin-bottom:2rem;font-size:1.4rem;line-height:1.6}.projects-module__D-cxOq__word{margin-right:.3em;display:inline-block}.projects-module__D-cxOq__conceptionSection{padding:var(--spacing-xxl)0}.projects-module__D-cxOq__stepsGrid{flex-direction:column;gap:2rem;max-width:900px;margin:0 auto;display:flex}.projects-module__D-cxOq__stepCard{border:1px solid var(--color-border);background:#fff;border-radius:40px;align-items:flex-start;gap:2rem;padding:1.5rem;display:flex}.projects-module__D-cxOq__stepNumber{background-color:var(--color-tertiary-pink);border:1px solid var(--color-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:36px;font-weight:700;display:flex}.projects-module__D-cxOq__stepContent h3{margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.projects-module__D-cxOq__stepContent p{color:#444;font-size:1rem;line-height:1.5}.projects-module__D-cxOq__artSection{padding:var(--spacing-xxl)0}.projects-module__D-cxOq__artLayout{gap:var(--spacing-xl);width:100%;margin:0 auto;display:flex}.projects-module__D-cxOq__swatchesRow{grid-template-columns:repeat(3,1fr);justify-content:center;gap:15px;display:grid}.projects-module__D-cxOq__swatch{border:1px solid var(--color-border);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:100px;height:100px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.projects-module__D-cxOq__swatch:hover{z-index:2;transform:scale(1.05)}.projects-module__D-cxOq__swatch:after{content:attr(data-color);opacity:0;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;background:#0009;border-radius:6px;padding:4px 8px;font-size:.75rem;font-weight:700;transition:all .3s;position:absolute;transform:translateY(0)}.projects-module__D-cxOq__swatch:hover:after{opacity:1;transform:translateY(-5px)}.projects-module__D-cxOq__artMeta{text-align:left;gap:4rem;display:flex}.projects-module__D-cxOq__metaCol h4{color:#666;margin-bottom:.5rem;font-size:.9rem}.projects-module__D-cxOq__metaCol p{font-size:1.1rem;font-weight:800}.projects-module__D-cxOq__stickersGallery{margin-top:var(--spacing-xl);flex-direction:column;align-items:center;gap:2rem;display:flex}.projects-module__D-cxOq__mainSticker{width:100%;max-width:600px}.projects-module__D-cxOq__maquetteSection{padding:var(--spacing-xxl)0;padding-bottom:256px}.projects-module__D-cxOq__mockupPhone{width:80vw;height:auto}.projects-module__D-cxOq__mockupLarge{z-index:2;transform:translateY(-20px)}.projects-module__D-cxOq__mockupBottom{margin-top:var(--spacing-xl);text-align:center;width:40vw;font-size:1.1rem}.projects-module__D-cxOq__finalButtonWrapper{justify-content:center;margin-top:3rem;display:flex}@media (max-width:1024px){.projects-module__D-cxOq__heroContainer{flex-direction:column}.projects-module__D-cxOq__heroInfoCard{border-left:0;border-right:0;border-radius:0;max-width:100%;padding:32px 24px}.projects-module__D-cxOq__heroMockup{justify-content:center}.projects-module__D-cxOq__artMeta{text-align:center;flex-direction:column;align-items:center;gap:2rem}}@media (max-width:768px){.projects-module__D-cxOq__mockupTriple{flex-direction:column;align-items:center;gap:2rem}.projects-module__D-cxOq__mockupLarge{transform:none}.projects-module__D-cxOq__besoinParagraph{font-size:1.1rem}.projects-module__D-cxOq__stepsGrid{padding:0 var(--spacing-md)}}
