<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Désolé</title>
    <link href="https://fonts.googleapis.com/css?family=Rubik:400,500,700,900&amp;subset=latin-ext" rel="stylesheet">
    <link rel="stylesheet" href="/img-sys/assets/css/style.css">
</head>
<body>
<section class="section section--banner section--suspended">
    <div class="section__bg"></div>
    <div class="container">
        <a class="section__logo" href="http://ex2.com">
            <img src="/img-sys/assets/img/logo.svg" alt="Ex2">
        </a>
        <div class="section__title wow fadeInUp" data-wow-duration="1s">
            <div class="section__icon">
                <img src="/img-sys/assets/img/account-suspended.svg" alt="Account suspended">
            </div>
            <span class="text--orange">Compte désactivé</span>
            <span class="section__description">Ce compte a été temporairement désactivé.</span>
            <span class="section__description"><a style="color: #fff;" href="https://www.ex2.com/support/contact-us"><u>Contactez votre hébergeur</u></a> pour en savoir plus.</span>
        </div>
    </div>
</section>
<footer class="footer">
    <div class="container">
        <div class="footer__logo">
            <img src="/img-sys/assets/img/cpanel.png" alt="cpanel">
        </div>
    </div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script>
    $(document).ready(function(){
        new WOW().init();
    });
</script>
</body>
</html>
