.slidesheep {
	height: 100%;
	z-index: 2;
	overflow: hidden;
}

.slidesheep > div {
	display: block;
	position: absolute;
	top: 0px;left: -100%;
	width: 100%;height: 100%;
}

.slidesheep > div:first-child {
	left: 0px;
	z-index: 2;
}

.slidesheep > div > .prez {
	display: inline-block;
	position: absolute;
	top: 0px;left: 0px;right: 0px;bottom: 0px;
	/* z-index: 5; */
}

/* THEME HEADER */

.diaporama > .slidesheep > div > .prez {
	overflow: hidden;
}

.diaporama > .slidesheep > div > .prez::before {
	content: '';
	position: absolute;
	top: 0px; left: 0px;
	right: 0px; bottom: 0px;
	background-color: #FFF;
	opacity: 0.6; /* transparence du fond */
	z-index: 3;
}

.diaporama > .slidesheep > div > .prez h2 {
	position: absolute;
	bottom: 20%; right: 0px;
	background-color: #7EC247;
	font-size: 50px;
	color: #FFF;
	padding: 20px;
	padding-right: 50px;
	z-index: 4;
}

.diaporama > .slidesheep > div > .prez h2::after {
	content: '';
	display: block;
	position: absolute;
	top: 0px;right: 100%;
	width: 20px;
	height: 100%;
	background: url('../images/arrowleft.g.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/* END THEME HEADER */

.slidesheep > div > img {
	display: none;
	width: 100%;height: 100%;
}

.slidesheep > span.navzone {
	display: block;
	position: absolute;
	bottom: 10px;left: 0px;right: 0px;
	text-align: center;
	z-index: 6;
}

.slidesheep > span.navzone > span {
	display: inline-block;
	width: 23px;height: 23px;
	background: none;
	border: 2px solid #7EC247;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-o-border-radius: 23px;
	border-radius: 23px;
	margin: 0px 5px;
	cursor: pointer;
}

.slidesheep > span.navzone > span.active {
	background-color: #7EC247;
}

/*
*	MEDIA QUERIES
*/

/* tablette */
@media screen and (max-width: 991px) {
}

/* smartphone */
@media screen and (max-width: 768px) {
	.diaporama > .slidesheep > div > .prez h2 {
		font-size: 20px;
	}
}