.listing-brochures .views-row {
	margin: 60px 0 0;
}
.listing-brochures .views-row .media {
	width: 200px;
	float: left;
}
.listing-brochures .views-row .media img {
	height: auto !important;
	width: 100% !important;
	display: block;
}
.listing-brochures .views-row .apercu {
	padding: 0 0 0 220px;
}
.listing-brochures .views-row .apercu h2 {
	color: red;
	font-family: "OpensansBold", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
}
.listing-brochures .views-row .apercu .nb-pages {
	font-size: 0.815em;
}
.listing-brochures .views-row .apercu .resume p {
	font-size: 0.815em;
	line-height: 1.5em;
	margin: 10px 0 0;
}
.listing-brochures .views-row .apercu .boutons > div {
	display: inline-block;
	vertical-align: top;
}
.listing-brochures .views-row .apercu .boutons a {
	color: red;
	font-family: "OpensansBold", Arial, Helvetica, sans-serif;
	line-height: 34px;
	border: 2px solid red;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 40px;
	padding: 0 20px;
	margin: 10px 10px 0 0;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.listing-brochures .views-row .apercu .boutons a:hover,
.listing-brochures .views-row .apercu .boutons a:focus,
.listing-brochures .views-row .apercu .boutons a:active {
	color: white;
	background-color: red;
}



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

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

@media only screen and (max-width: 760px) {
	
	.listing-brochures .views-row {
		margin: 30px 0 0;
	}
	.listing-brochures .views-row .media {
		width: auto;
		float: none;
	}
	.listing-brochures .views-row .apercu {
		padding: 10px 0 0;
	}
	.listing-brochures .views-row .apercu .boutons {
		text-align: center;
	}
}