@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Lobster");

/* Main assets */

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
			transition: all 0.5s;
}

body, html {
	height:100%;
	background: #fff;
	font: 14px Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 0;
  	padding: 0;
	overflow: hidden;
    }

#wrap {
	width:100%;
	height:100%;
	background: url(../img/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
  	padding: 0;
    }


.BrightcoveExperience {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
	
h1{
	margin: -5px 0 -15px 0;
    }


/* Header */

header {
	position: absolute;
	z-index: 100;
	left: 10%;
	padding: 10px 20px;
	width:80%;
}

#logo {
	display: block;
	float: left;
	clear:both;
	-ms-filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.2));
	-webkit-filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.2));
    filter:         drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.2)); 
}

.skip-left {
	position: absolute;
	height:100%;
	width:10%;
	left:0;
	background-color: rgba(0, 0, 0, 0.4);
	border-color: transparent;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.8);
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.8);
}

.prev, .prev:focus {
	color: #fff;
	top:50%;
	position: absolute;
	margin-top: -80px;
	left: 20%;
	font-family: 'FontAwesome';
	text-decoration: none;
}
.prev:before {
	content: "\f104";
}

.prev:hover {
	color: #000;
	text-decoration:none;
/*	-webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
    -moz-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1)); 
	-o-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1)); 
	filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1)); */
}

.skip-right {
	position: absolute;
	height: 100%;
	width: 10%;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	border-color: transparent;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	clear: both;
}

.next, .next:focus {
	color: #fff;
	top:50%;
	position: absolute;
	margin-top: -80px;
	right: 20%;
	font-family: 'FontAwesome';
	text-decoration: none;
}
.next:before {
	content: "\f105";
}

.next:hover {
	color: #000;
	text-decoration:none;
}

.pop-close, .pop-close:focus {
	color: #fff;
	float: right;
	font-family: 'FontAwesome';
	text-decoration:none;
}

.pop-close:before {
	content: "\f05c";
}

.pop-close:hover {
	color: #000;
	text-decoration:none;
}



/* Contenu */

.container {
	position: absolute;
    top: 12%;
	left: 10%;
	z-index: 0;
	padding: 20px;
	width: 80%;
	text-align: center;
	}

.content-img {
	display: block;
	margin: auto;
	max-height: max-content;
	}

.content-label {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-shadow: 2px 2px 1px #000;
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 9999;
	}

#footer {
	margin: 0 auto;
	padding: 8px;
	width: 80%;
    position: absolute;
    bottom: 0;
	left: 10%;
    z-index: 100;
	}

.bout.fb {
	background: #275491;
	height: 50px;
	margin: 10px 10px;
	float: right;
	width: 50px;
	padding: 8px 10px 12px 10px;
	font-size: 18px;
	text-align: center;
	}

.bout.fb:hover,
.bout.fb:focus,
.bout.fb:active {
	background: #3774c7;
	}
	
.bout.twitter {
	background: #509acd;
	height: 50px;
	margin: 10px 10px;
	float: right;
	width: 50px;
	padding: 8px 10px 12px 10px;
	font-size: 18px;
	text-align: center;
	}

.bout.twitter:hover,
.bout.twitter:focus,
.bout.twitter:active {
	background: #62bbf9;
	}	

/* Responsive assets */


@media (min-width: 0px) {
	header {
		height:50px;
		}
	#logo {
		width: 70px;
	}
	.pop-close:before {
		font-size: 30px;
	}
	.prev:before {
		font-size: 32px;
	}
	.next:before {
		font-size: 32px;
	}
	.container {
		top: 6%;
		}
	.content-label {
		font-size:10px;
		padding: 20px 10px;
	}
	.content-img {
		max-width: 200px;
	}
	h1{
		font: 18px 'Lobster', cursive;	
    }
}

@media (min-width: 309px) {
	header {
		height:50px;
		}
	#logo {
		width: 70px;
	}
	.pop-close:before {
	font-size: 30px;
	}
	.prev:before {
		font-size: 24px;
	}
	.next:before {
		font-size: 24px;
	}
	.container {
		top: 8%;
		}
	.content-img {
		max-width: 240px;
	}
	.content-label {
		font-size:11px;
		padding: 20px 20px;
	}
	h1{
		font: 18px 'Lobster', cursive;	
    }
	
}

@media (min-width: 359px) {
	header {
		height:50px;
		}
	#logo {
		width: 70px;
	}
	.pop-close:before {
	font-size: 30px;
	}
	.prev:before {
		font-size: 48px;
	}
	.next:before {
		font-size: 48px;
	}
	.container {
		top: 8%;
		}
	.content-img {
		max-width: 240px;
	}
	.content-label {
		font-size:11px;
		padding: 20px 20px;
	}
	h1{
		font: 18px 'Lobster', cursive;	
    }
	
}

@media (min-width: 480px) {
	header {
		height:70px;
		}
	#logo {
		width: 100px;
	}
	.pop-close:before {
	font-size: 38px;
	}
	.prev:before {
		font-size: 64px;
	}
	.next:before {
		font-size: 64px;
	}
	.container {
		top: 10%;
		}
	.content-img {
		max-width: 340px;
	}
	.content-label {
		font-size:12px;
		padding: 20px 25px;
		width: 340px;
	}
	h1{
		font: 20px 'Lobster', cursive;	
    }
	
}

@media only screen and (max-width: 510px) {
	
}

@media (min-width: 768px) {
	header {
		height:90px;
		}
	#logo {
		width: 125px;
	}
	.pop-close:before {
	font-size: 46px;
	}
	.prev:before {
		font-size: 96px;
	}
	.next:before {
		font-size: 96px;
	}
	.container {
		top: 13%;
		}
	.content-img {
		max-width: 560px;
		max-height: 420px;
	}
	.content-label {
		font-size:12px;
		padding: 20px 25px;
		width: 560px;
	}
	h1{
		font: 24px 'Lobster', cursive;	
    }
	
}

@media (min-width: 992px) {
	header {
		height:105px;
	}
	#logo {
		width: 140px;
	}
	.pop-close:before {
		font-size: 46px;
	}
	.prev:before {
		font-size: 120px;
	}
	.next:before {
		font-size: 120px;
	}
	.container {
		top: 13%;
		}
	.content-img {
		max-width: 750px;
		max-height: 500px;
	}
	.content-label {
		font-size:14px;
		padding: 20px 25px;
		width: 750px;
	}
	h1{
		font: 30px 'Lobster', cursive;	
    }
	
}

@media (min-width: 1200px) {
	header {
		height:125px;
	}
	#logo {
		width: 160px;
	}
	.pop-close:before {
		font-size: 54px;
	}
	.prev:before {
		font-size: 160px;
	}
	.next:before {
		font-size: 160px;
	}
	.container {
		top: 13%;
		}
	.content-img {
		max-width: 900px;
		max-height: 650px;
	}
	.content-label {
		font-size:14px;
		padding: 20px 25px;
		width: 900px;
	}
	h1{
		font: 30px 'Lobster', cursive;	
    }
}

@media screen and (max-height: 640px){
	.container {
		top: 0;
		}
		.content-img {
		max-height: 500px;
	}
	.content-label {
		margin-top: -15%;
		}
}

@media (min-width: 992px) and (max-height: 768px){
	.container {
		top: 0;
		}
	.content-label {
		margin-top: -15%;
		}
}

/* Buttons */

.bout {
	display:block;
	padding: 10px;
	margin: 0px;
  	color: #fff;
	background-color: #008d49;
	border: none;
	font-size: 20px;
	letter-spacing: 0px;
	cursor:pointer;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	color: #fff;
}
.bout:hover,
.bout:focus,
.bout.focus,
.bout:active,
.bout.active,
.open > .dropdown-toggle.bout {
  	background-color: #00c061;
	text-decoration:none;
	  	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	color: #fff;
}
.bout:active,
.bout.active,
.open > .dropdown-toggle.bout {
  background-color: #00c061;
	box-shadow: none;
	
}

a {
    color: #fff;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #999;
	text-decoration: none;
}

.mark, mark {
    padding: 0px 5px 2px 4px;
    background-color: rgba(0, 0, 0, 0.5);
	font-weight:bold;
}

/* Classes */
.bottom {
	position: relative;
    bottom: -50px;
}
