<!DOCTYPE html>

<html lang="fr">

<head>

<meta charset="UTF-8">

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

<title>Site en reconstruction</title>

<style>

  body {

    margin: 0;

    height: 100vh;

    display: flex;

    align-items: center;

    justify-content: center;

    font-family: -apple-system, "Segoe UI", Roboto, sans-serif;

    background: #f5f5f5;

    color: #222;

    text-align: center;

    padding: 20px;

  }

  .content {

    max-width: 500px;

  }

  h1 {

    font-size: 1.8rem;

    margin-bottom: 0.5rem;

  }

  p {

    color: #555;

    font-size: 1rem;

  }

</style>

</head>

<body>

  <div class="content">

    <h1>Site en cours de reconstruction</h1>

    <p>Nous travaillons sur une nouvelle version du site. Merci de votre patience.</p>

    <p>Pour nous contacter : <a href="mailto:contact@interact-way.fr">contact@interact-way.fr</a></p>

  </div>

</body>

</html>