/* CSS Document */
/*Largeur colonne*/
/*Largeur pour faire apparaitre le mini-menu*/
/*Couleur de texte*/
/*Couleur de base*/
/*line-height de base*/
/*Séparation entre les blocs du site*/
/* Polices */
/*Couleur et erreur & confirmation*/
/* Contenant */
/*Couleur de fond des boites*/
/* Pagination */
/* Article */
/* Fiche couleur prix */
/* Input */
/* Overlay */
/* Couleur Email */
/* Couleur 404 */
/* Plan du site */
/* Couleur qui casse avec le reste pour mettre en valeur le contenu */
/* Couleur des erreurs */
/* Bordure article */
/* Couleur btn sociaux */
html {
  height: 100%;
}
body {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  /* Media queries*/
  /*PAGE ERREUR*/
  /*PAGE maintenance*/
}
@media (min-width: 820px) {
  body {
    background: #FFF;
  }
}
@media (max-width: 819px) {
  body {
    background: #414141;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 0.8em;
  }
}
body section.error_page {
  width: 100%;
  max-width: 1100px;
  margin: 80px auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
}
body section.error_page .gros {
  color: #e95f21;
  font-size: 150px;
  text-align: center;
}
body section.error_page .titre {
  margin-top: -30px;
}
body section.error_page .titre > div {
  display: inline-block;
  color: #FFF;
  background: #40a83d;
  padding: 10px;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  font-weight: 600;
}
body section.error_page .texte {
  max-width: 500px;
  text-align: justify;
  line-height: 1.5;
  width: 100%;
  margin: 80px auto 40px auto;
}
body section.error_page .texte a {
  color: #40a83d;
}
body section.error_page .texte a:hover {
  color: #47bb44;
}
body section.error_page .back {
  display: inline-block;
  background: #e95f21;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 45px;
  background-clip: padding-box;
}
body section.maintenance_page {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: #555555;
}
body section.maintenance_page .contact {
  font-size: 11px;
  color: #000;
  text-decoration: none;
}
body section.maintenance_page strong {
  color: #e95f21;
  text-decoration: none;
}
body section.maintenance_page strong a {
  color: #e95f21;
  text-decoration: none;
}
body section.maintenance_page strong a:hover {
  color: #c44a13;
  text-decoration: none;
}
body section.maintenance_page body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #157195;
  line-height: 1.5;
  background-position: center top;
}
body section.maintenance_page table {
  top: 0px;
  position: absolute;
  left: 0px;
}
