@charset "UTF-8";
body.error404 header {
  z-index: 500;
}
.mur-brique {
  position: relative;
}
.mur-brique .blue-filter {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  object-fit: cover;
  background: url("../img/mur-brique.jpg") center center;
  background-size: cover;
}
.mur-brique section.content-header {
  height: 700px;
}
@media screen and (max-width: 525px) {
  .mur-brique section.content-header {
    height: 500px;
  }
}
.mur-brique section.content-header .error-content {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  height: 240px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 525px) {
  .mur-brique section.content-header .error-content {
    width: auto;
  }
}
.mur-brique section.content-header .error-content img {
  position: absolute;
}
.mur-brique section.content-header .error-content img.camera-img {
  transform: translate(-107%, -43%);
  width: 58%;
}
@media screen and (max-width: 890px) {
  .mur-brique section.content-header .error-content img.camera-img {
    display: none;
  }
}
.mur-brique section.content-header .error-content img.spirale-img {
  z-index: -1;
}
.mur-brique section.content-header .error-content p {
  color: white;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.mur-brique section.content-header .error-content > p:nth-of-type(1) {
  font-size: 65px;
  text-transform: uppercase;
}
@media screen and (max-width: 525px) {
  .mur-brique section.content-header .error-content > p:nth-of-type(1) {
    font-size: 32px;
  }
}
.mur-brique section.content-header .error-content > p:nth-of-type(2) {
  font-size: 112px;
  text-shadow: 4px 4px 0px linear-gradient(to right, #206ab1 0%, #0396d3 100%);
  position: relative;
  text-transform: uppercase;
}
.mur-brique section.content-header .error-content > p:nth-of-type(2):before {
  content: "Désolés";
  background: linear-gradient(to right, #2464ac 0%, #009cd8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 4px;
  left: 6px;
  z-index: -1;
}
@media screen and (max-width: 525px) {
  .mur-brique section.content-header .error-content > p:nth-of-type(2) {
    font-size: 58px;
  }
}
.mur-brique section.content-header .error-content > p:nth-of-type(3) {
  font-size: 15px;
  line-height: 25px;
}
.mur-brique section.content-header .error-content > p:nth-of-type(3) a {
  text-decoration: underline;
  color: white;
  font-weight: bold;
  outline: none;
}
@media screen and (max-width: 525px) {
  .mur-brique section.content-header .error-content > p:nth-of-type(3) {
    font-size: 13px;
  }
}
.mur-brique section.chiffres {
  z-index: 50;
  position: relative;
  background: rgba(0, 0, 0, 0.2) none;
}
/*# sourceMappingURL=404.css.map */