.voir-plus-circle {
    width: 90px;
    height: 90px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #4d748f;
    font-family: Arial, sans-serif;
    font-size: 16px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.voir-plus-text {
    display: flex;
    flex-direction: column;
}

.voir-plus-text span {
    line-height: 14px;
    font-size: 12px;
}

.arrow {
    position: absolute;
    left: 25px;
    width: 20px;
    bottom: 1px;
}

.arrow img {
    width: 10px;
}

.circle-text {
    font-weight: 700;
    font-size: 12px;
    position: relative;
    display: flex;
    align-items: baseline;
}

.voir-plus-circle a {
    color: #4d748f;
}