<!DOCTYPE html>
<html lang="fr">
<head>
  <title>Domaine expiré | Domain expired</title>
  <meta charset="utf-8">
  <meta name="description" content="Domaine expiré | Domain expired">
  <meta name="author" content="PlanetHoster Inc.">
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
  <div class="container">
    <div class="row">
      <img id="img-logo" src="/img/planethoster-logo.png" alt="PlanetHoster Logo" >
      <div class="row titre text-center">
        <div class="col-md-12">
          <div class="txt-titre">
            <img id="img-danger" src="/img/danger.svg" alt="Danger" width="80">
            <span class="txt-oops-fr">Oups, </span><span class="phrase-fr">ce domaine est expiré!</span><br>
            <span class="txt-oops-en">Oops, </span><span class="phrase-en">this domain is expired!</span>
          </div>
          <span class="txt-reson-fr">Si vous êtes le propriétaire du domaine, voici 2 étapes pour le renouveler:</span><br>
          <span class="txt-reson-en">If you are the owner of the domain, here are 2 steps to renew it:</span>
        </div>
      </div>
    </div><!--row-->
    <div class="row explication text-center">
     <div class="col-xs-12 col-md-12 boite">
      <div class="row row-explication">
          <div class="col-xs-12 col-md-1">
            <img class="img-icons" src="/img/icon_godomain.svg" alt="Non paiement" width="50">
          </div>
          <div class="col-xs-12 col-md-11 text-left ">
            <span class="txt-explications-fr">Vous connecter à votre espace membre PlanetHoster</span><br>
            <span class="txt-explications-en" >Connect to your PlanetHoster Client area</span>
          </div>
        </div>
        <div class="row row-explication">
          <div class="col-xs-12 col-md-1">
            <img class="img-icons" src="/img/icon_connection.svg" alt="Non paiement" width="50">
          </div>
          <div class="col-xs-12 col-md-11 text-left ">
            <span class="txt-explications-fr">Puis renouveler le domaine expiré dans la section gestion de domaine</span><br>
            <span class="txt-explications-en" >Then renew the expired domain in the Domain Management section</span>
          </div>
        </div>
     </div>
    </div><!--row-->
    <div class="row row-utilisateur text-center">
      <span class="txt-reson-fr">Si vous êtes utilisateur du domaine veuillez communiquer avec le responsable du domaine.</span><br>
      <span class="txt-reson-en">If you are a domain user, please contact the domain manager.</span>
    </div>
  </div><!--container-->

</body>
</html>

<style>
body{
  background-image: url("img/bg_error.jpg");
  font-family: 'Lato';
  box-sizing: content-box;
  background-size: 2000px 1000px;
  background-repeat: no-repeat;
  background-color: #7aa93f;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  font-weight: bold;
}
.txt-titre{
  line-height: 0.8!important;
  margin-bottom: 30px;
}
#img-logo{
  padding-top: 33px;
  margin-left: 3%;
}
#img-danger{
  margin-top: -63px;
  margin-left: -44%;
}
.titre{
  padding-top: 40px;
}
.txt-oops-fr{
  font-size: 83px;
  margin-left: 10px;
  color: #c4d9aa;
}
.phrase-fr{
  font-size: 31px;
  color: #c4d9aa;
}
.txt-oops-en{
  font-size: 83px;
  margin-left: -28%;
  color: #4c8656;
}
.phrase-en{
  font-size: 31px;
  color: #4c8656;
}
.txt-reson-fr{
  color: #18556a;
  font-size: 18px;
  margin-top: 20px;
}
.txt-reson-en{
  color: #ffffff;
  font-size: 18px;
  margin-top: 20px;
}
.explication{
  padding: 33px 160px 55px;
}
.boite{
 background-color: #b3d48d;
 border-radius: 22px;
}
.img-icons{
  margin-left: 40px;
}
.txt-explications-fr{
  font-size: 17px;
  color: #18556a;
  margin-left: 35px;
}
.txt-explications-en{
  font-size: 17px;
  color: #4f4f4f;
  margin-left: 50px;
}
.row-explication{
  padding: 25px 0px 25px;
}
.row-utilisateur{
  margin-top: -23px;
}

@media only screen and (min-width: 768px) and (max-width: 992px){
  .explication{
    padding: 33px 26px 55px;
  }
  #img-logo{
    margin-left: 8%;
  }
  #img-danger{
    width: 11%;
    margin-top: -61px;
  }
  .txt-oops-fr{
    font-size: 50px;
  }
  .phrase-fr{
    font-size: 24px;
  }
  .txt-oops-en{
    font-size: 50px;
  }
  .phrase-en{
    font-size: 24px;
  }
  .txt-titre{
    line-height: 1!important;
  }
  .col-xs-12{
    min-height: 38px !important;
  }
}

@media only screen and (max-width: 767px){
  .explication{
    padding: 33px 26px 55px;
  }
  #img-danger{
   width: 20%;
   margin-top: -39px;
   margin-left: 10px;
  }
  .txt-oops-fr{
    font-size: 50px;
  }
  .phrase-fr{
   font-size: 24px;
  }
  .txt-oops-en{
  font-size: 50px;
  margin-left: 10px;
  }
  .phrase-en{
    font-size: 24px;
  }
  .txt-titre{
   line-height: 1!important;
  }
  .col-xs-12{
    min-height: 38px !important;
  }
  .txt-reson-fr{
    margin-left: 0px;
  }
  .txt-reson-en{
    margin-left: 0px;
  }
  .txt-explications-fr{
    margin-left: 0px;
  }
  .txt-explications-en{
    margin-left: 0px;
  }
  .img-icons{
    margin-left: 20px;
    margin-bottom: 15px;
  }
}
</style>
