/*RESET*/
.page-home .header{
	height: auto !important;
}


/*DEVELOPPEMENT*/
[id="homeSlider"]{
	position: relative;
	overflow: hidden;
	height: 92vh;
	background: #063668;
	background: radial-gradient(ellipse at center, #063668 0, #11284e 100%);
}
[id="homeSlider"] .btn-to-bottom{
	z-index: 2;
}
[id="homeSlider"] .cover{
	height: 100%;
	margin: 0;
}
/*FallBack*/
[id="homeSlider"] .btnBlock a span{
	display: none;
}
/*--*/
[id="homeSlider"] .btnBlock a:after{
	content:"";
	position: absolute;
	display: block;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/*Bloc Info*/
[id="homeSlider"] .info-slide{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
	color:#FFFFFF
}
[id="homeSlider"] .info-slide .titre{
	max-width: 26ch;
	font-size: 40px;
	font-family: Eurostile Demi;
}
[id="homeSlider"] .info-slide .titre + p{
	margin-top: 1rem;
}
[id="homeSlider"] .info-slide p{
	max-width: 26ch;
	font-size: 35px;
	line-height: 1.3;
}

/*MEDIAQUERIES*/
@media(max-width:1240px) {
	[id="homeSlider"]{
		height: auto;
	}
}
