

#onboarding {
  width:100%;
  height:100%;

}

.div-suivant {
  position: fixed;
  bottom : 120px;
  width : 100%;
}

.carousel-item {
  height : 80%;
}


.btn {
  position : relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 60px;
  background: #66bdcf;
  color: white;
  font-family: sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.btn:hover {
background-color: #66bdcf;
}
  
.img-slide {
  position:relative;
  
  width: 150px;
  height : auto;
}  

.icon-app {
    height : 64px;
    width : auto;
}

.iconS-app {
    height : 48px;
    width : auto;
}

.iconXS-app {
    height : 36px;
    width : auto;
}

.block {
  display : block;
}

.container-map-select {
  height: 20vh;
  width: 100%;
  z-index: 1;
}

.roadmap-container {
  position: relative;
  height: 1000px; /* Hauteur de la roadmap */
  
  margin-bottom:250px;
}

.roadmap-progress-bar {
  position: absolute;
  left: 35%;
  top: 0;
  height: 100%;
  width: 10px;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}

.roadmap-progress-bar .progress-bar {
  height: 100%;
  transition: width 0.5s ease;
}

.roadmap-milestones {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
}

.roadmap-milestones .milestone {
  position: absolute;
  text-align: center;
  max-width: 200px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.milestone h5 {
  font-size: 1rem;
  position: relative;
  left:-118px;
  top:-5px;
}

.milestone .jalon {
  font-size: 1rem;
  position: relative;
  left:50px;
  top:-75px;
}

.milestone .jalon .titre {
  font-size: 1rem;
  font-weight: bold;

   

}

.milestone .jalon .description {
  position: relative;
  left:10px;
  width : 100%;
  margin-bottom: 20px;

}



.roadmap-cursor {
  position: absolute;
  left: 35%;
  top: 0;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #007bff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.nb_users_cursor {
  position:relative;
  left:20px;
  font-weight: bold;

}

.lead {
  font-size: 1.0rem;
  font-weight: 500;
}