:root{--menuContentHeight:4.8rem;--menuHeaderMobileHeight:7.2rem}.c-menu{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{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__list{list-style:none;margin:0}@media only screen and (min-width:1024.2px){.c-menu__list{display:flex;align-items:center;position:relative;list-style:none;flex-wrap:wrap;height:var(--menuContentHeight);overflow:hidden}}@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)}}@media only screen and (min-width:1024.2px){.c-menu__listItem{height:var(--menuContentHeight);display:flex;align-items:center}}.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 rgba(0,0,0,0);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}.c-menu__content--pro .c-button--accesPro{display:none}:root{--layoutMaxWidth:144rem;--layoutPadding:2.4rem;--font-primary:"Open Sans",sans-serif;--font-secondary:Arial,sans-serif;--primary:var(--green-600);--secondary:var(--blue-800);--tertiary:var(--yellow-500);--blue-50:#f6f7f9;--blue-100:#f3f9fe;--blue-200:#d5e4f6;--blue-300:#c7e0ff;--blue-600:#296dc1;--blue-700:#205597;--blue-800:#173d6c;--blue-900:#102b4c;--green-50:#eef8f1;--green-100:#cbf6dd;--green-500:#1fa355;--green-600:#008537;--green-700:#006b2c;--green-800:#005222;--green-850:#00471e;--yellow-100:#fff4cc;--yellow-400:#ffd433;--yellow-500:#fec900;--yellow-550:#e5b600;--neutral-100:#f4f4f4;--neutral-200:#e6e6e6;--neutral-300:#cccccc;--neutral-400:#b3b3b3;--neutral-500:#999999;--neutral-600:#666666;--neutral-700:#4d4d4d;--neutral-800:#333333;--neutral-900:#1a1a1a;--neutral-1000:black;--white:white;--black:black;--text:black;--text-alt:#6b7280;--title:black;--success-100:#f4fbf3;--success-500:#39a033;--info-100:#f3f9fe;--info-500:#2768b9;--error-100:#feecee;--error-500:#df0021;--alert-100:#fff8db;--alert-500:#e5b600;--alert-700:#a85f00;--orange-tempo:#ff9900;--available:var(--success-500);--unavailable:var(--error-500);--reconditionne:#33c16e;--avis:#ffa60d;--vert-oney:#81bc00;--promo:#be433c;--astuce:#f1f9fd;--seconde-vie:#a8f1d3;--gradient-fid:linear-gradient(211.39deg,#1174bd 18.88%,#114184 83.83%);--zindex-below:-1;--zindex-default:auto;--zindex-above:1;--zindex-absolute:10;--zindex-sticky:50;--zindex-fixed:100;--zindex-overlay:900;--zindex-popin:1000;--zindex-skyrocket:9999;--headerContentHeight:8rem}@media only screen and (max-width:1024px){:root{--headerContentHeight:14.4rem}}.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,.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{display:block}@media only screen and (max-width:1024px){.store-details-popup-is-open .c-header__overlay{z-index:calc(var(--zindex-absolute))}}body.fixedHeader{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-header--pro .c-header__content{background-color:var(--blue-900)}.c-header--pro .c-header__button{color:#fff}.c-header--pro .c-header__button:before{background-color:#fff}@media only screen and (min-width:1024.2px)and (max-width:1280px){.c-header--pro .c-header__button.c-header__buttonMagasin--selected:after{box-shadow:0 0 0 2px var(--blue-900)}}.c-header--pro .c-header__button .c-header__buttonCart__counter{box-shadow:0 0 0 2px var(--blue-900)}.c-header--pro .c-header__button.c-header__buttonClient .c-header__buttonText{max-width:16.4rem;display:block}.c-header--pro .c-header__button.c-header__buttonClient .c-header__buttonText span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(hover:hover)and (pointer:fine){.c-header--pro .c-header__button:active:not(:disabled),.c-header--pro .c-header__button:focus:not(:disabled),.c-header--pro .c-header__button:hover:not(:disabled){background-color:var(--blue-800);color:#fff}.c-header--pro .c-header__button:active:not(:disabled) .c-button__text,.c-header--pro .c-header__button:focus:not(:disabled) .c-button__text,.c-header--pro .c-header__button:hover:not(:disabled) .c-button__text{color:#fff}}@media only screen and (min-width:1024.2px){.c-header--pro .c-header__button .c-header__buttonMagasin__name,.c-header--pro .c-header__button .c-header__buttonMagasin__openingTime{color:currentColor}}@media only screen and (max-width:1024px){.c-header--pro .c-header__button .c-header__buttonMagasin__name,.c-header--pro .c-header__button.c-header__buttonMagasin{color:#fff}}@media(hover:hover)and (pointer:fine){.c-header--pro .c-header__wrapperPopup:focus-within .c-header__button,.c-header--pro .c-header__wrapperPopup:hover .c-header__button{background-color:var(--blue-800);color:#fff}.c-header--pro .c-header__wrapperPopup:focus-within .c-header__button .c-button__text,.c-header--pro .c-header__wrapperPopup:hover .c-header__button .c-button__text{color:#fff}}.c-header--pro .c-header__buttonAccesPro{color:var(--blue-600);border:1px solid var(--blue-600);background-color:#fff}.c-header--pro .c-menuToggler--sticky:before{color:#000}.c-header--account .c-header__buttonAccountBack{display:none}@media only screen and (max-width:768px){.c-header--account .c-header__content{--headerContentHeight:7.2rem;height:var(--headerContentHeight);padding:1.6rem}.c-header--account .c-menuToggler{display:none}.c-header--account .c-header__buttonAccountBack{display:flex}.c-header--account .c-header__buttonCart,.c-header--account .c-header__buttonClient,.c-header--account .c-header__buttonMagasin,.c-header--account .c-header__search,.fixedHeader .c-header--account .c-menuToggler--sticky{display:none}}.c-header--account.c-header--pro .c-header__buttonAccountBack{color:#fff}