@charset "UTF-8";


body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
}
a {
	text-decoration: none;
}
strong {
	font-weight: 500;
}

img.map, map area{
    outline: none;
}

.content {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width:100%;
		max-width: 1400px;
	padding-left: 30px;
	padding-right: 30px;
		margin:auto;
	text-align: center;
}
.template #header {
	width: 100%;
	max-width: 1400px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 30px 30px 15px 30px;
	margin: auto;
	background-color: #fff;
}
.template #teaser-acc {
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
	display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	margin: auto;
	background: #000;
}

.image-teaser {
		width: 100%;
	max-width: 1500px;
	height: auto;
	margin: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
.logo {
	float: left;
	width:135px;
	height:auto;
	margin-bottom: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.container-menu {
	float:right;
	margin-top:57px;
}
.menu{
	float:right;
	margin:0;
	font: 18px/22px 'Oswald', sans-serif;
	font-weight: 300;  
	color:#000;
	letter-spacing:0.02em;
	padding:0px;
	list-style:none;
	display:block;
	text-transform:uppercase;

}
.menu ul{
	height:25px;
	list-style:none;
	margin:0;
	}
.menu li{
	float:left;
	}
.menu li a{
	color:#000;
	display:block;
	line-height:20px;
	margin:0px 0px 19px 0px;
	padding:4px 0px 4px 27px;
	text-align:left;
	text-decoration:none;
	}
.menu li a:hover {
	color:#000;
	text-decoration:none;
	}
.icon_medias_sociaux {
	width: 20px;
	height: auto;
	margin:0;
}
#icon_blanc {
	width: 27px;
	padding: 0px 9px 0px 9px;
}


.template #mainContent {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height:auto;
	text-align: center;
	margin:auto;
	padding-top: 20px;
	padding-bottom: 40px;
	clear: both;
}
.template #mainContent-gris {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height:auto;
	text-align: center;
	margin:auto;
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #e7e7e7;
	clear: both;
}
.template #mainContent-top-gris {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height:auto;
	text-align: center;
	margin:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e7e7e7;
	clear: both;
}
.template #mainContent-noir {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height:auto;
	text-align: center;
	margin:auto;
	padding-top: 20px;
	padding-bottom: 80px;
	background-color: #000;
	clear: both;
}
.template #mainContent-top-noir {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height:auto;
	text-align: center;
	margin:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
	clear: both;
}

h1 {
	font: 70px/80px 'Oswald', sans-serif;
	font-weight:200;
	text-align:center;
	color:#000;
	padding:30px 0px 35px 0px;
	margin:0px;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
h2 {
	font: 21px/27px 'Oswald', sans-serif;
	font-weight:500;
	text-align:center;
	color:#000;
	margin:30px 0px 5px 0px;
	text-transform:uppercase;
	letter-spacing: 3px;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.text-reg {
	font: 24px/33px 'Oswald', sans-serif;
	font-weight:200;
	text-align:center;
	color:#000;
	margin:auto;
	max-width: 960px;
	padding-bottom: 30px;
	padding-top: 16px;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.text-reg a {
	font-weight:500;
	color:#000;
	text-decoration: none;
}
#texte-blanc {
	color:#fff;
}
#texte-blanc a {
	color:#fff;
	text-decoration: none;
}
.button {
  	background-color:#fff;
 	color: #000;
  	padding: 15px 29px 20px 30px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
	font: 19px 'Oswald', sans-serif;
	font-weight: 500;  
	text-transform: uppercase;
	letter-spacing:3px;
	margin: auto;
  	margin-top: 10px;
	margin-bottom: 17px;
	border-radius: 33px;
	cursor: pointer;
	 border: #000 1px solid;
	-webkit-transition-duration: 0.2s;
  	transition-duration: 0.2s;
}
.button:hover {
 	background-color:#000;
	border: #000 1px solid;
	color: #fff;
}
#button-gris {
  	background-color:#e7e7e7;
	-webkit-transition-duration: 0.2s;
  	transition-duration: 0.2s;
}
#button-gris:hover {
  	background-color:#000;
	border: #000 1px solid;
	color: #fff;
}
#button-blanc {
	border: #fff 1px solid;
  	background-color:#000;
	-webkit-transition-duration: 0.2s;
  	transition-duration: 0.2s;
	color: #fff;
}
#button-blanc:hover {
  	background-color:#fff;
	border: #fff 1px solid;
	color: #000;
}
.img-100x {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 40px;

}
.img-100 {
	width: 100%;
	max-width: 1400px;
	height: auto;
	min-height: 700px;
	margin-top: 20px;
	margin-bottom: 20px;

}
.spacer-clear {
	clear: both;
	height: 20px;
}
.col-5 {
	float: left;
	width: 18%;
	text-align: center;
	padding-left: 1%;
	padding-right: 1%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.vignette {
	float: left;
	width: 32%;
	margin-left: 1%;
	margin-right: 1%;
	height:auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0 none;
}
#vignette-right {

	margin-right: 0%;
}

#vignette-left {

	margin-left: 0%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.2%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 1;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



@media screen and (max-width: 1100px) {
	
		.img-100 {
	min-height: 400px;
		margin-top: 10px;
	margin-bottom: 10px;

}
	
	.template #mainContent {
	padding-bottom: 20px;
}
	
		.template #mainContent-gris {
	padding-bottom: 20px;
}
			.template #mainContent-noir {
	padding-bottom: 50px;
}
	
.template #header {
		padding: 20px 20px 0px 20px;
}
	
	.logo {
	width:100px;
		margin-bottom: 15px;
}	
.container-menu {
	z-index: 99;
	display: none;
	float: none;
	clear: both;
	position: absolute;
	position:static;
	top:0;
	left:0;
	right:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}
	
.show-menu .menu-close {
	background-image:url(img/menu_close.svg);
}
.menu-close {
	background:url(img/menu_open.svg) 50% 50% no-repeat;
	background-size:contain;
	float:right;
	cursor: pointer;
	top: 0px;
	right: 20px;
	z-index: 97;
	width:30px;
	height:19px;
	margin-top:39px;
	}

body.show-menu .container-menu {
		display: block;
	}
.menu {
	display: block;
	margin: auto;
	width: 100%;
	padding: 20px 0px 20px 0px;
	list-style: none;
	background-color:#fff;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu li {
	float: none;
}
.menu li a {
	display: block;
	margin: auto;
	padding: 10px 15px 10px 10px;
	text-align: center;
	text-decoration: none;
}
h1 {
	font: 50px/60px 'Oswald', sans-serif;
	font-weight:200;
	padding:10px 0px 25px 0px;
}
h2 {
	font: 17px/24px 'Oswald', sans-serif;
	font-weight:500;
	letter-spacing: 1px;
	margin:20px 0px 5px 0px;
}
.text-reg {
	font: 20px/25px 'Oswald', sans-serif;
	font-weight:200;
	padding-bottom: 20px;
	padding-top: 0px;
}
	.button {
  	background-color:#fff;
 	color: #000;
  	padding: 11px 20px 15px 22px;
  	margin-top: 0px;
	font: 15px 'Oswald', sans-serif;
	font-weight: 500;  
	border-radius: 26px;
}
	.img-100x {
	margin-top: 10px;
	margin-bottom: 20px;

}
			.col-5 {
	float: none;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
				margin-bottom: 0px;
				margin-top: 10px
}



}



@media screen and (max-width: 767px) {
	
	.template #mainContent-top-gris {
	padding-top: 0px;
	padding-bottom: 0px;

}
	.template #mainContent-top-noir {
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
.content {
	padding-left: 20px;
	padding-right: 20px;
}
	h1 {
	font: 36px/44px 'Oswald', sans-serif;
	font-weight:200;
	padding:10px 0px 20px 0px;
}
h2 {
	font: 16px/23px 'Oswald', sans-serif;
	font-weight:500;
	letter-spacing: 1px;
	margin:15px 0px 5px 0px;
}
.text-reg {
	font: 18px/23px 'Oswald', sans-serif;
	font-weight:300;
}
		.button {
  	padding: 10px 18px 13px 20px;
	font: 14px 'Oswald', sans-serif;
	font-weight: 500;  
	border-radius: 24px;
}
	#icon_blanc {
	width: 18px;
	padding: 0px 7px 0px 7px;
}
	.spacer-clear {
	height: 10px;
}
	.vignette {
	float: none;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	height:auto;
		margin-bottom: 15px;
	
}

}




