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

 @charset "UTF-8";
 
 html { margin: 0; padding: 0; height: 100%;}
 body { margin: 0; padding: 0 0 80px 0; min-height: 100%; position: relative; background-color: #fafafa; 
 		-webkit-transition: all 0s ease-in-out;
		-moz-transition: all 0s ease-in-out;
		-o-transition: all 0s ease-in-out;
		transition: all 0s ease-in-out;/*background: url(../images/bg_sidebar.jpg) repeat;*/
} 


 @media screen and (min-width: 0px) and (max-width: 900px)  { }
 @media screen and (min-width: 900px) and (max-width: 1100px) { }
 @media screen and (min-width: 1100px) and (max-width: 1800px) { }
 
 
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                           POLICES                                                  ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/* Définition des polices personnalisées */
 
 @font-face {
    font-family: 'Cabin';
    src: url('../includes/fonts/cabin-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

 }

 @font-face {
    font-family: 'LibertySans';
    src: url('../includes/fonts/LibertySans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

 }

 @font-face {
    font-family: 'Roboto';
    src: url('../includes/fonts/roboto-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
 }

 @font-face {
    font-family: 'Giorgio-thin';
    src: url('../includes/fonts/giorgio-thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
 }

@font-face {
    font-family: 'Giorgio';
    src: url('../includes/fonts/giorgio.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
 }


/* Définition des balises de titre */

 h1 { 
	font-family: 'Giorgio-thin', 'Roboto', 'Cabin',  helvetica;
	font-weight: 200;
	font-size: 3em;
	color: #D31D31;
	margin: 0px;
 }

 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: #fff;
	margin: 0px;
 }

 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: "Roboto",Cabin,helvetica;
	color: rgba(0,0,0,0.7);
}	

/* Définition des balises de textes */
 
 p, b {
	color: #fff; 
	font-family: 'LibertySans', helvetica; 
	font-size: 14px; 
	margin: 0;
}
 
  b { color: #777; }
   
 * {
	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;  
 
 }


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                           BALISES                                                  ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


 article {
	position: relative;
	width: 100%;
	margin: 0 auto ;
	overflow: hidden;
	background: #fafafa;
	
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
 }

 span { font-family: arial; font-size: 12px; color: rgba(0,0,0,0.6);}

 ul { margin: 0; padding: 0;}
 ul li { margin: 0; padding: 0; list-style-type: none; display: inline-block;}
 
 a {display: inline-block; cursor: pointer; color: #31a7d2;}
 
 img, img a { border: none; }
   
   
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                            CLASSES                                                 ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


 .w960 { 
	position: relative;
	max-width: 1180px; 
	margin: 0 auto;
	padding: 0 5%;
 }
 
 .last_li { 
	border-right: none;
	margin-right: 0;
 }


 .social_logo{
	border-radius: 4px;
 }

.avatar_container {
	display: inline-block;
	width: 90px;
	height: 60px;
	margin-right: 10px;
	background-color: #000;
	text-align: center;
	vertical-align: middle;
 }

 .print_this {
	float: right;
	width: 60px;
	min-height: 60px;
	padding: 20px;
	margin: 10px;
	cursor: pointer;
	
	background: url(../images/imprimante.png) no-repeat ;
	background-position: center;
	background-color: rgba(0,0,0,0.08);
	
	box-shadow: inset 0 35px 30px 0 rgba(255,255,255,0.8);
	border-radius: 5px;
	border: solid 1px rgba(0,0,0,0.07);	
 }

 .print_this:hover {
	background-color: rgba(0,0,0,0.2);
	border-radius: 8px;		
 }

 .full_width {
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
 }
 
 /* Message d'erreur */
 .error {
	width: 100%;
	text-align: center;
	vertical-align: central;
	color: #f55;
	font-family: Arial; 
	font-size: 12px;
	margin-bottom: 5px;
}

 .error img {width: 10px; height: 10px; padding: 0px; margin: 0px;}

 .message_confirmation {
	width: 100%;
	padding: 5px 10px;
	margin: 10px 0 0 0;
	background-color: #fff;
	border-radius: 4px;
	border: solid 1px rgba(0,0,0,0.1); 
	font-size: 14px;
	color: #51ab51;
	text-align: center;
	 
 }
 .message_confirmation img { margin_right: 8px; vertical-align: middle;}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                      ELEMENTS DE FORMULAIRE                                        ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

 textarea, input[type=text], input[type=submit]  {
	font-family: Arial; 
	font-size: 12px; 
	color: rgba(0,0,0,0.6); 
	border: solid 1px rgba(0,0,0,0.2); 
	border-radius: 4px; 
	background-color: rgba(0,0,0,0.01); 
	padding: 0px 8px 0 8px;
 }

 input, textarea {		
   box-sizing:border-box;
   -webkit-appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   appearence: none;
 }
 
 
 input:focus, textarea:focus {outline: none;}
  
 select {
	 -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
 }
  
  input[type=checkbox], input[type=radio] {
	background-color: #fff;
	border: solid 1px #dadada;
	-webkit-border-radius: 0.25em;
	box-shadow: inset -10px 5px -5px #dadada);
    display: inline-block;
    font-size: 15px;
	line-height: 1em;
	margin: 2px 6px 2px 2px;
	padding: 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
 }
 
 input[type=checkbox]:checked,input[type=radio]:checked {
	background: url("../images/tick.png") no-repeat center center;
	background-color: #fff;
	overflow: visible;
	-webkit-background-size: 18px 18px; /* shrink high resolution background */
 }
  
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                               AFFICHAGE PHOTO PLEIN FORMAT                                         ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


 #display_photo {
    position: fixed;
	margin-left: auto;
	top: 0; left: 0; right:0; bottom:0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
	visibility: hidden;
	overflow: scroll;
	z-index: 1002;
	
	
	-moz-transition:  opacity 0.4s linear;
	-webkit-transition:  opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	transition:  opacity 0.4s linear;	
 }

 #display_photo:target { 
 	visibility: visible; 
	opacity: 1; 
 }

 .display_photo_bloc {
    position: relative;
	text-align: center;
    width: auto ;
	height: auto !important;
	max-width: 1200px;
	margin: 5% auto;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 25px #000,  inset 0 90px 50px -50px rgba(255,255,255,1);
    border-radius: 4px;
	border: solid 3px white;
	z-index: 1001;
 }

 .display_photo_bloc img {
	 width: 100%; 
	 margin: 0;
 }
 
 #previous {
	 position: absolute; 
	 height: 100%; 
	 width: 30%; 
	 right: 0; 
	 background: url(images/fleche_photo_droite.png) no-repeat center right;
 }
 
 #next {
	 position: absolute; 
	 height: 100%; 
	 width: 30%; 
	 left: 0; 
	 background: url(images/fleche_photo_gauche.png) no-repeat center left;
 }
 
 .titre_photo {
	 display: inline-block; 
	 text-align: left; 
	 color: #fb8600; 
	 width: 100%; 
	 padding: 5px; 
	 background: #ced8e9;  
	 font-size: 14px;
 }
 
 #display_photo .close {
	 position: absolute; 
	 right: 0; top: -25px; 
	 font-family: arial; 
	 font-size: 18px; 
	 color: #FB8200;
 }
 
 #display_photo #close_link { 
 	position: absolute; 
	top: -15px; right: -15px; 
	width: 30px; 
	height: 30px; 
	z-index: 2000;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                            HEADER                                                  ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


 header {
	/*position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 10000;*/
	position: relative;
	text-align: center;
	height: 80px;
	padding: 0;
	background: #fff;
	/*border-bottom: solid 5px rgba(0,0,0,0.1);*/
	overflow: visible;
	z-index: 100000;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
 }

 #index_header { background: #fff;  }


 #main_logo {
	position: absolute;
	top: 5px; left: 7%;
	height: 60px;
	margin-bottom: 20px;	
	
	transform: skew(0deg, 0deg);
	-moz-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
 }

/* Menu */

 #menu {
	display: inline-block;
	margin: 0px 0 0 5%;
	line-height:  78px;
	vertical-align: top;
	overflow: visible;
 }

 #menu li, 
 #menu a {
	position: relative;
	display: inline-block; 
	padding: 0 15px;
	border-radius: 0 0;
	cursor: pointer;
	overflow: visible;
	
	font-family: 'Giorgio', 'Roboto', "Shift Type Basic", helvetica;  
	font-size: 14px;
	letter-spacing: -0.02em;
	color: rgba(0,0,0,0.5);
	
	-moz-transition:  all 0s;
	-webkit-transition:  all 0s;
	-o-transition: all 0s;
	transition: all 0s;
 }
 
 #menu a {
	transform: skew(-8deg, 0deg);
	-moz-transform: skew(-8deg, 0deg);
	-webkit-transform: skew(-8deg, 0deg);
	-o-transform: skew(-8deg, 0deg);
 }
 
 #menu li {
	 border-left: solid 3px rgba(0,0,0,0);  
 }

 
 #menu a {padding: 0;}

 #menu > li:hover,
 #menu > li a:hover, 
 #menu > li:hover a{ color: #FFF;  }
 
 #menu > li:hover { background-color: #e5323c; border-left: solid 3px rgba(0,0,0,0.1); }

 #menu li:hover .sous_menu {
	 display: block;
 }
 
 #menu #login_link:hover {
	background-color: rgba(0,0,0,0.02);  border-left: solid 3px rgba(0,0,0,0.01); color: #31a7d2;
 }

 #menu #login_link a,
 #menu #login_link a:hover {
	color: #31a7d2;
 }

/* Sous menu */

 #menu .sous_menu,
 header .sous_menu {
	display: none; 
	position: absolute;
	left: -3px;
	padding: 15px;
	background-color: #e5323c;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15), inset  0 -140px 140px -140px rgba(0,0,0,0.6);
	border-left: solid 3px rgba(0,0,0,0.1); 
	
	
}

 #menu .sous_menu h3{
	display: none;
	color: rgba(0,0,0,0.6);
	font-family: giorgio;
	margin: 0 0 20px 0;
	line-height: 20px;
	
}

 #menu .sous_menu ul {
	text-align: left;
}

 #menu .sous_menu ul li {
	display: block;
	height: auto;
	font-family: giorgio;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	margin: 4px 0;
	padding: 2px 5px;
	cursor: pointer;
}

 #menu .sous_menu ul li:hover {
	background-color: rgba(255,255,255,0.4);	 
 }
 
 #menu .sous_menu ul li a{
	font-size: 12px;
	transform: skew(0deg, 0deg);
	-moz-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
}

 #menu_activite,
 #menu_profil {
	bottom: -125px;
	height: 140px;
	width: 200px;
	border-radius: 0 6px 6px 6px;	
	z-index: 1003;
}

 #menu_activite {
	bottom: -155px;
	height: 170px;
	width: 200px;
	border-radius: 0 6px 6px 6px;	
	z-index: 1003;
}



/* Search */

 #search_button {
	position: absolute;
	text-align: center;
	right: 60px; top: 0;
	width: 40px;
	height: 32px;
	margin-right: 10px;
	padding: 6px ;
	background-color: #f6f6f6;
	border-radius: 4px;	
	cursor: pointer;
 }

 #search_button img{
	height: 20px;
	width: 20px;
	opacity: 1;
 }

 #search_and_lang {
	position: absolute;
	top: 20px; right: 10%;
	vertical-align: top;
 }

 #search_form {
	vertical-align: top;
	background: none;
 }

 #search_field {
	position: absolute;
	right: 83px; 
	width: 0px;
	height: 32px;
	margin-right: 10px;
	border: solid 1px rgba(0,0,0,0.1);
	visibility: hidden;
 }

/* Select lang  */

 #lang_select {
	display: inline-block; 
	position: absolute;
	right: 0; top: 0;
	height: 32px;
	width: 60px;
	padding: 0 8px 1px 8px;
	margin-left: 10px;
	background-color: #f6f6f6;
	border-radius: 4px;	
	overflow: hidden;
	vertical-align: top;
	z-index: 1001;
 }

 #lang_select li { 
	margin: 4px 5px 4px 0 ;
	text-align: left;
	
	font-family: giorgio;
	font-size: 12px;
	line-height: 25px;
	color: rgba(0,0,0,0.5);

 }

 arrow_more_lang {
	height: 25px;
 }

 .lang_arrow {
	cursor: pointer;
	opacity: 0.5;
	vertical-align: middle;
 }

 #see_more_lang:checked ~ #lang_select{ height: 100px;}
 
 #see_more_lang:checked ~ #lang_select li  #en_flag,
 #see_more_lang:checked ~ #lang_select     #de_flag,
 #see_more_lang:checked ~ #lang_select     #es_flag,
 #see_more_lang:checked ~ #lang_select     #ru_flag{ display: block;}
 
 /* Espace client - lien 

 #link_my_account {
	text-align: right;
	padding: 4px 0;
 }

 #link_my_account a{
	font-size: 12px;
	color: #31a7d2;
	
	transform: skew(-5deg, 0deg);
	-moz-transform: skew(-5deg, 0deg);
	-webkit-transform: skew(-5deg, 0deg);
	-o-transform: skew(-5deg, 0deg);
 }

 #link_my_account a:hover{ opacity: 0.6;}

/* réseau sociaux  */

 header #social_logos  {
	display: none;
	position: absolute;
	bottom: 10px; right: 10%;
	z-index: 999;
	display: none;
 }
 
 header #social_logos img{
	width: 30px;
	height: 30px;
	margin: 0 0 0 10px;
	cursor: pointer;
	opacity: 0.7;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
 }

 header #social_logos img:hover{
	opacity: 0.9;
	transform: scale(1.15); -webkit-transform: scale(1.15); -moz-transform: scale(1.15); -o-transform: scale(1.15);
 } 


/* Site Location */

 #site_location {
	background: rgba(0,0,0,0);
	margin-bottom: 20px;	
	padding-left: 1%;
 }

 @media screen and (min-width: 0px) and (max-width: 1100px)     {  #site_location {padding-left: 3%;} }
  
 #site_location li {
	margin-right: 10px;
	padding: 2px 0;
	cursor: pointer;
	
	font-size: 11px;
	color: rgba(0,0,0,0.6);;
 }

 #site_location .separation_mark{
	cursor: default;
 }


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                            FOOTER                                                  ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
	background-color: #B2B2B2;	
	border-top: solid 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
}

#footer_table {
	width: 100%;
}

#footer_table > li {
	display: inline-block;
	width: 33%;
	height: 80px;	
	padding: 15px 10px 0;
	vertical-align: top;
	color: #fff;
	border-left: dotted 1px rgba(255,255,255,0.3);
}

#footer_table .first_li {
	text-align: justify;
	padding-right: 20px;
	border-left: none;
}

#footer_table .first_li h2 {color: #FFF; display: inline-block; line-height: 50px;vertical-align: middle;}

#footer_table .first_li img {
	display: inline-block;
	margin: 5px 10px;
	vertical-align: middle;
	opacity: 0.6;
	height: 40px;
}

#footer_table .last_li {
	border-right: none;
}

#footer_table h3 {
	color: white;
}

/* Site map */

#site_map_title { font-size: 18px; }
#site_map {	font-size: 10px; }
#site_map li  {	padding-right: 10px; }
 
/* Social Networks */

#social_logos  {
	display:inline-block; 
	width: 100%;
	margin: 5px 0 0;
}
 
#footer_table .last_li h3 { color: #FB4500; }
 
#social_logos li {
	display: inline-block;
	min-width: 20%;
	max-width: 24%;
	text-align: right;
}

#social_logos img {
	width: 40px;
	height: 40px;
	cursor: pointer;
}

#social_logos img:hover {
	transform: scale(1.15); -webkit-transform: scale(1.15); -moz-transform: scale(1.15); -o-transform: scale(1.15);
	opacity: 0.6;
}

#facebook_number, #vimeo_number, #youtube_number { color: #ccc;}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                               INDEX                                                ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.full_width { width: 100%; padding: 0 0 30px;}
#full_width1 { background-color: #fafafa; padding-top: 5px;}
#full_width2 { background-color: #fff;}
#full_width3 { background-color: #fafafa; box-shadow: inset 0 10px 10px 0px rgba(0,0,0,0.03);}

#page_index #full_width1 { padding-top: 10px;  opacity: 0;  box-shadow: inset 0 -10px 10px 0px rgba(0,0,0,0.03); }
#page_index #full_width2 { opacity: 0; padding-top: 20px; }
#page_index #full_width3 {padding-top: 10px;  opacity: 0;  box-shadow: inset 0 10px 10px 0px rgba(0,0,0,0.03); }
#page_index #full_width4 { opacity: 0; background-color: #fff; padding: 20px 0 30px;}

#page_index #full_width1 #w960_1 {display: none; }

#page_index .full_width {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	
}

#main_photo{
	background-size: cover;
	background-position: center;
	/*border-bottom: solid 5px #4C4C4C;*/
	position: relative;
	width: 100%;	
	height: 560px;
	overflow: hidden;
	text-align: center;
	z-index: 999;
	
	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);
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

 @media screen and (min-width: 0px) and (max-width: 900px)  { #main_photo{height:510px;} }
 @media screen and (min-width: 900px) and (max-width: 1100px) { #main_photo{height:530px;} }
 @media screen and (min-width: 1100px) and (max-width: 1450px) { #main_photo{height:560px;} }
 @media screen and (min-width: 1450px) and (max-width: 1800px) { #main_photo{height:660px;} }
 @media screen and (min-width: 1800px) and (max-width: 2200px) { #main_photo{height:760px;} }
 @media screen and (min-width: 2200px) and (max-width: 5000px) { #main_photo{height:860px;} }

#scroll_button{
	position: absolute;
	bottom: -50px;
	left: 45%;
	
	display: block;
	margin: 0px auto;
	width: 150px;
	height: 90px;
	border-radius: 45px;
	border: solid 2px rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.4);
	color: rgba(255,255,255,0.9);
	text-align: center;	
	line-height: 40px;
	font-size: 13px;
	font-family: giorgio;
	cursor: pointer;
}

#main_photo h1 {
	margin: 220px 0 0;
	padding: 25px 20px;
	border-radius: 10px;
	font-size: 2em;
	color: #FFF;
	
	transform: skew(-8deg, 0deg);
	-moz-transform: skew(-8deg, 0deg);
	-webkit-transform: skew(-8deg, 0deg);
	-o-transform: skew(-8deg, 0deg);
}

 @media screen and (min-width: 0px) and (max-width: 900px)  { #main_photo h1 {margin: 200px 0 0;} }
 @media screen and (min-width: 900px) and (max-width: 1100px) { #main_photo h1 {margin: 210px 0 0;} }
 @media screen and (min-width: 1100px) and (max-width: 1450px) { #main_photo h1 {margin: 220px 0 0;} }
 @media screen and (min-width: 1450px) and (max-width: 1800px) { #main_photo h1 {margin: 250px 0 0;} }
 @media screen and (min-width: 1800px) and (max-width: 2200px) { #main_photo h1 {margin: 300px 0 0;} }
 @media screen and (min-width: 2200px) and (max-width: 5000px) { #main_photo h1 {margin: 340px 0 0;} }


#main_photo #h1_bg {
	background-color: rgba(0,0,0,0.3);
	border-radius: 10px;
}

#main_photo span { 
	font-family: 'Giorgio-thin', 'Roboto', 'Cabin',  helvetica;
	font-size: 1em;
	color: #ee293f;
	margin: 0px;
}

/*//////////////////// ARTICLE ///////////////*/

article h1 {
	font-size: 2.5em;
	margin: 20px 0 -8px;	
	color: #d31d31;
	text-align: left;
}

article #news_table h1, 
article #career_bloc h1 {
	text-align: center;
	color: rgba(0,0,0,0.6);
}

article .w960 > h3 {
	color: rgba(0,0,0,0.4);
	padding-bottom: 10px;
	text-align: left;
}

/* About us */

#about_us {
	position: relative;
	margin: 10px 0 0;
	color: #fff; 
	border-radius: 8px; 
	background-color: rgba(255,255,255,1);
	overflow: hidden;
}

#about_us img {
	width: 180px;
	height: 120px;
	margin-right: 10px;
	border-radius: 3px 0 0 3px; 
	float: left;
}

#about_us h2 {
	color: rgba(0,0,0,0.7);
	margin: 10px 0;
}

#about_us p {
	color: rgba(0,0,0,0.5);
	font-size: 12px;
}

#about_us .read_more, #about_us .read_more img{
	width: 20px; height: auto;
	right: 50%;
	bottom: 10px; top: auto;
	background-color: transparent;
	color: #d31d31; 
}

/*//////////////////// News table ////////////////////*/

#news_table {
	width: 100%; 
	height: 320px; 
	margin: 10px 0 10px 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 0px 0 rgba(0,0,0,0.4);
}

/* ===> ombres autour des cases */
#news_table #big_box,
#news_table #medium_box,
#news_table #right_column #small_box_container > * { 
	box-shadow: 0 0 0px 0 rgba(0,0,0,0.3); 
}

#news_table img {
	width: 100%;
}

.news_title {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	height: 52px;
	padding: 5px 10px;
	background-color: rgba(211,29,49,0.6);	
	border-radius: 0;
	text-align: left;
	cursor: pointer;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out; 
}


#news_table #right_column {
	display: inline-block;
	float: right;
	width: 50%;
	height: 100%;
	vertical-align: top;
}


@media screen and (max-width: 1100px)  {#news_table #right_column{ width: 49.6%;} }
/*@media screen and (min-width: 1100px) and (max-height: 1500px)  {#news_table #right_column{ width: 49.2%;} }*/

#news_table #small_box_container{
	display: inline-block;
	width: 100%; 	
	height: 160px;
	border-radius: 8px;
}

#news_table .small_box{
	display: inline-block;
	width: 50%;
	height: 100%;
	background-color: rgba(222,222,222,0.6); 	
	margin: 0;
	position:relative;
    overflow:hidden;
}

#news_table #small_box1 { float: left; padding: 10px; text-align: center;}
#news_table #small_box2 { float: right;}

#news_table #small_box1 h1 { margin: 5px 0 10px 0;}
#news_table #small_box1 p { color: rgba(0,0,0,0.7);}

#news_table #medium_box{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 160px;
	background-color: rgba(222,222,222,0.3); 
	text-align: right;	
}

#news_table #medium_box img { float: right; height: 160px; width: 210px;  margin: 0 0 0 15px; border-radius: 0 4px 0 0; }
#news_table #medium_box h2 { color: rgba(0,0,0,0.5); margin: 10px 10px 0px 10px; }
#news_table #medium_box span { display: inline-block; color: rgba(0,0,0,0.5); }
#news_table #medium_box p { color: rgba(0,0,0,0.6); margin: 10px; }

.read_more {
	display: inline-block;
	position: absolute;
	left: 10px;
	bottom: 8px;
	width: 100px; 
	height: 25px;
	margin: 2px; 
	text-align: center; 
	line-height: 23px;
	font-family: Arial; 
	font-size: 12px; 
	font-weight: 500;
	color: #fff; 
	border-radius: 3px; 
	background-color: #e63943; 
	/*box-shadow: inset 0 35px 10px -20px rgba(255,255,255,0.6); */
	cursor: pointer;
}

.read_more a { color: #fff; }

.read_more:hover {
	background-color: #e37178; 
}

#news_table #big_box{
	display: inline-block;
	position: relative;
	width: 50%;
	height: 100%;
	background-color: rgba(222,222,222,0.6); 	
	overflow: hidden;
}

/* ===> définition des polices des vignettes */
.news_title h3 {font-size: 18px; font-weight: 400;}
.news_title span {font-size: 12px; color: #ccc;}
.news_title p { display: none; color: #ccc; font-size: 12px;}

/* ===> modifie la hauteur de l'espace titre et l'opacité de l'image */
#news_table li:hover .news_title, #news_table #big_box:hover .news_title {height: 150px; color: #eef1ba; background-color: rgba(211,29,49,0.85);	}
#news_table li:hover > #photo_news1, #news_table li:hover > #photo_news2, #news_table li:hover > #photo_news3, #news_table #big_box:hover > #photo_news1 { opacity: 0.7;}

/* ===> remplace la date par un apercu de l'article */
#news_table li:hover .news_title p, #news_table #big_box:hover .news_title p { display: block;}
#news_table li:hover .news_title span, #news_table #big_box:hover .news_title span { display: none;}

/*prévisualisation de l'article du slider*/
#page_index .last_actu_preview {
	position: relative;
	left: 0; top: 0; bottom: 0;
	width: 49.5%; height: 100%;
	background-color: rgba(0,0,0,0.5);
	box-shadow: inset 130px 0 130px 0 rgba(255,255,255, 0.1);
	padding: 15px 30px;
	display: inline-block;
	text-align: center;
}

#page_index .last_actu_preview:hover { background-color: rgba(0,0,0,0.1); }

#page_index .last_actu_preview h2 { font-size: 26px; color: #D31D31;  text-align: center; font-family: Giorgio-thin; letter-spacing: 0; margin-bottom: 10px; }
#page_index .last_actu_preview p { color: rgba(255,255,255,1); text-align: justify; margin: 0; font-size: 14px; cursor:pointer; }
#page_index .last_actu_preview span {display: inline-block;  color: rgba(255,255,255,0.7); margin-bottom: 20px;}
#page_index .last_actu .read_more {position: relative; bottom: 10px; left: 10px; right: auto; top: auto;}

/*///////////////////////// SLIDER ////////////////////////////*/

/* Définition des calques */

.sp-slideshow {
    position: relative;
    width: 100%;
    height: 320px;
	margin: 0px 0px 0px 0px;
	border-radius: 8px 0 0 8px;
	overflow: hidden;	
	z-index: 999;
}

.sp-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;	
}
 
/* Définition des puces */

.sp-slideshow input {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 15px;
    height: 15px;
    z-index: 1001;
    cursor: pointer;
    opacity: 0;
}
 
.sp-slideshow input + label {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 15px;
    height: 15px;
    display: block;
    z-index: 1000;
    border: 3px solid #fff;
    border: 3px solid rgba(255,255,255,0.9);
    border-radius: 50%;
	
	-webkit-transition: background-color linear 1s;
	-moz-transition: background-color linear 1s;
	-ms-transition: background-color linear 1s;
	-o-transition: background-color linear 1s;
    transition: background-color linear 1s;
}

.sp-selector-1, 
.button-label-1 {
    margin-left: -60px;
	cursor: pointer;
}
 
.sp-selector-2, 
.button-label-2 {
    margin-left: -35px;
	cursor: pointer;
}

.sp-selector-3, 
.button-label-3 {
    margin-left: -10px;
	cursor: pointer;
}
 
.sp-selector-4, 
.button-label-4 {
    margin-left: 15px;
	cursor: pointer;
}
 
.sp-selector-5, 
.button-label-5 {
    margin-left: 40px;
	cursor: pointer;
}

.button-label-1:hover, 
.button-label-2:hover, 
.button-label-3:hover, 
.button-label-4:hover,
.button-label-5:hover {
    border: 3px solid #fb8200;
}




input.button-label-1:checked ~ .button-label-1:hover {
    border: 3px solid #d42a34;
}




input.sp-selector-1:checked ~ .button-label-1 {
    border: 3px solid #d42a34;
	background: #fff;
}
input.sp-selector-2:checked ~ .button-label-2 {
    border: 3px solid #d42a34;
	background: #fff;
}
input.sp-selector-3:checked ~ .button-label-3 {
    border: 3px solid #d42a34;
	background: #fff;
}
input.sp-selector-4:checked ~ .button-label-4 {
    border: 3px solid #d42a34;
	background: #fff;
}
input.sp-selector-5:checked ~ .button-label-5 {
    border: 3px solid #d42a34;
	background: #fff;
}

/* Définition du slider et des différents slides */

.sp-slider {
    position: relative;
    left: 0;
    width: 500%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
	
	-webkit-transition: left ease-in 2.8s; 
	-moz-transition: left ease-in 2.8s; 
	-ms-transition: left ease-in 2.8s; 
	-o-transition: left ease-in 2.8s; 
    transition: left ease-in 2.8s; 
}

.sp-slider > li {
	position: relative;
    color: #fff;
    width: 20%;
    box-sizing: border-box;
    height: 100%;
    float: left;
    opacity: 0.4; 
	vertical-align: bottom;
	
	-webkit-transition: opacity ease-in 1s 1.8s; 
	-moz-transition: opacity ease-in 1s 1.8s; 
	-ms-transition: opacity ease-in 1s 1.8s; 
	-o-transition: opacity ease-in 1s 1.8s; 
    transition: opacity ease-in 1s 1.8s; 
}

.sp-slider > li img {
    display: block;
    margin: auto;
    width: 100%;
	vertical-align: bottom;
}

#page_index .sp-slider > li img {
    margin: -10% 0 0 0;
}

input.sp-selector-1:checked ~ .sp-content .sp-slider { left: 0; }
input.sp-selector-2:checked ~ .sp-content .sp-slider { left: -100%; }
input.sp-selector-3:checked ~ .sp-content .sp-slider { left: -200%; }
input.sp-selector-4:checked ~ .sp-content .sp-slider { left: -300%; }
input.sp-selector-5:checked ~ .sp-content .sp-slider { left: -400%; }


input.sp-selector-1:checked ~ .sp-content .sp-slider > li:first-child,
input.sp-selector-2:checked ~ .sp-content .sp-slider > li:nth-child(2),
input.sp-selector-3:checked ~ .sp-content .sp-slider > li:nth-child(3),
input.sp-selector-4:checked ~ .sp-content .sp-slider > li:nth-child(4),
input.sp-selector-5:checked ~ .sp-content .sp-slider > li:nth-child(5){
    opacity: 1;
}



/*//////////////////// CAREER ////////////////////*/


#career_bloc {
	position: relative; 
	text-align: right;
	min-height: 350px;
}

#career_profile {
	position: absolute; 
	bottom: 20px; left: 8.5%; 
	padding: 10px; 
	width: 250px; 
	height: 130px;
	background-color: rgba(255,255,255,0.3); 
	border-radius: 8px; 
	text-align: left; 
	box-shadow: inset 0 90px 90px 0px rgba(0,0,0,0.5);	
	cursor: pointer;
	overflow: hidden;
}

#career_profile:hover { height: 290px;}

#career_profile h2 {color: #fb8600;}
#career_profile #profile_text a {display: block; color: orange; margin: 15px 0;}
#career_profile #profile_text { display: none; margin-top: 10px;}
#career_profile:hover #profile_text { display: block; }

#career_text {
	display: block;  
	margin: -10px 0 20px 35% ; 
	text-align: right; 
	color: rgba(0,0,0,0.6); 
	width: 65%;
	font-size: 16px;
	
}

#career_bloc .read_more {
	position: relative;
	left: 0; bottom: 0; 
	display: inline-block; 
	width: 22%;
	max-width: 200px;
	margin-left: 78%; 
}

#career_facts {
	display: inline-block;
	width: 75%;
	text-align: right;
	margin: 0 0 10px 0;
}

@media screen and (max-width: 1100px)  { #career_facts {width: 70%;} }

#career_facts li {
	position: relative;
	height: 130px;
	width: 21%;
	margin: 1.2%;
	padding: 10px;
	background-color: rgba(0,0,0,0.02);
	box-shadow: inset 0 90px 90px 0px rgba(255,255,255,1);
	border-radius: 8px;
	text-align: center;
	vertical-align: middle;
	
}

#career_facts li h1 {color: rgba(0,0,0,0.5); text-align: center; margin: 0;}
#career_facts li h3 {color: rgba(0,0,0,0.4); text-align: center;}



/*//////////////////// REFERENCES ////////////////////*/

#references_bloc {
	width: 100%; 
	margin: 10px 0;
	background-color: rgba(222,222,222,0.07); 
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	border-radius: 8px;
	overflow: hidden;
}


/* Animation "afficher plus" */
#references_bloc input[type=radio] {display: none;}
#references_bloc label {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: -5px 0 10px;
	font-size: 14px;
	color: rgba(0,0,0,0.6);
	cursor: pointer;
}

#references_bloc .replaced_label {  
	opacity: 0; 
	height: 0; 
	visibility: hidden; 
	text-align: right; 
	padding-right: 2%;
	
	transition: all 2.2s ease-out; 
	-webkit- transition: all 2.2s ease-out; 
	-moz- transition: all 2.2s ease-out; 
	-o- transition: all 2.2s ease-out; 
}

#see_more_ref:checked ~ #ref_line3 {  height: 320px; margin: 10px 0;  visibility: visible;}
#see_more_ref:checked ~ .see_more_label {  display: none;}
#see_more_ref:checked ~ .replaced_label {  visibility: visible; opacity: 1; height: 14px; }
#see_more_ref:checked ~ #ref_line3 #ref1,
#see_more_ref:checked ~ #ref_line3 #ref2,
#see_more_ref:checked ~ #ref_line3 #ref3,
#see_more_ref:checked ~ #ref_line3 #ref4,
#see_more_ref:checked ~ #ref_line3 #ref5,
#see_more_ref:checked ~ #ref_line3 #ref6,
#see_more_ref:checked ~ #ref_line3 #ref7,
#see_more_ref:checked ~ #ref_line3 #ref8,
#see_more_ref:checked ~ #ref_line3 #ref9,
#see_more_ref:checked ~ #ref_line3 #ref10,
#see_more_ref:checked ~ #ref_line3 #ref11,
#see_more_ref:checked ~ #ref_line3 #ref12,
#see_more_ref:checked ~ #ref_line3 #ref13,
#see_more_ref:checked ~ #ref_line3 #ref14,
#see_more_ref:checked ~ #ref_line3 #ref15,
#see_more_ref:checked ~ #ref_line3 #ref16,
#see_more_ref:checked ~ #ref_line3 #ref17,
#see_more_ref:checked ~ #ref_line3 #ref18,
#see_more_ref:checked ~ #ref_line3 #ref19,
#see_more_ref:checked ~ #ref_line3 #ref20{ transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); }

#ref_line3 #ref10{  transition: transform 0.5s ease-out, background 0.5s ease-out; -webkit- transition: transform 0.5s ease-out , background 0.5s ease-out; 
					-moz- transition: transform 0.5s ease-out , background 0.5s ease-out; -o- transition: transform 0.5s ease-out, background 0.5s ease-out; }
#ref_line3 #ref12{  transition: transform 0.8s ease-out, background 0.5s ease-out; -webkit- transition: transform 0.8s ease-out , background 0.5s ease-out; 
					-moz- transition: transform 0.8s ease-out , background 0.5s ease-out; -o- transition: transform 0.8s ease-out, background 0.5s ease-out; }
#ref_line3 #ref13{  transition: transform 1s ease-out, background 0.5s ease-out;   -webkit- transition: transform 1s ease-out , background 0.5s ease-out;   
					-moz- transition: transform 1s ease-out , background 0.5s ease-out;   -o- transition: transform 1s ease-out, background 0.5s ease-out; }
#ref_line3 #ref14{  transition: transform 1.3s ease-out, background 0.5s ease-out; -webkit- transition: transform 1.3s ease-out , background 0.5s ease-out; 
					-moz- transition: transform 1.3s ease-out , background 0.5s ease-out; -o- transition: transform 1.3s ease-out, background 0.5s ease-out; }
#ref_line3 #ref15{  transition: transform 1.6s ease-out, background 0.5s ease-out; -webkit- transition: transform 1.6s ease-out , background 0.5s ease-out; 
					-moz- transition: transform 1.6s ease-out , background 0.5s ease-out; -o- transition: transform 1.6s ease-out, background 0.5s ease-out; }
#ref_line3 #ref16{  transition: transform 1.7s ease-out, background 0.5s ease-out; -webkit- transition: transform 1.7s ease-out , background 0.5s ease-out; 
					-moz- transition: transform 1.7s ease-out , background 0.5s ease-out; -o- transition: transform 1.7s ease-out, background 0.5s ease-out; }
#ref_line3 #ref17{  transition: transform 1.8s ease-out, background 0.5s ease-out; -webkit- transition: transform 1.8s ease-out , background 0.5s ease-out; 
					-moz- transition: transform 1.8s ease-out , background 0.5s ease-out; -o- transition: transform 1.8s ease-out, background 0.5s ease-out; }
#ref_line3 #ref18{  transition: transform 1.9s ease-out, background 0.5s ease-out; -webkit- transition: transform 1.9s ease-out , background 0.5s ease-out; 
					-moz- transition: transform 1.9s ease-out , background 0.5s ease-out; -o- transition: transform 1.9s ease-out, background 0.5s ease-out; }
#ref_line3 #ref19{  transition: transform 2s ease-out, background 0.5s ease-out;   -webkit- transition: transform 2s ease-out , background 0.5s ease-out;   
					-moz- transition: transform 2s ease-out , background 0.5s ease-out;   -o- transition: transform 2s ease-out, background 0.5s ease-out; }
#ref_line3 #ref20{ transition: transform 2.1s ease-out, background 0.5s ease-out; -webkit- transition: transform 2.1s ease-out , background 0.5s ease-out; 
					-moz- transition: transform 2.1s ease-out , background 0.5s ease-out; -o- transition: transform 2.1s ease-out, background 0.5s ease-out; }
 
#ref_line1,
#ref_line2,
#ref_line3,
#ref_line4 {
	width: 100%;	
	margin: 10px 0; 
	text-align:center;
	border-radius: 8px;
	
	-webkit-transition: all 1.8s ease-out;
	-moz-transition: all 1.8s ease-out;
	-o-transition: all 1.8s ease-out;
	transition: all 1.8s ease-out; 
}

#ref_line3,
#ref_line4 {
	height: 0px;
	visibility: hidden;
	margin: 0;
}

#ref_line1 li,
#ref_line2 li,
#ref_line3 li,
#ref_line4 li{
	display: inline-block;
	width: 18%;
	height: 150px;
	margin: 5px 0.6%;
	background-color: rgba(0,0,0,0.1);
	border-radius: 4px;
	background-size: contain;
	cursor: pointer;
	
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out; 
}

#ref_line3 li,
#ref_line4 li{
	transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg);
}


#ref_line1 li:hover,
#ref_line2 li:hover,
#ref_line3 li:hover,
#ref_line4 li:hover{
	background-size: contain; 
}

#ref1 {background: url(../images/references_logos/alstom_bw.png) center no-repeat;}
#ref1:hover {background: url(../images/references_logos/alstom.png) center no-repeat;}
#ref2 {background: url(../images/references_logos/erdf_bw.png) center no-repeat;}
#ref2:hover {background: url(../images/references_logos/erdf.png) center no-repeat;}
#ref3 {background: url(../images/references_logos/sncf_bw.png) center no-repeat;}
#ref3:hover {background: url(../images/references_logos/sncf.png) center no-repeat;}
#ref4 {background: url(../images/references_logos/colas_bw.png) center no-repeat;}
#ref4:hover {background: url(../images/references_logos/colas.png) center no-repeat;}
#ref5 {background: url(../images/references_logos/opinel_bw.png) center no-repeat;}
#ref5:hover {background: url(../images/references_logos/opinel.png) center no-repeat;}
#ref6 {background: url(../images/references_logos/initial_bw.png) center no-repeat;}
#ref6:hover {background: url(../images/references_logos/initial.png) center no-repeat;}
#ref7 {background: url(../images/references_logos/kone_bw.png) center no-repeat;}
#ref7:hover {background: url(../images/references_logos/kone.png) center no-repeat;}
#ref8 {background: url(../images/references_logos/skf_bw.png) center no-repeat;}
#ref8:hover {background: url(../images/references_logos/skf.png) center no-repeat;}
#ref9 {background: url(../images/references_logos/vicat_bw.png) center no-repeat;}
#ref9:hover {background: url(../images/references_logos/vicat.png) center no-repeat;}
#ref10 {background: url(../images/references_logos/alstom_bw.png) center no-repeat;}
#ref10:hover {background: url(../images/references_logos/alstom.png) center no-repeat;}

#ref11 {background: url(../images/references_logos/bollhoff_bw.png) center no-repeat;}
#ref11:hover {background: url(../images/references_logos/bollhoff.png) center no-repeat;}
#ref12 {background: url(../images/references_logos/schindler_bw.png) center no-repeat;}
#ref12:hover {background: url(../images/references_logos/schindler.png) center no-repeat;}
#ref13 {background: url(../images/references_logos/edf_bw.png) center no-repeat;}
#ref13:hover {background: url(../images/references_logos/edf.png) center no-repeat;}
#ref14 {background: url(../images/references_logos/saintgobain_bw.png) center no-repeat;}
#ref14:hover {background: url(../images/references_logos/saintgobain.png) center no-repeat;}
#ref15 {background: url(../images/references_logos/areva_bw.png) center no-repeat;}
#ref15:hover {background: url(../images/references_logos/areva.png) center no-repeat;}
#ref16 {background: url(../images/references_logos/cnr_bw.png) center no-repeat;}
#ref16:hover {background: url(../images/references_logos/cnr.png) center no-repeat;}
#ref17 {background: url(../images/references_logos/grdf_bw.png) center no-repeat;}
#ref17:hover {background: url(../images/references_logos/grdf.png) center no-repeat;}
#ref18 {background: url(../images/references_logos/conductix_bw.png) center no-repeat;}
#ref18:hover {background: url(../images/references_logos/conductix.png) center no-repeat;}
#ref19 {background: url(../images/references_logos/bouygues_bw.png) center no-repeat;}
#ref19:hover {background: url(../images/references_logos/bouygues.png) center no-repeat;}
#ref20 {background: url(../images/references_logos/alstom_bw.png) center no-repeat;}
#ref20:hover {background: url(../images/references_logos/alstom.png) center no-repeat;}



/*//////////////////// ACTIVITY ////////////////////*/

/*#full_width3 .w960 > h1,
#full_width3 .w960 > h3 {
	text-align: right;
	margin-right: 2%;
}

#full_width3 .w960 > h3 {
	padding-bottom: 0;
	margin-bottom: -25px;
}*/

.activity_bloc {
	width: 100%; 
	height: 300px; 
	margin: 0 0 10px 0;
	background-color: rgba(255,255,255,0.9); 
	border-radius: 0 8px 8px;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
	
}

#activity_menu {
	width: 50%;
	margin: 10px 0 0 0;
	border-radius: 8px 8px 0 0;
	background-color: rgba(255,255,255,0);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
}

#activity_menu li {
	width: 32.8%;
 	height: 30px;
	padding: 5px;
	color: rgba(0,0,0,0.5);
	text-align: center;
	transition: none;
}

#act_button1 { background-color: rgba(255,255,255,0.9); border-radius: 8px 0 0 0; cursor: default; }
#act_button2 { background-color: rgba(0,0,0,0.1); border-radius: 0 0 0 0; cursor: pointer; }
#act_button3 { background-color: rgba(0,0,0,0.1); border-radius: 0 8px 0 0; cursor: pointer;}
#act_button2:hover { background-color: rgba(0,0,0,0.05); }
#act_button3:hover { background-color: rgba(0,0,0,0.05); }


.activity_bloc img {
	width: 100%;
}

.activity_bloc h1 {text-align: center; color: #CCC;}

.activity_bloc .map_title {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	height: 52px;
	padding: 5px 10px;
	background-color: rgba(255,255,255,0.76);	
	border-radius: 0 ;
	text-align: left;
	cursor: pointer;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out; 
}

.activity_bloc #left_column {
	display: inline-block;
	width: 50%;
	height: 100%;
	vertical-align: top;
}

.activity_bloc #small_box_container{
	display: inline-block;
	width: 100%; 	
	height: 160px;
	border-radius: 8px;
}

.activity_bloc .small_box{
	display: inline-block;
	height: 100%;
	background-color: rgba(222,222,222,0.6); 	
	margin: 0;
	position:relative;
    overflow:hidden;
}


#activity1 {}
#activity2, #activity3 {display: none;}

#activity2 #small_box1{width: 55%;}
#activity2 #small_box2{width: 45%;}

#activity3 #small_box1,
#activity3 #small_box2 {width: 50%;}

.activity_bloc #small_box1 { float: left; width: 35%; }
.activity_bloc #small_box1:hover { background-color: #f4f4f4;}
.activity_bloc #small_box2 { float: right; width: 65%; padding: 10px; text-align: center;}
.activity_bloc #small_box2 p { color: rgba(0,0,0,0.5); font-size: 14px; margin-top: 5px;}

.activity_bloc #small_box1 h1 {  margin-top: 15px;}
.activity_bloc #small_box1 p { color: rgba(0,0,0,0.7); font-size: 12px;}

/* ===> définition des polices de titre de la carte  */
.activity_bloc .map_title h3 {font-size: 18px; font-weight: 400; color: #D31D31;}
.activity_bloc .map_title span {font-size: 12px; color: rgba(0,0,0,0.5);}
.activity_bloc .map_title p { display: none; color: #ccc; font-size: 12px;}

/* ===> modifie la hauteur de l'espace titre et l'opacité de l'image */
.activity_bloc li:hover .map_title, 
#big_box:hover .map_title {height: 100px; color: #eef1ba; background-color: rgba(255,255,255,0.9);	}
.activity_bloc li:hover > #activity_map,
#big_box:hover > img { opacity: 0.7;}

/* ===> remplace la date par un apercu de l'article */
.activity_bloc li:hover .map_title p { display: block;}
.activity_bloc li:hover .map_title span { display: none;}

.activity_bloc #medium_box{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 140px;
	background-color: rgba(255,255,255,0.9); 	
}

.activity_bloc #medium_box p { color: rgba(0,0,0,0.6); margin: 15px 10px; font-size: 16px;}

.read_more {
	display: inline-block;
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 100px; 
	height: 25px;
	margin: 2px; 
	text-align: center; 
	line-height: 23px;
	font-family: Arial; 
	font-size: 12px; 
	font-weight: 500;
	color: #fff; 
	border-radius: 3px; 
	background-color: #e63943; 
	/*box-shadow: inset 0 35px 10px -20px rgba(255,255,255,0.6); */
	cursor: pointer;
}

.read_more:hover {
	background-color: #e37178; 
}

.activity_bloc #big_box{
	display: inline-block;
	position: relative;
	float: right;
	width: 50%;
	height: 100%;
	text-align: left;
	border-radius: 0 8px 8px 0;
	overflow: hidden;
}

@media screen and (max-width: 1100px)  {.activity_bloc #big_box{ width: 49.5%;} }
/*@media screen and (min-width: 1100px) and (max-height: 1500px)  {.activity_bloc #big_box{ width: 49.2%;}} */


.activity_bloc .big_box h1 { color: #D31D31; margin: 0; text-align: right;}
.activity_bloc .big_box .read_more { width: 180px; right: 10px; left: auto; background-color: #ccc;}
.activity_bloc .big_box .read_more:hover { width: 180px; right: 10px; left: auto; background-color: #ebebeb;}

#entities_list{
	text-align: center;
}

#entities_list li {
	background: rgba(0,0,0,0.1);
	width: 20%;	
	height: 100px;
	border-radius : 4px;
	margin: 30px 1% 0;
	cursor: pointer;
}

#entities_list li:hover { background: rgba(0,0,0,0.05);}



/* VIDEO */

#activity1 #big_box img { width: 100%; height: 100%;}

.activity_bloc #big_box iframe { width: 100%; }
.activity_bloc #big_box iframe,
.activity_bloc #big_box object,
.activity_bloc #big_box embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	border-radius: 0 8px 8px 0;
	overflow: hidden;
}




/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                           ARTICLE                                                  ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#page_article #full_width1 {
	/*box-shadow: inset 0 5px 5px 0 rgba(0,0,0,0.1);*/
	background-color: rgba(0,0,0,0.01);
	margin: 0;
	padding-top: 0;
}

#page_article #main_column{ 
	display: inline-block; 
	width: 70%; 
}


/* Mise en page de l'article */

#page_article h2{ 
	color: #D31D31; 
	font-size: 32px; 
	margin-bottom: 5px; 
}
	
#page_article #article_preview p { 
	color: rgba(0,0,0,0.6); 
	text-align: justify; 
	padding-bottom: 15px;
	margin-bottom: 5px; 
	overflow: hidden;
	font-size: 16px; 
	border-bottom: ridge 3px rgba(0,0,0,0.1);
}

#article_author {
	display: inline-block;
	line-height: 16px;	
}

#article_author img { vertical-align: middle;}
#author_name { font-weight: bold;}

#page_article span{
	display: inline-block;
	margin-bottom: 10px;
	color: rgba(0,0,0,0.5); 
	font-size: 14px;
	line-height: 16px;	
}

#article_main_photo {
	width: 100%;
	margin: 10px 0;
}

#article_main_photo img{
	width: 100%;
	border-radius: 4px;
	border: solid 5px white;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

#article_second_photo {
	width: 50%;
	margin: 5px 0 10px 20px;
	float: right;
}

#article_content p{ 
	color: rgba(0,0,0,0.6); 
	text-align: justify; 
	padding-bottom: 15px;
	margin-bottom: 5px; 
	overflow: hidden;
}

#article_content img{
	border-radius: 4px;
	border: solid 5px white;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}


#more_article_photos {margin: 0;}
#more_article_photos h2 {color: rgba(0,0,0,0.6); font-size: 22px;}

#more_photos {text-align: left;}
#more_photos li {
    width: 31%;
	margin: 5px 0.7%;
	height: 140px;
	overflow: hidden;
	background: #000;
	vertical-align: middle;
	border-radius: 4px;
	border: solid 5px white;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

#more_photos li img{
	height: auto !important;
    width: 100% !important;
	vertical-align: middle;
}

/* SHARE */
#share_social {
	display : inline-block;
	float: right;
	text-align: right;	
}

#share_social h3 { line-height: 20px; vertical-align: top; color: rgba(0,0,0,0.5);}
#share_social h3, #share_social ul {	display : inline-block;}
#share_social img { height: 20px; width: 20px;}


/* ////////// COLONNE DROITE ///////// */

#page_article #right_column {
	float: right;
	width: 27%;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
	padding: 10px;
}

#page_article #right_column h2 {font-size: 22px;}


#article_by_theme {
	margin: 20px 0;
	padding-bottom: 15px; 
	border-bottom: dotted 1px rgba(0,0,0,0.2);
}

#article_by_theme li{
	background-color: rgba(0,0,0,0.3);
	color: #FFF; 
	margin: 2px 0;
	padding: 1px 3px;	
	cursor: pointer;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out; 
}

#article_by_theme li:hover{
	background-color: rgba(0,0,0,0.5);
}


#newsletter_form  {
	margin: 20px 0;
}

#newsletter_form h3 {
	color: rgba(0,0,0,0.5);
	margin-top: -5px;
	font-size: 14px;	
}

#newsletter_form input[type=text] {
	width: 100%;
	height: 40px;
	margin: 10px 0;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.01);
}

#newsletter_form input[type=text]:focus {
	background-color: rgba(255,255,255,1);
}

#newsletter_form input[type=submit] {
	float: right;
	background-color: rgba(255,255,255,1);
	height: 40px;
	margin: 5px 0;
	padding: 0 20px;
	border-radius: 2px;
	cursor: pointer;
}

/* SLIDER */
#page_article .sp-slideshow {
    position: relative;
    width: 100%;
    height: 170px;
	margin: 0px 0px 0px 0px;
	border-radius: 2px;
	overflow: hidden;	
	z-index: 999;
}

#page_article .sp-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;	
}
 
#page_article .news_title span{
	color: #ccc;
}

#page_article .sp-slideshow{ margin-top: 0;}


#related_article {
	position: relative;
	width: 100%;
}

#related_article img {
	width: 100%;
	height: auto !important;	
	border-radius: 3px;
}

#related_article .news_title{
	position: absolute;
	bottom: 0; left: 0;
	height: 50px; width: 100%;
	padding: 5px 10px;
	background-color: rgba(211,29,49,0.4);	
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	cursor: pointer;
}

#related_article span{color: #ccc; font-size: 12px;}
#related_article p {display: none; color: #ccc; font-size: 12px;}

#related_article:hover .news_title{height: 100px; }
#related_article:hover img{opacity: 0.7;}
#related_article #main_slider > span{display: none;}
#related_article:hover span{display: none;}
#related_article:hover p{display: block;}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                           ACTUALITE                                                ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#page_actualite #full_width1 {
	/*box-shadow: inset 0 5px 5px 0 rgba(0,0,0,0.1);*/
	background-color: rgba(0,0,0,0.01);
	margin: 0;
	padding-bottom: 0;
}

#page_actualite #full_width2 {
	padding: 20px;
	background-color: #fff
}

 #page_actualite #full_width3  {
	/*box-shadow: inset 0 5px 5px 0 rgba(0,0,0,0.1);*/
	background-color: rgba(0,0,0,0.01);
	margin: 0;
	padding-top: 20px;
}

#last_5_news {
	width: 100%;
	border-radius: 8px;
	background-color: rgba(255,255,255,1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
	margin: 20px 0;
}

#page_actualite h2 { color: #ccc; }



/*///////////////////////// FIN SLIDER ////////////////////////////*/ 

/* LAST ACTU */

#page_actualite .last_actu {
	position: relative;
	display: inline-block;
	width: 100%;	
	height: 340px;
	margin: 0 0 15px 0;
	border-radius: 0px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
	background-color: rgba(255,255,255,1);
	overflow: hidden;
}

#page_actualite .last_actu img {
	display: inline-block;
	width: 100%;
	margin: 0px;
	border-radius: 0px;
	vertical-align: bottom;
}

#page_actualite .last_actu_preview {
	position: relative;
	left: 0; top: 0; bottom: 0;
	width: 49.5%; height: 100%;
	background-color: rgba(0,0,0,0.5);
	box-shadow: inset 130px 0 130px 0 rgba(255,255,255,0.2);
	padding: 15px 80px;
	display: inline-block;
	text-align: center;
}

#page_actualite .last_actu_preview:hover { background-color: rgba(0,0,0,0.3); margin: 0;}

#page_actualite .last_actu_preview h2 { font-size: 26px; color: #D31D31; text-align: center; font-family: Giorgio-thin; letter-spacing: 0; }
#page_actualite .last_actu_preview p { color: rgba(255,255,255,1); text-align: justify; margin: 10px 0 30px; font-size: 16px; }
#page_actualite .last_actu_preview span {display: inline-block;  color: rgba(255,255,255,0.8); margin-bottom: 20px;}
#page_actualite .last_actu .read_more {position: relative; bottom: 10px; left: 10px; right: auto; top: auto;}

/*///////////////////////// SLIDER ////////////////////////////*/

/* Définition des calques */

#page_actualite .sp-slideshow {
    position: relative;
    width: 100%;
    height: 340px;
	margin: 0px;
	border-radius: 4px;
	overflow: hidden;	
	z-index: 999;
}

 
#page_actualite .sp-slider > li {
    opacity: 1; 
}

/* BARRE DE RECHERCHE */

#page_actualite form input[type=text] {
	height: 38px;
	width: 78%;
	margin-right: 1%;
	border: solid 1px rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.005);
}

#page_actualite form input[type=submit] {
	float: right;
	width: 20%;
	height: 38px;
	padding: 0 30px;
	background-color: #adadad;
	color: #fff;
	border: none;
	font-size: 14px;
	cursor: pointer;
}

#page_actualite form input[type=submit]:hover {background-color: rgba(81,81,81,0.8);}

select {
	height: 38px;
    padding:3px 10px;
    margin: 0 3% 0 0;
    border-radius:4px;
    background-color: rgba(0,0,0,0.03);
	box-shadow: inset 0 15px 15px 0 rgba(0,0,0,0.05);
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
	-o-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

#page_actualite form label { position:relative ; }
#page_actualite form label:after {
    content:'<>';
    font:14px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
    transform:rotate(90deg);
	
    right:20px; top:2px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}

#page_actualite form label:before {
    content:'';
    right: 13px; top:-8px;
    width: 30px; height:38px;
	border-radius: 0 4px 4px 0;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
	box-shadow: inset 0 15px 15px 0 rgba(255,255,255,0.7);
	border-left: 1px solid rgba(0,0,0,0.1);
}


/* SQUARE ACTU */

#page_actualite #full_width3 .w960 #square_actu > h2 {
	display: inline-block;
	font-family: giorgio;
	line-height: 40px;
	margin: 0 0 10px 10px;
	vertical-align: bottom;
	color: rgba(0,0,0,0.6);
}

#page_actualite #full_width3 #trier_par {
	display: inline-block; 
	float: right;
	vertical-align: bottom;
	margin: 0 5% 5px 0;
}

#square_actu {
	position: relative;
	display: inline-block;
	width: 72%;	
	margin: 0 0 15px 0;
	text-align: left;
	/*background-color: rgba(0,0,0,0.01);*/
}

#left_arrow, #right_arrow {
	background-color: rgba(0,0,0,0.4);
	border-radius: 4px;
	height: 50px; width: 50px;
	position: absolute;
	bottom: 45%;
	cursor: pointer;

	
	color: #FFF;
	font-size: 20px;
	line-height: 48px;
}

#left_arrow {display: none; left: -5px; 	box-shadow: inset -20px 0 20px 0 rgba(255,255,255,0.4);}
#right_arrow { display: none; right: -5px; 	box-shadow: inset 20px 0 20px 0 rgba(255,255,255,0.4);}
#left_arrow:hover {left: -25px;}
#right_arrow:hover {right: -25px;}

#square_actu li {
	width: 47%;
	margin: 0 1% 2% 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	background-color: rgba(255,255,255,1);
	border-radius: 4px;
	vertical-align: top;
}

#square_actu .all_actu_preview {
	text-align: left;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box; -O-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  
}

#square_actu .all_actu_preview h3 { 
	display: inline-block; 
	color: #CCC; 
	float: left; 
	font-size: 14px;
	line-height: 22px;
	margin-right: 10px;
}

#square_actu .all_actu_preview #article_tags li{
	font-size: 12px;
	width: auto;
	background-color: rgba(0,0,0,0.3);
	border-bottom: none;
	color: #FFF; 
	margin: 2px 0;
	padding: 1px 3px;	
	cursor: pointer;
	border-radius: 0px;
	box-shadow: none;
		
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out; 
}


#square_actu img{
	height: 100%;
	border-radius: 4px;
}

#square_actu .avatar_container {
	height: 200px;
	width: 100%;
	margin: 0;
	border-radius: 4px 4px 0 0;
	background-color: transparent;
	overflow: hidden;
}

#square_actu .avatar_container img {
	width: 100%;
	border-radius: 0;
}

#page_actualite #square_actu h2 { font-size: 22px;color: #D31D31;}
#square_actu p { color: rgba(0,0,0,0.6); text-align: justify; margin-top: 5px; padding-bottom: 10px; }

#square_actu ul .see_more {
	width: 100%;
    text-align: center;
	border-bottom: none;
    cursor: pointer;
}


/* MINOR ACTU */

#minor_actu {
	float: right;
	display: inline-block;
	width: 28%;	height: auto;
	margin: 0 0 15px 0;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.12);
	background-color: rgba(255,255,255,1);
}

#minor_actu h2 { font-size: 22px; color: #D31D31;}
#minor_actu p { color: rgba(0,0,0,0.6); text-align: justify; margin-top: 10px; padding-bottom: 10px; border-bottom: dotted 1px rgba(0,0,0,0.2);}

#page_actualite #media_contact h3 {color: rgba(0,0,0,0.5); margin: 10px 0 0 0;  padding: 0;  font-size: 18px;}
#page_actualite #media_contact h3 span{color: #D31D31; font-family: "Roboto",Cabin,helvetica; font-weight: 300; font-size: 1em; letter-spacing: -0.05em;}
#page_actualite #media_contact h4 {color: rgba(0,0,0,0.5); margin: 0;  padding:  0; }
#page_actualite #media_contact h5 {color: rgba(0,0,0,0.5); margin: 0; font-size: 14px;}

#page_actualite #social_medias {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: dotted 1px rgba(0,0,0,0.2);
}

#page_actualite #social_logos {
	margin: 15px 0 0 0;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                           CARRIERE                                                 ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#page_carriere  {
	background-color: rgba(0,0,0,0.01);
	height: 100%;
}

#page_carriere #full_width1 {
	box-shadow: inset 0 -10px 10px 0px rgba(0,0,0,0.03);
}


#page_carriere #career_facts {
	width: 60%;
	position: absolute;
	bottom: 10px; right: 10px;
	margin-bottom: 0;
}

#page_carriere #career_bloc {
	border-radius: 8px;
	background-color: #fff;
	padding: 1px 30px;
}

#page_carriere #career_bloc img {
	height: 370px;
}

#page_carriere #career_profile:hover { height: 260px;}

/* Formulaire */

#page_carriere #full_width2  {
	padding: 10px 0 15px;
}

#page_carriere #full_width2 h2 {
	color: rgba(0,0,0,0.6);
}

#page_carriere form input[type=text] {
	height: 38px;
	width: 28%;
	margin-right: 1%;
	border: solid 0px rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.03);
	box-shadow: inset 0 15px 15px 0 rgba(0,0,0,0.05);
}

#page_carriere form input[type=submit] {
	float: right;
	width: 20%;
	height: 38px;
	padding: 0 30px;
	background-color: rgba(81,81,81,1);
	color: #fff;
	border: none;
	font-size: 14px;
	cursor: pointer;
}

#page_carriere form input[type=submit]:hover {background-color: rgba(81,81,81,0.8);}

#page_carriere form #list_departements { width: 20%;  }
#page_carriere form #list_postes { width: 16.5%; }
#page_carriere form #list_contrats { width: 10%;  }

select {
	height: 38px;
    padding:3px 10px;
    margin: 0 1% 0 0;
    border-radius:4px;
    background-color: rgba(0,0,0,0.03);
	box-shadow: inset 0 15px 15px 0 rgba(0,0,0,0.05);
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
	-o-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

#page_carriere form label { position:relative ; }
#page_carriere form label:after {
    content:'<>';
    font:14px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
    transform:rotate(90deg);
	
    right:20px; top:2px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}

#page_carriere form label:before {
    content:'';
    right: 13px; top:-8px;
    width: 30px; height:38px;
	border-radius: 0 4px 4px 0;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
	box-shadow: inset 0 15px 15px 0 rgba(255,255,255,0.7);
	border-left: 1px solid rgba(0,0,0,0.1);
}

/* Affichage des offres */

#page_carriere #full_width3  {
	padding: 10px 0 200px;
}

#job_table {
	width: 100%;	
	background-color: #fff;
	border-radius: 8px;
	padding: 10px 25px;
	text-align: center;
	font-size: 14px;
}

#job_table > li {
	width: 100%;
	height: 40px;	
	border-bottom: solid 1px rgba(0,0,0,0.1);
}

#job_table a{
	color: #31A7D2;
}

#job_table #column_titles {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 2px rgba(0,0,0,0.1);
	padding-bottom: 5px;
	text-align: center;
	height: 30px;
}

#job_table #column_titles li {line-height: 20px;}

.job_line li { width: 18%; text-align: center; line-height: 40px; color: rgba(0,0,0,0.6);}
li .job_title {text-align: left; width: 40%; float: left;}
li .job_date { float: right;}
 

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                         DETAIL OFFRE EMPLOI                                        ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#fiche_emploi {
	display: inline-block;
	width: 75%;
	border-radius: 8px;
	background-color: #fff;
	padding: 20px 30px;	
	overflow: hidden;
}

#fiche_emploi h3 { 
	font-size: 18px; 
	color: #31A7D2;
	border-bottom: solid 2px rgba(0,0,0,0.1);
}

#fiche_emploi h3 span{ 
	float: right;
	line-height: 22px;
	color: #31A7D2;
	
}

#fiche_emploi p { 
	margin: 2px 0;
	font-size: 15px;
	color: rgba(0,0,0,0.5);
}


#fiche_emploi h4 { 
	font-size: 15px; 
	font-weight: bold;
	color: rgba(0,0,0,0.5);
	border-bottom: solid 2px rgba(0,0,0,0.1);
	margin: 20px 0 10px;
}


#detail_offre, #repondre_offre {
	padding: 0 20px;	
}

#detail_offre li, #repondre_offre li { 
	display: block;
	margin: 2px 0;
	font-size: 15px; 
	font-family: "LibertySans",helvetica;
	color: rgba(0,0,0,0.5);
}

#detail_offre li span, #repondre_offre li span { 
	font-weight: bold;
}

#detail_offre_HTML {padding: 0 20px;}

#detail_offre_HTML,
#detail_offre_HTML p,
#detail_offre_HTML ul,
#detail_offre_HTML ul li {
	font-size: 14px; 
	font-family: "Roboto",helvetica,Arial,sans-serif;
	color: rgba(0,0,0,0.6);

}

#detail_offre_HTML li{
	margin-left: 20px;
	display : list-item;
	list-style-type: circle;

}



/* COLONNE DROITE : WORK FOR DREKAN */

#work_for_drekan {
	display: inline-block;
	width: 22%;
	padding: 10px;
	border-radius: 8px;
	background-color:#fff;
	float: right;
	text-align: center;
}

#work_for_drekan h1{
	text-align: center;
	font-size: 28px;
	margin-bottom: 5px;
}

#work_for_drekan h3{
	text-align: center;
	color: rgba(0,0,0,0.6);
}

#work_for_drekan #career_profile{
	position: relative;	
	height: 200px;
	background: url(../images/career_mod3.png) no-repeat;
	background-position: bottom;
	background-color: rgba(0,0,0,0.01);
}

#work_for_drekan #career_profile img{
	position: absolute;
	bottom: 0;
}

#work_for_drekan #career_facts {
	position: relative;
	width: 70%;
	right: 0; bottom: 0;
}

#work_for_drekan #career_facts li{
	display: block;
	width: 100%;
	padding: 10%;
	margin: 10px 0;
	right: 0; bottom: 0;
	height: auto;
}


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

/* POLICES */
#page_contact h1 { margin: 0 0 -5px 0; font-family: giorgio-thin; font-size: 28px;}
#page_contact h3 {color: rgba(0,0,0,0.5); margin: 0; border-bottom: dotted 1px rgba(0,0,0,0.1); padding: 0 0 5px 0;}
#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);}


/* Adresse postale */


#page_contact #contact_profiles {
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	padding: 20px;	
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow: hidden;
}

#address_bloc {
	position: relative;
}

#postal_address {
	position: absolute;
	width: 60%;
	top: 50px;
	right: 100px;
	text-align: right;
}

#postal_address h3 {
	font-size: 20px;
	color: #D31D31;
	border-bottom: solid 2px rgba(0,0,0,0.2); 
	margin-bottom: 5px;
}

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

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

.contact_icons {width: 12px; height: 12px; vertical-align: middle; opacity: 0.4; margin-right: 5px;}

/* Formulaire */

#bloc_formulaire_contact {
	background-color: #fff;
	border-radius: 0 0 20px 20px;
	width: 100%;
	padding: 15px;	
	margin: 10px 0 20px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

#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 h3 {color: rgba(0, 0, 0, 0.5); 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 textarea {
	width: 100%;
	height: 250px;
	margin: 10px 0;
	background-color: rgba(0,0,0,0.01);
}

#page_contact select {
	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);
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                           PROFIL                                                   ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#page_profil  {background-color: #dadada;}

#page_profil #full_width1 {
	position: relative;
	padding-bottom: 50px;
	/*box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.2) inset;*/
	z-index: 999;
}

#page_profil #full_width2 {
	position: relative;
	overflow: hidden; 
	height: 650px;
	/*box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4) ;*/
	box-shadow: inset 0px 0px 100px 0px rgba(255,255,255, 1) ;
	z-index: 1000;

}

#page_profil #full_width3 {
	position: relative;
	height: 400px; 
	margin-top: 0 ;
	background-color: #fafafa;
	box-shadow: none;
	z-index: 998;
}

#page_profil #full_width3 .w960 {
	opacity: 0;
	padding: 30px 0;
	
	-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_profil #site_location {
	margin-bottom: 0px;
	text-align: left;
}

#page_profil p {
	color: rgba(0,0,0,0.5);
}

#page_profil h1 {
	text-align: center;
}

#page_profil h3 {
	color: rgba(0,0,0,0.6);
	margin: 10px 0 20px;
}

#page_profil #full_width1 .w960 {
	position: relative;
	text-align: center;
	
	
	-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_profil #content1 {
	width: 40%;
	margin: 0 30%;
	opacity: 0;
	text-align: center;
	
	-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_profil #content1  > img {
	display: block;
	width: 25%;
	margin: 20px 37.5%;
	opacity: 0;
	
	/*top: 520px;
	left: 44%;
	transform: rotate(-0deg);*/
	
	
	-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_profil #content1 #trait_schema1 {
	width: 626px;
	margin: 0;
	position: absolute;
	top: 100px;	
	left: 330px;
	opacity: 0;
}


#page_profil #profil_citation {
	margin: 40px 0 0;
	font-size: 30px;
	color: #D31D31;
}

/* SECONDE LIGNE : SCHEMA */

#page_profil #scale { 
	position: absolute;
	top: 0; left: 0;  right: 0; bottom: 0;
	overflow: hidden; 

	-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_profil #grey_buttons { position: absolute; top: 40px; left: 8.5%;}
#page_profil #red_buttons { position: absolute; top: 40px; right: 8.5%;}

#page_profil #full_width1 #scale ul li {
	display: block;
	width: 200px;
	height: 60px;
	border-radius: 12px;	
	text-align: left;
	margin: 30px 0;
	opacity: 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_profil #full_width1 ul li img, #full_width1 ul li h3 {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.9em;
}

#page_profil #full_width1 ul li img {margin: 0 5px 0 6px; }
#page_profil #full_width1 ul li h3 { line-height: 60px; color: #fff; margin: 0;}
 
#page_profil #grey_buttons li {background-color: rgba(0,0,0,0.6); }
#page_profil #red_buttons li {background-color: #D31D31;}

.bottom_scroll_button {
	display: block;
	margin: -60px auto;
	top: -60px;
	width: 150px;
	height: 90px;
	border-radius: 45px;
	border: solid 2px rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.3);
	color: #FFF;
	text-align: center;	
	line-height: 150px;
	font-size: 14px;
	font-family: giorgio;
	cursor: pointer;
}

#scroll2 {top: -80px;}

/* ANIMATION CARTE */

#fw2_title { 
	opacity: 0;
	margin-top: 60px;
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;	
	
}

#full_width2 h1{
	text-align: left;
	margin-top: 40px;
}

#world_map {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1001;
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;	
}

#map_shadow {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	height: 670px;
	
	z-index: 1002;
	box-shadow: inset 0 200px 200px 0 rgba(255,255,255,1);
	box-shadow: inset 0 -200px 150px 0 rgba(255,255,255,1);
}

#loupe {
	position: absolute;
	top: 500px;
	left: 130px;
	right: 0;
	z-index: 1002;
	opacity: 0;
	
	transform: scale(1.1) rotate(30deg);
	-webkit-transform: scale(1.1) rotate(30deg);
	-moz-transform: scale(1.1) rotate(30deg);
	-o-transform: scale(1.1) rotate(30deg);
	
	-webkit-transition: all 3s ease-in-out;
	-moz-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	transition: all 2s ease-in-out;	
}
		
#france_loupe {
	position: absolute;
	top: 240px;
	left: 430px;
	right: 0;
	z-index: 1001;
	opacity: 0;
	
	transform: scale(0.35) ; 
	-webkit-transform: scale(0.35) ; 
	-moz-transform: scale(0.35) ; 
	-o-transform: scale(0.35) ; 

	
	-webkit-transition: tranform 2s ease-in-out;
	-moz-transition: tranform 2s ease-in-out;
	-o-transition: tranform 2s ease-in-out;
	transition: all 2s ease-in-out;	
	
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: all 1s ease-in-out;
}



#address_table {
	position: absolute;
	top: 120px;
	right: 10%;
	width: 300px;
	z-index: 1004;
		
	transform: scale(0.9); 
	-webkit-transform: scale(0.9); 
	-moz-transform: scale(0.9); 
	-o-transform: scale(0.9);
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 2s ease-in-out;	
}

#address_table li {
	background-color: #fff;
	border-radius: 12px;
	width: 100%;
	padding:20px;
	margin: 20px 0;
	
	opacity: 0;
}

#trait1 {
	position: absolute;
	top: 255px;
	left: 523px;
	width: 300px;
	z-index: 1003;
	opacity: 0;
	
	transform: scale(1); 
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-o-transform: scale(1);
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 2s ease-in-out;	
}

#trait2 {
	position: absolute;
	top: 385px;
	left: 563px;
	width: 300px;
	z-index: 1003;
	opacity: 0;
	width: 250px;
	
	transform: scale(1); 
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-o-transform: scale(1);
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 2s ease-in-out;	
}

#trait3 {
	position: absolute;
	top: 405px;
	left: 560px;
	width: 300px;
	z-index: 1003;
	opacity: 0;
	width: 250px;
	
	transform: scale(1); 
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-o-transform: scale(1);
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 2s ease-in-out;	
}

#address_table h3 { margin: 0; color: #D31D31;}
#address_table h4 {}

/* PROFILS CLES */

#fw3_title {margin-top: 20px;}
 
#page_profil #fw3_title h1 { margin: 0 15% -5px 0; font-family: giorgio-thin; text-align: right;}
#page_profil #fw3_title h3 {color: rgba(0,0,0,0.5); margin: 0; padding: 0 0 5px 0; margin-right: 15%; text-align: right;}

#page_profil #contact_table h3 {color: rgba(0,0,0,0.5); margin: 0;  padding: 0; text-align: center;}
#page_profil #contact_table h4 {color: rgba(0,0,0,0.5); margin: 0 0 5px 0;  padding: 0 0 5px 0; border-bottom: dotted 1px rgba(0,0,0,0.1);}
#page_profil #contact_table h5 {color: rgba(0,0,0,0.5); margin: 0; font-size: 14px;}
#page_profil #contact_table h3 span{color: #D31D31; font-family: "Roboto",Cabin,helvetica; font-weight: 300; font-size: 1em; letter-spacing: -0.05em;}
#page_profil #contact_table label {color: rgba(0,0,0,0.5);}


#page_profil #contact_table {
	margin: 20px 10%;
	width: 80%;
	text-align: center;

}

#page_profil #contact_table li {
	width: 20%;
	margin: 0 4% 0 0;
	padding: 10px 5px;
	border-radius: 6px;
	background-color: #FFF;
	box-shadow: inset 0 80px 80px 0 rgba(0,0,0,0.01);
	vertical-align: top;
}


#page_profil .contact_icons {width: 12px; height: 12px; vertical-align: middle; opacity: 0.4; margin-right: 5px;}

#page_profil #contact_table li .avatar_container{
	width: 80px;
	height: 105px;
	margin: 0 0 10px 0;
	border-radius: 6px;	
	overflow: hidden;
}

#page_profil #contact_table li .avatar_container img{ width: 100%; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                    ACTIVITE : BOBINAGE                                             ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#page_electrobobinage #full_width2 {
	padding: 0;
	background: url('../images/photos/bobinage1.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_electrobobinage #full_width2 img {
	width: 100%;	
	visibility: hidden;
	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);
}

.bobinage_content {
	text-align: center;
	width: 100%;
	padding: 0px 30px 10px;
	background-color: rgba(0,0,0,0);
	border-radius: 0 0 6px 6px;
}

.bobinage_content h1 {
	text-align: center;
	margin: 0;
}

.bobinage_content h2 {
	color: #D31D31;
	margin: 20px 0 0 0;
}

.bobinage_content h3 {
	text-align: center;
	margin: 0 0 15px 0;
	color: rgba(0,0,0,0.4);
}

.bobinage_content p {
	text-align: center;
	font-family: giorgio-thin;
	font-size: 22px;
	line-height: 28px;
	color: rgba(0,0,0,0.7);
	font-weight: 100;
	padding: 0 10px;
	letter-spacing: 0.02em;
	
	transform: skew(-8deg, 0deg);
	-moz-transform: skew(-8deg, 0deg);
	-webkit-transform: skew(-8deg, 0deg);
	-o-transform: skew(-8deg, 0deg);
}

/* Equipement */

#page_electrobobinage #full_width3 {
 	padding: 60px 0;	
	text-align: center;
}

#page_electrobobinage #full_width3 h2 {color: #D31D31;}
#page_electrobobinage #full_width3 h3 {color: rgba(0,0,0,0.4); text-align: center;}
#page_electrobobinage #full_width3 p {color: rgba(0,0,0,0.4); text-align: justify; padding: 10px; font-size: 16px;}

#page_electrobobinage #activity1 {
	height: 360px;
	margin: 10px 0 0 0;
	border-radius: 8px;
}

#page_electrobobinage #full_width3 #medium_box {
	padding: 20px 25px;
	height: 200px;
}

#page_electrobobinage #full_width3 .small_box .news_title {
	background-color: #FFF;
}

/* Personnel */

#page_electrobobinage #full_width4 {
	background: #FFF;
	padding: 60px 0;
	text-align: center;
}

#page_electrobobinage #full_width4 h2 {color: #D31D31; text-align: center;}
#page_electrobobinage #full_width4 h3 {color: rgba(0,0,0,0.4); text-align: right; margin: 0 0 10px 0; text-align: center;}
#page_electrobobinage #full_width4 p {color: rgba(0,0,0,0.4); text-align: justify; padding: 20px; font-size: 16px;}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                   ACTIVITE : POWER RENTAL                                          ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#page_powerrental h1{
	margin: 0;
}

.rental_content h1 {
	text-align: center;
}

.rental_content h2 {
	color: #D31D31;
	margin: 20px 0 0 0;
}

.rental_content h3 {
	text-align: center;
	margin: 0 0 15px 0;
	color: rgba(0,0,0,0.4);
}

.rental_content p {
	text-align: justify;
	font-size: 14px;
	color: rgba(0,0,0,0.6);
	line-height: 20px;
	font-weight: 100;
	font-family: helvetica;
	padding: 0 10px;
}

/* Texte d'intro */

.rental_content {
	text-align: center;
	width: 100%;
	padding: 0px 30px 10px;
	background-color: rgba(0,0,0,0);
	border-radius: 0 0 6px 6px;
}


#page_powerrental #full_width1 .rental_content p {
	color: rgba(0,0,0,0.7);
}

#full_width1 .rental_content img,
#full_width3 .rental_content img {
	display: inline-block;
	margin: 0 5px 0 0;
}

#full_width1 .rental_content > p {
	font-family: giorgio-thin;
	font-size: 20px;
	line-height: 28px;
	color: rgba(0,0,0,0.7);
	font-weight: 100;
	letter-spacing: 0.01em;
	text-align: center;

	transform: skew(-8deg, 0deg);
	-moz-transform: skew(-8deg, 0deg);
	-webkit-transform: skew(-8deg, 0deg);
	-o-transform: skew(-8deg, 0deg);
}

/* Image full Width */

#page_powerrental #full_width2 {
	height: 600px;
	padding: 0;
	background: url('../images/photos/generateur.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);
}

/* Slider des produits */

#page_powerrental #full_width3 {
	text-align: center;
	padding: 40px 0 0 0;
}

#page_powerrental #full_width3  h1 {
	text-align: center;
	font-size: 30px;
}

#page_powerrental #full_width3  h3 {
	text-align: center;
	margin: 0 0 25px 0;
	color: rgba(0,0,0,0.3);
}

#product_slider {
	width: 100%; 
	padding: 20px 0; 
	text-align: left;
}

#next_product, 
#previous_product {
	position: relative;
	display: inline-block;
	height: 60px;
	width: 35%;
	background-color: rgba(0,0,0,0.03);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3), inset 0 -10px 10px -10px rgba(0,0,0,0.4);	
	overflow: hidden;
}

#previous_product {
	border-radius: 12px 3px 0 0;
}

#next_product {
	border-radius: 3px 12px 0 0;
	float: right;
}

#full_width3  #previous_product img{
	width: 48%;
	vertical-align: middle;
}

#full_width3  #next_product img{
	width: 48%;
	float: right;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

#previous_arrow,
#next_arrow {
	position: absolute;
	top: 0;
	height: 60px;
	width: 60px;
	line-height: 60px;
	color: #FFF;
	background-color: #666;
	cursor: pointer;
	text-align: center;
}

#previous_arrow:hover,
#next_arrow:hover {
	width: 65px;
	background-color: #555;
}

#previous_arrow {
	left: 0;	
}

#next_arrow {
	right: 0;	
}

#full_width3  #previous_arrow img,
#full_width3  #next_arrow img {
	width: 30px;
	margin: 22px 12px;
}

#full_width3 #next_arrow img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.previous_text, 
.next_text {
	display: inline-block;
	width: 48%;
	height: 60px;
	padding: 10px;
	text-align: center;
}

.previous_text,  {
	float: right;
}

.next_text {
	
}

#next_product span, 
#previous_product span {
	display: block;
	width: 100%;
	text-align: center;
	color: #31A7D2;
}

#next_product p, 
#previous_product p {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	font-weight: bold;
	color: rgba(0,0,0,0.6);	
	font-family: Arial, Helvetica, sans-serif;
}

#full_width3 section {
	margin: 0 0 60px 0;
	border-radius:  0 0 12px 12px;
	border-top: solid 5px #666;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);	
}

#page_powerrental #full_width2 .sp-slideshow { border-radius: 0;}


.product_info {
	width: 49.8%;
	height: 320px;
	padding: 25px;
	background-color: rgba(255,255,255,0.8);
}

.product_info p{
	color: rgba(0,0,0,0.6);
}

 .product_info h2 {
	margin: 0 0 25px 0;
	color: #D31D31;
}

#rental_text2 {
	border-radius: 12px;
	padding: 15px 25px;
	box-shadow: inset 0 40px 40px -40px rgba(255,255,255,0.6), inset 0 -40px 40px -40px rgba(255,255,255,0.6);
}

#rental_text2 p{
	color: rgba(0,0,0,0.6);
	font-family: giorgio-thin;
	font-size: 20px;
	line-height: 28px;
	font-weight: 100;
	letter-spacing: 0.01em;
	text-align: center;
	
	transform: skew(-8deg, 0deg);
	-moz-transform: skew(-8deg, 0deg);
	-webkit-transform: skew(-8deg, 0deg);
	-o-transform: skew(-8deg, 0deg);
}

  .border_top {
	opacity: 0.3;
	width: 80%;
	margin: 0 0 25px;
	
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

  .border_bottom {
	opacity: 0.3;
	width: 80%;
	margin: 20px 10% 80px;
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                         ACTIVITE : NEGOCE                                          ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#page_negoce h1{
	margin: 0;
}

.negoce_content h1 {
	text-align: center;
}

#page_negoce h2 {
	color: #D31D31;
	margin: 20px 0 0 0;
}

#page_negoce h3 {
	text-align: center;
	margin: 0 0 15px 0;
	color: rgba(0,0,0,0.4);
}

.negoce_content p {
	text-align: justify;
	font-size: 14px;
	color: rgba(0,0,0,0.6);
	line-height: 20px;
	font-weight: 100;
	font-family: helvetica;
	padding: 0 10px;
}

#full_width1 .negoce_content > p {
	font-family: giorgio-thin;
	font-size: 20px;
	line-height: 28px;
	color: rgba(0,0,0,0.7);
	font-weight: 100;
	letter-spacing: 0.01em;
	text-align: center;

	transform: skew(-8deg, 0deg);
	-moz-transform: skew(-8deg, 0deg);
	-webkit-transform: skew(-8deg, 0deg);
	-o-transform: skew(-8deg, 0deg);
}

.negoce_content img {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}


/* Photos */

#page_negoce #full_width1 {
	position: relative;
 	overflow: hidden;
	background-color: #FAFAFA;
	padding-bottom: 0;
	z-index: 1001;
}


#page_negoce #full_width1 .w960 {
	position: relative;
	height: 750px;
}

 @media screen and (min-width: 0px) and (max-width: 700px)  { #page_negoce #full_width1 .w960 { height: 550px;} }
 @media screen and (min-width: 700px) and (max-width: 900px) { #page_negoce #full_width1 .w960 { height: 600px;} }
 @media screen and (min-width: 900px) and (max-width: 1100px) { #page_negoce #full_width1 .w960 { height: 650px;} }
 @media screen and (min-width: 1100px) and (max-width: 1250px) { #page_negoce #full_width1 .w960 { height: 730px;} }
 
#page_negoce #full_width1 #photo_moteurs {
 	position: absolute;
	bottom: 0px; left: -10%;
	width: 120%;
 	overflow: hidden;
	background-color: #FAFAFA;
	z-index:1001;
}

/* bandeau blanc */


#page_negoce #full_width2 {
	position: relative;
	text-align: center;
	padding: 30px 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	z-index:1005;
}

#page_negoce #full_width2 p {
 	color: rgba(0,0,0,0.6);
}

/* Details */

#page_negoce #full_width3 {
 	position: relative;
	padding: 30px 0 0 0;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
}

#page_negoce #full_width3 .border_top { margin-bottom: 0px;}
#page_negoce #full_width3 .border_bottom { margin-top: 0px;}

#page_negoce #full_width3  ul {
	width: 70%;
	text-align: left;
	margin: 0 0 0 15%;
	padding: 30px 100px;
	box-shadow: 20px 0 20px -10px #fff,  
				-20px 0 20px -10px #fff, 
				100px 0 100px -100px #fff inset, 
				-100px 0 100px -100px #fff inset;
	background-color: rgba(255,255,255,0.4);
}


#page_negoce #full_width3 ul li{
 	display : list-item;
	list-style-type: disc;
	list-style-image : url(../images/puce.png);
	margin: 3px 0 0 30px;
	font-family: giorgio-thin;
	letter-spacing: 0.01em;
}

#photo_materiel {
	width: 160%;
	margin-left: -30%;	
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                      ACTIVITE : INGENIEUR                                         ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#page_ingenierie h1{
	margin: 0;
}

#page_ingenierie h2 {
	color: #D31D31;
	margin: 20px 0 0 0;
}

#page_ingenierie h3 {
	text-align: center;
	margin: 0 0 15px 0;
	color: rgba(0,0,0,0.4);
}

/* PHOTOS */

#page_ingenierie #full_width2 {
	height: 600px;
	padding: 0;
	background: url('../images/photos/ingenierie3.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);
}

/* Details */

#page_ingenierie #full_width3 {
 	position: relative;
	padding: 30px 0 0 0;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
}

#page_ingenierie #full_width3  ul {
	width: 70%;
	text-align: left;
	margin: 0 0 40px 15%;
	padding: 10px 100px;
	box-shadow: 20px 0 20px -10px #fff,  
				-20px 0 20px -10px #fff, 
				100px 0 100px -100px #fff inset, 
				-100px 0 100px -100px #fff inset;
	background-color: rgba(255,255,255,0.4);
}


#page_ingenierie #full_width3 ul li{
 	display : list-item;
	list-style-type: disc;
	list-style-image : url(../images/puce.png);
	margin: 3px 0 0 30px;
	font-family: giorgio-thin;
	letter-spacing: 0.01em;
}

#page_ingenierie #full_width3 p{
	color: rgba(0,0,0,0.6);
	font-family: giorgio-thin;
	font-size: 20px;
	line-height: 28px;
	font-weight: 100;
	letter-spacing: 0.01em;
	text-align: center;
	
	transform: skew(-8deg, 0deg);
	-moz-transform: skew(-8deg, 0deg);
	-webkit-transform: skew(-8deg, 0deg);
	-o-transform: skew(-8deg, 0deg);
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                      ACTIVITE : ENERGIE                                            ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#page_energie h1{
	margin: 0;
}

#page_energie h2 {
	color: #D31D31;
	margin: 20px 0 0 0;
}

#page_energie h3 {
	text-align: center;
	margin: 0 0 15px 0;
	color: rgba(0,0,0,0.4);
}

/* PHOTOS */

#page_energie #full_width2 {
	height: 800px;
	padding: 0;
	background: url('../images/photos/energie3.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);
}


/* Slider des produits */

#page_energie #full_width3 {
	text-align: center;
	padding: 40px 0 0 0;
}

#page_energie #full_width3  h1 {
	text-align: center;
	font-size: 30px;
}

#page_energie #full_width3  h3 {
	text-align: center;
	margin: 0 0 25px 0;
	color: rgba(0,0,0,0.3);
}

#product_slider {
	width: 100%; 
	padding: 20px 0; 
	text-align: left;
}

#next_product, 
#previous_product {
	position: relative;
	display: inline-block;
	height: 60px;
	width: 40%;
	background-color: rgba(0,0,0,0.03);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3), inset 0 -10px 10px -10px rgba(0,0,0,0.4);	
	overflow: hidden;
}

#previous_product {
	border-radius: 12px 3px 0 0;
}

#next_product {
	border-radius: 3px 12px  0 0;
	float: right;
}

#full_width3  #previous_product img{
	width: 48%;
	vertical-align: top;
}

#full_width3  #next_product img{
	width: 48%;
	float: right;
	margin: 0 0 0 10px;
	vertical-align: top;
}

#previous_arrow,
#next_arrow {
	position: absolute;
	top: 0;
	height: 60px;
	width: 60px;
	line-height: 60px;
	color: #FFF;
	background-color: #666;
	cursor: pointer;
	text-align: center;
}

#previous_arrow:hover,
#next_arrow:hover {
	width: 65px;
	background-color: #555;
}

#previous_arrow {
	left: 0;	
}

#next_arrow {
	right: 0;	
}

#full_width3  #previous_arrow img,
#full_width3  #next_arrow img {
	width: 30px;
	margin: 22px 12px;
}

#full_width3 #next_arrow img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.previous_text, 
.next_text {
	display: inline-block;
	width: 48%;
	height: 60px;
	padding: 10px;
	text-align: center;
}

.previous_text,  {
	float: right;
}

.next_text {
	
}

#next_product span, 
#previous_product span {
	display: block;
	width: 100%;
	text-align: center;
	color: #31A7D2;
}

#next_product p, 
#previous_product p {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	font-weight: bold;
	color: rgba(0,0,0,0.6);	
	font-family: Arial, Helvetica, sans-serif;
}

#full_width3 section {
	margin: 0 0 60px 0;
	border-radius: 0 0 12px 12px;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);	
}

#page_energie #full_width2 .sp-slideshow { border-radius: 0;}


.product_info {
	width: 49.8%;
	height: 320px;
	padding: 25px;
	background-color: rgba(255,255,255,0.8);
}

.product_info  ul {
	width: 100%;
	text-align: left;
	padding: 10px 0 0 80px;
}

.product_info ul li{
 	display : list-item;
	list-style-type: disc;
	list-style-image : url(../images/puce.png);
	color: rgba(0,0,0,0.6);
	font-family: "LibertySans",helvetica;
	font-size: 14px;
	font-weight: 500;
}

.product_info p{
	color: rgba(0,0,0,0.6);
}

#page_energie .product_info h2 {
	margin: 0 0 15px 0;
	color: #D31D31;
}

#rental_text2 {
	border-radius: 12px;
	padding: 15px 25px;
	box-shadow: inset 0 40px 40px -40px rgba(255,255,255,0.6), inset 0 -40px 40px -40px rgba(255,255,255,0.6);
}

#rental_text2 p{
	color: rgba(0,0,0,0.6);
	font-family: giorgio-thin;
	font-size: 20px;
	line-height: 28px;
	font-weight: 100;
	letter-spacing: 0.01em;
	text-align: center;
	
	transform: skew(-8deg, 0deg);
	-moz-transform: skew(-8deg, 0deg);
	-webkit-transform: skew(-8deg, 0deg);
	-o-transform: skew(-8deg, 0deg);
}

  .border_top {
	opacity: 0.3;
	width: 80%;
	margin: 0 10% 25px;
	
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

  .border_bottom {
	opacity: 0.3;
	width: 80%;
	margin: 20px 10% 80px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                             ACTIVITE                                               ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#page_activite {
	background-color: #fff;
}

#page_activite article{
	height: 88vh;
}

#page_activite header {
	box-shadow: 0 0 10px 0 #000;
 }

#page_activite .black_overlay:hover {
	background-color: rgba(0,0,0,0);
}

#page_activite h1{
	background-color: rgba(255,255,255,0.7);
	margin: 15% 20%;
	padding: 20px 30px;
	border-radius: 6px;
	width: 60%;
	text-align: center;
	cursor: pointer;
}

#page_activite .full_width {
	text-align: left;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

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

#page_activite #full_width2 {
	position: relative;
	box-shadow: none;
	z-index: 1001;
}

/* INTRO */

#intro_activite {
	display: none;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	z-index: 1100;
	text-align: center;
	opacity: 1;
	box-shadow: 0 300px 300px -300px rgba(255,255,255,0.5) inset,  0 -300px 300px -300px rgba(0,0,0,0.5) inset;
	background: url('../images/bg_activite.png') repeat ;
	background-color: rgba(0,0,0,0.9);
	
	
	-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;
}

#intro_activite h1 {
	background-color: transparent;
	width: 100%;
	color: ##D31D31;
	margin: 20vh 0 0 0 ;
	text-align: center;
	opacity: 0;
	
	-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;
}

#intro_activite h2 {
	background-color: transparent;
	color: #FFF;
	margin: 0 25% ;
	text-align: center;
	width: 50%;
	opacity: 0;
	
	-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;
}

#intro_activite img {
	width: 70px;
	margin: 40px 0 0 0;
	opacity: 0;
	
	-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;
}

/* style des cases-boutons */

.blur_image  {
	position: relative;
	display: inline-block;
	height: 44vh;
	margin: 0;
	background-size: cover;
	padding: 0;
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


#page_activite .black_overlay {
	position: absolute;
	display: inline-block;
	z-index: 1011;
	top: 0; left: 0; right: 0; bottom: 0;
	background: url('../images/bg_activite2.png') repeat ;
	background-color: rgba(255,255,255,0.5);
	
}

#page_activite .black_overlay:hover {
	position: absolute;
	z-index: 1011;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(255,255,255,0);
	background-image: none;
}

/* premier ligne */

#electrobobinage_link {
	width: 50%;
	background: url('../images/photos/bobinage1.jpg') no-repeat center;	
	background-size: cover;
}


#powerrental_link {
	width: 50%;
	margin: 0 0 0 -4px;
	background: url('../images/photos/generateur.jpg') no-repeat center;
	background-size: cover;
}

/* Seconde ligne */

#negoce_link {
	width: 33.3%;
	margin: -4px 0 0 0;
	background: url('../images/photos/moteur.png') no-repeat center;
	background-size: cover;
}


#ingenierie_link {
	width: 33.3%;;
	margin: -4px 0 0 -4px;
	background: url('../images/photos/ingenierie3.jpg') no-repeat center;
	background-size: cover;
}


#energie_link {
	width: 33.4%;
	margin: -4px 0 0 -4px;
	background: url('../images/photos/energie3.jpg') no-repeat center;
	background-size: cover;
}
	
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////	
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                          SCREEN FORMAT                                             ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/	
	
@media screen and (min-width: 0px) and (max-width: 900px)     { 
	.w960 {max-width: 1000px; padding: 0 2%;} 
	#main_logo {left: 2%;} 
	#search_and_lang {right: 2%;}
}

@media screen and (min-width: 900px) and (max-width: 1100px)  { 
	.w960 {max-width: 1100px; padding: 0 3%;} 
	#main_logo {left: 3%;} 
	#search_and_lang {right: 3%;}
}

@media screen and (min-width: 1100px) and (max-width: 1800px) { 
	.w960 {max-width: 1180px; padding: 0 3%;} 
	#main_logo {left: 6%;}
	#search_and_lang {right: 6%;}
}
 
@media screen and (min-width: 1800px)						   { 
	.w960 {max-width: 1280px; padding: 0 5%;} 
	#main_logo {left: 10%;}
	#search_and_lang {right: 10%;}
}	