 /* CSS Document */

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

#page_equipe 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 { 
	margin: 0 0 30px 0;
	color: #31a7d2;
	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);
}	

/* Définition des balises de textes */
 
 p {
	color:  rgba(0,0,0,0.6);
	text-align: center;
}
 
 * {
	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                                                     ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*Mise en page*/

#page_equipe {
	background-color: #FAFAFA;
}

#page_equipe #site_location{
	margin-bottom: 8px;
}

#full_width1 { 
	padding-bottom: 0;
	box-shadow: none;
}


#full_width2 { 
	position: relative;
	padding: 10px 0;
	background-color: FFF;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	z-index: 10000001;
}

#full_width3 { 
	padding: 0 0 30px 0;
	box-shadow: none;
}

/*//////////////////// Titre ////////////////////*/

#page_title {
	background-color: #FFF;
	border-top: solid 1px rgba(0,0,0,0.1);
	padding: 20px 0 40px 0;	
	border-radius: 0;
	/*box-shadow: inset 100px 0 100px -100px #FAFAFA, inset -100px 0 100px -100px #FAFAFA;*/
}


/*//////////////////// Profil PDG ////////////////////*/

/*Mise en page*/

#profil_thibaut {
	margin: 10px 11% 10px 11%;
	padding: 15px;
	border-radius: 6px;	
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0);
	background-color: #FFF;
	
}

/*Photos*/

#profil_thibaut .avatar_container {
	width: 200px;	
	height: 200px;
	margin: 0 20px 0 0;
	border-radius: 6px;
	float: left;
	overflow: hidden;
}

#profil_thibaut img{

}

/*Polices*/

#profil_thibaut h2{
	color: #D31D31;	
}

#profil_thibaut h3{
	text-align: left;
	margin-bottom: 10px;
}

#profil_thibaut p{
	text-align: justify;
	padding: 0 20px;
}


/*//////////////////// Profil Equipe ////////////////////*/

/*Mise en page*/

#tableau_equipe {
	margin: 0 0 10px;	
	padding: 40px 20%;
	text-align: center;
	background-color: #FFF;
	border-radius: 0 0 12px 12px; 
}

#tableau_equipe li {
	width: 25%;
	height: 170px;
	margin: 0 8% 0 -4px;
	background-color: #FFF;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	text-align: center;
}

/*Photos*/

#tableau_equipe .avatar_container {
	width: 100%;	
	height: 100px;
	margin: 0 0 14px 0;
	float: left;
	overflow: hidden;
	display: block;
}

#tableau_equipe .avatar_container img {
	height: 100%;	
	
}

/*Polices*/

#tableau_equipe h2{
	color: #D31D31;
	font-size: 17px;
}

#tableau_equipe h3{
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
}

#tableau_equipe p{
	text-align: justify;
	padding: 0 20px;
}