/************** IMPORT CSS RESET  *****************/
@import url("reset.css");

@import url(http://fonts.googleapis.com/css?family=Dosis:400,500,600);

@import url(http://fonts.googleapis.com/css?family=Scada);

/********************************* GENERAL SETING *********************************/

body{
	color: #060606;
	line-height:22px;
	font-size:13px;
	font-family: 'MuseoSans', sans-serif;
	background:#FFFFFF;
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6{
	color: #fff;
	line-height: 1.3em;
}

h1{
	font-size: 28px;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
	font-weight: 900;
}
h2{
	font-size: 26px;
	margin-bottom:10px;
	font-style:italic;
	color:#060606;
	font-family: Georgia, sans-serif;
}
h3{
	font-size: 22px;
	margin-bottom:6px;
	padding-top: 16px;
	font-family: 'OpenSansBold', sans-serif;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
}
h4{
	font-size: 19px;
	margin-bottom:20px;
	font-style:italic;
	color:#060606;
	font-family: Georgia, sans-serif;
}
h5{
	font-size: 12px;
	margin-bottom:5px;
}
h6{
	font-size: 10px;
	margin-bottom:3px;
}

p{margin-bottom: 10px; font-family: 'MuseoSans', sans-serif;}

a{text-decoration:none; color:#000;}

ul{list-style:none;}
ul li{margin-bottom:5px;}

input,
textarea{border:0;}

.alignleft{float: left;}
.alignright{float: right;}
.aligncenter{text-align:center;}

.last{
	margin-right: 0 !important;
	margin-bottom: 0 !important; 
}

.clearfix:after{
	content:  ".";
	display:  block;
	height:  0;
	clear:  both; 
	visibility:  hidden;
}
.clearfix{display:  inline-block;}
.clearfix{display:  block;} 
.clear{clear:both;}

.bold {
	font-weight:bold;
}

/***************************************************************************************/


@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-condbold-webfont.eot');
    src: url('../fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-condbold-webfont.woff') format('woff'),
         url('../fonts/opensans-condbold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-condbold-webfont.svg#svgOpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/opensans-condlight-webfont.eot');
    src: url('../fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-condlight-webfont.woff') format('woff'),
         url('../fonts/opensans-condlight-webfont.ttf') format('truetype'),
         url('../fonts/opensans-condlight-webfont.svg#svgOpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/museosans-webfont.eot');
    src: url('../fonts/museosans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans-webfont.woff') format('woff'),
         url('../fonts/museosans-webfont.ttf') format('truetype'),
         url('../fonts/museosans-webfont.svg#svgMuseoSans') format('svg');
    font-weight: normal;
    font-style: normal;
}


/********************************* BEGIN: header *********************************/
#top {
	height:80px;
	width:100%;
	position: relative;
	z-index:99999;
	background:#fff;
	box-shadow: 0px 0px 6px 0px #999;
	}

#logo {
	width:40px;
	height:32px;
	border:none;
	margin:0 6px 0 6px;
}
	

#logo a {
	display:block;
	width:40px;
	height:32px;
	margin:0 6px 0 6px;
	text-indent:-5000px;
	position: absolute;
	left: 234px;
	top: 28px;
	z-index:99999;
	background:url(../images/logo_marine.png) no-repeat;
}

#menu {
	width:532px;
	margin:0 auto;
	text-transform:uppercase;
	font-family:'OpenSansBold', Arial;
	position:relative;
}
	
#menu ul{
	width:960px;
	padding-top:28px;
	}
	
#menu ul li {
	padding:1px 0 0 0;
	margin:0 22px 0 0;
	float:left;
	list-style-image:url(../images/grey_bullet.png);
	}

#menu ul li:first-child {
	list-style-image:none;
}

#menu ul li:nth-child(4) {
	margin-left:6px;
}
	
#menu ul li a {
	font-size:14px;
	line-height:24px;
	padding:0 5px;
	display:block;
	float:left;
	color:#333;
	cursor:pointer;
	-khtml-opacity:0.45;
  -moz-opacity : 0.45;
  -ms-filter: "alpha(opacity=45)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=45);
  filter : alpha(opacity=45);
  opacity : 0.45;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	}
	
#menu ul li a:hover, #menu ul li a.current {
	-khtml-opacity:1;
  -moz-opacity : 1;
  -ms-filter: "alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter : alpha(opacity=100);
  opacity : 1;
	}


/********************************* END: header *********************************/

/****************************** BEGIN: structure *********************************/

#loading_layer {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:999999;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  padding-top: 21%;
}

#wrapper {
	width:100%;
	height:100%;
}

.content {
	padding: 120px 90px 0;
}

@media (max-height: 850px) {
	.content {
	height: 650px;
	padding-right: 60px;
	}
}

@media (max-height: 800px) {
	.content {
	height: 600px;
	}
}

@media (max-height: 700px) {
	.content {
	height: 500px;
	}
}

@media (max-height: 600px) {
	.content {
	height: 400px;
	}
}

@media (max-height: 500px) {
	.content {
	height: 300px;
	}
}

/***************************** END: structure ****************************/


/***************************** BEGIN: home ****************************/

#video_intro {
	position: relative;
	z-index: 1;
}

#accueil {
	background:#EFEFEF;
	background: url(../images/bg_home.png) no-repeat center top; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: -100px;
	min-height: 1000px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: teal;
}

/***************************** END: home ****************************/


/***************************** START: musique ****************************/

#bg_musique {
	background:#fffbf0;
	width: 100%;
	height: 100%;
}

#musique {
	background: url(../images/bg_marine_music.jpg) no-repeat center top; 
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
	height:100%;
	margin-top: 60px;
}

#musique_left {
	width: 50%;
	min-height: 991px;
	float: left;
}

#musique_right {
	width: 50%;
	float: left;
}


/***************************** END: musique ****************************/


/***************************** START: voix off ****************************/

#voix-off {
	background: url(../images/bg_marine_voix-off.jpg) no-repeat center top; 
	background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
	height:100%;
	margin-top: 60px;
}

#voix-off_left {
	width: 50%;
	float: left;
}

#voix-off_right {
	width: 50%;
	float: left;
}

/***************************** END: voix off ****************************/


/***************************** START: vidéos ****************************/

#videos {
	background: #fff;
	overflow: hidden;
}

#videos img {
	height: 100%;
}

.video{
	position: absolute;
  	background-clip: border-box;
	background-color: transparent;
	background-origin: padding-box;
	background-repeat: no-repeat;
	background-size: cover;
	width: 25%;
	height:100%;
	cursor:pointer;
	z-index:2;
	overflow: hidden;
}

.video_title {
	position: absolute;
	left: 0;
	bottom: 20%;
	z-index: 100;
}

.video_number {
	font-family: Georgia, Arial, sans-serif;
	font-size: 25px;
	font-style: italic;
	background: #fff;
	color: #333;
	padding: 6px 12px;
}

.video_text {
	font-family: 'OpenSansBold', Arial, sans-serif;
	font-size: 40px;
	background: #fff;
	padding: 7px 18px;
	margin-top: 6px;
	line-height: 60px;
	color: #333;
}

#video_1{
	top:0;
	left:0;
}

#video_1_full{
    background-image:url(../images/bg_video_1.jpg);
	position:absolute;
	top:0;
	left:0;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
	height:100%;
	z-index:500;
}

.video_description {
	background:url(../images/bg_description.png) no-repeat;
	width:502px;
	height:1439px;
	position:absolute;
	top:80px;
	left:-350px;
	z-index:10;
}

.video_description_text {
	font-size:14px;
	padding:20px 40px 0;
	width: 270px;
}

.play_button {
	display:block;
	background:url(../images/play_button.png) no-repeat;
	width:218px;
	height:229px;
	position:relative;
	margin:20% auto;
	z-index:10;
	cursor:pointer;
}

.video_number_full {
	font-family: Georgia, Arial, sans-serif;
	font-size: 24px;
	color: #fff;
	font-style: italic;
	position:relative;
	margin:-23% auto;
	z-index:10;
	text-align: center;
}

.video_text_full {
	font-family: "OpenSansBold", Arial, sans-serif;
	font-size: 40px;
	color: #fff;
	position:relative;
	margin:24% auto;
	z-index:10;
	text-align: center;
}

#video_2{
	top:0;
	left:25%;
}

#video_2_full{
    background-image:url(../images/bg_video_2.jpg);
	position:absolute;
	top:0;
	left:0;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
	height:100%;
	z-index:500;
}

#video_3{
	top:0;
	left:50%;
}

#video_3_full{
    background-image:url(../images/bg_video_3.jpg);
	position:absolute;
	top:0;
	left:0;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
	height:100%;
	z-index:500;
}

#video_4{
	top:0;
	left:75%;
}

#video_4_full{
    background-image:url(../images/bg_video_4.jpg);
	position:absolute;
	top:0;
	left:0;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
	height:100%;
	z-index:500;
}

#video_1_close, #video_2_close, #video_3_close, #video_4_close {
	color: #fff;
	border: 1px solid #fff;
	padding: 12px 15px;
	cursor:pointer;
	position:absolute;
	top:105px;
	right:30px;
	font-family: "OpenSansBold";
	font-size: 26px;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

#video_1_close:hover, #video_2_close:hover, #video_3_close:hover, #video_4_close:hover {
	background: #fff;
	color: #222;
}


.resize {
    bottom: 12%;
    max-width: 100%;
    position: absolute;
    z-index: 3;
}

/***************************** END: vidéos ****************************/


/***************************** START: gallerie ****************************/

#gallerie {
	width: 100%;
	height: 100%;
	margin-top: 80px;
}

/***************************** END: gallerie ****************************/



/***************************** START: biographie ****************************/

#biographie {
	color: #fff;
	background: #000 url(../images/bg_biographie.jpg) no-repeat center top; 
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

#biographie h6 {
	font-family: Georgia, Arial, sans-serif;
	font-style: italic;
	font-size: 36px;
	margin-bottom: 10px;
	color: #fff;
}

#biographie_left {
	width: 50%;
	height: 991px;
	float: left;
}

#biographie_right {
	width: 50%;
	float: left;
}

#biographie_right {
	width: 50%;
	float: left;
}

#signature {
	float: right;
	margin: 50px 20px 0 0;
}

/***************************** END: biographie ****************************/




/***************************** START: contact ****************************/

#contact {
	background: url(../images/bg_contact.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

#contact_bg {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	z-index: 1;
}

#border {
	position: absolute;
	width: 50%;
	height: 100%;
	border-right: 3px solid #fff;
	z-index: 2;
}

#contact_content {
	background: url(../images/bg_contact_content.png) no-repeat;
	width: 294px;
	height: 294px;
	margin: 0 auto;
	color:#333;
	text-align: center;
	font-family: Georgia, Arial;
	font-style: italic;
	font-size: 16px;
	position: relative;
	top: 32%;
	z-index: 3;
}

#contact_content h2 {
	font-size: 34px;
	color: #333;
	text-align: center;
	width: 100px;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

#contact_content h3 {
	font-size: 44px;
	color: #333;
	text-align: center;
	margin: 0 0 4px 0;
	padding: 0;
	font-style: normal;
	line-height: 40px;
}

#just {
	width: 192px;
	margin: 0 auto;
	padding-top: 58px;
}

.line {
	float:left;
	border-bottom:1px solid #333;
	width: 45px;
	margin-top: 24px;
}

#reseaux_sociaux {
	margin: -12px auto 0;
	width: 97px;
	padding-top: 10px;
}

#reseaux_sociaux a {
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
}

#facebook {
	background: url(../images/icon_facebook.png) no-repeat;
	width: 14px;
	height: 14px;
}

#soundcloud {
	background: url(../images/icon_soundcloud.png) no-repeat;
	width: 14px;
	height: 14px;
}

#twitter {
	background: url(../images/icon_twitter.png) no-repeat;
	width: 14px;
	height: 14px;
}

#youtube {
	background: url(../images/icon_youtube.png) no-repeat;
	width: 14px;
	height: 14px;
}

#tooltip {
	font-family: 'OpenSansBold', Arial;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	color: #fff;
}

#tooltip_facebook {
	background: url(../images/tooltip_facebook.png) no-repeat;
	width: 234px;
	height: 54px;
	position: absolute;
	bottom: -10px;
	left: 30px;
	padding-top: 10px;
}

#tooltip_soundcloud {
	background: url(../images/tooltip_soundcloud.png) no-repeat;
	width: 234px;
	height: 54px;
	position: absolute;
	bottom: -10px;
	left: 30px;
	padding-top: 10px;
}

#tooltip_twitter {
	background: url(../images/tooltip_twitter.png) no-repeat;
	width: 234px;
	height: 54px;
	position: absolute;
	bottom: -10px;
	left: 30px;
	padding-top: 10px;
}

#tooltip_youtube {
	background: url(../images/tooltip_youtube.png) no-repeat;
	width: 234px;
	height: 54px;
	position: absolute;
	bottom: -10px;
	left: 30px;
	padding-top: 10px;
}

#followme {
	background: url(../images/followme.png) no-repeat;
	width: 99px;
	height: 31px;
	margin: 34px 0 0 92px;
}

/***************************** END: contact ****************************/

#logo_youv {
	display: block;
	position: fixed;
	background: url(../images/logo_youval.png) no-repeat;
	width: 50px;
	height: 49px;
	bottom: 30px;
	right: 30px;
	z-index: 999999;
	-khtml-opacity:0.5;
  -moz-opacity : 0.5;
  -ms-filter: "alpha(opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter : alpha(opacity=50);
  opacity : 0.5;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

#logo_youv:hover {
	-khtml-opacity:1;
  -moz-opacity : 1;
  -ms-filter: "alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter : alpha(opacity=100);
  opacity : 1;
}


#css_winner {
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 30px;
}