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

@charset "UTF-8";

html { margin: 0; padding: 0; height: 100%;}
body { margin: 0; padding: 0 0 250px 0; min-height: 100%; position: relative; background-color: #fff; /*background: url(../images/bg_sidebar.jpg) repeat;*/}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                           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: #fff;
	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: helvetica;
	font-weight: 300;
	font-size: 0.75em;
	letter-spacing: -0.05em;
	color: #10596a;
	margin: 0px;
 }
		
 
 h5 { 
 	font-family: helvetica; 
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
 }
 		
 a { 
 	text-decoration: none; 
	border: none; 
	font-family: arial; 
	color: rgba(0,0,0,0.7);
}	

 img, img a { border: none; }
 
 p {
	color: #fff; 
	font-family: 'LibertySans', helvetica; 
	font-size: 14px; 
	font-weight: 500;
	margin: 0;
}
 
 * {
	font-family: 'Roboto', helvetica, Arial, sans-serif;  
 	margin: 0;
	padding: 0;
 	-webkit-box-sizing: border-box; -O-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  
 
 }

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

 article {
	position: relative;
	width: 100%;
	margin: 0 auto ;
	overflow: hidden;
	background: #fff;
	
	-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;
 }

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

.w960 { 
	position: relative;
	max-width: 1280px; 
	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;
		
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                      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;
	
  }
  
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                               AFFICHAGE PHOTO PLEIN FORMAT                                         ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

 #display_photo {
    position: fixed;
	margin-left: auto;
	top: 0; left: 0; right:0; bottom:0;
	opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    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;
	
	visibility: hidden;
	z-index: 1003;
	overflow: scroll;
 }

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

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

 .display_photo_bloc img {width: 100%; margin: 0;}
 #next {position: absolute; height: 100%; width: 30%; left: 0; background: url(images/fleche_photo_gauche.png) no-repeat center left;}
 #previous {position: absolute; height: 100%; width: 30%; right: 0; background: url(images/fleche_photo_droite.png) no-repeat center right;}

 .titre_photo {display: inline-block; color: #fb8600; width: 100%; background: #ced8e9; text-align: left; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; 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;}

  
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                              MENU                                                  ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


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

header {
	height: 155px;
	background: #fff;
	overflow: visible;
	padding: 10px 0;
	border-bottom: solid 5px rgba(0,0,0,0.6);
}

#index_header { background: #fff;  }

#main_logo {
	display:inline-block;
	padding: 8px 0;
	margin-bottom: 20px;
	height: 70px;	
}

/* MENU */

#menu {
	line-height:  30px;
}

#menu li, 
#menu a {
	font-family: 'Giorgio', 'Roboto', "Shift Type Basic", helvetica;  
	font-size: 14px;
	letter-spacing: -0.02em;
	padding: 10px;
	display: inline-block;
	color: rgba(0,0,0,0.5);	
	cursor: pointer;
}

#menu a {padding: 0;}

#menu li:hover{
	background-color: #D31D31;
	color: #fff;	
}

#menu li a:hover{
	color: #fff;	
}

/* SEARCH */

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

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

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

#search_form {
	vertical-align: top;
	margin-right: 70px;
	background: none;
}

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

/* SELECT LANG */
#lang_select {
	position: absolute;
	right: 0; top: 0;
	display: inline-block;
	background-color: #f6f6f6;
	border-radius: 4px;	
	padding: 2px 4px 1px 6px;
	margin-left: 10px;
	overflow: hidden;
	vertical-align: top;
	z-index: 1001;
}

#lang_select li { 
	margin: 4px 2px ;
}

.other_lang img {background-color: #FFF; opacity: 0.3; cursor: pointer;}

.lang_arrow {
	cursor: pointer;
}

#see_more_lang:checked ~ #lang_select{ height: 100px;}
#see_more_lang:checked ~ #lang_select li  #en_flag{ display: block;}
#see_more_lang:checked ~ #lang_select #de_flag{ display: block;}
#see_more_lang:checked ~ #lang_select #es_flag{ display: block;}
#see_more_lang:checked ~ #lang_select #ru_flag{ display: block;}


/* ESPACE CLIENT - LINK */

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

#link_my_account a{
	font-size: 12px;
	color: #31a7d2;
}

#link_my_account a:hover{ opacity: 0.6;}

/* SOCIAL NETWORKS */
header #social_logos  {
	position: absolute;
	bottom: 10px; right: 10%;
	z-index: 999;
}
 
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);	
	padding-left: 1%;
	margin-bottom: 20px;
}

#site_location li{
	font-size: 11px;
	color: rgba(0,0,0,0.6);;
	margin-right: 10px;
	padding: 2px 0;
	cursor: pointer;
}

#site_location .separation_mark{
	cursor: default;
}

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

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	background-color: #454545;	
}

#footer_table {
	width: 100%;
}

#footer_table > li {
	display: inline-block;
	width: 33%;
	height: 220px;	
	padding: 10px;
	vertical-align: top;
	border-right: double 3px #ccc;
	color: #fff;
}

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

#footer_table .first_li h2 {
	margin-bottom: 5px;
	color: #FB4500;
}

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

#footer_table h3 {
	color: white;
}

/* Site map */

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

footer #social_logos  {
	padding: 10px;
	border-bottom: double 3px #ccc;
}
 
#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;}

/* Boutique */

#boutique_footer_link{
	position: relative;
	overflow: hidden;

	background: url(../images/tshirt_bg.png) no-repeat;
	background-color: rgba(0,0,0,0.3);
	background-position: top right;
	background-size: cover;
}

#boutique_footer_link:hover{
	background: url(../images/tshirt_bg_bw.png) no-repeat;
	background-color: rgba(0,0,0,0.3);
	background-position: top right;
	background-size: cover;
}

#boutique_footer_link h2{ background-color: rgba(0,0,0,0.2); padding: 5px 10px;}
#boutique_footer_link h3{ background-color: rgba(0,0,0,0.2); padding: 2px 10px; margin: 5px 0; display: inline-block;  color: #FB4500; }

#boutique_footer_link .read_more{
	background-color: #fb8600;
	font-size: 14px;
	width: 140px;
}

#boutique_footer_link .read_more:hover{ background-color: orange; }

 
#tshirt_img{
	display: none;
	position: absolute;
	bottom: -30px;
	right: -15px;
	height: 120%;
	transform: rotate(20deg);	
}


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


.full_width { width: 100%; padding: 0 0 30px;}
#full_width1 { background-color: #fafafa; box-shadow: inset 0 -10px 10px 0px rgba(0,0,0,0.03); }
#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;}
#page_index #full_width3 {padding-top: 10px;}

#main_photo{
	background-size: cover;
	background-position: center;
	/*border-bottom: solid 5px #4C4C4C;*/
	position: relative;
	width: 100%;	
	height: 400px;
	overflow: hidden;
	text-align: center;
	z-index: 999;
	
	box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,05);
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0, 0.5);
	-moz-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0, 0.5);
	-o-box-shadow: inset 0px 0px 12px 0px rgba(0,0,0, 0.5);
	
	-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;
}



#main_photo h1 {
	margin: 150px 0 0;
	background-color: rgba(0,0,0,0.3);
	padding: 25px 20px;
	border-radius: 10px;
}


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

#page_index .last_actu_preview p:hover { background-color: rgba(255,255,255,0.8); }

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

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

#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: 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 */

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

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

.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 30px;
	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: 8px;
	overflow: hidden;	
	z-index: 999;
}

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

/* MINOR ACTU */

#minor_actu {
	float: right;
	display: inline-block;
	width: 28%;	height: 340px;
	margin: 0 0 15px 0;
	padding: 10px;
	border-radius: 8px;
	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);}


/* BARRE DE RECHERCHE */

#page_actualite 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_actualite form input[type=submit] {
	float: right;
	width: 20%;
	height: 38px;
	padding: 0 30px;
	background-color: #51ab51;
	color: #fff;
	border: none;
	font-size: 14px;
	cursor: pointer;
}

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

#page_actualite form #list_departements { width: 20%;  }
#page_actualite form #list_postes { width: 16.5%; }
#page_actualite 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_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 */

#square_actu {
	position: relative;
	width: 100%;	
	margin: 0 0 15px 0;
	text-align: center;
	/*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 { left: -20px; 	box-shadow: inset -20px 0 20px 0 rgba(255,255,255,0.4);}
#right_arrow { right: -20px; 	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%;
	padding: 10px;
	margin: 1%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	background-color: rgba(255,255,255,1);
	border-radius: 6px;
}

#square_actu .all_actu_preview {
	text-align: left;
	position: relative;
	display: inline-block;
	width: 50%;
	float: right;
}

#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: 3px;
}

#square_actu .avatar_container {
	height: 160px;
	width: 45%;
	border-radius: 3px;
	overflow: hidden;
}

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


/* ALL ACTU */

#all_actu {
	position: relative;
	width: 100%;	
	margin: 0 0 15px 0;
	border-radius: 8px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
	background-color: rgba(255,255,255,1);
	/*background-color: rgba(0,0,0,0.01);*/
}

#all_actu li{

	padding: 10px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}

.all_actu_preview{
	position: relative;
	display: inline-block;
	width: 80%;
}

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

#all_actu .all_actu_preview #article_tags li{
	font-size: 12px;
	background-color: rgba(0,0,0,0.3);
	border-bottom: none;
	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; 
}


#all_actu img{
	height: 100%;
	border-radius: 3px;
}

#all_actu .avatar_container {
	float: left;
	height: 120px;
	width: 180px;
	border-radius: 3px;
	overflow: hidden;
}

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

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

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

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

#page_carriere #full_width1 {
	padding-top: 0;
}


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

#page_contact #contact_table h3 { padding: 10px 0 0; border-top: dotted 1px rgba(0,0,0,0.1); border-bottom: none;}


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


#contact_table {
	margin: 20px 0 0 0;
	width: 100%;
	text-align: center;

}

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

#contact_table li:hover {
	background-color: rgba(0,0,0,0.08);
}

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

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

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


/* Adresse postale */

#address_bloc {
	position: relative;
}

#postal_address {
	position: absolute;
	width: 60%;
	top: 120px;
	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;
}

/* Formulaire */

#bloc_formulaire_contact {
	background-color: #D31D31;
	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: #fff;}
#contact_form h3 {color: #CCC; 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: #fff;
}

#page_contact textarea {
	width: 100%;
	height: 400px;
	margin: 10px 0;
	background-color: #fff;
}

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

#page_contact input[type=submit] {
	float: right;
	width: 10%;
	height: 40px;
	margin: 10px 0;
	background-color: #FFF;
}

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

#page_profil #full_width1 {position: relative; z-index: 999;}
#page_profil #full_width2 {position: relative; z-index: 1000;}
#page_profil #full_width3 {position: relative; z-index: 1001; height: 300px; padding: 20px 0;}

#scale { 
	position: relative; 
	overflow: hidden; 

	transform: scale(0.9); 
	-webkit-transform: scale(0.9); 
	-moz-transform: scale(0.9); 
	-o-transform: scale(0.9); 
	
	-webkit-transition: transform 2s ease-in-out;
	-moz-transition: transform 2s ease-in-out;
	-o-transition: transform 2s ease-in-out;
	transition: transform 2s ease-in-out;

}

#page_profil #site_location {
	margin-bottom: 0px;
}

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

#page_profil h1 {
	text-align: right;
}

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

#page_profil #full_width1 .w960 {
	position: relative;
	height: 250px;
}

#content1 {
	width: 60%;
	float: right;
	text-align: right;
}

#page_profil #full_width1 .w960 > img {
	position: absolute; 
	bottom: -200px; 
	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 1s ease-in-out;
	
}

/* SECONDE LIGNE : SCHEMA */

#page_profil #full_width2 .w960 {
	position: relative;
	overflow: hidden;
	height: 450px;
}

#page_profil #full_width2 .w960  #scale > img {
	display: none;
	position: relative;
	width: 120px;
	margin: 200px auto;
	padding: 20px;
	border-radius: 12px;
	
	-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;
	
}

#grey_buttons { position: absolute; top: 20px; left: 10%;}
#red_buttons { position: absolute; top: 20px; right: 10%;}

#full_width2 ul li {
	display: block;
	width: 200px;
	height: 70px;
	border-radius: 12px;	
	margin: 30px 0;
	opacity: 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;
}

#full_width2 ul li img, #full_width2 ul li h3 {
	display: inline-block;
	vertical-align: middle;
}

#full_width2 ul li img {margin-top: 5px; }
#full_width2 ul li h3 { line-height: 70px; color: #fff; margin: 0;}
 
#grey_buttons li {background-color: rgba(0,0,0,0.6); }
#red_buttons li {background-color: #D31D31;}