
.SelectToSlider{
    position: relative;
    display: flex;
    min-width: 300px;
    justify-content: center;
    min-height: 150px;
    margin: auto;
    cursor: pointer;
}
.SelectToSlider__commande{
    z-index: 50;
    border-radius: 22px;
    width: 22px;
    height:  22px;
    border: 1px solid #1a75b6;
    margin: 5px;
    align-self: center;
    line-height: 13pt;
    font-size: 10pt;
    text-align: center;
    color:  #1a75b6;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}
.SelectToSlider__commande .glyphicon {
    line-height: 15pt;
}
.SelectToSlider__way{
    z-index: 2;
    position: relative;
    width: 85%;
    height:  100%;
    display: flex;
    align-self: center;
}
.SelectToSlider__guide{
    position: absolute;
    left: 0;
    right:  0;
    width: 100%;
    height:  12px;
    border:  1px solid  #dcdcdc;
    background: #fff;
    border-radius: 10px;
    align-self: center;
}
.SelectToSlider__progress{
    position: relative;
    height: 100%;
    z-index: 10;
    background-color: #1a75b6;
    border-radius: 15px 0 0 15px ;
}
.SelectToSlider__fakeProgress{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    background-color: #dcdcdc;
    opacity: 0.3;
    border-radius: 15px 0 0 15px ;
}
.SelectToSlider__choiceContainer,.SelectToSlider__bottomContainer{
    position: relative;
    width: 100%;
    height:  100px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-top: -30px;
    z-index: 50;
    font-size: 12px;
}
.SelectToSlider__bottomContainer {
    z-index :  0;
}
.SelectToSlider__separator{
    align-self: center;
    height:  30px;
    width: 2px;
    background-color: #dcdcdc;
}
.SelectToSlider__separatorLine{
    bottom: -13px;
    position: absolute;
    width: 100%;
    height: 32px;
    display: flex;
}
.SelectToSlider__labelsLine{
    bottom: 1px;
    position: absolute;
    width: 100%;
    height: 50px;
    display: flex;
    font-weight: 800;
}
.SelectToSlider__labelChoice{
    width: 100%;
    text-align: center;
}
.SelectToSlider__labelChoice--selected{
    font-weight: 700;
    color:  #1a75b6;
    font-size: 16px;
}
.SelectToSlider__cursor, .SelectToSlider__fakeCursor{
    position: absolute;
    left:  0px;
    margin-top: -4px;
    width: 10px;
    height:  10px;
    border-radius: 10px;
    border: 5px solid #1a75b6;
}
.SelectToSlider__fakeCursor{
    opacity: 0.8;
    border: 5px solid #dcdcdc;
}
.SelectToSlider__commande--left{}
.SelectToSlider__commande--right{}