*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0D1B3E;--gold: #C9A84C;--gold-light: #E8C97A;--cream: #F7F4EE;--white: #FFFFFF;--gray: #3D4452;--text: #1A1A2E}html{scroll-behavior:smooth}body{font-family:Montserrat,sans-serif;color:var(--text);background:var(--cream);overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 4rem;background:#0d1b3efa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-logo svg{display:block}nav ul{list-style:none;display:flex;gap:2.2rem;align-items:center}nav ul li a{color:#ffffffbf;text-decoration:none;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;transition:color .2s}nav ul li a:hover{color:var(--gold)}.nav-cta{background:var(--gold)!important;color:var(--navy)!important;padding:.55rem 1.3rem!important;border-radius:2px}.nav-cta:hover{background:var(--gold-light)!important}.hero{min-height:100vh;background:var(--navy);display:flex;align-items:center;position:relative;overflow:hidden;padding:8rem 4rem 5rem}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/hero_bg.png);background-size:cover;background-position:center;opacity:.1}.hero-ring1{position:absolute;top:-40%;right:-10%;width:700px;height:700px;border:1px solid rgba(201,168,76,.12);border-radius:50%;z-index:1}.hero-ring2{position:absolute;top:-20%;right:5%;width:400px;height:400px;border:1px solid rgba(201,168,76,.07);border-radius:50%;z-index:1}.hero-inner{max-width:1100px;margin:0 auto;width:100%;display:grid;grid-template-columns:1.15fr .85fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-tag{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.2em;color:var(--gold);text-transform:uppercase;border:1px solid rgba(201,168,76,.4);padding:.4rem 1rem;border-radius:2px;margin-bottom:1.5rem}.hero h1{font-size:clamp(2.1rem,3.6vw,3rem);font-weight:900;line-height:1.12;color:var(--white);margin-bottom:1.3rem;text-align:justify}.hero h1 em{color:var(--gold);font-style:normal}.hero>.hero-inner>.hero-left>p{font-size:.95rem;color:#ffffffe0;line-height:1.9;margin-bottom:2.4rem;font-weight:300;text-align:justify}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-block;background:var(--gold);color:var(--navy);padding:.85rem 2rem;border-radius:2px;font-weight:700;font-size:.82rem;text-decoration:none;transition:background .2s,transform .15s;letter-spacing:.05em;text-transform:uppercase}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px)}.btn-outline{display:inline-block;border:1px solid rgba(255,255,255,.3);color:var(--white);padding:.85rem 2rem;border-radius:2px;font-weight:500;font-size:.82rem;text-decoration:none;transition:all .2s;letter-spacing:.04em}.btn-outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.hero-stats{display:flex;flex-direction:column;gap:1.2rem}.stat-card{background:#ffffff0d;border:1px solid rgba(201,168,76,.2);border-left:3px solid var(--gold);padding:1.2rem 1.6rem;border-radius:2px}.stat-card .num{font-size:2.1rem;font-weight:900;color:var(--gold);line-height:1;letter-spacing:-.02em}.stat-card .label{font-size:.8rem;color:#ffffffd1;margin-top:.35rem;font-weight:300;line-height:1.55;text-align:justify}section{padding:6rem 4rem}.container{max-width:1100px;margin:0 auto}.section-tag{font-size:.67rem;font-weight:700;letter-spacing:.22em;color:var(--gold);text-transform:uppercase;margin-bottom:.65rem}.section-title{font-size:clamp(1.65rem,2.7vw,2.2rem);font-weight:900;color:var(--navy);line-height:1.2;margin-bottom:.8rem}.section-sub{font-size:.93rem;color:#2d3340;line-height:1.9;max-width:580px;font-weight:300;text-align:justify}.gold-line{width:48px;height:3px;background:var(--gold);margin:.9rem 0 1.5rem;border-radius:2px}.probleme{background:var(--white)}.probleme-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-top:3rem}.prob-list{display:flex;flex-direction:column;gap:.9rem;margin-top:1.5rem}.prob-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.2rem;border:1px solid rgba(0,0,0,.07);border-radius:4px;background:var(--cream)}.prob-icon{width:34px;height:34px;border-radius:2px;background:var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0}.prob-icon svg{width:15px;height:15px;stroke:var(--gold);fill:none;stroke-width:1.5}.prob-item h4{font-size:.88rem;font-weight:700;color:var(--navy);margin-bottom:.2rem}.prob-item p{font-size:.81rem;color:#2d3340;line-height:1.68;text-align:justify}.prob-right{display:flex;flex-direction:column;gap:1.4rem}.prob-img{border-radius:6px;overflow:hidden;border:1px solid rgba(0,0,0,.08)}.prob-img img{width:100%;height:250px;object-fit:cover;display:block}.alert-box{background:var(--navy);border-radius:4px;padding:1.8rem 2rem;border-left:4px solid var(--gold)}.alert-box .big{font-size:2.8rem;font-weight:900;color:var(--gold);line-height:1;letter-spacing:-.03em}.alert-box h3{font-size:1rem;font-weight:700;color:var(--white);margin:.6rem 0 .45rem}.alert-box p{font-size:.82rem;color:#ffffffd9;line-height:1.8;font-weight:300;text-align:justify}.avantapres{background:var(--cream)}.avantapres-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center;margin-top:3rem}.avant-img{border-radius:8px;overflow:hidden;border:1px solid rgba(0,0,0,.08)}.avant-img img{width:100%;display:block}.avant-text p{font-size:.93rem;color:#2d3340;line-height:1.9;font-weight:300;text-align:justify;margin-bottom:1.3rem}.methode{background:var(--white)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem;margin-top:3rem}.step{background:var(--cream);border-radius:4px;padding:2rem 1.7rem;border:1px solid rgba(0,0,0,.07);position:relative;overflow:hidden}.step:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold)}.step-num-bg{font-size:5rem;font-weight:900;color:#0d1b3e0d;line-height:1;position:absolute;top:.6rem;right:1rem}.step-badge{display:inline-block;font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;background:var(--navy);color:var(--gold);padding:.25rem .7rem;border-radius:2px;margin-bottom:.9rem}.step h3{font-size:1.08rem;font-weight:800;color:var(--navy);margin-bottom:.35rem}.step .obj{font-size:.72rem;color:var(--gold);font-weight:700;margin-bottom:.9rem;letter-spacing:.07em;text-transform:uppercase}.step ul{list-style:none;display:flex;flex-direction:column;gap:.42rem}.step ul li{font-size:.82rem;color:#2d3340;padding-left:1rem;position:relative;line-height:1.58;text-align:justify}.step ul li:before{content:"—";position:absolute;left:0;color:var(--gold);font-weight:700}.apports{background:var(--navy)}.apports .section-title{color:var(--white)}.apports .section-sub{color:#ffffffd1}.apports-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:3rem}.apport-card{background:#ffffff0a;border:1px solid rgba(201,168,76,.15);padding:1.7rem;border-radius:4px;transition:all .2s}.apport-card:hover{border-color:#c9a84c66;background:#ffffff0f}.apport-icon{width:38px;height:38px;border-radius:2px;background:#c9a84c1a;display:flex;align-items:center;justify-content:center;margin-bottom:.9rem}.apport-icon svg{width:17px;height:17px;stroke:var(--gold);fill:none;stroke-width:1.5}.apport-card h4{font-size:.88rem;font-weight:700;color:var(--white);margin-bottom:.4rem}.apport-card p{font-size:.8rem;color:#ffffffd1;line-height:1.78;font-weight:300;text-align:justify}.pourqui{background:var(--cream)}.cibles{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.cible{padding:2rem 1.7rem;border-radius:4px;background:var(--white);border:1px solid rgba(0,0,0,.08)}.cible .num-big{font-size:2.3rem;font-weight:900;color:var(--gold);line-height:1;margin-bottom:.7rem}.cible h4{font-size:.9rem;font-weight:700;color:var(--navy);margin-bottom:.45rem}.cible p{font-size:.81rem;color:#2d3340;line-height:1.72;text-align:justify}.cta-section{background:var(--white);text-align:center;padding:7rem 4rem}.cta-box{max-width:700px;margin:0 auto;background:var(--navy);border-radius:6px;padding:3.5rem 3rem;position:relative;overflow:hidden}.cta-box:before{content:"";position:absolute;bottom:-70px;right:-70px;width:240px;height:240px;border:1px solid rgba(201,168,76,.12);border-radius:50%}.cta-logo{height:70px;object-fit:contain;margin:0 auto 1.5rem;display:block}.cta-box .section-tag{color:var(--gold)}.cta-box h2{font-size:1.9rem;font-weight:900;color:var(--white);margin:.5rem 0 1rem;line-height:1.25}.cta-box p{font-size:.9rem;color:#ffffffe0;margin-bottom:2rem;line-height:1.9;font-weight:300;text-align:justify}.cta-detail{font-size:.75rem;color:#fff9;margin-top:1rem;font-style:italic}footer{background:#090f20;padding:2rem 4rem;display:flex;align-items:center;justify-content:space-between}footer img{height:34px;object-fit:contain}footer p{font-size:.76rem;color:#fff9}.offre-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem;align-items:start}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}.cibles-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.cibles-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.2rem}.form-card{background:var(--white);border-radius:8px;border:1px solid rgba(0,0,0,.08);padding:2.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-left{animation:fadeUp .8s ease both}.hero-stats{animation:fadeUp .8s ease .2s both}@media (max-width: 900px){.form-card{padding:1.5rem}.form-row,.contact-grid,.offre-grid,.cibles-3,.cibles-2{grid-template-columns:1fr}nav{padding:1rem 1.5rem}nav ul{display:none}section{padding:4rem 1.5rem}.hero{padding:7rem 1.5rem 4rem}.hero-inner,.probleme-grid,.avantapres-grid,.steps,.apports-grid,.cibles{grid-template-columns:1fr}.hero-stats{flex-direction:row;flex-wrap:wrap}.stat-card{flex:1;min-width:140px}footer{flex-direction:column;gap:1rem;text-align:center}.cta-box{padding:2.5rem 1.5rem}}.livrable-item p{text-align:justify!important}.cookie-banner{position:fixed;bottom:1.5rem;left:1.5rem;right:1.5rem;background:var(--navy);color:var(--white);padding:1.5rem 2rem;border-radius:8px;box-shadow:0 10px 30px #0006;z-index:1000;border:1px solid rgba(201,168,76,.2);display:flex;justify-content:center;align-items:center;animation:fadeUp .6s ease-out}.cookie-content{max-width:1100px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-content p{font-size:.85rem;font-weight:300;line-height:1.6;margin:0;color:#ffffffe6}.cookie-btns{display:flex;gap:1rem;white-space:nowrap}.btn-cookie-accept{background:var(--gold);color:var(--navy);border:none;padding:.7rem 1.4rem;border-radius:4px;font-weight:700;font-size:.8rem;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.05em}.btn-cookie-accept:hover{background:var(--gold-light);transform:translateY(-2px)}.btn-cookie-decline{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.3);padding:.7rem 1.4rem;border-radius:4px;font-weight:500;font-size:.8rem;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.05em}.btn-cookie-decline:hover{border-color:var(--white);background:#ffffff0d}@media (max-width: 900px){.cookie-content{flex-direction:column;text-align:center;gap:1.2rem}.cookie-banner{bottom:1rem;left:1rem;right:1rem;padding:1.5rem}}
