.banner-interlux-pro {
  width: 100%;
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -111px;
}

.fa-solid,
.fas {
  color: #000 !important;
}

.bloc-titre {
  padding: 15px 0 15px 0;
}

.bloc-titre h2 {
  margin-bottom: 0;
  font-size: 18px;
}

.email {
  border-bottom: 4px solid #000;
}

a {
  text-decoration: none;
  color: #000 !important;
}

a:hover {
  text-decoration: none;
  color: #000 !important;
}

.bg-grey {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  width: 80%;
  height: 97%;
}

li.siegeLi {
  list-style: inside;
}

@media (max-width: 760px) {
  .image {
    width: 100%;
    height: 100%;
  }

  .banner-interlux-pro {
    width: 100%;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    margin-top: -111px;
  }

  .bloc-titre h2 {
    margin-bottom: 10px;
    font-size: 12px;
  }
}