.div_mont_titl{
    color: white;
    position: absolute;
    right:5%;
    text-align: center;
    width: 5%;
    /*font-family: sans-serif;*/
    z-index: 10;
    cursor: pointer;
}

.tit_1{  bottom:78%;}
.tit_2{  bottom:60%;}
.tit_3{  bottom:39%;}
.tit_4{  bottom:20%;}
.tit_5{  bottom:2%;}

.mont_path{
    cursor: pointer;
}
.div_mont_titl .meters{
    font-weight: bolder;
   
}
.div_mont_titl .mont_name{
    font-size: .6em;
    font-weight: 100;
    font-family: titilliumtext22l_ththin;
}

#svg_montagnes{
    position: absolute;
    bottom: 0;
    right:0;
    top:10%;
    height: 90%;
    width: auto;
}

.montagnes_on{
    fill:white;
    transition: fill .3s ease-out

}
.montagnes_off{
    fill:transparent;
    transition: fill .3s ease-out

}
.montagnes_stroke_on{
    color: #135A94;
    stroke: #135A94;
}

.montagnes_stroke_off{
    color:white;
    stroke: white;
}