#videotheque div:hover .img-play
{
	opacity:0.5
}

.img-play
{
	width: 50px;
	border: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.7;
	transition: opacity 0.5s;
}
