*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:#333;background:#fafafa}.container{max-width:1150px;margin:auto;padding:20px}header{background:#1f2937;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:15px}.logo{width:60px;height:60px;border-radius:50%;background:#d97706;display:flex;align-items:center;justify-content:center;font-size:30px}.brand h1{margin:0}.brand span{font-size:14px}.hero{height:75vh;background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),url("couvreur.jpg") center/cover no-repeat;display:flex;align-items:center;justify-content:center}.overlay{text-align:center;color:#fff}.btn{background:#d97706;color:#fff;text-decoration:none;padding:14px 24px;border-radius:6px;display:inline-block}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.card{background:#fff;padding:20px;border-radius:10px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08)}.card i{font-size:34px;color:#d97706}nav a{color:#fff;text-decoration:none;margin-left:18px}iframe{width:100%;height:420px;border:0;border-radius:8px}footer{text-align:center;background:#111;color:#fff;padding:25px;margin-top:30px}@media(max-width:768px){.nav{justify-content:center}.brand{margin-bottom:10px}.hero{height:60vh}}