.node-type-article #section-content #zone-content-wrapper {
	padding-top: 0 !important;
}
.full-width.node-type-article #section-content {
	padding-bottom: 0 !important;
}

.node-type-article #region-content #block-blocks-site-general-titre h1,
.page-sitemap #region-content #block-blocks-site-general-titre h1 {
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: 1px solid #00ad9c;
}

.node-type-article #region-content .resume {
	margin: 80px 0 0;
}
.node-type-article #region-content .resume h2 {
	color: #009b8c;
	font-family: 'DIN Pro Cond', Arial, Helvetica, sans-serif;
	font-size: 2.188em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1em;
	margin-bottom: 30px;
}
.node-type-article #region-content .resume h3 {
	color: #00ad9c;
	font-family: 'DIN Pro Cond', Arial, Helvetica, sans-serif;
	font-size: 1.875em;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 2px;
}
.node-type-article #region-content .resume img {
	width: 100%;
	height: auto;
	display: block;
}



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

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

}

@media only screen and (max-width: 960px) {
	
	.node-type-article #region-content .resume {
		margin: 60px 0 0;
	}
}

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

}
