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


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                           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: 'american_captainregular';
    src: url('fonts/american_captain-webfont.eot');
    src: url('fonts/american_captain-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/american_captain-webfont.woff') format('woff'),
         url('fonts/american_captain-webfont.ttf') format('truetype'),
         url('fonts/american_captain-webfont.svg#american_captainregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Définition des balises de titre */

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

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

 h3 { 
	font-family: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: 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: 75%;
	max-width: 1200px;
	margin: 0 auto ;
	padding: 0 50px;
	overflow: hidden;
	/*background: url(../images/bg_sidebar.jpg) repeat;*/
	
	-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;
}

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

#menu {
	line-height:  50px;
}

#menu li, 
#menu a {
	font-family: "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;
}
 
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                            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_photo{
	background: url(../images/slider1.jpeg) fixed;
	background-size: cover;
	background-position:bottom;
	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: 20px;
	border-radius: 10px;
}


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

article h1 {
	margin: 10px 0 -8px;	
	color: rgba(0,0,0,0.6);
}

article .w960 > h3 {
	color: rgba(0,0,0,0.6);
	padding-bottom: 4px;
	border-bottom: dotted 3px rgba(0,0,0,0.2);
}

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

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

/* ===> modifie la hauteur de l'espace titre et l'opacité de l'image */
#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;}

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


/* 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: rgba(222,222,222,0.6); 	
	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: rgba(222,222,222,0.6); 	
	border-radius: 8px;
}


#news_table2 #big_box{
	display: inline-block;
	position: relative;
	float: right;
	width: 49%;
	height: 100%;
	background-color: rgba(222,222,222,0.6); 	
	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;
}


