@font-face{
	font-family: 'nexa_thinregular';
	src: url('fonts/fontfabric_-_nexathin-webfont.eot');
	src: url('fonts/fontfabric_-_nexathin-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/fontfabric_-_nexathin-webfont.woff2') format('woff2'),
		url('fonts/fontfabric_-_nexathin-webfont.woff') format('woff'),
		url('fonts/fontfabric_-_nexathin-webfont.ttf') format('truetype'),
		url('fonts/fontfabric_-_nexathin-webfont.svg#nexa_thinregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.bloc{
	padding: 0;
}
.bloc h2{
	padding: 90px 0 1em 0;
	font-family: 'nexa_thinregular';
}
.bloc p{
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 1em 0 0 0;
}
.col1 .body,
.col2 .body{
	padding-bottom: 90px;
}
.col2 .img video{
	width: 100%;
	margin-top: 0;
	background: white;
}
.col2 .img .pause,
.col2 .img .replay{
	z-index: 2;
	display: none;
	cursor: pointer;
	position: absolute;
	background: transparent url(../images/picto-pause.png) no-repeat center center;
}
.col2 .img .pause.play{
	background-image: url(../images/picto-play.png);
}
.col2 .img .replay{
	z-index: 3;
	background-image: url(../images/picto-replay.png);
}

#smenu{
	left: 0;
	top: 51px;
	width: 100%;
	z-index: 10;
	height: 35px;
	position: fixed;
}
#back{
	top: 51px;
	left: 9.09%;
	width: 35px;
	z-index: 11;
	height: 35px;
	position: fixed;
	overflow: hidden;
	color: transparent;
	margin-left: -35px;
	background: #eaeaea url(../images/picto-retour.png) no-repeat center center;
	background-size: 50%;
}
#smenu ul{
	list-style-type: none;
	margin: 0 9.09% 0 9.09%;
}
#smenu li{
	float: left;
	width: 33.333333%;
	position: relative;
}
#smenu li.sel{
	padding-bottom: 10px;
}
#smenu a{
	width: 100%;
	color: white;
	display: table;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-transition: all .25s;
	transition: all .25s;
}
#smenu a.closed{
	height: 35px !important;
	background-position: left 35px;
}
#smenu li.sel a{
	font-family: 'nexa_blackregular';
}
#smenu a span{
	line-height: 1em;
	display: table-cell;
	vertical-align: top;
	padding: 20px 10px 0 10px;
	-webkit-transition: all .25s;
	transition: all .25s;
}
#smenu a.closed span{
	padding-top: 0;
	vertical-align: middle;
}

@media screen and (max-width: 825px) {
	#smenu ul{
		margin: 0;
	}
	#smenu a.closed{
		height: 60px !important;
		background-position: left 60px;
	}
	#smenu a span{
		font-size: 0.8em;
		line-height: 1.1em;
	}
	.bloc{
		padding: 0;
	}
	.bloc h2{
		font-size: 1.5em;
		padding: 44px 0 1em 0;
	}
	.bloc p{
		font-size: 0.8em;
		line-height: 1em;
		padding: 1em 0 0 0;
	}

	.col2 .body,
	.col2 .img{
		width: 90.91%;
		display: block;
		margin-left: 4.54%;
	}
	.col2right .body,
	.col2right .img{
		margin-left: 0;
		margin-right: 4.54%;
	}
	.col2 .body{
		text-align: center;
		padding-bottom: 35px;
	}
	.col1 .body{
		text-align: center;
		margin-left: 4.54%;
		margin-right: 4.54%;
	}
}

@media screen and (max-width: 825px) and (orientation:landscape) {
	.col2 .body,
	.col2 .img{
		display: block;
		width: 45.455%;
		margin-left: 4.54%;
	}
	.col2right .body,
	.col2right .img{
		margin-left: 0;
		margin-right: 4.54%;
	}
}
