*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:#fdfcf8;color:#333}.container{max-width:1150px;margin:auto;padding:20px}header{background:#5a1f1f;color:#fff;position:sticky;top:0}.nav{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.brand{display:flex;align-items:center;gap:14px}.logo{width:60px;height:60px;border-radius:50%;background:#f59e0b;display:flex;align-items:center;justify-content:center;font-size:28px}nav a{color:#fff;text-decoration:none;margin-left:18px}.hero{height:72vh;background:linear-gradient(rgba(90,31,31,.65),rgba(90,31,31,.65)),url('couvreur.jpg') center/cover no-repeat;display:flex;align-items:center;justify-content:center}.hero-box{color:#fff;text-align:center;background:rgba(0,0,0,.25);padding:35px;border-radius:12px}.btn{display:inline-block;background:#f59e0b;color:#222;padding:14px 26px;border-radius:8px;text-decoration:none;font-weight:bold}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.card{background:#fff;padding:20px;border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.08);text-align:center}.card i{font-size:34px;color:#b91c1c}iframe{width:100%;height:420px;border:0;border-radius:8px}footer{background:#5a1f1f;color:#fff;text-align:center;padding:22px;margin-top:30px}@media(max-width:768px){.nav{justify-content:center}.hero{height:58vh}}