*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #1e40af;--blue-light: #3b82f6;--blue-dark: #1e3a8a;--accent: #f59e0b;--dark: #0f172a;--gray: #64748b;--light: #f8fafc;--white: #ffffff;--radius: 12px}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;color:var(--dark);background:var(--white);line-height:1.6}a{text-decoration:none;color:inherit}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0}.nav-inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:70px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.4rem;font-weight:800;color:var(--dark)}.logo span{color:var(--blue)}nav ul{display:flex;list-style:none;align-items:center;gap:2rem}nav ul a{font-size:.95rem;font-weight:500;color:var(--gray);transition:color .2s}nav ul a:hover{color:var(--blue)}.btn-nav{background:var(--blue);color:var(--white)!important;padding:.5rem 1.2rem;border-radius:8px;font-weight:600!important;transition:background .2s!important}.btn-nav:hover{background:var(--blue-dark)!important;color:var(--white)!important}#hero{min-height:100vh;padding-top:70px;display:grid;grid-template-columns:1fr 1fr;align-items:center;max-width:1200px;margin:0 auto;padding-left:2rem;padding-right:2rem;gap:4rem}.badge{display:inline-block;background:#eff6ff;color:var(--blue);padding:.3rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.hero-content h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.15;margin-bottom:1.5rem;color:var(--dark)}.hero-content h1 span{color:var(--blue)}.hero-sub{color:var(--gray);font-size:1.1rem;margin-bottom:2.5rem;line-height:1.7}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:var(--blue);color:var(--white);padding:.9rem 2rem;border-radius:10px;font-weight:600;font-size:1rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #1e40af4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1e40af66}.btn-secondary{border:2px solid #e2e8f0;padding:.9rem 2rem;border-radius:10px;font-weight:600;font-size:1rem;color:var(--dark);transition:border-color .2s,color .2s}.btn-secondary:hover{border-color:var(--blue);color:var(--blue)}.hero-visual{position:relative;height:400px}.card-float{position:absolute;background:var(--white);border-radius:var(--radius);padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 10px 40px #0000001a;border:1px solid #f1f5f9}.card-float strong{display:block;font-size:.95rem;font-weight:700}.card-float small{color:var(--gray);font-size:.8rem}.card-icon{font-size:1.8rem}.card1{top:20%;left:0;animation:float1 4s ease-in-out infinite}.card2{top:45%;right:0;animation:float2 5s ease-in-out infinite}.card3{bottom:15%;left:10%;animation:float1 6s ease-in-out infinite}@keyframes float1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes float2{0%,to{transform:translateY(0)}50%{transform:translateY(12px)}}#avantages{background:var(--blue);padding:4rem 2rem}.stats-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-item{color:var(--white)}.stat-chiffre{display:block;font-size:2.5rem;font-weight:800}.stat-label{font-size:.95rem;opacity:.85}#services{padding:6rem 2rem;background:var(--light)}.container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-tag{display:inline-block;background:#eff6ff;color:var(--blue);padding:.3rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.section-header h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.section-sub{color:var(--gray);font-size:1.05rem;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:var(--white);border-radius:var(--radius);padding:2rem;border:1px solid #e2e8f0;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #00000014}.service-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.service-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.service-card p{color:var(--gray);font-size:.95rem;line-height:1.6}#pourquoi{padding:6rem 2rem}.pourquoi-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.pourquoi-text h2{font-size:clamp(1.8rem,3vw,2.3rem);font-weight:800;margin-bottom:2rem}.engagement-list{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.engagement-list li{display:flex;gap:1rem;align-items:flex-start}.check{background:#eff6ff;color:var(--blue);width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;margin-top:2px}.engagement-list strong{display:block;font-weight:700;margin-bottom:.25rem}.engagement-list p{color:var(--gray);font-size:.95rem}.visual-card{background:var(--dark);border-radius:var(--radius);padding:2rem;color:var(--white)}.visual-title{font-weight:700;margin-bottom:1.5rem;font-size:1.05rem}.economy-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:.95rem}.economy-item:last-child{border-bottom:none}.economy-val{color:var(--accent);font-weight:700;font-size:1.1rem}#tarifs{padding:6rem 2rem;background:var(--light)}.tarifs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}.tarif-card{background:var(--white);border-radius:var(--radius);padding:2.5rem;border:1px solid #e2e8f0;position:relative}.tarif-card.featured{background:var(--blue-dark);color:var(--white);border-color:var(--blue-dark);transform:scale(1.03)}.tarif-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--accent);color:var(--dark);padding:.25rem 1rem;border-radius:50px;font-size:.8rem;font-weight:700;white-space:nowrap}.tarif-nom{font-size:1.3rem;font-weight:800;margin-bottom:.5rem}.tarif-cible{font-size:.9rem;color:var(--gray);margin-bottom:1.5rem}.tarif-card.featured .tarif-cible{color:#ffffffb3}.tarif-prix{margin-bottom:2rem}.prix{font-size:2.8rem;font-weight:800}.devise{font-size:1rem;color:var(--gray)}.tarif-card.featured .devise{color:#ffffffb3}.tarif-inclus{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.tarif-inclus li{padding-left:1.5rem;position:relative;font-size:.95rem}.tarif-inclus li:before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:700}.tarif-card.featured .tarif-inclus li:before{color:var(--accent)}.btn-tarif{display:block;text-align:center;padding:.9rem;border-radius:10px;border:2px solid var(--blue);color:var(--blue);font-weight:700;transition:background .2s,color .2s}.btn-tarif:hover{background:var(--blue);color:var(--white)}.featured-btn{background:var(--white);color:var(--blue-dark);border-color:var(--white)}.featured-btn:hover{background:var(--accent);border-color:var(--accent);color:var(--dark)}#temoignage{padding:6rem 2rem}.temoignage-inner{max-width:700px;margin:0 auto;text-align:center}.quote-mark{font-size:6rem;color:var(--blue);line-height:.5;margin-bottom:1.5rem;font-family:Georgia,serif}blockquote{font-size:1.25rem;font-style:italic;color:var(--dark);line-height:1.7;margin-bottom:1.5rem}cite{color:var(--gray);font-size:.95rem}#contact{padding:6rem 2rem;background:var(--light)}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.contact-text h2{font-size:clamp(1.8rem,3vw,2.3rem);font-weight:800;margin-bottom:1rem}.contact-text p{color:var(--gray);margin-bottom:2rem;line-height:1.7}.contact-infos{display:flex;flex-direction:column;gap:1rem}.contact-info-item{display:flex;gap:1rem;align-items:center;font-size:.95rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form input,.contact-form select,.contact-form textarea{padding:.85rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;font-family:inherit;background:var(--white);color:var(--dark);transition:border-color .2s;width:100%}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--blue)}.btn-submit{background:var(--blue);color:var(--white);padding:1rem;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .2s}.btn-submit:hover{background:var(--blue-dark);transform:translateY(-2px)}footer{background:var(--dark);color:var(--white);padding:4rem 2rem 2rem}.footer-inner{max-width:1200px;margin:0 auto 3rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem}.footer-brand p{color:#fff9;font-size:.95rem;margin-top:1rem;line-height:1.7}footer .logo span{color:var(--blue-light)}.footer-links h4{font-size:.9rem;font-weight:700;margin-bottom:1rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-links a{color:#ffffffb3;font-size:.95rem;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;font-size:.85rem;color:#ffffff80}.footer-bottom a{color:var(--blue-light)}@media(max-width:900px){#hero{grid-template-columns:1fr;min-height:auto;padding-top:100px;padding-bottom:4rem}.hero-visual{display:none}.services-grid{grid-template-columns:1fr 1fr}.tarifs-grid{grid-template-columns:1fr}.tarif-card.featured{transform:none}.pourquoi-inner,.contact-inner{grid-template-columns:1fr;gap:2rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:.5rem}}@media(max-width:600px){nav ul{display:none}.services-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}}
