@charset "UTF-8";*{box-sizing:border-box}html,body,h1,h2,h3,h4,p,ul,ol{margin:0;padding:0}img{max-width:100%;height:auto;display:block}@font-face{font-family:Work Sans Variable;font-style:normal;font-weight:300 800;font-display:optional;src:url(src/fonts/work-sans-latin-wght-normal.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Axia;src:url(src/fonts/Axia-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Axia;src:url(src/fonts/Axia-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Axia;src:url(src/fonts/Axia-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Axia;src:url(src/fonts/Axia-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}:root{--font-heading: "Axia", "Work Sans Variable", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-body: "Work Sans Variable", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}html,body{font-family:var(--font-body)}h1,h2,h3,.heading{font-family:var(--font-heading);letter-spacing:.01em}p{margin-top:1rem}.prose p+p{margin-top:.75rem}.site-header{padding-top:5.125rem;padding-bottom:2rem;height:-moz-max-content;height:max-content;position:relative;z-index:2;font-family:Axia;overflow:hidden}@media (max-width: 640px){.site-header{padding-top:2rem}}.site-header .header__grid{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:2rem}@media (max-width: 960px){.site-header .header__grid{grid-template-columns:auto 1fr auto}}@media (max-width: 640px){.site-header .header__grid{display:flex;align-items:flex-start;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:1.5rem}}.site-header .header__nav{margin-left:7.5rem}@media (max-width: 1280px){.site-header .header__nav{margin-left:4rem}}@media (max-width: 960px){.site-header .header__nav{display:none}}.site-header .header__nav .menu{display:flex;gap:3.125rem;list-style:none;margin:0;padding:0}.site-header .header__nav .menu a{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:.5rem;text-decoration:none;transition:background .2s,color .2s;font-size:clamp(1rem,1.05vw,1.25rem);color:#000;text-transform:uppercase}.site-header .header__nav .menu a.is-active,.site-header .header__nav .menu a:hover{background:#ef1b26}.site-header .btn.btn--black{display:inline-flex;align-items:center;padding:.55rem .9rem;border-radius:.6rem;background:#000;color:#fff;text-decoration:none;font-size:clamp(1rem,1.05vw,1.25rem);white-space:nowrap}.site-header .header__logo{width:clamp(100px,11vw,13.25rem)}@media (max-width: 960px){.site-header .header__logo{order:-1}}@media (max-width: 640px){.site-header .header__logo{order:2}}@media (max-width: 640px){.site-header .header__left{display:none}}.site-header .header__toggle{display:none;width:3rem;height:3rem;border-radius:.75rem;background:transparent;border:none;cursor:pointer;position:relative;transition:transform .2s ease,background .2s ease;z-index:2000}@media (hover: hover){.site-header .header__toggle:hover{background:#00000026}}.site-header .header__toggle .header__toggle-line{position:absolute;left:50%;width:60%;height:.18rem;background:#000;border-radius:999px;transform:translate(-50%);transition:transform .2s ease,opacity .2s ease,background .2s ease}.site-header .header__toggle .header__toggle-line:nth-child(1){top:34%}.site-header .header__toggle .header__toggle-line:nth-child(2){top:50%}.site-header .header__toggle .header__toggle-line:nth-child(3){top:66%}.site-header .header__toggle.is-active{background:#000}.site-header .header__toggle.is-active .header__toggle-line{background:#fff}.site-header .header__toggle.is-active .header__toggle-line:nth-child(1){transform:translate(-50%,9px) rotate(45deg)}.site-header .header__toggle.is-active .header__toggle-line:nth-child(2){opacity:0}.site-header .header__toggle.is-active .header__toggle-line:nth-child(3){transform:translate(-50%,-9px) rotate(-45deg)}@media (max-width: 960px){.site-header .header__toggle{display:inline-flex;justify-content:center;align-items:center}}.site-header .header-mobile{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1600;display:none}.site-header .header-mobile.is-open{display:block}.site-header .header-mobile .header-mobile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .25s ease}.site-header .header-mobile .header-mobile__panel{position:absolute;top:0;right:0;bottom:0;width:min(85vw,360px);background:#fffffff5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:-12px 0 40px #0003;transform:translate(100%);transition:transform .28s ease;display:flex;flex-direction:column;padding:clamp(1.5rem,5vw,2.25rem)}.site-header .header-mobile.is-open .header-mobile__overlay{opacity:1}.site-header .header-mobile.is-open .header-mobile__panel{transform:translate(0)}.site-header .header-mobile .header-mobile__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6.5rem;justify-content:flex-end}.site-header .header-mobile .header-mobile__label{font-size:1rem;letter-spacing:.12em;text-transform:uppercase;color:#0009}.site-header .header-mobile .header-mobile__close{width:2.5rem;height:2.5rem;background:transparent;border:none;border-radius:.75rem;font-size:1.5rem;line-height:1;color:#000;cursor:pointer;display:none}.site-header .header-mobile .header-mobile__nav{flex:1;overflow-y:auto;padding-inline:.25rem}.site-header .header-mobile .header-mobile__menu{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.site-header .header-mobile .header-mobile__menu a{display:block;padding:.85rem 1rem;border-radius:1rem;background:#0000000d;text-decoration:none;color:#000;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.site-header .header-mobile .header-mobile__cta{display:grid;gap:.75rem;margin-top:1.5rem}.site-header .header-mobile .header-mobile__cta .btn{justify-content:center;width:100%}.site-header .header-mobile .header-mobile__cta .btn--outline{background:transparent;border:1px solid #000;color:#000}.site-header .screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.hero{position:relative;z-index:1;width:100%;display:block;overflow:visible}.hero #hero-slider{position:relative;aspect-ratio:1116/460}@media (max-width: 640px){.hero #hero-slider{aspect-ratio:4/5}}.hero .splide .splide__track,.hero .splide .splide__list,.hero .splide .splide__slide{height:100%}.hero .hero__control{display:none;padding:0;background-color:transparent;border:none;border-radius:.25rem;align-items:center;justify-content:center;line-height:1;color:#fff;transition:color .2s ease,background-color .2s ease;font-size:3rem;font-family:Axia;font-weight:900;clip-path:polygon(30% 0,100% 0,100% 75%,70% 100%,0 100%,0 25%);cursor:pointer}.hero .hero__control span{width:3rem;height:2.72rem;display:flex;align-items:center;justify-content:center}.hero .hero__control:hover{color:#ef1b26;background-color:#fff}.hero .hero__picture,.hero .hero__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero .hero__cta{position:absolute;left:2rem;bottom:2rem;color:#fff;padding:.6rem 1rem;border-radius:.5rem;z-index:40;font-weight:600;letter-spacing:.02em;display:inline-block}@media (max-width: 767px){.hero .hero__cta{left:1rem;bottom:1rem;padding:.45rem .8rem;font-size:.9rem}}.hero .splide__arrow{z-index:50;display:none}#callback{position:relative;z-index:1;margin-top:12.5rem;padding-bottom:8.75rem}@media (max-width: 640px){#callback{margin-top:4.25rem}}#callback .callback__top{display:flex;justify-content:space-between;margin-bottom:4.25rem;font-family:Work Sans Variable,sans-serif;font-weight:400;font-size:clamp(1rem,1vw,1.25rem);line-height:2.1875rem;color:#000}@media (max-width: 640px){#callback .callback__top .callback__item{text-align:center}}#callback .callback__top .callback__item strong{font-size:clamp(1.6rem,1.5625vw,1.875rem);font-weight:700;display:block}@media (max-width: 640px){#callback .callback__top{flex-direction:column;align-items:center;gap:4rem}}#callback .callback__container{display:flex;justify-content:space-between;align-items:stretch}@media (max-width: 640px){#callback .callback__container{flex-direction:column;gap:2rem}}#callback .callback__left{flex:1;display:flex;flex-direction:column;justify-content:center;margin-right:3.75rem;padding-right:2rem;border-radius:4rem;position:relative;aspect-ratio:520/460}@media (max-width: 640px){#callback .callback__left{margin-right:0;padding-right:0}}#callback .callback__left .callback__offer{color:#fff;width:100%;position:relative;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}#callback .callback__left .callback__offer:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-color:#000;z-index:0;-webkit-mask-image:url(src/maskcallback1.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:cover}#callback .callback__left .callback__offer>div:first-of-type{display:flex;align-items:center;top:calc(25% - 1.875rem);left:10%;position:relative;width:100%;justify-content:space-between}@media (max-width: 640px){#callback .callback__left .callback__offer>div:first-of-type{left:0%}}#callback .callback__left .callback__offer .callback__subtitle{font-size:clamp(1rem,1.25vw,1.5rem)}#callback .callback__left .callback__offer .callback__block_title{z-index:2;position:relative;bottom:0;left:0;padding:2rem;font-family:var(--font-heading)}#callback .callback__left .callback__offer .callback__title{font-size:clamp(1.2rem,2.2vw,2.625rem);margin:.5rem 0 0}#callback .callback__left .callback__offer .callback__btn{background-color:#e30613;display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.65rem;border-radius:999px;font-size:clamp(1.25rem,1.25vw,1.5rem);line-height:1.1;font-weight:600;text-decoration:none;transition:background-color .2s ease,color .2s ease;color:#fff;height:3.75rem;z-index:1;position:relative;border:none;cursor:pointer}#callback .callback__left .callback__offer .callback__btn:hover{color:#000}@media (max-width: 640px){#callback .callback__left .callback__offer .callback__btn{height:2.5rem}}#callback .callback__left .callback__offer .callback__btn:hover{background:#b1050f}#callback .callback__left .callback__offer .callback__small-btn{display:inline-flex;padding:0;background-color:#ef1b26;border:none;border-radius:.25rem;align-items:center;justify-content:center;line-height:1;color:#fff;transition:color .2s ease,background-color .2s ease;font-size:3rem;font-family:Axia;font-weight:900;clip-path:polygon(30% 0,100% 0,100% 75%,70% 100%,0 100%,0 25%);cursor:pointer;z-index:2;position:relative;right:6%}@media (max-width: 640px){#callback .callback__left .callback__offer .callback__small-btn{right:-4%;font-size:2rem}}#callback .callback__left .callback__offer .callback__small-btn span{width:3rem;height:2.72rem;display:flex;align-items:center;justify-content:center}@media (max-width: 640px){#callback .callback__left .callback__offer .callback__small-btn span{width:2rem;height:1.8rem}}#callback .callback__left .callback__offer .callback__small-btn:hover{color:#000}#callback .callback__left .callback__note{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;color:#333;font-size:.95rem;position:absolute;width:65%;height:19.7%;left:50%;bottom:0}@media (max-width: 640px){#callback .callback__left .callback__note{right:0;left:initial;height:35%;width:initial}}#callback .callback__left .callback__note img{height:100%;width:auto}#callback .callback__left .callback__note p{font-size:clamp(1rem,1vw,1.25rem);line-height:1.4;color:#0006;font-weight:500;margin-top:0}@media (max-width: 640px){#callback .callback__left .callback__note p{display:none}}#callback .callback__right{flex:1;display:flex;justify-content:center;align-items:flex-start;position:relative;flex-direction:column}@media (max-width: 640px){#callback .callback__right{aspect-ratio:520/460}}#callback .callback__right:after,#callback .callback__right:before{content:"";width:100%;height:100%;position:absolute;background-image:url(src/bgcallback2.jpg);background-size:cover;background-repeat:no-repeat;left:0;top:0;z-index:0;--outer-r: 1.5rem;--inner-r: 1.5rem;--top-h: 47%;--right-w: 47%}#callback .callback__right:before{clip-path:inset(0 0 calc(100% - var(--top-h)) 0 round var(--outer-r) var(--outer-r) 0 var(--inner-r))}#callback .callback__right:after{clip-path:inset(0 0 0 calc(100% - var(--right-w)) round var(--inner-r) var(--outer-r) var(--outer-r) var(--inner-r))}#callback .callback__right .callback__whatsapp{font-size:clamp(1rem,1.25vw,1.5rem);color:#000;z-index:1;align-self:flex-end;margin-bottom:auto;position:relative;padding:2rem;font-family:var(--font-heading);text-align:right}#callback .callback__right .callback__whatsapp span{font-size:clamp(1.2rem,2.2vw,2.625rem)}#callback .callback__right .callback__card{border-radius:1rem;text-align:center;z-index:1;margin-bottom:auto;top:-20%;left:20%;position:relative;height:4rem}@media (max-width: 640px){#callback .callback__right .callback__card{top:-22%;left:18%;height:5rem}}#callback .callback__right .callback__card .callback__icon{width:6rem;height:6rem;margin-bottom:1rem;background:#4bcb5a;border-radius:1rem;padding:.5rem}@media (max-width: 640px){#callback .callback__right .callback__card .callback__icon{width:5rem;height:5rem}}.section--exclus{padding:clamp(2.5rem,5vw,5rem) 0 clamp(3rem,6vw,6rem);color:#fff;overflow:hidden;position:relative}.section--exclus:before{content:"";position:absolute;left:0;top:0;bottom:0;width:var(--mask-offset, 40px);background:#000;pointer-events:none;z-index:10}.section--exclus .section__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:clamp(1.5rem,4vw,3rem)}@media (max-width: 640px){.section--exclus .section__head{gap:0;margin-bottom:0;align-items:center}.section--exclus .section__head .section__intro br{display:none}}.section--exclus .section__intro{max-width:32rem}.section--exclus .section__title{font-size:clamp(2.5rem,5vw,3.75rem);line-height:1;margin-bottom:.75rem}@media (max-width: 640px){.section--exclus .section__title{margin-bottom:0}}.section--exclus .section__subtitle{font-size:1.0625rem;color:#ffffffb8;max-width:28rem}.section--exclus .section__nav{display:inline-flex;gap:.75rem}.section--exclus .exclus__control{padding:0;background-color:transparent;border:none;border-radius:.25rem;display:inline-flex;align-items:center;justify-content:center;line-height:1;color:#ef1b26;transition:color .2s ease,background-color .2s ease;font-size:3rem;font-family:Axia;font-weight:900;clip-path:polygon(30% 0,100% 0,100% 75%,70% 100%,0 100%,0 25%);cursor:pointer}.section--exclus .exclus__control span{width:3rem;height:2.72rem;display:flex;align-items:center;justify-content:center}.section--exclus .exclus__control:hover{color:#fff;background-color:#ef1b26}.section--exclus .splide{margin:0}.section--exclus .splide .splide__track{padding:1rem 0 2.5rem;overflow:visible}.section--exclus .splide .splide__list{align-items:stretch}.section--exclus .splide .splide__slide{height:auto}.section--exclus .splide .splide__pagination{bottom:0}.section--exclus .splide .splide__pagination li button{background:#fff3}.section--exclus .splide .splide__pagination li button.is-active{background:#ef1b26}.section--exclus .splide .splide__arrows{display:none}.section--exclus .card--product{display:flex;flex-direction:column;height:100%;background:#fff;color:#111;border-radius:1.75rem;padding:2.5rem;aspect-ratio:1/1;text-decoration:none}.section--exclus .card--product .card__media{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:1.25rem}.section--exclus .card--product .card__img{width:auto;height:100%;-o-object-fit:contain;object-fit:contain}.section--exclus .card--product .card__placeholder{width:100%;height:100%;background:linear-gradient(180deg,#f7f7f7,#ececec)}.section--exclus .card--product .card__kicker{font-size:.8125rem;text-transform:uppercase;letter-spacing:.08em;color:#0000008c}.section--exclus .card--product .card__title{margin:.4rem 0 .6rem;font-size:1.25rem;line-height:1.25}@media (max-width: 640px){.section--exclus .card--product .card__title{font-size:clamp(1rem,1vw,1.25rem)}}.section--exclus .card--product .card__price{display:inline-block;font-weight:700;font-size:1.125rem;margin-bottom:.75rem}@media (max-width: 1024px){.section--exclus .section__nav{margin-left:auto}.section--exclus .splide{margin:0}}@media (max-width: 768px){.section--exclus .section__title{font-size:clamp(2rem,7vw,2.75rem)}.section--exclus .section__subtitle{font-size:1rem}.section--exclus .section__nav{width:100%;justify-content:flex-start}}@media (max-width: 768px) and (max-width: 640px){.section--exclus .section__nav{width:initial}}.devis{padding:clamp(2.5rem,5vw,6rem) 0 clamp(2rem,4vw,4.5rem);color:#fff}.devis .devis__inner{display:flex;gap:clamp(5.5rem,10vw,12rem);align-items:stretch;padding:0;position:relative;justify-content:space-between}.devis .devis__inner:before{content:"";position:absolute;-webkit-mask-image:url(src/mask.png);mask-image:url(src/mask.png);-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);height:100%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;width:95%;height:66%;z-index:1;left:0;top:0;background-color:#fff}@media (max-width: 640px){.devis .devis__inner:before{content:initial}}.devis .devis__content{flex:0 0 47%;display:flex;flex-direction:column;gap:1.75rem;z-index:1;justify-content:flex-end;padding-bottom:4rem}.devis .devis__title{font-size:clamp(2.5rem,3.125vw,3.75rem);padding-left:3rem;display:flex;top:3%;position:relative;font-weight:700;line-height:1.05;margin-bottom:auto;height:4rem;align-items:center}.devis .devis__text{font-size:1.0625rem;line-height:1.6;opacity:.85;max-width:32ch}.devis .devis__advantages{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.devis .devis__advantages li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9875rem;line-height:1.5}.devis .devis__advantages li:before{content:"";width:.5rem;height:.5rem;border-radius:50%;margin-top:.35rem;background:#ef1b26;flex-shrink:0}.devis .devis__actions{display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem;max-width:90%}.devis .btn-devis{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.65rem;border-radius:999px;font-weight:600;font-size:clamp(1.5rem,2.5vw,2.5rem);text-decoration:none;transition:background-color .2s ease,color .2s ease;background-color:#fff;color:#000;cursor:pointer}.devis .btn-devis:hover{background-color:#ef1b26;color:#fff}.devis .devis__media{flex:0 0 35%;position:relative;border-radius:clamp(1.25rem,3vw,2.25rem);border-bottom-left-radius:0;border-bottom-right-radius:0;overflow:hidden;height:clamp(40rem,48.65vw,44rem);margin-top:3rem}.devis .devis__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(1.15)}.devis .devis__media:after{content:"";width:100%;height:20%;bottom:0;left:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.9),rgb(0,0,0));z-index:2;position:absolute}.devis .devis__badge{position:absolute;width:14rem;top:50%;right:8.5%;display:inline-flex;justify-content:center;align-items:center;gap:.45rem;height:3rem}.devis .devis__badge a{position:relative;display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#fff;font-size:1rem;letter-spacing:.05em;text-transform:uppercase;font-weight:400;z-index:2;text-decoration:none}.devis .devis__badge a:after{content:"";position:absolute;width:100%;height:100%;border:solid .4rem #EF1B26;border-radius:.25rem;-webkit-mask-image:radial-gradient(circle at top right,black 20%,transparent 21%),radial-gradient(circle at bottom left,black 20%,transparent 21%);-webkit-mask-repeat:no-repeat;-webkit-mask-position:top right,bottom left;-webkit-mask-size:50% 50%;transition:border .2s ease}.devis .devis__badge a:hover:after{border:solid .4rem #fff}@media (max-width: 1024px){.devis .devis__inner{flex-direction:column}.devis .devis__content{flex-basis:auto}.devis .devis__media{min-height:16rem}}@media (max-width: 640px){.devis{padding-inline:0}.devis .devis__inner{margin-inline:0;flex-direction:column-reverse}.devis .devis__content{position:absolute;top:0;gap:12rem;width:100%}.devis .devis__title{font-size:clamp(2rem,7vw,2.75rem);padding-left:0;height:initial;top:initial}.devis .devis__media{height:25rem;flex:initial}.devis .devis__actions{flex-direction:column;align-items:stretch;max-width:80%;margin:0 auto;width:100%}.devis .devis__actions .btn-devis{width:100%;justify-content:center}.devis .devis__badge{top:30%;right:initial;left:10%;width:80%}}.pieces{padding:clamp(3rem,6vw,6.5rem) 0 clamp(3.5rem,7vw,7.25rem);background-image:url(https://res.cloudinary.com/dapjetv5z/image/upload/background_ttkc8x.jpg);position:relative}.pieces .pieces__brands{display:flex;align-items:center;gap:2rem;justify-content:center;margin-bottom:clamp(2rem,5vw,6rem);overflow:hidden;height:8rem}.pieces .pieces__control{padding:0;background-color:transparent;border:none;border-radius:.25rem;display:inline-flex;align-items:center;justify-content:center;line-height:1;color:#ef1b26;transition:color .2s ease,background-color .2s ease;font-size:3rem;font-family:Axia;font-weight:900;clip-path:polygon(30% 0,100% 0,100% 75%,70% 100%,0 100%,0 25%);cursor:pointer}.pieces .pieces__control span{width:3rem;height:2.72rem;display:flex;align-items:center;justify-content:center}.pieces .pieces__control:hover{color:#fff;background-color:#ef1b26}.pieces .splide{flex:1 1 auto;height:100%}.pieces .splide .splide__list{align-items:center}.pieces .splide .splide__track{height:100%}.pieces .splide .splide__slide{display:flex;justify-content:center;align-items:center}.pieces .splide .splide__arrows{display:none}.pieces .splide img{max-height:clamp(2.5rem,5vw,6rem);width:auto;filter:grayscale(0);transition:transform .2s ease}.pieces .splide img:hover{transform:scale(1.05)}.pieces .pieces__layout{display:flex;flex-direction:column;gap:clamp(2rem,5vw,4rem)}.pieces .pieces__intro{top:5.5rem;align-self:flex-start;display:flex;width:100%;justify-content:space-between;align-items:center;gap:1.25rem}.pieces .pieces__title{font-size:clamp(2.5rem,5vw,3.75rem);line-height:1.05}.pieces .pieces__lead{font-size:clamp(1rem,1vw,1.25rem);line-height:1.4;color:#0006;max-width:26rem;font-weight:500;margin-top:0}.pieces .pieces__grid{display:flex;gap:clamp(1.25rem,3vw,2.25rem) 2.5%;flex-wrap:wrap}.pieces .pieces-card{background-color:#fff;border-radius:1.5rem;padding:clamp(1.4rem,3vw,2rem);box-shadow:0 .5rem .85rem #00000008;border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column;gap:1rem;transition:background-color .2s ease;flex-basis:25%;justify-content:space-between}.pieces .pieces-card:nth-of-type(2),.pieces .pieces-card:nth-of-type(4){flex-basis:45%}.pieces .pieces-card:hover{background-color:#ef1b26}.pieces .pieces-card:hover .pieces-card__list li{color:#fff}.pieces .pieces-card__title{font-size:clamp(1.6rem,1.5625vw,1.875rem);line-height:1.1;font-weight:500;text-transform:uppercase}.pieces .pieces-card__list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.pieces .pieces-card__list li{font-size:clamp(1rem,1vw,1.25rem);line-height:1.8;font-weight:500;text-transform:uppercase;color:#0006;transition:color .2s ease}@media (max-width: 1280px){.pieces .pieces__intro{position:static}}@media (max-width: 960px){.pieces .pieces__layout{grid-template-columns:1fr}.pieces .pieces__intro{order:-1}}@media (max-width: 640px){.pieces .pieces__layout{gap:clamp(1.5rem,4vw,2rem)}.pieces .pieces__intro{flex-direction:column}.pieces .pieces__intro .pieces__lead{text-align:center}.pieces .pieces-card{flex-basis:100%!important}}.site-footer{background:#000;color:#fff;padding:clamp(3rem,6vw,6rem) 0 0}.site-footer .footer__inner{display:flex;flex-direction:column-reverse;gap:clamp(2rem,4vw,3.5rem)}.site-footer .footer__title{font-size:clamp(2.5rem,5.5vw,6.75rem);line-height:1.05;margin-bottom:clamp(1.5rem,4vw,3rem);font-weight:900}.site-footer .footer__blocks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.5rem,3vw,2.5rem)}.site-footer .footer__block{display:flex;flex-direction:column;gap:.65rem;font-size:clamp(1.15rem,1.25vw,1.5rem);justify-content:flex-end;font-family:Axia;font-weight:400}.site-footer .footer__label{font-size:.875rem;text-transform:uppercase;letter-spacing:.12em;color:#fff9}.site-footer .footer__link{color:#fff;text-decoration:none;font-family:Axia;font-weight:400;transition:color .2s ease;font-size:clamp(1.5rem,2vw,2.5rem)}.site-footer .footer__link:hover{color:#ef1b26}.site-footer .footer__address{font-style:normal;font-weight:400;line-height:1.2;color:#ffffffd9}.site-footer .footer__more{display:inline-flex;align-items:center;gap:.45rem;color:#ef1b26;text-decoration:none;font-weight:600;transition:transform .2s ease}.site-footer .footer__more:hover{transform:translate(4px)}.site-footer .footer__hours{list-style:none;margin:0;padding:0;display:flex;gap:2rem;justify-content:space-between}.site-footer .footer__hours li{display:flex;flex-direction:column;gap:.15rem;font-weight:300}.site-footer .footer__brand{display:flex;align-items:flex-end;justify-content:flex-end}.site-footer .footer__logo{max-width:clamp(8rem,15vw,12rem);height:auto;filter:invert(21%) sepia(39%) saturate(5882%) hue-rotate(344deg) brightness(99%) contrast(106%)}.site-footer .footer__fallback{font-size:1.5rem;font-weight:700}.site-footer .footer__bottom{margin-top:clamp(3rem,6vw,4.5rem);border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0 2rem}.site-footer .footer__bottom-inner{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-family:Axia;font-weight:400;font-size:clamp(1rem,1.15vw,1.375rem);color:#fff6}.site-footer .footer__legal{color:inherit;text-decoration:none;transition:color .2s ease}.site-footer .footer__legal:hover{color:#ef1b26}@media (max-width: 960px){.site-footer .footer__inner{grid-template-columns:1fr}.site-footer .footer__brand{justify-content:flex-start}.site-footer .footer__blocks{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.site-footer{padding-top:5rem}.site-footer .footer__inner{gap:5rem}.site-footer .footer__blocks,.site-footer .footer__blocks .footer__block{grid-template-columns:1fr}.site-footer .footer__blocks .footer__block:last-of-type{margin-top:2rem}.site-footer .footer__title{font-size:clamp(2.1rem,10vw,3rem)}.site-footer .footer__hours{flex-direction:column;gap:clamp(1.5rem,3vw,2.5rem)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;line-height:1;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn.is-loading{opacity:.65;pointer-events:none}.btn--outline{background:transparent;border:1px solid currentColor;padding:.55rem 1rem;border-radius:.6rem}.btn--ghost{background:#0000000d;color:#000;border-radius:.6rem;padding:.7rem 1.4rem;border:1px solid rgba(0,0,0,.08)}.btn--ghost:hover{background:#0000001f}.dpa-modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:none;align-items:center;justify-content:center;padding:clamp(1rem,4vw,3rem);color:#000;font-family:var(--font-body)}.dpa-modal-layer.is-visible{display:flex}.dpa-modal-layer .dpa-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dpa-modal-layer .dpa-modal-wrapper{position:relative;z-index:1;width:min(780px,100%)}.dpa-modal-layer .dpa-modal{background:#fff;border-radius:clamp(1.25rem,3vw,2rem);box-shadow:0 24px 80px #0000004d;padding:clamp(1.75rem,4vw,3rem);display:none}.dpa-modal-layer .dpa-modal.is-active{display:block;animation:dpa-modal-in .28s ease forwards}.dpa-modal-layer .dpa-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.dpa-modal-layer .dpa-modal__close{width:2.5rem;height:2.5rem;border-radius:999px;border:none;background:#00000014;color:#000;font-size:1.35rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dpa-modal-layer .dpa-modal__close:before{content:"×"}.dpa-modal-layer .dpa-modal__intro{margin:1rem 0 2rem;font-size:1.05rem;color:#000000b3}.dpa-modal-layer .dpa-steps{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.dpa-modal-layer .dpa-steps__dot{width:2.2rem;height:2.2rem;border-radius:999px;border:1px solid rgba(0,0,0,.15);display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;color:#00000073;background:#0000000a;transition:background .2s ease,color .2s ease,border-color .2s ease}.dpa-modal-layer .dpa-steps__dot.is-active{background:#ef1b26;border-color:#ef1b26;color:#fff;box-shadow:0 8px 20px #ef1b2659}.dpa-modal-layer .dpa-steps__line{flex:1;height:2px;background:#00000014}.dpa-modal-layer .dpa-form{display:grid;gap:1.5rem}.dpa-modal-layer .dpa-form__step{display:none;gap:1.5rem}.dpa-modal-layer .dpa-form__step.is-active{display:grid}.dpa-modal-layer .dpa-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}@media (max-width: 640px){.dpa-modal-layer .dpa-form__row{grid-template-columns:1fr}}.dpa-modal-layer .dpa-field{display:grid;gap:.45rem}.dpa-modal-layer .dpa-field__label{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:#0000008c}.dpa-modal-layer .dpa-field__input{width:100%;border-radius:.85rem;border:1px solid rgba(0,0,0,.1);padding:.85rem 1rem;font-size:1rem;background:#00000005;transition:border-color .2s ease,box-shadow .2s ease}.dpa-modal-layer .dpa-field__input:focus{outline:none;border-color:#ef1b26;box-shadow:0 0 0 3px #ef1b2626;background:#fff}.dpa-modal-layer .dpa-field--textarea .dpa-field__input{min-height:140px;resize:vertical}.dpa-modal-layer .dpa-field--checkbox{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:#000000b3}.dpa-modal-layer .dpa-field--checkbox input{margin-top:.35rem}.dpa-modal-layer .dpa-form__actions{display:flex;gap:1rem;align-items:center;justify-content:space-between;margin-top:.5rem}.dpa-modal-layer .dpa-form__actions [data-prev]{order:1}.dpa-modal-layer .dpa-form__actions [data-next],.dpa-modal-layer .dpa-form__actions [data-submit]{margin-left:auto;order:2}.dpa-modal-layer .dpa-form__actions [data-submit]{display:none}.dpa-modal-layer .dpa-form__actions .dpa-form__secondary{order:3;margin-left:0}.dpa-modal-layer .dpa-form__secondary{background:transparent;border:none;color:#000000a6;font-weight:600;cursor:pointer;text-decoration:underline}.dpa-modal-layer .dpa-form__privacy{font-size:.85rem;color:#00000080;margin:0}.dpa-modal-layer .dpa-form__feedback{display:none;margin-top:1rem;font-weight:600}.dpa-modal-layer .dpa-form__feedback.is-visible{display:block}.dpa-modal-layer .dpa-form__feedback.is-success{color:#0f8a2d}.dpa-modal-layer .dpa-form__feedback.is-error{color:#c71c1c}.dpa-modal-layer .dpa-field--spacer{display:none}.dpa-modal-layer .dpa-field--callback-consent{margin-top:1rem}@keyframes dpa-modal-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.dpa-modal-layer{padding:clamp(1rem,6vw,2rem)}.dpa-modal-layer .dpa-modal{padding:clamp(1.25rem,5vw,2rem)}.dpa-modal-layer .dpa-form__actions{flex-direction:column;align-items:stretch}.dpa-modal-layer .dpa-form__actions .btn{width:100%}.dpa-modal-layer .dpa-form__actions [data-prev]{order:1;width:100%}.dpa-modal-layer .dpa-form__actions [data-next],.dpa-modal-layer .dpa-form__actions [data-submit]{order:2;width:100%}.dpa-modal-layer .dpa-form__actions .dpa-form__secondary{order:3}}body.is-locked{overflow:hidden}html{font-size:16px}.container{max-width:1440px;margin-inline:auto;padding:0 clamp(20px,4.427085vw,5.3125rem)}#header-hero{position:relative;background-image:-webkit-image-set(url(https://res.cloudinary.com/dapjetv5z/image/upload/w_768,c_fill,g_auto,f_auto,q_auto/background_ttkc8x.jpg) 1x,url(https://res.cloudinary.com/dapjetv5z/image/upload/w_1536,c_fill,g_auto,f_auto,q_auto/background_ttkc8x.jpg) 2x,url(https://res.cloudinary.com/dapjetv5z/image/upload/w_1920,c_fill,g_auto,f_auto,q_auto/background_ttkc8x.jpg) 1x,url(https://res.cloudinary.com/dapjetv5z/image/upload/w_3840,c_fill,g_auto,f_auto,q_auto/background_ttkc8x.jpg) 2x);background-image:image-set(url(https://res.cloudinary.com/dapjetv5z/image/upload/w_768,c_fill,g_auto,f_auto,q_auto/background_ttkc8x.jpg) 1x,url(https://res.cloudinary.com/dapjetv5z/image/upload/w_1536,c_fill,g_auto,f_auto,q_auto/background_ttkc8x.jpg) 2x,url(https://res.cloudinary.com/dapjetv5z/image/upload/w_1920,c_fill,g_auto,f_auto,q_auto/background_ttkc8x.jpg) 1x,url(https://res.cloudinary.com/dapjetv5z/image/upload/w_3840,c_fill,g_auto,f_auto,q_auto/background_ttkc8x.jpg) 2x);background-size:cover;background-position:center}#header-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffab;pointer-events:none}#exclus-devis{background:#000;color:#fff}
