:root {
    /* --Primary: var(--Primary); */
    /* --Primary: #EB9500; */
    --Fond1: #141414;
    --Fond2: #303030;
    --Gris1: #808080;
    --Gris2: #b1b1b1;
    /* --font1: 'Raleway', sans-serif; */
    --font1: 'Ubuntu', sans-serif;
}

.debug {
    border: 2px solid red;
}

.cursor {
    cursor: pointer;
}

.paypal-button-text, .cb-footer {
    display: none;
}

/* .login_row {
    margin-top: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: url(../images/custom/divers/login_back.svg);
    border-radius: 15px;
} */

.login_right {
    /* background-color: var(--Primary); */
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 25px;
    color: black!important;
}

.login_left {
    /* background-color: white; */
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 45px 45px 51px 45px;
    z-index: 20;
}

.login_left>a, .login_left>form {
    z-index: 220;
}

.login_tittle {
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 15px;
}

.login_ext {
    /* margin: 5px; */
    width: 80%;
    margin-top: 10px;
}

.login_ext x {
    font-family: var(--font1);
    font-weight: bold;
    margin-top: -10px;
    text-transform: none;
}

.login_ext i {
    font-size: 20px;
}

.login_afti {
    color: var(--Secondary);
}

.login_discord {
    background-color: #7289DA;
}

.login_steam {
    background-color: #0B1A33;
}

.login_twitch {
    background-color: #9147ff;
}

.login_chevron {
    z-index: 20;
    height: 339px;
    position: absolute;
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .login_row {
        margin-top: 50px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* background: url(../images/custom/divers/login_back.svg)!important; */
        border-radius: 15px;
    }
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .login_row {
        margin-top: 50px;
        /* background: url(../images/custom/divers/login_back.svg) 100% 0 no-repeat var(--Fond1); */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* background: url(../images/custom/divers/login_back.svg); */
        border-radius: 15px;
        background: linear-gradient( 110deg, #ffff 50%, var(--Primary) 10%);
    }
}

@media only screen and (max-width: 992px) {
    .login_row {
        margin-top: 50px;
        /* background: url(../images/custom/divers/login_back.svg) 100% 0 no-repeat var(--Fond1); */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* background: url(../images/custom/divers/login_back.svg); */
        border-radius: 15px;
        background: linear-gradient( 180deg, #ffff 50%, var(--Primary) 10%);
    }
    .login_ext {
        /* margin: 5px; */
        width: 100%;
        margin-top: 10px;
    }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    /* .login_ext {
        width: 100%;
        margin-top: 10px;
    }
    .login_row {
        margin-top: 50px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 15px;
        background-color: black;
    } */
}

.form-login {
    width: 75%!important;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: white!important;
    border: 0px!important;
    color: black!important;
}

.popover {
    color: black!important;
}

.login_forgot {
    text-align: right;
    color: var(--Secondary);
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
}

/* .main-register-account {
    background: url(../images/csgo/join-bg.jpg) 100% 0 no-repeat var(--Fond1);
    background-size: cover;
    background-position: center;
} */

.event-main {
    /* background: url(../images/custom/tournoi/BG-2-simple.jpg) 100% 0 no-repeat var(--Fond1); */
    background-size: cover;
    background-position: center;
    /* min-height: 300px; */
    /* padding-bottom: 30px; */
    background-color: white;
}

input[type='text'], input[type='password'], input[type='date'], input[type='email'], input[type='number'], input[type='number'], input[type='datetime'] {
    padding: 15px 10px;
    border: 1px solid transparent;
    width: 100%;
    background: var(--Black);
    font-size: 14px;
    color: white;
    line-height: normal;
    outline: none;
}

@-moz-document url-prefix() {
    input[type='date'] {
        padding: 0px;
        padding-left: 5px;
    }
}

input[type='text'][disabled], input[type='password'][disabled], input[type='date'][disabled] {
    background: #ededed;
    color: black;
}

input[type='file'] {
    background: var(--Fond2);
    border: 1px solid transparent;
    background: #292929;
}

input[type='file']::-webkit-file-upload-button {
    visibility: hidden;
}

input[type='file']::before {
    content: 'Choisir un fichier';
    border: 1px solid var(--Primary);
    border-radius: 3px;
    padding: 2px 2px 2px 2px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 10pt;
    margin-top: -5px;
    background: #292929;
}

select {
    background: var(--Fond2);
}

/* BTN-CUSTOM */

.btn-primary:hover, .btn-error:hover, .btn-sm-primary:hover, .btn:hover, .btn-valid:hover {
    background: var(--Black);
    color: white;
}

.btn-secondary:hover, .btn-sm-secondary:hover {
    background: var(--Primary);
    color: white;
}

.btn-primary {
    width: 150px;
    margin: 10px;
    padding: 6px 5px 5px 5px;
    border-radius: 5px;
    border: none;
    background: var(--Primary);
    font-size: 16px;
    color: #e5e5e5;
    text-transform: uppercase;
    font-family: var(--font1);
    font-weight: bold;
}

.btn-sm-primary {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background: var(--Primary);
    font-family: var(--font1);
    font-weight: bold;
    margin: 10px;
}

.btn-secondary {
    width: 150px;
    margin: 10px;
    padding: 6px 5px 5px 5px;
    border-radius: 5px;
    border: none;
    background: var(--Gris1);
    font-size: 16px;
    color: #e5e5e5;
    text-transform: uppercase;
    font-family: var(--font1);
    font-weight: bold;
}

.btn-sm-secondary {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background: var(--Gris1);
    font-family: var(--font1);
    font-weight: bold;
    margin: 10px;
}

.btn-sm-error {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background: red;
    font-family: var(--font1);
    font-weight: bold;
    margin: 10px;
}

.btn-error {
    width: 150px;
    margin: 10px;
    padding: 6px 5px 5px 5px;
    border-radius: 5px;
    border: none;
    background: red;
    font-size: 16px;
    color: #e5e5e5;
    text-transform: uppercase;
    font-family: var(--font1);
    font-weight: bold;
}

.btn-valid {
    width: 150px;
    margin: 10px;
    padding: 6px 5px 5px 5px;
    border-radius: 5px;
    border: none;
    background: green;
    font-size: 16px;
    color: #e5e5e5;
    text-transform: uppercase;
    font-family: var(--font1);
    font-weight: bold;
}

.btn-outline-primary {
    width: 150px;
    margin: 10px;
    padding: 6px 5px 5px 5px;
    border-radius: 7px;
    border: 2px solid var(--Primary);
    background: var(--Fond1);
    font-size: 16px;
    color: #e5e5e5;
    text-transform: uppercase;
    font-family: var(--font1);
    font-weight: bold;
}

.btn-outline-primary:hover {
    background: var(--Primary);
    color: var(--Fond1);
}

/* MODAL */

.modal-content {}

.modal-header {
    padding: 0px;
    padding-left: 15px;
    color: white;
    background-color: var(--Primary);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal-header h5 {
    padding: 5px;
    color: white;
}

.modal-body {
    color: var(--Fond2)!important;
}

/* .team-header {
    background: url(../images/csgo/bg-team-header.png) 100% 0 no-repeat;
    background-size: cover;
    background-position: center;
    height: 130px;
    border-bottom: 2px solid var(--Primary);
}

.team_header_tittle {
    font-size: 30px;
    margin-top: 50px;
    text-decoration: underline;
    text-decoration-color: var(--Primary);
    text-transform: uppercase;
    font-family: var(--font1);
    font-weight: bold;
} */

.team_header_leave {
    margin-top: 60px;
}

.team_icon_role {
    margin: 5px;
    font-size: 25px;
}

/* .team_logo {
    border-bottom: var(--Primary) 2px solid;
    margin-top: 10px;
} */

.team_desc_tittle, .team_player_liste {
    margin-top: 10px;
    font-weight: bold;
}

.team-modal-card {
    background: var(--Fond2);
    border-radius: 5px;
    height: 96px;
    color: white;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 96px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.team-modal-card:hover, .team-modal-card-active {
    background: var(--Gris1);
}

.tournoi_avatar {
    width: 100%;
    border-bottom: var(--Primary) 2px solid;
    cursor: pointer;
}

.tournoi_avatar_min {
    border-bottom: var(--Primary) 2px solid;
}

.tournoi_avatar:hover, .tournoi_avatar_selected {
    opacity: 0.5;
}

.tournoi_avatar_round, .player_avatar_round {
    border-radius: 50%;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

.discord_invitation {
    background-color: #23272A;
    border-radius: 9px;
}

.discord_invitation img {
    background-color: #2C2F33;
    /* border: 1px solid white; */
}

#teamstoken {
    font-size: 14px;
}

.team_key {
    font-size: 18px;
    font-weight: bold;
}

.team_link {
    cursor: pointer;
    display: inline;
}

.team_tournoi {
    font-size: 14px;
}

.team_creation {
    font-size: 12px;
    color: white;
    text-align: center;
    font-style: italic;
}

/* TOURNOI  */

.club-champ h4 {
    font-size: 30px;
    font-size: 16px;
    font-weight: bold;
}

.champ-date .fa-calendar {
    color: var(--Primary);
}

.club-wrap {
    background: url(../images/csgo/about-bg.jpg) 100% 0 no-repeat var(--Fond1);
    background-size: cover;
    background-position: center;
}

.championship-header-wrapper {
    padding-bottom: 50px;
}

.championship-header-wrapper .club-logo img {
    max-width: 80%;
    text-align: center;
    display: inline;
    border-bottom: 2px solid var(--Primary);
}

.championship-header-wrapper .club-info {
    padding-top: 5px;
}

.row-tournament-info {
    margin-top: 10px;
}

.club-logo-tournament {
    margin-top: 20px;
}

.club-info .item {
    font-size: 15px;
    color: white;
}

.club-info .top-item {
    font-size: 16px;
    color: white;
    text-decoration: underline;
    text-decoration-color: var(--Primary);
    font-weight: bold;
}

.club-info .item span {
    font-weight: bold;
    font-size: 15px;
    color: var(--Primary);
}

.champ-nav-list li a {
    font-family: var(--font1);
    font-size: 14px;
}

.champ-nav-list li a:hover {
    color: black;
}

.tour-header-div {
    padding: 15px;
    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;
    height: 200px;
}

.tour-header-div.tour-valo {
    background: url(../images/custom/header/Header_tournoi_valo.png) no-repeat right;
    background-color: var(--Fond2);
    background-size: cover;
}

.tour-header-div.tour-csgo {
    background: url(../images/custom/header/Header_tournoi_csgo.png) no-repeat right;
    background-color: var(--Fond2);
    background-size: cover;
}

.tour-header-div.tour-jd {
    background: url(../images/custom/header/Header_tournoi_jd.png) no-repeat right;
    background-color: var(--Fond2);
    background-size: cover;
}

.tour-header-div.tour-rl {
    background: url(../images/custom/header/Header_tournoi_rl.png) no-repeat right;
    background-color: var(--Fond2);
    background-size: cover;
}

.tour-header-div.tour-cs2 {
    background: url(../images/custom/header/Header_tournoi_cs2.png) no-repeat right;
    background-color: var(--Fond2);
    background-size: cover;
}


.tour-header-div>h3 {
    padding-top: 0px!important;
    margin-top: 0px!important;
    padding-bottom: 0px!important;
}

.tour-header-div>ul {
    padding-top: 0px!important;
}

.tour-header-div>a>span.btn2 {
    /* padding: 0px!important; */
    margin: 0px!important;
    margin-top: 15px!important;
}

/* OLD */

.btn-shop {
    margin-top: 15px;
}

.alerte {
    text-align: center;
    border: 1px solid var(--Primary);
    padding: 10px;
}

.badge-danger {
    background-color: red;
}

.badge-legende-1 {
    background-color: #c68100;
}

.badge-legende-2 {
    background-color: #f4c63d;
}

.badge-legende-3 {
    background-color: #0051ad;
}

.table-team-a {
    background-color: var(--Gris1)!important;
    font-weight: bold;
}

.table-team-b {
    background-color: #686868!important;
    font-weight: bold;
}

.table-team-other {
    background-color: black!important;
    font-weight: bold;
}

.img-map {
    border: 3px #686868 solid;
}

.match-information {
    padding-bottom: 50px;
    background: var(--Fond2);
    background-size: cover;
}

.titre-orange {
    color: var(--Primary);
}

.badge-orange {
    color: #fff;
    background-color: var(--Primary);
}

.height-cust1 {
    height: 22px;
}

.badge-match {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.top-10 {
    margin-top: -30px;
}

.topplus10 {
    margin-top: 45px;
}

.d-none {
    display: none;
}

.th_team_name, .td_team_name {
    width: 250px;
    text-align: center!important;
}

.invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.nous-rejoindre {
    margin-left: 50px;
}

.nous-rejoindre .icon {
    color: var(--Primary);
}

.nous-rejoindre .info .text {
    color: var(--Secondary);
    font-size: 15px;
    line-height: 20px;
}

o {
    color: var(--Primary);
    font-weight: bold;
}

.subtitre {
    font-style: italic;
    color: var(--Primary);
}

.liste-membre {
    font-size: 20px!important;
}

/*VERIF DES TICKETS*/

.ticket-verif-success {
    background-color: #00b300;
    color: black;
}

.ticket-verif-error {
    background-color: #ff0000;
    color: black;
}

.ticket-verif-already {
    background-color: #ff8c1a;
    color: black;
}

.ticket-verif-success, .ticket-verif-error, .ticket-verif-already {
    margin: auto;
    padding: 10px 10px 10px 10px;
    text-align: center;
    font-weight: bold;
}

.msg {
    display: inline;
}

.timeline-bar {
    background-color: grey;
    border-bottom: 5px solid white;
    border-top: 5px solid white;
    font-weight: bold;
    text-align: center;
}

.timeline-bar .date {
    font-size: 18px;
    color: white!important;
}

.inscriptions-countdown {
    padding: 25px 0px 10px 0px;
    background-color: dimgrey;
    border-bottom: 2px var(--Primary) solid;
    font-size: 30px;
}

.SC_Button {
    cursor: pointer;
}

.admin-inscription-dash-case-head {
    background-color: black;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px var(--Primary) solid
}

.admin-inscription-dash-case-sub {
    height: 96px;
    background-color: dimgray;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    padding: 35px 0px 10px 0px;
}

.mineurs {
    background-color: rgba(255, 0, 0, 0.1);
}

.mineurs_ok {
    background-color: rgba(145, 255, 0, 0.164);
}

.mineurs_no_auth {
    background-color: rgba(255, 0, 0, 0.363);
}

.staff-box .item {
    height: 250px!important;
}

.main-sponsor-slider-background {
    background-color: var(--Fond1)!important;
    background: none!important;
}

.next-inscription {
    background-color: var(--Primary);
    border-radius: 9px;
    padding: 18px 30px 16px 30px;
    border: none;
    font-size: 18px;
    font-weight: bold;
}

.editplayer {
    cursor: pointer;
}

.modal-body h6 {
    color: black;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}

.team-right-side {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 0px!important;
}

div.col-md-5.team-right-side>div>div.bg-3.account-left-section-name {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.orderlist-footer-div {
    /*background-color: 	#505050;*/
    background-color: rgba(80, 80, 80, 0.5);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: dimgray;
    /*border-color: white;*/
}

.orderlist-header-div k {
    font-weight: bold;
    text-transform: uppercase;
}

.orderlist-footer-div-item {
    padding-top: 10px;
}

.sumup-error, .paypal-error {
    background-color: red;
    color: white;
    padding: 10px;
    display: none;
    font-weight: bold;
}

.payment-info {
    background-color: green;
    color: white;
    padding: 10px;
    font-weight: bold;
}

#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 20000;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    text-align: center;
    /* Add a pointer on hover */
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#text-match {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: var(--Fond2);
    border: 2px white solid;
    padding: 50px;
}

.btn-credit-card, .btn-credit-card:active, .btn-credit-card:focus {
    width: 100%;
    background: #003087;
    color: white;
    padding: 2.5px!important;
    border-radius: 4px;
}

.btn-cash, .btn-cash:active, .btn-cash:focus {
    width: 100%;
    background: grey;
    color: white;
    padding: 2.5px!important;
    border-radius: 4px;
}

.progress-bar:hover {
    cursor: pointer;
}

/* .paiement-ttl {
                     padding-bottom: 35px;
                 } */

.smp-success {
    background-color: forestgreen;
}

.smp-failed {
    background-color: red;
}

.smp-modal-failed {
    color: red;
    font-weight: bold;
}

.smp-modal-success {
    color: forestgreen;
    font-weight: bold;
}

.div-sumup-return-msg {
    text-align: center;
    /* padding: 50px; */
    height: 160px;
}

.sumup-return-msg {
    line-height: 160px;
    font-size: 80px!important;
}

.paycartshoppaypal {
    display: none;
    padding: 15px;
    padding-bottom: 10px;
    background-color: var(--Fond2);
    border: 1px solid white;
}

.loading {
    font-weight: bold;
    margin-top: 20px;
    animation: color-change 2s infinite;
}

.cb-header {
    cursor: pointer;
}

.connect {
    color: green;
}

.disconnect {
    color: red;
}

.socket-io-status {
    float: right;
}

@keyframes color-change {
    0% {
        color: var(--Primary);
    }
    50% {
        color: var(--Gris1);
    }
    100% {
        color: var(--Primary);
    }
}


.team_statut {
    font-style: italic;
    font-size: 14px;
    margin-top: -15px;
}

li.require.required-yes>i {
    color: green;
    /* list-style-type: "\2705"; */
}

li.require.required-none>i {
    color: red;
    /* list-style-type: "\274c"; */
}

.team-required {
    margin-left: 15px;
}

.pre-required {
    font-size: 16px;
    color: white;
    /* text-decoration: underline;
    text-decoration-color: var(--Primary); */
    font-weight: bold;
}

.checkout-succes-valide-order {
    color: var(--Primary)!important;
}

.checkout-informations {
    font-weight: bold;
}

.categories-list {
    cursor: pointer;
}

.order-articles-top td {
    background-color: var(--Fond1)!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    margin: -5px!important;
    line-height: 1!important;
}

.order-articles>td {
    background-color: var(--Gris1);
    font-size: 12px!important;
    padding: 2px!important;
    line-height: 15px!important;
    height: 25px!important;
}

.order-articles-ft {
    text-transform: initial!important;
    text-align: center!important;
}

.order-articles-top-ft {
    text-align: center!important;
}

table tr:hover td i {
    /* color: white!important; */
}

.info-alert {
    padding: 15px;
    border-radius: 15px;
    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%);
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    vertical-align: middle;
}

.info-message a {
    color: white!important;
    cursor: pointer;
    text-decoration: underline;
}

.team-list-div {
    border: solid 1px var(--Primary);
    border-radius: 5px;
    /* z-index: 600; */
    padding: 10px;
}

.team-list-div-name {
    background-color: var(--Gris1);
    font-weight: bold;
    text-transform: uppercase;
    z-index: -500;
}

.team-list-div-logo {
    padding: 10px;
}

.team-list-div:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.team-list-cn {
    max-height: 180px;
    min-height: 180px;
}

.team-legend {
    cursor: pointer;
}

.broadcast-item.active .item-header {
    background-color: #3d3d3d!important;
}

.broadcast-item.active .info .then, .broadcast-item.active .info .what {
    color: white!important
}

.main-lates-matches .item {
    margin-bottom: 5px;
}

.main-lates-matches .item .championship {
    padding-bottom: 4px;
    clear: both;
    font-size: 15px;
    color: white;
    line-height: normal;
    font-family: var(--font1);
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.main-lates-matches .item .team {
    width: 40%;
    display: inline-block;
    font-size: 22px;
    font-family: var(--font1);
    text-transform: uppercase;
    color: #e5e5e5;
}

.main-lates-matches .item .team1 {
    width: 40%;
    display: inline-block;
    font-size: 22px;
    font-family: var(--font1);
    text-transform: uppercase;
    color: #e5e5e5;
    text-align: right;
}

.span-match-live {
    min-width: 50px;
    padding: 0 10px;
    margin-top: 10px;
    box-sizing: border-box;
    display: inline-block;
    color: white;
    border: 2px solid red!important;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 10px;
}

.span-match-pb {
    border: 1px solid var(--Primary)!important;
    background-color: var(--Fond2)!important;
    color: var(--Gris1)!important;
    font-style: italic;
}

.span-match-end {
    border: 1px solid white!important;
    background-color: var(--Fond2)!important;
    color: white!important;
}

.match-live-info-header {
    background-color: var(--Gris1);
    color: white;
    font-family: var(--font1);
    font-weight: bold;
    padding: 20px 30px 15px 30px;
    border-bottom: solid 3px var(--Primary);
}

.team .avatar-full img {
    width: 96px;
}

.team_a_name, .team_b_name {
    color: white!important;
    font-size: 25px;
}

.match-structure {
    color: white!important;
    font-size: 25px;
    /* text-decoration: underline var(--Primary); */
    text-transform: uppercase;
    text-align: center;
}

.match-infos {
    color: white!important;
    font-size: 18px;
    text-transform: uppercase;
}

.match-live-info-pickban .tittle {
    text-align: center;
}

/* .ban-history-2,
.match-statr,
.ban-setup {
    background-color: var(--Fond2);
    padding: 20px;
} */

/* .ban-history .fa-ban,
.ban-history-2 .fa-ban {
    color: #d62222!important;
}

.ban-history .fa-check,
.ban-history-2 .fa-check {
    color: green!important;
}
 */

/* .maps-score div {
    line-height: 40px;
    vertical-align: middle;
} */

/* .ban-history-2 ul li {
    padding: 7px;
    background-color: #303030;
    border-bottom: 1px solid #474646;
} */

.color-green {
    color: green;
}

.col-half-offset {
    margin-left: 4.166666667%
}

.statsteama {
    background-color: var(--Gris1);
    font-weight: bold;
}

.statsteamb {
    background-color: var(--Fond1);
    font-weight: bold;
}

.span-lose {
    /*color: red!important;*/
    background-color: salmon!important;
    color: white!important;
}

span.live {
    background-color: deepskyblue!important;
}

.win-legend {
    color: #4CAF50!important;
}

.loose-legend {
    color: #F44336!important;
}

.live-legend {
    color: #00BFFF!important;
}

.wait-legend {
    color: #666666!important;
}

.back_teams {
    background-color: #1F1F1F!important;
    border: 1px #1F1F1F solid;
    border-bottom: 1px orange solid;
    margin: 10px;
    padding: 5px;
}

.float-right {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.serveur-detail-info {
    background-color: var(--Gris1);
    padding: 10px;
    color: var(--Fond1);
    font-family: 'Verdana, Geneva, Tahoma', sans-serif;
    font-size: 15px;
}

.match-list-div {
    background-color: var(--Fond2);
    margin-bottom: 5px;
    padding: 10px;
}

.match-list-div:hover {
    border-bottom: 1px solid var(--Primary);
}

.championship {
    padding-bottom: 4px;
    clear: both;
    font-size: 15px;
    color: white;
    line-height: normal;
    font-family: var(--font1);
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.span-match-pb {
    min-width: 50px;
    padding: 0 10px;
    margin-top: 10px;
    box-sizing: border-box;
    display: inline-block;
    background: #e5e5e5;
    color: #292929;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 10px;
}

.span-match-end {
    min-width: 50px;
    padding: 0 10px;
    margin-top: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid white!important;
    background-color: var(--Fond2)!important;
    color: white!important;
}

.team-img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    object-fit: contain;
}

.team-line {
    line-height: 60px;
    /* border: 1px solid red; */
}

.btn-home-shortcut {
    background: var(--Gris1);
    border: 5px #141414 solid;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

.btn-home-shortcut a {
    color: white!important;
}

.map-picker {
    font-size: 13px!important;
    color: var(--Primary);
}

.red, .ban {
    color: red;
    font-weight: bold;
}

.green, .pick {
    color: green;
    font-weight: bold;
}

.blue {
    color: cyan;
    font-weight: bold;
}

.event-main span, .toor-selection span {
    font-size: 20px;
    font-weight: bold;
    color: white;
    padding: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.20);
    background-color: var(--Fond2);
    border-radius: 5px;
}

.event-main span.primary {
    background-color: var(--Primary)!important;
    color: var(--Secondary)!important;
    margin-top: 50px;
}

.event-main span.success {
    background-color: #31ff00!important;
    color: black!important;
    margin-top: 50px;
}


.event-main-timer {
    font-family: var(--font1)!important;
    color: black!important;
    ;
    padding: 20px;
    /* background: linear-gradient(var(--Gris1), var(--Fond1)); */
    /* background-image: -webkit-gradient( linear, center top, center bottom, from(rgba(20, 20, 20, 0.1)), to(rgba(20, 20, 20, 1))); */
}

.event-main-timer .digit {
    font-size: 35px;
    font-weight: bold;
    color: black!important;
    font-family: var(--font1)!important;
}

.event-main-timer .descr {
    margin-top: 5px;
    font-size: 15px;
    font-family: var(--font1)!important;
    color: black!important;
}

.event-main-timer .nex-evnt {
    font-size: 25px;
    font-weight: bold;
    font-family: var(--font1)!important;
    vertical-align: middle;
    line-height: 60px;
    color: black!important;
}

.main-toor-div {
    padding: 15px;
    border-radius: 15px;
    background-color: var(--Fond2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.20);
}

.image-header-new {
    min-height: 50px;
    background: url(../images/custom/tournoi/BG-2-simple.jpg) no-repeat right;
    background-size: cover;
    overflow: hidden;
    clear: both;
}

.image-header-new h1 {
    padding-top: 5px;
    margin-top: 0;
    color: #fff;
}

.image-header-new .info {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.image-header-new .info .wrap {
    position: relative;
}

.image-header-new .info:before {
    content: '';
    margin-bottom: -100%;
    background-color: rgba(45, 19, 16, .7);
    top: 0;
    bottom: 0;
    right: -30px;
    left: -1000%;
    position: absolute;
    transform: skew(-10deg);
}

.users-div-stats {
    padding: 20px;
    /* height: 450px; */
}

.user-div-stats-h {
    font-weight: bold;
}

.user-div-stats-divider {
    width: 80%;
    border-bottom: 1px solid var(--Gris1);
}

hr {
    margin-top: 15px!important;
    margin-bottom: 15px!important;
}

.o {
    color: var(--Primary);
}

.bd {
    font-weight: bold;
}

.user-div-stats-rank-img {
    width: 64px;
}

.header-player {
    height: 120px;
}

.header-player-rl {
    min-height: 50px;
    background: url(../images/custom/header/header_player_rl.png) no-repeat right;
    background-size: cover;
    overflow: hidden;
    clear: both;
}

.header-player-csgo {
    min-height: 50px;
    background: url(../images/custom/header/header_player_csgo.png) no-repeat right;
    background-size: cover;
    overflow: hidden;
    clear: both;
}

.header-player-jd {
    min-height: 50px;
    background: url(../images/custom/header/header_player_jd.png) no-repeat right;
    background-size: cover;
    overflow: hidden;
    clear: both;
}

.header-player-valo {
    min-height: 50px;
    background: url(../images/custom/header/header_player_valo.png) no-repeat right;
    background-size: cover;
    overflow: hidden;
    clear: both;
}

.header-player-cs2 {
    min-height: 50px;
    background: url(../images/custom/header/header_player_cs2.png) no-repeat right;
    background-size: cover;
    overflow: hidden;
    clear: both;
}

.toor-selection {
    min-height: 50px;
    background: url(../images/custom/header/Banderole_header.png) no-repeat right;
    background-size: cover;
    overflow: hidden;
    clear: both;
}

.toor-selection span {
    font-size: 15px!important;
}

.div-rounded-new {
    border-radius: 15px;
    background-color: var(--Fond2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.20);
}

.launchercheck {
    display: none;
}

.team-right-div {
    /* padding: 0px 5px 5px 0px!important; */
}

.team-avatar {
    margin-left: 10px;
    margin-top: 10px;
    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%);
}

.g-recaptcha iframe {
    text-align: center;
    /* border: 1px solid green; */
    margin: auto;
    margin-left: 25px;
}

.broadcast-item .item-head-body-toor {
    padding: 20px 50px 15px 20px;
    position: relative;
    transition: all .4s;
}

.toor-desc {
    text-align: justify;
    text-justify: inter-word;
}

h3 .text-muted {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 12px;
}

.modal .form-group label, .find-epic-id, .find-epic li {
    color: var(--Fond1)!important;
}

.find-epic-id {
    cursor: pointer;
}

.stream-online {
    color: red;
}

.twitch-header {
    background-color: var(--Fond2);
    margin-bottom: 10px;
    height: 100px;
    padding: 15px;
    display: none;
}

.twitch-header-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid grey;
}

.twitch-header h5 {
    padding-top: 0px;
}

.twitch-online {
    border: 3px solid green!important;
}

#twitch-header-tchat {
    cursor: pointer;
    font-weight: bold;
}

#twitch-tchat {
    display: none;
}

.iframe-toor {
    width: 100%;
}

.tooltipaf {
    cursor: pointer;
}

.tooltipaf .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 40%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltipaf .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltipaf:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.footer {
    padding: 20px 0 0;
    /* background: url(../images/csgo/footer-bg.png) 50% 50% no-repeat; */
    background-color: var(--Primary);
    ;
    overflow: hidden;
    background-size: cover;
}

.footer .contact-list li span, .footer .contact-list li i, .footer .contact-list li a {
    color: black!important;
}

#team-menu>ul>li>a>span.menu-userlink {
    color: var(--Primary)!important;
}

#team-menu>ul>li>a>span {
    color: white!important;
}

body>footer>div.wrapper-overfllow>div>div>div:nth-child(1)>div>div>h4 {
    color: white!important;
}

#team-menu>ul>li>ul>li>a>span {
    color: white!important;
}

.nopdl {
    padding-left: 0px!important;
}

.tour_streams>.col-md-3 {
    margin-top: 25px;
}

.video_thumbnail img {
    border-radius: 15px;
}

.video_thumbnail {
    position: relative;
}

.video_thumbnail:hover {
    cursor: pointer;
}

.video_thumbnail .play-btn {
    /* background: white;
    background: blue; */
    display: inline-block;
    padding: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_thumbnail .play-btn:after {
    content: "";
    display: block;
    position: relative;
    left: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 40px;
    border-color: transparent transparent transparent orange;
}

.video_information {
    display: flex;
}

.video_information .avatar img {
    border-radius: 15px;
}

.video_information .information {
    margin-left: 15px;
}

.video_information>.information>a>.tittle {
    width: 360px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video_information>.information>.game, .video_information>.information>a>.team {
    padding: 5px 10px 5px 10px;
    background-color: var(--Fond2);
    border-radius: 5px;
    margin-top: 10px;
}

.tour_streams a {
    color: white;
    cursor: pointer;
}