*,*:before,*:after{box-sizing:border-box}*{margin:0;list-style:none;padding:0}html,body{height:100%;font-family:var(--font-family);font-size:var(--font-size);color:var(--blue)}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}button{background-color:unset;border:unset}a{text-decoration:unset;color:unset}:root{--font-size: 16px;--font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--blue: #314158;--red: rgb(153, 0, 0);--light-red: rgba(153, 0, 0, .2);--padding-page: 3rem 20%;--header-h: 80px;--surface: #fff;--surface-alt: oklch(98.4% .003 247.858);--bg: #fff;--text-muted: rgba(49, 65, 88, .75);--border: rgba(49, 65, 88, .1);--shadow-sm: rgba(0, 0, 0, .1);scroll-behavior:smooth}section[id]{scroll-margin-top:calc(var(--header-h) + 16px)}#root,#__next{isolation:isolate}header{position:sticky;top:0;display:flex;justify-content:space-between;padding:1.5rem 10rem;background-color:#fffffff2;z-index:5;box-shadow:0 2px 4px var(--shadow-sm)}.header__logo{display:flex;align-items:center;gap:1rem}.logo-image{width:3rem;height:3rem;object-fit:contain;border-radius:5px}.header__logo h1{font-size:1.25rem;font-weight:600}.header__nav{display:flex;align-items:center}.header__nav-list{display:flex;gap:2rem}.header__cta{display:flex;align-items:center}.btn--primary,.btn--outline{padding:.75rem 1rem;border-radius:5px;background-color:var(--red);color:#fff;font-weight:500;cursor:pointer;width:fit-content}.btn--primary:hover{background-color:#7a0000}.btn--outline{background-color:var(--surface);color:var(--blue)}.header__burger{display:none;flex-direction:column;gap:.5rem;background:none;border:none;cursor:pointer;z-index:1000}.header__burger span{width:2rem;height:3px;background-color:var(--blue);border-radius:2px;transition:all .3s ease}.header__burger.active span:nth-child(1){transform:rotate(45deg) translate(.6rem,.8rem)}.header__burger.active span:nth-child(2){opacity:0}.header__burger.active span:nth-child(3){transform:rotate(-45deg) translate(.5rem,-.7rem)}#hero{position:relative;height:35rem;overflow:hidden}#hero:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#314158e0 0% 38%,#31415859 65% 100%)}.hero__content{position:relative;z-index:2;width:42%;min-width:280px;height:100%;display:flex;flex-direction:column;justify-content:center;gap:1rem;padding-inline:clamp(1.5rem,5%,3rem);color:#fff;background:transparent}.hero__media{position:absolute;inset:0}.hero__slider{position:relative;width:100%;height:100%;list-style:none;margin:0;padding:0}.hero__slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease-in-out}.hero__slide.is-active{opacity:1}.hero__img{width:100%;height:100%;object-fit:cover}.hero__content h2{font-size:3rem;font-weight:500;line-height:1}.hero__content p{font-size:1.25rem;max-width:40rem;color:#fffc}.hero__content a{padding:.75rem 1.5rem}.hero__actions{display:flex;gap:1rem;margin-top:.5rem}#services{padding:var(--padding-page)}.services__title{font-size:2rem;font-weight:500;text-align:center;margin-bottom:.5rem}.services__desc{text-align:center;margin:0 auto 3rem;color:var(--text-muted)}.services__list{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.services__card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;border-radius:.625rem;width:20rem;text-align:center;background-color:var(--surface-alt);transition:box-shadow .3s ease}.services__card:hover{box-shadow:0 4px 6px var(--shadow-sm)}.services__card-header{display:flex;align-items:center;width:100%;gap:1rem;min-height:3rem}.services__card-heading{display:flex;flex-direction:column;text-align:left}.services__card-heading h3{font-size:1.25rem;font-weight:600;margin-bottom:.25rem;line-height:1}.services__card-heading p{color:var(--text-muted);font-size:.95rem;line-height:1.4}.services__card hr{border:none;border-top:1px solid var(--border);margin:.25rem 0;width:100%}.services__icon{height:3.5rem;width:3.5rem;padding:.75rem;margin-bottom:.5rem;background-color:var(--light-red);border-radius:10px;color:var(--red)}.services__detail-list{display:flex;flex-direction:column;gap:.5rem}.services__detail{display:flex;gap:.5rem}.services__detail .icon--check{margin-top:.3rem;width:10%;color:var(--red)}.services__detail-body{width:90%;display:flex;flex-direction:column;gap:.1rem;text-align:left}.services__detail-body h4{font-size:1.125rem;font-weight:500}.services__detail-body p{color:var(--text-muted);font-size:.95rem;line-height:1.4}#why-us{display:flex;flex-direction:column;background-color:#3141580d;padding:var(--padding-page)}#why-us h2{font-size:2rem;font-weight:500;text-align:center;margin-bottom:.5rem}#why-us>p{text-align:center;margin:0 auto 3rem;color:var(--text-muted);max-width:40rem}.why-us__list{display:flex;justify-content:center;gap:2rem}.why-us__item{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:1rem;border-radius:.625rem;width:20rem;text-align:center}.why-us__icon{height:4rem;width:4rem;padding:1rem;margin-bottom:.5rem;background-color:var(--light-red);border-radius:50%;color:var(--red)}.why-us__item h3{font-size:1.125rem;font-weight:500}.why-us__item p{color:var(--text-muted)}#zone{display:flex;padding:var(--padding-page);gap:3rem}.zone__info,.zone__map{display:flex;flex-direction:column;justify-content:center;width:50%}.zone__info h2{font-size:2rem;font-weight:500;margin-bottom:.5rem}.zone__info>p{color:var(--text-muted);margin-bottom:2rem}.zone__city{display:flex;align-items:center;gap:.4rem}.icon--check{height:1.25rem;width:1.25rem;color:var(--red)}#map{height:420px;border-radius:5px;overflow:hidden;border:1px solid rgba(0,0,0,.08);z-index:0}#reviews{padding:var(--padding-page);background-color:#3141580d}#reviews h2{font-size:2rem;font-weight:500;text-align:center;margin-bottom:.5rem}#reviews>p{text-align:center;margin:0 auto 3rem;color:var(--text-muted)}.reviews__disclaimer{text-align:center;color:var(--text-muted);margin-bottom:2rem}.reviews__list{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.reviews__item{background-color:var(--surface);padding:1.5rem;border-radius:.625rem;box-shadow:0 4px 6px var(--shadow-sm);width:25rem;display:flex;flex-direction:column;gap:.5rem}.reviews__item hr{border:none;border-top:1px solid var(--border);margin-top:auto}.stars{display:flex;gap:.05rem}.star-icon{color:var(--red);height:1.25rem;width:1.25rem}.reviews__item-text{color:#314158e6;font-size:.95rem;line-height:1.4;font-style:italic}.reviews__author-location{color:var(--text-muted);font-size:.85rem}#cta{display:flex;flex-direction:column;align-items:center;padding:var(--padding-page);gap:1rem;background-color:var(--red)}#cta h2{font-size:2rem;font-weight:500;color:#fff}#cta>p{color:#fffc;text-align:center;max-width:40rem}.cta__actions{display:flex;gap:1rem;margin-top:.5rem}#cta .btn--primary,#cta .btn--outline{padding:.75rem 2rem}#cta .btn--primary{background-color:#fff;color:var(--red)}#cta .btn--primary:hover{background-color:#e6e6e6}#cta .btn--outline{display:flex;align-items:center;background-color:transparent;border:2px solid #fff;color:#fff;gap:.5rem}.btn__icon,.footer__icon{height:1.25rem;width:1.25rem}.cta__title-full{display:inline}.cta__title-short{display:none}#footer{display:flex;flex-direction:column;background-color:var(--blue)}.footer__container{display:flex;justify-content:space-between;color:#fff;padding:2rem 10%;font-size:.9rem}.footer__section{display:flex;flex-direction:column;gap:.5rem;max-width:20rem;line-height:1.3}.footer__section h3{font-size:1.25rem;font-weight:500;margin-bottom:.5rem}.footer__contact-list{display:flex;flex-direction:column;gap:1rem}.footer__contact-list a,.footer__contact-item .footer__city{color:#fff;font-size:1rem;font-weight:600}.footer__contact-item{display:flex;gap:.7rem}.footer__contact-item svg{margin-top:.15rem}.footer__contact-item>div{color:#fffc}.footer__zone-list li{list-style-type:circle;margin-left:.8rem;color:#fffc}.footer__section>p{color:#fffc}#footer hr{border:none;border-top:1px solid rgba(255,255,255,.2);margin:1rem 2rem}.footer__credit{text-align:center;color:#fff9;font-size:.85rem;padding-bottom:1rem}.footer__credit a{color:#ffffffb3;text-decoration:underline}.footer__credit a:hover{color:#fff}.footer__region{color:#fffc}.badge{height:3.5rem;width:3.5rem;position:fixed;right:20px;bottom:20px;z-index:9999;padding:.5rem 1rem;display:flex;gap:.5rem;align-items:center;background-color:var(--surface);border-radius:20rem;box-shadow:0 4px 6px var(--shadow-sm);cursor:pointer;overflow:hidden;transition:max-width .3s ease}.badge:hover{width:unset;padding:.5rem 1.5rem .5rem 0}.badge:hover .badge__content{display:flex}.badge__content{flex-direction:column;display:none}.badge__icon{height:1.5rem;width:1.5rem;color:var(--red)}#contact-page{background-color:var(--surface-alt)}#contact-header{padding:var(--padding-page);text-align:center;margin-bottom:.5rem}#contact-header h2{font-size:2rem;font-weight:500;margin-bottom:.5rem}#contact-header p{color:var(--text-muted)}#form-contact{display:flex;margin:0 10%}.contact-form{display:flex;padding:2rem;flex-direction:column;gap:1rem;background-color:var(--surface);border-radius:10px;box-shadow:0 4px 6px var(--shadow-sm)}.contact-form h3{font-size:1.5rem;font-weight:500}.contact-form p{color:var(--text-muted);margin-bottom:2rem}.contact-form__notice{font-size:.8rem;color:var(--text-muted)!important;background-color:#3141580d;border-left:3px solid rgba(49,65,88,.2);padding:.6rem .8rem;margin-bottom:0!important;border-radius:0 4px 4px 0;line-height:1.5}#devis-form{display:flex;flex-direction:column;gap:.5rem}#devis-form input,#devis-form textarea{border:1px solid rgba(49,65,88,.3);border-radius:10px;padding:.7rem;margin-bottom:1.5rem}#devis-form #project-details{min-height:10rem}.btn--submit{padding:.75rem 1.5rem;border-radius:10px;background-color:var(--red);color:#fff;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s ease,opacity .2s ease}.btn--submit:disabled{opacity:.65;cursor:not-allowed}.contact-sidebar{position:sticky;top:calc(var(--header-h) + 2rem);height:fit-content;display:flex;flex-direction:column;margin-left:2rem;gap:1rem;background-color:var(--blue);color:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px var(--shadow-sm)}.contact-sidebar h3{font-size:1.5rem;font-weight:500}.contact-sidebar p{color:#fffc}.contact-sidebar__list{display:flex;flex-direction:column;gap:1rem}.contact-sidebar__item{display:flex;align-items:start;gap:.5rem}.contact-sidebar__icon{margin-top:.2rem;width:5%;color:#fff}.contact-sidebar__item>div{display:flex;flex-direction:column}.contact-sidebar hr{border:none;border-top:1px solid rgba(255,255,255,.2);margin:.5rem 0}.contact-sidebar__extras-title{color:#fff!important;margin-bottom:.2rem}#contact-page footer{margin-top:3rem}#realisations-hero,#about-hero{padding:var(--padding-page);background-color:var(--blue);color:#fff}#realisations-hero h2,#about-hero h2{font-size:2rem;font-weight:500;margin-bottom:.5rem}#realisations-hero p,#about-hero p{color:#fffc;font-size:1.25rem}#realisations-filters{display:flex;justify-content:center;gap:1rem;padding:2rem 10%;border-bottom:1px solid var(--border)}.filter__btn{padding:.5rem 1rem;border-radius:25rem;background-color:var(--surface-alt);color:var(--blue);font-weight:500;cursor:pointer}.filter__btn.is-active{background-color:var(--red);color:#fff}.filter__btn:hover{background-color:#e6e6e6}.filter__btn.is-active:hover{background-color:#900}#realisations-list{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding:var(--padding-page)}.empty-message{text-align:center;padding:2rem;color:#666;width:100%}.realisation{position:relative;width:20rem;display:flex;flex-direction:column;background-color:#1a1a1a;box-shadow:0 2px 12px #0000004d;border-radius:10px;overflow:hidden;transition:transform .3s ease}.realisation img{width:100%;height:15rem;object-fit:cover}.realisation .realisation__img--after{position:absolute;inset:0;opacity:0;transition:opacity .3s ease}.realisation:hover{cursor:pointer;transform:scale(1.05)}.realisation:hover .realisation__img--after,.realisation.active .realisation__img--after{opacity:1}.realisation__body{display:flex;flex-direction:column;gap:.75rem;padding:1rem;color:#fff}.realisation__body h3{color:#fff}.realisation__body p{color:#ffffffbf;font-size:.9rem}.realisation__tag{background-color:var(--red);width:fit-content;color:#fff!important;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:25rem}#about{padding:var(--padding-page);background-color:var(--surface-alt)}#about hr{border:none;border-top:1px solid var(--border);margin:1rem 0}.about__card{display:flex;flex-direction:column;gap:2rem;padding:2rem;background-color:var(--surface);box-shadow:0 4px 6px var(--shadow-sm);border-radius:10px}.about__profile{display:flex;gap:2rem}.about__profile .about__img{width:15rem;height:15rem;object-fit:cover;border-radius:10px}.about__bio h2{font-size:1.5rem;font-weight:500;margin-bottom:1rem}.about__section-title{font-size:1.5rem;font-weight:500;text-align:center}.commitments__list{display:flex;justify-content:center;gap:2rem}.commitments__item{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:1rem;border-radius:.625rem;width:20rem;text-align:center}.commitments__icon{height:4rem;width:4rem;padding:1rem;margin-bottom:.5rem;background-color:var(--light-red);border-radius:50%;color:var(--red)}.commitments__item h3{font-size:1.125rem;font-weight:500}.commitments__item p{color:var(--text-muted)}.certifications__grid{display:flex;flex-direction:column;width:fit-content;align-self:center;gap:1rem;background-color:var(--surface-alt);padding:1rem;border-radius:10px}.certifications__item{display:flex;align-items:center;gap:.5rem}.certifications__svg{height:2rem;width:2rem;color:var(--red)}.certifications__body h3{font-size:1.125rem;font-weight:500}.certifications__body p{color:var(--text-muted);font-size:.95rem}.legal{max-width:800px;margin:4rem auto;padding:0 2rem 4rem}.legal h2{font-size:2rem;margin-bottom:2rem}.legal h3{font-size:1.1rem;font-weight:600;margin-top:2rem;margin-bottom:.5rem}.legal p,.legal ul{line-height:1.8;margin-bottom:.75rem;color:#314158d9}.legal ul{padding-left:1.5rem;list-style:disc}.legal a{color:var(--blue);text-decoration:underline}.legal__updated{margin-top:3rem;font-size:.85rem;color:var(--text-muted)}.alert-page{min-height:100vh;display:flex;flex-direction:column;background-color:var(--surface-alt)}.alert{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;text-align:center}.alert__icon{width:4rem;height:4rem;color:#22c55e}.alert h2{font-size:2rem;font-weight:600}.alert p{color:#666;max-width:30rem}.alert .btn--primary{margin-top:.5rem}.reveal{opacity:0;transform:translateY(1.5rem);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:2.75rem;height:2.75rem;border-radius:50%;background-color:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .2s ease;z-index:50;box-shadow:0 4px 12px var(--shadow-sm)}.back-to-top.is-visible{opacity:1;pointer-events:auto}.back-to-top:hover{transform:translateY(-3px)}.back-to-top svg{width:1.25rem;height:1.25rem}.sticky-call{display:none}@media(max-width:768px){.cta__title-full{display:none}.cta__title-short{display:inline}:root{--padding-page: 1.5rem}header{padding:1rem;position:sticky;top:0;display:flex;justify-content:space-between;align-items:center;background-color:#fffffff2;z-index:5;box-shadow:0 2px 4px var(--shadow-sm)}.header__burger{display:flex}.header__nav{position:absolute;top:100%;left:0;right:0;background-color:#fffffff2;max-height:0;overflow:hidden;transition:max-height .3s ease}.header__nav.active{max-height:500px;border-bottom:1px solid var(--border)}.header__nav-list{flex-direction:column;gap:0;text-align:left;padding:1rem;width:100%}.header__nav-item{border-bottom:1px solid var(--border);width:100%}.header__nav-item a{padding:.75rem 0;width:100%;display:block}.header__nav-item:last-child{border-bottom:none}.header__cta{display:none}#hero{height:26rem}#hero:before{background:linear-gradient(180deg,#314158d1,#3141588c)}.hero__content{width:100%;min-width:unset;height:100%;justify-content:flex-end;padding:1.5rem;gap:.75rem}.hero__content h2{font-size:1.75rem}.hero__content p{font-size:1rem}.hero__actions{flex-direction:column}.hero__actions a{width:100%;text-align:center}.services__title{font-size:1.5rem}.services__list{flex-direction:column;align-items:center;gap:1rem}.services__card{width:100%}.why-us__list{flex-direction:column;align-items:center}.why-us__item{width:100%;padding:0}#why-us h2{font-size:1.5rem}#zone{flex-direction:column;gap:1.5rem}.zone__info,.zone__map{width:100%}#map{height:300px}#reviews h2{font-size:1.5rem}.reviews__list{flex-direction:column;align-items:center;gap:1rem;margin-bottom:0}.reviews__item{width:100%}.about__bio h2{font-size:1.25rem}#cta h2{text-align:center}.cta__actions{flex-direction:column}footer{padding:var(--padding-page);padding-bottom:5rem;flex-direction:column;gap:1rem;text-align:center}footer h3{text-align:start}.footer__contact-item>div{text-align:start}.footer__zone-list{text-align:start}.footer__container{flex-direction:column;gap:1rem;padding:0}#realisations-filters{gap:.5rem;flex-wrap:wrap}.realisation{width:100%;max-width:20rem}.back-to-top{bottom:5.5rem;right:1rem}.about__profile .about__img{height:15rem;width:15rem}.about__profile{flex-direction:column;align-items:center}#form-contact{flex-direction:column;gap:1.5rem}.contact-sidebar{position:relative;margin-left:0;top:unset}.commitments__list{flex-direction:column;align-items:center}.commitments__item{width:100%;padding:0}.sticky-call{display:flex;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:100;background:var(--red);color:#fff;padding:.75rem 2rem;border-radius:999px;gap:.5rem;align-items:center;font-weight:600;font-size:1rem;box-shadow:0 4px 20px #00000040;text-decoration:none;white-space:nowrap;transition:background-color .2s ease,transform .2s ease}.sticky-call:hover{background-color:#900;transform:translate(-50%) scale(1.03)}.sticky-call__icon{width:1.2rem;height:1.2rem}}@media(prefers-color-scheme:dark){:root{--surface: #1e1e1e;--surface-alt: #1a1a1a;--bg: #121212;--text-muted: rgba(232, 238, 247, .7);--border: rgba(232, 238, 247, .1);--shadow-sm: rgba(0, 0, 0, .3);--blue: #e8eef7;--red: rgb(255, 100, 100);--light-red: rgba(255, 100, 100, .15)}html,body{background-color:var(--bg);color:var(--blue)}header{background-color:#121212f2;box-shadow:0 2px 4px #00000080}.logo-image{background-color:#ffffffe6;padding:3px}.header__burger span{background-color:var(--blue)}.btn--primary:hover{background-color:#cc3232}.services__card{background-color:var(--surface);box-shadow:0 4px 6px #0000004d}.services__card:hover{box-shadow:0 4px 6px #ff646433}.services__card-heading p,.services__card hr{border-color:#e8eef733;color:#e8eef7b3}.services__desc,#why-us>p,#reviews>p,.zone__info>p,#contact-header p,.why-us__item p,.services__detail-body p{color:#e8eef7b3}#why-us{background-color:#12121280}.filter__btn{background-color:var(--surface);color:var(--blue);border:1px solid rgba(232,238,247,.2)}.filter__btn:hover{background-color:#2a2a2a}.filter__btn.is-active{background-color:var(--red);color:#fff}.filter__btn.is-active:hover{background-color:#ff7878}#reviews{background-color:#12121280}.reviews__item{background-color:var(--surface);box-shadow:0 4px 6px #0000004d}.reviews__item hr{border-color:var(--border)}.reviews__item-text{color:#e8eef7e6}.reviews__author-location{color:#e8eef799}#cta{background-color:#cc3232}#cta .btn--primary{background-color:#fff;color:#cc3232}#cta .btn--primary:hover{background-color:#e6e6e6}#contact-page{background-color:var(--bg)}.contact-form{background-color:var(--surface);box-shadow:0 4px 6px #0000004d}.contact-form p{color:#e8eef7b3}#devis-form input,#devis-form textarea{background-color:#2a2a2a;border-color:#e8eef733;color:var(--blue)}#devis-form input::placeholder,#devis-form textarea::placeholder{color:#e8eef780}.contact-sidebar{background-color:var(--surface-alt);box-shadow:0 4px 6px #0000004d}.contact-sidebar hr{border-color:#ffffff1a}#realisations-hero,#about-hero{background-color:var(--surface-alt);color:var(--blue)}#realisations-hero p,#about-hero p{color:#e8eef7b3}#realisations-filters{border-bottom-color:var(--border)}.realisation{background-color:#111;box-shadow:0 4px 6px #0006}#about{background-color:var(--bg)}.about__card{background-color:var(--surface);box-shadow:0 4px 6px #0000004d}#about hr{border-color:var(--border)}.certifications__grid{background-color:#2a2a2a}.certifications__body p,.commitments__item p{color:#e8eef7b3}#footer{background-color:#0a0a0a}#footer hr{border-color:#ffffff1a}.badge{background-color:var(--surface);box-shadow:0 4px 6px #00000080}.alert p{color:#e8eef7b3}.contact-form__notice{color:#e8eef799!important;background-color:#e8eef70d;border-left-color:#e8eef726}.legal p,.legal ul{color:#e8eef7bf}.legal a{color:#e8eef7e6}#map{border-color:var(--border);filter:brightness(.8)}.zone__city,.services__detail-body h4,.services__card-heading h3{color:var(--blue)}.btn--outline{border-color:var(--blue);color:#fff}.btn--submit:hover{background-color:#cc3232}@media(max-width:768px){.header__nav{background-color:#121212f2}.header__nav.active,.header__nav-item{border-bottom-color:var(--border)}header{background-color:#121212f2}}}
