#videoOrganizer {
	background-color: white;
	border:1px dashed #8fbc8f;
	width:60%;
	min-width:200px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:20px;
	padding:20px;
}
.description img {
	width:250px;
}
.videorow {
	padding:10px;
	margin:5px;
	margin-bottom:10px;
	width:25%;
	min-width:200px;
	height:230px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.videorow .sousTitre {
	margin:0;
	padding:0;
	text-align:center;
	margin-bottom:5px;
}
.videorow .videocontainer {
	text-align:center;
}
.videorow:hover {
	background-color:#8fbc8f;
	color:white;
}
.videorow:hover .titreVignette a{
	color:white;
}
.videorow .videocontainer img {
	width:175px;
}
.videorow .plus {
	font-size:25px;
	text-align:center;
}
.shibivideo {
	width:200px;
	height:270px;
	margin-bottom:10px;
	margin:0 auto;
}

.videoplus {
	font-family:Trebuchet MS;
	font-size:17px;
	color:black;
	background-color:white;
	border:1px dashed #8fbc8f;
	padding:20px;
	width:60%;
	min-width:200px;
	margin:0 auto;
	margin-bottom:15px;
	text-align:center;
	padding-bottom:20px;
}
.videoplus .video {
	margin-bottom:10px;
}
.videoplus .description {
	width:90%;
	margin:0 auto;
	padding-top:10px;
}
.videoplus .sousTitre {
	margin-bottom:15px;	
}
.video .titreVignette {
	font-size:1.3em;
	color:#518b8b;
	display:block;
	font-family:sans-serif;
	margin:0;
}
.video_iframe {
	overflow:hidden; padding-bottom:56.25%; position:relative; height:0;
}
.video_iframe iframe { left:0; top:0; height:100%; width:100%; position:absolute;}
.videorow .titreVignette a {
	text-decoration:none;
	color:#518b8b;
}
hr {
	height:3px;
	background-color:#8fbc8f;
}