@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: #fff; background: url(images/index_main_background_3.jpg) fixed; background-size: cover;}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                           POLICES                                                  ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

 h1 { 
	font-family: helvetica;
	font-weight: 300;
	font-size: 1em;
	letter-spacing: -0.05em;
	color: #10596a;
	margin: 0px;
 }

 h2 { 
	font-family: helvetica;
	font-weight: 300;
	font-size: 1.5em;
	letter-spacing: -0.05em;
	color: #fff;
	margin: 0px;
 }

 h3 { 
	font-family: 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: 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: 65%;
	max-width: 1100px;
	margin: 0 auto ;
	overflow: hidden;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
 }

 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 { 
	width : 65%; 
	max-width: 1100px; 
	margin: 0 auto;
}

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

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

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


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

header {
	padding: 10px 0;
	height: 150px;
}

header img {
	
	display:inline-block;
	padding: 10px 0;
	height: 70px;	
}

#menu {
	line-height:  50px;
}

#menu li {
	padding: 10px;
	display: inline-block;
	color: rgba(0,0,0,0.7);	
	cursor: pointer;
	
	-webkit-transition: background-color linear 0.3s;
	-moz-transition: background-color linear 1s;
	-ms-transition: background-color linear 1s;
	-o-transition: background-color linear 1s;
    transition: background-color linear 0.2s;
	
	-webkit-transition: color linear 0.3s;
	-moz-transition: color linear 1s;
	-ms-transition: color linear 1s;
	-o-transition: color linear 1s;
    transition: color linear 0.1s;
}

#menu li:hover {
	background-color: #D31D31;
	color: #fff;	
}
 
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                            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 */

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

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

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

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

#main_slider{
	width: 100%;	
	height: 400px;
	overflow: hidden;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}


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

@media screen and (max-width: 1100px)  { #blog_main_slider {display: none;} }

/* Définition des calques */

.sp-slideshow {
    position: relative;
    width: 100%;
    height: 400px;
	margin: 0px 0px 0px 0px;
	border-radius: 5px 5px 0 0;
	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;
    bottom: 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 des flèches */

.sp-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 183px;
    margin-top: -90px;
    display: none;
    opacity: 0.15;
    cursor: pointer;
    z-index: 1001;
    background: transparent url(images/arrows.png) no-repeat;
	
	-webkit-transition: opacity linear 0.5s;
	-moz-transition: opacity linear 0.5s;
	-ms-transition: opacity linear 0.5s;
	-o-transition: opacity linear 0.5s;
    transition: opacity linear 0.5s;
}
.sp-arrow:hover{
    opacity: 0.5;
}
.sp-arrow:active{
    margin-right: -20px;
}

.sp-selector-1:checked ~ .sp-arrow.sp-a2,
.sp-selector-2:checked ~ .sp-arrow.sp-a3,
.sp-selector-3:checked ~ .sp-arrow.sp-a4,
.sp-selector-4:checked ~ .sp-arrow.sp-a5 {
	background: transparent url(images/arrows_right.png) no-repeat;
	z-index: 1000;
	width: 100%;
    right: 30px;
    display: block;
    background-position: top right;
}
.sp-selector-2:checked ~ .sp-arrow.sp-a1,
.sp-selector-3:checked ~ .sp-arrow.sp-a2,
.sp-selector-4:checked ~ .sp-arrow.sp-a3,
.sp-selector-5:checked ~ .sp-arrow.sp-a4 {
    left: 30px;
    display: block;
    background-position: top left;
}

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


.black_overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 65px;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	font-size: 16px;	
	text-align: left;
	padding: 10px;
	z-index: 1000;
}

.black_overlay li { position: relative;}

.black_overlay h3 {
	display: block;
	color: #fff;
	font-size: 26px;
}

.black_overlay span {
	float: left;
	color: #fff;
	font-size: 14px;
}

.black_overlay .w960 {
	position : relative;
}

.read_more {
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
	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; 
}


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

/* About us */

#about_us {
	position: relative;
	margin: 10px 0;
	color: #fff; 
	border-radius: 8px; 
	background-color: #d31d31; 
	overflow: hidden;
}

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

#about_us h2 {
	color: #fff;
	margin: 10px 0;
}

#about_us p {
	color: #fff;
	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%;
	margin: 10px 0 0;
	text-align: center;
	overflow: hidden;
}

#news_table1 li {
	display: inline-block;
	position: relative;
	width: 32.5%;
	height: 200px;
	border-radius: 8px;
	overflow: hidden;
	opacity: 1;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.8s ease-out;
}

#news_table1 .first_li { margin-left: none; float: left;}
#news_table1 .last_li { margin-right: none; float: right;}

#news_table1 li img{
	width: 100%;
	border-radius: 4px;
}

.news1_title {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	height: 52px;
	padding: 5px 10px;
	background-color: rgba(211,29,49,0.6);	
	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_table1 li:hover .news1_title {height: 150px; color: #eef1ba; background-color: rgba(211,29,49,0.85);	}
#news_table1 li:hover > #photo_news1, #news_table1 li:hover > #photo_news2, #news_table1 li:hover > #photo_news3 { opacity: 0.7;}

.news1_title h3 {font-size: 18px; font-weight: 400;}
.news1_title p {font-size: 12px;}



/* News table 2 */

#news_table2 {
	width: 100%; 
	height: 300px; 
	margin: 10px 0 10px 0;
	overflow: hidden;
}

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

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

#news_table2 .small_box{
	display: inline-block;
	width: 49%;
	height: 100%;
	background-color: #d31d31; 	
	border-radius: 4px;

}

#news_table2 #small_box1 { float: left;}
#news_table2 #small_box2 { float: right; color: #fff; text-align: center; padding: 15px 10px 10px 10px;}
#news_table2 #small_box2 p { font-size: 34px; color: #fff; margin: 5px;}

#news_table2 #medium_box{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 130px;
	margin-bottom: 10px;
	background-color: #d31d31; 	
	border-radius: 8px;
}


#news_table2 #big_box{
	display: inline-block;
	position: relative;
	float: right;
	width: 49%;
	height: 100%;
	background-color: #d31d31; 	
	border-radius: 8px;
}

#news_table2 #big_box img{
	float: left;
	height: 135px;
	width: 110px;
	border-radius: 4px 0 0 4px;
}

#news_table2 #big_box_title {
	position: absolute;
	bottom: 0; 
	height: 45px;
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	text-align: left;
	padding: 10px;
}

#news_table2 #big_box_title .read_more {
	bottom: 10px; top: auto; right: 10px;
}

/* VIDEO */

#small_box1 { 
	width: 100%; 
	margin: 0;
	position:relative;
    height:0;
    overflow:hidden;
}

#small_box1 iframe { width: 100%; }
#small_box1 iframe,
#small_box1 object,
#small_box1 embed {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}


