.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;
}
.accroche-simulation {
  position: relative;
  margin-top: 70px;
}

.throne-accroche-simulation {
      max-height: 115px;
    position: absolute;
    top: -101px;
    right: -29px;
}

.document-simutation{
  position: relative;
  margin-top: 70px !important;
}

.document-accroche-simulation {
        max-height: 95px;
    position: absolute;
    top: 25px;
    left: 30%;
    max-width: 40%;
    
}

h4 {
  border-bottom: 2px solid;
}

.simulation-block-top {
  border:  solid 4px #7fd9e5;
  border-bottom-style: dashed ;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  position: relative;
  padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    margin-top: 25px;

} 
.shape-bottom {
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0px;
  
}

.color-blue-sky {
  color: #66bcd3;
}

.title-simulation-detail {
  border-bottom: solid 4px #7fd9e5 ;
  width: 100%;
  float: none;
  margin: auto;
  padding-bottom: 15px ;
  margin-bottom: 25px;
      
}

.simulation-block-bottom {
  border:  solid 4px #7fd9e5;
  border-top-style: none ;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  position: relative;
  padding-left: 25px;
    padding-right: 25px;
   /* padding-bottom: 25px;*/
    margin-top:0;
    background-color: #e1f9fd;
}

.simulation-block-bottom .shape-top{
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0px;
}

.flech-inter-block {
    position: absolute;
    right: 0.5%;
    bottom : 0px;
    width: 60px;
    height: 60px;
    
}

.relative {
  position: relative;
}


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


.fleche-droit {
  background-image: url("../assets/img/fleche-droit.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;

}

@media only screen and (max-width: 1450px) {  


  

}

@media only screen and (min-width: 1200px) { 
  .flech-inter-block-responsive {
    display: none;
  }
}

@media only screen and (max-width: 1200px) { 
  .fleche-droit {
    background-image: url("../assets/img/fleche-bas.png"); 
    margin: 1rem 0;
  }

   .flech-inter-block  {
    display: none;
  }

   .flech-inter-block-responsive {
    display: block;
    height: 50px;
    float: none;
    margin: auto;
  }

 }

 @media only screen and (max-width: 576px) { 
  .document-simutation {
    padding: 30px 15px 15px 15px !important;
    margin-top: 15px !important;
  }
  .document-accroche-simulation {
    top: 15px !important;
  }

  .document-simutation .bg-white {
    padding: 20px !important;
  }

  .document-simutation h3 {
    margin-top: 15px !important;
  }

  .simulation-block-top {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
 }