.node-type-page-erreur #section-content #zone-content-wrapper {
	padding-top: 0!important;
}

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

.node-type-page-erreur #region-content .resume {
	margin: 80px 0 0;
}
.node-type-page-erreur #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-page-erreur #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-page-erreur #region-content .resume .bouton {
	position: relative;
	display: inline-block;
	font-family: 'DIN Pro Cond', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.125em;
	line-height: 30px;
	padding: 0 10px 0 0;
	color: #009b8c;
	text-decoration: none;
	cursor: pointer;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
}
.node-type-page-erreur #region-content .resume .bouton:hover,
.node-type-page-erreur #region-content .resume .bouton:focus,
.node-type-page-erreur #region-content .resume .bouton:active {
	opacity: 0.7;
}
.node-type-page-erreur #region-content .resume .bouton:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	right: -34px;
	width: 34px;
	height: 30px;
	background-image: url("../../img/edito/hexa_vert_plus.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}



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

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

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

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