<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Site en maintenance</title>
<style>
body { font-family: sans-serif; text-align: center; padding: 150px 20px; background-color: #f4f6f9; color: #333; }
h1 { font-size: 40px; margin-bottom: 10px; color: #002e7a; }
p { font-size: 18px; color: #666; }
</style>
</head>
<body>
<h1>Site en maintenance</h1>
<p>Nous mettons à jour notre site. Nous serons de retour très rapidement !</p>
</body>
</html>