.ZonePrix{
    width: 100%;
    height: 50px;
    color: var(--text-primary);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    z-index: 100;
}

.ZonePrix span{
    margin: 0;
    padding: 10px 20px;
    border-radius: 50px;
    line-height: 50px;
    background: linear-gradient(90deg, #35eb25, #f6db16, #f63b3b);
}