.JSinfos{display: none;}
.slideShow { display: none; }
.slideShow-grid li {display: none;}
.slideShow-grid li:first-child{display: inline-block;}
.digi-slideshow {
	position:relative;
	z-index:0;

}
.digi-slideshow .items {
	width:100%;
	height:100%;
	overflow: hidden;
	position:relative;
}
.digi-slideshow .items li {
	display: inline-block;
	vertical-align: top;
	position:absolute;
	z-index:1;
	text-align: center;
	transition: left 0.5s ;
}
.digi-slideshow .items li.noTrans {transition: none;}

.digi-slideshow .items li img {
	width: 100%;
}
.digi-slideshow .thumbs li img.hmax,
.digi-slideshow .items li img.hmax {
	width:auto;
	margin:auto;
	position:absolute;
	right:-2000px;
	left:-2000px;
}

.digi-slideshow .puces {
	text-align: center;
	position:absolute;
	bottom:20px;
	width:100%;
	z-index:10;
}
.digi-slideshow .puces li {
	display: inline-block;
	margin:8px 6px;
	width:12px;
	height:8px;
	border-radius: 100%;
	cursor: pointer;

	background: radial-gradient(rgba(250,250,250,0.8) 10%, rgba(150,100,100,0.8) 90%);
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.2);
}
.digi-slideshow .puces li.select {
	background: radial-gradient(rgba(250,250,250,0.8) 10%, rgba(150,200,200,0.8) 90%);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.6);
}

.digi-slideshow .thumbs {
	width:100%;
	position:relative;
}
.digi-slideshow .thumbs li {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin:0 auto;
	position:relative;
}
.digi-slideshow .thumbs li img {
	width: 100%;
}

.digi-slideshow .thumbs li.select::after {
	content:"";
	width:calc(100% - 8px);
	height:calc(100% - 8px);
	position:absolute;
	top:0; left:0;
	border:4px solid rgba(100,100,100,0.8);
}

.digi-slideshow:hover .fleche {
	opacity:0.9;
}

.digi-slideshow .fleche,
.digi-slideshow .fleche.left {
	position: absolute;
	transition: opacity 0.2s ;
	z-index:20;
	cursor: pointer;
	background-color: transparent;
	height: 100px;
	width: 30px;
	opacity: 1;
	transform: translateY(-50px);
	transition: background-color 0.5s;
}
.digi-slideshow .fleche {right: 0; top: 50%;}
.digi-slideshow .fleche.left {left: 0;}
.digi-slideshow .fleche:hover,
.digi-slideshow .fleche.left:hover {background-color: rgba(0, 0, 0, 0.4);}
.digi-slideshow .fleche:before {
	color: rgba(255, 255, 255, 0.9);
	content: "\f105";
	font: normal normal normal 30px/1 FontAwesome;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.digi-slideshow .fleche.left:before {content: "\f104";}
