<!DOCTYPE html>
<!--
This is a starter template page. Use this page to start your new project from
scratch. This page gets rid of all links and provides the needed markup only.
-->
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="x-ua-compatible" content="ie=edge">

    <title>Centre Culturel de Dour</title>

   <style>
     .center-screen {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 100vh;
    }
    .center-screen .content {
      
      font-size:1.2em;
    }


   </style>
   <link href="/styles/css/style.css?v=31" rel="stylesheet">

</head>

<body>


  <div class="center-screen">
    

    <div class="content">
      <p><img src="/includes/img/LOGO_CCDour.png" alt="CCDour" style="max-width: 100%; height:auto;"/></p>
      <h1>Centre Culturel de Dour</h1>
      <p>Notre site est actuellement en construction, nous serons bientôt de retour !</p>

      <p>Retrouvez-nous sur nos réseaux sociaux : <a href="https://www.facebook.com/centrecultureldour">Facebook</a> et <a href="https://www.instagram.com/centrecultureldour/">Instagram</a></p>
      
      <p>
        065/76 18 47
        <br/>info@centrecultureldour.be
      </p>
      
      <p>
        Rue du marché, 1
        <br />7370 DOUR
      </p>
    </div>
    
  </div>


</body>
</html>
