


.page-404 h1, .page-403 h1 {
  display:none;
}



/* -----------------  status error -------------------------*/
.content-404{

}

.status-error .content-404 img,
.status-error .content-403 img{
  width:60%;
  border:unset !important;
}

.status-error .message {
  left: 45%;
  position: absolute;
  top: 15%;
  width: 52%;
}

.page-404 .content-404,
.page-403 .content-403 {
  position: relative;
}

/*.content-403 .message {*/
/*width: 612px;*/
/*}*/

.status-error .message span{
  color: #666666;
  font-family: oswald;
  font-weight: 300;
  letter-spacing: 0.1em;
  display: block;
  float: left;
  margin: 10px 0 10px 0;
  line-height: 1.3em;
}

.status-error .message span:first-child{
  font-size: 3rem;

}

.status-error .message span:nth-child(2),
.status-error .message span:last-child {
  font-size: 1.8em;
  margin-top: 10px;
}