@charset "utf-8";
/* CSS Document */
.slidermain {
	clear:both;
	display:table;
	float:none;
	width:85%;
	max-width:2000px;
	min-width:50px;
	height:100%;
	margin:auto;
	margin-top:10%;
}
.sliderwrapper {
	max-width:99%;
	width:99%;
	height:auto;
	overflow: hidden;
}
.fiches_content {
	display:table-cell;
	width:calc(100% - 100px);
	height:auto;
}
.mask {
	height: 100%;	
}
.item {
	width:7.69%;
	height:auto;
	color:#000;
	float: left;
	background:#000;
}
.item img {
	width:100%;
	height:auto;
}
.clear {
	clear: both;
}
.left {
	display:table-cell;
	position:relative;
	text-align: center;
	width: 50px;
	height:auto;
}
.right {
	display:table-cell;
	position:relative;
	text-align: center;
	width: 50px;
	height:auto;

}
.fleche_back {
	position:absolute;
	top:40%;
	text-decoration:none;
	margin-left:-35px;
}

.fleche_next {
	position:absolute;
	top:40%;
	text-decoration:none;
	margin-left:-25px;
}
.left_link {
	width:50px;
	height:auto;
	min-height:100px;
	background:url(../images/prev_arrow_wh.png) center 50% no-repeat;	
	cursor:pointer;
}
.right_link {
	width:50px;
	height:auto;
	min-height:100px;
	background:url(../images/next_arrow_wh.png) center 50% no-repeat;
	cursor:pointer;
}
.left_link:hover {
	background:url(../images/prev_arrow_wh_on.png) center 50% no-repeat;
}
.right_link:hover {
	background:url(../images/next_arrow_wh_on.png) center 50% no-repeat;
}

@media screen and (max-width: 1000px) {
	.left_link {
		background-position:left 10px top 35%;
	}
	.right_link {
		background-position:left 10px top 35%;
	}
	.left_link:hover {
		background-position:left 10px top 35%;
	}
	.right_link:hover {
		background-position:left 10px top 35%;
	}
}
@media screen and (max-width: 700px) {
	.slidermain {
		width:100%;
	}
	.left_link {
		position:absolute;
		left:5px;
		top:-5px;
		background-position:left 25px top 5%;
		background-size:40%;
	}
	.right_link {
		position:absolute;
		left:5px;
		top:-5px;
		background-position:left 5px top 5%;
		background-size:40%;
	}
	.left_link:hover {
		background-position:left 25px top 5%;
		background-size:40%;
	}
	.right_link:hover {
		background-position:left 5px top 5%;
		background-size:40%;
	}
}