.Onglet-ELITEO-bg-header {
 background-image: url(../assets/img/3-Onglet-Entreprise-bg-header-2.png);
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #dcdee2;
    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;
  }
}