/*****************************************************
*En Construction  
***************************************************/
.construction-wrapper {
  display: block;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  margin-top: 110px;
  background-color: #f7f7f7;
  text-align: center;
  margin-bottom: 10px;
}

.construction-logo {
  max-width: 90%;
  max-height: 150px;
  margin-bottom: 0px;
}
.construction-content h1 {
  font-size: 2em;
  color: var(--orange-2024);
  margin-bottom: 15px;
}

.construction-content p {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #444;
}

@media screen and (min-width: 1025px) {
  #header
  {
    height: 100px;
    background: var(--noirtrans); /* noir à 50% */
  }
}

@media screen and (max-width: 1024px) {
  .construction-wrapper {
  margin-top: 10px;
  }
  }

  @media screen and (max-width: 550px) {
    .construction-content h1 {
      font-size: 1.3em;
    }
    .construction-content p {
      font-size: 1em;
      line-height: 1.2;
    }
}
