.puce-carte-fid li{
    position: relative;
    padding-left: 15px;
}
.puce-carte-fid li:after{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
}