.Onglet-ELITEO-bg-header {
  background-image: url("../assets/img/2-Onglet-Independant-bg-header-2.png");
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #00957c;
    border-top-left-radius: 23rem;
    border-bottom-left-radius: 23rem;
}

.section-header {
  padding-top: 8rem;
}

.height-img-eliteo {
  max-height: 350px;
}

@media only screen and (max-width: 992px) { 
  .height-img-eliteo {
    max-height: 250px;
  }
}