.error404 .entete-block {
  height: 820px;
  background-image: url('../img/fond-404.jpg');
  background-size: cover;
}
@media screen and (max-width: 425px) {
  .error404 .entete-block {
    height: 560px;
  }
}
.error404 .entete-block .entete-filtre {
  display: none;
}
.error404 .entete-block p {
  line-height: 1;
  margin: 0;
}
.error404 .entete-block div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error404 .entete-block div.partie-1 {
  position: relative;
  margin-top: -40px;
}
@media screen and (max-width: 1200px) {
  .error404 .entete-block div.partie-1 {
    margin-top: -200px;
  }
}
@media screen and (max-width: 425px) {
  .error404 .entete-block div.partie-1 {
    margin-top: -80px;
  }
}
.error404 .entete-block div.partie-1 h1 {
  font-weight: 900;
  font-size: 310px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .error404 .entete-block div.partie-1 h1 {
    font-size: 120px;
  }
}
.error404 .entete-block div.partie-1 div {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 425px) {
  .error404 .entete-block div.partie-1 div {
    bottom: -90px;
  }
}
.error404 .entete-block div.partie-1 div p:nth-of-type(1) {
  color: #0052a0;
  font-size: 27px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .error404 .entete-block div.partie-1 div p:nth-of-type(1) {
    font-size: 18px;
  }
}
.error404 .entete-block div.partie-1 div p:nth-of-type(2) {
  color: #0052a0;
  font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .error404 .entete-block div.partie-1 div p:nth-of-type(2) {
    font-size: 50px;
  }
}
.error404 .entete-block div.partie-2 {
  margin-top: 95px;
}
.error404 .entete-block div.partie-2 p:nth-of-type(1) {
  color: #3c3c3c;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  width: 700px;
}
@media screen and (max-width: 768px) {
  .error404 .entete-block div.partie-2 p:nth-of-type(1) {
    font-size: 17px;
    width: 75%;
  }
}
@media screen and (max-width: 425px) {
  .error404 .entete-block div.partie-2 p:nth-of-type(1) {
    font-size: 17px;
    width: 75%;
  }
}
.error404 .entete-block div.partie-3 p:nth-of-type(1) {
  color: #3c3c3c;
  font-size: 30px;
  font-weight: bold;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .error404 .entete-block div.partie-3 p:nth-of-type(1) {
    font-size: 20px;
  }
}
.error404 .entete-block div.partie-3 p:nth-of-type(1) a {
  color: #0052a0;
  text-decoration: underline;
  font-weight: bold;
}
/*# sourceMappingURL=404.css.map */