

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.TJVDiaporamaSwiper{
	overflow: hidden;
	height: 500px;
	margin-top: 20px;
}




.TJVDiaporamaSwiperWrapper{
	width: 10000px;
}

.TJVDiaporamaSwiperItem{
	float:left;
	text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.TJVDiaporamaSwiperItem img{
		
}


.TJVDiapoSwiperLegendes{
	font-style: italic;
	text-align: center;
	font-size: 13px;
	line-height: 14px;
	margin-top: -20px;
	background-color: white;
	z-index: 100;
	position: relative;
	padding: 3px;
	display: none;
	opacity: 0px;
/* 	border:solid 1px red; */
}

.TJVDiapoPaginationSwiper{
	text-align: center;
	padding-top: 5px;
}

.swiper-pagination-bullet{
	margin: 0px 2px 0px 2px;
	background: #BBB !important;
}

.swiper-pagination-bullet-active{
	background: red !important;
}


.TJVDiapoPrevSwiper,
.TJVDiapoNextSwiper{
	margin-top: -10px;
	padding: 5px;
	font-size: 30px;
	font-family: 'din-condensed-web';
	cursor: pointer;
	opacity: 0.7;
}

.TJVDiapoPrevSwiper img,
.TJVDiapoNextSwiper img{
	width: 25px;
	height: 25px;
}




.legendePhoto{
	text-transform: none;
	font-family: 'ronnia';
	font-style: italic;
	font-size: 10px;
	color:gray;
	margin-top: 0px;
	text-align: center;
	
}





#scene{
	opacity: 0;
}



