#multistep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}



.ms-container {
  padding: 1.5rem 0 4.5rem 0;
  width: 100%;
  background: #fcfcfc;
  -webkit-box-shadow: 7px 0px 17px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 0px 17px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 0px 17px -6px rgba(0, 0, 0, 0.3);
  z-index: 1;
  overflow-y: scroll;
  height: 100vh;
}

.ms-container::-webkit-scrollbar {
  width: 5px;
}

.ms-container::-webkit-scrollbar-track {
  background: #f4f4f4;
}

.ms-container::-webkit-scrollbar-thumb {
  background: #007bff;
}

.ms-card {
  -webkit-box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.16);
}

.ms-title {
  margin: 1.5rem 0;
}

.ms-navigation {
  width: 1108px;
  z-index:2;
 /* bottom: 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

.ms-navigation li {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  width: 220px;
}

.ms-navigation li.current {
  border-radius: 0;
}

.ms-control {
  float: right;
  padding: 0;
  margin: 0;
}

.ms-control .ms-btn {
  margin-right: 0;
  margin-left: 5px;
  border-radius: 0;
}

.ms-control .ms-btn.ms-disabled {
  display: none;
}

.hl-container {
  background: #eaeef3;
  width: 30%;
}

.hl-container .carousel-inner {
  max-height: 17vw;
  overflow: hidden;
}

.hl-container .hl-content {
  padding: 3rem 3rem 7rem;
}

.hl-container .hl-benefits {
  font-size: 13px;
  color: #7d7d7d;
  margin-bottom: 1rem;
}

.hl-container .hl-benefits .hl-benefits-item {
  margin-bottom: 5px;
}

.hl-container .hl-benefits i {
  width: 20px;
}

.hl-container .hl-title {
  font-family: "Roboto", sans-serif;
}

.hl-container .hl-price {
  font-family: "Roboto", sans-serif;
  font-size: 55px;
}

.hl-container .hl-price span {
  font-size: 25px;
  margin-right: -14px;
}

.hl-container .hl-btn {
  position: relative;
  margin-bottom: -1px;
  margin-top: 15px;
  margin-right: 7px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  display: inline-block;
  border-radius: 5px;
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  padding: .50rem 1.25rem;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #multistep {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #multistep .ms-container {
    width: 100%;
  }
  #multistep .ms-navigation li {
    width: auto;
  }
  #multistep .ms-navigation li .ms-icon {
    padding-right: 0;
  }
  #multistep .hl-container {
    width: 100%;
  }
  #multistep .hl-container .hl-content {
    padding: 30px 15px;
  }
  #multistep .carousel-inner {
    max-height: 60vw;
  }
}

#topBar {
  width: 100%;

  background-color: var(--color1);
  color:#ffffff;
  text-align:center;
  display:inline-block;


}

.bouton {

  font-size:12px;
  color:#ffffff;
  background-color: var(--color2) ;
  border-radius:10px;
  padding:5px;
  margin-left:10px;
}

#addGerant {
  cursor:pointer; 

}


