:root{--navy:#0b263d;--blue:#16496e;--gold:#e2c185;--ink:#172331;--paper:#f6f8fa;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:17px/1.6 Arial,sans-serif;color:var(--ink);background:var(--paper)}a{color:inherit}.topbar{background:var(--navy);color:#fff}.nav{max-width:1080px;margin:auto;padding:14px 22px;display:flex;align-items:center;gap:22px}.brand img{width:170px;display:block}.languages{margin-left:auto;display:flex;gap:10px}.languages img{width:28px;height:20px;object-fit:cover;border-radius:2px}.hero{background:linear-gradient(90deg,rgba(11,38,61,.94),rgba(11,38,61,.66)),url('place_privee.jpg') center/cover;min-height:420px;color:#fff;display:grid;place-items:center}.hero-inner{max-width:920px;padding:58px 24px;text-align:center}.hero h1{font-size:clamp(2rem,5vw,3.6rem);line-height:1.08;margin:0 0 20px}.hero p{font-size:1.2rem;max-width:760px;margin:0 auto 28px}.buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:13px}.button{display:inline-block;padding:13px 20px;border-radius:7px;background:var(--gold);color:var(--navy);font-weight:700;text-decoration:none;border:2px solid var(--gold)}.button.secondary{background:transparent;color:#fff}.content{max-width:980px;margin:auto;padding:48px 22px}.content h2{color:var(--navy);font-size:1.75rem;margin-top:0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:30px 0 46px}.card{background:#fff;padding:24px;border-radius:10px;box-shadow:0 5px 22px rgba(11,38,61,.08)}.card h3{margin-top:0;color:var(--blue)}.steps{counter-reset:step;list-style:none;padding:0;display:grid;gap:14px}.steps li{background:#fff;padding:18px 18px 18px 60px;border-radius:8px;position:relative}.steps li:before{counter-increment:step;content:counter(step);position:absolute;left:18px;top:16px;background:var(--navy);color:#fff;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-weight:bold}.notice{margin:42px 0;padding:24px;border-left:5px solid var(--gold);background:#fff}.cta{background:var(--navy);color:#fff;text-align:center;padding:42px 22px}.cta h2{color:#fff}.legacy{max-width:760px;margin:35px auto 0;font-size:.9rem;color:#56616c}.legacy summary{cursor:pointer}.footer{text-align:center;padding:24px;color:#5c6670;font-size:.9rem}.home-languages{min-height:100vh;background:linear-gradient(90deg,rgba(11,38,61,.93),rgba(11,38,61,.62)),url('place_privee.jpg') center/cover;color:#fff;display:grid;place-items:center;text-align:center;padding:25px}.home-languages img.logo{width:min(340px,75vw);margin-bottom:25px}.language-list{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.language-list a{background:#fff;color:var(--navy);padding:12px 18px;border-radius:7px;text-decoration:none;font-weight:bold}.language-list img{width:26px;vertical-align:middle;margin-right:8px}.home-languages .direct{margin-top:25px}.home-languages .direct a{color:var(--gold);font-weight:bold}@media(max-width:720px){body{font-size:16px}.nav{align-items:flex-start}.brand img{width:140px}.languages{gap:7px}.languages img{width:24px;height:17px}.grid{grid-template-columns:1fr}.hero{min-height:390px}.hero-inner{padding:45px 18px}.button{width:100%}.content{padding:36px 18px}}
