.toggle-element  {
    cursor:pointer;
}


.is-visible {
    display:block !important;
}


.to-show {
    display: none;
}

.all-div-table {
    margin-bottom:9px;
}

.left-column-buttons {
    margin-top:5px;
}

.left-column-show-club .black-button {
    width:90px;
    position:relative;
}



.left-column-show-club .black-button a:nth-child(2) {
    font-size: 12px;
    color:white;
    position:absolute;
    top:4px;
}


#players-list > table .center {
    text-align: center;
}


#players-list > table .int-nbr {
    width:22px;
}

#players-list > table p {
    margin: 0;
}


#players-list > table tr {
    border-bottom: 1px solid #dee2e6;
}


.stats-title {
    font-size: 13px;
    margin-bottom: 0.2rem;
    margin-left: -0.7rem;
    margin-right: 0;
    border: 0.9px groove grey;
    border-right:0;
    border-bottom:0;
    padding-left: 0.7rem;
}

.back-niv-2 {
    color: rgb(255, 0, 0);
}

.back-niv-3 {
    color: #747474;
}

.back-niv-4 {
    color: #bababa;
}

.niveau-2 {
    color:rgb(247, 82, 82);
}

.niveau-3 {
    color:#747474;
}

.niveau-4 {
    color:#bababa;
}