#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

ul#strengthBar {
    display:inline;
    list-style:none;
    margin:0;
    margin-left:15px;
    padding:0;
    vertical-align:2px;
}

.point:last {
    margin:0 !important;
}
.point {
    background:#DDD;
    border-radius:2px;
    display:inline-block;
    height:5px;
    margin-right:1px;
    width:20px;
}

.int{
    background-color: #3FBFBF;
    color: white;
}
.out{
    background-color: white;
}
.litigieuse{
    background-color: #f39c12;
    color: white;
}
.vb{
    background-color: magenta;
    color: white;
}
.blackliste{
    background-color: #FF0000;
    color: white;
}

.refacturation{
    background-color: #f39c12;
    color: white;
}
