*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7;color:#2d3748;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary, #16537e);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-secondary, #e67e22);text-decoration:none}h1,h2,h3,h4{line-height:1.3;font-weight:700;color:#1a202c;letter-spacing:-.02em}h1{font-size:2.5rem}h2{font-size:1.875rem;margin-bottom:1.5rem;position:relative}h3{font-size:1.25rem;margin-bottom:.75rem;color:#2d3748}p{margin-bottom:1rem;color:#4a5568}ul,ol{padding-left:1.5rem;margin-bottom:1rem;color:#4a5568}li{margin-bottom:.5rem}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section--alt{background:linear-gradient(180deg,#f7fafc,#edf2f7)}.section h2{text-align:center;margin-bottom:3rem}.section h2:after{content:"";display:block;width:60px;height:4px;background:var(--color-secondary, #e67e22);margin:1rem auto 0;border-radius:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:8px;font-weight:600;font-size:1rem;text-align:center;text-decoration:none;cursor:pointer;border:none;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.btn:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn--primary{background:linear-gradient(135deg,var(--color-secondary, #e67e22) 0%,#d35400 100%);color:#fff}.btn--primary:hover{background:linear-gradient(135deg,#d35400,#c0392b);color:#fff}.btn--secondary{background:linear-gradient(135deg,var(--color-primary, #16537e) 0%,#0d3a5c 100%);color:#fff}.btn--outline{background:transparent;border:2px solid currentColor;color:var(--color-primary, #16537e);box-shadow:none}.btn--outline:hover{background:var(--color-primary, #16537e);color:#fff;border-color:var(--color-primary, #16537e)}.grid{display:grid;gap:2rem}.grid--2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid--3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid--4{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;transition:all .3s ease}.card:hover{border-color:#cbd5e0}.card h3{color:var(--color-primary, #16537e)}.card p{margin-bottom:0;font-size:.95rem}.card--shadow{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:none}.card--shadow:hover{box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.card--feature{text-align:center;padding:2.5rem 2rem}.card--feature:before{content:"✓";display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,var(--color-primary, #16537e) 0%,#0d3a5c 100%);color:#fff;border-radius:12px;font-size:1.25rem;font-weight:700;margin:0 auto 1.25rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.badge{display:inline-block;padding:.25rem .75rem;background:#16537e1a;color:var(--color-primary, #16537e);border-radius:100px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent);margin:2rem 0}@media (max-width: 768px){h1{font-size:1.875rem}h2{font-size:1.5rem}.section{padding:3rem 0}.section h2{margin-bottom:2rem}.container{padding:0 1rem}.grid{gap:1.5rem}.card{padding:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeInUp .6s ease-out}:root{--color-primary: var(--colorPrimary);--color-secondary: var(--colorSecondary);--color-primary-rgb: var(--primaryR), var(--primaryG), var(--primaryB);--color-secondary-rgb: var(--secondaryR), var(--secondaryG), var(--secondaryB)}body[data-theme=blue]{--hero-bg: linear-gradient(135deg, #1e3a5f 0%, #0f172a 100%);--hero-pattern: radial-gradient(circle at 20% 80%, rgba(59, 130, 246, .15) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(245, 158, 11, .1) 0%, transparent 50%)}body[data-theme=green]{--hero-bg: linear-gradient(135deg, #064e3b 0%, #0f172a 100%);--hero-pattern: radial-gradient(circle at 20% 80%, rgba(16, 185, 129, .15) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(6, 182, 212, .1) 0%, transparent 50%)}body[data-theme=purple]{--hero-bg: linear-gradient(135deg, #4c1d95 0%, #1e1b4b 100%);--hero-pattern: radial-gradient(circle at 20% 80%, rgba(139, 92, 246, .15) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(236, 72, 153, .1) 0%, transparent 50%)}body[data-theme=red]{--hero-bg: linear-gradient(135deg, #7f1d1d 0%, #1c1917 100%);--hero-pattern: radial-gradient(circle at 20% 80%, rgba(239, 68, 68, .15) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(249, 115, 22, .1) 0%, transparent 50%)}body[data-theme=cyan]{--hero-bg: linear-gradient(135deg, #0c4a6e 0%, #0f172a 100%);--hero-pattern: radial-gradient(circle at 20% 80%, rgba(14, 165, 233, .15) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(6, 182, 212, .1) 0%, transparent 50%)}.header[data-astro-cid-wdsviwgo]{position:sticky;top:0;z-index:100;background:#fffffff2;backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}.header__inner[data-astro-cid-wdsviwgo]{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;padding-bottom:1rem}.header__logo[data-astro-cid-wdsviwgo]{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s}.header__logo[data-astro-cid-wdsviwgo]:hover{opacity:.8;text-decoration:none}.header__logo-icon[data-astro-cid-wdsviwgo]{color:var(--color-primary, #16537e);flex-shrink:0}.header__logo-text[data-astro-cid-wdsviwgo]{font-size:1.125rem;font-weight:700;color:var(--color-primary, #16537e);white-space:nowrap}.header__nav[data-astro-cid-wdsviwgo]{display:flex;align-items:center;gap:1.5rem}.header__phone[data-astro-cid-wdsviwgo]{display:flex;align-items:center;gap:.5rem;color:#2d3748;font-weight:600;text-decoration:none;padding:.5rem .75rem;border-radius:8px;transition:all .2s}.header__phone[data-astro-cid-wdsviwgo]:hover{background:#f7fafc;color:var(--color-primary, #16537e);text-decoration:none}.header__phone[data-astro-cid-wdsviwgo] svg[data-astro-cid-wdsviwgo]{color:var(--color-primary, #16537e)}.header__cta[data-astro-cid-wdsviwgo]{font-size:.9rem;padding:.625rem 1.25rem}@media (max-width: 768px){.header__inner[data-astro-cid-wdsviwgo]{padding-top:.75rem;padding-bottom:.75rem}.header__logo-text[data-astro-cid-wdsviwgo]{font-size:.95rem;max-width:140px;overflow:hidden;text-overflow:ellipsis}.header__logo-icon[data-astro-cid-wdsviwgo]{width:28px;height:28px}.header__phone-text[data-astro-cid-wdsviwgo]{display:none}.header__phone[data-astro-cid-wdsviwgo]{padding:.5rem}.header__phone[data-astro-cid-wdsviwgo] svg[data-astro-cid-wdsviwgo]{width:24px;height:24px}.header__cta[data-astro-cid-wdsviwgo]{font-size:.8rem;padding:.5rem .875rem}.header__cta[data-astro-cid-wdsviwgo] svg[data-astro-cid-wdsviwgo]{display:none}.header__nav[data-astro-cid-wdsviwgo]{gap:.75rem}}.hero[data-astro-cid-bfhjypzq]{position:relative;color:#fff;padding:5rem 0 6rem;overflow:hidden}.hero__bg[data-astro-cid-bfhjypzq]{position:absolute;inset:0;background:var(--hero-bg, linear-gradient(135deg, #1e3a5f 0%, #0f172a 100%));z-index:0}.hero__pattern[data-astro-cid-bfhjypzq]{position:absolute;inset:0;background:var(--hero-pattern);z-index:1}.hero__bg[data-astro-cid-bfhjypzq]:after{content:"";position:absolute;bottom:-50px;left:0;right:0;height:100px;background:#fff;clip-path:polygon(0 50%,100% 0,100% 100%,0 100%)}.hero__inner[data-astro-cid-bfhjypzq]{position:relative;z-index:2;text-align:center;max-width:900px}.hero__badge[data-astro-cid-bfhjypzq]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:100px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.hero__badge[data-astro-cid-bfhjypzq] svg[data-astro-cid-bfhjypzq]{color:var(--color-secondary)}.hero__title[data-astro-cid-bfhjypzq]{color:#fff;margin-bottom:1.25rem;font-size:2.75rem;font-weight:700;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.2)}.hero__intro[data-astro-cid-bfhjypzq]{font-size:1.2rem;margin-bottom:2rem;opacity:.95;line-height:1.8;max-width:700px;margin-left:auto;margin-right:auto;color:#fffffff2}.hero__actions[data-astro-cid-bfhjypzq]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.hero__cta[data-astro-cid-bfhjypzq]{font-size:1.1rem;padding:1rem 2rem}.btn--outline-white[data-astro-cid-bfhjypzq]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1.1rem;text-decoration:none;cursor:pointer;transition:all .3s ease;background:#ffffff1a;backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);color:#fff}.btn--outline-white[data-astro-cid-bfhjypzq]:hover{background:#fff3;border-color:#fff;transform:translateY(-2px);text-decoration:none;color:#fff}.hero__trust[data-astro-cid-bfhjypzq]{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.hero__trust-item[data-astro-cid-bfhjypzq]{display:flex;align-items:center;gap:.5rem;font-size:.95rem;opacity:.9}.hero__trust-item[data-astro-cid-bfhjypzq] svg[data-astro-cid-bfhjypzq]{color:var(--color-secondary);flex-shrink:0}.hero--split[data-astro-cid-bfhjypzq] .hero__inner[data-astro-cid-bfhjypzq]{text-align:left}.hero--split[data-astro-cid-bfhjypzq] .hero__actions[data-astro-cid-bfhjypzq],.hero--split[data-astro-cid-bfhjypzq] .hero__trust[data-astro-cid-bfhjypzq]{justify-content:flex-start}.hero--centered[data-astro-cid-bfhjypzq] .hero__title[data-astro-cid-bfhjypzq]{font-size:3.25rem}.hero--centered[data-astro-cid-bfhjypzq] .hero__intro[data-astro-cid-bfhjypzq]{font-size:1.3rem}@media (max-width: 768px){.hero[data-astro-cid-bfhjypzq]{padding:3.5rem 0 5rem}.hero__title[data-astro-cid-bfhjypzq]{font-size:1.875rem}.hero--centered[data-astro-cid-bfhjypzq] .hero__title[data-astro-cid-bfhjypzq]{font-size:2rem}.hero__intro[data-astro-cid-bfhjypzq]{font-size:1rem}.hero--centered[data-astro-cid-bfhjypzq] .hero__intro[data-astro-cid-bfhjypzq]{font-size:1.05rem}.hero__actions[data-astro-cid-bfhjypzq]{flex-direction:column;align-items:center}.hero--split[data-astro-cid-bfhjypzq] .hero__inner[data-astro-cid-bfhjypzq]{text-align:center}.hero--split[data-astro-cid-bfhjypzq] .hero__actions[data-astro-cid-bfhjypzq],.hero--split[data-astro-cid-bfhjypzq] .hero__trust[data-astro-cid-bfhjypzq]{justify-content:center}.hero__cta[data-astro-cid-bfhjypzq],.btn--outline-white[data-astro-cid-bfhjypzq]{width:100%;max-width:300px}.hero__trust[data-astro-cid-bfhjypzq]{flex-direction:column;align-items:center;gap:.75rem}}.contact__header[data-astro-cid-wfszmwgl]{text-align:center;margin-bottom:3rem}.contact__badge[data-astro-cid-wfszmwgl]{display:inline-block;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.5rem 1rem;border-radius:100px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.contact__subtitle[data-astro-cid-wfszmwgl]{max-width:600px;margin:0 auto;color:#64748b;font-size:1.1rem}.contact__wrapper[data-astro-cid-wfszmwgl]{display:grid;grid-template-columns:300px 1fr;gap:2rem;max-width:1000px;margin:0 auto;align-items:start}.contact__info[data-astro-cid-wfszmwgl]{display:flex;flex-direction:column;gap:1rem}.contact__info-item[data-astro-cid-wfszmwgl]{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.contact__info-item[data-astro-cid-wfszmwgl]:hover{border-color:var(--color-primary, #16537e);box-shadow:0 4px 12px #0000000f}.contact__info-icon[data-astro-cid-wfszmwgl]{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#16537e1a,#16537e0d);border-radius:12px;flex-shrink:0}.contact__info-icon[data-astro-cid-wfszmwgl] svg[data-astro-cid-wfszmwgl]{color:var(--color-primary, #16537e)}.contact__info-content[data-astro-cid-wfszmwgl]{display:flex;flex-direction:column;gap:.25rem}.contact__info-label[data-astro-cid-wfszmwgl]{font-size:.85rem;color:#64748b;font-weight:500}.contact__info-value[data-astro-cid-wfszmwgl]{font-size:.95rem;color:#1a202c;font-weight:600}.contact__form[data-astro-cid-wfszmwgl]{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d}.contact__form[data-astro-cid-wfszmwgl] iframe[data-astro-cid-wfszmwgl]{width:100%;border:none;min-height:750px;border-radius:8px}@media (max-width: 900px){.contact__wrapper[data-astro-cid-wfszmwgl]{grid-template-columns:1fr}.contact__info[data-astro-cid-wfszmwgl]{flex-direction:row;flex-wrap:wrap}.contact__info-item[data-astro-cid-wfszmwgl]{flex:1;min-width:200px}}@media (max-width: 600px){.contact__subtitle[data-astro-cid-wfszmwgl]{font-size:1rem}.contact__info[data-astro-cid-wfszmwgl]{flex-direction:column}.contact__info-item[data-astro-cid-wfszmwgl]{min-width:auto}.contact__form[data-astro-cid-wfszmwgl]{padding:1rem}}.floating-cta[data-astro-cid-fa55zvhq]{display:none}@media (max-width: 768px){.floating-cta[data-astro-cid-fa55zvhq]{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 -4px 20px #0000001a;padding:.75rem;gap:.75rem;border-top:1px solid rgba(0,0,0,.05)}.floating-cta__btn[data-astro-cid-fa55zvhq]{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1rem;border-radius:12px;font-weight:600;font-size:.9rem;text-align:center;text-decoration:none;transition:all .3s ease;border:none}.floating-cta__btn[data-astro-cid-fa55zvhq]:hover{text-decoration:none;transform:translateY(-2px)}.floating-cta__btn[data-astro-cid-fa55zvhq]:active{transform:translateY(0)}.floating-cta__btn--call[data-astro-cid-fa55zvhq]{background:linear-gradient(135deg,var(--color-primary, #16537e) 0%,#0d3a5c 100%);color:#fff;box-shadow:0 4px 12px #16537e4d}.floating-cta__btn--call[data-astro-cid-fa55zvhq]:hover{box-shadow:0 6px 16px #16537e66}.floating-cta__btn--devis[data-astro-cid-fa55zvhq]{background:linear-gradient(135deg,var(--color-secondary, #e67e22) 0%,#d35400 100%);color:#fff;box-shadow:0 4px 12px #e67e224d}.floating-cta__btn--devis[data-astro-cid-fa55zvhq]:hover{box-shadow:0 6px 16px #e67e2266}.floating-cta__btn[data-astro-cid-fa55zvhq] svg[data-astro-cid-fa55zvhq]{flex-shrink:0}.floating-cta__btn[data-astro-cid-fa55zvhq] span[data-astro-cid-fa55zvhq]{white-space:nowrap}}@media (max-width: 768px){body{padding-bottom:80px}}.footer[data-astro-cid-253d3tnh]{background:linear-gradient(180deg,#1a202c,#171923);color:#a0aec0;padding:4rem 0 2rem;margin-top:0}.footer__top[data-astro-cid-253d3tnh]{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer__brand[data-astro-cid-253d3tnh]{max-width:320px}.footer__logo[data-astro-cid-253d3tnh]{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer__logo[data-astro-cid-253d3tnh] svg[data-astro-cid-253d3tnh]{color:var(--color-secondary, #e67e22)}.footer__name[data-astro-cid-253d3tnh]{font-weight:700;font-size:1.25rem;color:#fff}.footer__desc[data-astro-cid-253d3tnh]{font-size:.95rem;line-height:1.7;margin-bottom:1.5rem;color:#a0aec0}.footer__contact[data-astro-cid-253d3tnh]{display:flex;flex-direction:column;gap:.5rem}.footer__phone[data-astro-cid-253d3tnh]{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;font-size:1.1rem;text-decoration:none;transition:color .2s}.footer__phone[data-astro-cid-253d3tnh]:hover{color:var(--color-secondary, #e67e22)}.footer__phone[data-astro-cid-253d3tnh] svg[data-astro-cid-253d3tnh]{color:var(--color-secondary, #e67e22)}.footer__nav[data-astro-cid-253d3tnh]{display:flex;gap:4rem;justify-content:flex-end}.footer__col[data-astro-cid-253d3tnh]{min-width:150px}.footer__col-title[data-astro-cid-253d3tnh]{font-weight:600;color:#fff;margin-bottom:1rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.footer__list[data-astro-cid-253d3tnh]{list-style:none;padding-left:0;margin-bottom:0;display:flex;flex-direction:column;gap:.625rem}.footer__list--grid[data-astro-cid-253d3tnh]{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1.5rem}.footer__list[data-astro-cid-253d3tnh] a[data-astro-cid-253d3tnh]{color:#a0aec0;font-size:.9rem;text-decoration:none;transition:color .2s}.footer__list[data-astro-cid-253d3tnh] a[data-astro-cid-253d3tnh]:hover{color:#fff}.footer__zone[data-astro-cid-253d3tnh]{display:flex;align-items:center;gap:.5rem;color:#a0aec0;font-size:.9rem}.footer__zone[data-astro-cid-253d3tnh] svg[data-astro-cid-253d3tnh]{color:var(--color-secondary, #e67e22)}.footer__bottom[data-astro-cid-253d3tnh]{padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__bottom[data-astro-cid-253d3tnh] p[data-astro-cid-253d3tnh]{font-size:.85rem;color:#718096;margin-bottom:0}.footer__legal[data-astro-cid-253d3tnh]{font-size:.8rem}@media (max-width: 768px){.footer[data-astro-cid-253d3tnh]{padding:3rem 0 5rem}.footer__top[data-astro-cid-253d3tnh]{grid-template-columns:1fr;gap:2.5rem}.footer__brand[data-astro-cid-253d3tnh]{max-width:100%}.footer__nav[data-astro-cid-253d3tnh]{flex-direction:column;gap:2rem;justify-content:flex-start}.footer__list--grid[data-astro-cid-253d3tnh]{grid-template-columns:1fr 1fr}.footer__bottom[data-astro-cid-253d3tnh]{flex-direction:column;text-align:center;gap:.5rem}}
