<!DOCTYPE html>
<html lang="fr">
<head>
  <meta charset="UTF-8">
  <title>Site en maintenance</title>
  <style>
    body { 
      font-family: Arial, sans-serif;
      background: #f5f5f5;
      text-align: center;
      padding-top: 10%;
      color: #333;
    }
    .box {
      display: inline-block;
      background: white;
      padding: 30px 50px;
      border-radius: 8px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }
  </style>
</head>
<body>
  <div class="box">
    <h1>🔧 Site en maintenance</h1>
    <p>Nous effectuons une mise à jour. Merci de revenir un peu plus tard.</p>
  </div>
</body>
</html>
