.node-type-page-liste #region-content .listing-brochures .view-content {
	margin: 0 10px;
}
.node-type-page-liste #region-content .listing-brochures .views-row {
	background-color: #f1f1f1;
	margin: 30px 0 0;
	position: relative;
}
.node-type-page-liste #region-content .listing-brochures .views-row .node {
	margin: 0;
}
.node-type-page-liste #region-content .listing-brochures .views-row .media {
	width: 150px;
	margin: 0 15px 0 0;
	float: left;
}
.node-type-page-liste #region-content .listing-brochures .views-row .media img {
	height: auto !important;
	width: 100% !important;
	display: block;
}
.node-type-page-liste #region-content .listing-brochures .views-row .apercu {
	padding: 15px 20px 15px 165px;
}
.node-type-page-liste #region-content .listing-brochures .views-row .apercu h2 {
	color: #333333;
	font-family: "RalewayBold", Arial, Helvetica, sans-serif;
	font-size: 1.250em;
	text-align: left;
	text-transform: uppercase;
	width: auto;
	position: static;
}
.node-type-page-liste #region-content .listing-brochures .views-row .apercu .nb-pages {
	color: #c0210c;
	font-size: 0.875em;
	margin: 5px 0 0;
}
.node-type-page-liste #region-content .listing-brochures .views-row .apercu .resume p {
	line-height: 1.375em;
	margin: 15px 0 0;
}
.node-type-page-liste #region-content .listing-brochures .views-row .apercu .boutons > div {
	display: inline-block;
	vertical-align: top;
}
.node-type-page-liste #region-content .listing-brochures .views-row .apercu .boutons a {
	color: #686868;
	line-height: 43px;
	border: 1px solid #686868;
	height: 45px;
	padding: 0 15px;
	margin: 10px 10px 0 0;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



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

@media only screen and (min-width: 1025px) {
	
	.node-type-page-liste #region-content .listing-brochures .views-row .apercu .boutons a:hover,
	.node-type-page-liste #region-content .listing-brochures .views-row .apercu .boutons a:focus,
	.node-type-page-liste #region-content .listing-brochures .views-row .apercu .boutons a:active {
		color: #ffffff;
		background-color: #c0210c;
		border-color: #c0210c;
	}
}

@media only screen and (max-width: 760px) {
	
	.node-type-page-liste #region-content .listing-brochures .view-content {
		margin: 0;
	}
	.node-type-page-liste #region-content .listing-brochures .views-row .media {
		width: 100px;
	}
	.node-type-page-liste #region-content .listing-brochures .views-row .apercu {
		padding-left: 20px;
	}
	.node-type-page-liste #region-content .listing-brochures .views-row .apercu h2,
	.node-type-page-liste #region-content .listing-brochures .views-row .apercu .nb-pages {
		padding-left: 100px;
	}
	.node-type-page-liste #region-content .listing-brochures .views-row .apercu .resume {
		padding-top: 15px;
		clear: both;
	}
	.node-type-page-liste #region-content .listing-brochures .views-row .apercu .boutons {
		text-align: center;
	}
}