<!DOCTYPE html>

<html lang="fr">

<head>

    <meta charset="UTF-8">

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

    <meta name="robots" content="noindex, nofollow">

    <title>Arpentage – Géomètre-Expert</title>


    <style>

        * {

            box-sizing: border-box;

        }


        body {

            margin: 0;

            min-height: 100vh;

            display: flex;

            align-items: center;

            justify-content: center;

            padding: 30px;

            background: #ffffff;

            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",

                         Helvetica, Arial, sans-serif;

            color: #222;

        }


        .attente {

            width: 100%;

            max-width: 650px;

            text-align: center;

        }


        .logo {

            font-size: 36px;

            font-weight: 600;

            letter-spacing: 3px;

            margin-bottom: 4px;

        }


        .metier {

            font-size: 17px;

            color: #666;

            margin-bottom: 45px;

        }


        .ligne {

            width: 55px;

            height: 3px;

            background: #168bd2;

            margin: 0 auto 40px;

        }


        h1 {

            font-size: 28px;

            font-weight: 500;

            margin-bottom: 25px;

        }


        p {

            font-size: 17px;

            line-height: 1.7;

            color: #555;

            margin: 0;

        }

    </style>

</head>


<body>


<div class="attente">


    <div class="logo">ARPENTAGE</div>

    <div class="metier">Géomètre-Expert</div>


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


    <h1>Notre site fait peau neuve</h1>


    <p>

        Nous travaillons actuellement à la mise à jour de notre site internet.<br>

        Nous serons de retour très prochainement.<br><br>

        Merci de votre compréhension.

    </p>


</div>


</body>

</html>