.preview-video-player {
	position: relative;
	overflow: hidden;
	width: 100%
}
.item-hover { 
	top: -100%;
	position: absolute;
	width: 100%;
  height: 100%;
	background: rgba(0,0,0,.5);
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
	z-index: 9999;
}
.preview-video-player:hover .item-hover {
	top: 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}
.item-hover-label,
.logo-play:before {
		position: absolute;
	font-family: Oswald !important;
	font-weight:400;
	width: 100px;
	line-height: 100px;
	border-radius: 50px;
	color: #FFF;
	background:rgba(140,182,199,1);
	left: calc( 50% - 50px );
	top:calc( 50% - 50px );
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.logo-play:before  {
	font-family: FontAwesome !important;
	font-size: 32px;
	content:'\f04b';
  text-align: center;
	display: block;
	color: #FFF;
	
	background:rgba(0,0,0,.5);
	margin: 0px !important; padding:0px !important;
}
.preview-video-player:hover .msg-rgpd {
	bottom: 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}
.msg-rgpd {
	font-family: Oswald !important;
	line-height: 1.5em;
	font-size: .85em;
bottom: -75px;
padding: 10px;
	width: 100%;
	text-align: center;
	max-height: 20%;
	overflow: auto;
	-webkit-overflow-scrolling: touch !important; 
	background:rgba(0,0,0,.5);
	color: #FFF;
position: absolute;
	cursor: pointer;
	z-index: 9999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.item-hover-label:hover {
	background:rgba(230,92,103,1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: rotate(360deg)
}
.img-fit {
	object-fit: cover !important;	
}
.preview-video-player .thumbnail.img-fit  {
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
} 

/*
.preview-video-player:hover img.img-fit.mb-5 {
	-webkit-transition: all 4s ease-in-out;
	-moz-transition: all 4s ease-in-out;
	-ms-transition: all 4s ease-in-out;
	-o-transition: all 4s ease-in-out;
	transition: all 4s ease-in-out;
	transform:  rotate(4deg) scale(1.2);
}
*/
.preview-video-player .titre {
	position: absolute;
	width: 100%;
	color: #FFF;
	height: 80px;
	padding: 10px;
	top: 0px !important;
background: -moz-linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
	z-index: 99999
}
.preview-video-player .descriptif {
	display: none
}