.containerMembres{
    width: 80%;
    max-width: 1000px;
    z-index: 2;
}
ol{
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid var(--AAB734);
    border-top: 0;
    background: #00000047;
    border-radius: 0 0 10px 10px;
}
li{
    border-bottom: 1px solid rgba(255,255,255,0.12);
}
.containerMembresFilter{
    width: 100%;
    height: 120px;
    min-height: 100px;
    background: #000000;
    border: 1px solid var(--AAB734);
    padding: 10px;
    border-radius: 10px 10px 0 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.membresFilterSvgText{
    fill:  var(--AAB734);
    filter: drop-shadow(1.5px 1px 2px #000);
    padding: 5px;
}
.containsMembresFilter{
    display: flex;
    justify-content: center;
    align-items: center;
}
.containsMembresFilter{
    position: absolute;
    top: 0;
    left: 0;
}
.containerMembresFilterChoice{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100px;
}
.containsMembresFilterOrder{
    width: 200px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containsMembresFilterRank{
    width: 200px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containsMembresFilterGame{
    width: 200px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containsMembresFilterSearch{
    width: 200px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.membresFilterOrder, .membresFilterRank, .membresFilterGame, .membresFilterSearch{
    position: relative;
}
.membresFilterText{
    font-size: 18px;
    margin: 0;
    color: var(--AAB734);
}
.membresFilterOrderText, .membresFilterRankText, .membresFilterGameText, .membresFilterSearchText{
    text-align: center;
    color: var(--AAB734);
    margin: 3px;
    position: absolute;
    right: 110px;
}
.membresFilterOrderSelect, .membresFilterRankSelect, .membresFilterGameSelect, .membresFilterSearchSelect{
    display: flex;
    justify-content: center;
    align-items: center;
}
.containsMembres{
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.containsMembres a {
    text-decoration: none!important;
}
.containerMembresAvatar{
    margin-right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: black;
}
.containsMembresAvatar{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-color: black; */
}
.membresPseudo{
    font-size: 18px;
    color: #aeaeae;
    width: max-content;
    height: auto;
}
.membresGradeFondateur{
    color: #a30000;
}
.membresGradeAdmin{
    color: #184FC6;
}
.membresGradeModerateur{
    color: #3e8f05;
}
.displayNoneRank{
    display: none!important;
}
.displayNoneGame{
    display: none!important;
}
.displayNonePseudo{
    display: none!important;
}
.membresFilterSearchSelectInput{
    background: black;
    color: #aeaeae;
    outline: none;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid var(--AAB734);
    cursor: pointer;
    width: 95px;
    height: 23px;
    cursor: text;
}
select{
    background: black;
    color: #aeaeae;
    outline: none;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid var(--AAB734);
    cursor: pointer;
    width: 100px;
    height: 25px;
}
select option{
    color: #aeaeae;
}
.containerMembresGames{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.containsMembresGames{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.membresGames{
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
    margin: 2px 5px 2px 0px;
    border-radius: 3px;
    border: 1px solid #aeaeae;
    cursor: pointer;
}