.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #2c4b68;
}

.top-bar .logout {
    font-weight: bold;
}

.menu-right.mode-simple .top-bar {
    justify-content: flex-end;
}

.menu-right.mode-simple .top-bar .logout {
    margin-left: auto;
}

.top-bar .link {
    text-decoration: none;
    color: #2c4b68;
}

.top-bar .icon {
    font-size: 16px;
}

.user-section {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.user-section.small {
    margin: 10px 0;
}

.avatar {
    width: 50px;
    height: 50px;
    background-color: #eee;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    flex: 0 0 50px;
    aspect-ratio: 1;
}

.icon-black {
    width: 28px;
    height: 28px;
    background-color: black;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 12px;
}

.user-info {
    font-size: 14px;
    color: #2c4b68;
}

.user-info strong {
    font-weight: bold;
}

.user-info .fonction {
    font-size: 12px;
    color: #777;
}

.contrib-title {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.contrib-title h3 {
    font-size: 13px;
    color: #2c4b68;
    margin: 0;
    font-weight: 600;
    margin-right: 8px;
}

.dot {
    width: 6px;
    height: 6px;
    background-color: gold;
    border-radius: 50%;
}