.moncompte-header {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.moncompte-header__link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
    padding: 0 12px;
}

.moncompte-header__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
}

.moncompte-header__avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
}

.moncompte-header__name {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .moncompte-header__name {
        display: none;
    }
}
