.erreur-section .container {
  padding: 64px 0;
}
.erreur-section .container h2 {
  padding-top: 20px;
}
/* Mise en place Header*/
/* styles.css */
.custom-section-header-erreur {
  height: 230px;
  padding: 64px 14px;
  background-color: var(--green-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.erreurReturn {
  color:var(--green-color);
  text-decoration: underline;
}
.custom-section-header-erreur .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.custom-section-header-erreur .title {
  font-size: 3rem;
  font-weight: 200;
  color: white;
  margin: 0;
  text-align: center;
}

.custom-section-header-erreur .description {
  font-size: 1.2rem;
  color: white;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .custom-section-header-erreur .title {
    font-size: 2rem;
  }

  .custom-section-header-erreur .description {
    font-size: 1.1rem;
  }
  .custom-section-header-erreur {
    height: 280px;
  }
}

@media screen and (max-width: 355px) {
  .custom-section-header-erreur .title {
    font-size: 1.6rem;
  }

  .custom-section-header-erreur .description {
    font-size: 1.1rem;
  }
  .custom-section-header-erreur {
    height: 300px;
  }
}

@media screen and (max-width: 300px) {
  .custom-section-header-erreur .title {
    font-size: 1.4rem;
  }

  .custom-section-header-erreur .description {
    font-size: 1rem;
  }
  .custom-section-header-erreur {
    height: 300px;
  }
}
