.profil-lg.avatar-lg {
    width: 150px;
    height: 150px;
    margin-top: -20px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.profil-lg.avatar-lg::before {
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    border: 3px solid var(--whiteColor);
    border-right: 2px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 100%;
    z-index: -1;
}

.profil-lg.avatar-lg .btn-add-photo {
    position: absolute;
    padding: 0;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--whiteColor);
    font-size: 14px;
    color: var(--colorParagraph);
    right: 10px;
    bottom: 10px;
}

.profil-lg.avatar-lg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}
