.listing-brochures .card {
	padding-bottom: 50px;
	position: relative;
}

/* CARD TOP */

.listing-brochures .card-top {
	position: relative;
}
.listing-brochures .card .media img {
	width: 100%;
	height: auto;
	display: block;
}

/* CARD BOTTOM */

.listing-brochures .card-bottom {
	min-height: 72px;
	padding: 10px 0 0;
}
.listing-brochures .card h2 {
	font-size: 1.125em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.167em;
	margin-bottom: 0;
}
.listing-brochures .card .poids {
	font-size: 0.825em;
	font-weight: 300;
	font-style: italic;
	float: right;
}
.listing-brochures .card .categorie {
	font-size: 0.825em;
	font-weight: 300;
	text-transform: uppercase;
}
.listing-brochures .card .resume {
	background-color: rgba(73, 77, 90, 0.75);
	width: 100%;
	height: 100%;
	padding: 15px 20px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.listing-brochures .card:hover .resume {
	opacity: 1;
}
.listing-brochures .card .resume p {
	color: #ffffff;
}
.listing-brochures .card .btn {
	color: #ffffff;
    font-size: 0.875em;
	line-height: 40px;
	background-color: #494d5a;
	border: none;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}



/* =====================
RESPONSIVE
===================== */

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 575px) {
	
	/* CARD BOTTOM */
	
	.listing-brochures .card-bottom {
		min-height: 0;
	}
}



@media only screen and (min-width: 576px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}
