/* CH?? - MAIN
/* ---------------------------------------------------------------------------------- */
.page_home .visuel {
	display:block;
	overflow:hidden;
	position:relative;
	min-height:150px;
	background-color:#00376a;
	background-size:100% auto;
	}

.page_home #row-1 .visuel {background:#00376a url("/IMG/blur-img-1.jpg") no-repeat center top;}
	
.page_home .visuel-small {
	display:block;
	overflow:hidden;
	position:relative;
	min-height:90px;
	background-color:#00376a;
	background-size:100% auto;
	}

.page_home #row-1 .visuel-small {background:#00376a url("/IMG/blur-img-2.jpg") no-repeat center top;}

.page_home .visuel img,
.page_home .visuel-small img {
	height:100%;
	width:100%;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
	-ms-transform: scale(1);
    -o-transform: scale(1);
	transform : scale(1);
	}
	
.page_home a:hover.visuel img {
	-webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
	-ms-transform: scale(1.075);
    -o-transform: scale(1.075);
	transform : scale(1.075);
	opacity: 0.75 !important;
	}
	
#row-1 h2,
#row-2 h2 {
	position:absolute;
	bottom:-14px;
	left:0;
	right:0;
	margin:0 auto;
    font: 400 5.313em/1em "Roboto Condensed",Helvetica,Arial,sans-serif;
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
	}
	
#row-1 h2 span,
#row-2 h2 span {
	position:relative;
	display:inline-block;
	margin:40px auto 0;
	padding:0 40px;
    font: 700 0.235em/1.5em "Roboto Condensed",Helvetica,Arial,sans-serif;
	}

#row-1 h2 span:after,
#row-1 h2 span:before,
#row-2 h2 span:after,
#row-2 h2 span:before {
	position:absolute;
	content:"";
	left:0;
	top:50%;
	width:25px;
	height:1px;
    background:#FFF;
	}

#row-1 h2 span:before,
#row-2 h2 span:before {
	left:inherit;
	right:0;
	}
	
#row-1 h3,
#row-2 h3 {
	z-index:10;
	font:100 3.125em/1.1em "Roboto",Helvetica,Arial,sans-serif;
	text-align:center;
	text-transform:lowercase;
	color:#FFF;
	}

#row-1 h3::after,
#row-2 h3::after {
	position:absolute;
	content:"";
	left:0;
	right:0;
	bottom:-10px;
	width:0px;
	height:3px;
	margin:0 auto;
	background:#00376a;
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
	}

#row-1 a:hover.visuel-small  h3::after,
#row-2 a:hover.visuel-small  h3::after {width:60px;}
	
.page_home .text {
	position:relative;
	height:140px;
	background:#FFF;
	}

.page_home .text.blue {
	height:100px;
	background:#00376a;
	}
	
.page_home .text p {
	width:70%;
	font:300 0.875em/1.5em "Roboto",Helvetica,Arial,sans-serif;
	text-align:center;
	color:#555555;
	}

.page_home .text.blue p {color:#FFF;}

.page_home .text p strong {
	display:block;
	margin-bottom:2px;
    font: 700 1em/1.5em "Roboto Condensed",Helvetica,Arial,sans-serif;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	}

.page_home .text.blue p strong {color:#FFF;}
		
.page_home .text a {
	font-style:italic;
	text-decoration:underline;
	color:#000;
	}

.page_home .text.blue a {color:#FFF;}

#actus {
	/*background:#d5d5d5 url("/IMG/bg-actus.jpg") no-repeat center center;*/
	background:#d5d5d5 url("/IMG/bg-vague.jpg") no-repeat center center;
	background-size:cover;
	}

#actus h2  {
	position:relative;
	display:block;
	margin:50px auto;
	width:200px;
    font: 400 1.250em/1.5em "Roboto Condensed",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:2px;
	color:#FFF;
	}

#actus h2:after,
#actus h2:before {
	position:absolute;
	content:"";
	left:0;
	top:50%;
	width:25px;
	height:1px;
    background:#FFF;
	}

#actus h2:before {
	left:inherit;
	right:0;
	}

.block-actus {
	position:absolute;
	width:45%;
	left:5%;
	top:5%;
	padding:35px 30px;
	background:#FFF;
	text-align:left;
	}

.block-actus.second {
	top:inherit;
	left:inherit;
	bottom:5%;
	right:5%;
	}

.page_home .block-actus h3 {
	font:700 1.5em/1.15em "Roboto Condensed",Helvetica,Arial,sans-serif;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#000;
	}

.page_home .block-actus .readmore {
	margin-bottom:0;
	font:300 italic 0.750em/1.75em "Roboto",Helvetica,Arial,sans-serif;
	text-align:left;
	text-decoration:underline;
	color:#000;
	}

#actus .button {
	display:block;
	width:210px;
	height:55px;
	margin:60px auto;
	border:1px solid #FFF;
	font:400 1em/51px "Roboto Condensed",Helvetica,Arial,sans-serif;
	text-align:center;
	color:#FFF;
	}


/* -----------------------------------------
	VIDEO
----------------------------------------- */
.row-video {
	width:100%;
	height: 500px;
	position: relative;
	background: #777 url("/IMG/bg_video-accueil.jpg") no-repeat scroll center center;
	background-size:cover;
	}

.row-video img {
	display:block;
	margin:0 auto;
	padding-bottom:15px;
	}
	
#video-container {
	position: absolute;
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	overflow: hidden;
	}
	
.lt-ie9 #video-container {display:none;}

video {
	position:absolute;
	margin-top:-15%;
	z-index:0;
	}

video.fillWidth,
video.vjs-tech {
	top:0%;
	width: 100%;
	}

.vjs-text-track-display,
.vjs-big-play-button,
.vjs-control-bar {display:none;}

.row-video .widget-video{
	height:100%;
	text-align:center;
	}


/* Widget VIDEOS */
.widget-video {
	display:block;
	position:relative;
	}

.widget-video > img {
	z-index:0;
	position:relative;
	}

.widget-video .adapt-img-wrapper,
.widget-video img.adapt-img {width:100%;}
	
.widget-video .titre {
	display:block;
	width:100%;
	margin:0 auto;
	z-index:50;
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	font:400 1.5em/1.25em "Roboto Condensed",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
    color: #FFF;	
	}	
	
	

/* CH?? - MEDIA QUERIE
/* ---------------------------------------------------------------------------------- */
	@media only screen and (min-width: 1920px) and (orientation: landscape) {

		}
		
/* XXX-large landscape > BREAKPOINT 1680PX */
	@media only screen and (max-width: 1919px) and (min-width: 1680px) and (orientation: landscape) {

		}
	
	
/* X-large landscape > BREAKPOINT 1440PX */
	@media only screen and (max-width: 1679px) and (min-width: 1440px) and (orientation: landscape) {
			.page_home .text {height:130px;}
			.page_home .text p {width:85%;}

			#header h1,
			#row-1 h2,
			#row-2 h2 { font-size:4.750em;}
			
			video {margin-top:-12%;}
		}
	
		
/* Widescreen landscape > BREAKPOINT 1280PX */
	@media only screen and (max-width: 1439px) and (min-width: 1280px) and (orientation: landscape) {
			.page_home .text {height:130px;}
			.page_home .text p {width:85%;}
			
			#header h1 { font-size:3.875em;}
			#row-1 h2,
			#row-2 h2 {
				bottom:-11px;
				font-size:4.375em;
				}
				
			video {margin-top:-10%;}
		}
		
/* Widescreen landscape > BREAKPOINT 1025PX */
	@media only screen and (max-width: 1279px) and (min-width: 1024px) and (orientation: landscape) {
			.page_home .text {height:145px;}
			.page_home .text p {
				width:90%;
				font-size:0.813em;
				}
			
			#header .title {
				background-size: 111px 136px;
				margin-left:4%;
				padding-left: 130px;
				width: 440px;
				}
			#header h1 {font-size:3.25em;}
			.partager {margin-bottom: 20px;}
			#header .signature {
				font-size: 1.250em;
                                margin-left:4%;
				/*width: 380px;*/
				}
				
			#row-1 h2,
			#row-2 h2 {
				bottom: -11px;
				font-size:4em;
				}
			#row-1 h3,
			#row-2 h3 {font-size:2.250em;}

			.block-actus {padding: 20px 15px;}
			.page_home .block-actus h3 {font-size:1.250em;}
			
			video {margin-top:-5%;}

	}
	
	
/* ========== PASSAGE FORMAT MEDIUM ========== */	
/* Ipad Portrait  > BREAKPOINT 768PX + 800PX */
	@media only screen and (max-width: 1023px) and (min-width: 640px) {
			#header .title {
				background-size: 111px 136px;
				margin-left:4%;
				padding-left: 130px;
				width: 440px;
				}
			#header h1 {font-size:3.25em;}
			.partager {margin-bottom: 20px;}
			#header .signature {
				font-size: 1.250em;
				margin-left:4%;
				/*width: 380px;*/
				}
				
			#row-1 h2,
			#row-2 h2 {
				bottom: -9px;
				font-size:3.250em;
				}
			#row-1 h3,
			#row-2 h3 {
				font-size:2em;
				font-weight:300;
				}

			#row-1 h3,
			#row-2 h3 {padding:0 15px;}
			.page_home .text {height:130px;}
			.page_home .text p {
				width:90%;
				font-size:0.750em;
				}
			.page_home .text.blue {height:105px;}
			
			.block-actus {padding: 20px 15px;}
			.page_home .block-actus h3 {
				font-size:1em;
				letter-spacing:normal;
				}
				
			#video-container {display:none;}
			.row-video {height:380px;}

		}

	
/* ========== PASSAGE FORMAT SMALL ========== */	
/* All Mobile Sizes (devices and browser) > BREAKPOINT 568PX 480PX 320PX */
	@media only screen and (max-width: 639px) {
			#header .large-12 {
				height:560px;
				/*background-image: url("/IMG/bg-etoiles-small.jpg");*/
				background-image: url("/IMG/bg-vague-2.jpg");
				}		
			#header .title {
				margin: 0 auto;
				padding-left: 0;
				padding-top:225px;
				padding-bottom:45px;
				margin-top:50px;
				width: calc(100% - 30px);
				background-size:180px auto;
				background-position:center top;
				}
			#header h1 {
				font-size:2.750em;
				font-weight:300;
				letter-spacing: 1.5px;
				text-align: center;
				}
			#header h1 strong {
				padding-left:0;
				margin-top:25px;
				font-size:0.3em;
				letter-spacing:2px;
				}
			#header h1 span {letter-spacing: normal;}
			#header .signature {
				bottom:25px;
				font-size: 1.125em;
				margin-left: 0;
                                text-align:center !important;
				/*width: 310px;*/
				}				
/*			#header .signature::after,
			#header .signature::before {width: 25px;}*/
			#header .arrow {bottom: 5px;}
			.partager {
				bottom: 0;
				left: 0;
				margin: 0 auto 7px;
				/*position: absolute;*/
				right: 0;
				width: 150px;
				}
			.a2a_button_facebook,
			.a2a_button_twitter,
			.a2a_button_google_plus { margin: 0 10px;}
			
			.page_home .visuel {min-height: 260px;}
			.page_home .text,
			.page_home .text.blue {
				height:auto;
				padding:25px 0;
				}
			.page_home .text.blue {padding-top:10px;}
			.page_home .text p {width:90%;}
			.page_home .text a {
				position:relative;
				display:block;
				padding: 10px;
				margin:0 auto;
				font-size: 1.25em;
				font-style: normal;
				text-decoration: none;
				}
			.page_home .text a::after {
				position:absolute;
				content:"";
				bottom:6px;
				height:1px;
				width:85px;
				left:0;
				right:0;
				margin:0 auto;
				background:#ccc;
				}
				
			#row-1 h2,
			#row-2 h2 {
				bottom: -8px;
				font-size:3em;
				}
				
			#row-1 h3,
			#row-2 h3 {
				font-size:2.250em;
				padding:20px 10px 0;
				}
			#row-1 h3::after,
			#row-2 h3::after {
				bottom:0;
				width:60px;
				}
			
			.block-actus {padding: 15px 10px;}
			.page_home .block-actus h3 {
				letter-spacing:normal;
				font-size:1.125em;
				}
				
			#video-container {display:none;}
			.row-video {height:300px;}

				
		}
		


/* CH?? - MEDIA QUERIE 
/* ---------------------------------------------------------------------------------- */

	/** 
	 * 800 x 600 with portrait orientation.
	 */
	@media all and (device-width: 800px) and (device-height: 600px) and (orientation:landscape){

		}
	
	/** 
	 * iPad with landscape orientation.
	 */
	@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
		
		}

