@charset "UTF-8";
/* CSS Document */

#background_overlay {
	position: absolute;
	bottom: 0; top: 0; left: 0; right:0;
	background-color: rgba(255,255,255,0.6);
	z-index: 1000000;
	display: none;
}

#satisfactionPopup {
	position: absolute;
	top:0;left:0;right: 0; left:0;
	z-index: 1000001;
	border-radius: 8px;
	background-color: #fff;
	margin: 6% auto;
	width: 800px;
	padding: 20px 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	display: none;
}

#page_satisfaction_body  #logo_satisfaction{
	width: 100%; 
	text-align: center;
	top:0; left: 0;
	margin-bottom: 15px;

}

#page_satisfaction_body  #logo_satisfaction img{
	width: 180px;
	position: relative;
	left: -30px; top: 10px;
}


#page_satisfaction {
	max-width: 900px;
	margin: 0 auto;	
	background-color: #fff;
	padding: 0px 40px;
	position: relative;
	top: 0px;
}

#page_satisfaction h1{
	font-size: 30px;
	line-height: 50px;
	color: #D31;
	font-family: giorgio;
}


#page_satisfaction p {
	font-size: 14px;
	color: #31A7D2;
	font-family: avenir;
}

#page_satisfaction .error {
	display: block;
	visibility: hidden;
	color: red;
}

#page_satisfaction .error b{
	color: red;
}

/* Progression */

#progression {
	position: relative;
	width: 100%;
	height: 14px;
	margin: 20px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	
	border: solid 1px rgba(0,0,0,0.3);
	 background-color: rgba(0,0,0,0.2);
}

#progression p { display: inline-block; margin: 0 auto; z-index: 20;}
#progression p,
#progression span{
	color: #FFF;
	line-height: 12px;
	font-size: 10px;
	text-align: center;
	z-index: 20;
	position: relative;
}

#progression #greenProgress{
	display: block;
	background-color: #51AB51;
	position: absolute;
	top: 0; bottom: 0; left: 0; 
	width: 0;
	z-index: 10;
	
	-webkit-transition: ease-out all 1s; 
	-moz-transition: ease-out all 1s; 
	transition: ease-out all 1s; 
}



/* Formulaire */

form {
	padding: 30px 00px;
	overflow: hidden;
	position: relative;
}

form label{
	color: #666;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	font-family: avenir;
}

form > ul {
	width: 400%;
	min-height:  400px;
	position: relative;
}

form > ul > li{
	display:inline-block;
	position: absolute;
	width: 25%;
	z-index: 10;
	
	-webkit-transition: ease-out all 1s; 
	-moz-transition: ease-out all 1s; 
	transition: ease-out all 1s; 
}

input[type=radio] {
	background-color: #fff;
	border: solid 1px #dadada;
	-webkit-border-radius: 0.25em;
	box-shadow: none;
    display: inline-block;
    font-size: 15px;
	line-height: 1em;
	margin: 2px 6px 2px 2px;
	padding: 0;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	vertical-align: middle;
 }
 
input[type=radio]:checked {
	background: none;
	background-color: #000;
	overflow: visible;
	background-size: 15px 15px; /* shrink high resolution background */
	background-position: center center;
 }

#page1 { left: 0%;}
#page2 { left: 100%;}
#page3 { left: 200%;}
#page4 { left: 300%;}

form ul li ul{
	display: table;
	width: 80%;
	margin-bottom: 15px;
}

form ul li ul li{
	display: table-cell;
}

form ul li span{
	font-size: 12px;
	font-family: avenir;
}

#buttons {
	
}

#previousButton,
#nextButton{
	display: inline-block;
	border: none;
	background-color: #555;
	color: #FFF;
	border-radius: 5px;	
	padding: 8px 20px;
	margin: 5px 30px;
	cursor: pointer;
	vertical-align: top;
}

#previousButton{
	display: none;
}

#nextButton{
	float: right;	
}

input[type=text] {
	height: 40px;
	width: 100%;
	background-color: #fafafa;	
	padding: 3px 10px;
	margin-bottom: 20px;
}

textarea {
	height: 150px;
	width: 100%;
	background-color: #fafafa;	
	padding: 10px;
	color: #999;
}

/* Confirmation */

#confirmation {
	position: absolute;
	top: 20px; left: 0;
	width: 100%;	
	opacity: 0;
	z-index: 5;
	
	-webkit-transition: ease-out all 0.3s; 
	-moz-transition: ease-out all 0.3s; 
	transition: ease-out all 0.3s; 
}

#confirmation h3 {
	color: #555;	
	font-size: 28px;
}

#confirmation p{
	color: #666;	
}