.galerie-videos{
	margin-bottom: 150px;
	margin-left: 40px;
	margin-top: 20px;
}

#infscr-loading{
	position: absolute;
	bottom: -100px;
	height: 50px;
	width: 100%;
	float: left;
	text-align: center;
}

.galerie-item{
	overflow: hidden;
	display: block;
	width: 32%;
	cursor: pointer;
}

.galerie-item .content{
	width: 100%;
	height: 100%;
	top: 100%;
	background-color: rgba(230,0,139,0.5);
	color: white;
	font-weight: bold;
	padding: 10px;
	-webkit-transition: top 500ms; /* Safari */
    transition: top 500ms;
	position: absolute;
}

.galerie-item:hover .content{
	top: 0px;
	-webkit-transition: top 500ms; /* Safari */
    transition: top 500ms;
}

.galerie-item .content .text{
	position: absolute;
	bottom: 0;
}

#content-page .content-page .galerie-item .content p.titre-photo{
	font-family: "HelveticaNeueLTStd-Lt";
	text-transform: uppercase;
	margin-bottom: 0;
	margin-left: 0;
	color: white;
}

#content-page .content-page .galerie-item .content p.desc-photo{
	font-family: "Playfair Display";
	font-style: italic;
	font-size: 11px;
	margin-left: 0;
	color: white;
}

.filters{
	font-family: "HelveticaNeueLTStd-Lt";
	background-color: #f1f1f1;
	margin: 0;
	margin-left: 40px;
}

.filter label{
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
}

.filter select{
	width: 150px;
	font-weight: bold;
	font-family: "Playfair Display";
}

img.mfp-img{
	zoom: 150%;
	padding: 20px 0 20px;
}