:root {
    --Fond1: #141414;
    --Gris1: #808080;
    --Gris2: #b1b1b1;
    /* --Primary: #0075FF;
    --Secondary: #FFFFFF; */
    --Disabled: #252627;
    --Black: #000000;
    --Gris2: #b1b1b1;
}

@font-face {
    font-family: 'Logik Wide';
    src: url('https://afti-lan.fr/0ressources/font/Logik-WideBold.woff2') format('woff2'), url('https://afti-lan.fr/0ressources/font/Logik-WideBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Logik Semi Bold';
    src: url('https://afti-lan.fr/0ressources/font/Logik-WideSemiBold.woff2') format('woff2'), url('https://afti-lan.fr/0ressources/font/Logik-WideSemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.btn2 {
    width: 150px;
    height: 30px;
    padding: 5px 10px 5px 10px;
    margin: 7px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    border: 0px!important;
}

.btn2-resp {
    /* width: 150px; */
    height: 30px;
    padding: 5px 10px 5px 10px;
    margin: 7px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}

.btn2-sm {
    /* width: 40px; */
    /* height: 75px; */
    padding: 5px 7px 5px 7px;
    margin: 7px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    display: inline-block;
}

.btn2-primary {
    background-color: var(--Primary);
    color: var(--Secondary)!important;
    border-color: var(--Primary)!important;
    border: unset!important;
}

.btn2-primary :hover{
    cursor: pointer;
}

.btn2-secondary {
    background-color: var(--Secondary);
    color: var(--Primary);
}

.btn2-error {
    background: red;
    color: white;
}

.btn2-success {
    background: green;
    color: white;
}

.btn2.disabled, .btn2.disabled:hover {
    background-color: var(--Black);
    color: var(--Gris1)!important;
    cursor: not-allowed;
}

.btn2-primary:hover, .btn2-secondary:hover, .btn2-success:hover, .btn2-error:hover {
    background-color: var(--Black);
    color: white!important;
}

.card2 {
    width: 184px;
    float: left;
    margin: 10px;
    margin-bottom: 10px;
    background-color: var(--Secondary);
    border-radius: 15px;
    z-index: 0;
}

.card2>div>.img {
    width: 184px;
    height: 184px;
    border-radius: 15px;
    z-index: -22;
}

.card2>.text {
    background-color: var(--Gris1);
    padding: 2px;
    text-align: center;
    font-family: var(--font1);
    color: white;
    font-weight: bold;
    width: 184px;
    margin-top: -30px;
    z-index: 200;
    position: absolute;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.lineup {
    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%);
    padding: 15px;
    border-radius: 15px;
    font-family: var(--font1);
    justify-content: space-around;
    display: flex;
    background-color: var(--Secondary);
}

.lineup-name {
    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%);
    padding: 7px;
    border-radius: 10px;
    font-family: var(--font1);
    font-weight: bold;
    background-color: var(--Gris1);
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 25px;
    background-size: cover;
    overflow: hidden;
    clear: both;
}

.lineup-name a {
    color: white;
}

.play-button-div {
    position: relative;
    display: inline-block;
}

.play-button-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.play-button-icon>i {
    color: green!important;
}

.modal2-body {
    background-color: var(--Fond1);
    padding: 15px;
    color: white;
}

.modal2-header {
    border-radius: 0px;
    background-color: var(--Gris1);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.modal2-tittle {
    font-family: var(--font1);
    color: white;
    font-size: 30px;
    font-weight: bold;
}

.modal2-content {
    border-radius: 15px;
    border: 0px;
}

.nav2 {
    background-color: black;
    border-bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
    border: 0px;
}

.nav2>.container {
    background-repeat: no-repeat;
}

.nav2-brand {
    padding: 0px;
    padding-top: 20px;
}

.navbar-header {
    position: relative;
}

@media only screen and (min-width: 481px) {
    .navbar-header {
        position: relative;
        z-index: 1;
    }
}

@media only screen and (max-width: 480px) {
    .nav2-brand {
        padding: 5px;
    }
}

.toornament-switch {
    display: flex;
    background-color: var(--Primary);
    color: var(--Secondary);
    border-radius: 15px;
}

.toornament-switch>div {
    /* font-family: 'Logik Wide' !important; */
    font-family: var(--font1);
    /* font-size: 14px; */
    padding: 10px;
    border-radius: 15px;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}

.toornament-switch>div:hover {
    background-color: var(--Black);
}

.toornament-switch>div.active {
    background-color: var(--Secondary);
    color: var(--Primary);
}

.logikw {
    font-family: 'Logik Wide' !important;
}