.circle_bonPlan{
    width:60px;
    background:#3CB70B;
    height:60px;
    text-align:center;
    border-radius:60px;
    line-height: 30px;
}

.circle_tarif{
    width:60px;
    background:#B80E80;
    height:60px;
    text-align:center;
    border-radius:60px;
    line-height: 30px;
}

.circle_mrg{
    margin:10px;
    width:100px;
    border: 4px solid black;
    height:100px;
    padding: 1px;
    text-align:center;
    border-radius:100px;
    line-height: 90px;
}

.circle{
    margin:10px;
    width:100px;
    background:#B80E80;
    height:100px;
    padding: 1px;
    text-align:center;
    border-radius:100px;
    line-height: 90px;
}