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

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                           CONTACT                                                  ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#pageContent {
	position: relative;
	max-width: 960px;
	padding: 0;
}

#pageContent .box {
	margin-left: 150px;
	margin-bottom: 20px;
}

#page_contact #site_location { margin-bottom: 0px;}

#pageTitle {
	background-color: #444;
	height: 100%;
	width: 130px;
	position: absolute;
	top: 15px;
	left: 0px;
	text-align: right;
	overflow: hidden;
}

#pageTitle h2 {
	padding: 0;
	color: #FFF;
	font-family: eurostyle, avenir, arial;
	font-weight: bold;
	letter-spacing: 0.08em;	
	transform: rotate(-90deg);
	vertical-align: top;
	position: relative;
	top: 850px;
	left: 20px;
	font-size: 230px;
	line-height: 200px;
	background-color: transparent;
}

/* POLICES */
#page_contact h1 {margin: 0 0 -5px 0; font-family: eurostyle, vodafone, avenir, arial; font-size: 28px; letter-spacing: 0.08em;}
#page_contact article h3 {color: #31A7D2; margin: 0; padding: 0 0 5px 0; letter-spacing: 0.08em;  font-family: eurostyle, vodafone, avenir, arial; }
#page_contact h4 {color: rgba(0,0,0,0.5); margin: 0;}
#page_contact h5 {color: rgba(0,0,0,0.5); margin: 0; font-size: 14px;}
#page_contact h3 span{color: #D31D31; font-family: "Roboto",Cabin,helvetica; font-weight: 300; font-size: 1em; letter-spacing: -0.05em;}
#page_contact label {color: rgba(0,0,0,0.5);}

/* Mise en page */

#page_contact #full_width1 {padding-bottom: 0;}
#page_contact #site_location{  }

/* Adresse postale */

#page_contact #contact_profiles {
	background-color: #fff;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	border-top: solid 1px rgba(0,0,0,0.2);
}

#top_left_box {
	display: inline-block;
	position: relative;
	width: 50%;
	padding: 20px 35px ;
	vertical-align: top;
	overflow: hidden;
}

#HQ_photo { 
	height: 220px; 
	border-radius: 0 15px 0 15px;
	margin: 20px 0 0 0;
}

#top_right_box {
	display: inline-block;
	position: relative;
	width: 50%;
	margin-left: -4px;
	padding: 50px;
	background-color: #FFF;
	text-align: right;
}

#address_bloc {
	position: relative;
}

#postal_address {
	margin: 0 0 0 0px;
}

#postal_address h3 {
	font-size: 20px;
	color: #666;
	margin: 40px 0 5px 0;
}

#postal_address h4 {
	font-size: 16px;
	line-height: 20px;
}

#plan_acces {
	margin: 0 60px 0 0;
	border-radius: 3px;
}

/* Formulaire */

#bloc_formulaire_contact {
	background-color: #fff;
	border-radius: 3px 3px 0 0;
	min-height: 52vh;
	padding: 20px 35px;	
	margin: 25px 0 0 0;
	overflow: hidden;
}

#contact_form {
	width: 100%;
}

#contact_form_col1 {display: inline-block; width: 48%; vertical-align: top; margin: 0 2% 5px 0;}
#contact_form_col2 {display: inline-block; width: 48%;vertical-align: top;}

#contact_form h1 {color: #D31D31;}
#contact_form article h3 {margin: 0; border-bottom: dotted 1px #CCC; margin-bottom: 10px;}

#contact_form ul { width: 100%; text-align: right; }
#contact_form ul li { overflow: hidden; vertical-align: middle; }
#contact_form .line1 {width: 100%; padding: 0 ; text-align: left;}
#contact_form .line2 {width: 100%; }
#contact_form label {  font-family: helvetica; font-weight: bold; font-size: 11px;}

#page_contact input[type=text] {
	width: 100%;
	height: 40px;
	margin: 5px 0;
	background-color: rgba(0,0,0,0.01);
}

#page_contact header input[type=text] {
	width: 0;
	height: 52px;
	margin: 0;
	background-color: #FFF;
}

#page_contact textarea {
	width: 100%;
	height: 250px;
	margin: 10px 0;
	background-color: rgba(0,0,0,0.01);
	pading: 8px 5px;
}

#page_contact select {
	position: static;
	width: 100%;
	height: 40px;
	margin: 10px 0;
	background-color: #FFF;
	box-shadow: inset 0 -10px 10px 0 rgba(0,0,0,0.05);
}

#page_contact input[type=submit] {
	float: right;
	width: 10%;
	height: 40px;
	margin: 10px 0;
	background-color: rgba(0,0,0,0.1);
	box-shadow: inset 0 20px 20px 0 rgba(255,255,255,0.5);
}

/* Confirmation - Echec */

#page_contact .succeed {
	color: #51ab51;
	text-align: center;
	margin: 10px;
}

#page_contact .failed {
	color: #D31D31;
	text-align: center;
	margin: 10px;
}

#page_contact .succeed img,
#page_contact .failed img {
	vertical-align: middle;
	margin-right: 10px;
}

/* All branchs */

#all_branchs {
	margin: 15px 0;
	padding:  30px;
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
}

#all_branchs h1 {
}

#all_branchs ul {
	text-align:left;
}

#all_branchs ul li {
 	width: 24%;
	vertical-align: top;
	margin-top: 20px;
	text-align: left;
}

#all_branchs ul li h3{
	color: #555;
	margin: 0;
	padding: 0;
}

#all_branchs ul li h4{
	font-size: 14px;
	letter-spacing: 0.02em;
}
