.Onglet-ELITEO-bg-header {
  background-image: url("../assets/img/4-Onglet-Pass-Elite-bg-header-3.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;
}

.droit-gauche-pass-elite, .gauche-droit-pass-elite {
  height:100px;
}

.text-block-grey-pass-elite .prefix-pass{
  text-align: right;
}

.text-block-grey-pass-elite p{
  text-align: left;
}


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

@media only screen and (max-width: 576px) { 
  .droit-gauche-pass-elite, .gauche-droit-pass-elite {
    height: 50px;
    margin-top: 30px;
  }

  .text-block-grey-pass-elite .prefix-pass,.text-block-grey-pass-elite p {
    text-align: center !important;
  }


}