
.bloc-menu-compte .mon-compte {
    background-color: #3A3A3A;
    transform: scale(1.26);
    height: 40px;
    margin: 20px 0px;
}

.bloc-menu-compte .mon-compte h2 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    padding: 8px 0px;
        font-weight: 700;

}

.bloc-menu-compte .compte-content-menu {
    text-align: center;
}

.bloc-menu-compte .compte-content-menu>h2>span {
        font-size: 20px;
    font-weight: 300;
}


.bloc-menu-compte .compte-content-menu h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
}

.bloc-menu-compte .compte-content-menu .nav-menu-compte {
      line-height: 3;
        margin: 20px 0;
        font-weight: 300;
}


.bloc-menu-compte .compte-content-menu .svg-menu-compte {
      margin-right: 20px;
}

.bloc-menu-compte .compte-content-menu .menu-compte-li {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.bloc-menu-compte .compte-content-menu .menu-compte-li.active {
  font-weight: 400;
}

.bloc-menu-compte .compte-content-menu .menu-compte-li a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
        color: #3A3A3A;
}

.bloc-menu-compte .icone-compte {
    text-align: center;
}


.circle-compte {
    width: 138px;
    height: 138px;
    border-radius: 138px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    position: relative;
    box-sizing: content-box;
    border: 1px solid #707070;
}

.ibox-title>.circle-compte {
    margin-bottom: 15px;
}

.circle-compte.circle-big {
    width: 158px;
    height: 158px;
    border-radius: 200px;
}

.bloc-connected .circle-compte.circle-big {
    width: 138px;
    height: 138px;
}

.circle-compte.circle-svg {
    width: 108px;
    height: 108px;
    border: none;
}

.upload-avatar, .delete-avatar {
    display: inline-block;
    opacity: 0;
    top: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(58, 58, 58, 0.46);
    margin: 0;
    transition: 400ms;
    cursor: pointer;
    font-weight: 500;
    font-size: 8pt;
    padding-top: 7px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.delete-avatar {
    bottom: 100%;
    top: 0;
}

.delete-avatar:hover {
    color: #FFFFFF;
}

.upload-avatar img, .delete-avatar img {
    max-width: 20px;
}

.circle-compte>svg {
    position: absolute;
    left: -6px;
    top: -6px;
}

.circle-compte {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.circle-compte:hover>.upload-avatar, .bloc-menu-compte .circle-compte:not(.circle-big)>.upload-avatar {
    display: inline-block;
    opacity: 1;
    top: 60%;
}

.circle-compte.circle-big:hover>.upload-avatar {
    display: inline-block;
    opacity: 1;
    top: 70%;
}

.circle-compte.circle-big:hover>.delete-avatar {
    display: inline-block;
    opacity: 1;
    bottom: 70%;
}

.upload-avatar:hover {
    background: rgba(58, 58, 58, 0.7);
}
.delete-avatar:hover {
    background: rgba(184, 41, 41, 0.6);
}

