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

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

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

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

	background: var(--main-color);
	opacity: 0.3;
	
	transition: opacity 0.3s ease;
}
.jpc-custom-slideshow .puces li.select {
	opacity: 1;
}

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

.jpc-custom-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);
}

.jpc-custom-slideshow:hover .fleche {
	opacity:0.9;
}

.jpc-custom-slideshow .fleche,
.jpc-custom-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;
}
.jpc-custom-slideshow .fleche {right: 0; top: 50%;}
.jpc-custom-slideshow .fleche.left {left: 0;}
.jpc-custom-slideshow .fleche:hover,
.jpc-custom-slideshow .fleche.left:hover {background-color: rgba(0, 0, 0, 0.4);}
.jpc-custom-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%;
}
.jpc-custom-slideshow .fleche.left:before {content: "\f104";}

.jpc-custom-slideshow > ul { position: relative; height: 100% !important; padding-bottom: 100%;  }
.jpc-custom-slideshow::before { position: absolute; content: ''; background-color: var(--discover-img-bg-color, #d2ebc0); clip-path: url(#discover-bg); top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.jpc-custom-slideshow > ul > li { position: absolute; height: 100%; }

.jpc-discover .jpc-custom-slideshow > ul .img-container { position: absolute; top: 15%; left: 15%; width: 70%; height: 70%; clip-path: url(#discover); transform: rotate(45deg); overflow: hidden; z-index: 20; }
.jpc-discover .jpc-custom-slideshow > ul img { position: absolute; top: -15%; left: -15%; width: 130%; height: 130%; object-fit: cover; transform: rotate(-45deg);  }

.jpc-custom-slideshow.jpc-slider::before { bottom: 40%; height: 60%; right: 20%; width: 80%; }
.jpc-custom-slideshow.jpc-slider > ul .img-container { padding: 10px 50px; height: 100%; }
.jpc-custom-slideshow.jpc-slider > ul img { transform: none; width: 100%; height: 100%; border-radius: 30px; object-fit: cover; }
.jpc-custom-slideshow.jpc-slider .puces { bottom: 50px; right: 0; }
.jpc-custom-slideshow.jpc-slider .puces li { width: 12px; height: 12px; }
@media all and (max-width: 1000px) {
	.jpc-custom-slideshow .puces { bottom: 0; }
}