html, body{
    width:100%;
    min-height:100%;
    margin:0;
    padding:0;
}

*{
    box-sizing: border-box;
}

body.bodyError{
    display:flex;
    flex-direction:column;
    background:#fff;
    align-items: center;
    font-size:0 !important;
}
body.bodyError h1{
	padding-top:110px;
	background:url("/erreurs/img/logo_error.png") center top no-repeat;
	background-size:auto 80px;
	font-family:"proxima-nova",sans-serif;
	font-size:40px;
	font-weight:700;
	color:#009fe2;
	margin-bottom:15px;
	margin-top:80px;
}
body.bodyError hr{
	width:120px;
	color:#009fe2;
	border:none;
	border-top:solid 1px #009fe2;
	margin:10px 0;
}
body.bodyError article{
	margin: 10px 0;
	font-family:"proxima-nova",sans-serif;
	font-size:20px;
	font-weight:300;
	color:#009fe2;
}
body.bodyError form{
	display:flex;
	flex-direction:column;
}
body.bodyError form fieldset{
    border:none;
	display:flex;
	flex-direction:column;
}
fieldset label input{
    width:430px;
	margin-top:10px;
	height:40px;
	font-family:"proxima-nova",sans-serif;
	font-size:16px;
	font-weight:300px;
	font-style:italic;
	border-radius:4px;
	border:none;
	background-color:#ededed;
	padding: 0 10px;
}
body.bodyError form fieldset legend{
	width:auto;
	background:#009fe2;
	color:#fff;
	margin:auto;
	display:flex;
	justify-content: center;
	align-items:center;
	text-align:center;
	position:relative;
	border-radius:4px;
	font-family:"proxima-nova",sans-serif;
	font-size:20px;
	font-weight:700;
	padding: 10px;
}
body.bodyError form fieldset legend.noArrow:after{
	display: none;
}
body.bodyError form fieldset legend:after{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	margin:auto;
	content:" ";
	 display : inline-block;
	 height : 0;
	 width : 0;
	 border-top : 17px solid #009fe2;
	 border-right : 10px solid transparent;
	 border-left : 10px solid transparent;
}
body.bodyError form fieldset textarea{
	width:430px;
	margin-top:10px;
	height:100px;
	padding:15px;
	font-family:"proxima-nova",sans-serif;
	font-size:16px;
	font-weight:300px;
	font-style:italic;
	border-radius:4px;
	border:none;
	background-color:#ededed;
	resize: none;
}
body.bodyError form input[type="submit"]{
	padding:10px;
	margin-top:10px;
	background:transparent;
	color:#009fe2;
	border:solid 1px rgba(0,159,226,0.4);
	transition:all ease 0.2s;
	cursor:pointer;
	align-self:center;
	font-family:"proxima-nova",sans-serif;
	font-size:20px;
	font-weight:700;
}
body.bodyError form input[type="submit"]:hover{
	background:#009fe2;
	color:#fff;
}
body.bodyError > span{
	margin: 20px 0;
	font-family:"proxima-nova",sans-serif;
	font-size:24px;
	font-weight:300;
	color:#009fe2;
}
body.bodyError > aside{
	font-family:"proxima-nova",sans-serif;
	font-size:16px;
	font-weight:600;
	color:#009fe2;
	padding-bottom:130px;
	background:url("/erreurs/img/logo_dwm.png") center top 35px no-repeat;
	background-size:auto 80px;
}
body.bodyError > aside a{
	font-family:"proxima-nova",sans-serif;
	font-size:16px;
	font-weight:400;
	color:#009fe2;
	cursor:pointer;
	text-decoration:none;
}
body.bodyError > aside a:hover{
	text-decoration: underline;
}