@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* Put your IE-only styles here. Works for IS 10 & IE 11*/
    .card-match-padding{
        padding-top: 1.25rem;
        margin-top: -10px;
    }
    .btn{
        white-space: nowrap!important;
        display: inline-block;
    }
    .row-infos-joueur{
        width: 100%;
    }
}
