*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--background:#ffffff;--foreground:#002a42;--card:#ffffff;--primary:#003366;--primary-foreground:#ffffff;--secondary:#008550;--secondary-foreground:#ffffff;--muted:#f3f4f6;--muted-foreground:#5e6e7d;--border:#e4e7eb;--input:#e4e7eb;--ring:#008550;--radius:0.75rem;--section-alt:#f5f6f8;--primary-light:#e6eff7;--star:#e8a308;--cta-hover:#007042;--hero-overlay:#001f3d;--font:'Plus Jakarta Sans', system-ui, sans-serif;--max-width:1280px}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);color:var(--foreground);line-height:1.6;background:var(--background);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border-radius:var(--radius);font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:all .2s;text-align:center;justify-content:center;font-family:var(--font)}.btn--primary{background:var(--primary);color:var(--primary-foreground)}.btn--primary:hover{opacity:.9}.btn--cta{background:var(--secondary);color:var(--secondary-foreground)}.btn--cta:hover{background:var(--cta-hover)}.btn--sm{padding:8px 16px;font-size:.8rem}.btn--lg{padding:12px 32px;font-size:1rem}.topbar{background:var(--primary);color:var(--primary-foreground);font-size:.8rem;padding:8px 0}.topbar__inner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px}.topbar__left{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.topbar__item{display:flex;align-items:center;gap:6px;color:var(--primary-foreground)}.topbar__item:hover{text-decoration:underline}.header{background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);box-shadow:0 1px 3px rgba(0,0,0,5%)}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.header__logo-text{font-size:1.25rem;font-weight:800;color:var(--primary);letter-spacing:-.025em}.header__logo-accent{color:var(--secondary)}.header__nav-list{display:flex;align-items:center;gap:32px}.header__nav-link{color:var(--foreground);font-weight:600;font-size:.875rem;transition:color .2s}.header__nav-link:hover{color:var(--primary)}.header__mobile-call{display:none;color:var(--secondary);font-weight:600;font-size:.875rem;align-items:center;gap:4px}.header__burger{display:none}.hero{position:relative;min-height:600px;overflow:hidden}.hero__bg{position:absolute;inset:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__bg::after{content:'';position:absolute;inset:0;background:linear-gradient(to right,rgba(0,31,61,.92),rgba(0,31,61,.8),rgba(0,31,61,.5))}.hero__inner{position:relative;z-index:10;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:48px 0 80px}.hero__badge{display:inline-flex;align-items:center;gap:8px;border-radius:9999px;background:rgba(0,133,80,.2);border:1px solid rgba(0,133,80,.3);padding:6px 16px;font-size:.875rem;font-weight:500;color:var(--secondary-foreground);margin-bottom:16px}.hero__badge-dot{width:8px;height:8px;border-radius:50%;background:var(--secondary);animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.hero__title{font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:16px;color:var(--primary-foreground)}.hero__title span{color:var(--secondary)}.hero__subtitle{color:rgba(255,255,255,.8);font-size:1.125rem;line-height:1.6;margin-bottom:24px;max-width:32rem}.hero__features{display:flex;flex-direction:column;gap:12px}.hero__feature{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.9);font-weight:500;font-size:.95rem}.hero__feature svg{color:var(--secondary);flex-shrink:0}.hero__wave{position:absolute;bottom:0;left:0;right:0}.hero__wave svg{width:100%;height:auto;display:block}.lead-form{background:var(--card);border-radius:1rem;padding:24px 32px;box-shadow:0 20px 60px rgba(0,0,0,.15);border:1px solid rgba(228,231,235,.5)}.lead-form__header{text-align:center;margin-bottom:16px}.lead-form__title{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:4px}.lead-form__sub{font-size:.875rem;color:var(--muted-foreground)}.lead-form__fields{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.lead-form__input,.lead-form__select,.lead-form__textarea{width:100%;padding:10px 12px;height:44px;border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;font-family:var(--font);background:var(--muted);color:var(--foreground);transition:border-color .2s}.lead-form__input:focus,.lead-form__select:focus,.lead-form__textarea:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 2px rgba(0,133,80,.15)}.lead-form__input::placeholder,.lead-form__textarea::placeholder{color:var(--muted-foreground)}.lead-form__textarea{height:auto;min-height:72px;resize:none}.lead-form__btn{width:100%;height:48px;font-size:1rem;background:var(--secondary);color:var(--secondary-foreground)}.lead-form__btn:hover{background:var(--cta-hover)}.lead-form__note{text-align:center;font-size:.75rem;color:var(--muted-foreground);margin-top:12px}.presentation{padding:64px 0;background:var(--background)}.presentation__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.presentation__image-wrap{position:relative}.presentation__image{border-radius:1rem;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1)}.presentation__image img{width:100%;height:450px;object-fit:cover}.presentation__badge{position:absolute;bottom:-16px;right:-16px;background:var(--secondary);color:var(--secondary-foreground);border-radius:1rem;padding:16px 20px;box-shadow:0 8px 24px rgba(0,0,0,.15)}.presentation__badge-number{font-size:1.875rem;font-weight:800;display:block}.presentation__badge-text{font-size:.8rem;font-weight:500;opacity:.9}.presentation__label{color:var(--secondary);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.presentation__title{font-size:2rem;font-weight:700;line-height:1.2;color:var(--foreground);margin-bottom:16px}.presentation__text{color:var(--muted-foreground);font-size:1.125rem;line-height:1.6;margin-bottom:24px}.presentation__features{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.pres-feature{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:.75rem;background:rgba(243,244,246,.5)}.pres-feature__icon{width:40px;height:40px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--primary-light);color:var(--primary)}.pres-feature__title{font-weight:700;font-size:.875rem;color:var(--foreground);margin-bottom:2px}.pres-feature__desc{font-size:.75rem;color:var(--muted-foreground);line-height:1.4}.services{padding:64px 0;background:var(--section-alt)}.services__label{color:var(--secondary);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;text-align:center}.services__title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:16px;color:var(--foreground)}.services__subtitle{text-align:center;color:var(--muted-foreground);font-size:1.125rem;max-width:40rem;margin:0 auto 56px}.services__featured{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}.featured-card{border-radius:1rem;overflow:hidden;background:var(--card);border:1px solid var(--border);box-shadow:0 1px 3px rgba(0,0,0,5%);transition:box-shadow .3s}.featured-card:hover{box-shadow:0 10px 40px rgba(0,0,0,.1)}.featured-card__image{height:208px;overflow:hidden}.featured-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.featured-card:hover .featured-card__image img{transform:scale(1.05)}.featured-card__body{padding:24px}.featured-card__header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.featured-card__icon{width:40px;height:40px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;background:var(--primary-light);color:var(--primary)}.featured-card__title{font-weight:700;font-size:1.125rem;color:var(--foreground)}.featured-card__desc{font-size:.875rem;color:var(--muted-foreground);line-height:1.6}.services__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:48px}.small-card{border-radius:.75rem;border:1px solid var(--border);background:var(--card);padding:20px;transition:box-shadow .2s}.small-card:hover{box-shadow:0 8px 30px rgba(0,0,0,8%)}.small-card__icon{width:44px;height:44px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;background:var(--primary-light);color:var(--primary);margin-bottom:12px;transition:all .2s}.small-card:hover .small-card__icon{background:var(--primary);color:var(--primary-foreground)}.small-card__title{font-weight:700;color:var(--foreground);margin-bottom:8px}.small-card__desc{font-size:.875rem;color:var(--muted-foreground);line-height:1.6}.testimonials{padding:64px 0;background:var(--primary);color:var(--primary-foreground);position:relative;overflow:hidden}.testimonials__decor1{position:absolute;top:40px;right:40px;width:256px;height:256px;border-radius:50%;background:rgba(0,133,80,5%)}.testimonials__decor2{position:absolute;bottom:40px;left:40px;width:160px;height:160px;border-radius:50%;background:rgba(0,133,80,5%)}.testimonials__label{color:var(--secondary);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;text-align:center}.testimonials__title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:16px}.testimonials__subtitle{text-align:center;color:rgba(255,255,255,.7);font-size:1.125rem;max-width:40rem;margin:0 auto 56px}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative;z-index:10}.testi-card{border-radius:1rem;background:rgba(255,255,255,.1);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);padding:24px;transition:background .2s}.testi-card:hover{background:rgba(255,255,255,.15)}.testi-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.testi-card__stars{display:flex;gap:2px;color:var(--star)}.testi-card__quote{color:rgba(0,133,80,.5)}.testi-card__text{color:rgba(255,255,255,.85);font-size:.875rem;line-height:1.6;margin-bottom:16px}.testi-card__author{display:flex;align-items:center;gap:12px}.testi-card__avatar{width:36px;height:36px;border-radius:50%;background:rgba(0,133,80,.2);display:flex;align-items:center;justify-content:center;color:var(--secondary);font-weight:700;font-size:.875rem}.testi-card__name{font-weight:600;font-size:.875rem}.reassurance{padding:56px 0;background:var(--background)}.reassurance__title{font-size:1.75rem;font-weight:700;text-align:center;margin-bottom:48px;color:var(--foreground)}.reassurance__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.reassurance-card{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px;border-radius:1rem;background:rgba(243,244,246,.5);border:1px solid var(--border);transition:all .3s}.reassurance-card:hover{box-shadow:0 8px 30px rgba(0,0,0,8%);transform:translateY(-4px)}.reassurance-card__icon{width:64px;height:64px;border-radius:1rem;display:flex;align-items:center;justify-content:center;background:var(--primary);color:var(--primary-foreground);box-shadow:0 4px 12px rgba(0,51,102,.25)}.reassurance-card__title{font-weight:700;font-size:.875rem;color:var(--foreground);text-align:center}.page-hero{background:var(--primary);padding:48px 0;text-align:center}.page-hero__title{color:var(--primary-foreground);font-size:2rem;font-weight:800;margin-bottom:12px}.page-hero__subtitle{color:rgba(255,255,255,.75);font-size:1.05rem;max-width:600px;margin:0 auto}.page-hero__breadcrumb{margin-bottom:16px;font-size:.85rem}.page-hero__breadcrumb a{color:rgba(255,255,255,.6)}.page-hero__breadcrumb a:hover{color:#fff}.page-hero__breadcrumb span{color:rgba(255,255,255,.4);margin:0 8px}.page-content{padding:60px 0}.page-content__grid{display:grid;grid-template-columns:1fr 380px;gap:60px}.page-content__main h2{font-size:1.5rem;font-weight:700;margin:36px 0 16px;color:var(--foreground)}.page-content__main h2:first-child{margin-top:0}.page-content__main h3{font-size:1.2rem;font-weight:600;margin:28px 0 12px}.page-content__main p{margin-bottom:16px;color:var(--muted-foreground);line-height:1.8}.page-content__main ul,.page-content__main ol{margin-bottom:16px;padding-left:24px}.page-content__main ul{list-style:disc}.page-content__main ol{list-style:decimal}.page-content__main li{margin-bottom:6px;color:var(--muted-foreground);line-height:1.6}.sidebar__card{background:var(--card);border-radius:var(--radius);padding:24px;border:1px solid var(--border);margin-bottom:24px}.sidebar__card-title{font-size:1.1rem;font-weight:700;margin-bottom:16px;color:var(--foreground)}.sidebar__cta{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);padding:24px;text-align:center;margin-bottom:24px}.sidebar__cta-title{font-size:1.1rem;font-weight:700;margin-bottom:8px}.sidebar__cta-desc{font-size:.875rem;opacity:.75;margin-bottom:16px}.sidebar__cta .btn{width:100%}.sidebar__phone{display:flex;align-items:center;justify-content:center;gap:8px;font-size:1.1rem;font-weight:700;color:var(--secondary);margin-bottom:12px}.faq{padding:60px 0}.faq--alt{background:var(--section-alt)}.faq__list{max-width:800px;margin:0 auto}.faq__item{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:12px;background:var(--card);overflow:hidden}.faq__question{width:100%;padding:16px 20px;background:0 0;border:none;text-align:left;font-size:.95rem;font-weight:600;color:var(--foreground);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:var(--font)}.faq__question:hover{background:var(--muted)}.faq__question svg{flex-shrink:0;transition:transform .2s;color:var(--primary)}.faq__item.active .faq__question svg{transform:rotate(180deg)}.faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq__item.active .faq__answer{max-height:500px}.faq__answer-inner{padding:0 20px 16px;color:var(--muted-foreground);line-height:1.7;font-size:.875rem}.cta-banner{background:var(--secondary);padding:48px 0;text-align:center}.cta-banner__title{color:var(--secondary-foreground);font-size:1.5rem;font-weight:700;margin-bottom:8px}.cta-banner__desc{color:rgba(255,255,255,.85);margin-bottom:20px}.cities__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px}.city-link{display:flex;align-items:center;gap:6px;padding:12px 16px;background:var(--card);border-radius:var(--radius);border:1px solid var(--border);font-size:.875rem;font-weight:500;transition:all .2s;color:var(--muted-foreground)}.city-link:hover{border-color:var(--primary);color:var(--primary)}.city-link svg{color:var(--primary);flex-shrink:0}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}.contact__info-item{display:flex;align-items:flex-start;gap:14px;margin-bottom:24px}.contact__info-icon{width:48px;height:48px;border-radius:var(--radius);background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact__info-title{font-weight:700;margin-bottom:4px}.contact__info-text{color:var(--muted-foreground);font-size:.875rem}.contact__map{width:100%;height:300px;border-radius:var(--radius);overflow:hidden;margin-top:32px;border:1px solid var(--border)}.contact__map iframe{width:100%;height:100%;border:0}.mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:50;background:var(--background);box-shadow:0 -4px 12px rgba(0,0,0,.1);padding:8px;gap:8px;border-top:1px solid var(--border)}.mobile-cta__phone,.mobile-cta__devis{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border-radius:var(--radius);font-weight:600;font-size:.875rem}.mobile-cta__phone{background:var(--primary);color:var(--primary-foreground)}.mobile-cta__devis{background:var(--secondary);color:var(--secondary-foreground)}.footer{background:var(--primary);color:var(--primary-foreground)}.footer__inner{padding:48px 0}.footer__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:32px;margin-bottom:40px}.footer__brand-name{font-size:1.25rem;font-weight:800;margin-bottom:12px}.footer__brand-accent{color:var(--secondary)}.footer__desc{font-size:.875rem;color:rgba(255,255,255,.7);line-height:1.5}.footer__section-title{font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;color:var(--secondary)}.footer__links li{margin-bottom:8px;font-size:.875rem;color:rgba(255,255,255,.7)}.footer__links a{color:rgba(255,255,255,.7);transition:all .2s}.footer__links a:hover{text-decoration:underline;color:var(--primary-foreground)}.footer__contact li{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:.875rem;color:rgba(255,255,255,.7)}.footer__contact svg{color:var(--secondary);flex-shrink:0}.footer__bottom{border-top:1px solid rgba(255,255,255,.15);padding:24px 0;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;font-size:.75rem;color:rgba(255,255,255,.5);gap:16px}.footer__legal{display:flex;gap:16px}.footer__legal a{color:rgba(255,255,255,.5)}.footer__legal a:hover{text-decoration:underline;color:rgba(255,255,255,.7)}.partners__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(min-width:1024px){.hero__inner{padding:80px 0 100px}.hero__title{font-size:3.5rem}.presentation{padding:96px 0}.presentation__title{font-size:2.5rem}.services{padding:96px 0}.testimonials{padding:96px 0}.reassurance{padding:80px 0}}@media(max-width:1024px){.hero__inner{grid-template-columns:1fr;gap:32px}.hero__title{font-size:2.5rem}.presentation__grid{grid-template-columns:1fr;gap:40px}.services__featured{grid-template-columns:1fr 1fr}.services__grid{grid-template-columns:repeat(2,1fr)}.reassurance__grid{grid-template-columns:repeat(2,1fr)}.page-content__grid{grid-template-columns:1fr}.cities__grid{grid-template-columns:repeat(3,1fr)}.footer__grid{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:768px){.topbar__item--location{display:none}.header__nav-list{display:none}.header__mobile-call{display:flex}.mobile-cta{display:flex}body{padding-bottom:64px}.hero{min-height:auto}.hero__inner{padding:48px 0 80px}.hero__title{font-size:1.875rem}.services__featured{grid-template-columns:1fr}.services__grid{grid-template-columns:1fr 1fr}.testimonials__grid{grid-template-columns:1fr}.contact__grid{grid-template-columns:1fr}.cities__grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr;gap:24px}.presentation__features{grid-template-columns:1fr}}@media(max-width:480px){.hero__title{font-size:1.5rem}.cities__grid{grid-template-columns:1fr}.reassurance__grid{grid-template-columns:1fr}.services__grid{grid-template-columns:1fr}}