<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";@-webkit-keyframes openingContent{0%{transform:translateX(500px)}to{transform:translateX(0)}}@keyframes openingContent{0%{transform:translateX(500px)}to{transform:translateX(0)}}@-webkit-keyframes closingContent{0%{transform:translateX(0)}to{transform:translateX(500px)}}@keyframes closingContent{0%{transform:translateX(0)}to{transform:translateX(500px)}}@-webkit-keyframes openingContentLeft{0%{transform:translateX(-500px)}to{transform:translateX(0)}}@keyframes openingContentLeft{0%{transform:translateX(-500px)}to{transform:translateX(0)}}@-webkit-keyframes closingContentLeft{0%{transform:translateX(0)}to{transform:translateX(-500px)}}@keyframes closingContentLeft{0%{transform:translateX(0)}to{transform:translateX(-500px)}}@-webkit-keyframes closingContainer{0%{background-color:rgba(0,0,0,.3);visibility:visible}to{background-color:transparent;visibility:hidden}}@keyframes closingContainer{0%{background-color:rgba(0,0,0,.3);visibility:visible}to{background-color:transparent;visibility:hidden}}.modal-opened{overflow:hidden}.modal--open{background-color:rgba(0,0,0,.3);opacity:1;visibility:visible}.modal--open .modal__content{transform:translateX(0)}.modal--close{-webkit-animation:closingContainer .5s;animation:closingContainer .5s;background-color:transparent;opacity:0;visibility:hidden}.modal--close .modal__content{transform:translateX(500px)}.modal--close .modal__content--right{-webkit-animation:closingContent .5s;animation:closingContent .5s}.modal--close .modal__content--left,.modal--close--left{-webkit-animation:closingContentLeft .5s;animation:closingContentLeft .5s}.modal__container{color:#38373c;inset:0 0 0 0;position:fixed;transition:background-color .5s,opacity .3s;z-index:4999}.modal__content{background-color:#fff;display:flex;flex-direction:column;height:calc(100% - 76px);max-width:100%;overflow-x:hidden;position:absolute;top:76px;transition:transform .5s;width:100%}.modal__content--left{height:100%}.modal__content--right{-webkit-animation:openingContent .5s;animation:openingContent .5s;right:0}.modal__content--left{-webkit-animation:openingContentLeft .5s;animation:openingContentLeft .5s;left:0}@media (min-width:1025px){.modal__content{height:100%;top:0;width:500px}}.modal__content&gt;.modal__header{padding-left:20px;padding-right:20px;padding-top:15px}@media (min-width:1025px){.modal__content&gt;.modal__header{padding-left:40px;padding-right:40px;padding-top:20px}}.modal__header{align-items:baseline;display:flex;font-size:18px;font-weight:700;gap:10px;justify-content:space-between;padding-bottom:15px}@media (min-width:1025px){.modal__header{font-size:20px}}.modal__close{all:unset;cursor:pointer;font-size:30px;position:relative}.modal__close:before{content:"";inset:-10px;position:absolute}.modal__body,.modal__footer,.modal__text{font-size:12px;line-height:1.2}@media (min-width:1025px){.modal__body,.modal__footer,.modal__text{font-size:14px}}.modal__body,.modal__footer{padding:20px}@media (min-width:1025px){.modal__body,.modal__footer{padding:30px 40px}}.modal__body{flex:1;height:100%;overflow-x:hidden;overflow-y:auto!important;overflow-y:scroll;padding-top:15px;scrollbar-color:#9ea2aa #dfdfdf;scrollbar-width:thin}.modal__body::-webkit-scrollbar{width:7px}.modal__body::-webkit-scrollbar-track{background:#dfdfdf}.modal__body::-webkit-scrollbar-thumb{background-color:#9ea2aa;border-radius:20px}@media (min-width:1025px){.modal__body{padding-top:20px}}.modal__footer{background-color:#fff;box-shadow:0 -4px 6px 0 hsla(0,1%,45%,.1);width:100%}.modal__button{align-items:center;background-color:#e30613;color:#fff;cursor:pointer;display:flex;gap:20px;justify-content:center;margin:0 auto;max-width:100%;padding:10px 30px;text-align:center;text-transform:uppercase;transition:background-color .3s,color .3s}.modal__button:hover{background-color:#38373c}.modal__button--disabled{cursor:not-allowed}.modal__button--disabled,.modal__button--disabled:hover{background-color:#dfdfdf;color:#9ea2aa}.header__container{color:#38373c;font-size:12px}@media (min-width:1025px){.header__container{font-size:14px}}.header-entry__button{align-items:center;cursor:pointer;display:flex;gap:5px}@media (min-width:1025px){.header-entry__button{gap:10px}}ul[id^=ui-id-]{background-color:#fff;border:1px solid #dfdfdf;border-top:inherit;margin-top:-1px;max-height:234px;overflow-x:hidden;overflow-y:scroll;padding:0;scrollbar-color:#9ea2aa #dfdfdf;scrollbar-width:thin;z-index:51000}ul[id^=ui-id-]::-webkit-scrollbar{width:7px}ul[id^=ui-id-]::-webkit-scrollbar-track{background:#dfdfdf}ul[id^=ui-id-]::-webkit-scrollbar-thumb{background-color:#9ea2aa;border-radius:20px}ul[id^=ui-id-] .ui-menu-item-wrapper{cursor:pointer;font-size:12px;margin:0;padding:15px}ul[id^=ui-id-] .ui-menu-item-wrapper.ui-state-active{background:#f5f5f5;color:inherit;font-weight:400}ul[id^=ui-id-].ui-menu .ui-menu-item{border-top:1px solid #dfdfdf;padding:0!important}ul[id^=ui-id-] .ui-menu-item:not(:first-of-type) .ui-menu-item-wrapper{border:0!important}.text-field{position:relative;width:240px}.text-field .proposed-cities{background:#fff;display:flex;flex-direction:column;justify-content:center;position:absolute;top:66px;width:240px;z-index:42}.text-field .proposed-cities .proposed-city{border:1px solid #dfdfdf;cursor:pointer;font-size:16px;font-weight:500;line-height:16px;padding:12px}.text-field .proposed-cities .proposed-city .in-bold{font-weight:900}.th{display:block;width:100%}button,input,textarea{background:none;border:none;border-radius:0;padding:0}.main-menu{display:inline-flex;order:-1}@media (min-width:1025px){.main-menu{flex-basis:100%;order:10}}.header__delivery,.header__inner{align-items:center;display:flex;flex-wrap:wrap}.header__inner{gap:15px 20px;justify-content:space-between;margin:0 auto;max-height:182px;max-width:100%;padding-top:10px;width:1800px}.header__container{background-color:#fff;inset:-152px 0 auto 0;opacity:0;padding:0 20px 10px;position:fixed;transition:top 1s ease,opacity 1s ease;z-index:100}.header__container.is-stack{opacity:1;position:fixed;top:0}.header__container.no-shadow{box-shadow:none}.header__container.is-layer-open{z-index:2011}@media (min-width:1025px){.header__container{gap:30px;padding-left:40px;padding-right:40px}}.header__container .scandit-button a{background-color:#000;border:none;border-radius:4px;color:#fff;display:flex;font-size:medium;height:38px;padding:.565rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:38px}.header__container .scandit-button a svg{height:auto;width:100%}@media (min-width:1025px){.header__container .scandit-button{display:none}}.header__delivery{gap:5px 20px}@media (min-width:1025px){.header__delivery{gap:0 30px;margin-left:auto}}.header-account{margin-left:auto}@media (min-width:1025px){.header-account{margin-left:0}.header-account,.header-cart{order:1}.header__logo{height:64px;width:64px}}.header__logo-link{display:inline-block;font-size:0}.header-search{flex-basis:100%;max-width:970px;width:100%}@media (min-width:1025px){.header-search{flex:1;margin:0 auto}}.header-search.eligible-scan{flex-basis:calc(100% - 58px);width:calc(100% - 58px)}@media (min-width:1025px){.header-search.eligible-scan{flex-basis:0;width:inherit}}.geolocation-button{align-items:center;border:1px solid #38373c;color:#38373c;cursor:pointer;display:inline-flex;padding:6px 10px;transition:background-color .3s,color .3s,border-color .3s}@media (min-width:1025px){.geolocation-button{padding:6px 13px 6px 10px}}.geolocation-button:hover{background-color:#38373c;border-color:#38373c;color:#fff}.geolocation-button .svg-icon{font-size:26px}.geolocation-button__text{display:none}@media (min-width:1025px){.geolocation-button__text{display:block}}.choose-country{margin-top:30px!important}.form-location .label{font-weight:700;margin-bottom:10px;padding:0}.form-location .inputSelect{margin-bottom:25px}@media (min-width:1025px){.form-location .inputSelect{margin-bottom:30px}}.form-location .inputSelect .type-wrapper .classicType,.form-location .inputSelect .type-wrapper .options{border-color:#38373c}.form-location .inputSelect .type-wrapper .classicType,.form-location .inputSelect .type-wrapper .classicType span,.form-location .inputSelect .type-wrapper .options,.form-location .inputSelect .type-wrapper .options span{color:#38373c;font-size:12px}@media (min-width:1025px){.form-location .inputSelect .type-wrapper .classicType,.form-location .inputSelect .type-wrapper .classicType span,.form-location .inputSelect .type-wrapper .options,.form-location .inputSelect .type-wrapper .options span{font-size:14px}}.form-location .inputSelect .type-wrapper .classicType{padding:10px 15px}.form-location .inputSelect .type-wrapper .classicType:hover{background-color:#fff}.form-location .form__label{flex:1}.form-location .form__input{width:100%}.form-location .form__textField{display:flex}.header-zipcode .svg-icon{font-size:30px}@media (min-width:1025px){.header-zipcode .svg-icon{font-size:46px}}.event__alert{align-items:center;background-color:#e4f4ed;border:1px solid #009454;color:#009454;display:flex;font-size:14px;justify-content:center;margin-top:30px;padding:10px}.event__alert .svg-icon{font-size:26px;margin-right:10px}.event__date{font-weight:700}.stores__all-link,.stores__label{border-top:1px solid #dfdfdf;margin-top:25px;padding-top:25px}.stores__all-link{display:block;margin-bottom:10px;margin-left:auto;margin-right:auto;text-align:center}.stores__all-link:hover{border-top:1px solid #dfdfdf}.stores__label{font-weight:700}.header-store .svg-icon{font-size:27px}@media (min-width:1025px){.header-store .svg-icon{font-size:40px}}.store__form{cursor:pointer;display:flex;position:relative}.store__address{background-color:#f5f5f5;border:1px solid #dfdfdf;line-height:1.4;padding:20px 10px;text-align:center}.store__address .store__name{margin-bottom:20px}.store__label,.store__link,.store__name{font-weight:700}.store__link,.store__name{display:block}.store__name{text-transform:uppercase}.store__label{display:flex;margin-bottom:5px}.store__link{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:20px}.store__hours{border-top:1px solid #dfdfdf;margin-top:30px;padding-top:30px}.store__item{background-color:#f5f5f5;border:1px solid transparent;margin-bottom:10px;padding:15px 20px;transition:border .1s}@media (min-width:1025px){.store__item{padding:20px}}.store__item--active{border-color:#dfdfdf}.store__input{border:2px solid #38373c;border-radius:50%;content:"";height:16px;margin-right:10px;transition:border .1s;width:16px}.store__input--checked{border-width:5px}.schedule{display:flex;justify-content:space-between;margin-bottom:5px}.schedule__hour--closed{color:#e30613}@media (min-width:1025px){.store__details{margin-top:5px}}.store__details__button{align-items:center;display:flex;gap:10px}.store__details__button .svg-icon{cursor:pointer;font-size:12px}.store__details .store__hours{margin-top:15px;padding-top:15px}@media (min-width:1025px){.store__details .store__hours{margin-top:20px;padding-top:20px}}.store__details--open .store__details__button .svg-icon{transform:rotate(180deg);transform-origin:center}.store__details--open .store__address{margin-top:15px}@media (min-width:1025px){.store__details--open .store__address{margin-top:20px}}.header-cart{display:inline-flex;font-size:22px;position:relative}.header-cart--filled{margin:0 3px 3px 0}.header-cart__total{align-items:center;background-color:#e30613;border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:16px;inset:auto -3px -3px auto;justify-content:center;position:absolute;width:16px}.header-account__trigger{display:inline-block;font-size:22px}.header-account__trigger--logged{font-size:29px}.header-search__form{align-items:stretch;display:flex}.header-search__label{display:block;width:100%}@media (min-width:1025px){.header-search__label{max-width:970px}}.header-search__input,.header-search__label{width:100%}.header-search__input{background-color:#f5f5f5;color:#38373c;font-size:12px;height:40px;padding:10px 15px;text-overflow:ellipsis}@media (min-width:1025px){.header-search__input{font-size:14px;height:64px;padding:10px 20px}}.header-search__input::-moz-placeholder{color:#38373c}.header-search__input:-ms-input-placeholder{color:#38373c}.header-search__input::placeholder{color:#38373c}.header-search__btn{align-items:center;background-color:#e30613;color:#fff;cursor:pointer;display:flex;font-size:20px;justify-content:center;width:40px}@media (min-width:1025px){.header-search__btn{font-size:26px;width:64px}}.header__container.is-stack .eligible-scan .header-search__btn{display:none}@media (min-width:1025px){.header__container.is-stack .eligible-scan .header-search__btn{display:block}}.header-search-layer{background-color:#fff;display:none;height:100vh;inset:0 0 auto;padding:20px;position:fixed;z-index:100}.header-search-layer--open{display:block}.header-search-layer__form{align-items:center;display:flex;position:relative}.header-search-layer__label{flex-grow:1}.header-search-layer__submit{cursor:pointer;display:block;font-size:18px;inset:50% auto auto 15px;position:absolute;transform:translateY(-50%)}.header-search-layer__input{background-color:#f5f5f5;color:#38373c;font-size:12px;height:48px;line-height:16px;padding:10px 15px 10px 48px;width:100%}.header-search-layer__input::-moz-placeholder{color:#78777e;font-size:12px}.header-search-layer__input:-ms-input-placeholder{color:#78777e;font-size:12px}.header-search-layer__input::placeholder{color:#78777e;font-size:12px}.header-search-layer__close{cursor:pointer;flex-grow:0;font-size:30px;height:30px;margin-left:13px;width:30px}@media (min-width:1025px){.header-search-layer{background:rgba(0,0,0,.3);padding:0}.header-search-layer__container{background-color:#fff;padding:64px 156px 30px}.header-search-layer__inner{margin:0 auto;max-width:100%;padding:0 20px;width:1800px}.header-search-layer__input{font-size:14px;height:60px;padding:10px 20px 10px 56px}.header-search-layer__input::-moz-placeholder{font-size:14px}.header-search-layer__input:-ms-input-placeholder{font-size:14px}.header-search-layer__input::placeholder{font-size:14px}.header-search-layer__submit{font-size:26px;left:20px}.header-search-layer__close{margin-left:60px}.header-search-layer__content{-moz-column-gap:30px;column-gap:30px;display:flex;justify-content:start;padding-top:30px}}.header-search-list{margin-top:30px;opacity:1;transition:opacity .3s ease-in}.header-search-list--fadeout{opacity:0}.header-search-list__header{align-items:center;display:flex;font-size:16px;justify-content:start}.header-search-list__title{font-weight:700}.header-search-list__remove{cursor:pointer;height:20px;margin-left:20px;width:20px}.header-search-list__remove .svg-icon{font-size:20px}.header-search-list__item{cursor:pointer;margin-top:15px}.header-search-list__text:first-letter{text-transform:uppercase}.header-search-list__link{align-items:center;display:flex;font-size:16px}.header-search-list__link .svg-icon{flex:0 0 17px;font-size:17px;margin-right:15px}@media (min-width:1025px){.header-search-list{margin-top:0}.header-search-list__header,.header-search-list__link{font-size:20px}.header-search-list__link .svg-icon{flex:0 0 18px;font-size:18px}}.header-search-suggestions{margin-top:30px}@media (min-width:1025px){.header-search-suggestions{flex:0 0 40%;margin-top:-15px}}.header-search-products{margin-top:40px}.header-search-products__header{align-items:center;display:flex;font-weight:700}.header-search-products__title{font-size:16px}.header-search-products__all-link{align-items:center;display:flex}.header-search-products__all-link .svg-icon{font-size:16px;margin-left:10px}.header-search-products__all-label{font-size:12px;text-decoration:underline}.header-search-products__list{margin-top:20px}@media (min-width:1025px){.header-search-products{flex-grow:1;margin-top:0}.header-search-products__title{font-size:20px}.header-search-products__all-link{font-size:14px}}.header-search-product{align-items:center;-moz-column-gap:10px;column-gap:10px;display:flex;font-size:12px;margin-top:10px;position:relative}.header-search-product__img{border:1px solid #dfdfdf;flex:0 0 73px}.header-search-product__img img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.header-search-product__content{flex:1}.header-search-product__brand{font-weight:700;text-transform:uppercase}.header-search-product__link{display:block;line-height:14px}.header-search-product__link:after{content:"";inset:0;position:absolute;z-index:1}.header-search-product__prices{margin-top:10px}.header-search-product__regular-price{font-weight:700}.header-search-product__crossedout-price{font-size:11px;margin-left:15px;text-decoration:line-through}@media (min-width:1025px){.header-search-product{-moz-column-gap:15px;column-gap:15px;font-size:14px}.header-search-product__img{flex:0 0 116px}.header-search-product__prices{margin-top:15px}.header-search-product__crossedout-price{font-size:12px}}.header-search-banners{margin:40px auto 0}.header-search-banners__item .encart-imghome{margin-bottom:10px}@media (min-width:1025px){.header-search-banners__item{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.header-search-banners__item .encart-imghome{flex-basis:calc(50% - 30px);margin-bottom:0;width:50%}}.is-sticky{opacity:1;top:0}.is-scrolling,.is-sticky{box-shadow:0 4px 6px 0 hsla(0,1%,45%,.1);transition:top .3s ease,opacity .3s ease}.is-scrolling .header-account,.is-scrolling .header-cart,.is-sticky .header-account,.is-sticky .header-cart{margin-left:0;order:1}.is-scrolling .header-search,.is-sticky .header-search{flex:auto;margin-left:auto;width:auto}.is-scrolling .scandit-button,.is-sticky .scandit-button{display:none}.is-scrolling .header-search__form,.is-sticky .header-search__form{justify-content:flex-end}.is-scrolling .header-search__input,.is-scrolling .header__delivery,.is-scrolling .pre-header,.is-sticky .header-search__input,.is-sticky .header__delivery,.is-sticky .pre-header{display:none}.is-scrolling .header-search__btn,.is-sticky .header-search__btn{background-color:transparent;color:#38373c;height:auto;width:auto}@media (min-width:1025px){.is-scrolling .header__inner,.is-sticky .header__inner{gap:18px}.is-scrolling .header__logo-link,.is-scrolling .main-menu,.is-sticky .header__logo-link,.is-sticky .main-menu{order:-1}.is-scrolling .main-menu,.is-sticky .main-menu{flex:1;font-size:12px;gap:10px}.is-scrolling .main-menu__aside,.is-sticky .main-menu__aside{flex:1;gap:15px;padding-left:10px}.is-scrolling .main-menu__aside .menu-item__link,.is-sticky .main-menu__aside .menu-item__link{gap:3px}.is-scrolling .header__logo,.is-sticky .header__logo{height:50px;width:50px}.is-scrolling .header-search,.is-sticky .header-search{flex:unset;margin-left:auto;margin-right:unset}}.pre-header{margin:0 -20px}@media (min-width:1025px){.pre-header{margin:0 -40px}}.pre-header .splide__list{justify-content:stretch}.pre-header__item{height:auto}.pre-header .main-header__infobar_cta,.pre-header__content{height:100%}.pre-header__item{align-items:baseline;color:#fff;display:flex;flex-wrap:wrap;gap:5px 10px;justify-content:center;padding:10px}.pre-header .main-header__infobar_cta{align-items:center;display:flex;gap:10px;justify-content:center;text-align:center}.pre-header .main-header__infobar_cta,.pre-header .main-header__infobar_cta p{margin:0;padding:0}@media (min-width:1025px){.pre-header .main-header__infobar_cta,.pre-header .main-header__infobar_cta p{white-space:nowrap}}.pre-header .main-header__infobar_cta p:last-of-type{display:inline-flex}@media (min-width:1025px){.main-menu{align-items:center;display:flex;gap:40px}}.main-menu__modal .modal__content{top:0;width:100%}@media (min-width:1025px){.main-menu__modal .modal__content{width:470px}}.main-menu__modal .modal__body{padding:0}.main-menu__modal .modal__header{padding:15px}.main-menu__modal .modal__close{margin-left:auto}@media (min-width:1025px){.menu-trigger{align-items:center;cursor:pointer;display:flex;font-weight:700;gap:15px;text-transform:uppercase}}.menu-trigger__text{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@media (min-width:1025px){.menu-trigger__text{height:auto;margin:0;position:static;width:auto}}.menu-trigger__icon{display:flex;flex-direction:column;height:27px;justify-content:space-between;width:36px}.menu-trigger__icon-line,.menu-trigger__icon:after,.menu-trigger__icon:before{background:#38373c;height:3px}@media (min-width:1025px){.menu-trigger__icon-line,.menu-trigger__icon:after,.menu-trigger__icon:before{transition:width .3s ease-out;will-change:width}}.menu-trigger__icon:after,.menu-trigger__icon:before{content:""}.menu-trigger__icon-line,.menu-trigger__icon:before{width:100%}@media (min-width:1025px){.menu-trigger__icon:before{width:70%}}.menu-trigger__icon:after{width:100%}@media (min-width:1025px){.menu-trigger__icon:after{width:85%}.menu-trigger:hover .menu-trigger__icon:after,.menu-trigger:hover .menu-trigger__icon:before{width:100%}}.main-menu__aside{display:none}@media (min-width:1025px){.main-menu__aside{font-weight:700;gap:50px;padding-left:40px;position:relative;text-transform:uppercase}.main-menu__aside:before{border-left:1px solid #dfdfdf;content:"";height:100%;inset:0 auto 0 0;position:absolute}.main-menu__aside,.main-menu__aside .menu-item__link{align-items:center;display:flex}.main-menu__aside .menu-item{transition:color .3s}.main-menu__aside .menu-item__secondary{font-weight:400}.main-menu__aside .menu-item__link{gap:6px}.main-menu__aside .menu-item:hover{color:#e30613}}.menu-modal__above{font-size:14px;font-weight:700;text-transform:uppercase}.menu-modal__above .menu-item{background-color:#f5f5f5;border-bottom:1px solid #fff}.menu-modal__above .menu-item__link{align-items:center;display:flex;gap:10px;padding:15px}.menu-modal__sub{border-top:1px solid #dfdfdf;font-size:14px;margin:0 20px 20px;padding-top:20px;text-transform:uppercase}.menu-modal__sub .menu-item__link{display:flex;padding:10px 0}.catalog-menu__content{padding:30px 20px 0}.catalog-menu__item{font-size:18px;margin-bottom:30px}.catalog-menu__trigger{align-items:center;color:#38373c;cursor:pointer;display:flex;gap:10px;margin-bottom:10px;text-align:left;width:100%}.catalog-menu__trigger .svg-icon{margin-left:auto}.catalog-menu__img{align-items:center;background-color:#f5f5f5;border-radius:50%;display:flex;height:60px;justify-content:center;min-width:60px;overflow:hidden;width:60px}.catalog-menu__img__img{max-width:100%;-o-object-fit:contain;object-fit:contain}.second-level__header{color:#fff;font-weight:700;overflow:hidden;padding:20px 15px;position:relative;z-index:1}.second-level__header:before{background:linear-gradient(180deg,transparent .27%,rgba(0,0,0,.3) 75.41%);content:"";inset:0;position:absolute;z-index:-1}.second-level__actions,.second-level__cta{align-items:center;cursor:pointer;display:flex}.second-level__actions{justify-content:space-between}.second-level__cta{background-color:#f5f5f5;border-radius:50%;font-size:10px;height:30px;justify-content:center;width:30px}.second-level__img{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%;z-index:-2}.second-level__title{display:block;font-size:26px;margin-bottom:10px;margin-top:50px}.second-level__link{font-size:14px;text-decoration:underline}.third-level__header{align-items:center;border-bottom:1px solid #dfdfdf;display:flex;font-size:26px;gap:20px;margin:20px 15px 0;padding-bottom:20px}.third-level__back,.third-level__close{cursor:pointer}.third-level__close{font-size:30px;margin-left:auto}.third-level__back{background-color:#f5f5f5;border-radius:50%;font-size:10px;height:30px;justify-content:center;width:30px}.third-level .catalog-menu__trigger{margin-bottom:0}.third-level__item{margin-bottom:20px;padding-bottom:10px}.third-level__item--open .svg-icon{transform:rotate(180deg)}.fourth-level{color:#78777e;font-size:16px;margin-top:10px}.fourth-level .catalog-menu__link{display:block;padding:10px}.menu-block{padding:0 20px 40px}.menu-block__title{display:block;font-size:20px;font-weight:700;margin-bottom:20px}.menu-block img{height:auto;width:100%}.menu-block li+li{margin-top:20px}.menu-block a{display:block;font-size:18px;font-weight:400}.menu-block a+a{margin-top:20px}.menu-block .encartDefault{background-color:#f5f5f5;display:flex;font-size:18px;height:100%;justify-content:space-between;margin-bottom:10px;padding:0}.menu-block .encartDefault img{width:auto}.menu-block .encartDefault&gt;div{align-items:center;display:flex;justify-content:space-between;width:100%}.menu-block .encartDefault&gt;div&gt;div{padding:10px}.menu-block .encartCuisine{display:flex;font-size:18px;height:100%;justify-content:space-between;margin-bottom:10px;padding:0}.menu-block .encartCuisine&gt;div{align-items:center;display:flex;gap:10px;justify-content:flex-start}.menu-block .encartCuisine&gt;div img{width:auto}.menu-block .encartCuisine&gt;div&gt;div{font-size:15px;width:100%}.menu-modal__footer{box-shadow:0 -4px 6px 0 hsla(0,1%,45%,.1);padding:20px 0}.menu-modal__footer .menu-block{padding-bottom:20px}.menu-footer__list{margin:0 20px 30px}.menu-footer__link{align-items:center;display:flex;font-size:14px;gap:20px;padding:7.5px 0}.menu-footer__link .svg-icon{font-size:26px}.textField{align-items:stretch;display:flex;flex-direction:column;gap:4px}.textField .label{color:#38373c;font-size:13px;font-weight:450;line-height:18px}.textField .bottomMessage,.textField .topMessage{align-items:center;color:#6c6d70;display:flex;font-size:11px;font-weight:450;gap:4px;line-height:13px}.textField .input-wrapper{align-items:center;background:#fff;display:flex;gap:10px;position:relative}.textField .input-wrapper input{border:1px solid #9ea2aa;color:#171a1c;font-size:14px;font-weight:450;height:100%;letter-spacing:.02em;line-height:19px;padding:12px;width:100%}.textField .input-wrapper input.password{padding-right:33px}.textField .input-wrapper input::-moz-placeholder{color:#81848a}.textField .input-wrapper input:-ms-input-placeholder{color:#81848a}.textField .input-wrapper input::placeholder{color:#81848a}.textField .input-wrapper input:hover{background:#186acd14}.textField .input-wrapper input:hover::-moz-placeholder{color:#38373c}.textField .input-wrapper input:hover:-ms-input-placeholder{color:#38373c}.textField .input-wrapper input:hover::placeholder{color:#38373c}.textField .input-wrapper input:active,.textField .input-wrapper input:focus{border:1px solid #186acd;outline:4px solid #186acd14}.textField .input-wrapper input:active::-moz-placeholder,.textField .input-wrapper input:focus::-moz-placeholder{opacity:0}.textField .input-wrapper input:active:-ms-input-placeholder,.textField .input-wrapper input:focus:-ms-input-placeholder{opacity:0}.textField .input-wrapper input:active::placeholder,.textField .input-wrapper input:focus::placeholder{opacity:0}.textField .input-wrapper input:-moz-read-only{background:#dfdfdf;border:1px solid #dfdfdf;color:#171a1c;pointer-events:none}.textField .input-wrapper input:read-only{background:#dfdfdf;border:1px solid #dfdfdf;color:#171a1c;pointer-events:none}.textField .input-wrapper input:read-only::-moz-placeholder{color:#171a1c}.textField .input-wrapper input:read-only:-ms-input-placeholder{color:#171a1c}.textField .input-wrapper input:-moz-read-only::placeholder{color:#171a1c}.textField .input-wrapper input:read-only::placeholder{color:#171a1c}.textField .input-wrapper input:disabled{background:#dfdfdf;border:1px solid #dfdfdf;color:#81848a;pointer-events:none}.textField .input-wrapper input:disabled::-moz-placeholder{color:#81848a}.textField .input-wrapper input:disabled:-ms-input-placeholder{color:#81848a}.textField .input-wrapper input:disabled::placeholder{color:#81848a}.textField .input-wrapper button{height:100%;opacity:.5;position:absolute;right:0;width:43px}.textField.error .input-wrapper input{border:1px solid #ff2d45}.textField.error .input-wrapper input:hover{background:#ff2d4514}.textField.error .input-wrapper input:hover::-moz-placeholder{color:#38373c}.textField.error .input-wrapper input:hover:-ms-input-placeholder{color:#38373c}.textField.error .input-wrapper input:hover::placeholder{color:#38373c}.textField.error .input-wrapper input:active,.textField.error .input-wrapper input:focus{background:#fff;border:1px solid #ff2d45;outline:4px solid #ff2d4514}.textField.error .input-wrapper input:active::-moz-placeholder,.textField.error .input-wrapper input:focus::-moz-placeholder{opacity:0}.textField.error .input-wrapper input:active:-ms-input-placeholder,.textField.error .input-wrapper input:focus:-ms-input-placeholder{opacity:0}.textField.error .input-wrapper input:active::placeholder,.textField.error .input-wrapper input:focus::placeholder{opacity:0}.textField.error .bottomMessage{color:#ff2d45}.ui-autocomplete{left:0;position:absolute;top:0}.placeholder-block{-webkit-animation:gradient 3s ease-in-out infinite;animation:gradient 3s ease-in-out infinite;background:linear-gradient(90.03deg,hsla(0,0%,100%,0) .02%,hsla(0,0%,100%,.6) 34.76%,hsla(0,0%,100%,.25) 35.6%,hsla(0,0%,100%,0) 46.85%),linear-gradient(0deg,#dfdfdf,#dfdfdf),#f5f5f5;background-size:400% 400%;height:40px;width:100%}.placeholder-block.border-radius{border-radius:8px}.placeholder-block.availability{height:54px}.placeholder-block.pickup{height:157px}@media screen and (min-width:768px){.placeholder-block.pickup{height:205px}}.placeholder-block.basket{height:12px;margin:16px 0 2px;width:71px}.placeholder-block.basket-bundle{height:26px;margin:16px 0 2px;width:200px}.placeholder-block.shop{height:48px;margin:0 0 12px}.placeholder-block.search{height:40px}.placeholder-block.location{height:17px;margin:0 0 4px;width:147px}.placeholder-block.icon{border-radius:4px;height:40px;width:56px}@media screen and (min-width:768px){.placeholder-block.icon{width:75px}}.inputSelect{align-items:stretch;display:flex;flex-direction:column;gap:4px}.inputSelect .label{color:#38373c;font-size:13px;font-weight:450;line-height:18px}.inputSelect .bottomMessage{color:#ff2d45}.inputSelect .type-wrapper{align-items:center;background:#fff;display:flex;gap:10px;position:relative}.inputSelect .type-wrapper .container{border:1px solid #9ea2aa;color:#171a1c;font-size:14px;font-weight:450;height:100%;letter-spacing:.02em;line-height:19px;max-width:none;padding:12px 46px 12px 12px;width:100%}.inputSelect .type-wrapper .container:hover{background:#186acd14}.inputSelect .type-wrapper .container:hover::-moz-placeholder{color:#38373c}.inputSelect .type-wrapper .container:hover:-ms-input-placeholder{color:#38373c}.inputSelect .type-wrapper .container:hover::placeholder{color:#38373c}.inputSelect .type-wrapper .classicType{color:#81848a;cursor:pointer;text-align:left}.inputSelect .type-wrapper .classicType.filled{color:#171a1c}.inputSelect .type-wrapper .classicType.opened{border:1px solid #186acd;outline:4px solid #186acd14}.inputSelect .type-wrapper .classicType.opened svg{rotate:180deg}.inputSelect .type-wrapper .classicType.opened svg path{fill:#186acd}.inputSelect .type-wrapper .classicType.opened+.options{display:block}.inputSelect .type-wrapper .classicType.disabled{background:#dfdfdf;border:1px solid #dfdfdf;color:#81848a;pointer-events:none}.inputSelect .type-wrapper .classicType.disabled svg{cursor:default}.inputSelect .type-wrapper .classicType.disabled svg path{fill:#6c6d70}.inputSelect .type-wrapper .classicType.error{border:1px solid #ff2d45}.inputSelect .type-wrapper .filterableType.container{z-index:1}.inputSelect .type-wrapper .filterableType.container::-moz-placeholder{color:#81848a}.inputSelect .type-wrapper .filterableType.container:-ms-input-placeholder{color:#81848a}.inputSelect .type-wrapper .filterableType.container::placeholder{color:#81848a}.inputSelect .type-wrapper .filterableType.container:active,.inputSelect .type-wrapper .filterableType.container:focus{border:1px solid #186acd;outline:4px solid #186acd14}.inputSelect .type-wrapper .filterableType.container:active::-moz-placeholder,.inputSelect .type-wrapper .filterableType.container:focus::-moz-placeholder{opacity:0}.inputSelect .type-wrapper .filterableType.container:active:-ms-input-placeholder,.inputSelect .type-wrapper .filterableType.container:focus:-ms-input-placeholder{opacity:0}.inputSelect .type-wrapper .filterableType.container:active::placeholder,.inputSelect .type-wrapper .filterableType.container:focus::placeholder{opacity:0}.inputSelect .type-wrapper .filterableType.container:active+svg,.inputSelect .type-wrapper .filterableType.container:focus+svg{rotate:180deg}.inputSelect .type-wrapper .filterableType.container:active+svg path,.inputSelect .type-wrapper .filterableType.container:focus+svg path{fill:#186acd}.inputSelect .type-wrapper .filterableType.container:active+svg+.options,.inputSelect .type-wrapper .filterableType.container:focus+svg+.options{display:block}.inputSelect .type-wrapper .filterableType.container:disabled{background:#dfdfdf;border:1px solid #dfdfdf;color:#81848a;pointer-events:none}.inputSelect .type-wrapper .filterableType.container:disabled::-moz-placeholder{color:#81848a}.inputSelect .type-wrapper .filterableType.container:disabled:-ms-input-placeholder{color:#81848a}.inputSelect .type-wrapper .filterableType.container:disabled::placeholder{color:#81848a}.inputSelect .type-wrapper .filterableType.container:disabled svg{cursor:default;z-index:1}.inputSelect .type-wrapper .filterableType.container:disabled svg path{fill:#6c6d70}.inputSelect .type-wrapper .checkboxType{color:#81848a;cursor:pointer}.inputSelect .type-wrapper .checkboxType.filled{color:#171a1c}.inputSelect .type-wrapper .checkboxType.opened{border:1px solid #186acd;outline:4px solid #186acd14}.inputSelect .type-wrapper .checkboxType.opened svg{rotate:180deg}.inputSelect .type-wrapper .checkboxType.opened svg path{fill:#186acd}.inputSelect .type-wrapper .checkboxType.opened+.options{display:block}.inputSelect .type-wrapper .checkboxType.opened+.options .checkbox{cursor:pointer;padding:6px 0}.inputSelect .type-wrapper .checkboxType.opened+.options .checkbox.checked,.inputSelect .type-wrapper .checkboxType.opened+.options .checkbox:hover{background:transparent}.inputSelect .type-wrapper .checkboxType.disabled{background:#dfdfdf;border:1px solid #dfdfdf;color:#81848a;pointer-events:none}.inputSelect .type-wrapper .checkboxType.disabled svg{cursor:default}.inputSelect .type-wrapper .checkboxType.disabled svg path{fill:#6c6d70}.inputSelect .type-wrapper svg{cursor:pointer;position:absolute;right:12px;transition:rotate .2s ease-in-out}.inputSelect .type-wrapper svg path{fill:#38373c}.inputSelect .type-wrapper .options{background:#fff;border:1px solid #9ea2aa;display:none;left:0;margin-top:7px;max-height:218px;overflow-y:auto;padding:0 12px;position:absolute;top:100%;width:100%;z-index:2}.inputSelect .type-wrapper .options.show{display:block}.inputSelect .type-wrapper .options .option{cursor:pointer;padding:6px 0;position:relative;width:100%}.inputSelect .type-wrapper .options .option:after{background:#f5f5f5;content:"";display:block;height:1px;left:0;position:absolute;top:100%;width:100%}.inputSelect .type-wrapper .options .option .option-label{border-radius:8px;color:#171a1c;font-size:14px;font-weight:450;letter-spacing:.02em;line-height:19px;padding:6px 8px;width:100%}.inputSelect .type-wrapper .options .option .option-label.selected,.inputSelect .type-wrapper .options .option .option-label:hover{background:#186acd14}.inputSelect .type-wrapper .options .option .option-label .match{color:#186acd}.inputSelect .type-wrapper .invisible{opacity:0}.inputSelect .bottomMessage{align-items:center;color:#6c6d70;display:flex;font-size:11px;font-weight:450;gap:4px;line-height:13px}.inputSelect.error .type-wrapper button,.inputSelect.error .type-wrapper input{border:1px solid #ff2d45}.inputSelect.error .type-wrapper button:hover,.inputSelect.error .type-wrapper input:hover{background:#ff2d4514}.inputSelect.error .type-wrapper button:hover::-moz-placeholder,.inputSelect.error .type-wrapper input:hover::-moz-placeholder{color:#38373c}.inputSelect.error .type-wrapper button:hover:-ms-input-placeholder,.inputSelect.error .type-wrapper input:hover:-ms-input-placeholder{color:#38373c}.inputSelect.error .type-wrapper button:hover::placeholder,.inputSelect.error .type-wrapper input:hover::placeholder{color:#38373c}.inputSelect.error .type-wrapper button:active,.inputSelect.error .type-wrapper button:focus,.inputSelect.error .type-wrapper input:active,.inputSelect.error .type-wrapper input:focus{background:#fff;border:1px solid #ff2d45;outline:4px solid #ff2d4514}.inputSelect.error .type-wrapper button:active::-moz-placeholder,.inputSelect.error .type-wrapper button:focus::-moz-placeholder,.inputSelect.error .type-wrapper input:active::-moz-placeholder,.inputSelect.error .type-wrapper input:focus::-moz-placeholder{opacity:0}.inputSelect.error .type-wrapper button:active:-ms-input-placeholder,.inputSelect.error .type-wrapper button:focus:-ms-input-placeholder,.inputSelect.error .type-wrapper input:active:-ms-input-placeholder,.inputSelect.error .type-wrapper input:focus:-ms-input-placeholder{opacity:0}.inputSelect.error .type-wrapper button:active::placeholder,.inputSelect.error .type-wrapper button:focus::placeholder,.inputSelect.error .type-wrapper input:active::placeholder,.inputSelect.error .type-wrapper input:focus::placeholder{opacity:0}.inputSelect.error .bottomMessage{color:#ff2d45}.splide.is-initialized:not(.is-active) .splide__list,.splide__track--ttb&gt;.splide__list{display:block}@-webkit-keyframes splide-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes splide-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade&gt;.splide__list&gt;.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade&gt;.splide__list&gt;.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-webkit-flex;display:flex;height:100%;margin:0!important;padding:0!important}.splide__pagination{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination,.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-flex-shrink:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{-webkit-animation:splide-loading 1s linear infinite;animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-display:swap;font-family:CircularStd;font-style:normal;font-weight:400;src:url(https://media.but.fr/Sources/Font/CircularStd/CircularStdBook.woff2) format("woff2")}@font-face{font-display:swap;font-family:CircularStd;font-style:normal;font-weight:700;src:url(https://media.but.fr/Sources/Font/CircularStd/CircularStdBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:CircularStd;font-style:normal;font-weight:900;src:url(https://media.but.fr/Sources/Font/CircularStd/CircularStdBlack.woff2) format("woff2")}@font-face{font-display:swap;font-family:Verveine;font-style:normal;font-weight:400;src:url(https://media.but.fr/Sources/Font/Verveine/VerveineRegular-webfont.woff2) format("woff2")}html{font-size:62.5%}html body{color:#38373c;font-family:CircularStd,Helvetica,Arial,sans-serif;font-size:1.6em}html body.fixedMenu,html body.fixedSearch{height:100vh;overflow:hidden;width:100vw}html body *{box-sizing:border-box}html body strong{font-weight:700}html body a,html body a:active,html body a:focus,html body a:hover,html body a:visited,html body alink{text-decoration:none}html body button{border:0}html body input,html body input[type=search],html body select,html body textarea{box-sizing:border-box;font-family:CircularStd,Helvetica,Arial,sans-serif}html body input:focus,html body input[type=search]:focus,html body select:focus,html body textarea:focus{outline:none}html body h1,html body h2,html body h3,html body h4,html body h5{font-weight:700}html body input[type=search]::-webkit-search-cancel-button,html body input[type=search]::-webkit-search-results-button,html body input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}@media (max-width:992px){html{font-size:50%}}@media (max-width:940px){html{font-size:50%}}@media (max-width:768px){html{font-size:49%}}.owl-carousel{-webkit-tap-highlight-color:transparent;display:none;width:100%;z-index:1}.owl-carousel .owl-stage{-moz-backface-visibility:hidden;position:relative;touch-action:manipulation}.owl-carousel .owl-stage:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}.owl-carousel .owl-stage-outer{overflow:hidden;position:relative;-webkit-transform:translateZ(0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-backface-visibility:hidden;float:left;min-height:1px;position:relative}.owl-carousel .owl-item img{display:block;width:99.75%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:none;border:none;color:inherit;font:inherit;padding:0!important}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{display:block;opacity:0}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{background:#000;height:100%;position:relative}.owl-carousel .owl-video-play-icon{-webkit-backface-visibility:hidden;cursor:pointer;height:80px;left:50%;margin-left:-40px;margin-top:-40px;position:absolute;top:50%;transition:transform .1s ease;width:80px;z-index:1}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;opacity:0;transition:opacity .4s ease}.owl-carousel .owl-video-frame{height:100%;position:relative;width:100%;z-index:1}.flipdown{height:110px;overflow:visible;width:510px}.flipdown.flipdown__theme-dark{font-family:sans-serif;font-weight:700}.flipdown.flipdown__theme-dark .rotor-group-heading:before{color:#000}.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after,.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before{background-color:#151515}.flipdown.flipdown__theme-dark .rotor,.flipdown.flipdown__theme-dark .rotor-leaf-front,.flipdown.flipdown__theme-dark .rotor-top{background-color:#151515;color:#fff}.flipdown.flipdown__theme-dark .rotor-bottom,.flipdown.flipdown__theme-dark .rotor-leaf-rear{background-color:#202020;color:#efefef}.flipdown.flipdown__theme-dark .rotor:after{border-top:1px solid #151515}.flipdown.flipdown__theme-light{font-family:sans-serif;font-weight:700}.flipdown.flipdown__theme-light .rotor-group-heading:before{color:#eee}.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after,.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before{background-color:#ddd}.flipdown.flipdown__theme-light .rotor,.flipdown.flipdown__theme-light .rotor-leaf-front,.flipdown.flipdown__theme-light .rotor-top{background-color:#ddd;color:#222}.flipdown.flipdown__theme-light .rotor-bottom,.flipdown.flipdown__theme-light .rotor-leaf-rear{background-color:#eee;color:#333}.flipdown.flipdown__theme-light .rotor:after{border-top:1px solid #222}.flipdown .rotor-group{float:left;padding-right:30px;position:relative}.flipdown .rotor-group:last-child{padding-right:0}.flipdown .rotor-group-heading:before{display:block;height:30px;line-height:30px;text-align:center}.flipdown .rotor-group:first-child .rotor-group-heading:before,.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before,.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before,.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before{content:attr(data-before)}.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before{border-radius:50%;bottom:20px;content:"";height:10px;left:115px;position:absolute;width:10px}.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after{border-radius:50%;bottom:50px;content:"";height:10px;left:115px;position:absolute;width:10px}.flipdown .rotor{border-radius:4px;float:left;font-size:4rem;height:80px;margin:0 5px 0 0;perspective:200px;position:relative;text-align:center;width:50px}.flipdown .rotor:last-child{margin-right:0}.flipdown .rotor-bottom,.flipdown .rotor-top{height:40px;overflow:hidden;position:absolute;width:50px}.flipdown .rotor-leaf{height:80px;position:absolute;transform-style:preserve-3d;transition:transform 0s;width:50px;z-index:1}.flipdown .rotor-leaf.flipped{transform:rotateX(-180deg);transition:all .5s ease-in-out}.flipdown .rotor-leaf-front,.flipdown .rotor-leaf-rear{backface-visibility:hidden;-webkit-backface-visibility:hidden;height:40px;margin:0;overflow:hidden;position:absolute;transform:rotateX(0deg);width:50px}.flipdown .rotor-leaf-front{border-radius:4px 4px 0 0;line-height:80px}.flipdown .rotor-leaf-rear{border-radius:0 0 4px 4px;line-height:0px;transform:rotateX(-180deg)}.flipdown .rotor-top{border-radius:4px 4px 0 0;line-height:80px}.flipdown .rotor-bottom{border-radius:0 0 4px 4px;bottom:0;line-height:0px}.flipdown .rotor:after{border-radius:0 0 4px 4px;bottom:0;content:"";height:40px;left:0;position:absolute;width:50px;z-index:2}@media (max-width:550px){.flipdown{height:70px;width:312px}.flipdown .rotor{font-size:2.2rem;margin-right:3px;width:30px}.flipdown .rotor-bottom,.flipdown .rotor-leaf,.flipdown .rotor-leaf-front,.flipdown .rotor-leaf-rear,.flipdown .rotor-top,.flipdown .rotor:after{width:30px}.flipdown .rotor-group{padding-right:20px}.flipdown .rotor-group:last-child{padding-right:0}.flipdown .rotor-group-heading:before{font-size:.8rem;height:20px;line-height:20px}.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after,.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before{left:69px}.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before{bottom:13px;height:8px;width:8px}.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after{bottom:29px;height:8px;width:8px}.flipdown .rotor-leaf-front,.flipdown .rotor-top{line-height:50px}.flipdown .rotor,.flipdown .rotor-leaf{height:50px}.flipdown .rotor-bottom,.flipdown .rotor-leaf-front,.flipdown .rotor-leaf-rear,.flipdown .rotor-top,.flipdown .rotor:after{height:25px}}.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{border:0;margin:0;outline:none;padding:0;vertical-align:top}.fancybox-wrap{left:50%;position:fixed;top:50%;z-index:51000}.fancybox-skin{background:#fff;color:#444;position:relative;text-shadow:none}.fancybox-opened{z-index:51000}.fancybox-inner,.fancybox-outer{position:relative}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-inner{overflow-x:hidden}.fancybox-error{color:#444;font:14px/20px Helvetica Neue,Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;height:100%;width:100%}.fancybox-image{max-height:100%;max-width:100%}.fancybox-nav{-webkit-tap-highlight-color:rgba(0,0,0,0);background:transparent;cursor:pointer;height:100%;position:absolute;text-decoration:none;top:0;width:40%;z-index:51000}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{cursor:pointer;height:34px;margin-top:-18px;position:absolute;top:50%;visibility:hidden;width:36px;z-index:51000}.fancybox-prev span{background-position:0 -36px;left:10px}.fancybox-next span{background-position:0 -72px;right:10px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{left:-99999px;max-height:99999px;max-width:99999px;overflow:visible!important;position:absolute;top:-99999px;visibility:hidden}.fancybox-lock{overflow:hidden!important;width:auto}.fancybox-lock body{overflow:hidden}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{background:rgba(0,0,0,.7);bottom:0;display:none;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:50950}.fancybox-overlay-fixed{bottom:0;position:fixed;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{font:normal 13px/20px Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:51000}.fancybox-opened .fancybox-title,.fancybox-title{visibility:hidden}.fancybox-title-float-wrap{bottom:0;margin-bottom:-35px;position:absolute;right:50%;text-align:center;z-index:51000}.fancybox-title-float-wrap .child{background:transparent;background:rgba(0,0,0,.7);border-radius:15px;color:#fff;display:inline-block;font-weight:700;line-height:24px;margin-right:-100%;padding:2px 20px;text-shadow:0 1px 2px #222;white-space:nowrap}.fancybox-title-outside-wrap{color:#fff;margin-top:10px;position:relative}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{background:#000;background:rgba(0,0,0,.7);bottom:0;color:#fff;left:0;padding:10px;position:absolute}body .fancybox-wrap{background:#fff}div[id^=popin-erreur-dispo]{background:#fff;box-sizing:border-box;color:#000;font-size:12px;height:183px;max-width:100%;padding:30px;position:relative;width:492px}div[id^=popin-erreur-dispo] .t-popin{font-family:Lato,arial,sans-serif;font-size:20px;font-weight:700;padding:0 0 10px;text-transform:uppercase}div[id^=popin-erreur-dispo] .txt-edispo{display:inline-block;font-family:Lato,arial,sans-serif;font-size:14px;font-weight:400;margin:20px 0;position:relative;text-transform:none}div[id^=popin-erreur-dispo] .valid-btn{display:block;position:relative}div[id^=popin-erreur-dispo] .valid-btn input{background:#fff;border:1px solid #c6c6c6;color:#9e9e9e;max-width:432px;padding:8px 36px 8px 8px;width:100%}div[id^=popin-erreur-dispo] .valid-btn button,div[id^=popin-erreur-dispo] .valid-btn input{appearance:none;-moz-appearance:none;-webkit-appearance:none;box-sizing:border-box;height:38px;outline:none}div[id^=popin-erreur-dispo] .valid-btn button{background-color:#768d9f;border:0;bottom:0;color:#fff;cursor:pointer;font-family:Lato;font-size:16px;line-height:1;margin:0;padding:6px 8px;position:absolute;right:0;text-transform:uppercase;top:0;transition-duration:.3s;vertical-align:middle}div[id^=popin-erreur-dispo] .valid-btn button:hover{background-color:#6d8291}div[id^=popin-erreur-dispo]&gt;*{width:100%}div[id^=popin-erreur-dispo] .list-stock .line-stock&gt;*,div[id^=popin-erreur-dispo] .menu-stock li,div[id^=popin-erreur-dispo] .modify-search&gt;*,div[id^=popin-erreur-dispo] .pied-popin&gt;div,div[id^=popin-erreur-dispo]&gt;*{display:inline-block;vertical-align:middle}div[id^=popin-erreur-dispo] .menu-stock,div[id^=popin-erreur-dispo] .modify-search,div[id^=popin-erreur-dispo] h3{border-bottom:1px solid #cecece}.picto-energie{align-items:center;background-color:#cecece;background-image:linear-gradient(var(--color-top),var(--color-mid),var(--color-bot));border:1px solid #cecece;border-radius:1px;color:#fff;display:flex;flex-direction:row;font-size:18px;height:36px;justify-content:space-between;margin:0 18px 15px 0;position:relative;width:70px}.picto-energie:after,.picto-energie:before{border:solid transparent;content:"";height:0;left:100%;pointer-events:none;position:absolute;top:50%;width:0}.picto-energie:before{border-color:hsla(0,0%,81%,0) hsla(0,0%,81%,0) hsla(0,0%,81%,0) #cecece;border-width:18px;margin-top:-18px}.picto-energie:after{border-color:rgba(136,183,213,0);border-width:17px;margin-top:-17px}.picto-energie.nivA{background-color:#00a652}.picto-energie.nivA:after{border-color:transparent transparent transparent #00a652}.picto-energie.nivB{background-color:#4cb848}.picto-energie.nivB:after{border-color:transparent transparent transparent #4cb848}.picto-energie.nivC{background-color:#bed52f}.picto-energie.nivC:after{border-color:transparent transparent transparent #bed52f}.picto-energie.nivD{background-color:#fff201}.picto-energie.nivD:after{border-color:transparent transparent transparent #fff201}.picto-energie.nivE{background-color:#ffb712}.picto-energie.nivE:after{border-color:transparent transparent transparent #ffb712}.picto-energie.nivF{background-color:#f36f25}.picto-energie.nivF:after{border-color:transparent transparent transparent #f36f25}.picto-energie.nivG{background-color:#e71e26}.picto-energie.nivG:after{border-color:transparent transparent transparent #e71e26}.picto-energie .icon{background:url(https://www.but.fr/Sources/Default/Images/Catalog/Product/svg/icon_ene.svg) 3px 2.5px/8px no-repeat #fff;content:"";display:block;height:34px;width:36%}.picto-energie .note{color:#fff;display:inline-block;font-size:20px;font-weight:700;line-height:20px;margin:8px 0;text-align:center;text-transform:uppercase;width:74%}#aside-to-top{cursor:pointer;transition:all .2s ease-out}#aside-to-top:not(.visible),#aside-to-top:not(.visible):active,#aside-to-top:not(.visible):hover,#aside-to-top:not(.visible):link,#aside-to-top:not(.visible):visited{opacity:0;right:-55px}#aside-to-top.visible{opacity:1}#aside-to-top,#aside-to-top:link,#aside-to-top:visited{bottom:10%;color:#d3d3d3;font-size:16px;outline:none;padding:0;position:fixed;right:40px;text-align:center;text-decoration:none;z-index:250}#aside-to-top:active,#aside-to-top:hover{color:#9ea2aa}#aside-to-top:active:before,#aside-to-top:hover:before{background-color:rgba(56,55,60,.3)}#aside-to-top:before{background-color:rgba(56,55,60,.15);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.519' height='29.415'%3E%3Cg fill='%23fff'%3E%3Cpath d='m18.519 9.26-1.414 1.414L9.26 2.829l-7.845 7.845L.001 9.26 9.26.001Z'/%3E%3Cpath d='M10.228 29.415h-2v-28h2Z'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50px;content:"";display:block;height:55px;margin-bottom:5px;position:relative;transition:all .2s ease-out;width:55px}.main aside .scroll-box-top:not(.fixed) #aside-to-top{opacity:0;right:-55px}.main aside .scroll-box-top.visible{opacity:1;right:inherit}.main aside .scroll-box-top.fixed #aside-to-top{bottom:10%;opacity:1;right:40px}.owl-carousel{position:relative}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:rgba(56,55,60,.08);height:40px;left:10px;position:absolute;top:calc(50% - 20px);width:30px}.owl-carousel .owl-nav button.owl-next span,.owl-carousel .owl-nav button.owl-prev span{display:none}.owl-carousel .owl-nav button.owl-next:after,.owl-carousel .owl-nav button.owl-prev:after{border:1px solid #fff;border-left:0;border-top:0;content:"";display:inline-block;height:15px;left:3px;position:relative;top:1px;transform:translateY(0) rotate(135deg);transform-origin:center center;width:15px}.owl-carousel .owl-nav button.owl-next{left:inherit;right:10px}.owl-carousel .owl-nav button.owl-next:after{transform:translateY(0) translateX(-7px) rotate(-45deg)}.com_locale .storeBanners{align-items:stretch;background-color:#f5f5f5;color:#38373c;display:block;display:flex;flex-wrap:nowrap;justify-content:flex-start;line-height:0;line-height:1;margin:5px 20px 15px}.com_locale .storeBanners .place{align-items:center;background-color:#c8c8c8;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.519' height='57.799'%3E%3Cpath d='M22.78 25.222c-.045-3.291 0 3.499 0 0Z' fill='%23f5f5f5'/%3E%3Cg fill='%2338373c'%3E%3Cpath d='M22.828 0h.013a22.26 22.26 0 0 1 15.784 6.668 23.289 23.289 0 0 1 6.894 16.227v.019a29.059 29.059 0 0 1-2.4 10.756 56.533 56.533 0 0 1-6.637 11.727c-5.395 7.507-10.549 11.432-12.7 12.238l-.049.018-.05.015a3.321 3.321 0 0 1-1.854 0l-.05-.015-.049-.018c-2.1-.788-7.219-4.7-12.693-12.235-5.745-7.947-9.04-16.142-9.04-22.485V22.9A23.15 23.15 0 0 1 22.811 0Zm19.891 22.925a20.371 20.371 0 0 0-6.071-14.273l-.015-.015a19.585 19.585 0 0 0-13.792-5.836A20.236 20.236 0 0 0 2.8 22.925c0 5.767 3.1 13.36 8.507 20.835a54.219 54.219 0 0 0 7.123 8.121 17.764 17.764 0 0 0 4.227 3.113.509.509 0 0 0 .2 0c1.548-.625 6.233-4.111 11.349-11.23 5.409-7.486 8.51-15.078 8.513-20.839Z'/%3E%3Cpath d='M22.759 10.597a13.147 13.147 0 1 1-9.3 3.851 13.065 13.065 0 0 1 9.301-3.851Zm0 23.494a10.347 10.347 0 1 0-10.347-10.347 10.359 10.359 0 0 0 10.347 10.347Z'/%3E%3C/g%3E%3C/svg%3E");background-position:3.7rem;background-repeat:no-repeat;-webkit-clip-path:polygon(0 -400%,0 600%,100% 50%);clip-path:polygon(0 -400%,0 600%,100% 50%);display:flex;padding:1rem 9rem 1rem 12rem;width:40%}.com_locale .storeBanners .place h2{font-size:2.2rem;font-weight:400;text-align:left}.com_locale .storeBanners .place h2 strong{display:block;font-size:3.5rem;font-weight:700;margin-top:.5rem}.com_locale .storeBanners .animCo{align-items:center;display:flex;flex-wrap:nowrap;justify-content:flex-start;padding:1rem 2rem 1rem 4rem;width:60%}.com_locale .storeBanners .animCo .summary .date{font-size:2.5rem}.com_locale .storeBanners .animCo .summary .opName{font-size:4rem;font-weight:700;padding-bottom:5px;text-align:left}.com_locale .storeBanners .animCo .summary .description{font-size:1.4rem}.com_locale .storeBanners .animCo .summary .description.declaration,.com_locale .storeBanners .animCo .summary .description.event{margin-top:5px}.com_locale .storeBanners .animCo .cta{margin-left:5%;min-width:160px}.com_locale .storeBanners .animCo .cta p{font-size:1.6rem;text-align:center}.com_locale .storeBanners .animCo .cta p strong{color:orange;font-size:7.4rem}.com_locale .storeBanners .animCo .cta p strong sup{font-size:3rem;vertical-align:top}.com_locale .storeBanners .animCo .cta p strong sup span{font-size:1.6rem;vertical-align:top}.com_locale .storeBanners .animCo .cta p .condition{display:block;font-size:1.2rem;line-height:8px}.com_locale .storeBanners .animCo .cta .linkBox{border:1px solid #5c7b92;color:#5c7b92;display:block;font-size:16px;margin:30px auto 0;padding:10px 0;text-align:center;width:130px}.com_locale .storeBanners .animCo.soldes .cta strong,.com_locale .storeBanners .animCo.soldes .summary .opName span{color:orange}.com_locale .storeBanners .animCo.marqueeBedding .cta strong,.com_locale .storeBanners .animCo.marqueeBedding .summary .opName span{color:#6495ed}.com_locale .storeBanners .animCo .cta p strong,.com_locale .storeBanners .animCo.destockage .cta p strong,.com_locale .storeBanners .animCo.destockage .summary .opName span,.com_locale .storeBanners .animCo.liquidation .cta p strong,.com_locale .storeBanners .animCo.liquidation .summary .opName span{color:#e30613}.hp .logos_marques ul li a,.hp .zone.t2s a,.hp__alerte a,.hp__blog&gt;a h2:after,.hp__blog&gt;div a img,.hp__boutique ul li:first-child a p span:last-child,.hp__boutique ul li:nth-child(2) a p span:last-child,.hp__boutique ul li:nth-child(3) a p span:last-child,.hp__contact .formNewsletter input.field,.hp__contact .formNewsletter input.field.empty+div,.hp__contact .formNewsletter input.field.invalid+div,.hp__contact .formNewsletter input[type=submit],.hp__depliant .zone_catalogue a img,.hp__depliant .zone_guide&gt;div:first-child a img,.hp__marques-but a img{transition:all .2s ease-out}.hp{margin:0 auto;max-width:1600px;min-width:940px;padding:160px 0 0}.hp img{height:auto;max-width:100%}.hp .map_area{position:relative}.hp&gt;section{margin-bottom:60px;padding:0 20px}.hp&gt;section:empty{margin-bottom:0}.hp__com-nationale{text-align:center}.hp__com-nationale p{font-size:4rem;font-weight:500;padding:10px 0 14px}.hp__com-nationale p+p{display:inline-block;font-size:2rem;font-weight:200;margin:0;padding:12px 20px;width:auto}.hp__com-nationale strong{font-weight:900}.hp__com-nationale a.btn{background-color:#e30613;border:0;color:#fff;cursor:pointer;display:inline-block;font-size:2rem;line-height:20px;padding:15px;text-align:center;transition:all .2s ease-out}.hp__com-nationale a.btn:hover{background-color:#ca0511}.hp__traffic ul{display:flex;gap:1.283%}.hp__traffic ul li{background-color:#f5f5f5;background-position:50%;background-repeat:no-repeat;width:100%}.hp__traffic ul li[data-apzone-action=hp__traffic-1]{background-image:url(https://media.but.fr/Desktop/Homepage/hp_traffic/hp_traffic_1.jpg)}.hp__traffic ul li[data-apzone-action=hp__traffic-2]{background-image:url(https://media.but.fr/Desktop/Homepage/hp_traffic/hp_traffic_2.jpg)}.hp__traffic ul li[data-apzone-action=hp__traffic-3]{background-image:url(https://media.but.fr/Desktop/Homepage/hp_traffic/hp_traffic_3.jpg)}.hp__traffic a{display:flex;padding:40px}.hp__traffic a p span:last-child{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:hsla(0,0%,100%,.68);border:2px solid #38373c;color:#38373c;cursor:pointer;display:inline-block;font-size:2.5rem;line-height:25px;padding:15px 30px;text-align:center;transition:all .2s ease-out}.hp__traffic a p span:last-child:hover{background-color:#e30613;border-color:#e30613;color:#fff}@media screen and (max-width:1200px){.hp__traffic a p span:last-child{font-size:2rem}}.hp__traffic a:hover p span:last-child{background-color:#e30613;border-color:#e30613;color:#fff}.hp__traffic p span:first-child{display:block;font-size:3rem}@media screen and (max-width:1280px){.hp__traffic p span:first-child{font-size:2.5rem}}@media screen and (max-width:1200px){.hp__traffic p span:first-child{font-size:2rem}}.hp__traffic p span:nth-child(2){display:inline-block;font-size:4.8rem;font-weight:900;margin:18px 0 30px}@media screen and (max-width:1280px){.hp__traffic p span:nth-child(2){font-size:4.2rem}}@media screen and (max-width:1200px){.hp__traffic p span:nth-child(2){font-size:3.5rem}}.hp__traffic p strong{color:#e30613;display:inline-block;font-size:4.8rem;font-weight:900;margin:18px 0 30px 10px}@media screen and (max-width:1280px){.hp__traffic p strong{font-size:4.2rem}}@media screen and (max-width:1200px){.hp__traffic p strong{font-size:3.5rem}}.hp__titre-mea{margin-bottom:40px}.hp__titre-mea,.hp__titre-mea h2{position:relative;text-align:center}.hp__titre-mea h2{background-color:#fff;display:inline-block;font-size:3.8rem;padding:0 40px;z-index:2}.hp__titre-mea h2 span{color:#e30613}.hp__titre-mea:before{border-top:1px solid #38373c;content:"";display:inline-block;left:20px;position:absolute;top:20px;width:calc(100% - 40px);z-index:1}.hp__Credit{display:flex;gap:1.283%;margin:40px 0}.hp__Credit .carte{background-color:#f5f5f5;width:63.0384615385%}.hp__Credit .carte .carte__header{display:flex;height:135px;justify-content:space-between}.hp__Credit .carte .carte__header img{height:110px;width:120px}.hp__Credit .carte .carte__header h3{color:#0096a9;font-size:4.5rem;font-weight:700}@media screen and (max-width:1366px){.hp__Credit .carte .carte__header h3{font-size:calc(4.2rem - 40%)}}@media screen and (max-width:1200px){.hp__Credit .carte .carte__header h3{font-size:calc(4.2rem - 55%)}}@media screen and (max-width:1024px){.hp__Credit .carte .carte__header h3{font-size:calc(4.2rem - 65%)}}.hp__Credit .carte .carte__header h4{color:#0096a9;font-size:2rem;font-weight:600;padding-top:10px}.hp__Credit .carte .carte__content{border:3px solid #0096a9;display:flex;flex-direction:column;height:350px;justify-content:space-between;padding:20px}.hp__Credit .carte .carte__content .avantages{display:flex;gap:1.283%;margin-top:20px}.hp__Credit .carte .carte__content .avantages section{align-items:center;display:flex;margin-bottom:20px;width:36%}.hp__Credit .carte .carte__content .avantages section:nth-of-type(3){justify-content:end}.hp__Credit .carte .carte__content .avantages section:nth-of-type(2){justify-content:center}.hp__Credit .carte .carte__content .avantages section h5{font-size:1.7rem;font-weight:400}.hp__Credit .carte .carte__content .avantages section h5 span:first-child{font-weight:700}.hp__Credit .carte .carte__content .avantages section h5 span:nth-of-type(2){display:flex;white-space:nowrap}.hp__Credit .carte .carte__content .avantages section h5 img{vertical-align:sub;width:55%}.hp__Credit .carte .carte__content .avantages section img.cashBack,.hp__Credit .carte .carte__content .avantages section img.livraison{margin-right:5px;width:6rem}@media screen and (max-width:1438px){.hp__Credit .carte .carte__content .avantages section img.cashBack,.hp__Credit .carte .carte__content .avantages section img.livraison{width:4rem}}@media screen and (max-width:1074px){.hp__Credit .carte .carte__content .avantages section img.cashBack,.hp__Credit .carte .carte__content .avantages section img.livraison{width:3rem}}.hp__Credit .carte .carte__content .avantages section img.camionnette,.hp__Credit .carte .carte__content .avantages section img.chequeCadeau{margin-right:5px;width:8rem}@media screen and (max-width:1438px){.hp__Credit .carte .carte__content .avantages section img.camionnette,.hp__Credit .carte .carte__content .avantages section img.chequeCadeau{width:6rem}}@media screen and (max-width:1074px){.hp__Credit .carte .carte__content .avantages section img.camionnette,.hp__Credit .carte .carte__content .avantages section img.chequeCadeau{width:5rem}}.hp__Credit .carte .carte__content .carte__button{background-color:#e30613;border:0;color:#fff;cursor:pointer;display:inline-block;font-size:2rem;line-height:18px;margin:10px 0;padding:15px 20px;text-align:center;transition:all .2s ease-out;white-space:nowrap}.hp__Credit .carte .carte__content .carte__button:hover{background-color:#ca0511}.hp__Credit .financement-mensualites{background-color:#f5f5f5;width:35.6794871795%}.hp__Credit .financement-mensualites .financement-mensualites__content{border:3px solid #0096a9;display:flex;flex-direction:column;height:350px;justify-content:space-between;padding:20px}.hp__Credit .financement-mensualites .financement-mensualites__content h3{color:#0096a9;font-size:4.2rem;font-weight:700}@media screen and (max-width:1366px){.hp__Credit .financement-mensualites .financement-mensualites__content h3{font-size:calc(4.2rem - 40%)}}@media screen and (max-width:1200px){.hp__Credit .financement-mensualites .financement-mensualites__content h3{font-size:calc(4.2rem - 55%)}}@media screen and (max-width:1024px){.hp__Credit .financement-mensualites .financement-mensualites__content h3{font-size:calc(4.2rem - 65%)}}.hp__Credit .financement-mensualites .financement-mensualites__content h4{color:#0096a9;font-size:2rem;font-weight:600;padding-top:10px}@media screen and (max-width:1200px){.hp__Credit .financement-mensualites .financement-mensualites__content h4{font-size:calc(2rem - 20%)}}@media screen and (max-width:1024px){.hp__Credit .financement-mensualites .financement-mensualites__content h4{font-size:calc(2rem - 30%)}}.hp__Credit .financement-mensualites .financement-mensualites__content&gt;section:first-of-type{display:flex;height:135px;justify-content:space-between}.hp__Credit .financement-mensualites .financement-mensualites__content img{width:110px}.hp__Credit .financement-mensualites .financement-mensualites__content p{font-size:1.6rem;font-weight:800;line-height:2rem;padding:18px 0}@media screen and (max-width:1400px){.hp__Credit .financement-mensualites .financement-mensualites__content p{font-size:calc(1.6rem - 10%)}}@media screen and (max-width:1300px){.hp__Credit .financement-mensualites .financement-mensualites__content p{font-size:calc(1.6rem - 20%)}}@media screen and (max-width:1200px){.hp__Credit .financement-mensualites .financement-mensualites__content p{font-size:calc(1.6rem - 30%)}}@media screen and (max-width:1036px){.hp__Credit .financement-mensualites .financement-mensualites__content p{font-size:calc(1.6rem - 40%)}}.hp__Credit .financement-mensualites .financement-mensualites__content .financement-mensualites__button{background-color:#e30613;border:0;color:#fff;cursor:pointer;display:inline-block;font-size:2rem;line-height:18px;margin:10px 0;padding:15px 20px;text-align:center;transition:all .2s ease-out;white-space:nowrap}.hp__Credit .financement-mensualites .financement-mensualites__content .financement-mensualites__button:hover{background-color:#ca0511}.hp__Credit span.voir-conditions{display:block;font-size:1.22rem;font-weight:600}.hp__contact{align-items:center;background-color:#f5f5f5;display:flex;gap:1.283%;justify-content:space-between;margin-left:20px;margin-right:20px;margin-top:0}.hp__contact h3{background-color:#f5f5f5;font-size:2.5rem;font-weight:400;position:relative;z-index:1}@media screen and (max-width:1570px){.hp__contact h3{font-size:1.6rem}}@media screen and (max-width:1194px){.hp__contact h3{font-size:2rem;width:20%}}.hp__contact h3 span{font-size:4rem;font-weight:700}@media screen and (max-width:1570px){.hp__contact h3 span{font-size:3.5rem}}@media screen and (max-width:1194px){.hp__contact h3 span{font-size:3rem}}.hp__contact h3+p{align-items:center;background-color:#fff;border:2px solid #9ea2aa;color:#f4c134;font-size:3.3rem;font-weight:900;line-height:2.6rem;margin:1.5% 2.2%;min-width:297px;padding:2.2rem;position:relative}@media screen and (max-width:1280px){.hp__contact h3+p{font-size:4rem;min-width:200px}}@media screen and (max-width:1194px){.hp__contact h3+p{min-width:150px}}.hp__contact h3+p:after,.hp__contact h3+p:before{color:#9ea2aa;content:". . . . . . . . . . .";font-size:1.2rem;height:20px;left:-20%;overflow:hidden;position:absolute;top:36%;width:20%}.hp__contact h3+p:before{left:inherit;right:-22%}.hp__contact h3+p span{color:#38373c;display:block;font-size:1.9rem;font-weight:400;line-height:1.7rem;text-align:center}@media screen and (max-width:1280px){.hp__contact h3+p span{font-size:1.6rem}}.hp__contact h3+p sup{font-size:2.5rem;position:relative;top:-16px}@media screen and (max-width:1280px){.hp__contact h3+p sup{font-size:1.7rem}}.hp__contact .formNewsletter{background-color:#f5f5f5;display:flex;height:65px;min-width:330px;position:relative;width:38%}.hp__contact .formNewsletter input{border:0}.hp__contact .formNewsletter input.field{border:2px solid #38373c;color:#38373c;font-size:1.8rem;padding:2rem;width:calc(100% - 84px)}.hp__contact .formNewsletter input.field.empty,.hp__contact .formNewsletter input.field.invalid{border-color:#e30613}.hp__contact .formNewsletter input.field.empty+div,.hp__contact .formNewsletter input.field.invalid+div{opacity:1}.hp__contact .formNewsletter input.field.empty.hideAlert,.hp__contact .formNewsletter input.field.invalid.hideAlert{border-color:#38373c}.hp__contact .formNewsletter input.field ::-moz-placeholder{color:#38373c}.hp__contact .formNewsletter input.field :-ms-input-placeholder{color:#38373c}.hp__contact .formNewsletter input.field ::placeholder{color:#38373c}.hp__contact .formNewsletter input.field+div{bottom:0;left:0;opacity:0;position:absolute;right:0}.hp__contact .formNewsletter input.field+div:after{background-color:#fed1d3;border-radius:0 0 10px 10px;color:#80030b;display:block;font-size:1.6rem;padding:1rem;position:absolute}.hp__contact .formNewsletter input.field.hideAlert+div{opacity:0}.hp__contact .formNewsletter input.field.invalid+div:after{content:attr(data-invalid)}.hp__contact .formNewsletter input.field.empty+div:after{content:attr(data-empty)}.hp__contact .formNewsletter input[type=submit]{background-color:#38373c;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53.249' height='23.912'%3E%3Cg fill='%23fff'%3E%3Cpath d='M34.715.002h15.349c2.143 0 3.168 1.013 3.173 3.152q.021 8.779 0 17.559c0 2.131-1.057 3.19-3.164 3.192q-12.033.011-24.067 0c-2.327 0-4.654-.014-6.981-.006a2.787 2.787 0 0 1-3.131-2.98q-.04-8.963 0-17.927c.009-1.972 1.1-2.987 3.1-2.991q7.863-.009 15.721.001Zm15.44 22.056-9.579-10.3c-1.683 1.382-3.294 2.633-4.818 3.984a1.553 1.553 0 0 1-2.433-.054c-1.242-1.124-2.6-2.113-3.855-3.228-.677-.6-1.091-.553-1.7.116-2.536 2.782-5.131 5.51-7.7 8.265-.308.331-.567.708-.967 1.214ZM19.588 1.915c.575.51.9.813 1.24 1.1 4.184 3.475 8.407 6.906 12.531 10.451a1.6 1.6 0 0 0 2.477-.054q6.211-5.2 12.446-10.369c.362-.3.7-.631 1.243-1.124Zm22.386 8.682 9.348 10.046V2.875ZM17.829 2.879v17.767l9.334-10.055Z'/%3E%3Cg transform='translate(0 6.089)'%3E%3Crect width='12.785' height='1.851' rx='.925' transform='translate(0 9.884)'/%3E%3Crect width='8.268' height='1.851' rx='.925' transform='translate(4.518 6.589)'/%3E%3Crect width='5.781' height='1.851' rx='.925' transform='translate(7.005 3.295)'/%3E%3Crect width='4.008' height='1.851' rx='.925' transform='translate(8.777)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-position:35%;background-repeat:no-repeat;color:transparent;cursor:pointer;width:84px}.hp__contact .formNewsletter input[type=submit]:hover{background-position:50%}.hp&gt;section.zone[class*=hp__mea]{display:flex;gap:1.283%;margin-bottom:0;padding-bottom:1.283%}.hp&gt;section.zone[class*=hp__mea] a{display:block;line-height:0}.hp__cuisine{display:flex}.hp__cuisine&gt;a{display:block;line-height:0}.hp__boutique ul{display:flex;gap:1.283%}.hp__boutique ul li{background-color:#f5f5f5;background-position:30%;background-repeat:no-repeat;flex-direction:column;height:293px;width:100%}@media screen and (max-width:1200px){.hp__boutique ul li{height:240px}}.hp__boutique ul li:first-child{background-image:url(https://media.but.fr/Desktop/Homepage/hp_boutique_3/hp_boutique_3_1.jpg)}.hp__boutique ul li:nth-child(2){background-image:url(https://media.but.fr/Desktop/Homepage/hp_boutique_3/hp_boutique_3_2.jpg)}.hp__boutique ul li:nth-child(3){background-image:url(https://media.but.fr/Desktop/Homepage/hp_boutique_3/hp_boutique_3_3.jpg)}.hp__boutique ul li:first-child a p span:last-child,.hp__boutique ul li:nth-child(2) a p span:last-child{background-color:rgba(36,39,39,.28)}.hp__boutique ul li:nth-child(3) a p span:last-child{background-color:hsla(15,16%,62%,.4)}.hp__boutique ul li:nth-child(3) a p span:first-child{color:#0f3381;position:relative}.hp__boutique ul li:nth-child(3) a p span:first-child:before{background:linear-gradient(90deg,#0f3381,#0f3381 34%,#0f3381 0,#fff 0,#fff 71%,#e00025 0,#e00025);bottom:0;content:"";display:inline-block;height:8px;position:absolute;width:80px}.hp__boutique ul li a{align-content:stretch;display:block;height:100%;padding:40px}.hp__boutique ul li a p{height:100%;position:relative}.hp__boutique ul li a p span{color:#fff}.hp__boutique ul li a p span:first-child{align-items:center;display:block;display:flex;font-size:3rem;font-weight:700;height:55%;line-height:3.5rem}.hp__boutique ul li a p span:last-child{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:hsla(0,0%,100%,.68);border:2px solid #fff;bottom:0;color:#fff;cursor:pointer;display:inline-block;font-size:2.5rem;left:0;line-height:25px;padding:15px 30px;position:absolute;text-align:center;transition:all .2s ease-out}.hp__boutique ul li a p span:last-child:hover{background-color:#e30613;border-color:#e30613;color:#fff}@media screen and (max-width:1200px){.hp__boutique ul li a p span:last-child{font-size:2rem}}.hp__boutique ul li a:hover p span:last-child{background-color:#e30613;border-color:#e30613;color:#fff}.hp__service a{background-color:#f5f5f5;display:flex;flex-direction:row;justify-content:space-between}.hp__service a p{line-height:2.5rem;padding:40px}.hp__service a p strong{color:#0096a9;display:block;font-size:2rem;text-transform:uppercase}.hp__service a h3{align-content:center;align-items:center;background-color:#0096a9;color:#fff;display:flex;flex-wrap:wrap;font-size:5.6rem;padding:0 31px;position:relative}@media screen and (max-width:1400px){.hp__service a h3{font-size:4rem}}.hp__service a h3:before{border-color:transparent transparent transparent #e30613;border-style:solid;border-width:0 0 30px 50px;bottom:0;bottom:-30px;content:"";display:inline-block;position:absolute;right:0;z-index:1}.hp__service a h3 span{display:inline-block;margin:0 10px}.hp__alerte a{font-size:3.8rem;font-weight:700;text-align:center}.hp__alerte a strong{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.931' height='36.001'%3E%3Cg transform='translate(1.003 1)' fill='%23e30613'%3E%3Cpath d='M19.957 10.772a1.551 1.551 0 0 0-1.547 1.547v9.3a1.458 1.458 0 0 0 1.547 1.547 1.551 1.551 0 0 0 1.547-1.547v-9.3a1.458 1.458 0 0 0-1.547-1.547Z'/%3E%3Cpath d='M19.957 10.272a1.959 1.959 0 0 1 2.047 2.047v9.3a2.052 2.052 0 0 1-2.047 2.047 1.959 1.959 0 0 1-2.047-2.047v-9.3a2.052 2.052 0 0 1 2.047-2.047Zm0 12.392a1.049 1.049 0 0 0 1.047-1.047v-9.3a.962.962 0 0 0-1.047-1.047 1.049 1.049 0 0 0-1.047 1.047v9.3a.962.962 0 0 0 1.047 1.047Z'/%3E%3Ccircle cx='1.547' cy='1.547' r='1.547' transform='translate(18.415 26.266)'/%3E%3Cpath d='M19.962 25.766a2.047 2.047 0 1 1-2.047 2.047 2.049 2.049 0 0 1 2.047-2.047Zm0 3.094a1.047 1.047 0 1 0-1.047-1.047 1.048 1.048 0 0 0 1.047 1.047Z'/%3E%3Cpath d='M39.173 28.736 22.44 1.628c-1.393-2.171-3.564-2.171-4.957 0L.758 28.736c-1.7 2.94-.462 5.265 2.94 5.265h32.373c3.563 0 4.803-2.316 3.102-5.265Zm-2.632 3.718H3.39c-1.701 0-2.325-1.236-1.39-2.636l17.041-27.57c.462-.931 1.393-.931 2.017 0L38.1 29.818c.765 1.4.141 2.636-1.559 2.636Z'/%3E%3Cpath d='M36.071 35.001H3.7c-1.986 0-3.487-.706-4.227-1.989-.754-1.307-.6-3 .421-4.776l.015-.024L16.641 1.088A4.01 4.01 0 0 1 19.961-1a4.01 4.01 0 0 1 3.32 2.088l.009.015 16.749 27.134c1.018 1.765 1.167 3.45.419 4.745s-2.31 2.019-4.387 2.019ZM20.009 2.574a.646.646 0 0 0-.075.121l-.021.042L2.828 30.378c-.259.387-.3.692-.234.823s.34.254.8.254h33.147c.416 0 .726-.1.829-.279a.968.968 0 0 0-.139-.85L20.215 2.795a.837.837 0 0 0-.206-.221Z'/%3E%3C/g%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;color:#e30613;padding-left:60px}@media screen and (max-width:992px){.hp__alerte a strong{background-size:25%;padding-left:45px}}.hp__alerte a:hover{color:#e30613}.hp .logos_marques ul{align-content:center;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:30px 70px;width:100%}.hp .logos_marques ul li{width:6.44%}.hp .logos_marques ul li .Calor,.hp .logos_marques ul li .Philips,.hp .logos_marques ul li .Tefal{width:5%}.hp .logos_marques ul li .Bosch,.hp .logos_marques ul li .Dyson,.hp .logos_marques ul li .iRobot{width:4.5%}.hp .logos_marques ul li .Haier{width:4%}.hp .logos_marques ul li a{align-items:center;display:flex;justify-content:center;opacity:.2}.hp .logos_marques ul li a:hover{opacity:1}.hp .logos_marques ul li a svg{height:30px}.hp__depliant{align-items:flex-start;display:flex;gap:40px;justify-content:center;position:relative}.hp__depliant .title{font-size:2.5rem;font-weight:700;position:absolute;top:35px}.hp__depliant h4{color:#e30613;font-size:2.8rem;line-height:3.4rem;margin-bottom:10px}.hp__depliant .btn{background-color:#e30613;border:0;color:#fff;cursor:pointer;display:inline-block;font-size:2.5rem;line-height:25px;margin-top:40px;padding:18px 60px 18px 20px;position:relative;text-align:center;transition:all .2s ease-out}.hp__depliant .btn:hover{background-color:#ca0511}.hp__depliant .btn:before{border:2px solid #fff;border-left:0;border-top:0;content:"";display:inline-block;height:12px;position:absolute;right:0;transform:translate(-30px,6px) rotate(-45deg);transform-origin:center center;transition:all .2s ease-out;width:12px}.hp__depliant .btn:hover:before{transform:translate(-25px,6px) rotate(-45deg)}.hp__depliant .zone_catalogue&gt;div,.hp__depliant .zone_guide&gt;div:first-child{align-content:flex-start;background-color:#f5f5f5;display:flex;gap:40px;justify-content:space-between;padding:90px 50px 50px;position:relative}.hp__depliant .zone_catalogue a&gt;div:last-child{max-width:301px;min-height:94px}.hp__depliant .zone_catalogue a&gt;div:first-child{margin-bottom:10px}.hp__depliant .zone_catalogue a:hover img{transform:translateY(5px)}.hp__depliant .zone_guide&gt;div:first-child{flex-direction:column;gap:89px}.hp__depliant .zone_guide&gt;div:first-child a{align-items:center;display:flex;justify-content:flex-start;width:100%}.hp__depliant .zone_guide&gt;div:first-child a&gt;div:first-child{margin-right:25px}.hp__depliant .zone_guide&gt;div:first-child a:hover img{transform:translateX(5px)}.hp_slider a{display:block;line-height:0}.hp_slider.owl-carousel .owl-nav button.owl-prev{left:30px}.hp_slider.owl-carousel .owl-nav button.owl-next{right:30px}.hp .slider_multizones{display:flex;gap:1.283%}.hp .slider_multizones&gt;div:not(.slider){display:flex;flex-direction:column;gap:1.283%;justify-content:space-between}.hp .slider_multizones&gt;div:first-child{width:59.0384615385%}.hp .slider_multizones&gt;div:last-child{width:39.6794871795%}.hp__marques-but h2{background-color:#fff;display:inline-block;font-size:3.8rem;padding:0 30px;position:relative;z-index:2}.hp__marques-but h2 span{color:#e30613}.hp__marques-but&gt;div:first-child{margin-bottom:60px;position:relative;text-align:center}.hp__marques-but&gt;div:first-child:before{border-top:1px solid #38373c;content:"";display:inline-block;left:0;margin-top:1.7rem;position:absolute;right:0;z-index:1}.hp__marques-but&gt;div:last-child:not(.owl-carousel){display:flex;gap:20px}.hp__marques-but a{display:block;line-height:0}.hp__marques-but a&gt;div{align-items:center;border:2px solid #dfdfdf;border-top:0;display:flex;height:58px;justify-content:center}.hp__marques-but a:hover img{transform:translateY(5px)}.hp__marques-but .owl-carousel{overflow:visible;padding:0 58px}.hp__marques-but .owl-carousel .owl-nav button.owl-next,.hp__marques-but .owl-carousel .owl-nav button.owl-prev{background-color:transparent}.hp__marques-but .owl-carousel .owl-nav button.owl-next:after,.hp__marques-but .owl-carousel .owl-nav button.owl-prev:after{border-color:#9ea2aa;height:30px;width:30px}.hp__marques-but .owl-carousel .owl-item a&gt;div img{width:inherit}.hp__titre_media-user-content{margin-bottom:60px;text-align:center}.hp__titre_media-user-content .but-red{color:#e30613}.hp__titre_media-user-content h3{font-family:Verveine,Helvetica,sans-serif;font-size:5rem;font-weight:400;margin-bottom:10px;overflow:hidden;position:relative}.hp__titre_media-user-content h4{font-weight:400;margin-bottom:30px}.hp__titre_media-user-content h3:after,.hp__titre_media-user-content h3:before{background-color:#38373c;content:"&nbsp;";height:1px;margin-left:2%;overflow:hidden;position:absolute;top:51%;width:48%}.hp__titre_media-user-content h3:before{margin-left:-50%;text-align:right}.hp__titre_media-user-content a.btn{background-color:#e30613;border:0;color:#fff;cursor:pointer;display:inline-block;font-size:2rem;line-height:20px;padding:15px 30px;text-align:center;transition:all .2s ease-out}.hp__titre_media-user-content a.btn:hover{background-color:#ca0511}.hp__titre_media-user-content .gallery_media-user-content{grid-gap:10px;display:grid;grid-auto-flow:dense;grid-auto-rows:250px;grid-template-columns:repeat(5,1fr);margin-bottom:30px}.hp__titre_media-user-content .gallery_media-user-content .gallery-item{height:100%;position:relative}.hp__titre_media-user-content .gallery_media-user-content .gallery-item .image{height:100%;overflow:hidden}.hp__titre_media-user-content .gallery_media-user-content .gallery-item .image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hp__titre_media-user-content .gallery_media-user-content .gallery-item .image span{align-items:center;background-color:rgba(0,0,0,.6);color:#fff;display:flex;font-size:1.6rem;height:100%;justify-content:space-around;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s ease-in-out;width:100%;z-index:4}.hp__titre_media-user-content .gallery_media-user-content .gallery-item:hover span{opacity:1}.hp__blog{align-content:stretch;align-items:stretch;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;width:100%}.hp__blog .owl-carousel{width:110%}.hp__blog .owl-carousel .owl-nav button.owl-prev{left:1px}.hp__blog .owl-carousel .owl-nav button.owl-next{right:9.1%}.hp__blog&gt;div{overflow:hidden;position:relative;width:77.82%}.hp__blog&gt;div a{display:block;height:373px}@media screen and (max-width:1400px){.hp__blog&gt;div a{height:250px}}.hp__blog&gt;div a img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hp__blog&gt;div a:hover img{transform:translateY(5px)}.hp__blog&gt;a{background-color:#e59972;display:flex;flex-direction:column;height:373px;justify-content:center;padding:20px;position:relative;width:326px;width:20.897%}@media screen and (max-width:1400px){.hp__blog&gt;a{height:250px}}.hp__blog&gt;a:active h2:after,.hp__blog&gt;a:hover h2:after{right:8%}.hp__blog&gt;a h2{color:#fff;font-size:2.5rem;font-weight:400;line-height:3rem}@media screen and (max-width:1400px){.hp__blog&gt;a h2{font-size:2rem;line-height:2rem}}@media screen and (max-width:1200px){.hp__blog&gt;a h2{font-size:1.6rem;line-height:1.6rem}}.hp__blog&gt;a h2:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.223' height='17.574'%3E%3Cg fill='none' stroke='%23fff' stroke-width='3'%3E%3Cpath data-name='Ligne 24' d='M0 8.787h40.877'/%3E%3Cpath data-name='arrow' d='m35.376 1.061 7.726 7.726-7.726 7.726'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:10%;content:"";display:inline-block;height:15px;position:absolute;right:10%;width:43px}.hp__blog&gt;a h2 span{display:block;font-family:Verveine,Helvetica,Arial,sans-serif;font-size:5.5rem;font-weight:400;line-height:7rem}.hp__blog h3{align-items:flex-end;background:linear-gradient(180deg,hsla(0,0%,100%,0),#2e1619);bottom:0;color:#fff;display:flex;font-size:1.9rem;justify-content:flex-start;line-height:2.3rem;min-height:151px;padding:20px;position:absolute;width:100%}@media screen and (max-width:1200px){.hp__blog h3{font-size:1.6rem;line-height:2rem}}.hp .zone.t2s{margin-bottom:0}.hp .zone.t2s .sponso{bottom:-25px;color:#9ea2aa;font-size:1.6rem;position:absolute;right:0;z-index:1}.hp .zone.t2s&gt;div{display:flex;justify-content:flex-end;margin-bottom:100px;margin-top:100px;position:relative}.hp .zone.t2s&gt;div:empty{margin-bottom:0;margin-top:0}.hp .zone.t2s&gt;div .picto-energie{bottom:0;display:flex;left:0;margin-bottom:25px;position:absolute}@media screen and (max-width:1350px){.hp .zone.t2s&gt;div .picto-energie{height:26px;width:40px}.hp .zone.t2s&gt;div .picto-energie:before{border-width:13px;margin-top:-13px}.hp .zone.t2s&gt;div .picto-energie:after{border-width:12px;margin-top:-12px}.hp .zone.t2s&gt;div .picto-energie .note{font-size:14px;line-height:14px}.hp .zone.t2s&gt;div .picto-energie .icon{background:url(https://www.but.fr/Sources/Default/Images/Catalog/Product/svg/icon_ene.svg) 3px 1px/6px no-repeat #fff;height:24px}}.hp .zone.t2s&gt;div h3{background-color:#3c4c75;bottom:-40px;color:#fff;font-size:3.8rem;left:0;padding:20px;position:absolute;top:-40px;width:26%}@media screen and (max-width:1400px){.hp .zone.t2s&gt;div h3{font-size:3.2rem}}@media screen and (max-width:1194px){.hp .zone.t2s&gt;div h3{font-size:2.8rem}}.hp .zone.t2s&gt;div .owl-carousel{background-color:#fff;margin-right:1%;width:86%}.hp .zone.t2s&gt;div .owl-carousel .owl-dot{display:none}.hp .zone.t2s&gt;div .owl-carousel .owl-item,.hp .zone.t2s&gt;div .owl-carousel .owl-stage{align-items:stretch;display:flex}.hp .zone.t2s&gt;div .owl-carousel .owl-nav button{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:inherit}.hp .zone.t2s&gt;div .owl-carousel .owl-nav button.owl-prev{left:-50px}.hp .zone.t2s&gt;div .owl-carousel .owl-nav button.owl-prev:after{height:30px;width:30px}.hp .zone.t2s&gt;div .owl-carousel .owl-nav button.owl-next{right:-10px}.hp .zone.t2s&gt;div .owl-carousel .owl-nav button.owl-next:after{border-color:#3c4c75;height:30px;width:30px}.hp .zone.t2s .bloc_produit_target2sell{align-items:stretch;display:flex;margin:10px}.hp .zone.t2s .limite-etc{font-size:2rem;height:4.5rem;line-height:2.2rem;margin-bottom:1rem;overflow:inherit;overflow:hidden}.hp .zone.t2s .product-rating{display:block;margin-bottom:1rem}.hp .zone.t2s .product-rating span{color:#38373c;font-size:1.6rem}.hp .zone.t2s .product-rating:before{background-image:url(https://media.but.fr/Desktop/Homepage/hp_t2s_derniers_produits_vus/rating.png);background-size:100% auto;content:"";display:inline-block;height:20px;margin:0 10px 3px 0;overflow:hidden;position:absolute;position:relative;vertical-align:middle;width:120px}@media screen and (max-width:1200px){.hp .zone.t2s .product-rating:before{height:17px;width:100px}}.hp .zone.t2s .product-rating.stars-0-0:before{background-position:0 0}@media screen and (max-width:1200px){.hp .zone.t2s .product-rating.stars-0-0:before{background-position:0 0}}.hp .zone.t2s .product-rating.stars-0-5:before{background-position:0 -21px}@media screen and (max-width:1200px){.hp .zone.t2s .product-rating.stars-0-5:before{background-position:0 10%}}.hp .zone.t2s .product-rating.stars-1-0:before{background-position:0 -42px}@media screen and (max-width:1200px){.hp .zone.t2s .product-rating.stars-1-0:before{background-position:0 20%}}.hp .zone.t2s .product-rating.stars-1-5:before{background-position:0 -63px}@media screen and (max-width:1200px){.hp .zone.t2s .product-rating.stars-1-5:before{background-position:0 30%}}.hp .zone.t2s .product-rating.stars-2-0:before{background-position:0 -84px}@media screen and (max-width:1200px){.hp .zone.t2s .product-rating.stars-2-0:before{background-position:0 40%}}.hp .zone.t2s .product-rating.stars-2-5:before{background-position:0 -105px}@media screen and (max-width:1200px){.hp .zone.t2s .product-rating.stars-2-5:before{background-position:0 50%}}.hp .zone.t2s .product-rating.stars-3-0:before{background-position:0 -126px}@media screen and (max-width:1200px){.hp .zone.t2s .product-rating.stars-3-0:before{background-position:0 60%}}.hp .zone.t2s .product-rating.stars-3-5:before{background-position:0 -147px}@media screen and (max-width:1200px){.hp .zone.t2s .product-rating.stars-3-5:before{background-position:0 70%}}.hp .zone.t2s .product-rating.stars-4-0:before{background-position:0 -168px}@media screen and (max-width:1200px){.hp .zone.t2s .product-rating.stars-4-0:before{background-position:0 80%}}.hp .zone.t2s .product-rating.stars-4-5:before{background-position:0 -189px}@media screen and (max-width:1200px){.hp .zone.t2s .product-rating.stars-4-5:before{background-position:0 90%}}.hp .zone.t2s .product-rating.stars-5-0:before{background-position:0 -210px}@media screen and (max-width:1200px){.hp .zone.t2s .product-rating.stars-5-0:before{background-position:0 100%}}.hp .zone.t2s .product-rating.stars-5-5:before{background-position:0 -231px}@media screen and (max-width:1200px){.hp .zone.t2s .product-rating.stars-5-5:before{background-position:0 110%}}.hp .zone.t2s .current-price{color:#38373c;font-size:2.5rem;grid-area:current-price}.hp .zone.t2s .old-price{color:#9ea2aa;font-size:2.5rem;font-size:1.6rem;grid-area:old-price;text-decoration:line-through}.hp .zone.t2s .reduc{background-color:#e30613;color:#fff;display:inline-block;font-size:2rem;grid-area:reduc;line-height:3.8rem;margin-right:1rem;padding:0 .5rem}.hp .zone.t2s .picto-com{left:20px;position:absolute;top:20px;z-index:1}.hp .zone.t2s .picto-com&gt;div{background-color:#fff;color:#fff;font-size:1.4rem;padding:.5rem;text-transform:uppercase}.hp .zone.t2s .picto-com&gt;div:empty{background-color:inherit;color:inherit}.hp .zone.t2s a{box-shadow:inset 0 0 0 1px #fff;display:block;padding-bottom:20px}.hp .zone.t2s a&gt;p{padding:0 20px}.hp .zone.t2s a&gt;div{position:relative}.hp .zone.t2s a&gt;div:first-child{margin-bottom:20px;position:relative;text-align:center}.hp .zone.t2s a .products__product__infos-soldBy{left:20px;right:inherit!important}.hp .zone.t2s a .first_product_image{align-content:center;display:flex;height:229px;justify-content:center;padding:5px;width:100%}@media screen and (max-width:1400px){.hp .zone.t2s a .first_product_image{height:200px}}@media screen and (max-width:1200px){.hp .zone.t2s a .first_product_image{height:150px}}.hp .zone.t2s a .first_product_image img{-o-object-fit:contain;object-fit:contain}.hp .zone.t2s a .second_product_image{align-content:center;display:flex;height:229px;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease-in-out;width:100%;z-index:2}@media screen and (max-width:1400px){.hp .zone.t2s a .second_product_image{height:200px}}@media screen and (max-width:1200px){.hp .zone.t2s a .second_product_image{height:150px}}.hp .zone.t2s a .second_product_image img{-o-object-fit:cover;object-fit:cover}.hp .zone.t2s a:hover{box-shadow:inset 0 0 0 1px #dfdfdf}.hp .zone.t2s a:hover .second_product_image{opacity:1}.hp .zone.t2s a p.info-price{align-content:center;align-items:center;display:grid;grid-template-areas:"reduc old-price old-price" "reduc current-price current-price";justify-content:start}.hp .zone.t2s.hp__criteo&gt;div{margin-top:80px}.hp .zone.t2s.hp__criteo&gt;div:empty{margin-bottom:0;margin-top:0}.hp .zone.t2s h3 span{display:inline-block;margin-top:40px;width:45%}.hp .zone.t2s.specialOp&gt;div{display:block;-webkit-justify-content:inherit;margin-bottom:0;margin-top:0;position:inherit}.hp .zone.t2s.specialOp&gt;div .owl-carousel{margin:0 auto;width:96%}.hp .zone.t2s.specialOp&gt;div .owl-carousel button.owl-prev{left:-10px}.hp .zone.t2s.specialOp&gt;div .owl-carousel button.owl-prev:after{border-color:#3c4c75}.hp .zone.t2s.specialOp&gt;div .products{align-items:inherit;border-bottom:none;display:block;flex-wrap:inherit;justify-content:inherit;margin-bottom:0}.hp .zone.t2s.specialOp .products__product{width:100%}.hp .zone.t2s.specialOp .target2sell h2{color:#c93229;font-size:33px;font-weight:700;position:relative;text-align:center}.hp .zone.t2s.specialOp .target2sell h2 span{background:#fff;display:inline-block;padding:0 10px}.hp .zone.t2s.specialOp .target2sell h2:before{border-bottom:3px solid #c93229;bottom:13px;content:"";left:0;position:absolute;width:100%;z-index:-1}.hp&gt;section section.zone{margin-bottom:60px}.hp&gt;section section.zone:empty{margin-bottom:0}.hp&gt;section section.slider_multizones{margin-bottom:60px;padding:10px 20px 0}.hp&gt;section section.slider_multizones:empty{margin-bottom:0}.hp&gt;section section.slider{margin-bottom:60px;padding:0 20px}.hp&gt;section section.slider:empty{margin-bottom:0}.hp&gt;section section.hp__blog{margin-bottom:60px;padding:0 20px}.hp&gt;section section.hp__blog:empty{margin-bottom:0}.hp&gt;section section.hp__contact{margin-left:0;margin-right:0;padding:0 20px}.hp&gt;section section.hp__contact:empty{margin-bottom:0}.hp&gt;section section.hp__marques-but{padding:0 20px}.hp&gt;section section.hp__marques-but:empty{margin-bottom:0}.hp&gt;section section.body_marques_but{margin-bottom:60px}.hp .zone[class*=hp__mea]{display:flex;gap:1.283%;margin-bottom:0;padding-bottom:1.283%}.hp .sliderZone{display:block}.hp .sliderZone&gt;.slide~.slide{display:none}.hp .hp__blog .owl-carousel,.hp .hp__marques-but .owl-carousel{display:flex}.hiddenLogo{display:none}.popins-wrapper{z-index:490}.header-custom-popin{z-index:500}#aside-to-top{z-index:12!important}.main-header .result,.main-header .topSearch{z-index:2005}.main-header .nav-main .overlayMenuAndSearch{z-index:2000}.main-header .main-header__infobar.owl-carousel{z-index:2001}.main-header #header-tools-content .tools{z-index:2007}.main-header #header-tools-content .tools&gt;.logo+.search input{z-index:1}.main-header #header-tools-content .tools&gt;.logo+.search .animateSearchBar{z-index:2}.main-header.fixed:not(.invisible) .burgerScroll{z-index:2007}.main-header:before{z-index:2001}.nav-main&gt;div.containerMenu{z-index:2002}ul[id^=ui-id-]{z-index:50951!important}#container_footer{position:relative}.dp__header__filter-bar__location-store__location-dropdown{z-index:12}.dp__filter-modal--open{z-index:2007}.dp__header__filter-bar__filters__seeAllFilters.fixed{z-index:10}#st-push-root{z-index:2010!important}.svg-icon{fill:currentColor;display:inline-block;font-size:1em;height:1em;width:1em}.font-weight-bolder{font-weight:900}.text-error{color:#e30613;margin-top:10px}.highlight-text{color:#009454;font-weight:700}.form__input{border:1px solid #38373c;padding:10px 15px}.form__input::-moz-placeholder{color:#38373c}.form__input:-ms-input-placeholder{color:#38373c}.form__input::placeholder{color:#38373c}.form__row{align-items:center;display:flex;gap:10px;margin-top:10px}.label__select{display:block}.btn-link{all:unset;cursor:pointer;text-decoration:underline}.btn-link:hover{color:currentColor}.stretched-link:after{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.accordion{font-family:CircularStd,Helvetica,Arial,sans-serif}.accordion-cta{cursor:pointer}.accordion-btn{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;display:flex;justify-content:space-between;padding:15px 0;width:100%}.accordion-btn .svg-icon{font-size:12px}.accordion-title{color:#38373c;font-size:14px;font-weight:700;margin:0}@media (min-width:1025px){.accordion-title{font-size:18px}}.accordion--open .svg-icon{transform:rotate(180deg);transform-origin:center}@media (min-width:1025px){.accordion--mobile .svg-icon{display:none}}.footer-container{color:#38373c;margin:0 auto;max-width:100%;padding:0 20px;width:1670px}*{box-sizing:border-box}a,a:active,a:focus,a:hover{color:inherit;outline:none;text-decoration:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-family:CircularStd,Helvetica,Arial,sans-serif;margin:0;padding:0;vertical-align:baseline}p{padding-bottom:15px}ul{list-style:none}button,input,optgroup,select,textarea{background-color:inherit;color:#000;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;padding:0}#popin_tc_privacy_container_text p{line-height:normal!important;padding-bottom:0!important}#popin_tc_privacy_container_button button,#popin_tc_privacy_container_text a,#popin_tc_privacy_container_text p{font-family:Helvetica!important}#popin_tc_privacy_container_text .tc-open-privacy-center{color:#38373c;text-decoration:none}.dp p{padding-bottom:0}.pre-footer{align-items:center;background-color:#e30613;color:#fff;display:flex;font-size:14px;height:40px;justify-content:center;text-align:center}@media (min-width:1025px){.pre-footer{font-size:16px}}.footer-brands{margin:0 -20px;overflow:hidden;padding:20px 20px 0}@media (min-width:1025px){.footer-brands{margin:0;padding:30px 0 20px}}.footer-brands__header{display:flex;flex-wrap:wrap}.footer-brands__title{flex:1;font-size:14px;font-weight:700;margin:0}@media (min-width:1025px){.footer-brands__title{font-size:18px}}.footer-brands__link{align-items:center;display:flex;justify-content:center;padding:10px}@media (min-width:1025px){.footer-brands__link{padding:15px 20px}}.footer-brands__image{height:19px;max-height:100%;max-width:100%}@media (min-width:1025px){.footer-brands__image{height:25px}}.footer-brands .splide__arrows{align-items:center;-moz-column-gap:20px;column-gap:20px;display:flex}.footer-brands .splide__arrow{cursor:pointer;font-size:12px}@media (min-width:1025px){.footer-brands .splide__arrow{font-size:16px}}.footer-brands .splide__arrow:disabled{color:#dfdfdf}.footer-brands .splide__arrow--prev{transform:rotate(90deg)}.footer-brands .splide__arrow--next{transform:rotate(-90deg)}.footer-brands .splide__track{margin-top:15px;overflow:visible}@media (min-width:1025px){.footer-brands .splide__track{margin-top:20px}}.footer-brands .splide__slide{border:1px solid #dfdfdf}.footer-social{font-family:CircularStd,Helvetica,Arial,sans-serif;padding:20px 0 20px 19px}.footer-social__inner{background-color:#f5f5f5;border:4px solid #e30613;display:flex;flex-wrap:wrap;padding:15px 20px 30px 0;position:relative}@media (min-width:1025px){.footer-social{align-items:center;display:flex;gap:20px;padding:20px 0 30px 31px}.footer-social__inner{border-width:6px;flex:1;flex-wrap:nowrap;padding:10px 19px 19px 0}}.footer-social-mea{background-color:#e30613;color:#fff;height:103px;margin-left:-23px;padding:10px;position:relative;text-align:center;width:103px}.footer-social-mea:after{border-left:19px solid transparent;border-right:0 solid transparent;border-top:12px solid #b6111b;bottom:-12px;content:"";height:0;left:0;position:absolute;width:0}.footer-social-mea__offer,.footer-social-mea__price{display:block}.footer-social-mea__price{font-size:40px;font-weight:900;line-height:1;margin:0}.footer-social-mea__currency{font-size:23px}.footer-social-mea__offer{font-size:11px;font-weight:900;line-height:1;margin:0;text-transform:uppercase}.footer-social-mea__helper{font-size:11px;line-height:1;margin:5px 0 0}@media (min-width:1025px){.footer-social-mea{height:140px;margin-left:-37px;width:140px}.footer-social-mea:after{border-left:31px solid transparent;border-top:17px solid #b6111b;bottom:-17px}.footer-social-mea__price{font-size:56px}.footer-social-mea__currency{font-size:38px}.footer-social-mea__offer{font-size:20px;margin-bottom:5px}.footer-social-mea__helper{font-size:16px;line-height:18px}}.footer-social-newsletter{display:flex;flex:1;flex-direction:column;justify-content:center;margin-left:10px;max-width:calc(100% - 80px)}.footer-social-newsletter__title{font-size:16px;font-weight:700;margin-bottom:15px}.footer-social-newsletter__form{position:relative;width:100%}.footer-social-newsletter__input{background-color:#fff;border:0;font-size:11px;height:40px;padding-left:10px;padding-right:40px;width:100%}.footer-social-newsletter__input::-moz-placeholder{color:#38373c;opacity:1}.footer-social-newsletter__input:-ms-input-placeholder{color:#38373c;opacity:1}.footer-social-newsletter__input::placeholder{color:#38373c;opacity:1}.footer-social-newsletter__button{background-color:#38373c;border:none;color:#fff;cursor:pointer;display:flex;height:40px;position:absolute;right:0;top:0;width:40px}.footer-social-newsletter__button .svg-icon{font-size:28px;margin-bottom:auto;margin-left:4px;margin-top:auto;transition:transform .15s ease-in}.footer-social-newsletter__button:hover .svg-icon{transform:scale(1.2)}@media (min-width:1025px){.footer-social-newsletter{margin-left:auto;margin-right:auto;max-width:850px;padding-left:22px;padding-right:22px}.footer-social-newsletter__title{font-size:18px}.footer-social-newsletter__input{height:50px;padding-left:20px}.footer-social-newsletter__input::-moz-placeholder{font-size:14px}.footer-social-newsletter__input:-ms-input-placeholder{font-size:14px}.footer-social-newsletter__input::placeholder{font-size:14px}.footer-social-newsletter__button{height:50px;width:50px}.footer-social-newsletter__button .svg-icon{font-size:31px;margin-left:8px}}.footer-social-media{margin-top:26px;padding-left:20px;text-align:center;width:100%}.footer-social-media__title{font-size:16px;font-weight:700;margin-bottom:15px}.footer-social-media__list{-moz-column-gap:10px;column-gap:10px;display:flex;justify-content:center;list-style-type:none;margin:0;padding:0;text-align:center}.footer-social-media__icon{background-color:#38373c;height:40px;width:40px}.footer-social-media__icon .svg-icon{font-size:40px;transition:transform .15s ease-in}.footer-social-media__icon:hover .svg-icon{transform:scale(1.2)}.footer-social-media__link,.footer-social-media__link:active,.footer-social-media__link:focus,.footer-social-media__link:hover,.footer-social-media__link:visited{color:#fff}@media (min-width:1025px){.footer-social-media{display:flex;flex-direction:column;justify-content:center;margin-left:auto;margin-right:auto;margin-top:0;padding-left:8px;padding-right:8px;text-align:left;width:auto}.footer-social-media__title{font-size:18px}.footer-social-media__list{justify-content:start}.footer-social-media__icon{height:50px;width:50px}.footer-social-media__icon .svg-icon{font-size:50px}}.footer-reinsurance{background-color:#38373c;color:#fff;padding:35px 0}@media (min-width:1025px){.footer-reinsurance{padding:40px 0 30px}}.footer-reinsurance .svg-icon{font-size:38px;margin-right:30px}@media (min-width:1025px){.footer-reinsurance .svg-icon{font-size:42px;margin:0 10px 10px}}.footer-reinsurance__list{list-style:none;margin-bottom:0}@media (min-width:1025px){.footer-reinsurance__list{align-items:center;display:flex;justify-content:space-between}}.footer-reinsurance__item+.footer-reinsurance__item{margin-top:20px}@media (min-width:1025px){.footer-reinsurance__item+.footer-reinsurance__item{margin-top:0}.footer-reinsurance__item{padding:0 15px}}.footer-reinsurance__link{align-items:center;color:#fff;display:flex;font-size:16px;font-weight:700}@media (min-width:1025px){.footer-reinsurance__link{flex-wrap:wrap;justify-content:center;margin-bottom:10px}}.footer-reinsurance__link:active,.footer-reinsurance__link:focus,.footer-reinsurance__link:hover,.footer-reinsurance__link:visited{color:#fff;text-decoration:none}@media (min-width:1025px){.footer-reinsurance__text{margin-bottom:10px}}.footer-menu{padding-top:25px}@media (min-width:1025px){.footer-menu{display:flex;margin:0 -15px}.footer-menu .accordion{flex:1;padding:0 15px}}.footer-menu__link{color:#38373c;display:inline-block;font-size:12px;line-height:1.2;padding:7.5px 0;position:relative!important;width:100%}@media (min-width:1025px){.footer-menu__link{font-size:14px;padding-bottom:10px;padding-top:10px;transition:text-shadow .3s}.footer-menu__link:hover{text-shadow:1px 0 0 currentColor}}.footer-menu__link:hover{color:#38373c;text-decoration:none}.footer-menu .accordion-title{text-transform:uppercase}@media (min-width:1025px){.footer-menu .accordion-title{font-size:16px;margin-bottom:15px}}.footer-menu__list{list-style:none;padding-left:0}.footer-menu__subtitle{font-size:14px;font-weight:700}@media (min-width:1025px){.footer-menu__subtitle{font-size:16px}}.footer-menu__item+.footer-menu__item{margin-top:30px}.footer-payments{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;padding-top:20px;text-align:center}@media (min-width:1025px){.footer-payments{border-bottom:1px solid #dfdfdf;padding:30px 0}}.footer-payments__title{font-size:16px;font-weight:700}.footer-payments__img{height:auto;max-width:100%}.footer-legal{margin-top:40px}@media (min-width:1025px){.footer-legal{align-items:center;display:flex;justify-content:space-between}}.footer-legal__section{margin-bottom:20px}.footer-legal__title{font-size:16px;font-weight:700;margin-bottom:0}@media (min-width:1025px){.footer-legal__title{font-size:20px;margin-bottom:10px}}.footer-legal__text{color:#38373c;font-size:11px;line-height:1.2}@media (min-width:1025px){.footer-legal__text{font-size:12px}}.footer-legal .charter-link,.footer-legal__copyright{align-items:center;display:flex;justify-content:center}.footer-legal .charter-img,.footer-legal .copyright-text{margin-right:10px}@media (min-width:1025px){.footer-legal .charter-img,.footer-legal .copyright-text{margin-right:20px}}.footer-legal .charter-link:hover{color:inherit;text-decoration:none}@media (min-width:1025px){.footer-seo{border-top:1px solid #dfdfdf;margin-top:20px;padding:40px 0;text-align:center}}.footer-seo__title{font-size:16px;font-weight:700}@media (min-width:1025px){.footer-seo__title{font-size:18px}.footer-seo .accordion-btn{justify-content:center}.footer-seo .accordion-btn .svg-icon{margin-left:20px}}.footer-seo__content{font-size:12px;margin-top:15px}@media (min-width:1025px){.footer-seo__content{font-size:16px;margin:20px auto 0;max-width:100%;width:1124px}}.home-directory{display:flex;flex-wrap:wrap;justify-content:stretch;margin:0 -10px}@media (min-width:1025px){.home-directory{padding-top:15px}}.home-directory-container{padding:0}@media (min-width:1025px){.home-directory-container{background-color:#f5f5f5;padding:40px 0}.home-directory-container .accordion-btn{justify-content:center}}.home-directory__item{flex-basis:100%;padding:15px 10px}@media (min-width:1025px){.home-directory__item{flex-basis:50%}}.home-directory__item .item{font-size:14px;margin-bottom:10px}@media (min-width:1025px){.home-directory__item .item{font-size:16px}}.home-directory__item .item-list{list-style:disc;margin:0;padding-left:1.3em}.home-directory__item .item-subtitle,.home-directory__item .item-title{font-weight:700}.home-directory__item .item-title{font-size:16px;margin-bottom:20px}@media (min-width:1025px){.home-directory__item .item-title{font-size:18px}}.home-directory__item .item-subtitle{display:inline-block;font-size:14px;margin-bottom:0}@media (min-width:1025px){.home-directory__item .item-subtitle{font-size:16px}}.home-directory__item .item-link{color:#38373c;display:inline-block;line-height:1.5}.home-directory__item .item-link:hover{text-decoration:none}.home-directory__inner{border-bottom:1px solid #dfdfdf;height:100%;padding-bottom:20px}</pre></body></html>