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


/* Définition des balises de titre */

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

 h2 { 
	font-family: 'Roboto', Cabin,  helvetica;
	font-weight: 300;
	font-size: 1.5em;
	letter-spacing: -0.05em;
	color: #fff;
	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: 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;}
  
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                            CLASSES                                                 ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.w960 { 
	position: relative;
	max-width: 1100px; 
	margin: 0 auto;
}

.last_li { 
	border-right: none;
	margin-right: 0;
}

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

textarea, input[type=text]  {
	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;
}
 
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                              MENU                                                  ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


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

header {
	padding: 10px 0;
	height: 150px;
	background: #fff;
}

#main_logo {
	
	display:inline-block;
	padding: 10px 0;
	height: 70px;	
}

#menu {
	line-height:  50px;
}

#menu li, 
#menu a {
	font-family: 'Roboto', "Shift Type Basic", helvetica;  
	padding: 10px;
	display: inline-block;
	color: rgba(0,0,0,0.7);	
	cursor: pointer;
}

#menu a {padding: 0;}

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

#search_form {
	position: absolute;
	bottom: 30px;
	right: 0;
}

#search_field {
	width: 250px;
	height: 30px;
}

header #social_logos  {
	position: absolute;
	top: 10px; right: 10px;
}
 
header #social_logos img {
	width: 40px;
	height: 40px;
	margin: 0 0 0 10px;
	cursor: pointer;
}

header #social_logos img:hover{
	scale: 1.1;
}




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

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

#footer_table {
	width: 100%;
}

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

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

#footer_table h3 {
	color: white;
}

/* Site map */

#site_map ul {
	padding: 10px;
}

#site_map li {
	font-size: 12px;
}
 
/* Social Networks */

footer #social_logos  {
	padding: 10px;
	border-bottom: double 3px #ccc;
}
 
#social_logos li {
	display: inline-block;
	min-width: 20%;
	max-width: 24%;
	text-align: right;
}

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

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

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

.full_width { width: 100%; padding: 10px 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;   }

#main_photo{
	background: url(../images/slider1.jpeg) no-repeat;
	background-size: cover;
	background-position: center;
	/*border-top: solid 1px rgba(0,0,0,0.6);
	border-bottom: solid 1px rgba(0,0,0,0.6);*/
	box-shadow: inset 0px 0px 12px 0px rgba(0,0,0 0.5);
	position: relative;
	width: 100%;	
	height: 400px;
	overflow: hidden;
	text-align: center;
	
	-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.2);
	padding: 25px 20px;
	border-radius: 10px;
}


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

article h1 {
	font-size: 2.5em;
	margin: 20px 0 -8px;	
	color: rgba(0,0,0,0.6);
	text-align: left;
}

article #news_table h1, 
article #career_bloc h1 {
	text-align: center;
}

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: 300px; 
	margin: 10px 0 10px 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

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

#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: 140px;
	background-color: rgba(222,222,222,0.3); 
	text-align: right;	
}

#news_table #medium_box img { float: right; height: 140px; width: 180px;  margin-left: 10px; }
#news_table #medium_box h2 { color: rgba(0,0,0,0.6); 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: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;}

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

/* Définition des calques */

.sp-slideshow {
    position: relative;
    width: 100%;
    height: 300px;
	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;
    top: 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;
    text-align: center;
    opacity: 0.4; 
	
	-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%;
}

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 {
	width: 100%; 
	height: 300px; 
	margin: 10px 0 10px 0;
	background-color: rgba(0,0,0,0.01); 
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
}

#career_bloc img {
	width: 100%;
}

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


#career_bloc #left_column {
	display: inline-block;
	float: left;
	width: 50%;
	height: 100%;
	vertical-align: top;
}

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

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

#career_bloc #small_box1 { float: left; padding: 10px; text-align: center; cursor: pointer;}
#career_bloc #small_box1:hover { background-color: #f4f4f4;}
#career_bloc #small_box2 { float: right;}

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

#career_bloc #medium_box{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 140px;
	background-color: rgba(0,0,0,0.02); 	
}

#career_bloc #medium_box img { float: left; height: 140px; width: 100px; border-radius:  8px 0 0 0; margin-right: 10px; }
#career_bloc #medium_box h2 { color: rgba(0,0,0,0.7); margin: 10px 10px 0px 10px; }
#career_bloc #medium_box span { display: inline-block; color: rgba(0,0,0,0.5); }
#career_bloc #medium_box p { color: rgba(0,0,0,0.6); margin: 15px 10px; }

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

#career_bloc #big_box{
	display: inline-block;
	position: relative;
	width: 49%;
	height: 100%;
	padding: 15px;	
	text-align: right;
	overflow: hidden;
}

#career_bloc #big_box h1 { color: #D31D31; margin: 0; text-align: right;}
#career_bloc #big_box p { color: rgba(0,0,0,0.6); margin: 10px; text-align: justify; }
#career_bloc #big_box .read_more { width: 180px; right: 10px; left: auto; background-color: #ccc;}
#career_bloc #big_box .read_more:hover { width: 180px; right: 10px; left: auto; background-color: #ebebeb;}

/* ===> 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 */
#career_bloc li:hover .news_title, #career_bloc #big_box:hover .news_title {height: 150px; color: #eef1ba; background-color: rgba(211,29,49,0.85);	}
#career_bloc li:hover > #photo_news1, #career_bloce li:hover > #photo_news2, #career_bloc li:hover > #photo_news3, #career_bloc #big_box:hover > #photo_news1 { opacity: 0.7;}

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


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

#references_bloc {
	width: 100%; 
	margin: 10px 0 100px 0;
	background-color: #fff; 
	/*box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);*/
	border-radius: 8px;
	overflow: hidden;
}

#ref_line1,
#ref_line2 {
	width: 100%;	
	margin: 10px 0; 
	text-align:center;
	border-radius: 8px;
}

#ref_line1 li,
#ref_line2 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_line1 li:hover,
#ref_line2 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;}
