/* galerie médias */
#miniatures {
	text-align: center;
}
#miniatures img {
	display: inline;
}
#videos {
	list-style-type:none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#videos li {
	display: inline-block;
}
.thumbnail {
	width: 300px;
	max-height: 300px;
	margin: 0;
}

/* gestion médias */
#gestion-galerie {
	list-style-type:none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#gestion-galerie li {
	display: inline-block;
}
#affichage-media {
	border: 2px solid #D7D7D7;
	position: fixed;
	z-index: 1;
	width: 50%;
	height: 50%;
	left: 25%;
	top: 5%;
	display: none;
	background-color: white;
	padding: 5px;
}
#affichage-media span {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position:center center;
	-webkit-background-size: contain;
	background-size: contain;
}
#quit {
	width: 99%;
	background-color: white;
	font-size: 30px;
	text-align: right;
	opacity: 0.7;
	z-index: 2;
	position: absolute;
	cursor: pointer;
}
.btn-supp-media button {
	background-color: red;
	color: white;
	width: 20px;
	height: 20px;
	padding: 0;
}
.btn-file {
	height: 39px;
}
