.c-autocomplete{background-color:#fff;border:1px solid var(--neutral-500);position:absolute;top:4.4rem;left:0;z-index:100;min-width:100%;width:70rem;max-width:100vw;max-height:calc(100svh - 12rem);overflow:auto}@media only screen and (max-width:1280px){.c-autocomplete{max-height:calc(100svh - 15rem)}}@media only screen and (max-width:1024px){.c-autocomplete{width:100%}}@media only screen and (max-width:768px){.c-autocomplete{max-height:calc(100vh - 20rem)}}.c-autocomplete__loader{padding:1.6rem}.c-autocomplete__content{padding:1.6rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-gap:2.4rem;gap:2.4rem}@media only screen and (max-width:1024px){.c-autocomplete__content{grid-template-columns:1fr}}@media only screen and (min-width:1024.2px){.c-autocomplete__section+.c-autocomplete__section{border-left:1px solid var(--neutral-300);padding-left:2.4rem}}.c-autocomplete__sectionTitle{font-size:1.4rem;font-weight:700;color:var(--text);margin-bottom:1.6rem}.c-autocomplete__listItem:not(:last-child){margin-bottom:1.6rem}.c-autocomplete__listLink{font-size:1.3rem;color:var(--text);text-decoration:none}@media(hover:hover)and (pointer:fine){.c-autocomplete__listLink:hover{text-decoration:none;color:var(--blue-600)}}.c-autocomplete__listLink mark{color:var(--blue-600);font-weight:700;background:none}.c-autocomplete__product{display:flex;gap:2.4rem}.c-autocomplete__productImg{flex-shrink:0;width:9rem;height:9rem}.c-autocomplete__productImg img{object-fit:contain;width:100%;height:100%}.c-autocomplete__productTitle{line-height:1.4;margin-bottom:.2rem;display:block}.c-autocomplete__productPrice .price-container{display:flex;text-align:end;flex-direction:row-reverse;justify-content:flex-end}.c-autocomplete__productPrice .price-including-tax{font-weight:700}.c-autocomplete__productPrice .price-including-tax:after{content:"-";padding:0 .3em}.c-header__search{flex-grow:1;margin-right:4rem;position:relative;z-index:var(--zindex-above)}@media only screen and (max-width:768px){.c-header__search:not(.fixedHeader .c-header__search):not(.search-is-open .c-header__search){margin:1.4rem 0 0;width:100%;max-width:none;order:3}.fixedHeader .c-header__search{margin-right:1.2rem}}.c-header__searchForm:has(.c-header__searchButton:hover) .c-header__searchInput{border:1px solid var(--blue-800)}.c-header__searchForm.isLoading:after{content:"";position:absolute;top:1.2rem;right:6rem;color:var(--primary)}.c-header__searchInput{width:100%;height:4.4rem;padding:0 4.2rem 0 1.5rem;border:1px solid rgba(23,61,108,.5);border-radius:.5rem;outline:0;font-size:1.3rem;margin-bottom:0;min-height:0;color:var(--neutral-600)}.c-header__searchInput:focus,.c-header__searchInput:hover{border:1px solid var(--blue-800)}.c-header__searchInput::placeholder{color:var(--neutral-800);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;opacity:1}.c-header__searchButton{border:none;position:absolute;right:1px;top:1px;cursor:pointer;height:4.2rem;width:4.2rem;padding:0;border-radius:0 .5rem .5rem 0;background-color:var(--neutral-100);color:var(--blue-800)}.c-header__searchButton:before{--iconSize:3.2rem;content:""}.c-header__searchButton:hover{cursor:pointer}:root{--headerHeight:9.6rem;--menuHeight:5.7rem;--searchTop:calc(var(--headerHeight) + var(--menuHeight))}:root body:has(.c-notif){--searchTop:calc(var(--headerHeight) + var(--menuHeight) + var(--notifHeight))}:root body.fixedHeader{--searchTop:calc(var(--headerHeight))}@media only screen and (max-width:1024px){:root{--searchTop:calc(var(--headerHeight))}}body.search-is-open{overflow:hidden}@media only screen and (max-width:1024px){.c-search--active{position:fixed;background:#fff;top:0;left:0;width:100%;height:100%}}.c-search__wrapper{position:fixed;top:var(--searchTop);left:0;z-index:var(--zindex-fixed);height:100%;max-height:calc(100vh - var(--searchTop));width:100vw;background-color:rgba(0,0,0,.5);border-top:1px solid var(--neutral-200)}@media only screen and (max-width:1024px){.c-search__wrapper{--searchTop:8.4rem}}.c-search__wrapper:not(.isVisible){display:none}.c-search__container{max-height:100%;background:#fff;overflow:auto;overscroll-behavior:contain}.c-search__results{padding:2rem 4rem 4rem;display:flex;min-height:45.6rem}@media only screen and (max-width:1024px){.c-search__results{padding:1.6rem 1.6rem 6rem;display:block}}.c-search__subtitle{font-size:1.4rem;font-weight:700}.c-search__layout{max-width:107.2rem;width:100%;height:auto;position:relative;grid-template-areas:"a c" "b c";display:grid;grid-template-columns:27rem 1fr;grid-template-rows:auto 1fr;grid-gap:0 6.4rem;gap:0 6.4rem}@media only screen and (max-width:1024px){.c-search__layout{display:flex;flex-direction:column;padding:0;margin:0;height:auto}}.c-search__suggestion{width:100%;grid-area:a}.c-search__popular{width:100%;grid-area:b}.c-search__products{width:100%;grid-area:c}.c-search__banner{width:14rem;flex-shrink:0;margin-right:5rem}@media only screen and (max-width:1024px){.c-search__banner{display:none}}.c-search__products{position:relative}.c-search__products:before{content:"";display:block;position:absolute;left:-4rem;top:0;height:100%;border-left:1px solid var(--neutral-200)}@media only screen and (max-width:1024px){.c-search__products:before{display:none}.c-search--notSearching .c-search__products{margin-top:4rem}}.c-search__products .ais-Hits-list{display:flex;align-items:center;flex-wrap:wrap;gap:2.4rem 5.6rem}@media only screen and (max-width:768px){.c-search__products .ais-Hits-list{flex-direction:column;align-items:flex-start}}.c-search__products .ais-Hits-item{width:calc(50% - 2.8rem)}@media only screen and (max-width:768px){.c-search__products .ais-Hits-item{width:auto}}.c-search__product{display:flex;gap:1.2rem}.c-search__productImg{flex-shrink:0;display:block;width:8rem;height:8rem}.c-search__productImg img{width:100%;height:100%;object-fit:contain}.c-search__productDetail{margin-top:.8rem}.c-search__productLink{text-decoration:none}.c-search__productLink,.c-search__productName{font-size:1.3rem;font-weight:400;display:block}.c-search__productName{display:-webkit-box;max-height:5.07rem;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.3em}.c-search__productPrice{font-size:1.5rem;font-weight:700}.c-search__productPrice--discounted{color:var(--promo)}.c-search__productOldPrice{font-size:1.4rem;font-weight:400;text-decoration:line-through;color:var(--neutral-700)}.c-search__listItem--suggestion{display:flex;align-items:center;gap:.6rem}.c-search__listItem--suggestion:not(:last-child){margin-bottom:.8rem}.c-search__listItem--suggestion .c-search__listButton.c-button{--btnHeight:auto;padding:0}.c-search__listItem--suggestion .c-search__listButton.c-button .c-button__content{font-weight:400;font-size:1.4rem}@media(hover:hover)and (pointer:fine){.c-search__listItem--suggestion .c-search__listButton.c-button:hover{text-decoration:underline}}.c-search__autocomplete .ais-Hits-item:not(:last-child){margin-bottom:.8rem}.c-search__autocomplete .c-search__listButton{--btnHeight:auto;padding:0}.c-search__autocomplete .c-search__listButton .c-button__content{font-weight:400;font-size:1.4rem}.c-search__autocomplete .c-search__listButton .c-button__content mark{font-weight:700;background:none}@media(hover:hover)and (pointer:fine){.c-search__autocomplete .c-search__listButton:hover{text-decoration:underline}}@media only screen and (max-width:1024px){.c-search__popular:not(.c-search--notSearching .c-search__popular){margin-top:4rem;order:3}}.c-search__popular .ais-Hits-list{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:1.2rem}.c-search__popular .c-search__listButton.c-button{border-radius:4rem}.c-search__popular .c-search__listButton.c-button .c-button__content,.c-search__popular .c-search__listButton.c-button .c-button__content>*{font-weight:400;font-size:1.4rem}.aa-Source--today .aa-SourceHeader{font-size:1.4rem;display:block;font-weight:700;margin-bottom:2rem;line-height:1.1}.aa-Source--today .aa-List{display:flex;align-items:flex-start;gap:4rem}@media only screen and (max-width:1024px){.aa-Source--today .aa-List{gap:1.2rem;flex-wrap:wrap}}.aa-Source--today .aa-Item a{display:block}.c-button.c-search__mea,.c-search__mea{--btnHeight:auto;--btnColor:#000;justify-content:flex-start;background-color:var(--neutral-200);border-radius:.5rem;padding:1.4rem;font-size:1.4rem;font-weight:400}@media(hover:hover)and (pointer:fine){.c-button.c-search__mea:hover,.c-search__mea:hover{text-decoration:underline}}.c-button.c-search__mea--cartouche,.c-search__mea--cartouche{--btnColor:#fff;background-color:var(--green-600);color:#fff}@media only screen and (max-width:1024px){.c-search__fieldWrapper{display:flex;align-items:center;gap:.8rem}.search-is-open .c-search__fieldWrapper{padding:2.4rem 1.2rem 1.6rem;min-height:8.4rem}}.c-button.c-search__backButton{display:none;flex-shrink:0}@media only screen and (max-width:1024px){.c-search--active .c-button.c-search__backButton{display:inline-flex}}.c-search__field{position:relative}@media only screen and (max-width:1024px){.c-search__field{flex-grow:1}}.c-search__field input[type=search]::-webkit-search-cancel-button{display:none}.c-search__field .ais-SearchBox-input{width:100%;height:4.4rem;padding:0 9rem 0 1.5rem;border:1px solid rgba(23,61,108,.5);border-radius:.5rem;outline:0;font-size:1.4rem;margin-bottom:0;min-height:0;color:#000;background-color:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.c-search__field .ais-SearchBox-input:placeholder-shown{padding-right:4.8rem}.c-search__field .ais-SearchBox-input:focus,.c-search__field .ais-SearchBox-input:hover{border:1px solid var(--blue-800)}.c-search__field .ais-SearchBox-input::placeholder{color:var(--neutral-800);opacity:1}@media only screen and (max-width:768px){.c-search__field .ais-SearchBox-input{font-size:1.6rem;height:4rem}}.c-search__field .ais-SearchBox-reset,.c-search__field .ais-SearchBox-submit{border:none;position:absolute;top:1px;cursor:pointer;height:4.2rem;width:4.2rem;padding:0;border-radius:0 .5rem .5rem 0;background-color:var(--btnBgColor)}@media only screen and (max-width:768px){.c-search__field .ais-SearchBox-reset,.c-search__field .ais-SearchBox-submit{height:3.8rem;width:3.8rem}}.c-search__field .ais-SearchBox-reset .ais-SearchBox-resetIcon,.c-search__field .ais-SearchBox-reset .ais-SearchBox-submitIcon,.c-search__field .ais-SearchBox-submit .ais-SearchBox-resetIcon,.c-search__field .ais-SearchBox-submit .ais-SearchBox-submitIcon{display:none}.c-search__field .ais-SearchBox-reset:before,.c-search__field .ais-SearchBox-submit:before{--iconSize:3.2rem;content:"";-webkit-mask-size:100%;mask-size:100%;background-color:currentColor;width:var(--iconSize);height:var(--iconSize);pointer-events:none;display:inline-block;vertical-align:calc((.75em - var(--iconSize))*.5);flex-shrink:0}.c-search__field .ais-SearchBox-reset:hover,.c-search__field .ais-SearchBox-submit:hover{cursor:pointer}.c-search__field .ais-SearchBox-submit{--btnBgColor:#fff;right:1px;background-color:var(--btnBgColor);color:var(--blue-800)}.c-search__field .ais-SearchBox-submit:before{-webkit-mask-image:url(/_next/static/media/recherche.062f2d68.svg);mask-image:url(/_next/static/media/recherche.062f2d68.svg)}@media(hover:hover)and (pointer:fine){.c-search__field .ais-SearchBox-submit:hover:not([disabled]){--btnBgColor:#fff}}.c-search__field .ais-SearchBox-reset{right:4.8rem;border-radius:4.8rem}.c-search__field .ais-SearchBox-reset:before{--iconSize:2.4rem;-webkit-mask-image:url(/_next/static/media/fermer.251a09af.svg);mask-image:url(/_next/static/media/fermer.251a09af.svg)}.c-search__field .ais-SearchBox-reset:after{position:absolute;top:50%;right:0;content:"";display:block;height:3.2rem;width:1px;border-right:1px solid var(--neutral-300);transform:translateY(-50%)}@media only screen and (max-width:768px){.c-header__search:not(.fixedHeader .c-header__search){margin:0}}@media only screen and (max-width:1024px){.c-search__popular:not(.c-search--notSearching .c-search__popular){margin-bottom:4rem;margin-top:0;order:0}a.c-button.c-search__mea.c-search__mea--cartouche.u-mt-32{margin:0!important}.c-search--notSearching a.c-button.c-search__mea.c-search__mea--cartouche.u-mt-32{margin:4rem 0 0!important}}.c-search__autocomplete .c-button--ghost-outline{border:none}.footer{position:relative;background-color:#fff}.footer__divider{border:none;height:.1rem;background-color:var(--neutral-200);margin:0}@media only screen and (max-width:768px){.footer__divider{display:none}}.footer__container{margin:0 auto;padding:0 8rem;max-width:144rem;width:auto}@media only screen and (max-width:1280px){.footer__container{padding:0 6.4rem}}@media only screen and (max-width:1024px){.footer__container{padding:0 4.8rem}}@media only screen and (max-width:768px){.footer__container{padding:0 2rem}}.trustpilot-widget{display:flex;align-items:center;justify-content:space-around;padding:2rem 0;font-size:1rem}@media only screen and (max-width:768px){.trustpilot-widget{font-size:1rem;padding:2rem .5rem}}.trustpilot-widget iframe:focus-visible{outline:none}.trustpilot-widget__logo{flex-basis:25.8%}.trustpilot-widget__stars{flex-basis:32.9%;margin-left:5px}@media only screen and (max-width:576px){.trustpilot-widget__stars{margin-left:unset}}.reassurance{background-color:var(--blue-800);padding:2.8rem 2rem 3rem}@media only screen and (max-width:768px){.reassurance{padding:0}}.reassurance__content{margin-left:auto;margin-right:auto;max-width:144rem}@media only screen and (max-width:768px){.reassurance__content{padding:1rem 0 2rem}}.reassurance__list{display:flex;justify-content:space-around}@media only screen and (max-width:768px){.reassurance__list{flex-wrap:wrap}}.reassurance__item{list-style:none;width:100%;max-width:21rem}@media only screen and (max-width:768px){.reassurance__item{width:50%;max-width:none;padding:1.6rem 0}}.reassurance__link{--focusOutlineColor:#fff;display:flex;flex-direction:column;align-items:center;text-decoration:none}.reassurance__link:hover{color:#fff;text-decoration:underline}.reassurance__title{color:#fff;font-weight:700;font-size:1.5rem;text-align:center;line-height:1.4}@media only screen and (max-width:1024px){.reassurance__title{font-size:1.2rem}}.reassurance__title .desktop-only,.reassurance__title span:not([class]){display:block}@media only screen and (max-width:1024px){.reassurance__title .desktop-only{display:none}}.reassurance__title .mobile-only{display:none}@media only screen and (max-width:1024px){.reassurance__title .mobile-only{display:inline}}.reassurance__icon{fill:#fff;width:8rem;height:8rem;flex-shrink:0}@media only screen and (max-width:768px){.reassurance__icon{width:6.4rem;height:6.4rem;margin-bottom:.8rem}}.footer__content{padding:5rem 0 3.5rem;display:flex;justify-content:space-between}@media only screen and (max-width:1024px){.footer__content{flex-direction:column}}.footer__content .footer__review{display:none}@media only screen and (max-width:768px){.footer__content .footer__review{display:block;margin:3rem auto 2rem;max-width:32rem;width:100%;padding:1rem 0 0;text-align:center;border-top:.1rem solid var(--neutral-200)}}.footer__links{width:100%;display:flex;justify-content:space-between;column-gap:2rem}@media only screen and (max-width:1024px){.footer__links{justify-content:space-around;column-gap:0}}@media only screen and (max-width:768px){.footer__links{width:auto;display:block;border-top:.1rem solid var(--neutral-200);margin-left:-2rem;margin-right:-2rem}}.footer-links__title{font-size:1.4rem;font-weight:700;color:var(--blue-800);margin-bottom:1.2rem}@media only screen and (max-width:768px){.footer-links__title{display:none}}.footer-links__btn{font-size:1.6rem;font-weight:700;color:var(--text);display:none;position:relative;text-transform:none}.footer-links__btn:after{content:"";width:2.2rem;height:2.2rem;background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.646,12.354l8.708,8.707l0.707,-0.707l8,-8l-1.415,-1.415l-7.292,7.293l-7.293,-7.293l-1.415,1.415Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% auto;pointer-events:none;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}@media only screen and (max-width:768px){.footer-links__btn[aria-expanded=false]+.footer-links__list{display:none}}.footer-links__btn[aria-expanded=true]:after{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' fill='%23000' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.061,19.646l-8.707,-8.707l-0.708,0.707l-8,8l1.415,1.415l7.293,-7.293l7.292,7.293l1.415,-1.415Z'/%3E%3C/svg%3E")}@media only screen and (max-width:768px){.footer-links__btn{display:flex;width:100%;justify-content:flex-start;align-items:center;min-height:5rem;padding:.5rem 2rem;border:none}.footer-links__btn,.footer-links__list{border-bottom:.1rem solid var(--neutral-200)}.footer-links__list{padding:1rem 0}}.footer-links__link{display:block;font-size:1.3rem;color:var(--text);padding:.8rem 0;line-height:1.2;text-decoration:none}.footer-links__link:hover{text-decoration:underline}@media only screen and (max-width:768px){.footer-links__link{padding:1.2rem 2rem}}.footer__blocks{margin-left:8rem;max-width:36rem}@media only screen and (max-width:1280px){.footer__blocks{margin-left:3rem}}@media only screen and (max-width:1024px){.footer__blocks{margin-left:2rem;display:flex;justify-content:space-around;max-width:none;margin-top:3rem;padding-top:3rem;border-top:.1rem solid var(--neutral-200)}}@media only screen and (max-width:768px){.footer__blocks{margin-left:0;order:-1;flex-direction:column;align-items:center;border:none;margin-top:0;padding-top:0;padding-bottom:5rem}}.footer-block{display:flex}@media only screen and (max-width:768px){.footer-block{max-width:32rem;width:100%}}.footer-block+.footer-block{margin-top:3rem}@media only screen and (max-width:1024px){.footer-block+.footer-block{margin-top:0}}@media only screen and (max-width:768px){.footer-block+.footer-block{margin-top:3rem}}.footer-block+.footer-block .footer-block__infos{border:none;padding-bottom:0}.footer-block__icon{margin-right:2rem;flex-shrink:0}.footer-block__icon img{max-width:6.4rem}@media only screen and (max-width:1280px){.footer-block__icon img{max-width:5.6rem}}.footer-block__infos{color:var(--text);font-size:1.4rem;flex-grow:1;line-height:1.4;border-bottom:.1rem solid var(--neutral-200);padding-bottom:3rem}@media only screen and (max-width:1024px){.footer-block__infos{border-bottom:none;padding-bottom:0}}@media only screen and (max-width:768px){.footer-block__infos{border-bottom:.1rem solid var(--neutral-200);padding-bottom:3rem}}.footer-block__text{color:var(--text)}.footer-block__text a{color:var(--text);text-decoration:none}.footer-block__text a:hover{text-decoration:underline}.footer-block__text .tel{white-space:nowrap}.footer-block__text+.footer-block__text{margin-top:1rem}.footer-block__text--icon{display:flex}.footer-block__text--icon .c-icon{margin-right:.4rem;width:3.2rem;height:3.2rem;fill:var(--text);position:relative;top:-.5rem}.footer-block__text--icon+.footer-block__btn{margin-top:.8rem}.footer-block__title{font-size:1.8rem;font-weight:700;color:var(--blue-800);margin-bottom:1.2rem}.footer-block__btn{margin-top:1.6rem;background-color:var(--blue-800);border-color:var(--blue-800);border-radius:5rem;min-height:3.2rem;color:#fff;font-weight:700;font-size:1.4rem;display:flex;justify-content:center;align-items:center;padding:.5rem 1rem .5rem 2rem;max-width:23rem;width:100%;white-space:nowrap;text-decoration:none}@media only screen and (max-width:768px){.footer-block__btn{width:auto;max-width:23rem;white-space:unset}}.footer-block__btn:focus-visible{--focusOutlineColor:var(--blue-800);outline:2px dotted var(--focusOutlineColor);outline-offset:.2rem}.footer-block__btn .c-icon{width:2rem;height:2rem;fill:#fff;margin-left:auto;flex-shrink:0}@media only screen and (max-width:768px){.footer-block__btn .c-icon{width:1.8rem;height:1.8rem}}.footer-block__btn:hover{background-color:#1e4f8c;color:#fff}.footer__extra{display:flex;justify-content:space-between;align-items:center;padding:2rem 0}@media only screen and (max-width:1024px){.footer__extra{flex-wrap:wrap}}@media only screen and (max-width:768px){.footer__extra{flex-direction:column;gap:2rem 0}}@media only screen and (max-width:1024px){.footer__review{width:100%;text-align:center;margin-bottom:2rem}}@media only screen and (max-width:768px){.footer__review{display:none}}.footer__payment{display:flex;align-items:center;flex-direction:column}@media only screen and (max-width:1024px){.footer__payment{width:50%;align-items:center}}@media only screen and (max-width:768px){.footer__payment{width:auto}}.footer__paymentTitle{font-size:1.4rem;font-weight:700;color:var(--blue-800);text-align:center;margin-right:0;margin-bottom:1.6rem}@media only screen and (max-width:768px){.footer__paymentTitle{font-weight:400}}.footer__paymentList{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.8rem}.footer__paymentListItem{margin:0 .2rem}.footer__paymentListItem img{display:block;max-height:2.8rem;width:auto}.footer__social{display:flex;align-items:center}@media only screen and (max-width:1350px){.footer__social{flex-direction:column}}@media only screen and (max-width:1024px){.footer__social{width:50%}}@media only screen and (max-width:768px){.footer__social{width:auto;order:-1;align-items:center;margin-bottom:2rem}}.footer__socialTitle{font-size:1.4rem;font-weight:700;color:var(--blue-800);margin-right:.4rem;text-align:right}@media only screen and (max-width:1350px){.footer__socialTitle{margin-bottom:1.6rem}}@media only screen and (max-width:768px){.footer__socialTitle{display:none}}.footer__socialList{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:2.4rem}.footer__socialLink{display:flex}.footer__socialLink .c-icon{fill:var(--blue-800);width:2.8rem;height:2.8rem}.footer__socialLink:hover .c-icon{fill:#1e4f8c}.footer__bottom{text-align:center;padding:2.5rem 5rem}@media only screen and (max-width:768px){.footer__bottom{display:flex;align-items:center;padding:1rem 0;margin-left:-1rem;margin-right:-1rem}}.footer__bottomTitle{display:none;font-weight:700;font-size:1rem}@media only screen and (max-width:768px){.footer__bottomTitle{font-weight:400;display:block;margin-right:auto;padding-right:1rem}}.footer__bottomBtn{font-size:1rem;font-weight:400;color:var(--text);position:relative;min-height:3rem;text-transform:none;display:none;justify-content:flex-start;padding:.2rem 2rem .2rem 0;border:none}@media only screen and (max-width:768px){.footer__bottomBtn{display:inline-flex;align-items:center}}.footer__bottomBtn:after{content:"";width:1.2rem;height:1.2rem;background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.646,12.354l8.708,8.707l0.707,-0.707l8,-8l-1.415,-1.415l-7.292,7.293l-7.293,-7.293l-1.415,1.415Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% auto;pointer-events:none;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}@media only screen and (max-width:768px){.footer__bottomBtn[aria-expanded=false]+.footer__bottomList{display:none}}.footer__bottomBtn[aria-expanded=true]:after{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' fill='%23000' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.061,19.646l-8.707,-8.707l-0.708,0.707l-8,8l1.415,1.415l7.293,-7.293l7.292,7.293l1.415,-1.415Z'/%3E%3C/svg%3E")}.footer__bottomWrapper{position:relative}.footer__bottomWrapper+.footer__bottomWrapper{margin-top:1rem}@media only screen and (max-width:768px){.footer__bottomWrapper+.footer__bottomWrapper{margin-top:0;margin-left:1rem}}.footer__bottomList{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center}@media only screen and (max-width:768px){.footer__bottomList{flex-direction:column;align-items:flex-start;position:absolute;z-index:zIndex(overlay);right:-1rem;bottom:3rem;width:18rem;background-color:#fff;border:.1rem solid var(--neutral-200);padding:.5rem 0;box-shadow:shadow(md)}}.footer__bottomListItem{display:inline-flex;align-items:center}@media only screen and (max-width:768px){.footer__bottomListItem{display:block;width:100%}}.footer__bottomListItem:not(:last-child):after{content:" - ";font-size:1.1rem;margin:0 .6rem}@media only screen and (max-width:768px){.footer__bottomListItem:not(:last-child):after{display:none}}.footer__bottomLink{display:block;font-size:1.1rem;color:var(--text);padding:.5rem 0;text-decoration:none}.footer__bottomLink:hover{text-decoration:underline}@media only screen and (max-width:768px){.footer__bottomLink{padding:.5rem 1rem;text-align:left}}:root{--notifHeight:5.6rem}.c-notif{background:var(--yellow-500);padding:0 .8rem}@media only screen and (min-width:768.2px){.c-notif{position:relative;z-index:calc(var(--zindex-fixed) + 1);padding:0 5rem}}.c-notif__slider{max-width:141rem;margin:auto}.c-notif__slider .swiper-wrapper{align-items:stretch}.c-notif__slider .swiper-slide{height:unset}.c-notif__slider .swiper-button-next,.c-notif__slider .swiper-button-prev{top:50%;transform:translateY(-50%);margin-top:0;width:2.4rem;height:2.4rem;color:#000}.c-notif__slider .swiper-button-next:after,.c-notif__slider .swiper-button-prev:after{color:transparent}.c-notif__slider .swiper-button-next:before,.c-notif__slider .swiper-button-prev:before{position:absolute;top:0;left:0;display:block;content:"";background-color:currentColor;width:2.4rem;height:2.4rem;-webkit-mask-size:100%;mask-size:100%}.c-notif__slider .swiper-button-prev{left:0}.c-notif__slider .swiper-button-prev:before{-webkit-mask-image:url(/_next/static/media/chevron-gauche.0105198d.svg);mask-image:url(/_next/static/media/chevron-gauche.0105198d.svg)}.c-notif__slider .swiper-button-next{right:0}.c-notif__slider .swiper-button-next:before{-webkit-mask-image:url(/_next/static/media/chevron-droite.1ed678ac.svg);mask-image:url(/_next/static/media/chevron-droite.1ed678ac.svg)}.c-notif__item{padding:0 4rem;min-height:var(--notifHeight);max-height:var(--notifHeight);text-align:center;background:var(--yellow-500)}.c-notif__item,.c-notif__item>div{height:100%;display:flex;align-items:center}.c-notif__item>div{flex-direction:column;width:100%;justify-content:center}.c-notif__item p{line-height:1.4;text-align:center;width:100%}.c-notif__item a{text-decoration:underline;color:#000}.c-notif__item a:hover{text-decoration:none}.c-notif__item .c-notif__l1{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.c-notif__item .c-notif__l2{font-size:10px}@media only screen and (min-width:768.2px){.c-notif__item .c-notif__l2{font-size:12px}}.c-notif__close{position:absolute;top:0;right:0}@media only screen and (min-width:768.2px){.c-notif__close{top:4px;right:8px}}.flash-banner-placeholder{height:56px}@media(max-width:1024px){.flash-banner-placeholder{height:64px}}.c-header__accessAccount{position:relative}.c-header__accessAccount .c-layer-accessAccount{display:none}.c-header__accessAccount:focus-within .c-header__button--client,.c-header__accessAccount:hover .c-header__button--client{z-index:2;position:relative}.c-header__accessAccount:focus-within .c-layer-accessAccount,.c-header__accessAccount:hover .c-layer-accessAccount{display:flex}@media only screen and (max-width:768px){.c-header__accessAccount:focus-within .c-layer-accessAccount,.c-header__accessAccount:hover .c-layer-accessAccount{display:none}}.c-header__accessAccount:focus-within:before,.c-header__accessAccount:hover:before{pointer-events:none;background-color:rgba(0,0,0,.8);content:"";display:block;position:fixed;width:100vw;height:100vh;left:0;top:0;z-index:-1}@media only screen and (max-width:768px){.c-header__accessAccount:focus-within:before,.c-header__accessAccount:hover:before{display:none}}.c-layer-accessAccount{position:absolute;left:50%;top:6rem;transform:translateX(-50%);background-color:#fff;border-radius:1rem;border:1px solid var(--neutral-200);box-shadow:0 3px 5px -1px rgba(0,0,0,.16);display:flex;flex-direction:column;gap:1.6rem;padding:2rem 1.6rem;text-align:center;color:#000;z-index:1;width:36rem}.c-layer-accessAccount:before{content:"";display:block;top:-7.5rem;height:7.5rem;width:100%;position:absolute}.c-layer-accessAccount:after{content:"";display:block;border:1.2rem solid transparent;border-bottom-color:#fff;margin-left:-1.2rem;top:-2.3rem;left:50%;height:0;width:0;position:absolute;pointer-events:none;filter:drop-shadow(0 -1px 0 #d7d7d7)}@media only screen and (max-width:1280px){.c-layer-accessAccount{left:auto;right:-4.5rem;transform:none;width:calc(100vw - 5.6rem);max-width:36rem}.c-layer-accessAccount:after{right:5.2rem;left:auto}}.c-button--accessAccountPart{--borderColor:#008537}.c-button--accessAccountPro{--borderColor:#296dc1}.c-button--accessAccount{min-height:7.2rem;border:1px solid var(--neutral-200);position:relative;display:flex;align-items:center;justify-content:flex-start;text-align:left;border-radius:.6rem;overflow:hidden;padding:0 2rem 0 2.4rem}.c-button--accessAccount:before{content:"";display:block;width:.6rem;height:100%;position:absolute;top:0;left:0;background-color:var(--borderColor)}.c-button--accessAccount:after{content:"";width:2.4rem;height:2.4rem;background-color:#000;-webkit-mask-image:url(/_next/static/media/fleche-droite.dc33abba.svg);mask-image:url(/_next/static/media/fleche-droite.dc33abba.svg);-webkit-mask-size:100%;mask-size:100%;margin-left:auto;flex-shrink:0}.c-button--accessAccount .c-button__content strong{font-size:1.6rem;font-weight:600}.c-button--accessAccount .c-button__content span{font-size:1.2rem;font-weight:400;color:var(--neutral-600)}.c-button--accessAccount:hover{background-color:var(--neutral-100)}.c-header__proSpace{position:relative}.c-header__proSpace .c-layer-proSpace{display:none}.c-header__proSpace:focus-within .c-header__button--client,.c-header__proSpace:hover .c-header__button--client{z-index:2;position:relative}.c-header__proSpace:focus-within .c-layer-proSpace,.c-header__proSpace:hover .c-layer-proSpace{display:block}.c-header__proSpace:focus-within:before,.c-header__proSpace:hover:before{pointer-events:none;background-color:rgba(0,0,0,.8);content:"";display:block;position:fixed;width:100vw;height:100vh;left:0;top:0;z-index:-1}@media only screen and (max-width:768px){.c-header__proSpace:focus-within:before,.c-header__proSpace:hover:before{display:none}}.c-layer-proSpace{position:absolute;right:-7.3rem;top:6rem;background-color:#fff;border-radius:1rem;box-shadow:0 .3rem .5rem -.1rem rgba(0,0,0,.16);display:block;padding:2rem 1.8rem 2.8rem 2.8rem;text-align:center;color:#000;z-index:var(--zindex-above);border:1px solid var(--neutral-200);text-align:left}.c-layer-proSpace:before{content:"";display:block;top:-7.5rem;height:7.5rem;width:17rem;right:7.5rem;position:absolute}@media only screen and (max-width:1024px){.c-layer-proSpace:before{width:4rem}}.c-layer-proSpace:after{content:"";display:block;border:1.2rem solid transparent;border-bottom-color:#fff;margin-left:-1.2rem;top:-2.3rem;right:7.5rem;height:0;width:0;position:absolute;pointer-events:none;filter:drop-shadow(0 -1px 0 #d7d7d7)}.c-layer-proSpace .c-layer-proSpace__title{font-size:1.6rem;font-weight:700;margin:0 0 1rem;display:flex;align-items:center}.c-layer-proSpace .c-layer-proSpace__content{display:flex;justify-content:space-between;margin:0 0 5rem}.c-layer-proSpace .c-layer-proSpace__products{width:33.4rem;padding:1.6rem 2.8rem 0 0;border-right:1px solid #e6e6e6;margin-right:2.8rem}.c-layer-proSpace .c-layer-proSpace__products .c-layer-proSpace__title{margin:0 0 2.4rem}.c-layer-proSpace .c-layer-proSpace__products ul{display:flex;align-items:center;flex-direction:column;gap:1.6rem}.c-layer-proSpace .c-layer-proSpace__products ul li{font-size:1.2rem;display:block;width:100%}.c-layer-proSpace .c-layer-proSpace__products ul li:nth-child(n+4){display:none}.c-layer-proSpace .c-layer-proSpace__products ul a{display:block;text-decoration:none}.c-layer-proSpace .c-layer-proSpace__products ul a:hover .c-simpleProductCard__name{text-decoration:underline}.c-layer-proSpace .c-layer-proSpace__products ul .c-layer-proSpace__product{display:flex;align-items:center;justify-content:flex-start;gap:0}.c-layer-proSpace .c-layer-proSpace__products ul .c-layer-proSpace__product .c-simpleProductCard__infos{gap:0;flex-direction:column;align-items:flex-start;justify-items:flex-start}.c-layer-proSpace .c-layer-proSpace__products ul .c-layer-proSpace__product .c-simpleProductCard__infos .c-simpleProductCard__name{display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.c-layer-proSpace .c-layer-proSpace__products ul .c-layer-proSpace__product .c-simpleProductCard__infos .c-simpleProductCard__price{margin-top:.8rem;min-width:unset}.c-layer-proSpace .c-layer-proSpace__products ul .c-layer-proSpace__product .c-simpleProductCard__infos div[data-role=priceBox] .price-container{flex-direction:row;gap:.8rem}.c-layer-proSpace .c-layer-proSpace__products ul .c-layer-proSpace__product .c-simpleProductCard__infos div[data-role=priceBox] .price-container span{font-size:1.2rem}.c-layer-proSpace .c-layer-proSpace__products ul .c-layer-proSpace__product .c-simpleProductCard__infos div[data-role=priceBox] .price-container.price-final_price span{font-size:1.2rem;font-weight:700}.c-layer-proSpace .c-layer-proSpace__products ul .c-layer-proSpace__product .c-simpleProductCard__infos div[data-role=priceBox],.c-layer-proSpace .c-layer-proSpace__products ul .c-layer-proSpace__product .c-simpleProductCard__infos div[data-role=priceBox] .special-price-wrapper{display:flex;gap:.8rem;align-items:center}.c-layer-proSpace .c-layer-proSpace__products ul .c-layer-proSpace__product .c-simpleProductCard__infos div[data-role=priceBox] .special-price-wrapper .price-sale-label{font-size:1.2rem;font-weight:600;color:#fff;background-color:var(--promo);padding:0 .6rem;border-radius:10rem;display:inline-flex;align-items:center;min-height:2rem}.c-layer-proSpace .c-layer-proSpace__products ul .c-layer-proSpace__product .c-simpleProductCard__infos div[data-role=priceBox] .special-price-wrapper span[data-price-type=finalPrice]{font-size:1.2rem;font-weight:700;color:var(--promo)}.c-layer-proSpace .c-layer-proSpace__products ul .c-layer-proSpace__product .c-simpleProductCard__infos div[data-role=priceBox] span[data-price-type=oldPrice]{font-size:1.2rem;font-weight:400;color:var(--neutral-700);text-decoration:line-through}.c-layer-proSpace .c-layer-proSpace__products ul .c-layer-proSpace__product .c-simpleProductCard__img{flex-shrink:0;width:5.8rem;margin:0 1.2rem 0 0}.c-layer-proSpace .c-layer-proSpace__nav{padding:1.6rem 0 0;width:18.8rem}.c-layer-proSpace .c-layer-proSpace__nav ul{margin-left:-.8rem}.c-layer-proSpace .c-layer-proSpace__nav ul li a{font-weight:400;font-size:1.4rem;display:flex;justify-content:space-between;min-height:3rem;padding:.8rem;color:#000}.c-layer-proSpace .c-layer-proSpace__nav ul li a.disconnect{margin-top:3.6rem;text-decoration:none;color:var(--neutral-700)}.c-layer-proSpace .c-layer-proSpace__nav ul li a:hover{background-color:var(--neutral-100);border-radius:.6rem}.c-layer-proSpace .c-layer-proSpace__nav ul li+li{margin-top:.4rem}@media only screen and (max-width:768px){.c-layer-proSpace{display:none!important}}.c-header__proSpace .c-header__button--client .c-header__buttonText{max-width:16.4rem;display:block}.c-header__proSpace .c-header__button--client .c-header__buttonText span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-simpleProductCard{display:flex;align-items:center;gap:2.4rem}.c-simpleProductCard__img img{max-width:10.4rem;height:auto}@media only screen and (max-width:576px){.c-simpleProductCard__img img{max-width:6.4rem}}.c-simpleProductCard__infos{display:flex;align-items:center;gap:4rem}@media only screen and (max-width:768px){.c-simpleProductCard__infos{flex-wrap:wrap;gap:1.2rem}.c-simpleProductCard__titleWrapper{width:100%}}.c-simpleProductCard__name{font-size:1.4rem}@media only screen and (max-width:768px){.c-simpleProductCard__name{width:100%}}.c-simpleProductCard__desc{font-weight:700;font-size:1.4rem;margin-top:.6rem}@media only screen and (max-width:768px){.c-simpleProductCard__desc{margin-top:0;max-width:calc(100% - 12.4rem);width:100%}}@media only screen and (max-width:400px){.c-simpleProductCard__desc{max-width:none}}@media only screen and (max-width:768px){.c-simpleProductCard__qty{--inputSpinnerHeight:3.2rem;--inputSpinnerWidth:10rem;padding:0}.c-simpleProductCard__qty .c-inputSpinner__input{font-size:1.4rem;max-width:3.4rem}}.c-simpleProductCard__qty:not(.c-inputSpinner){font-size:1.4rem;font-weight:400;min-width:10rem;text-align:center}@media only screen and (max-width:768px){.c-simpleProductCard__qty:not(.c-inputSpinner){min-width:0;text-align:left}}.c-simpleProductCard__price{min-width:10rem;text-align:right;font-size:1.4rem;font-weight:700}@media only screen and (max-width:768px){.c-simpleProductCard__price{margin-left:auto}}@media only screen and (max-width:768px){.c-simpleProductCard__infos:not(:has(.c-simpleProductCard__desc)) .c-simpleProductCard__price{width:100%}}.c-simpleProductCard--addToCart{width:100%;padding:2.8rem 0;border-bottom:1px solid var(--neutral-200)}@media only screen and (max-width:768px){.c-simpleProductCard--addToCart{align-items:flex-start;padding:1.6rem 0}}.c-simpleProductCard--addToCart .c-simpleProductCard__infos{position:relative;flex-grow:1;justify-content:space-between}.c-simpleProductCard--addToCart .c-simpleProductCard__infos .c-button{padding-left:.6rem;padding-right:.6rem;font-size:1.3rem;font-weight:600;flex-shrink:0}@media only screen and (max-width:768px){.c-simpleProductCard--addToCart .c-simpleProductCard__infos{justify-content:flex-start;align-items:flex-start;flex-direction:column}}.c-simpleProductCard--addToCart .c-simpleProductCard__actionContent{position:relative;text-align:right;flex-shrink:0}@media only screen and (max-width:768px){.c-simpleProductCard--addToCart .c-simpleProductCard__actionContent{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}}.c-simpleProductCard--addToCart .c-simpleProductCard__stock{font-size:1.3rem}@media only screen and (min-width:768.2px){.c-simpleProductCard--addToCart .c-simpleProductCard__stock{min-width:18rem;position:absolute;top:-1rem;right:0;transform:translateY(-100%)}}.c-simpleProductCard--card{border:1px solid var(--neutral-200);padding:1.6rem .8rem;flex-direction:column;width:14rem;border-radius:.8rem;gap:.8rem}.c-simpleProductCard--card .c-simpleProductCard__infos{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.c-simpleProductCard--card-horizontal{border:1px solid var(--neutral-200);padding:2.4rem;border-radius:.8rem}.c-simpleProductCard--card-vertical{border:1px solid var(--neutral-200);padding:2rem;border-radius:.5rem;flex-direction:column}@media only screen and (max-width:768px){.c-simpleProductCard--card-vertical{padding:1.2rem;flex-direction:row;position:relative}}.c-simpleProductCard--card-vertical .c-simpleProductCard__img{width:100%;display:flex;justify-content:center}.c-simpleProductCard--card-vertical .c-simpleProductCard__img img{width:100%;max-width:22rem}@media only screen and (max-width:768px){.c-simpleProductCard--card-vertical .c-simpleProductCard__img{position:absolute;left:0;top:0;display:block}.c-simpleProductCard--card-vertical .c-simpleProductCard__img img{max-width:12rem}}.c-simpleProductCard--card-vertical .c-simpleProductCard__infos{flex-direction:column;align-items:flex-start;gap:1.6rem;width:100%}.c-simpleProductCard--card-vertical .c-simpleProductCard__titleWrapper{min-height:5rem}@media only screen and (max-width:768px){.c-simpleProductCard--card-vertical .c-simpleProductCard__titleWrapper{min-height:0;padding-left:13.2rem}}.c-simpleProductCard--card-vertical .c-simpleProductCard__name{font-weight:600;font-size:1.8rem;line-height:1.3}.c-simpleProductCard--card-vertical .c-simpleProductCard__price{font-size:2.4rem;margin-bottom:3.2rem}@media only screen and (max-width:768px){.c-simpleProductCard--card-vertical .c-simpleProductCard__price{text-align:left;padding-left:13.2rem}}.c-simpleProductCard--card-vertical .c-simpleProductCard__price .c-price__currency{font-size:1.4rem;font-weight:600}.store-details-popup-is-open .c-menu{position:relative}.store-details-popup-is-open .c-menu:before{content:"";background-color:rgba(0,0,0,.75);position:absolute;top:0;right:0;bottom:-1px;left:0;z-index:var(--zindex-absolute)}.c-header__shopContainer{z-index:var(--zindex-fixed)}@media only screen and (max-width:768px){.c-header__shopContainer{border-radius:0;left:auto!important;top:0!important;right:0!important;bottom:0!important;transform:none!important;width:100%;max-width:37.5rem;height:100%;display:none}}.c-header__shop{--layerShopOffsetTop:16rem;position:relative;display:flex;flex-direction:column;width:36rem;background-color:transparent;padding:0!important;max-height:calc(100vh - var(--layerShopOffsetTop));border-radius:.5rem;border:1px solid #d7d7d7;box-shadow:0 3px 5px -1px rgba(0,0,0,.16)}@media only screen and (max-width:1024px){.c-header__shop{--layerShopOffsetTop:18rem}}.c-header__shop:after{content:"";display:block;border:12px solid transparent;border-bottom-color:#fff;margin-left:-12px;top:-23px;left:50%;height:0;width:0;position:absolute;pointer-events:none;filter:drop-shadow(0 -1px 0 #d7d7d7)}@media only screen and (max-width:768px){.c-header__shop:after{display:none}.c-header__shop{border-radius:0;width:100%;height:100%;max-height:none}}.c-header__shopContent{position:relative;background-color:#fff;border-radius:.5rem;display:flex;flex-direction:column;max-height:100%;overflow:hidden}@media only screen and (max-width:768px){.c-header__shopContent{border-radius:0;height:100%}}.c-header__shopInfo{padding:4rem 4rem 2.4rem;overflow-y:auto}.c-header__shopName{font-weight:700;font-size:1.8rem;color:var(--blue-800);margin-bottom:.8rem;text-align:left}@media only screen and (max-width:1024px){.c-header__shopName{font-size:2rem}}.c-header__shopAddress{font-style:normal;font-size:1.4rem;margin-bottom:1.6rem;text-align:left}.c-header__shopOpening{font-size:1.4rem}.c-header__shopOpening p{display:flex;justify-content:space-between;line-height:1.4}.c-header__shopActions{text-align:center;padding:0 4rem 2.4rem;border-radius:0 0 .5rem .5rem}.c-header__shopClose{position:absolute;top:.8rem;right:.8rem}@media only screen and (max-width:768px){.c-header__shopClose{top:1.8rem}}.c-header__shop--mini{height:100%;max-height:100%}.c-header__shop--mini .c-header__shopContent{text-align:center;padding:4rem 4rem 2.4rem}.c-layer-shop__content{background-color:#fff;border-radius:.5rem;display:flex;flex-direction:column;max-height:100%}@media only screen and (max-width:768px){.c-layer-shop__content{border-radius:0;height:100%}}.c-layer-shop__content .icon-wrapper{display:none;margin:0 0 1.8rem}@media only screen and (max-width:768px){.c-layer-shop__content .icon-wrapper{display:block}}.c-layer-shop__content .icon-wrapper .c-icon{width:3.2rem;height:3.2rem;color:var(--blue-800)}.c-layer-shop__content .shop-services,.c-layer-shop__content .your-shop{display:none}.c-layer-shop__content .shop-information{padding:4rem 4rem 0;color:#000;overflow-y:auto;line-height:1.4;font-size:1.4rem}@media only screen and (max-width:1024px){.c-layer-shop__content .shop-information{font-size:1.6rem}}@media only screen and (max-width:768px){.c-layer-shop__content .shop-information{padding:2rem 1.6rem;border-radius:0}}.c-layer-shop__content .shop-information .shop-information-primary__wrapper{display:flex;align-items:start}.c-layer-shop__content .shop-information .shop-information-primary__wrapper img{display:none}.c-layer-shop__content .shop-information .primary{vertical-align:top;line-height:1.5}.c-layer-shop__content .shop-information .name{font-weight:700;font-size:1.8rem;color:var(--blue-800);margin-bottom:.8rem}@media only screen and (max-width:1024px){.c-layer-shop__content .shop-information .name{font-size:2rem}}.c-layer-shop__content .shop-information .openingTime{margin:0 0 1.3rem;font-size:1.4rem;color:#000;display:flex;align-items:center}@media only screen and (max-width:1024px){.c-layer-shop__content .shop-information .openingTime{font-size:1.6rem}}.c-layer-shop__content .shop-information .openingTime:before{content:"";width:.8rem;height:.8rem;display:block;background-color:var(--success-500);margin:0 .6rem 0 0;border-radius:.8rem}.c-layer-shop__content .shop-information .openingTime.closed:before{background-color:var(--alert-500)}.c-layer-shop__content .shop-information .shop-information__phone{color:#000;display:flex;align-items:center}.c-layer-shop__content .shop-information .shop-information__phone .icon{display:none}.c-layer-shop__content .hours-opening{padding:1.6rem 0}.c-layer-shop__content .hours-opening .day--today{font-weight:700}.c-layer-shop__content .hours-opening .day{display:flex;width:100%;margin-bottom:.5em;font-size:1.4rem}.c-layer-shop__content .hours-opening .day .hours{flex:1 1;text-align:right}.c-layer-shop__content .actions__link{display:flex;flex-direction:column-reverse;gap:1.6rem;align-items:center;background-color:#fff;border-radius:0 0 .5rem .5rem;padding:2.4rem 4rem;overflow:hidden;text-align:center;flex-shrink:0;border-top:.1rem solid #f4f4f4;width:100%}@media only screen and (max-width:768px){.c-layer-shop__content .actions__link{padding:2.4rem 1.6rem;border-radius:0;flex-shrink:0;box-shadow:none}}.c-layer-shop__content .actions__link .c-button{width:100%}.c-layer-shop__content .actions__link .button--phone{display:none}:root{--layerTop:calc(var(--headerHeight) + var(--menuHeight))}:root body:has(.c-notif){--layerTop:calc(var(--headerHeight) + var(--menuHeight) + var(--notifHeight))}.c-header__storeDetails{position:relative;margin-left:auto;margin-right:2.8rem}.c-header__storeDetails .c-layer-storeDetails{display:none}@media only screen and (min-width:768.2px){.c-header__storeDetails:focus-within .c-button--storeDetails,.c-header__storeDetails:hover .c-button--storeDetails{position:relative;z-index:2}.c-header__storeDetails:focus-within .c-layer-storeDetails,.c-header__storeDetails:hover .c-layer-storeDetails{display:flex}.c-header__storeDetails:focus-within:before,.c-header__storeDetails:hover:before{pointer-events:none;background-color:rgba(0,0,0,.8);content:"";display:block;position:fixed;width:100vw;height:100vh;left:0;top:0;z-index:-1}}@media only screen and (max-width:768px){.c-header__storeDetails{order:4}.c-header__storeDetails.open{z-index:calc(var(--zindex-absolute) + 1)}.c-header__storeDetails.open:before{pointer-events:none;background-color:rgba(0,0,0,.8);content:"";display:block;position:fixed;width:100vw;height:100vh;left:0;top:0;z-index:2}.c-header__storeDetails.open .c-layer-storeDetails{display:flex}}.c-layer-storeDetails{position:absolute;left:50%;top:6rem;transform:translateX(-50%);background-color:#fff;border-radius:1rem;box-shadow:0 3px 5px -1px rgba(0,0,0,.16);border:1px solid var(--neutral-200);display:flex;flex-direction:column;text-align:center;color:#000;z-index:var(--zindex-above);width:36rem}.c-layer-storeDetails:before{content:"";display:block;top:-2rem;height:2rem;width:100%;position:absolute}.c-layer-storeDetails:after{content:"";display:block;border:1.2rem solid transparent;border-bottom-color:#fff;margin-left:-1.2rem;top:-2.3rem;left:50%;height:0;width:0;position:absolute;pointer-events:none;filter:drop-shadow(0 -1px 0 #d7d7d7)}body.menu-is-open .c-layer-storeDetails{z-index:var(--zindex-fixed)}@media only screen and (max-width:768px){.c-layer-storeDetails{border-radius:0;left:auto!important;top:0!important;right:0!important;bottom:0!important;width:100%;max-width:37.5rem;height:100%;display:flex;flex-direction:column;overflow:auto;position:fixed;border:none;padding:0;max-height:100%;z-index:100;transform:none}}.c-header__storeDetailsContent{display:flex;flex-direction:column;max-height:100%}@media only screen and (min-width:768.2px){.c-header__storeDetailsContent .c-header__shopClose{display:none}}.c-storeSearchForm__formWrapper{display:flex;align-items:center;gap:1.2rem}.c-storeSearchForm__positionButton{flex-shrink:0}.c-storeSearchForm__positionButton.c-button[class*=c-icon-]:not([class*=c-button--icon-]){border-radius:.8rem}.c-storeSearchForm__form{position:relative;width:100%}.c-input.c-storeSearchForm__formInput{--inputHeight:4.8rem;padding-right:5rem}.c-input.c-storeSearchForm__formInput::-webkit-search-cancel-button{-webkit-appearance:none;position:relative;right:0;height:1.6rem;width:1.6rem;background:url(/_next/static/media/fermer.251a09af.svg) no-repeat;background-size:contain}.c-button.c-storeSearchForm__formSearch{position:absolute;top:50%;right:.8rem;transform:translateY(-50%)}.c-storeSearchForm__storeListItem:not(:last-child){margin-bottom:2.4rem}.c-storeCard{border:1px solid var(--neutral-300);padding:2.4rem 2.4rem 2.4rem 1.6rem;border-radius:.6rem;display:flex;gap:1.6rem;cursor:pointer}@media(hover:hover)and (pointer:fine){.c-storeCard:hover{background-color:var(--neutral-100)}}.c-storeCard:has(input:checked){border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary)}.c-storeCard:has(input[disabled]){cursor:default;border-color:var(--neutral-200);background-color:var(--neutral-100)}.c-storeCard__address{font-size:1.4rem}.c-storeCard__availabilityWrapper{margin-bottom:1.6rem}.c-storeCard__stock{font-size:1.4rem}.c-storeCard__km{font-size:1.4rem;min-width:7rem;text-align:right;margin-left:auto}.c-availability-notification{--availabilityColor:var(--orange-tempo);color:#000;font-size:1.4rem;line-height:1.2;position:relative;padding-left:2.6rem}.c-availability-notification[class*=c-icon]{padding-left:2.6rem}.c-availability-notification span{vertical-align:middle}.c-availability-notification:not(.c-icon):before{content:"";position:absolute;left:.4rem;top:.5rem;display:block;width:1rem;height:1rem;border-radius:1rem;background-color:var(--availabilityColor);flex-shrink:0}.c-availability-notification.c-icon:before{content:"";position:absolute;left:.1rem;top:.2rem}.c-availability-notification .c-tooltip{display:inline-block;margin-left:.8rem}.c-availability--available{--availabilityColor:var(--available);color:var(--availabilityColor);font-weight:600}.c-availability--unavailable{--availabilityColor:var(--unavailable);color:var(--availabilityColor)}.c-tooltip{position:relative;display:inline-flex;--tipWidth:36rem}.c-tooltip__button{display:inline-flex;cursor:pointer}.react-tooltip.c-tooltip__content{--borderWidth:1.2rem;box-shadow:0 .4rem .4rem rgba(0,0,0,.15);z-index:var(--zindex-fixed);background-color:#fff;opacity:1;border:.1rem solid var(--neutral-300);padding:1.6rem 2rem 1.8rem;width:var(--tipWidth);border-radius:.5rem;color:#000;font-size:1.4rem;font-weight:400;text-align:center}.react-tooltip.c-tooltip__content .react-tooltip-arrow:after,.react-tooltip.c-tooltip__content .react-tooltip-arrow:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%}.react-tooltip.c-tooltip__content .react-tooltip-arrow:before{z-index:1;background-color:#fff}.react-tooltip.c-tooltip__content .react-tooltip-arrow:after{top:1px;left:1px;background-color:var(--neutral-300);z-index:0}.c-tooltip--sm{--tipWidth:20rem}.react-tooltip.c-tooltip--md{--tipWidth:32rem}.c-availabilityItem{padding:1.6rem;border:1px solid var(--neutral-200);border-radius:8px;position:relative}.c-availabilityItem__header{display:flex;align-items:center;gap:1.6rem;padding-left:3.2rem;position:relative}.c-availabilityItem__icon{--iconSize:2rem;flex-shrink:0;position:absolute;left:0}.c-availabilityItem__title{font-size:1.4rem;font-weight:700}.c-availabilityItem__title .c-tooltip{display:inline-block;vertical-align:middle;margin-left:.8rem}.c-availabilityItem__price{font-size:1.1rem;margin-left:auto;flex-shrink:0}.c-availabilityItem__button{position:absolute;bottom:1.2rem;right:1.6rem}body.ReactModal__Body--open{overflow:hidden}.c-modal__overlay{background:rgba(0,0,0,.6);z-index:var(--zindex-popin);position:fixed;top:0;right:0;bottom:0;left:0}@media only screen and (min-width:768.2px){.c-modal__overlay{overflow-y:auto;overscroll-behavior:contain}}@media only screen and (max-width:768px){.c-modal__overlay{display:flex;align-items:flex-end}}.c-modal__overlay--secondLevel{background:transparent}.c-modal{--modalMaxWidth:auto;--modalWidth:auto;display:flex;justify-content:center;pointer-events:none}.c-modal:focus-visible{outline:none}@media only screen and (max-width:1024px){.c-modal{--modalPadding:1.6rem}}@media only screen and (max-width:768px){.c-modal{width:100%;max-height:100%}}.c-modal__wrapper{pointer-events:auto;background-color:#fff;border-radius:1.6rem;margin:10vh auto 4rem;width:var(--modalWidth)}@media only screen and (min-width:768.2px){.c-modal__wrapper{max-width:var(--modalMaxWidth)}}@media only screen and (max-width:768px){.c-modal__wrapper{overflow-y:auto;overscroll-behavior:contain;margin:4rem 0 0;border-radius:1.6rem 1.6rem 0 0}}.c-modal__header{position:relative;padding:1.6rem 2.4rem;min-height:9.6rem;margin-bottom:1.6rem;display:flex;align-items:center;gap:1.6rem;border-bottom:1px solid var(--neutral-200)}@media only screen and (max-width:768px){.c-modal__header{min-height:8rem}}.c-modal__title{font-size:2rem;font-weight:700}.c-modal__close{--iconSize:3.2rem;margin-left:auto}.c-modal__footer-sticky{border-top:1px solid var(--neutral-200);box-shadow:0 -10px 22px 0 rgba(0,0,0,.03);position:-webkit-sticky;position:sticky;bottom:0;margin-bottom:0;border-radius:0 0 1.6rem 1.6rem;z-index:var(--zindex-fixed);background-color:#fff;padding:2.4rem}@media only screen and (max-width:768px){.c-modal__footer-sticky{padding:1.6rem}}.c-modal__header-sticky{position:-webkit-sticky;position:sticky;top:0;margin-bottom:0;z-index:var(--zindex-fixed);background-color:#fff;border-radius:1.6rem 1.6rem 0 0}.c-modal--xs{--modalMaxWidth:48rem;--modalWidth:100%}.c-modal--xs.c-modal--sidebar{--modalMaxWidth:48rem}.c-modal--sm{--modalMaxWidth:68rem;--modalWidth:100%}.c-modal--sm.c-modal--sidebar{--modalMaxWidth:60rem}.c-modal--md{--modalMaxWidth:102.4rem;--modalWidth:100%}.c-modal--md.c-modal--sidebar{--modalMaxWidth:73.6rem}.c-modal--lg{--modalMaxWidth:128rem;--modalWidth:100%}.c-modal--lg.c-modal--sidebar{--modalMaxWidth:88rem}.c-modal--fullscreen{--modalMaxWidth:100%;--modalWidth:100%;height:100%}@media only screen and (min-width:768.2px){.c-modal--fullscreen .c-modal__wrapper{overflow-y:auto;margin:4.8rem}}@media only screen and (min-width:768.2px)and (max-width:768px){.c-modal--fullscreen .c-modal__wrapper{border-radius:0;margin:0}}.c-modal--noHeader{position:relative}.c-modal--noHeader .c-modal__header{padding:0;min-height:unset;border:none;margin-bottom:0}.c-modal--noHeader .c-modal__close{position:absolute;top:1.6rem;right:1.6rem;z-index:var(--zindex-absolute)}@media only screen and (max-width:1024px){.c-modal--noHeader .c-modal__close{top:1rem;right:1rem}}.c-modal--noHeader .c-modal__title{clip:rect(0 0 0 0);clip:path(inset 100%);height:1px;width:1px;overflow:hidden;position:absolute;white-space:nowrap}.c-modal--noHeader .c-modal__content{padding-top:2.4rem;padding-bottom:2.4rem}@media only screen and (max-width:1024px){.c-modal--noHeader .c-modal__content{padding-top:1.6rem;padding-bottom:1.6rem}}.c-modal--modalBack.c-modal--noHeader .c-modal__back{position:absolute;top:1.6rem;left:2.4rem;z-index:var(--zindex-absolute)}@media only screen and (max-width:1024px){.c-modal--modalBack.c-modal--noHeader .c-modal__back{top:1rem;left:1rem}}@media only screen and (min-width:768.2px){.c-modal--sidebar{height:100%}.c-modal--sidebar .c-modal__wrapper{position:absolute;top:0;right:0;margin:0;display:flex;flex-direction:column;border-radius:0;min-height:100%}}.c-modal--sidebar .c-modal__content{flex-grow:1}@media only screen and (max-width:768px){.c-modal--sidebar .c-modal__content{flex-grow:0}}.c-modal--sidebar.c-modal--modalBack .c-modal__header,.c-modal--sidebar.c-modal--noHeader .c-modal__header{border-bottom:none}.c-modal__overlay.isAnimated{--modalAnimationTiming:300ms;background:transparent;transition:var(--modalAnimationTiming) ease-in-out}.c-modal__overlay.isAnimated.ReactModal__Overlay--after-open{background:rgba(0,0,0,.6)}.c-modal__overlay.isAnimated.ReactModal__Overlay--before-close{background:transparent}.c-modal__overlay.isAnimated.c-modal__overlay--secondLevel{background:transparent!important}.isAnimated .c-modal .c-modal__wrapper{transition:var(--modalAnimationTiming) cubic-bezier(0,0,.1,1)}@media only screen and (min-width:768.2px){.isAnimated .c-modal:not(.c-modal--sidebar){opacity:0}.isAnimated .c-modal:not(.c-modal--sidebar).ReactModal__Content--after-open{opacity:1}.isAnimated .c-modal:not(.c-modal--sidebar).ReactModal__Content--before-close{opacity:0}.isAnimated .c-modal.c-modal--sidebar .c-modal__wrapper{transform:translateX(100%)}.isAnimated .c-modal.c-modal--sidebar.ReactModal__Content--after-open .c-modal__wrapper{transform:translateX(0)}.isAnimated .c-modal.c-modal--sidebar.ReactModal__Content--before-close .c-modal__wrapper{transform:translateX(100%)}}@media only screen and (max-width:768px){.isAnimated .c-modal .c-modal__wrapper{transform:translateY(100%)}.isAnimated .c-modal.ReactModal__Content--after-open .c-modal__wrapper{transform:translateY(0)}.isAnimated .c-modal.ReactModal__Content--before-close .c-modal__wrapper{transform:translateY(100%)}}.c-divider{--dividerHeight:1px;--dividerWidth:auto;--dividerColor:var(--neutral-600);margin:0;border:none;height:var(--dividerHeight);width:var(--dividerWidth);background-color:var(--dividerColor)}.c-divider--neutral-100{--dividerColor:var(--neutral-100)}.c-divider--neutral-200{--dividerColor:var(--neutral-200)}.c-divider--neutral-300{--dividerColor:var(--neutral-300)}.c-divider--neutral-500{--dividerColor:var(--neutral-500)}.c-divider--blue-100{--dividerColor:var(--blue-100)}.c-divider--thickness-6{--dividerHeight:0.6rem}.c-divider--sm{--dividerWidth:15rem}.c-divider--sm.c-divider--vertical{--dividerHeight:15rem;--dividerWidth:1px}.c-divider--vertical{--dividerHeight:auto;--dividerWidth:1px;align-self:stretch}.c-tag{--tagBgColor:var(--neutral-200);--tagColor:#000;--tagBorderColor:transparent;--tagHeight:3.2rem;--tagIconMargin:0.4rem;--tagFontSize:1.5rem;--tagtagIconSize:2rem;box-shadow:inset 0 0 0 1px var(--tagBorderColor);border-radius:9.9rem;color:var(--tagColor);font-size:var(--tagFontSize);font-weight:600;background-color:var(--tagBgColor);padding:.6rem 1.2rem;min-height:var(--tagHeight);display:inline-flex;align-items:center}.c-tag--xs{--tagFontSize:1.2rem;--tagHeight:2rem;--tagIconSize:1.6rem;--tagIconDismissSize:1.6rem;padding:0 .8rem}.c-tag--sm{--tagFontSize:1.3rem;--tagHeight:2.4rem;--tagIconSize:1.6rem;--tagIconDismissSize:1.6rem;padding:.2rem .8rem}.c-tag--md{--tagHeight:3.2rem;--tagIconSize:2rem;--tagIconDismissSize:2.2rem}.c-tag--lg{--tagHeight:4rem;--tagIconSize:2.4rem;--tagIconDismissSize:2.4rem}.c-tag.c-icon--left{padding-left:.8rem}.c-tag.c-icon--left:before{margin-right:var(--tagIconMargin)}.c-tag.c-icon--right{padding-right:.8rem}.c-tag.c-icon--right:after{margin-left:var(--tagIconMargin)}.c-tag--secondary{--tagBgColor:var(--secondary);--tagColor:#fff}.c-tag--orange-tempo{--tagBgColor:var(--orange-tempo);--tagColor:#000}.c-tag--promo{--tagBgColor:var(--promo);--tagColor:#fff;font-weight:700}.c-tag--mea{--tagBgColor:var(--yellow-500)}.c-tag--brand{--tagBgColor:#000;--tagColor:#fff}.c-tag--seconde-vie{--tagBgColor:var(--seconde-vie)}.c-tag--beta{--tagBgColor:var(--blue-800);--tagColor:#fff;--tagFontSize:1.6rem;--tagIconSize:1.8rem;font-weight:600}.c-tag--prix-mini{--tagBgColor:#ffff01;--tagColor:#000;text-transform:uppercase;font-weight:700}.c-tag--blue-600{--tagBgColor:var(--blue-600);--tagBorderColor:var(--blue-600);--tagColor:#fff;font-weight:700}.c-tag--blue-200{--tagBgColor:var(--blue-200);--tagBorderColor:var(--blue-200);--tagColor:var(--blue-800)}.c-tag--blue-800-outline{--tagBgColor:#fff;--tagBorderColor:var(--blue-800);--tagColor:var(--blue-800);font-weight:700}.c-tag--green-700{--tagBgColor:var(--green-700);--tagColor:#fff;--tagFontSize:1.4rem;--tagIconSize:1.8rem}@media(hover:hover)and (pointer:fine){.c-tag--green-700.c-tag--closable:hover:not([disabled]){--tagBgColor:var(--green-850)}}.c-tag--green-700.c-tag--closable:before{background-color:transparent}.c-tag--closable{--tagIconDismissSize:1.6rem;padding-right:.4rem;position:relative;justify-content:space-between}@media(hover:hover)and (pointer:fine){.c-tag--closable:hover:not([disabled]){color:var(--tagColor)}.c-tag--closable:hover:not([disabled]):before{opacity:1}}.c-tag--closable .c-button__content{flex-grow:1;position:relative;padding-right:.8rem;margin-right:.4rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-tag--closable .c-button__content:after{right:0;display:inline-block;width:1px;background-color:rgb(from var(--tagColor) r g b/30%)}.c-tag--closable .c-button__content:after,.c-tag--closable:before{content:"";position:absolute;top:50%;transform:translateY(-50%);height:var(--tagIconDismissSize)}.c-tag--closable:before{right:.4rem;background-color:#fff;opacity:0}.c-tag--closable:after,.c-tag--closable:before{flex-shrink:0;width:var(--tagIconDismissSize);border-radius:var(--tagIconDismissSize)}.c-tag--closable:after{content:"";color:currentColor;display:inline-flex;align-items:center;justify-content:center;height:var(--tagIconDismissSize);background-color:var(--tagColor);-webkit-mask-image:url(/_next/static/media/fermer.251a09af.svg);mask-image:url(/_next/static/media/fermer.251a09af.svg);-webkit-mask-size:100%;mask-size:100%}@media only screen and (max-width:768px){.c-modal--storeSearch{height:100%}}.c-header__content{--headerContentHeight:9.6rem;display:flex;align-items:center;justify-content:space-between;height:var(--headerContentHeight);padding:1rem 3.2rem 1rem 3.8rem;background-color:#fff}@media only screen and (max-width:768px){.c-header__content{--headerContentHeight:18.4rem;flex-wrap:wrap;height:18.4rem;padding:1.4rem 1.6rem 0}.fixedHeader .c-header__content{flex-wrap:nowrap;height:7.6rem;padding:0 1.6rem}}.c-header__content.c-header__content--pro{background-color:var(--blue-900)}.c-header__logo{margin-right:4rem}@media only screen and (max-width:900px){.c-header__logo{width:11.4rem;height:5.5rem}}@media only screen and (max-width:768px){.c-header__logo{width:10rem;height:4.8rem;margin-right:0}}@media only screen and (max-width:400px){.c-header__logo{width:8rem;height:4rem}}.c-header__logo img{max-height:100%}@media only screen and (max-width:768px){.fixedHeader .c-header__logo{display:none}}.c-header__buttonWrapper{display:flex;align-items:center;gap:.8rem;margin-left:.8rem}@media only screen and (max-width:768px){.c-header__buttonWrapper{margin-left:auto}}@media only screen and (max-width:576px){.c-header__buttonWrapper{gap:.4rem}}.c-header__button{color:#000;padding:4px 8px;border-radius:5px;border:none;line-height:1.3;text-decoration:none;display:inline-flex;align-items:center}.c-header__button:before{--iconSize:3.2rem;content:"";margin-right:.8rem;color:#000}@media(hover:hover)and (pointer:fine){.c-header__button:hover:not(:disabled){background-color:var(--neutral-100);text-decoration:none;color:#000}}.c-header__button .c-header__buttonText{font-size:1.3rem;font-weight:400;text-align:left}@media only screen and (max-width:1280px){.c-header__button:not(.c-buttonMagasin){width:4rem;height:4rem;padding:0;justify-content:center}.c-header__button:not(.c-buttonMagasin):before{margin-right:0}.c-header__button:not(.c-buttonMagasin) .c-header__buttonText{clip:rect(0 0 0 0);clip:path(inset 100%);height:1px;width:1px;overflow:hidden;position:absolute;white-space:nowrap}}.c-header__content--pro .c-header__button{color:#fff}.c-header__content--pro .c-header__button:before{background-color:#fff}.c-header__content--pro .c-header__button.c-header__button--cart .c-header__buttonCounter{box-shadow:0 0 0 2px var(--blue-900)}@media(hover:hover)and (pointer:fine){.c-header__content--pro .c-header__button:active:not(:disabled),.c-header__content--pro .c-header__button:focus:not(:disabled),.c-header__content--pro .c-header__button:hover:not(:disabled){background-color:var(--blue-800);color:#fff}.c-header__content--pro .c-header__button:active:not(:disabled) .c-button__text,.c-header__content--pro .c-header__button:focus:not(:disabled) .c-button__text,.c-header__content--pro .c-header__button:hover:not(:disabled) .c-button__text{color:#fff}}@media only screen and (min-width:768.2px){.c-header__content--pro .c-header__button .c-buttonMagasin__name,.c-header__content--pro .c-header__button .c-buttonMagasin__openingTime{color:currentColor}}@media only screen and (max-width:768px){.c-header__content--pro .c-header__button.c-buttonMagasin{color:#000}.c-header__content--pro .c-header__button.c-buttonMagasin:before{background-color:var(--blue-800)}.c-header__content--pro .c-header__button.c-buttonMagasin:hover{background-color:var(--neutral-100)}.fixedHeader .c-header__button--client,.fixedHeader .c-header__button--faq{display:none}}.c-header__buttonCounter{box-shadow:0 0 0 2px #fff;position:absolute;min-width:2rem;height:2rem;background:var(--green-600);border-radius:2rem;padding:0 .5rem;font-size:1.1rem;color:#fff;text-align:center;line-height:2rem;top:-.2rem;left:2.8rem}@media only screen and (max-width:768px){.c-buttonMagasin .c-header__buttonText{width:calc(100% - 4rem)}}@media only screen and (min-width:768.2px)and (max-width:1024px){.c-buttonMagasin{width:4rem;height:4rem;padding:0;justify-content:center}.c-buttonMagasin:before{margin-right:0}.c-buttonMagasin .c-header__buttonText{clip:rect(0 0 0 0);clip:path(inset 100%);height:1px;width:1px;overflow:hidden;position:absolute;white-space:nowrap}}@media only screen and (max-width:768px){.c-buttonMagasin{margin:1.2rem -1.6rem 0;padding:0 1.6rem;border-radius:0;width:100vw;max-width:none;height:4rem;order:4;background-color:var(--neutral-100);font-size:1.2rem}.c-buttonMagasin:before{--iconSize:2.4rem;color:#000}.fixedHeader .c-buttonMagasin{display:none}}.c-buttonMagasin--selected{display:inline-flex}@media only screen and (min-width:1024.2px){.c-buttonMagasin--selected .c-header__buttonText{max-width:16rem;display:flex;flex-direction:column}}.c-buttonMagasin__name{font-size:1.2rem;font-weight:700;margin-bottom:.2rem;color:var(--blue-800);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media only screen and (max-width:768px){.c-buttonMagasin__name{color:#000;position:relative;display:block;padding-right:3rem;margin-bottom:0}.c-buttonMagasin__name:after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:0;background-color:currentColor;width:2.4rem;height:2.4rem;-webkit-mask-image:url(/_next/static/media/chevron-droite.1ed678ac.svg);mask-image:url(/_next/static/media/chevron-droite.1ed678ac.svg);-webkit-mask-size:100%;mask-size:100%;pointer-events:none;display:inline-block;vertical-align:calc((.75em - var(--iconSize))*.5);flex-shrink:0}}.c-buttonMagasin__name span{display:none;font-weight:400}@media only screen and (max-width:768px){.c-buttonMagasin__name span{display:inline-block}}.c-buttonMagasin__openingTime{color:#000;display:flex;align-items:center;font-size:1.3rem}@media only screen and (max-width:768px){.c-buttonMagasin__openingTime{display:none}}.c-buttonMagasin__openingTime:before{content:"";width:8px;height:8px;display:block;background-color:#39a033;margin:0 6px 0 0;border-radius:8px}.c-buttonMagasin__openingTime.closed:before{background-color:#f90}body.menu-is-open{height:100%;width:100%;touch-action:none;-webkit-overflow-scrolling:none;overflow:hidden;overscroll-behavior:none}.c-megaMenu__close{position:absolute}@media only screen and (min-width:1024.2px){.c-megaMenu__close{top:1.6rem;left:calc(var(--firstLvlWidth) + 2.4rem)}.c-megaMenu__close:not(:hover){background-color:transparent;color:#fff}.c-megaMenu:has(.categoryIsActive) .c-megaMenu__close{left:calc(var(--firstLvlWidth) + var(--subLvlWidth) + 2.4rem)}.c-megaMenu:has(.subcategoryIsActive) .c-megaMenu__close{left:calc(var(--firstLvlWidth) + var(--subLvlWidth)*2 + 2.4rem)}.c-megaMenu:has(.c-megaMenu__listItem.categoryIsActive .c-megaMenu__listItem--cmsLvl) .c-megaMenu__close{left:calc(var(--firstLvlWidth) + var(--subLvlWidth) + var(--cmsLvlWidth) + 2.4rem)}.c-megaMenu:has(.c-megaMenu__listItem.subcategoryIsActive .c-megaMenu__listItem--cmsLvl) .c-megaMenu__close{left:calc(var(--firstLvlWidth) + var(--subLvlWidth)*2 + var(--cmsLvlWidth) + 2.4rem)}}@media only screen and (max-width:1024px){.c-megaMenu__close{top:1.6rem;right:1.2rem}}.c-megaMenu{--firstLvlWidth:34.4rem;--subLvlWidth:32.8rem;--cmsLvlWidth:27.2rem}@media only screen and (max-width:1280px){.c-megaMenu{--firstLvlWidth:34.4rem;--subLvlWidth:28.8rem;--cmsLvlWidth:23.2rem}}@media only screen and (max-width:1150px){.c-megaMenu{--firstLvlWidth:31.4rem;--subLvlWidth:26.6rem;--cmsLvlWidth:18rem}}@media only screen and (max-width:1024px){.c-megaMenu{--firstLvlWidth:auto;--subLvlWidth:auto;--cmsLvlWidth:auto}}@media only screen and (min-width:1024.2px){.c-megaMenu{position:absolute;top:5.8rem;left:0;height:80vh;z-index:var(--zindex-absolute);display:none}.c-menu.isOpen .c-megaMenu{display:block}}.c-megaMenu__wrapper{--headerContentHeight:9.6rem;--menuContentHeight:5.7rem}@media only screen and (min-width:1024.2px){.c-megaMenu__wrapper{background-color:#fff;position:absolute;top:0;height:calc(100vh - (var(--headerContentHeight) + var(--menuContentHeight) + 4rem))}.c-megaMenu__list{overflow-x:visible;overflow-y:auto;text-align:left;min-height:100%;max-height:100%;scrollbar-width:thin;scrollbar-color:transparent transparent;-ms-overflow-style:none;scrollbar-color:#ccc #fff;border-left:1px solid var(--neutral-300)}}@media only screen and (max-width:1024px){.c-megaMenu__list{background-color:#fff}}.c-megaMenu__listItem--title{display:flex;align-items:center;gap:1.2rem;padding:0 2.4rem 0 2.3rem;min-height:4.2rem}@media only screen and (max-width:1024px){.c-megaMenu__listItem--title{flex-wrap:wrap}}.c-megaMenu__listItem--title .c-megaMenu__title{position:relative;font-size:1.5rem;font-weight:600;display:block;padding-left:4rem}[class*=cat-] .c-megaMenu__listItem--title .c-megaMenu__title:before{content:"";display:block;width:24px;height:24px;position:absolute;left:0;top:50%;transform:translateY(-50%);background-color:var(--blue-800);-webkit-mask-size:2.4rem;mask-size:2.4rem;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.cat-6664 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-6664.68fa9ad0.svg);mask-image:url(/_next/static/media/cat-6664.68fa9ad0.svg)}.cat-6885 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-6885.ca9f5a65.svg);mask-image:url(/_next/static/media/cat-6885.ca9f5a65.svg)}.cat-7022 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-7022.27a57b83.svg);mask-image:url(/_next/static/media/cat-7022.27a57b83.svg)}.cat-7150 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-7150.f0d051aa.svg);mask-image:url(/_next/static/media/cat-7150.f0d051aa.svg)}.cat-7234 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-7234.cd301a74.svg);mask-image:url(/_next/static/media/cat-7234.cd301a74.svg)}.cat-7454 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-7454.743517fd.svg);mask-image:url(/_next/static/media/cat-7454.743517fd.svg)}.cat-7574 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-7574.9e7fbc36.svg);mask-image:url(/_next/static/media/cat-7574.9e7fbc36.svg)}.cat-7694 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-7694.b9af3c56.svg);mask-image:url(/_next/static/media/cat-7694.b9af3c56.svg)}.cat-7838 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-7838.38084bda.svg);mask-image:url(/_next/static/media/cat-7838.38084bda.svg)}.cat-7987 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-7987.19dce882.svg);mask-image:url(/_next/static/media/cat-7987.19dce882.svg)}.cat-9583 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-9583.4a93c506.svg);mask-image:url(/_next/static/media/cat-9583.4a93c506.svg)}.cat-9672 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-9672.4a93c506.svg);mask-image:url(/_next/static/media/cat-9672.4a93c506.svg)}.cat-9926 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-9926.543b424f.svg);mask-image:url(/_next/static/media/cat-9926.543b424f.svg)}.cat-9977 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-9977.71190cab.svg);mask-image:url(/_next/static/media/cat-9977.71190cab.svg)}.cat-10019 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-10019.543b424f.svg);mask-image:url(/_next/static/media/cat-10019.543b424f.svg)}.cat-10080 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-10080.71190cab.svg);mask-image:url(/_next/static/media/cat-10080.71190cab.svg)}.cat-10306 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-10306.2a301707.svg);mask-image:url(/_next/static/media/cat-10306.2a301707.svg)}.cat-10507 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-10507.b9af3c56.svg);mask-image:url(/_next/static/media/cat-10507.b9af3c56.svg)}.cat-10626 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-10626.75870ec8.svg);mask-image:url(/_next/static/media/cat-10626.75870ec8.svg)}.cat-10697 .c-megaMenu__listItem--title .c-megaMenu__title:before{-webkit-mask-image:url(/_next/static/media/cat-10697.b9af3c56.svg);mask-image:url(/_next/static/media/cat-10697.b9af3c56.svg)}.c-megaMenu__listItem--title .c-megaMenu__seeAllButton{font-size:1.3rem;text-decoration:underline;font-weight:400;margin-left:auto;flex-shrink:0}.c-megaMenu__listItem--back{padding:0 2.4rem 0 1.4rem;min-height:6.4rem;display:flex;align-items:center}@media only screen and (min-width:1024.2px){.c-megaMenu__listItem--back{display:none}}.c-megaMenu__listItem--back .c-megaMenu__backButton{justify-content:flex-start}@media only screen and (max-width:1024px){.c-megaMenu__listItem--back .c-megaMenu__backButton{width:100%;padding-left:0}.c-megaMenu__listItem--back .c-megaMenu__backButton span{font-size:1.4rem}}.c-megaMenu__listItem--cartridges{padding:0 2.4rem 2.4rem 2.3rem;margin-bottom:2.4rem;border-bottom:1px solid var(--neutral-300)}.c-megaMenu__link{color:#303030;display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:4.8rem;padding:0 1rem 0 2.3rem;text-decoration:none;font-weight:400;font-size:1.5rem;position:relative}@media only screen and (max-width:1024px){.c-megaMenu__link{padding-right:2rem}}.c-megaMenu__link.c-megaMenu__link--withChild:after,.c-megaMenu__link.c-megaMenu__linkCat:after{--iconSize:2.4rem;content:"";background-color:currentColor;width:2.4rem;height:2.4rem;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-image:url(/_next/static/media/chevron-menu.d630d052.svg);mask-image:url(/_next/static/media/chevron-menu.d630d052.svg);pointer-events:none;display:inline-block;vertical-align:calc((.75em - var(--iconSize))*.5);flex-shrink:0;margin-left:auto;padding-left:.8rem}@media(hover:hover)and (pointer:fine){.c-megaMenu__link:hover{background-color:var(--neutral-100);text-decoration:none;color:#000}}.c-megaMenu__linkCat{padding-left:6.6rem;border-radius:8px 0 0 8px}[class*=cat-] .c-megaMenu__linkCat:before{content:"";display:block;width:24px;height:24px;position:absolute;left:24px;top:50%;transform:translateY(-50%);background-color:var(--blue-800);-webkit-mask-size:2.4rem;mask-size:2.4rem;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.cat-6664 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-6664.68fa9ad0.svg);mask-image:url(/_next/static/media/cat-6664.68fa9ad0.svg)}.cat-6885 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-6885.ca9f5a65.svg);mask-image:url(/_next/static/media/cat-6885.ca9f5a65.svg)}.cat-7022 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-7022.27a57b83.svg);mask-image:url(/_next/static/media/cat-7022.27a57b83.svg)}.cat-7150 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-7150.f0d051aa.svg);mask-image:url(/_next/static/media/cat-7150.f0d051aa.svg)}.cat-7234 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-7234.cd301a74.svg);mask-image:url(/_next/static/media/cat-7234.cd301a74.svg)}.cat-7454 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-7454.743517fd.svg);mask-image:url(/_next/static/media/cat-7454.743517fd.svg)}.cat-7574 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-7574.9e7fbc36.svg);mask-image:url(/_next/static/media/cat-7574.9e7fbc36.svg)}.cat-7694 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-7694.b9af3c56.svg);mask-image:url(/_next/static/media/cat-7694.b9af3c56.svg)}.cat-7838 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-7838.38084bda.svg);mask-image:url(/_next/static/media/cat-7838.38084bda.svg)}.cat-7987 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-7987.19dce882.svg);mask-image:url(/_next/static/media/cat-7987.19dce882.svg)}.cat-9583 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-9583.4a93c506.svg);mask-image:url(/_next/static/media/cat-9583.4a93c506.svg)}.cat-9672 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-9672.4a93c506.svg);mask-image:url(/_next/static/media/cat-9672.4a93c506.svg)}.cat-9926 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-9926.543b424f.svg);mask-image:url(/_next/static/media/cat-9926.543b424f.svg)}.cat-9977 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-9977.71190cab.svg);mask-image:url(/_next/static/media/cat-9977.71190cab.svg)}.cat-10019 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-10019.543b424f.svg);mask-image:url(/_next/static/media/cat-10019.543b424f.svg)}.cat-10080 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-10080.71190cab.svg);mask-image:url(/_next/static/media/cat-10080.71190cab.svg)}.cat-10306 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-10306.2a301707.svg);mask-image:url(/_next/static/media/cat-10306.2a301707.svg)}.cat-10507 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-10507.b9af3c56.svg);mask-image:url(/_next/static/media/cat-10507.b9af3c56.svg)}.cat-10626 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-10626.75870ec8.svg);mask-image:url(/_next/static/media/cat-10626.75870ec8.svg)}.cat-10697 .c-megaMenu__linkCat:before{-webkit-mask-image:url(/_next/static/media/cat-10697.b9af3c56.svg);mask-image:url(/_next/static/media/cat-10697.b9af3c56.svg)}@media only screen and (min-width:1024.2px){.c-megaMenu__wrapper--firstLvl{width:var(--firstLvlWidth)}.c-megaMenu__wrapper--firstLvl>.c-megaMenu__list{padding:0}}@media only screen and (max-width:1024px){.c-megaMenu__wrapper--firstLvl>.c-megaMenu__list{background-image:url(/_next/static/media/footer-nav.1c3393b1.svg);background-position:bottom 15rem center;background-repeat:no-repeat;padding:0 0 25rem;background-size:4.8rem 1.3rem}}.c-megaMenu__wrapper--secondLvl{display:none}@media only screen and (min-width:1024.2px){.c-megaMenu__wrapper--secondLvl{width:var(--subLvlWidth);left:var(--firstLvlWidth)}}@media only screen and (max-width:1024px){.c-megaMenu__wrapper--secondLvl{top:var(--menuHeaderMobileHeight);position:absolute;width:100%;background-color:#fff;z-index:var(--zindex-absolute);height:100%}}.categoryIsActive .c-megaMenu__wrapper--secondLvl{display:block}@media only screen and (min-width:1024.2px){.c-megaMenu__wrapper--secondLvl>.c-megaMenu__list{padding:2.4rem 0 2rem}}@media only screen and (max-width:1024px){.c-megaMenu__wrapper--secondLvl>.c-megaMenu__list{overflow-y:auto;padding-bottom:5rem;height:calc(100% - var(--menuHeaderMobileHeight))}}.c-megaMenu__wrapper--thirdLvl{display:none}@media only screen and (min-width:1024.2px){.c-megaMenu__wrapper--thirdLvl{width:var(--subLvlWidth);left:var(--subLvlWidth)}}@media only screen and (max-width:1024px){.c-megaMenu__wrapper--thirdLvl{top:0;position:absolute;width:100%;background-color:#fff;z-index:var(--zindex-absolute);height:100%}}.subcategoryIsActive .c-megaMenu__wrapper--thirdLvl{display:block}@media only screen and (min-width:1024.2px){.c-megaMenu__wrapper--thirdLvl>.c-megaMenu__list{padding:2.4rem 0 2rem}}@media only screen and (max-width:1024px){.c-megaMenu__wrapper--thirdLvl>.c-megaMenu__list{overflow-y:auto;padding-bottom:5rem;height:calc(100% - var(--menuHeaderMobileHeight))}}.c-megaMenu__listItem--cmsLvl{max-width:var(--cmsLvlWidth);background-color:#fff;padding:1.6rem;overflow-y:auto;border-left:1px solid var(--neutral-300)}@media only screen and (min-width:1024.2px){.c-megaMenu__listItem--cmsLvl{position:absolute;top:0;transform:translateX(calc(100% + var(--subLvlWidth) - var(--cmsLvlWidth) - 1px));height:100%;width:100%}}@media only screen and (min-width:1024.2px){.c-megaMenu:has(.c-megaMenu__listItem.subcategoryIsActive) .c-megaMenu__listItem--cmsLvl{display:none}}@media only screen and (min-width:1024.2px){.c-megaMenu .c-megaMenu__listItem.subcategoryIsActive .c-megaMenu__wrapper--thirdLvl .c-megaMenu__listItem--cmsLvl{display:block}}.c-megaMenu__cmsWrapper{margin-bottom:2.4rem}.c-megaMenu__cmsWrapper img{width:100%}.c-megaMenu__cmsWrapper .c-nav__cartridgeReinsurance{background-color:var(--secondary);aspect-ratio:1;padding:0;overflow:hidden;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;border-radius:.8rem;text-decoration:none;font-size:1.3rem}.c-megaMenu__cmsWrapper .c-nav__cartridgeReinsurance .c-icon{fill:#fff;margin:0;width:30%;height:30%}.c-megaMenu__cmsWrapper .c-nav__cartridgeReinsurance p{padding:2.5% 15%}.c-megaMenu__cmsWrapper .c-nav__cartridgeReinsurance--green{background-color:var(--green-800)}.c-header__accesPro{position:relative;margin-left:auto;margin-right:2.8rem}@media only screen and (max-width:1024px){.c-header__accesPro{display:none}}.c-header__accesPro .c-layer-accesPro{display:none}.c-header__accesPro:focus-within .c-buttonMagasin,.c-header__accesPro:hover .c-buttonMagasin{position:relative;z-index:2}.c-header__accesPro:focus-within .c-layer-accesPro,.c-header__accesPro:hover .c-layer-accesPro{display:flex}.c-header__accesPro:focus-within:before,.c-header__accesPro:hover:before{pointer-events:none;background-color:rgba(0,0,0,.8);content:"";display:block;position:fixed;width:100vw;height:100vh;left:0;top:0;z-index:-1}.c-header__accesPro:focus-within .c-button--accesPro,.c-header__accesPro:hover .c-button--accesPro{color:var(--blue-600);border:1px solid var(--blue-600);background-color:#fff}.c-header__accesPro.c-header__accesPro--link:before{content:unset}.c-header__accesPro .c-button--accesPro{--btnHeight:2.6rem;color:#fff;background-color:var(--blue-600);font-size:1.5rem;font-weight:600;padding:.2rem 1.2rem;white-space:nowrap;border:1px solid transparent}.c-header__accesPro .c-button--accesPro:hover{color:var(--blue-600);border:1px solid var(--blue-600);background-color:#fff}.c-button--accesPro{color:#fff;background-color:var(--blue-600);font-size:1.1rem;font-weight:600;padding:.5rem .6rem;position:relative;white-space:nowrap;border-radius:.5rem;border:none}.c-layer-accesPro{position:absolute;left:50%;top:6rem;transform:translateX(-50%);background-color:#fff;border-radius:1rem;box-shadow:0 .3rem .5rem -.1rem rgba(0,0,0,.16);display:flex;flex-direction:column;padding:3.2rem 2.4rem 1.6rem;text-align:center;color:#000;z-index:zIndex(above);width:36rem}.c-layer-accesPro:before{content:"";display:block;top:-7.5rem;height:7.5rem;width:100%;position:absolute}.c-layer-accesPro:after{content:"";display:block;border:1.2rem solid transparent;border-bottom-color:#fff;margin-left:-1.2rem;top:-2.3rem;left:50%;height:0;width:0;position:absolute;pointer-events:none;filter:drop-shadow(0 -1px 0 #d7d7d7)}.c-layer-accesPro .c-button--primary{background-color:var(--blue-600);margin:0 0 2rem}.c-layer-accesPro .c-button--primary:hover{background-color:var(--blue-800)}.c-layer-accesPro .c-button--ghost{text-decoration:underline;font-weight:400;margin:0 0 2rem}@media only screen and (max-width:1024px){.c-layer-accesPro{display:none}}.c-layer-accesPro__reassuTitle{font-size:1.6rem;font-weight:700;color:var(--blue-800);text-align:center}.c-layer-accesPro__reassu{margin:0 -1rem;border-top:1px solid var(--neutral-200);padding:2rem .8rem .8rem;display:flex;align-items:flex-start;justify-content:space-between}.c-layer-accesPro__reassuItem{text-align:center;font-size:1.2rem;font-weight:500;flex:1 1}.c-layer-accesPro__reassuItem img{margin:0 0 1.2rem;display:inline}.c-layer-accesPro__reassuItem p{line-height:1.3}.c-header__buttonWrapper .c-button--accesPro{color:#fff;background-color:var(--blue-600);font-size:1.1rem;font-weight:600;padding:.5rem .6rem;position:relative;white-space:nowrap;border-radius:.5rem;border:none;--btnHeight:2.4rem}.c-header__tax{display:flex;align-items:center;gap:.8rem;margin-left:auto}@media only screen and (max-width:1024px){.c-header__tax{margin:0;background-color:var(--neutral-100);padding:0 2.4rem;justify-content:center;order:-1;min-height:5.6rem}}.c-header__accesPro+.c-header__tax{margin:0}.c-toggleRadio{min-height:3.2rem;background-color:#fff;border:1px solid var(--neutral-200);border-radius:3.2rem;padding:.4rem;display:inline-flex;gap:.4rem}.c-toggleRadio input[type=radio]{position:absolute;opacity:0}.c-toggleRadio input[type=radio]:checked+.c-toggleRadio__label{background-color:#000;color:#fff}.c-toggleRadio input[type=radio]:focus-visible+.c-toggleRadio__label{--focusOutlineColor:var(--blue-800);outline:2px dotted var(--focusOutlineColor);outline-offset:.2rem}.c-toggleRadio__label{color:var(--neutral-600);font-size:1.4rem;font-weight:600;border-radius:3.2rem;padding:0 1rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}@media(hover:hover)and (pointer:fine){.c-toggleRadio__label:hover:not([disabled]){background-color:var(--neutral-200)}}.c-menu__content--pro .c-button--accesPro{display:none}.c-header{background-color:#fff;position:relative;z-index:var(--zindex-fixed)}.fixedHeader .c-header{position:fixed;top:0;width:100%;z-index:var(--zindex-fixed);box-shadow:0 3px 5px -1px rgba(0,0,0,.16);animation:stickAnim .3s}@media only screen and (max-width:1024px){.menu-is-open .c-header,.search-is-open .c-header{z-index:calc(var(--zindex-fixed) + 2)}}.c-header__wrapper{background-color:#fff;position:relative;z-index:calc(var(--zindex-absolute) + 2)}@media only screen and (max-width:1024px){.menu-is-open .c-header__wrapper{z-index:unset}}@media only screen and (max-width:768px){.store-details-popup-is-open .c-header__wrapper{z-index:unset}}.search-is-open .c-header__wrapper{z-index:calc(var(--zindex-fixed) + 2)}.c-header__overlay{display:none;background-color:rgba(0,0,0,.75);position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--zindex-absolute) + 1)}.menu-is-open .c-header__overlay,.store-details-popup-is-open .c-header__overlay{display:block}@media only screen and (max-width:768px){.store-details-popup-is-open .c-header__overlay{z-index:calc(var(--zindex-absolute))}}body.fixedHeader{--headerContentHeight:9.6rem;--menuContentHeight:5.7rem;padding-top:calc(var(--headerContentHeight) + var(--menuContentHeight))!important}@media only screen and (max-width:768px){body.fixedHeader{--headerContentHeight:18.4rem;--menuContentHeight:0}}@keyframes stickAnim{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.c-menu{--menuHeaderMobileHeight:7.2rem;position:relative;border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7}@media only screen and (max-width:1024px){.c-menu:not(.isOpen){display:none}.c-menu{z-index:calc(var(--zindex-fixed) + 2);position:fixed;top:0;bottom:0;left:0;right:0;max-width:40rem;background-color:#fff;overflow-y:auto}}@media only screen and (max-width:1024px){.c-menu:has(.categoryIsActive){overflow:initial}}.c-menu__headerMobile,.fixedHeader .c-menu:not(.isOpen){display:none}@media only screen and (max-width:1024px){.c-menu__headerMobile{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--neutral-300);padding:0 6.4rem 0 2.4rem;min-height:var(--menuHeaderMobileHeight)}}.c-menu__content{--menuContentHeight:5.7rem;display:flex;background-color:#fff}@media only screen and (min-width:1024.2px){.c-menu__content{min-height:var(--menuContentHeight);padding:0 2.8rem;align-items:center}}@media only screen and (max-width:1024px){.c-menu__content{flex-direction:column}}.c-menu__button{color:#000;padding:0 1rem;border-radius:.5rem;border:none;line-height:1.3;text-decoration:none;display:inline-flex;align-items:center;min-height:3.5rem}@media only screen and (max-width:1024px){.c-menu__button{display:none}}.c-menu__button:before{content:"";width:3.2rem;height:3.2rem;margin-right:1.2rem;color:#000}@media(hover:hover)and (pointer:fine){.c-menu__button:hover:not(:disabled){background-color:var(--neutral-100);text-decoration:none;color:#000}}.c-menu__button span{font-size:1.4rem;font-weight:600}.c-menu__buttonSticky{display:none;margin-right:3.2rem;padding:0;width:4rem;height:4rem;align-items:center;justify-content:center}@media only screen and (max-width:1024px){.c-menu__buttonSticky{display:flex}}@media only screen and (max-width:768px){.c-menu__buttonSticky{margin-right:1.2rem}}.c-menu__buttonSticky:before{margin-right:0}.fixedHeader .c-menu__buttonSticky{display:flex}.c-header__content--pro .c-menu__buttonSticky:before{color:#fff}.c-menu__list{list-style:none;margin:0}@media only screen and (min-width:1024.2px){.c-menu__list{display:flex;align-items:center;gap:1rem;position:relative;list-style:none;margin-left:3.2rem}.c-menu__list:after{content:"";display:block;width:1px;height:2rem;border-right:1px solid #d7d7d7;position:absolute;top:50%;left:-1rem;transform:translateY(-50%)}}@media only screen and (max-width:1024px){.c-menu__list{margin-bottom:2.4rem;padding:1.6rem 0 2rem;position:relative}.c-menu__list:after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;display:block;height:1px;width:calc(100% - 4.8rem);background-color:var(--neutral-300)}}.c-menu__link{text-decoration:none;color:#000;font-size:1.4rem;font-weight:400;padding:0 1rem;min-height:3.5rem;display:flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:.5rem}@media only screen and (max-width:1024px){.c-menu__link{justify-content:flex-start;padding:1.2rem 2.4rem}}@media(hover:hover)and (pointer:fine){.c-menu__link:focus:not(:disabled),.c-menu__link:hover:not(:disabled){background-color:var(--neutral-100);text-decoration:none;color:#000}}.c-menu__link .c-button__content>span{font-size:1.4rem}.c-menu__link .c-button__content>span[style="font-weight: bold;"]{font-weight:600!important}.c-menu__link .c-button__content>span{font-weight:400}