<!DOCTYPE html>

<html lang="fr">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>Pol-Lux — Bientôt disponible</title>

  <style>

    body {

      margin: 0;

      font-family: Georgia, serif;

      background: #ffffff;

      color: #1A1A1A;

      display: flex;

      align-items: center;

      justify-content: center;

      min-height: 100vh;

      text-align: center;

    }

    .container { max-width: 500px; padding: 2rem; }

    h1 { color: #002395; font-size: 2.5rem; margin-bottom: 0.5rem; }

    .ligne { width: 60px; height: 4px; background: #ED2939;

             margin: 1rem auto; border-radius: 2px; }

    p { font-size: 1.1rem; line-height: 1.7; color: #555; }

    .badge { display: inline-block; margin-top: 2rem;

             padding: 0.5rem 1.2rem; border: 1px solid #002395;

             color: #002395; border-radius: 4px; font-size: 0.9rem; }

  </style>

</head>

<body>

  <div class="container">

    <h1>Pol-Lux</h1>

    <div class="ligne"></div>

    <p>Trouvez quels partis français défendent vraiment vos convictions.</p>

    <p>L'outil arrive bientôt.</p>

    <div class="badge">Projet citoyen bénévole · Indépendant de tout parti</div>

  </div>

</body>

</html>