.LesBlog-unreadPill {
    display: inline-block;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    margin-left: 6px;
    box-sizing: border-box;
    border-radius: 999px;
    background: #d0021b;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

a:hover .LesBlog-unreadPill,
a:focus .LesBlog-unreadPill,
.Selected .LesBlog-unreadPill {
    background: #d0021b;
    color: #fff;
}
