#poids-flottant-container {
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

.jauge-container {
    position: relative;
    width: 80%;
    margin: 0 auto;
    background-color: #ddd;
    border-radius: 5px;
    height: 15px;
}

.jauge-poids {
    background-color: #4caf50;
    height: 100%;
}

.jauge-volume {
    background-color: #2196F3;
    height: 100%;
}

.pourcentage-poids, .pourcentage-volume {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 10px;
    line-height: 15px; /* Align the text vertically */
}
