.container-medias{
	display: flex;
	flex-wrap: wrap;
	position : relative;
}
.container-media{
	width: 432px;
}
.card-med{
	width : 100%;
	overflow : hidden;
	border: 0px !important;
	border-radius: 0px !important;
	flex: 0 0 auto;
	box-sizing: border-box;
	margin : auto;
}
.card-med > iframe{
	 max-width : 400px;
	 max-height : 225px;
}
a{
	text-decoration: none !important;
}
.med-image{
	width: 427px;
	height: 210px;
	object-fit: cover;
	background-color : grey;
	border: none;
	border-radius: 10px;
	overflow : hidden;
	margin : auto;
}
.form-filter-mediatheque select{
	margin : 0 5px 0 5px;
}

@media (max-width: 992px) {
	.form-filter-mediatheque .flex{
		flex-wrap: wrap;
	}
	.form-filter-mediatheque select{
		margin-bottom : 8px;
	}
}