body {
    font-family: 'Geologica', sans-serif;
    scrollbar-color: #23272c white;
    background-color: #0a0c0f;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

#forme {
    display: flex;
    justify-content: space-between;
}

.boutique:hover {

    color: #daf37c;
    background-color: rgb(0, 0, 0);
}

.table-container {
    display: grid;
    justify-content: center;

}

.table-container .table {
    color: rgb(255, 255, 255);
    background-color: #0d0f13;
    text-align: center;
    padding: 20px;
    width: 1000px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #1d2026;
}

.table thead tr th {
    background-color: #171b22;
    border-radius: 5px;
    padding: 5px;
}

.table tr td {
    background-color: #12151b;
    border-radius: 6px;
    padding: 5px;
}


.table tr:hover {
    opacity: 0.5;
    cursor: default;
}

.table tr td img {
    width: 30px;
    padding-right: 3px;
}

#equipe {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

#titre, #tableau {
    font-family: 'Krona One', sans-serif;
    text-decoration: none;
    color: #ffffff;
}

.result-loss {
    color: red;
}

.result-win {
    color: greenyellow;

}

#menunumero{
    font-size: 20px;
}

.result-draw {
    color: gray;
}

.tnklogo {
    width: 400px;
    padding: 20px;
    display: block;
    margin: auto;
}

.firstp {
    margin: auto;
    padding: 10px;
    text-align: center;
    color: rgb(236, 236, 236);
    width: 80%;
    font-size: 20px;

}

/***************GAMING******************************/

/******************BILAN MATCH *********************************/


/*****************VIDEO YOUTUBE*********************************/


/**************MEDIA******************************/

