.content {
    background-color: white;
    border-radius: 30px;
    margin: 50px 0;
    padding: 50px;
}

h1, h2 {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    clear: both;
    color: #191919;
    padding: 1.2rem;
    padding-left: 8.4rem;
    border-bottom: 1px solid #efefef;
    font-family: "oswald",sans-serif;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
    min-height: 66px;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    font-size: 40px;
    line-height: 3rem;
    background: none;
    text-shadow: none;
    font-weight: bold;
}

@media (max-width: 580px) {
    h1 {
        font-size: 20px;
    }
}

.div-tournoi {
    margin: 10px;
    box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0px 4px 26px 0px rgba(40, 26, 13, 0.10);
}

.thumbnail-tournoi {
    height: 300px;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
}

.desc-tournoi {
    padding: 20px;
}

@media (max-width: 580px) {
    .div-tournoi {
        width: 100%;
    }
}

@media (min-width: 580px) and (max-width: 1249px) {
    .div-tournoi {
        width: calc(50% - 20px);
    }
}

@media (min-width: 1250px) {
    .div-tournoi {
        width: calc(100%/3 - 20px);
    }
}

.btn-new-div {
    text-align: end;
}

.participants-name {
    background-color: #999;
    height: 50px; 
    width: calc(25% - 20px);
    border-radius: 20px;
    margin: 10px;
    text-align: center;
}

table
{
    margin-top: -1px;
    width: 100%;
    border-spacing: 0 1px;
    text-align: center;
}
thead {
    background-color: #0E0426;
}

th{
    padding : 5px 10px;
    color: #0EB9D9;
}

tbody>tr {
    height: 50px;;
    background-color: #D2D2D2;  
}

.ranking_table>tr>td:nth-child(2) {
    font-weight: 600;

}

.nb-win {
    color:#32BFE3; 
    font-weight: bold;
}
.nb-lose {
    color:#DD019C; 
    font-weight: bold;
}

.ranking_table>tr:nth-child(1)>td:nth-child(1) {
    font-family: "roboto condensed",sans-serif;
    box-sizing: border-box;
    text-align: center;
    display: block;
    position: relative;
    margin: auto;
    background: #ffba00;
    color: #ffffff;
    box-shadow: inset 0 0 3px 2px #ffe300;
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 30px;
    font-weight: bold;
    margin-top: 6px;
}

.ranking_table>tr:nth-child(2)>td:nth-child(1) {
    font-family: "roboto condensed",sans-serif;
    box-sizing: border-box;
    text-align: center;
    display: block;
    position: relative;
    margin: 0 auto;
    background: #b6b6b6;
    color: #eeeeee;
    box-shadow: inset 0 0 3px 2px #ddddcd;
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 30px;
    font-weight: bold;
    margin-top: 6px;
}
.ranking_table>tr:nth-child(3)>td:nth-child(1) {
    font-family: "roboto condensed",sans-serif;
    border-spacing: 0;
    box-sizing: border-box;
    text-align: center;
    display: block;
    position: relative;
    margin: 0 auto;
    background: #ff6100;
    color: #ffbb3f;
    box-shadow: inset 0 0 3px 2px #ff9b00;
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 30px;
    font-weight: bold;
    margin-top: 6px;
}


.program {
    padding: 50px 0;
}

.content-tournament {
    background-color: white;
    border-radius: 10px;
    margin: 50px 0;
    padding: 0 2px ;
}

.w10 {
    width: 10%;
}
.w39{
    width: 39%;
}
.w12{
    width: 12%;
}

.btn-plus {   
    border: solid 2px #222;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    background-color: #06daff;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 1px 0 #283966;
    box-shadow: inset 2px 2px 0 1px #06daff;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "oswald", sans-serif;
  }