.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));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))}:root body:has(.c-notif){--searchTop:calc(var(--headerHeight) + 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;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__listItem--bordered{display:flex;align-items:center;gap:.8rem;border-radius:100rem;padding:.2rem .8rem;border:1px solid var(--neutral-300);min-height:3.2rem}.c-search__listItem--bordered .c-search__listItemButton.c-button{--btnHeight:auto;padding:0}.c-search__listItem--bordered .c-search__listItemButton.c-button .c-button__content{font-weight:400;font-size:1.4rem;font-weight:300}@media only screen and (max-width:768px){.c-search__listItem--bordered .c-search__listItemButton.c-button .c-button__content{font-size:1.2rem}}.c-search__listItem--bordered .c-search__listItemClose{order:1;margin:0 -.6rem}.c-search__listItem--bordered:after{content:"";height:20px;width:1px;border-right:1px solid var(--neutral-300)}.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:black;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:white;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.3rem;margin-bottom:0;min-height:0;color:#000;background-color:#fff}.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);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;opacity:1}@media only screen and (max-width:768px){.c-search__field .ais-SearchBox-input{font-size:1.6rem}}.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)}.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:white;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:white}}.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}:root{--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:#666666;--neutral-900:#1a1a1a;--neutral-1000:black;--text:black;--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;--font-primary:"Open Sans",sans-serif;--font-secondary:Arial,sans-serif;--zindex-below:-1;--zindex-default:auto;--zindex-above:1;--zindex-absolute:10;--zindex-sticky:50;--zindex-fixed:100;--zindex-overlay:5000;--zindex-popin:6000;--zindex-skyrocket:9999}.c-meaMinicard{border-radius:.5rem}.c-meaMinicard__content{padding:1.2rem;gap:.6rem;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.c-meaMinicard__content a{color:currentColor;width:100%;font-size:1.4rem;font-weight:600;padding-right:7rem;text-decoration:none;text-align:left}.c-meaMinicard__content a:hover{color:currentColor}.c-meaMinicard__content .c-icon-svg{position:absolute;right:1.2rem;bottom:1.2rem;transition:all .2s}.c-meaMinicard__content:hover .c-icon-svg{transform:translateX(4px)}.c-meaMinicard__icon{display:block;background-color:currentColor;width:3.2rem;height:3.2rem;-webkit-mask-size:100%;mask-size:100%}.c-meaMinicard--cartouche{background-color:var(--green-600);color:#fff}.c-meaMinicard--cartouche .c-meaMinicard__icon{-webkit-mask-image:url(/_next/static/media/cat-6885.ca9f5a65.svg);mask-image:url(/_next/static/media/cat-6885.ca9f5a65.svg)}.c-meaMinicard--serviceImpression{background-color:var(--blue-100);color:var(--blue-800)}.c-meaMinicard--serviceImpression .c-meaMinicard__icon{-webkit-mask-image:url(/_next/static/media/imprimante.54e0f676.svg);mask-image:url(/_next/static/media/imprimante.54e0f676.svg)}.c-meaMinicard--mobilier{background-color:var(--blue-600);color:#fff}.c-meaMinicard--mobilier .c-tag{--tagBgColor:rgba(255,255,255,0.2);--tagColor:white;text-transform:uppercase}.c-meaMinicard--mobilier .c-meaMinicard__icon,.c-meaMinicard--mobilier .c-meaMinicard__icon--fauteuil{-webkit-mask-image:url(/_next/static/media/icon-fauteuil.991c230f.svg);mask-image:url(/_next/static/media/icon-fauteuil.991c230f.svg)}.c-meaMinicard--mobilier .c-meaMinicard__icon--bureau{-webkit-mask-image:url(/_next/static/media/icon-bureau.98d0666f.svg);mask-image:url(/_next/static/media/icon-bureau.98d0666f.svg)}.c-meaMinicard--mobilier .c-meaMinicard__icon--rangement{-webkit-mask-image:url(/_next/static/media/icon-rangement.fc525b5b.svg);mask-image:url(/_next/static/media/icon-rangement.fc525b5b.svg)}.c-meaMinicard--mobilier .c-meaMinicard__icon--accueil{-webkit-mask-image:url(/_next/static/media/icon-accueil.5ac23ffa.svg);mask-image:url(/_next/static/media/icon-accueil.5ac23ffa.svg)}.c-meaMinicard--mobilier:hover .c-icon-svg{transform:translateX(4px)}