.flex-1{flex:1 1}.alignC,.alignH{display:flex;align-items:center}.alignC{justify-content:center}.flexRowRev{display:flex;flex-direction:row-reverse}.flexRowCenter{justify-content:center}.flexRowBetween,.flexRowCenter{display:flex;flex-direction:row}.flexRowBetween{justify-content:space-between}.flexRowAround{display:flex;flex-direction:row;justify-content:space-around}.flexColumnRev{display:flex;flex-direction:column-reverse}.flexColumnCenter{display:flex;flex-direction:column;align-items:center}.flexColumnBetween{display:flex;flex-direction:column;justify-content:space-between}.flexColumnAround{display:flex;flex-direction:column;justify-content:space-around}.flexCenter,.flexCenterColumn{display:flex;justify-content:center;align-items:center}.flexCenterColumn{flex-direction:column}.alignSelfStart{align-self:flex-start}.alignSelfEnd{align-self:flex-end}.alignSelfCenter{align-self:center}.alignItemsStart{align-items:flex-start}.alignItemsEnd{align-items:flex-end}.alignItemsCenter{align-items:center}.gap-25{gap:25px!important}@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");.ff-1{font-family:Archivo,-apple-system,sans-serif!important}.medium{font-weight:500}.semibold{font-weight:600}.regular{font-weight:400}.bold{font-weight:700}.extrabold{font-weight:800}.f8{font-size:8px}.f10{font-size:10px}.f12{font-size:12px}.f14{font-size:14px}.f16{font-size:16px}.f18{font-size:18px}.f20{font-size:20px}.f22{font-size:22px}.f24{font-size:24px}.f26{font-size:26px}.f28{font-size:28px}.f30{font-size:30px}.f32{font-size:32px}.f34{font-size:34px}.f36{font-size:36px}.f38{font-size:38px}.f40{font-size:40px}.f42{font-size:42px}.f44{font-size:44px}.f46{font-size:46px}.f48{font-size:48px}.f50{font-size:50px}.f52{font-size:52px}.f54{font-size:54px}.f56{font-size:56px}.f58{font-size:58px}.f60{font-size:60px}.f62{font-size:62px}.f64{font-size:64px}.f66{font-size:66px}.f68{font-size:68px}.f70{font-size:70px}.f72{font-size:72px}.f74{font-size:74px}.f76{font-size:76px}.f78{font-size:78px}.f80{font-size:80px}.f82{font-size:82px}.f84{font-size:84px}.f86{font-size:86px}.f88{font-size:88px}.f90{font-size:90px}.f92{font-size:92px}.f94{font-size:94px}.f96{font-size:96px}.f98{font-size:98px}.f100{font-size:100px}.lh-8{line-height:8px}.lh-10{line-height:10px}.lh-12{line-height:12px}.lh-16{line-height:16px}.lh-20{line-height:20px}.lh-24{line-height:24px}.lh-32{line-height:32px}.lh-40{line-height:40px}.h100{height:100%}html{scrollbar-width:thin;scrollbar-color:#ddd #fff}.w5{width:5%}.w10{width:10%}.w15{width:15%}.w20{width:20%}.w25{width:25%}.w30{width:30%}.w35{width:35%}.w40{width:40%}.w45{width:45%}.w50{width:50%}.w55{width:55%}.w60{width:60%}.w65{width:65%}.w70{width:70%}.w75{width:75%}.w80{width:80%}.w85{width:85%}.w90{width:90%}.w95{width:95%}.w100{width:100%}@media (max-width:1200px){.wm5{width:5%}.wm10{width:10%}.wm15{width:15%}.wm20{width:20%}.wm25{width:25%}.wm30{width:30%}.wm35{width:35%}.wm40{width:40%}.wm45{width:45%}.wm50{width:50%}.wm55{width:55%}.wm60{width:60%}.wm65{width:65%}.wm70{width:70%}.wm75{width:75%}.wm80{width:80%}.wm85{width:85%}.wm90{width:90%}.wm95{width:95%}.wm100{width:100%}}.onlyMobile{display:none}.hideMobile{display:inherit}@media (max-width:1200px){.onlyMobile{display:inherit}.hideMobile{display:none!important}}.hero_section{position:relative;min-height:100vh;width:100%;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.hero_image_container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero_image{object-fit:cover;object-position:center}.hero_background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0;transition:opacity 1s ease-in-out;z-index:0}.hero_background.active{opacity:1}.hero_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.85) 80%);z-index:1}.hero_content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 20px 40px}.hero_title{color:#fff;font-size:90px;font-weight:400;line-height:60px;text-transform:uppercase}.hero_subtitle{color:#fff;font-size:25px;font-weight:400;line-height:35px}.hero_description{color:#fff;font-size:20px;font-weight:400;line-height:25px}@media (max-width:1200px){.hero_title{font-size:50px;line-height:50px}.hero_content{padding:0 30px 60px}.hero_description{padding:0!important;text-align:justify}.hero_overlay{background:linear-gradient(180deg,rgba(0,0,0,.1) 40%,rgba(0,0,0,.9) 90%)}}.split_section{display:flex;align-items:center;gap:128px}.split_section_image{width:42%;height:42%}.split_section_content{width:100%;display:flex;flex-direction:column;gap:32px}@media (max-width:1200px){.split_section{flex-direction:column;gap:56px!important}.split_section_image{width:100%!important;height:400px}}.arrows{display:flex;justify-content:end;margin-bottom:32px;gap:"1rem"}.arrow{background-color:#fff;border:1px solid #000;margin-left:12px!important;padding:6px;width:40px;height:40px}.image_section{background-size:cover;background-repeat:no-repeat;background-position:50%}.carouselCardContainer{width:98%;border:2px solid red;height:300px}.customButton{background-color:transparent;border:1px solid #000;color:#000;height:50px;font-size:20px;font-weight:400;line-height:20px;font-family:var(--font-milky-croffle);cursor:pointer;transition:all .3s ease}.customButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:1200px){.customButton{width:100%!important}}.decouvrez-nos-univers-container{padding:100px 80px}.decouvrez-nos-univers-header{display:flex;justify-content:space-between;align-items:center}.decouvrez-nos-univers-title{font-size:90px;font-weight:400;line-height:90px;text-transform:uppercase}.univers-container{display:flex;justify-content:center;flex-wrap:wrap;gap:132px;margin-top:70px;max-width:calc(3 * 267px + 2 * 132px);margin-left:auto;margin-right:auto}.univer-card-wrapper{width:267px;height:432px}.univer-card-wrapper:nth-child(2){margin-top:100px}@media (max-width:1200px){.decouvrez-nos-univers-container{padding:80px 30px 70px}.decouvrez-nos-univers-header{justify-content:center;padding-inline:15px}.decouvrez-nos-univers-title{font-size:50px;line-height:60px;text-align:center}.univers-container{gap:70px;margin-top:60px;margin-bottom:60px}.univer-card-wrapper:nth-child(2){margin-top:0}}.univers-card{display:flex;flex-direction:column;gap:20px;width:100%;height:100%;transition:transform .3s ease}.univers-card:hover{transform:translateY(-5px)}.univers-card-image{position:relative;width:100%;min-height:200px;overflow:hidden}.univers-image{object-fit:cover;object-position:center}.univers-card-content{display:flex;flex-direction:column;gap:10px}.univers-card-title{font-size:20px;font-weight:400;line-height:23px;text-transform:uppercase;color:#000}.univers-card-description{font-size:15px;font-weight:400;line-height:20px;color:#000}.univers-card-content{padding:0 30px}.univers-card-content.no-padding{padding:0}@media (max-width:768px){.univers-card{gap:25px}.univers-card-content{padding:0 30px}.univers-card-content.no-padding{padding:0}}.nos-partenaires-container{background-color:#fffdf3;width:100%;padding:80px 90px;display:flex;align-items:center;justify-content:center}.nos-partenaires-content{width:100%;max-width:1400px;display:flex;flex-direction:column;gap:45px}.nos-partenaires-header{display:flex;flex-direction:column;gap:10px}.nos-partenaires-subtitle{font-size:18px;font-weight:400;line-height:30px;color:#000}.nos-partenaires-title{font-size:40px;font-weight:400;line-height:40px;color:#000}.nos-partenaires-logos{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.partner-logo-wrapper{display:flex;align-items:center;justify-content:center;flex:0 1 auto}.partner-logo{object-fit:contain}.marquee-inner{gap:60px!important;align-items:center!important;padding:0 40px}@media (max-width:1200px){.nos-partenaires-container{padding:60px 30px 90px}.nos-partenaires-logos{gap:30px}.partner-logo{max-width:200px!important}}@media (max-width:768px){.nos-partenaires-logos{justify-content:center;gap:20px}}.category-nav{background-color:#000;width:100%;padding:0 112px}.category-nav-container{display:flex;align-items:center;justify-content:space-between;height:78px}.marquee-inner-category{gap:0!important}.category-nav-link{color:#fff;font-size:20px;font-weight:400;line-height:20px;text-transform:uppercase;text-decoration:none;white-space:nowrap;transition:opacity .3s ease;padding-right:70px}.category-nav-link:hover{opacity:.7}@media (max-width:1200px){.category-nav{padding:0}.category-nav-container{height:70px}}.title-description-with-button-section{display:flex;flex-direction:column;align-items:center;gap:40px;text-align:center}.title-description-with-button-title{font-size:90px;font-weight:400;line-height:90px;color:#000;text-align:center}.title-description-with-button-description{font-size:20px;font-weight:400;line-height:25px;color:#333}@media (max-width:1200px){.title-description-with-button-section{padding:50px 30px!important}.title-description-with-button-title{font-size:50px;line-height:60px}.plan-dacces-title-mobile{padding:70px 30px 30px}.text-justify{text-align:justify}}.plan-dacces-section{display:flex;height:646px}.plan-dacces-title-container{height:100%;display:flex;align-items:center;justify-content:center}.p-inline-7{padding-inline:7%}.plan-dacces-section>div{width:50%}@media (max-width:1200px){.plan-dacces-section{flex-direction:column-reverse;height:auto}.plan-dacces-section>div{width:100%}.plan-dacces-map-container{height:202px!important}}.nos_horaires_hero_content{position:relative;z-index:2;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 60px 45px;color:#fff}.nos_horaires_hero_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.3) 40%,rgba(0,0,0,.85) 80%);z-index:1}.nos_horaires_hero_button{color:#fff!important;border-color:#fff!important}.nos_horaires_hero_content_left,.nos_horaires_hero_content_right{display:flex;flex-direction:column;gap:30px}.nos_horaires_hero_content_title{font-size:90px;font-weight:400;line-height:90px;text-transform:uppercase}.nos_horaires_hero_content_text,.nos_horaires_hero_content_text p{font-size:20px;font-weight:400;line-height:25px;font-family:var(--font-milky-croffle)!important}.nos_horaires_hero_content_horaires{display:flex;gap:127px}@media (max-width:1200px){.nos_horaires_hero_content{padding:70px 30px;flex-direction:column-reverse;align-items:flex-start;gap:30px}.nos_horaires_hero_overlay{background:linear-gradient(0deg,#000 10%,rgba(0,0,0,.3) 50%,#000)}.nos_horaires_hero_content_right{flex-direction:column-reverse;width:100%}.nos_horaires_hero_content_left{width:100%}.nos_horaires_hero_content_horaires{flex-direction:column;gap:30px}.nos_horaires_hero_content_title{font-size:40px;line-height:50px;margin-bottom:100px!important}}.history_section_text{padding:100px 60px 70px;display:flex;flex-direction:column;gap:40px}.history_section_title{font-size:90px;font-weight:400;line-height:50px;color:#000}.history_section_description{font-size:20px;font-weight:400;line-height:25px;color:#333;width:74%}.history_section_images{display:flex}.history_section_image_wrapper{position:relative;flex:1 1;height:812px}.history_section_image{object-fit:cover}.history_section_product_grid{display:block}@media screen and (max-width:1200px){.history_section_container{padding:20px 30px}.history_section_text{padding:70px 0 50px;display:flex;flex-direction:column;gap:40px}.history_section_title{font-size:50px}.history_section_description{width:100%;text-align:justify}.history_section_images{flex-direction:column;gap:26px}.history_section_image_wrapper{flex:none;width:100%;height:232px}}.product_grid_section{height:100%;display:flex;flex-direction:column;position:relative}.product_grid_image_wrapper{position:relative;width:100%;height:100%}.product_grid_image{object-fit:cover;object-position:top}.product_grid_title_wrapper{display:flex;justify-content:center;align-items:center;background-color:#fff;position:absolute;height:70px;right:20px;left:20px;bottom:30px}.product_grid_title{font-size:20px;font-weight:400;line-height:20px;color:#000;text-align:center}@media screen and (max-width:1200px){.product_grid_title_wrapper{right:30px;left:30px;height:50px}}.family_story_top{padding:100px 100px 70px;background-color:#fffdf3}.family_story_title{font-size:90px;font-weight:400;line-height:90px;text-align:center;text-transform:uppercase;padding:0 100px 70px}.family_story_texts{display:flex;gap:134px}.family_story_text{font-size:20px;font-weight:400;line-height:25px;color:#000;text-align:justify;flex:1 1}.family_story_logos{display:flex;align-items:center;justify-content:center;gap:31px;margin-top:60px}.family_story_bottom{padding:115px 100px 85px;background-color:#fffdf3}@media screen and (max-width:1200px){.family_story_top{padding:80px 30px 70px}.family_story_title{font-size:50px;line-height:50px;padding:0 9px 40px}.family_story_texts{flex-direction:column;gap:40px}.family_story_logos{margin-top:40px}.family_story_bottom{padding:70px 30px}}.history_hero_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.95) 80%);z-index:1}.history_hero_content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;gap:40px;padding:0 11%}.history_hero_title{font-size:90px;line-height:90px;font-weight:400;text-transform:uppercase;color:#fff;padding:0 7%}.history_hero_description{font-size:20px;line-height:25px;font-weight:400;color:#fff}@media (max-width:1200px){.history_hero_overlay{background:linear-gradient(180deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.95) 85%)}.history_hero_content{padding:0 30px}.history_hero_title{font-size:50px;line-height:60px}.history_hero_description{padding:0!important}}.univers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:50px 15px;gap:50px 15px;padding:0 0 80px;background-color:#fffdf3}@media (max-width:1200px){.content-class-name_univers{padding-inline:30px!important}}@media (min-width:768px){.univers-grid{grid-template-columns:repeat(2,1fr);padding:15px 0 80px;gap:60px 15px}}@media (min-width:1024px){.univers-grid{grid-template-columns:repeat(3,1fr)}}.contact-section{display:flex;align-items:flex-start;justify-content:center;background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;padding-inline:60px;padding-bottom:30px}.contact-overlay{position:absolute;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.5) 80%);z-index:1}.contact-container{display:flex;justify-content:space-between;align-items:flex-end;width:100%;position:relative;z-index:3;padding-bottom:30px;padding-top:107px;min-height:100vh}.form-container{display:flex;flex-direction:column;align-items:center;gap:50px;width:692px}.contact-card{background:#fff;padding:60px 60px 50px;box-shadow:0 10px 40px rgba(0,0,0,.15)}.contact-title{font-size:60px;font-weight:400;margin-bottom:70px!important;text-align:left;color:#000;line-height:60px}.contact-info-text{font-size:20px}.contact-info-phone,.contact-info-text{font-weight:400;line-height:25px;color:#fff;font-family:var(--font-milky-croffle)!important}.contact-info-phone{font-size:18px}.wrapper-email{width:-moz-fit-content;width:fit-content}.contact-info-email{font-size:18px;font-weight:400;line-height:25px;color:#fff}.contact-info-email,.contact-info-text p{font-family:var(--font-milky-croffle)!important}@media (max-width:1199px){.contact-section{background-image:var(--mobile-bg)!important;padding-inline:30px}.contact-container{margin-top:106px;max-width:100%;height:auto;flex-direction:column-reverse;align-items:flex-start;gap:30px;padding-top:0}.form-container{width:100%;order:1;align-items:flex-start;margin-bottom:30px}.contact-card{padding:40px 30px}.contact-title{font-size:40px;line-height:40px;margin-bottom:40px!important}.contact-info-text{font-size:20px;line-height:25px}}.contact-form{display:flex;flex-direction:column;gap:30px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px}.form-group{display:flex;flex-direction:column;position:relative}.form-input,.form-textarea{width:100%;padding:12px 0;border:none;border-bottom:1px solid #000;font-size:20px;font-weight:400;line-height:20px;font-family:var(--font-milky-croffle)!important;color:#000;background:transparent;transition:border-color .3s ease}.form-input::placeholder,.form-textarea::placeholder{color:#999;font-size:20px;font-weight:400;line-height:20px;font-family:var(--font-milky-croffle)!important}.form-input:focus,.form-textarea:focus{outline:none;border-bottom-color:#000}.form-input.error{border-bottom-color:#d32f2f}.error-message{color:#d32f2f;font-size:12px;margin-top:5px;font-family:var(--font-satoshi)}.form-textarea{resize:vertical;min-height:100px;padding-top:12px}.form-checkbox{display:flex;align-items:center;gap:10px;margin-top:10px}.form-checkbox input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;border:none;background-color:#f5f5f5;cursor:pointer;position:relative;flex-shrink:0;transition:all .2s ease}.form-checkbox input[type=checkbox]:checked{background-color:#000;border-color:#000}.form-checkbox input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:5px;height:5px;background-color:#fff}.form-checkbox label{font-size:12px;font-weight:400;color:#9d9d9d;line-height:17px;cursor:pointer}.form-submit{width:100%;padding:18px 40px;background:#000;color:#fff;border:1px solid #000;font-size:20px;font-weight:400;line-height:20px;font-family:var(--font-milky-croffle)!important;cursor:pointer;transition:all .3s ease;margin-top:15px}.form-submit:disabled{background:transparent;color:#000;border:1px solid #000;cursor:not-allowed;opacity:1}.form-submit:not(:disabled):hover{background:#333;border-color:#333}@media (max-width:768px){.form-row{grid-template-columns:1fr;gap:30px}.form-textarea{min-height:80px;padding-top:15px}.form-submit{margin-top:10px}}.container_categories_partenaires_horaires{display:flex;flex-direction:column}.categories_container{box-shadow:none;border:none}@media screen and (max-width:768px){.categories_container{order:1}}.team_section_container{width:100%}.team_section_hero{position:relative;width:100%;height:900px;overflow:hidden}.team_section_hero_image{object-fit:cover;object-position:center}.team_section_content{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0}.team_section_text{padding:130px 66px;display:flex;flex-direction:column;align-items:center;gap:40px}.team_section_title{font-size:90px;font-weight:400;line-height:100px;color:#000;text-transform:uppercase;text-align:center}.team_section_small_image_wrapper{position:relative;width:144px;height:214px;overflow:hidden}.team_section_small_image{object-fit:cover}.team_section_description{font-size:20px;font-weight:400;line-height:25px;color:#000;text-align:center}.team_section_product{position:relative;height:100%}@media (max-width:1200px){.team_section_hero{height:318px}.team_section_hero_image{object-fit:contain;object-position:center}.team_section_content{grid-template-columns:1fr}.team_section_text{padding:65px 30px 60px}.team_section_title{font-size:50px;line-height:60px;padding:0 46px}.team_section_small_image_wrapper{width:268px;height:409px}.team_section_product{height:513px}}.hero_title_histoire{color:#fff;font-size:60px;font-weight:400;line-height:60px}@media screen and (max-width:1200px){.hero_title_histoire{font-size:50px;line-height:60px}.story_container{display:flex;flex-direction:column}.history_hero_container{order:1}.team_hero_container{order:-1}}.mentions-legales-header{background-color:#000;width:100%;height:70px}.mentions-legales-container{background-color:#fffdf3;padding:100px}.mentions-legales-title{font-size:90px;font-weight:400;line-height:90px;text-align:center;text-transform:uppercase;padding:0 100px 70px}.mentions-legales-content{font-size:20px;font-weight:400;line-height:30px;color:#000}.mentions-legales-content h2{font-size:40px;line-height:40px;padding:30px 0}.mentions-legales-content h2,.mentions-legales-content h3{font-family:var(--font-milky-croffle)!important;font-weight:400;text-transform:uppercase}.mentions-legales-content h3{font-size:30px;line-height:30px;padding:30px}.mentions-legales-content p{padding-bottom:20px}.mentions-legales-content a{color:#4d4d4d}.mentions-legales-content a:hover{color:#333}.mentions-legales-content ul{list-style-type:disc}.mentions-legales-content li{padding-bottom:10px}@media (max-width:1024px){.mentions-legales-container{padding:70px 30px}.mentions-legales-title{font-size:50px;line-height:50px;padding:0 50px 50px}.mentions-legales-content{font-size:18px;line-height:24px}.mentions-legales-content h2{font-size:30px;line-height:30px;padding:20px 0}.mentions-legales-content h3{font-size:24px;line-height:24px;padding:20px}}@media (max-width:768px){.mentions-legales-title{font-size:40px;line-height:40px;padding:0 10px 30px}.mentions-legales-content{font-size:16px;line-height:24px}.mentions-legales-content h2{font-size:25px;line-height:30px}.mentions-legales-content h3{font-size:20px;line-height:24px;padding:30px 10px}}.footerContent{position:relative;min-height:627px;overflow:hidden}.footerBackground,.footerBackgroundMobile{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:top;background-repeat:no-repeat;opacity:0;transition:opacity 1s ease-in-out;z-index:0}.footerBackground.active,.footerBackgroundMobile.active{opacity:1}.footerBackground{display:block}.footerBackgroundMobile{display:none}.footerOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.7));z-index:1}.footerSupplier{position:absolute;z-index:2;width:100%;bottom:30px;display:flex;justify-content:space-between;align-items:center}.footerSupplier div{gap:20px}.footerSupplierText{color:#fff;font-size:18px;font-weight:400;line-height:20px;font-family:var(--font-milky-croffle)!important}.footerBottom{display:flex;justify-content:space-between;align-items:center;height:80px}.footerText{color:#333;font-size:18px;font-weight:400;line-height:20px;font-family:var(--font-milky-croffle)!important}.wraper-image-fournisseur{position:relative;height:74px;width:73px}.wraper-image-panier{position:relative;height:58px;width:73px}@media screen and (max-width:1200px){.footerBackground{display:none}.footerBackgroundMobile{display:block}.footerSupplier{padding:0 30px!important}.footerBottom,.footerSupplier{flex-direction:column;gap:30px}.footerBottom{padding-top:50px!important;padding-bottom:50px!important;height:auto}.wraper-image-fournisseur{height:52px;width:51px}.wraper-image-panier{height:43px;width:56px}}.headerContainer{height:70px;width:100%;padding-left:60px;padding-right:60px;display:flex;align-items:center;justify-content:space-between;background-color:hsla(0,0%,100%,.1);backdrop-filter:blur(13.3px);-webkit-backdrop-filter:blur(13.3px);position:fixed;top:0;transition:background-color .3s ease,border .3s ease,box-shadow .3s ease,-webkit-backdrop-filter .3s ease;transition:background-color .3s ease,backdrop-filter .3s ease,border .3s ease,box-shadow .3s ease;transition:background-color .3s ease,backdrop-filter .3s ease,border .3s ease,box-shadow .3s ease,-webkit-backdrop-filter .3s ease}.headerContainer.scrolled{background-color:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;box-shadow:0 4px 6px rgba(0,0,0,.1)}.headerLogo{object-fit:contain}.headerNav{display:flex;align-items:center;gap:60px}.headerNavLink{text-decoration:none;font-size:18px;font-weight:400;line-height:20px;opacity:.5;transition:opacity .2s}.headerNavLink.active{opacity:1}.headerLangSwitcher{display:flex;gap:5px;align-items:flex-start;font-size:18px;line-height:20px;font-weight:400}.headerLangSwitcher a{text-decoration:none;font-weight:400;opacity:.5;transition:opacity .2s,font-weight .2s}.headerLangSwitcher a.active{opacity:1}.headerInstagram{object-fit:contain}@media (max-width:1200px){.headerLangSwitcher{font-size:15px;line-height:15px}}.modalContainer{position:fixed;height:700px;width:800px;max-width:100vw;max-height:100vh;top:50%;left:50%;transform:translate(-50%,-50%)}.modalHidden{display:none}.modalOverlay{position:fixed;width:100vw;height:100vh;background-color:#000;opacity:.3}.sideBarContainer{position:fixed;width:50vw;height:100vh;background-color:#fff;right:0;overflow-y:scroll}.sideBarHidden{transform:translateX(50vw);opacity:0}.sidebarOverlay{position:fixed;width:100vw;height:100vh;background-color:#000;opacity:.3}.sideBarContainer::-webkit-scrollbar{display:none}.sideBarContainer{-ms-overflow-style:none;scrollbar-width:none}@media (max-width:1200px){.sideBarContainer{width:100vw}.sideBarHidden{transform:translateX(100vw);opacity:0}}.mobileMenuContainer{position:fixed;width:100vw;height:100vh;background-color:#fffdf3;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.mobileMenuHidden{transform:translateX(100vw)}.close-container{border-bottom:1px solid #000;padding:24px 30px;width:100%}.mobileMenuLinks{display:flex;flex-direction:column;align-items:center;gap:40px;padding:0 15%;text-align:center}.mobileMenuLink{font-size:50px;font-weight:400;line-height:60px;color:#000;opacity:.5;transition:opacity .2s}.mobileMenuLink.active{opacity:1}.mobileMenuInstagram{display:flex;flex-direction:column;align-items:center;gap:20px}.tag-instagram{font-size:18px;font-weight:400;line-height:20px;color:#000}.mobileMenuBottom{display:flex;flex-direction:column;gap:20px;width:100%}.bottom-container{height:66px;border-top:1px solid #000}*{padding:0;margin:0;box-sizing:border-box;font-family:var(--font-satoshi)}.milky-font{font-family:var(--font-milky-croffle)!important}.gnPadding{padding:0 60px}.t02{transition:all .2s ease-in-out}.pointer{cursor:pointer}ul{list-style:none}h1{margin:0}.mainApp{min-height:100vh}.ContainerAPP{max-width:100vw;background-color:#f6faff;margin:auto}.innerApp{max-width:500px;margin:auto}a,button,h1,h2,h3,h4,h5,h6,input,label,li,p,span{margin:0!important}a{color:unset;cursor:pointer!important;text-decoration:none!important}.z-index0{z-index:0}.z-index1{z-index:1}.z-index2{z-index:2}.z-index3{z-index:3}.z-index4{z-index:4}.z-index5{z-index:5}.hello{fill:red;cursor:pointer;background-color:#5e1717}