body
{
	font-family:arial;
}
.tabVideos {text-align:center;width:100%}
.video-responsive 
{
	width: 23vw;
	text-align: center;
	display:inline-block;
	margin: 1vw 0 1vw 1vw;
	min-width: 160px;
	min-height: 160px;
}
.video-responsive a
{
	display: inline-block;
	width: 23vw;
	height: 23vw;
	background-size: cover;
	border-radius: 10px;
	min-width: 160px;
	min-height: 160px;
}
.play
{
	width: 10vw;
	margin-top:7vw;
}
.thumbnail
{
	border-radius:10px;
	max-height: 23vw;
	max-width: 23vw;
}
.video-responsive p
{
	margin:2px 0 0 0;
}
#video
{
	/* width: 90%; */
	/* margin: auto; */
	border-radius: 10px;
	/* padding-left: 11px; */
}
#video-responsive-full video
{
	border-radius:10px;
}
#close
{
	float: right;
	margin: -7px -7px 0 0;
}
.clear
{
	/* clear: both; */
}
.titreVideo
{
	font-size:0.9em;
	height:30px;
	display:inline-table;
}
