
/***************************************
************** SLIDES ******************
***************************************/

#slides{
	height: 520px;
	margin: 100px 0 0 0;
}
#slides .inner{
	width: inherit;
	height: inherit;
	overflow: hidden;
	position: absolute;
}
.slide{
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	position: absolute;
}
#slide0{
	left: 0;
}
.slide img{
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.slide img.mob{
	display: none;
}
.slide .body{
	z-index: 2;
	width: 100%;
	bottom: 90px;
	position: absolute;
}
.slide p{
	line-height: 2em;
	margin: 0 9.09% 0 9.09%;
}
.slide p.button{
	padding-top: 1.5em;
}
.slide h2{
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
	padding: 1.5em 0 0 0;
	margin: 0 9.09% 0 9.09%;
}

/***************************************
*************** ENTRIES ****************
***************************************/

.entry{
	float: left;
	width: 33.33%;
	text-align: center;
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
}
.entry img{
	opacity: 0;
	width: 100%;
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
}
.entry:hover img{
	opacity: 1;
}
.entry p{
	width: 100%;
	color: white;
	font-size: 1.5em;
	padding-top: 1.5em;
	position: absolute;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/***************************************
************ BLOC 1 COLONNE ************
***************************************/

.col1 form{
	padding-top: 1em;
}
#nlform .err{
	color: red;
	height: 2em;
	line-height: 2em;
	font-weight: bold;
}
.col1 input[type="text"]{
	padding: 0;
	width: 188px;
	height: 29px;
	color: #5C5C5C;
	font-size: 0.9em;
	line-height: 26px;
	margin: 0 26px 0 0;
	text-align: center;
	border: 1px solid #5C5C5C;
	font-family: 'nexa_boldregular';
}
.col1 input[type="submit"]{
	border: 0;
	width: auto;
	height: 31px;
	color: white;
	font-size: 0.9em;
	line-height: 28px;
	text-align: center;
	background: #5C5C5C;
	padding: 0 10px 0 10px;
}

/***************************************
************ BLOC 3 COLONNES ***********
***************************************/

.col3{
	text-align: center;
}
.col3 ul{
	list-style-type: none;
	margin: 0 9.09% 0 9.09%;
}
.col3 li{
	float: left;
	width: 24.24%;
	position: relative;
	margin: 0 4.545% 0 4.545%;
}
.col3 li p{
	padding-top: 1em;
}
.col3 img{
	padding-bottom: 1em;
	width: 65.2631579%;
	border-radius: 50%;
}

/***************************************
*************** CONTACT ****************
***************************************/

.content .confirm{
	color: red;
	display: none;
}
#cform label{
	display: block;
	position: static;
	padding-top: 1em;
	line-height: 2em;
}
#cform input[type="text"]{
	padding: 0;
	width: 100%;
	height: 2em;
	display: block;
	position: static;
	max-width: 350px;
	line-height: 2em;
	background: white;
	text-align: center;
	border: 1px solid #5C5C5C;
}
#cform textarea{
	width: 100%;
	height: 150px;
	display: block;
	position: static;
	max-width: 350px;
	background: white;
	border: 1px solid #5C5C5C;
}
#cform input[type="submit"]{
	border: 0;
	margin: 0;
	height: 2em;
	color: white;
	cursor: pointer;
	line-height: 2em;
	background: #5C5C5C;
	padding: 0 15px 0 15px;
}
#cform .err{
	color: red;
	width: 100%;
	height: 2em;
	line-height: 2em;
	font-weight: bold;
}

/***************************************
************** RESPONSIVE **************
***************************************/

@media screen and (min-width: 1560px) {
	.col3 ul{
		width: 1280px;
		margin: 0 auto 0 auto;
	}
}

@media screen and (max-width: 825px) {
	#slides{
		margin: 0;
	}
	.slide img.desk{
		display: none;
	}
	.slide img.mob{
		display: block;
	}
	.slide .body{
		bottom: 30px;
	}
	.slide p{
		line-height: 1.4em;
	}
	.slide h2{
		line-height: 1em;
		padding: 1em 0 0 0;
	}
	.slide p.button{
		padding-top: 1em;
	}
	.entry{
		width: 100%;
	}
	.entry p{
		font-size: 2em;
		padding-top: 3em;
	}
	.col3 li{
		width: 81.81%;
		padding-bottom: 35px;
	}
	.col3 img{
		width: 44.44%;
	}
	.col1 input[type="text"]{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.col1 input[type="submit"]{
		display: block;
		margin: 15px auto 0 auto;
	}
}

/***************************************
****************** POP *****************
***************************************/

#popbg{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 1000;
	display: none;
	cursor: pointer;
	position: fixed;
	background: black;
}
#popbg .close{
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	position: absolute;
	background: transparent url(../images/picto-pop-close.png) no-repeat center center;
}
#pop{
	top: 20px;
	left: 40px;
	display: none;
	z-index: 1001;
	position: fixed;
	background: white;
}
#pop iframe{
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
