 /* 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);
	text-align: center;
 }

 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_groupe {
	background-color: #FAFAFA;
}

#page_groupe #full_width1 { padding-bottom: 0;}

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

#top_box {
	width: 100%;
	height: 270px;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	border-top: solid 1px rgba(0,0,0,0.2);
	box-shadow: 0 0px 10px 0px rgba(0,0,0,0.1);
}

#top_left_box {
	display: inline-block;
	width: 50%;
	height: 270px;
	padding: 50px 40px 0 40px;
	background-color: #666;
	vertical-align: top;
}

#top_left_box p{
	color: #fff;
	text-align: justify;
	font-size: 16px;
}


#top_right_box {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 270px;
	margin-left: -4px;
	padding: 0px 20px;
	background-color: #FFF;
	overflow: hidden;
}

#top_right_box #grey_arrow {
	position: absolute;
	top: 105px; left: -30px;
	width: 60px;
	height: 60px;
	background-color: #666;	
	
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

#top_right_box img {
	position: absolute;
	bottom: -50px; right: 150px;
	
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
}

#top_right_box h1 {
	text-align: right;
}

#top_right_box h3 {
	text-align: right;
}


/*////////// 2EME PARTIE //////////*/

#groupe_content {
	position: relative;
	margin: 15px 0 0 0;
	padding: 20px;
	background-color: #FFF;
	border-radius: 10px 10px 0 0 ;	
	box-shadow: 0 -10px 10px 0px rgba(0,0,0,0.1);
	overflow: hidden;
}


/* Colonne de gauche */

/*#page_groupe #schema_engagements { position: absolute; top: 200px; left: 0; width: 100%; }
#page_groupe #schema_engagements > img:first-child { position: absolute; top: 150px; left: 45%; width: 10%; z-index: 1;}
#page_groupe #schema_engagements > img:nth-child(2){ position: absolute; top: 50px; left: 250px; width: 40%; height: 280px; z-index: 0;}


#page_groupe #grey_buttons { position: absolute; top: 0; left: 50px;}
#page_groupe #red_buttons  { position: absolute; top: 0; right: 50px;}

#page_groupe #grey_buttons li,
#page_groupe #red_buttons li {
	display: block;
	width: 160px;
	border-radius: 12px;	
	text-align: left;
	margin: 30px 0;
	
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

#page_groupe #grey_buttons li { background-color: rgba(0,0,0,0.6); }
#page_groupe #red_buttons  li { background-color: #D31D31; }

#page_groupe #full_width1 #groupe_content ul li img{
	display: inline-block;
	margin: 0 5px 0 6px;
	vertical-align: middle;
	height: 40px;
}

#page_groupe #full_width1 #groupe_content ul li h3 {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	
	font-size: 0.8em;
	line-height: 40px; 
	color: #fff; 
}*/

#page_groupe #groupe_content .border_bottom {
	margin-bottom: 20px;
}

#page_groupe #full_width2 {
	padding: 0;
	background: url('../images/photos/ingenierie1.jpg') no-repeat center;
	background-size: cover;
	
	box-shadow: inset 0px 14px 14px -14px rgba(0,0,0,1), inset 0px -14px 14px -14px rgba(0,0,0,1);
	-webkit-box-shadow: inset 0px 14px 14px -14px rgba(0,0,0,1), inset 0px -14px 14px -14px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 14px 14px -14px rgba(0,0,0,1), inset 0px -14px 14px -14px rgba(0,0,0,1);
	-o-box-shadow: inset 0px 14px 14px -14px rgba(0,0,0,1), inset 0px -14px 14px -14px rgba(0,0,0,1);
}

#page_groupe #full_width2 ul {
	display: inline-block;
	text-align: center;
	width: 15%;
	margin: 20px 0px 20px 0;
}

#page_groupe #full_width2 ul li {
	display: block;
	position: relative;
	height: 100px;
}

#page_groupe #full_width2 ul li > div:first-child {
	position: relative;
	width: 100%;
	height: 100px;
	padding: 10px 0 0 0;
	background-color: #CCC;
	z-index: 20;
}

#page_groupe #full_width2 ul li .arrow,
#page_groupe #full_width2 ul li .white_arrow  {
	position: absolute;
	width: 20px;
	height: 20px;
	right: -10px;
	top: 42px;
	background-color: rgba(0,0,0,0.3);
	z-index: 10;
	
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

#page_groupe #full_width2 ul li .white_arrow {right: -34px; z-index: 5; } 

#page_groupe #full_width2 ul li h3 {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	color: #FFF;
	font-size: 14px;	
	margin: 0; 
	padding: 3px 8px 10px 8px;
}
 
#engagements_details {
	display: inline-block;
	float: right;
	height: 400px;
	margin: 20px 0 0 0px;
	padding: 20px;
	background-color: rgba(0,0,0,0.7);
	width: 84.5%;
}

#engagements_details h2 {
	border-bottom: solid 3px #FFF;
	color: #FFF;
	padding: 0 0 10px 0;
}

/* 3eme partie*/

#fw3_content {
	background-color: #FFF;
	border-radius: 0 0 10px 10px;
	margin: 0 0 50px 0;
	padding: 20px;
	height: 100px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);	
}