/* === SLIDER PLEINE PAGE ============================================================================= */

.slider-fullpage, .slide-fullpage, .slide-fullpage .filtre {
	width: 100%;
	height: 100%;
}

.slide-fullpage {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 1920px;
}

.slide-fullpage .image, .slide-fullpage video {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

.slide-fullpage.active {
	left: 0;
	z-index: 2;
}

.slide-fullpage .filtre {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.slide-fullpage .conteneur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	z-index: 800;
}

.slide-fullpage .conteneur .texte {
	text-align: center;
	max-width: 700px;
}

.slide-fullpage .conteneur .texte .titre, .slide-fullpage .conteneur .texte .soustitre {
	color: #fff;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
}

.slide-fullpage .conteneur .texte .titre {
	font-size: 60px;
	line-height: 60px;
	margin: 0;
}

.slide-fullpage .conteneur .texte .soustitre {
	font-size: 24px;
	line-height: 24px;
	margin: 0;
}

.slide-fullpage .conteneur .texte .description {
	color: #fff;
	margin: 24px auto;
	font-size: 18px;
	text-align: justify;
}

.slide-fullpage .conteneur .texte .description img {
	width: 100%;
	height: auto;
}

.slider-fullpage .pagination {
	position: absolute;
	top: 50%;
	right: 42px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5000;
}

.slider-fullpage .pagination ul {
	list-style: none;
}

.slider-fullpage .pagination li {
	color: #fff;
	font-size: 12px;
	margin-bottom: 12px;
	cursor: pointer;
	display: block;
}

@media screen and (max-width: 1199px) {

	.panel-grid, .panel-grid-cell {
		margin: 0 !important;
		padding: 0 !important;
	}

	.psv-container {
		width: 80% !important;
		margin: 48px auto !important;
	}

	.slider-fullpage { 
		background-color: #000000;
	}

	.slide-fullpage, .slide-fullpage.active {
		position: relative;
		z-index: 100;
		top: 0;
		left: 0;
	}

	.slider-fullpage .pagination {
		display: none;
	}

	.slide-fullpage .texte {
		padding: 24px 0;
	}

	.slide-fullpage .titre, .slide-fullpage .soustitre {
		padding: 0 24px;
	}

	.slide-fullpage .description {
		font-size: 16px !important;
		padding: 24px;
		text-align: justify;
	}

	.slide-fullpage .media {
		position: absolute;
		z-index: -50;
		top: 0;
		left: 0;
		margin-top: 0;
		width: 100%;
		height: 100%;
	}

	.slide-fullpage .media .filtre {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 50;
	}

	.slider-fullpage .media video, .slider-fullpage .media .image {
		position: initial;
		background-size: cover;
		height: 100%;
		z-index: 0;
	}
}