.page-node-type-error-page .region-breadcrumb {
	display: none;
}
.page-node-type-error-page #block-uia-page-title {
	display: none;
}
.page-node-type-error-page #content {
	margin-top: 0;
}
.page-node-type-error-page #content article header {
	display: none;
}


.page-node-type-error-page #content .contenu {
	max-width: 1500px;
	width: 100%;
}
.page-node-type-error-page #content .contenu .col1 {
	float: left;
	display: inline-block;
	width: 50%;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-node-type-error-page #content .contenu .col1 .field--type-image {
	float: none;
}
.page-node-type-error-page #content .contenu .col2 {
	float: left;
	display: inline-block;
	width: 50%;
	text-align: left;
	margin-top: 60px;
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-node-type-error-page #content .contenu .col2 h1 {
	font-family: 'loveloblack',sans-serif;
	font-size: 3.4667em;
	line-height: 1em;
	color: #000000;
	margin: 0 0 20px 0;
}
.page-node-type-error-page #content .contenu .col2 .bt-default {
	display: inline-block;
	padding: 5px 20px;
	border: 3px #002329 solid;
	text-transform: uppercase;
	color: #002329;
	font-size: 2em;
	font-family: 'loveloblack',sans-serif;
	transition-duration: 0.2s;
}
.page-node-type-error-page #content .contenu .col2 .bt-default:hover {
	background: #002329;
	color: #fff;
}

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

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

	.page-node-type-error-page #content .contenu .col1 {
		width: 100%;
		text-align: center;
	}
	.page-node-type-error-page #content .contenu .col2 {
		width: 100%;
		text-align: center;
		margin-top: 60px;
		padding-left: 0;
	}

}
