.container{
    position:absolute;
    width:70px;
    height:20px;
    left:50%;
    margin-left:-35px;
    top:50px;
    display:none;
    z-index:100
}
.points{
    display: inline-block;
    width:10px;
    height:10px;
    border-radius:50%;
    z-index:6;
    background-color:rgb(215, 213, 213);
}
.oscure{
    position:fixed;
    width:100%;
    height:100%;
    background-color: rgba(159, 157, 157, 0.54);
    top:0px;
    left:0px;
    z-index: 5;
    display:none;
}