body{padding:0;background-color:#fff;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box}.btn-none{border:none}@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");*{margin:0;padding:0;font-family:Montserrat,sans-serif}:root{--navbar-green-light:#16294a;--navbar-green-dark:#152c55;--navbar-green-deep:#1d4d2c;--navbar-green-soft:#f5f9f6;--navbar-green-soft-hover:#eaf3ec;--navbar-green-soft-2:#f0f9f3;--navbar-green-shadow:rgba(42,110,63,.3);--navbar-green-border:#228b22;--navbar-navy:red;--navbar-white:#fff;--navbar-white-10:hsla(0,0%,100%,.1);--navbar-white-80:hsla(0,0%,100%,.8);--navbar-black-28:rgba(0,0,0,.279);--navbar-black-10:rgba(0,0,0,.1);--navbar-black-15:rgba(0,0,0,.15);--navbar-black-50:rgba(0,0,0,.5);--navbar-gray-900:#333;--navbar-gray-700:#666;--navbar-gray-600:#a1a1a1;--navbar-gray-550:#231b1b;--navbar-gray-400:#c8c8c8;--navbar-gray-300:#e0e0e0;--navbar-gray-280:#e8e8e8;--navbar-gray-260:#eaeaea;--navbar-gray-250:#f0f0f0;--navbar-gray-220:#eee;--navbar-gray-200:#f1f1f1;--navbar-gray-180:#f5f5f5;--navbar-gray-150:#f9f9f9;--navbar-gray-120:#f8f8f8;--navbar-gray-120-alpha:#f8f8f8d7}.no-scroll{overflow:hidden!important;height:100vh}.navbartop-red-background{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--navbar-black-28);z-index:999;pointer-events:auto!important;cursor:pointer;display:none}.navbartop-red-background.open{display:flex}.navbartop-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-shadow:0 2px 15px var(--navbar-black-10);position:relative;z-index:1100;background:linear-gradient(135deg,var(--navbar-green-light) 0,var(--navbar-green-dark) 100%)}.navbartop-container.sticky-active{position:fixed;top:0;left:0;right:0;animation:slideDown .3s ease;box-shadow:0 2px 15px var(--navbar-black-10)}.navbartop{display:flex;justify-content:space-between;align-items:center;padding:.8rem 2rem;max-width:1700px;margin:0 auto}.navbartop-brand{display:flex;flex-direction:column}.navbartop-logo{display:flex;align-items:center;font-weight:700;font-size:1.4rem}.navbartop-logo-icon{font-size:1.8rem;margin-right:.5rem}.navbartop-logo-text{white-space:nowrap;color:var(--navbar-white)}.navbartop-tagline{font-size:.8rem;color:var(--navbar-white);margin-top:.2rem}.navbartop-actions{display:flex;align-items:center;gap:1.5rem}.navbartop-mobile-menu-btn{display:none;background:none;border:none;font-size:1.8rem;cursor:pointer;color:var(--navbar-white);padding:.5rem;z-index:1002}.navbartop-mobile-menu{position:fixed;top:0;right:0;width:300px;height:100%;background:var(--navbar-white);z-index:1001;display:flex;flex-direction:column;box-shadow:-5px 0 25px var(--navbar-black-15);transform:translateX(100%);transition:transform .22s ease-out}.navbartop-mobile-menu.open{transform:translateX(0)}.navbartop-mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--navbar-gray-280);background:linear-gradient(135deg,#b91c1c,#ef4444)}.navbartop-mobile-menu-header h3{margin:0;color:var(--navbar-white);font-size:1.4rem;font-weight:600}.navbartop-mobile-close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--navbar-white);line-height:1;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.navbartop-mobile-close-btn:hover{background-color:var(--navbar-white-10)}.navbartop-mobile-nav-list{list-style:none;padding:0;margin:0;flex-grow:1;max-height:100vh;overflow-y:scroll;background:linear-gradient(135deg,#0f172a,#1e293b 50%,#0f172a)}.navbartop-mobile-nav-list>li{border-bottom:1px solid var(--navbar-gray-250)}.navbartop-mobile-dropdown-btn,.navbartop-mobile-nav-list a{display:flex;justify-content:space-between;align-items:center;padding:1.3rem 1.5rem;color:#fff;text-decoration:none;font-size:1.05rem;background:none;border:none;cursor:pointer;width:100%;text-align:left;transition:background-color .2s;font-weight:500}.navbartop-mobile-arrow{margin-left:10px}.navbartop-arrow-box,.navbartop-mobile-arrow{display:flex;align-items:center;justify-content:center}.navbartop-arrow-box{width:32px;height:32px;border-radius:6px;font-size:.8rem;transition:all .3s cubic-bezier(.4,0,.2,1);background-color:red;color:#fff}.navbartop-mobile-arrow.open .navbartop-arrow-box{background-color:rgba(255,0,0,.699);color:var(--navbar-white);border-color:var(--navbar-green-dark);transform:rotate(180deg)}.navbartop-mobile-dropdown-content{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1),padding .3s ease;background-color:hsla(0,0%,100%,.055);padding-top:0;padding-bottom:0}.navbartop-mobile-dropdown-content.open{max-height:1000px;padding-top:.5rem;padding-bottom:.5rem}.navbartop-mobile-dropdown-item{display:flex;align-items:center;padding:1.1rem 1.5rem 1.1rem 2.8rem;text-decoration:none;color:var(--navbar-gray-900);transition:background-color .2s;border-bottom:1px solid var(--navbar-gray-260);position:relative}.navbartop-mobile-dropdown-item:last-child{border-bottom:none}.navbartop-mobile-dropdown-item:hover{background-color:var(--navbar-gray-250)}.navbartop-mobile-item-icon{margin-right:1rem;font-size:1.3rem;min-width:24px;text-align:center}.navbartop-mobile-dropdown-item span:not(.navbartop-mobile-item-icon){flex:1 1;font-size:.95rem;font-weight:500;line-height:1.4}.navbartop-mobile-item-divider{position:absolute;bottom:0;left:2.8rem;right:1.5rem;height:1px;background-color:var(--navbar-gray-260)}.navbartop-mobile-actions{padding:1.5rem;border-top:1px solid var(--navbar-gray-280);background:#16294a}.navbartop-btn-quote-mobile{width:100%;background:linear-gradient(135deg,var(--navbar-green-dark) 0,var(--navbar-green-light) 100%);color:var(--navbar-white);border:none;padding:1rem;border-radius:8px;font-weight:600;cursor:pointer;margin-bottom:1rem;font-size:1.05rem;transition:transform .2s,box-shadow .2s}.navbartop-btn-quote-mobile:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--navbar-green-shadow)}.navbartop-phone-info{display:flex;align-items:center;gap:.4rem;background-color:var(--navbar-green-soft);padding:.5rem 1rem;border-radius:30px;border:1px solid red;text-decoration:none;transition:all .25s ease}.navbartop-phone-icon{display:flex;align-items:center;justify-content:center;color:red}.navbartop-phone-number{font-weight:600;color:red}.navbartop-phone-info:hover{transform:translateY(-2px);box-shadow:0 5px 15px var(--navbar-green-shadow)}.navbartop-mobile-phone{display:inline-flex;justify-content:center;align-items:center;gap:.5rem;color:#fff;font-weight:600;padding:.8rem 1rem;background:linear-gradient(135deg,#b91c1c,#ef4444);border-radius:8px;font-size:1rem;text-decoration:none;transition:background-color .2s ease;width:100%}.navbartop-mobile-phone:hover{background-color:var(--navbar-green-soft-hover)}.navbartop-mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--navbar-black-50);z-index:1000;opacity:0;visibility:hidden;transition:opacity .22s ease-out,visibility .22s ease-out}.navbartop-mobile-overlay.active{opacity:1;visibility:visible}.navbarbottom-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-shadow:0 2px 15px var(--navbar-black-10);position:relative;z-index:1050;background:linear-gradient(135deg,#b91c1c,#ef4444);width:100%;transition:all .3s ease}.navbarbottom-container.sticky-active{position:fixed;top:0;left:0;right:0;animation:slideDown .3s ease;box-shadow:0 2px 15px var(--navbar-black-10)}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.navbarbottom{display:flex;justify-content:space-between;align-items:center;padding:.8rem 2rem;max-width:1700px;margin:0 auto}.navbarbottom-menu{flex-grow:1;margin:0 2rem}.navbarbottom-list{display:flex;list-style:none;margin:0;padding:0;justify-content:center;align-items:center}.navbarbottom-item{position:relative}.navbarbottom-dropdown-toggle,.navbarbottom-link{background:none;padding:0 1.2rem;font-size:1rem;color:var(--navbar-white);text-decoration:none;cursor:pointer;display:flex;align-items:center;transition:color .2s;font-weight:500}.navbarbottom-dropdown-toggle:hover,.navbarbottom-link:hover{color:var(--navbar-white-80)}.navbarbottom-dropdown-toggle{position:relative}.navbarbottom-dropdown-arrow{font-size:.6rem;margin-left:.5rem;transition:transform .3s}.navbarbottom-item.active .navbarbottom-dropdown-arrow{transform:rotate(180deg)}.navbarbottom-dropdown-wrapper{position:relative;display:inline-block}.navbarbottom-dropdown-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:calc(100% + 20px);pointer-events:auto}.navbarbottom-dropdown-menu{position:absolute;top:100%;left:0;width:350px;background:var(--navbar-white);border-radius:8px;box-shadow:0 10px 30px var(--navbar-black-15);opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .3s ease,transform .3s ease;z-index:1000;margin-top:15px}.navbarbottom-dropdown-menu.active,.navbarbottom-dropdown-wrapper:hover .navbarbottom-dropdown-menu{opacity:1;transform:translateY(0);pointer-events:auto}.navbarbottom-dropdown-header{background:linear-gradient(135deg,var(--navbar-green-dark) 0,var(--navbar-green-light) 100%);color:var(--navbar-white);padding:1.2rem 1.5rem}.navbarbottom-dropdown-title{font-size:1.3rem;font-weight:700;display:block;margin-bottom:.3rem}.navbarbottom-dropdown-subtitle{font-size:.85rem;opacity:.9;margin:0}.navbarbottom-dropdown-content{padding:1rem;overflow-y:auto}.navbarbottom-dropdown-item{cursor:pointer;display:flex;align-items:center;padding:.5rem;text-decoration:none;color:var(--navbar-gray-900);border-radius:6px;transition:background-color .2s;margin-bottom:.5rem}.navbarbottom-dropdown-item:hover{background-color:var(--navbar-green-soft-2)}.navbarbottom-item-icon{font-size:1.5rem;margin-right:1rem;flex-shrink:0}.navbarbottom-item-content{flex-grow:1}.navbarbottom-item-title{font-weight:600;margin-bottom:.2rem}.navbarbottom-item-desc{font-size:.85rem;color:var(--navbar-gray-700)}.navbarbottom-dropdown-footer{border-top:2px solid var(--navbar-gray-220);padding:1rem;text-align:center}.navbarbottom-see-all-link{color:var(--navbar-green-dark);text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s}.navbarbottom-see-all-link:hover{color:var(--navbar-green-deep);text-decoration:underline}.navbarbottom-mobile-menu-btn{display:none;background:none;border:none;font-size:1.8rem;cursor:pointer;color:var(--navbar-white);padding:.5rem}.navbarbottom-mobile-menu{position:fixed;top:0;right:-300px;width:280px;height:100%;background:var(--navbar-white);z-index:1001;transition:right .3s ease;display:flex;flex-direction:column;box-shadow:-5px 0 20px var(--navbar-black-10)}.navbarbottom-mobile-menu.open{right:0}.navbarbottom-mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--navbar-gray-220);background:var(--navbar-green-dark)}.navbarbottom-mobile-menu-header h3{margin:0;color:var(--navbar-white)}.navbarbottom-mobile-close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--navbar-white);line-height:1}.navbarbottom-mobile-nav-list{list-style:none;padding:0;margin:0;flex-grow:1;overflow-y:auto}.navbarbottom-mobile-nav-list li{border-bottom:1px solid var(--navbar-gray-180)}.navbarbottom-mobile-dropdown-btn,.navbarbottom-mobile-nav-list a{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;color:var(--navbar-gray-900);text-decoration:none;font-size:1rem;background:none;border:none;cursor:pointer;width:100%;text-align:left}.navbarbottom-mobile-dropdown-btn:hover,.navbarbottom-mobile-nav-list a:hover{background-color:var(--navbar-gray-150)}.navbarbottom-mobile-arrow{font-size:.7rem;transition:transform .3s}.navbarbottom-mobile-arrow.open{transform:rotate(180deg)}.navbarbottom-mobile-dropdown-content{max-height:0;overflow:hidden;transition:max-height .3s ease;background-color:var(--navbar-gray-150)}.navbarbottom-mobile-dropdown-content.open{max-height:300px}.navbarbottom-mobile-dropdown-item{position:relative;display:flex;align-items:center;padding:.8rem 1.5rem .8rem 2.5rem;text-decoration:none;color:var(--navbar-gray-900);border-bottom:1px solid var(--navbar-gray-220)}.navbarbottom-mobile-dropdown-item:last-child{border-bottom:none}.navbarbottom-mobile-item-icon{margin-right:.8rem;font-size:1.2rem}.navbarbottom-mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--navbar-black-50);z-index:1000}@media (min-width:1450px){.navbartop-mobile-menu{display:none}}@media (max-width:1450px){.navbartop{padding:.8rem 1.5rem;justify-content:space-between}.navbartop-mobile-menu-btn{display:block}.navbartop-actions .navbartop-phone-info{display:none}.navbartop-logo{font-size:1.1rem}.navbartop-tagline{font-size:.7rem}}@media (max-width:768px){.navbartop{padding:.8rem 1rem}.navbartop-logo{font-size:1rem}.navbartop-tagline{font-size:.65rem}.navbartop-mobile-menu{width:280px}.navbartop-mobile-dropdown-item{padding:1rem 1.5rem 1rem 2.5rem}}@media (max-width:480px){.navbartop-mobile-menu{width:260px}.navbartop-mobile-dropdown-btn,.navbartop-mobile-nav-list a{padding:1.2rem;font-size:.8rem}.navbartop-mobile-dropdown-item{padding:.9rem 1.2rem .9rem 2.2rem}.navbartop-arrow-box{width:28px;height:28px}.navbartop-mobile-dropdown-item span:not(.navbartop-mobile-item-icon){font-size:.6rem}.navbartop-btn-quote-mobile,.navbartop-mobile-phone{padding:.7rem;font-size:.8rem}}@media (min-width:1451px){.navbarbottom-mobile-menu,.navbarbottom-mobile-menu-btn{display:none}}@media (max-width:1450px){.navbarbottom{display:none;padding:.8rem 1.5rem;justify-content:space-between}.navbarbottom-mobile-menu-btn{display:block}.navbarbottom-menu{display:none}}@media (max-width:768px){.navbarbottom{padding:.8rem 1rem}}body.sticky-nav-active{padding-top:140px}.navbartop-container.sticky-active{z-index:1200}.navbarbottom-container.sticky-active{z-index:1150;top:70px}.navbartop-container:not(.sticky-active)+.navbarbottom-container.sticky-active{top:0}.navbarbottom-dropdown-content::-webkit-scrollbar,.navbartop-mobile-dropdown-content.open::-webkit-scrollbar{width:4px}.navbarbottom-dropdown-content::-webkit-scrollbar-track,.navbartop-mobile-dropdown-content.open::-webkit-scrollbar-track{background:var(--navbar-gray-200);border-radius:2px}.navbarbottom-dropdown-content::-webkit-scrollbar-thumb,.navbartop-mobile-dropdown-content.open::-webkit-scrollbar-thumb{background:var(--navbar-gray-550);border-radius:2px}.navbarbottom-dropdown-content::-webkit-scrollbar-thumb:hover,.navbartop-mobile-dropdown-content.open::-webkit-scrollbar-thumb:hover{background:var(--navbar-gray-600)}.home-container{width:100%;overflow-x:hidden}.hero-section{position:relative;width:100%;min-height:86.6vh;background-image:url(/images/maison_green.jpeg);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:scroll}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.5) 50%,rgba(0,0,0,.3))}.hero-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;max-width:1400px;margin:auto;padding:2rem;box-sizing:border-box;gap:3rem}.text-side{flex:1 1;color:#fff;max-width:600px;padding:2rem}.text-content h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1.5rem;font-weight:700;line-height:1.2;text-shadow:2px 2px 8px rgba(0,0,0,.8)}.text-content p{font-size:clamp(1rem,2vw,1.3rem);margin-bottom:2rem;line-height:1.6;text-shadow:1px 1px 4px rgba(0,0,0,.7)}.text-content ul{list-style:none;padding:0;margin:0}.text-content li{margin-bottom:1rem;font-size:clamp(1rem,1.5vw,1.2rem);display:flex;align-items:center;gap:.75rem;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.text-content li:before{content:"✓";font-size:1.5rem;color:#4caf50;font-weight:700;min-width:24px}.form-side{background-color:rgba(22,41,74,.533);padding:clamp(1.5rem,3vw,2.5rem);border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.3);width:100%;max-width:450px;backdrop-filter:blur(5px)}.form-side h2{margin-bottom:1.5rem;color:#fff;font-size:clamp(1.3rem,2.5vw,1.8rem);text-align:center;font-weight:600}.form-side form{display:flex;flex-direction:column;gap:1rem}.text-side-span{color:#3a9e5a}.form-side input,.form-side select{padding:clamp(.75rem,2vw,1rem);border:1px solid #ddd;border-radius:6px;font-size:clamp(.9rem,1.5vw,1rem);width:100%;box-sizing:border-box;transition:border-color .3s}.form-side input:focus,.form-side select:focus{outline:none;border-color:#2a6e3f;box-shadow:0 0 0 2px rgba(42,110,63,.1)}.form-side button{background:#2a6e3f;color:#fff;border:none;padding:clamp(.9rem,2vw,1.2rem);border-radius:6px;font-size:clamp(1rem,1.5vw,1.1rem);cursor:pointer;margin-top:.5rem;font-weight:600;transition:background-color .3s,transform .2s;width:100%}.form-side button:hover{background:#1d4d2c;transform:translateY(-2px)}.placeholder{color:grey!important;font-style:italic}select:invalid{color:grey}select option:not(.placeholder){color:#000}@media (max-width:1024px){.hero-content{flex-direction:column;justify-content:center;padding:4rem;gap:2rem}.text-side{max-width:100%;text-align:center;padding:1rem}.text-content li{justify-content:center}.form-side{max-width:500px;margin:0 auto}}@media (max-width:768px){.hero-section{min-height:100vh;padding:1rem}.hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.6) 50%,rgba(0,0,0,.4))}.hero-content{padding:4rem 2rem;gap:1.5rem}.text-side{padding:.5rem}.text-content h1{margin-bottom:1rem}.text-content p{margin-bottom:2.5rem}.form-side{padding:1.5rem;width:70%}.form-side h2{margin-bottom:1.2rem}.hero-overlay{animation:none!important}.background-attachment{background-attachment:scroll!important}.text-content li:before{animation:none!important}.button-animate,.form-input-animate,.list-item-animate,.select-animate{animation:mobileFadeIn .5s ease-out forwards!important;animation-delay:.1s!important}.pulse{animation:none!important}.form-input-animate:hover,.form-side button:hover,.select-animate:hover{transform:none!important}.button-animate:after{display:none!important}}@media (max-width:480px){.hero-section{padding:.5rem}.hero-content{padding:5rem .5rem;gap:1rem}.text-side{padding:.25rem}.text-content li{justify-content:flex-start;gap:.5rem;font-size:.95rem}.text-content li:before{font-size:1rem}.form-side{padding:1.25rem;margin:0;width:80%}.form-side form{gap:.75rem}.form-side input,.form-side select{padding:.75rem}.form-side button{padding:.85rem}}@media (min-width:1600px){.hero-content{max-width:1600px;padding:8rem 2rem}.text-side{max-width:700px}.form-side{max-width:500px}}@media (min-width:2000px){.hero-content{max-width:1800px}.text-side{max-width:800px}.form-side{max-width:550px;padding:3rem}}@media (max-height:700px) and (max-width:768px){.hero-section{min-height:120vh}.hero-content{padding-top:2rem;padding-bottom:2rem}.text-content h1{font-size:1.8rem;margin-bottom:.75rem}.text-content p{font-size:1rem;margin-bottom:1rem}.text-content li{margin-bottom:.5rem;font-size:.9rem}}.footer-main{background:linear-gradient(135deg,#16294a,#19315a);display:flex;justify-content:space-between;padding:1rem;color:#fff}.footer-main a{text-decoration:none;color:#fff;cursor:pointer}.footer-main a:hover{color:#d9d9d9}@media (max-width:750PX){.footer-main{display:flex;justify-content:center;align-items:center;gap:15px;flex-direction:column;padding:1rem;color:#fff;text-align:center}}.section-container{display:flex;justify-content:center;align-items:center;gap:80px;padding:4.65rem}.section-image{width:30%;height:auto}.section-text{width:25%;position:relative}.section-text-number{font-size:4.5rem;margin:0;word-wrap:break-word;color:#2a6e3f2e;position:absolute;top:-20px;left:-20px;font-family:Roboto Black,Helvetica Neue,Helvetica,Arial,sans-serif}.section-text-title{margin:1.5rem 1rem;font-size:2.5rem}.section-text-description,.section-text-title{word-wrap:break-word;overflow-wrap:break-word;position:relative;z-index:1}.section-text-description{font-size:1rem;line-height:1.6}.section-btn{display:flex;background-color:#16294a;color:#fff;border:none;padding:1rem 2rem;border-radius:25px;font-size:.8rem;cursor:pointer;align-items:center;justify-content:center;gap:5px;margin-top:1.5rem;font-weight:600;transition:background-color .3s,transform .2s}.section-btn:hover{background-color:#223a63;transform:translateY(-2px)}@media (min-width:1200px) and (max-width:1700px){.section-container{padding:4rem 2rem;gap:40px}.section-image,.section-text{width:35%}}@media (min-width:1000px) and (max-width:1199px){.section-container{padding:4rem 2rem;gap:40px}.section-image,.section-text{width:40%}.section-text-title{font-size:2.2rem}.section-text-description{font-size:.9rem}}@media (min-width:768px) and (max-width:1000px){.section-container{flex-direction:column;padding:4rem 2rem;gap:40px;justify-content:center;align-items:center}.section-text-number,.section-text-title{padding-top:1rem}.section-image,.section-text{width:80%}.section-text-title{font-size:2rem}.section-text-description{font-size:.9rem}.section-container>img{order:1!important}.section-container>.section-text{order:2!important}}@media (max-width:768px){.section-container{flex-direction:column;padding:4rem 2rem;gap:40px;justify-content:center;align-items:center}.section-text-number,.section-text-title{padding-top:1rem}.section-image{width:80%}.section-text{width:95%}.section-text-title{font-size:1.7rem;white-space:wrap}.section-text-description{font-size:.9rem}.section-container>img{order:1!important}.section-container>.section-text{order:2!important}}.sections-wrapper{overflow:hidden;display:flex;flex-direction:column;gap:4rem}.section-container{overflow:hidden;border-radius:12px}.page-container{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b 50%,#0f172a)}.hero-section-sav{background:linear-gradient(90deg,#2563eb,#16a34a);color:#fff;padding:80px 24px}.hero-content{max-width:1152px;margin:0 auto}.hero-title{font-size:3rem;font-weight:700;margin-bottom:16px}.hero-subtitle{font-size:1.875rem;font-weight:300}.hero-description{margin-top:24px;font-size:1.25rem;color:#dbeafe;max-width:768px}.main-content{max-width:1152px;margin:0 auto;padding:64px 24px}.intro-card{background:#152c55;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:32px;margin-bottom:48px;border:1px solid #444}.intro-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:16px}.intro-text{font-size:1.125rem;color:#dbdbdb;line-height:1.75}.section-title{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:32px;text-align:center}.pricing-grid,.pricing-grid2{display:grid;grid-template-columns:1fr;grid-gap:32px;gap:32px;margin-bottom:64px}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}.pricing-card{background:#152c55;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;border:1px solid #444}.pricing-header{padding:24px;color:#fff}.pricing-header.thermique{background:linear-gradient(135deg,#16294a,#1c3c74)}.pricing-header.photovoltaique{background:linear-gradient(135deg,#b91c1c,#ef4444)}.pricing-header-title{font-size:1.5rem;font-weight:700}.pricing-header-subtitle{color:hsla(0,0%,100%,.8);margin-top:8px}.pricing-body{padding:24px}.pricing-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #444}.pricing-row:last-child{border-bottom:none}.pricing-label{color:#a3a5a7;font-weight:500}.pricing-sublabel{font-size:.875rem;color:#64748b}.pricing-value{text-align:right}.pricing-price{font-size:1.875rem;font-weight:700}.pricing-price.blue,.pricing-price.green{color:#fff}.pricing-unit{font-size:.875rem;color:#a3a5a7}.services-card{background:#152c55;color:#fff;border-radius:8px;padding:32px;margin-bottom:48px;border:1px solid #444;box-shadow:0 4px 6px rgba(0,0,0,.1)}.services-title{font-size:1.5rem;font-weight:700;margin-bottom:24px;text-align:center}.services-grid{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px}@media (min-width:768px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-item{text-align:center}.service-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.service-icon.blue,.service-icon.green{background:linear-gradient(135deg,#b91c1c,#ef4444)}.service-name{font-weight:600;margin-bottom:8px}.service-description{color:#7e8080;font-size:.875rem}.image-card{background:#152c55;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden;margin-bottom:48px}.image-container{width:100%;height:400px;position:relative;overflow:hidden}.solar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border:1px solid #444}.cta-card{background:#152c55;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #444;padding:32px;text-align:center}.cta-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:16px}.cta-text{color:#939394;margin-bottom:24px;max-width:672px;margin-left:auto;margin-right:auto}.cta-button{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#b91c1c,#ef4444);color:#fff;padding:16px 32px;border-radius:8px;font-weight:600;font-size:1.125rem;text-decoration:none;cursor:pointer;transition:box-shadow .3s}.cta-button:hover{box-shadow:0 10px 15px rgba(0,0,0,.2)}.icon-svg{width:32px;height:32px}