#zone-banner {
	background-color: transparent;
	max-width: none;
	height: 500px;
	padding: 0;
	position: relative;
}
.page-user #zone-banner {
	background-color: #961412;
	background-image: url("../../img/detail/banner_default.jpg");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: contain;
}
.block-banner .content .media,
.block-banner .content .carousel {
	height: 500px;
}
.block-banner .content .media > div,
.block-banner .content .carousel div {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
}

/* DETAIL */

.node-type-page-detail-offre #zone-banner {
	background-color: transparent;
	background-image: url("../../img/detail/banner.jpg");
	height: 200px;
	background-position: 50% 50%;
	background-size: cover;
}



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

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

}

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

	#zone-banner {
		height: 320px;
	}
	.block-banner .content .media,
	.block-banner .content .carousel {
		height: 320px;
	}
	
}
