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

 @charset "UTF-8";
 
 html { margin: 0; padding: 0; height: 100%;}
 body { margin: 0; padding: 0 0 120px 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/Vodafone_Lt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
 }

@font-face {
    font-family: 'Giorgio';
    src: url('../includes/fonts/Vodafone_Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
 }
 
  @font-face {
    font-family: 'Giorgio-thin-true';
    src: url('../includes/fonts/giorgio-thin.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: calibri, helvetica; }
   
 * {
	font-family: 'Roboto', helvetica, Arial, sans-serif;  
 	margin: 0;
	padding: 0;
	-webkit-font-smoothing: subpixel-antialiased;
 	-webkit-box-sizing: border-box; -O-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  
 
 	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out; 
 }


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


 article {
	position: relative;
	width: 100%;
	margin: 0 auto ;
	overflow: hidden;
	background: #fafafa;
	z-index: 1000;
	
	-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;}
 a:focus {border: none; outline: none;}
 
 img, img a { border: none; }
   
 
 
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                            CLASSES                                                 ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


 .w960 { 
	position: relative;
	max-width: 1180px; 
	margin: 0 auto;
	padding: 0 5%;
 }
 
 .first_li { 
	margin-left: 0;
 }
 
 .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;}

.close {
	display: block;
	position: absolute;
	top: -15px; right: -15px;
	width: 30px;	
	height: 30px;
	z-index: 1001;
	
	background: url('/images/close_pop.png');
	background-size: cover;
}

.padding_15 { padding: 15px; }

.icons_15 { height: 15px; width: 15px; opacity: 0.5; margin-right: 8px; vertical-align: middle;}

.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;
}

.all_option {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCC;
	
	margin-top: 5px;
	padding-top: 5px;
	border-top: dotted 1px #CCC;
}

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

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                      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 {
	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;
	cursor:pointer;
	
    -webkit-appearance:none;
    -moz-appearance:none;
	-o-appearance:none;
    appearance:none;
    
}

/* 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, #list_departements { 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);
}
  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: 100px;
	padding: 10px 0 0 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: 10px; left: 7%;
	width: 200px;
	margin-bottom: 20px;	
	
	transform: skew(0deg, 0deg);
	-moz-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
 }

/* Menu */

 #menu_button {
	display: none;
	position: absolute;
	right: 0; top: 0;
	height: 80px;
	width: 80px;
	border-left: solid 2px #ccc;
	float: right;
	background-image: url('/images/menu.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.1); 
 }
 

 #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: 16px;
	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 {
	 position: static;
	display: block;
	height: auto;
	font-family: giorgio;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	margin: 0;
	padding: 6px 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: -120px;
	height: 120px;
	width: 200px;
	border-radius: 0 6px 6px 6px;	
	z-index: 1003;
}

#menu #menu_activite {
	bottom: -65px;
	height: 90px;
	width: 220px;
	padding-right: 0;;
	border-radius: 0 6px 6px 6px;	
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15), inset  0 -70px 70px -70px rgba(0,0,0,0.4);
	z-index: 1003;
}

#menu #menu_activite li {margin-right: 15px;}
#par_secteur > a:first-child, #par_metier > a:first-child{ display: inline-block; width: 100%; padding-right: 5px; } 

.menu_arrow{
	float: right;
	height: 14px;
	opacity: 0.9;
	vertical-align: middle;
	margin-top: 3px;
}

/* Sous-sous menus */

.sous_sous_menu_activite {
	display: none;
	position: absolute;
	left: 200px;
	top: 0px;
	width: 260px;
	padding: 15px;
	background-color: #444;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15), inset  0 140px 140px -140px rgba(255,255,255,0.4);
	border-left: solid 3px rgba(0,0,0,0.2);
	border-radius: 0 4px 4px 4px;
	z-index: 1004;

}

#sous_menu_secteur {
	
}

#sous_menu_metier {
	
}


#par_secteur:hover #sous_menu_secteur 	{ display: block;}
#par_metier:hover #sous_menu_metier		{ display: block;}

/* Search */

 #search_button {
	position: absolute;
	text-align: center;
	right: 0px; 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: 70px; 
	
	width: 0px;
	height: 52px;
	
	border: solid 10px #f6f6f6;
	border-radius: 3px 0 3px 3px;
	
	background-color: #FFF;
	visibility: hidden;
	
 }
 
 #search_field:hover {
	-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; 
 }

/* 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;
 }

.other_lang {cursor:pointer;}

 #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: 8px;	
	padding-left: 1%;
	padding-top: 5px;
 }

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

 #site_location .separation_mark{
	cursor: default;
 }

/* ESPACE CLIENT */

#espace_client {
	width: 100%;
}

#espace_client h5 {
	color: #FFF;
	cursor: pointer;
	margin-right: 50%;
	text-align: center;
	width: 100%;
}

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


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

#footer_table {
	width: 110%;
	position: relative;
	left: -5%
}

#footer_table > li {
	display: inline-block;
	width: 32%;
	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 {
	position: relative;
	text-align: justify;
	padding-right: 20px;
	border-left: none;
}

#footer_table .first_li a {
	color: #FFF; 
	display: inline-block; 
	margin: 0px 0 0 0px;
	vertical-align: middle;
	font-size: 11px; 
	line-height: 12px;
}

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

#footer_table h3 {
	color: white;
}

/* Site map */

.site_map {width: 24%; display: inline-block; vertical-align: top; margin: -8px -4px 0 0;}
.site_map li  {	display: block; padding: 0 5px; border-right: solid 0px #fff; 	font-size: 9px; line-height: 11px; text-align: justify;  }
.site_map li a {color: #FFF; }
.site_map li a:hover {color: #31A7D2;}
 
/* Social Networks */

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

#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;}


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

#login_register {
	opacity: 0;
	display: none;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	text-align: center;
	
	background-color: rgba(0,0,0,0.6);
	z-index: 1000000;

	transition: all 0.5s;
}

#login_register #login_box {
	position: relative; 
	margin: 20vh auto;
	padding: 20px 50px;
	background-color: #FFF;
	width: 400px;
	z-index: 10000;
	border-radius: 3px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
	overflow: hidden;
	
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}


#login_register #login_form {
	position: relative;
	top: 0;
	
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}


#login_register h3 {
	color: #333;	
	font-family: giorgio-thin;
	letter-spacing: 0.2em;
	font-size: 32px;
	margin-bottom: 30px;
}

#login_register input[type=text],
#login_register input[type=password] {
	border: none;
	background-color: transparent;
	border-radius: 0px;
	border-bottom: 3px solid #333;
	height: 50px;
	width: 100%;
	font-size: 28px;
	color: #666;
	font-family: avenir;
	font-weight:100;
	text-align: left;
	padding: 0 0 5px 0;
	margin-bottom: 15px;
}

#login_register  input[type=submit],
#login_register  .button {
	border: none;
	background-color: #D31;
	border-radius: 0px;
	height: 50px;
	width: 100%;
	font-size: 16px;
	line-height: 50px;
	color: #FFF;
	font-family: avenir;
	font-weight:100;
	text-align: center;
	padding: 0 0 5px 0;
	margin: 20px 0 0;
	cursor: pointer;
}

#login_register input[type=submit]:hover {background-color: #e75436;}
#login_register .button:hover {background-color: #444;}

#login_register .button {
	background-color: #333;
	margin-top: 10px;
}

#login_register span {
	display: inline-block;
	color: #31A7D2;
	margin-top: 10px;
	cursor: pointer;
}

#login_register #login_box img { cursor: pointer; }

/* register */

#login_register #register_form {
	display: none;	
	
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}

#login_register #register_form input[type=text],
#login_register #register_form input[type=password] { font-size: 16px; }
#register_form .button#registerButton { background-color:#D31D31; }
#register_form .close { top: 10px; right: 10px; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                            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-out 1s; 
	-moz-transition: left ease-out 1s; 
	-ms-transition: left ease-out 1s; 
	-o-transition: left ease-out 1s; 
    transition: left ease-out 1s; 
}

.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-out 1s; 
	-moz-transition: opacity ease-out 1s; 
	-ms-transition: opacity ease-out 1s; 
	-o-transition: opacity ease-out 1s; 
    transition: opacity ease-out 1s; 
}

.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;
}

/* Définition des flèches */

.sp-arrow {
    position: absolute;
    top: 65%;
    width: 60px;
	height: 60px;
    margin-top: -90px;
	border-radius: 15px;
    display: none;
    opacity: 1;
    cursor: pointer;
    z-index: 1001;
    background: url(../images/arrow_black.png) no-repeat;
	background-color: #fff;
	
	-webkit-transition: opacity linear 0.5s;
	-moz-transition: opacity linear 0.5s;
	-ms-transition: opacity linear 0.5s;
	-o-transition: opacity linear 0.5s;
    transition: opacity linear 0.5s;
}


.sp-selector-1:checked ~ .sp-arrow.sp-a2,
.sp-selector-2:checked ~ .sp-arrow.sp-a3,
.sp-selector-3:checked ~ .sp-arrow.sp-a4,
.sp-selector-4:checked ~ .sp-arrow.sp-a5 {
	background:  url(../images/arrow_black.png) no-repeat;
	background-color: #fff;
	z-index: 1000;
	width: 60px;
    right: -30px;
    display: block;
    background-position: center;
}
.sp-selector-2:checked ~ .sp-arrow.sp-a1,
.sp-selector-3:checked ~ .sp-arrow.sp-a2,
.sp-selector-4:checked ~ .sp-arrow.sp-a3,
.sp-selector-5:checked ~ .sp-arrow.sp-a4 {
    left: -30px;
    display: block;
    background-position: center;
	
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}





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



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



/* 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);
}


#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: 140px; width: 190px;  margin: 10px; border-radius: 0 4px 0 0; }
#news_table #medium_box h2 		{ color: #D31D31;; margin: 0px; }
#news_table #medium_box span 	{ display: inline-block; color: #31A7D2; margin-bottom: 10px;}
#news_table #medium_box p 		{ color: rgba(0,0,0,0.6); font-size: 22px; font-family: giorgio-thin;}

.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%;
	box-shadow: inset 130px 0 130px 0 rgba(255,255,255, 0.1);
	padding: 15px 30px;
	display: inline-block;
	
	-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; 
}

#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; }
#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;}



/*//////////////////// 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;
	
	-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; 
}

#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.4); text-align: center; margin: 0; font-family: "Avenir Light", arial;}
#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%;	
	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_box2 h1 { margin: 5px 0 8px 0; letter-spacing: 0.1em;}
.activity_bloc #small_box2 p { color: rgba(0,0,0,0.7); font-family: giorgio-thin; font-size: 16px;letter-spacing: 0.1em;}

.activity_bloc #small_box1 h1 { margin: 5px 0 8px 0; letter-spacing: 0.1em;}
.activity_bloc #small_box1 p { color: rgba(0,0,0,0.7); font-family: giorgio-thin; font-size: 16px;letter-spacing: 0.1em;}

/* ===> 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;}



/* ===> 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;
}

/* Apercu des 8 secteurs d'activités */

#activity3 {
	position: relative;
	
}

#activity3 ul li .white_overlay {
	position: absolute; 
	top: 0; bottom: 0; left:0; right:0; 
	background-image: url('/images/bg_sidebar.png') repeat;
	background-color: rgba(255,255,255,0.6);
	
	-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; 
}

#activity3 ul li a h3 {
	position: absolute; 
	height: 30px;
	width: 80%;
	top: 60px; bottom: 0; left: 10%; right:0; 
	background-color: rgba(0,0,0,0.4);
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	display: none;
	
	-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; 
}

#activity3 ul li a:hover h3 {
	display: block;
}

#activity3 ul li:hover .white_overlay{ background-color: rgba(255,255,255,0);}

#activity3 h2 {
	height: 50px; width: 90%;
	text-align: center;
	position: absolute; top: 125px; left: 5%;
	background-color: rgba(255,255,255,0.9);
	line-height: 50px;
	border-radius: 5px;
	z-index: 10000;
	
}

#activity3  ul {
	width: 100%;
	height: 150px;
}

#activity3 ul li {
	position: relative;
	display: inline-block;
	width: 25%;
	height: 150px;
	margin-right: -4px;
	background-size: cover; 
	background-position: center;
}


#activ_1 		{ background-image: url(../images/agriculture_thumbnail_bw.png); }
#activ_1:hover  { background-image: url(../images/agriculture_thumbnail.png); }
#activ_2 		{ background-image: url(../images/oil_thumbnail.png); }
#activ_3 		{ background-image: url(../images/energiesrenouvelables_thumbnail_bw.png); }
#activ_3:hover  { background-image: url(../images/energiesrenouvelables_thumbnail.png); }
#activ_4 		{ background-image: url(../images/energiesthermiques_thumbnail.png);}
#activ_5 		{ background-image: url(../images/collectivite_thumbnail_bw.png);}
#activ_5:hover  { background-image: url(../images/collectivite_thumbnail.png);}
#activ_6 		{ background-image: url(../images/btp_thumbnail_bw.png);}
#activ_6:hover  { background-image: url(../images/btp_thumbnail.png);}
#activ_7 		{ background-image: url(../images/industrie_thumbnail.png);}
#activ_8 		{ background-image: url(../images/extraction_thumbnail_bw.png); }
#activ_8:hover  { background-image: url(../images/extraction_thumbnail.png); }