@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	color: #000;
}
body {
	width: auto;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
	min-height: 100%;
}
.page {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}
.cadre {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding-right: 40px;
	padding-left: 40px;
	box-sizing: border-box;
}
@media screen and (max-width: 420px) and (orientation : portrait), screen and (max-width: 767px) and (orientation : landscape) {
.cadre {
	padding-right: 20px;
	padding-left: 20px;
}	
}
.attente-client {
	display: inline-block;
	position: relative;
	float: none;
	width: 100%;
	padding-top: 40px;
}
.attente-client h1{
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;	
}
.attente-client h2{
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.attente-client p{
	font-size: 14px;
	text-transform: uppercase;	
}
.attente-client p a{
	color: #000;
	text-decoration: none;
	
}
.attente-client p a:hover{
	color: #2bbcd9;
}
.attente-erreur {
	display: inline-block;
	position: relative;
	float: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #b2b2b2;
	border-bottom-color: #b2b2b2;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.attente-erreur h1{
	font-size: 24px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;	
}
.attente-erreur h2{
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;	
}
.attente-erreur p {
	font-size: 18px;	
}
.attente-erreur p a {
	color: #000;
	text-decoration: none;
	background-color: #ffbf00;
	display: inline-block;
	height: 39px;
	padding-right: 13px;
	padding-left: 13px;
	position: relative;
	line-height: 39px;
	border-radius: 4px;	
}

.attente-erreur p a:hover {
	color: #fff;
	background-color: #2bbcd9;	
}

.attente-progression {
	display: inline-block;
	position: relative;
	float: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #b2b2b2;
	border-bottom-color: #b2b2b2;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 20px;
}
.attente-progression p{
	font-size: 18px;
	text-transform: uppercase;
}
.attente-progression p:nth-of-type(2){
	margin-top: 0px;
	padding-top: 0px;
}
.attente-progression-barre{
	background-color: #e6e6e6;
	display: inline-block;
	height: 29px;
	width: 280px;
	border: 1px solid #CCC;
	position: relative;
	border-radius: 40px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3) inset;
}
.attente-progression-barre div{
	background-color: #f5b508;
	display: block;
	margin: 2px;
	height: 23px;
	border: 1px solid #d79d00;
	position: relative;
	border-radius: 40px;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset;
	background-image: url(../graphisme/attente/attente.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 5%;

}
.attente-agence {
	display: inline-block;
	position: relative;
	float: none;
	width: 100%;
	font-size: 0px;
}
.attente-agence h3{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.attente-agence h4{
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.attente-agence p{
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
}
.attente-agence a{
	letter-spacing: 1px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
.attente-agence a:hover{
	color: #2bbcd9;
}
