.memberlist_top {
	height: 120px;
	background-color: var(--content-background);
	background-image: var(--categorie-banner);
	background-position: -58px -90px;
	margin-bottom: 20px;
}

.memberlist_multipage {
	margin-bottom: 20px;
	text-align: end;
}

.memberlist_multipage:empty {
	margin-bottom: 0;
}

.memberlist {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.memberlist_user {
	background: var(--content-background);
	padding: 10px;
	width: 32.25%;
}

.memberlist_userBit {
	background: var(--body-background);
	padding: 10px;
}

.memberlist_character {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
	margin-bottom: 20px;
}

.memberlist_character_infos {
	text-align: right;
	width: 65%;
}

.memberlist_username {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: var(--mainfont);
	color: var(--headline-color);
	text-transform: uppercase;
	margin-bottom: 5px;
}

.memberlist_username a:link,
.memberlist_username a:visited,
.memberlist_username a:active
.memberlist_username a:hover {
	color: var(--headline-color);
}

.memberlist_fact {
	font-family: var(--subfont);
	font-size: 13px;
	letter-spacing: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: end;
}

.memberlist_avatar img {
	border-radius: 100%;
	border: 4px solid var(--circle-color);
	height: 120px;
	width: 120px;
}

.memberlist_description {
	text-align: justify;
	height: 170px;
	width: 100%;
	overflow: auto;
	padding-right: 10px;
	font-size: 13px;
	color: var(--font-color);
	scrollbar-width: thin;
	hyphens: auto;
	-webkit-hyphens: auto;
	margin-bottom: 20px;
}

.memberlist_player {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	justify-content: center;
}

.memberlist_player_inplay {
	display: flex;
	flex-direction: column;
	height: 85px;
	width: 34%;
	justify-content: flex-start;
}

.memberlist_player_inplay .memberlist_fact {
	text-align: start;
}

.memberlist_residence {
	width: 25%;
	text-align: center;
}

.memberlist_residence svg {
	height: 85px;
	width: 85px;
}

.memberlist_residence.oxford svg {
    width: 60px;
}

.memberlist_player_infos {
	height: 85px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 34%;
	text-align: start;
}

.memberlist_fact-player {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: var(--mainfont);
	color: var(--headline-color);
	text-transform: uppercase;
	text-align: end;
}