.jauge-container {
  width: 90%;
}

.jauge-labels {
  margin-bottom: 8px;
  font-size: 14px;
}

.jauge {
  display: flex;
  position: relative;
  width: 90%;
  height: 20px;
  background: #e0e0e0;
  border-radius: 999px;
  overflow: hidden;
  align-items: center;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.jauge-dépasse {
  position: relative;
  width: 10%;
  height: 20px;
  background: #b7b7b7;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.jauge-fill {
  position: relative;
  height: 90%;
  width: 0;
  /* background: linear-gradient(90deg, #4caf50, #ffeb3b, #f44336); */
  border: 1px solid #957474;
  border-radius: 999px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  transition: width 0.15s ease-out;
}

.jauge-dépasse-fill {
  position: relative;
  height: 90%;
  width: 0;
  /* background: linear-gradient(90deg, #4caf50, #ffeb3b, #f44336); */
  border: 1px solid #957474;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.15s ease-out;
}

.jauge-percent {
  font-size: 12px;
  font-weight: 600;
  /* color: #ffffff; */
  pointer-events: none;
  white-space: nowrap;
  margin-left: 40%;
}

.jauge-wrapper {
  width: 100%;
  font-size: 13px;
}

.jauge-body {
  display: flex;
}

.jauge-header {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.jauge-labels {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 11px;
  color: #555;
}

.divHorlogejauge {
  margin-left: 8px;
}

.controls {
  margin-top: 16px;
}

#slider {
  width: 320px;
}