:root {
    --Orange1: #F5B21E;
    --Orange2: #EB9500;
    --Fond1: #141414;
    --Fond2: #303030;
    --Gris1: #808080;
    --font1: 'Raleway', sans-serif;
    --tag1: #C66F6F;
    --tag2: #3988D0;
    --tag3: #000000;
}

.teams-player-avatar {
    width: 128px;
}

.teams-player-displayname {
    margin-top: 10px;
    background-color: var(--Fond2);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.tour-row {
    background-color: var(--Fond3);
    border-radius: 15px;
    padding: 15px;
    text-align: left;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tour-row>div>img {
    width: 64px;
    border-radius: 5px;
}

.tour-row>.informations {
    margin-left: 15px;
    min-width: 300px;
}

.tour-row>.informations>span.plateform>img {
    width: 16px;
    margin-left: 5px;
    line-height: 15px;
    margin-top: -4px;
}

.tour-row>.actions {
    line-height: 64px;
    width: 100%;
}

.tour-row>div>.game {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--Primary);
    font-style: normal;
    font-weight: bold;
    display: block;
}

.tour-row>div>.tags {
    display: flex;
}

.tour-row>div>.tags>span {
    color: white;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 10px;
    margin-right: 10px;
    height: 25px;
    width: 70px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.header_team {
    width: 100%;
    height: 120px;
    /* position: relative; */
    background-size: cover!important;
    ;
    /* z-index: 2; */
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    clear: both;
}

.header_team>h3 {
    line-height: 120px;
    padding-top: 0px!important;
    margin-top: 0px!important;
}

.header_team_logo {
    width: 120px;
    height: 120px;
    margin-left: 12px;
    margin-top: 12px;
    position: absolute;
    z-index: 0;
    width: 96px;
    height: 96px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    border-radius: 15px;
}

#team_member {
    position: relative;
    text-align: center;
    /* margin: 10px; */
}

.team_member_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    font-weight: bold;
    font-size: 22px;
    color: white;
}

.team_member {
    margin-top: 10px;
    border-radius: 10px;
    background-color: var(--Fond2);
    height: 74px;
    padding: 0px!important;
    display: flex;
}

.team_member.admin {
    background-color: var(--Gris1);
}

.team_member_avatar {
    padding: 0px!important;
    width: 74px;
}

.team_member_avatar img {
    margin: 5px;
    height: 64px;
    border-radius: 15px;
    background-color: var(--Gris1);
}

.team_member_avatar.admin img {
    background-color: var(--Gris1);
}

.team_member_username {
    color: white;
    font-size: 23px;
    padding: 5px;
    width: 100%;
    line-height: 61px;
}

.team_member_username.admin {
    color: black;
}

.users-tag {
    color: var(--Gris1);
    font-size: 15px;
    padding: 2px!important;
    margin: 0px!important;
}

.users-admin {
    font-size: 20px;
}

.team_member_type {
    transform: rotate(-90deg);
    font-size: 12px;
    padding-top: 30px;
    font-weight: bold;
    color: var(--Gris1);
}

.team_member_type.admin {
    color: var(--Fond1);
}

.separator {
    height: 10px;
}

.team_progress{
    margin-top: 15px;
}