 /* CSS Document */

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                           POLICES                                                  ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

 h1 { 
	font-family: 'Giorgio-thin', 'Roboto', 'Cabin',  helvetica;
	font-weight: 200;
	font-size: 3em;
	color: #D31D31;
	text-align: center;
 }

 h2 { 
	font-family: 'Giorgio-thin', 'Roboto', Cabin,  helvetica;
	font-weight: 300;
	font-size: 1.5em;
	letter-spacing: -0.0em;
	color: rgba(0,0,0,0.4);
	margin: 0px;
 }

 h3 { 
	font-family: 'Roboto', Cabin,  helvetica;
	font-weight: 300;
	font-size: 1em;
	letter-spacing: -0.05em;
	color: rgba(0,0,0,0.4);
	text-align: center;
 }

 h4 { 
	font-family: 'Roboto', Cabin,  helvetica;
	font-weight: 300;
	font-size: 0.75em;
	letter-spacing: -0.05em;
	color: rgba(0,0,0,0.6);
	margin: 0px;
 }
		
 
 h5 { 
 	font-family: 'Roboto', Cabin,  helvetica;
	color: rgba(0,0,0,0.6);
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
 }
 		
 a { 
 	text-decoration: none; 
	border: none; 
	font-family: arial; 
	color: rgba(0,0,0,0.7);
	z-index: 1003;
}	

/* Définition des balises de textes */
 
 p {
	color: #fff; 
	font-family: 'LibertySans', helvetica; 
	font-size: 14px; 
	font-weight: 500;
	margin: 0;
}
 
 * {
	font-family: 'Roboto', helvetica, Arial, sans-serif;  
 	margin: 0;
	padding: 0;
 	-webkit-box-sizing: border-box; -O-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  
 
 }


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                           PAGE                                                     ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#full_width1 { 
	box-shadow: none;
	position: relative;
	z-index: 1;
}

#full_width2 { 
	box-shadow: none;
	position: relative;
	z-index: 3;
	overflow: visible;
}


#map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#map > * {
 	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out; 
 }
 
  .map_container {
	text-align: center;
    position: relative;
    margin: 0px;
    width: 100%;
	height: 50vh;
    border-radius: 8px;
	border: solid 3px white;
	background-color: #fff;
	z-index: 1002;
 }
 
 /* All branchs */

#pageTitle {
	background-color: #444;
	height: 130%;
	width: 130px;
	position: absolute;
	top: -70px;
	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: 180px;
	left: 20px;
	font-size: 70px;
	line-height: 200px;
	background-color: transparent;
}

#all_branchs {
	margin: 25px 0;
	padding:  30px 30px 30px 150px;
	background-color: #fff;
	border-radius: 3px;
}

#all_branchs h1 {
	margin: 0;
	font-family: eurostyle, vodafone, avenir, arial;
	letter-spacing: 0.07em;
}

#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: #D31;
	font-family: vodafone, avenir, arial;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
	text-align: left;
}

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



 