#simulateur-wrapper {
  max-width: 600px;
  margin: auto;
  text-align: center;
  font-family: poppins;
}
#montantAffiche {
  font-size: 1.5em;
  margin-top: 10px;
}
#destinationResultat {
  margin-top: 20px;
  font-size: 1.2em;
  font-weight: 500;
}
input[type=range] {
  width: 100%;
  height: 4px;
  background: transparent;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #0077B6;
  border-radius: 2px;
}
input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #0077B6;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  background: #0077B6;
  border-radius: 2px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #0077B6;
  cursor: pointer;
}
.graduations {
  position: relative;
  height: 10px;
  margin-top: -10px;
}
.graduation {
  position: absolute;
  top: 0;
  font-size: 10px;
  color: #ccc;
  transform: translateX(-50%);
}
.legende-destinations {
  margin-top: 20px;
  font-size: 0.95em;
  color: #444;
}
