/* CSS Document */
/*Largeur colonne*/
/*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 */
html {
  height: 100%;
}
body {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  /* Media queries*/
  /*PAGE ERREUR*/
  /*PAGE maintenance*/
}
@media (max-width: 500px) {
  body {
    font-size: 0.8em;
  }
}
body section.error_404 {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 819px) {
  body section.error_404 {
    margin-top: 20px;
  }
}
body section.error_404 .table {
  padding: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 0px auto;
  /*.texte{
				width:100%;
				max-width:500px;
				.box-sizing(border-box);
				
				display:table-cell;
				vertical-align:middle;
				text-align:center;
				line-height:@line_height;
				
				padding:20px;
				letter-spacing:1px;
				font-family: @couleur_tertiaire, Arial, Helvetica, sans-serif;
				
				>div{ 
				
					h2{ font-size:6.0em; margin:0px 0px 20px 0px; }
					.titre{ font-weight:bold;}
					
					a{ 	padding:10px 20px; text-shadow:none; text-decoration:none; .transition(all ease .2s);.border-radius(20px); display:inline-block;
						@media (min-width:530px){background-color:@couleur_primaire;color:#FFF;}
						@media (max-width:529px){background-color:#FFF;color:@couleur_primaire;}
					}
					a:hover{background:lighten(@couleur_primaire, 5%);}
				}
			}*/
}
body section.error_404 .table > div {
  padding: 20px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 750px) {
  body section.error_404 .table > div {
    display: table-cell;
    width: 50%;
  }
}
body section.error_404 .table > div:nth-child(2) {
  line-height: 1.4;
}
body section.error_404 .table > div:nth-child(2) .gros {
  font-size: 8.0em;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
body section.error_404 .table > div:nth-child(2) .titre {
  font-size: 2.0em;
  text-align: center;
  padding-bottom: 30px;
}
body section.error_404 .table > div:nth-child(2) .texte {
  font-weight: 300;
  text-align: center;
  padding-bottom: 60px;
  color: #FFF;
}
body section.error_404 .table > div:nth-child(2) .texte a {
  text-decoration: underline;
  color: #FFF;
}
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: #000;
  text-decoration: none;
}
body section.maintenance_page strong a {
  color: #000;
  text-decoration: none;
}
body section.maintenance_page strong a:hover {
  color: #957e47;
  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;
}
