:root {
    --score-0: #D2D2D2;
    --score-0b: #9d9d9d;
    --score-1: rgb(189, 25, 15);
    --score-1b: #ff3333;
    --score-2: rgb(225, 146, 27);
    --score-2b: #da8508;
    --score-3: rgb(211, 181, 24);
    --score-3b: #ac910a;
    --score-4: rgb(171, 194, 30);
    --score-4b: #7e9116;
    --score-5b: #28ac91;
    --score-5: rgb(31, 194, 155);
    --score-6b: #1c8349;
    --score-6: rgb(3, 147, 85);
    --score-7: #D2D2D2;
    --score-100: rgb(22 175 207);
    --score-100b: rgb(4, 103, 122);

    --score-ds: rgb(234 235 239);
    --score-aa: rgb(234 235 239);
    --text-ds: rgb(163, 163, 163);
    --text-aa: rgb(163, 163, 163);

    --card-w: 174px;
    --card-h: 282px;

    --card-w-sm: 42px;
    --card-h-sm: 68px;

    --scarcity-l: #d1a60b;
    --scarcity-r: brown;
    --scarcity-sr: #0639d7;
    --scarcity-u: #1f123f;

    --border-l: #a88505;
    --border-r: rgb(104, 15, 15);
    --border-sr: #021f75;
    --border-u: #000000;

    --red-color: #CD3434;
    --darkred-color: #990000;
    --white-color: #fff;
}


body {
    background-color: #f1f1f1;
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 0.9rem;
}

.modal-m {
    max-width: 600px;
}

.lien:hover {
    cursor: pointer;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.container-xxl {
    max-width: 1600px;
}

.text-500 {
    font-weight: 500;
}

.text-800 {
    font-weight: 800;
}

.text-scarcity-4 {
    color: var(--scarcity-l);
}

.text-scarcity-3 {
    color: var(--scarcity-r);
}

.text-scarcity-2 {
    color: var(--scarcity-sr);
}

.text-scarcity-1 {
    color: var(--scarcity-u);
}

.text-sp {
    font-size: 0.9rem;
}

.text-grey {
    color: #ababab;
}

.badge {
    font-weight: 500;
}

.lineh2 {
    line-height: 2;
}

.h-fit {
    height: fit-content;
}

.w-fit {
    width: fit-content;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pitch {
    width: 100%;
    padding: 1em;
    display: flex;
    position: relative;
    align-items: center;
    background-size: 750px;
    justify-content: center;
    background-image: url("img/football-pitch.png");
    background-repeat: no-repeat;
    background-position: center;
}

.players {
    width: var(--card-w);
    height: var(--card-h);
    background: rgba(0, 0, 0, .5);
    color: var(--white-color);
    margin-left: 20px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    justify-content: center;
}

.players-sm {
    width: var(--card-w);
    height: var(--card-h);
    background: rgba(255, 255, 255, 0.7);
    color: var(--white-color);
    margin-left: 20px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    justify-content: center;
    display: flex;
    border: 1px solid #d5d5d5;
    padding-top: 0.5em;
}



.players-plus {
    background-image: url("img/plus.png");
    background-repeat: no-repeat;
    background-position: center;
}

.players:hover {
    background: rgba(0, 0, 0, .6);
    background-image: url("img/plus.png");
    background-repeat: no-repeat;
    background-position: center;
}

.players2:hover {
    background: rgba(0, 0, 0, .6);
    background-repeat: no-repeat;
    background-position: center;
}

.players .position {
    font-size: 12pt;
    color: #fff;
    display: flex;
    height: 20%;
    justify-content: center;
    align-items: center;
}

.picked {
    /* background-color: black; */
    opacity: 0.6;
    width: auto;
    cursor: default !important;
}

.picked img {
    cursor: default !important;
}

.nolink {
    text-decoration: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.socard {
    width: var(--card-w);
    height: var(--card-h);
}

.socard-sm {
    width: var(--card-w-sm);
    height: var(--card-h-sm);
}

.socard:hover {
    background: rgba(0, 0, 0, .6);
    background-repeat: no-repeat;
    background-position: center;
}

.nav-link {
    color: #fff;
}

.nav-link.active {
    color: #efc941;
}

.nav-link:hover {
    color: #c7a013;
}


.link:hover {
    background-color: #e6e6e6;
}

/* Tabs */
.nav-link.nav-link-tab {
    color: #555;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    font-weight: 500;
}

.nav-link.nav-link-tab.active {
    background-color: #dbdbdb;
    border-color: #a7a7a7;
    color: #555;
}

.nav-link.nav-link-tab:hover {
    background-color: #ebebeb;
    border-color: #a7a7a7;
    color: #555;
}


.form-select.form-select-sm {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 500;
}

.form-signin {
    text-align: center;
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.rotate {
    transform: rotate(15deg);
}

.svg-icon {
    fill: currentColor;
    width: 20px;
    height: 20px;
}


.butn {
    padding: 1em 2.1em 1.1em;
    border-radius: 3px;
    margin: 8px 8px 8px 8px;
    color: #fbdedb;
    background-color: #fbdedb;
    display: inline-block;
    background: #e74c3c;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: sans-serif;
    font-weight: 800;
    font-size: .85em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
    position: relative;
}

.butn:hover,
.butn:focus {
    background-color: var(--darkred-color);
    color: var(--white-color);
}

.butn:active {
    -webkit-transform: scale(0.80);
    -moz-transform: scale(0.80);
    -ms-transform: scale(0.80);
    -o-transform: scale(0.80);
    transform: scale(0.80);
}

.butn.block {
    display: block !important;
}

.butn.circular {
    border-radius: 50em !important;
}

.red {
    background-color: var(--red-color);
}

.redbold {
    color: var(--red-color);
    font-weight: bold;
}

.btn-group {
    display: flex;
}

.btn.btn-sm {
    /* background-color: #fff; */
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 1px;
}

.btn.btn-sm:focus {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px inset, rgba(0, 0, 0, 0.2) 0px 18px 36px -18px inset;
}

.multi-select-button {
    font-weight: 500;
}

.btn.btn-transparent {
    background-color: transparent;
    color: #dbdbdb;
    font-size: 11pt;
}

.btn.btn-transparent.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.btn.btn-transparent:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
}

/* Buttons outline */
.btn-outline-connect {
    background-color: #dbdbdb;
    border-color: #a7a7a7;
    color: var(--scarcity-u);
}

.btn-outline-connect:hover {
    color: #090127;
    background-color: #bebebe;
    border-color: #636363;
}


.btn.btn-sm.btn-outline-valid:hover {
    background-color: #205a2e;
    border-color: #08310c;
    color: #fff;
}

.btn.btn-sm.btn-outline-valid {
    color: #fff;
    background-color: #378551;
    border-color: #055f23;
}

.btn-outline-filters {
    border-color: #d7d7d7;
}

.btn-text-filters {
    color: #555;
}

.btn-outline-filters:hover,
.btn-outline-filters.active {
    background-color: #dbdbdb;
    border-color: #a7a7a7;
    color: #555;
}

.btn-outline-limited {
    color: var(--scarcity-l);
    /* border-color:var(--scarcity-l); */
}

.btn-outline-limited:hover,
.btn-outline-limited.active {
    background-color: var(--scarcity-l);
    border-color: var(--scarcity-l);
    color: #fff;
}

.btn-outline-rare {
    color: var(--scarcity-r);
    /* border-color:var(--scarcity-r); */
}

.btn-outline-rare:hover,
.btn-outline-rare.active {
    background-color: var(--scarcity-r);
    border-color: var(--scarcity-r);
    color: #fff;
}

.btn-outline-super_rare {
    color: var(--scarcity-sr);
    /* border-color:var(--scarcity-sr); */
}

.btn-outline-super_rare:hover,
.btn-outline-super_rare.active {
    background-color: var(--scarcity-sr);
    border-color: var(--scarcity-sr);
    color: #fff;
}

.btn-outline-unique {
    color: var(--scarcity-u);
    /* border-color:var(--scarcity-u); */
}

.btn-outline-unique:hover,
.btn-outline-unique.active {
    background-color: var(--scarcity-u);
    border-color: var(--scarcity-u);
    color: #fff;
}


/* Btn colored */
.btn-limited {
    background-color: var(--scarcity-l);
    color: #fff;
}

.btn-limited:hover {
    background-color: var(--border-l);
    color: #fff;
}

.btn-rare {
    background-color: var(--scarcity-r);
    color: #fff;
}

.btn-rare:hover {
    background-color: var(--border-r);
    color: #fff;
}

.btn-super_rare {
    background-color: var(--scarcity-sr);
    color: #fff;
}

.btn-super_rare:hover {
    background-color: var(--border-sr);
    color: #fff;
}

.btn-unique {
    background-color: var(--scarcity-u);
    color: #fff;
}

.btn-unique:hover {
    background-color: var(--border-u);
    color: #fff;
}

.bg-yellow {
    background-color: #fff7e7a1 !important;
}

/* Card colours */
.bg-limited {
    background-color: var(--scarcity-l);
}
.bg-limited-dark {
    background-color: var(--border-l);
}
.bg-scarcity-4 {
    background-color: var(--scarcity-l);
}

.text-limited {
    color: var(--scarcity-l);
}

.border-limited {
    border: 1px solid var(--border-l);
}

.bg-rare {
    background-color: var(--scarcity-r);
}
.bg-rare-dark {
    background-color: var(--border-r);
}

.bg-scarcity-3 {
    background-color: var(--scarcity-r);
}

.text-rare {
    color: var(--scarcity-r);
}

.border-rare {
    border: 1px solid var(--border-r);
}

.bg-super_rare {
    background-color: var(--scarcity-sr);
}
.bg-super_rare-dark {
    background-color: var(--border-sr);
}

.bg-scarcity-2 {
    background-color: var(--scarcity-sr);
}

.text-super_rare {
    color: var(--scarcity-sr);
}

.border-super_rare {
    border: 1px solid var(--border-sr);
}

.bg-unique {
    background-color: var(--scarcity-u);
}
.bg-unique-dark {
    background-color: var(--border-u);
}

.bg-scarcity-1 {
    background-color: var(--scarcity-u);
}

.text-unique {
    color: var(--scarcity-u);
}

.border-unique {
    border: 1px solid var(--border-u);
}


.border-grey {
    border: 1px solid #b1b1b1;
}


.rounded {
    border-radius: 0.4rem !important;
}

.rounded2 {
    border-radius: 1rem !important;
}

.badge-titusub {
    width: 3.4rem;
    padding: 4px 6px;
}

.bg-titu-1 {
    background-color: rgb(171, 216, 255);
    color: rgb(42, 127, 189);
}

.img-titu-1 {
    filter: invert(43%) sepia(70%) saturate(524%) hue-rotate(162deg) brightness(90%) contrast(92%);
}


.bg-titu-0 {
    background-color: rgb(255, 228, 152);
    color: rgb(185, 136, 0);
}

.img-titu-0 {
    filter: invert(59%) sepia(50%) saturate(4832%) hue-rotate(21deg) brightness(94%) contrast(101%);
}

.match-date {
    font-weight: 500;
    font-size: 0.7em;
    color: #b1b1b1;
    text-align: left;
}

.match-equipes {
    font-weight: 500;
    font-size: 0.9em;
}

.match-date {
    font-size: 0.6rem;
    color: #939393;
    padding-left: 3px;
}

.badge-action {
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 2px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
}

.badge-minutes {
    font-size: 0.9em;
    font-weight: normal;
}

.text-score {
    font-size: 0.85em;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.text-dnp {
    font-weight: normal;
    line-height: 1.2em;
}

.bg-score {
    min-width: 60px;
    line-height: 1.2em;
}

.bg-score-L {
    min-width: 35px;
    line-height: 1.6em;
}

.bg-xp {
    min-width: 40px;
}

.bg-infos {
    background-color: #fff;
    color: #000;
    font-weight: normal;
    line-height: 2em;
    font-size: 0.9em;
    padding: auto;
}

.progressbar {
    height: 3px;
    margin-top: 0.3rem;
}

.bd-light {
    border: 1px solid #ebebeb;
    background-color: #fff;
}

.bg-ga {
    line-height: 2.1em;
    background-color: #ebebeb;
}

.bg-gw {
    background-color: #e1e1e1;
    color: #4b4b4b;
    font-weight: normal;
    font-size: 0.6em;
    margin: 0 3px;

}

.match-equipes-logo {
    padding: 4px 5px;
    min-width: 30px !important;
}

.match-location {
    font-size: 0.7em;
    font-weight: 500;
    padding: 4px 5px;
}

.img-location-1 {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(280deg) brightness(102%) contrast(105%);
}

.img-location-2 {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(280deg) brightness(102%) contrast(105%);
}

.bg-location-1 {
    background-color: #006bd5;
    vertical-align: middle;
}

.bg-location-2 {
    background-color: #dfac00;
    vertical-align: middle;
}

.bg-score-match {
    min-width: 55px;
    line-height: 1.4em;
    font-size: .8rem;
    font-weight: 800;
}

.bg-score-match-W {
    background-color: rgb(229 245 237/1);
    color: rgb(80 191 132);
}

.bg-score-match-D {
    background-color: rgb(250 240 213/1);
    color: rgb(231 182 44);
}

.bg-score-match-L {
    background-color: rgb(255 234 234/1);
    color: rgb(231 49 7);
}

.bg-score-match-neutral {
    background-color: rgb(237, 237, 237);
    color: rgb(129, 129, 129);
}

.border-light {
    border: 1px solid rgba(0, 0, 0, .125);
}

.info:hover {
    cursor: help;
}

.text-0 {
    color: var(--score-0);
}

.bg-score-0 {
    background-color: var(--score-0);
    font-weight: 500;
    border: 2px solid var(--score-0b);
}

.text-1 {
    color: var(--score-1);
}

.bg-score-1 {
    background-color: var(--score-1);
    font-weight: 500;
    border: 2px solid var(--score-1b);
}

.text-2 {
    color: var(--score-2);
}

.bg-score-2 {
    background-color: var(--score-2);
    font-weight: 500;
    border: 2px solid var(--score-2b);
}

.text-3 {
    color: var(--score-3);
}

.bg-score-3 {
    background-color: var(--score-3);
    font-weight: 500;
    border: 2px solid var(--score-3b);
}

.text-4 {
    color: var(--score-4);
}

.bg-score-4 {
    background-color: var(--score-4);
    font-weight: 500;
    border: 2px solid var(--score-4b);
}

.text-5 {
    color: var(--score-5);
}

.bg-score-5 {
    background-color: var(--score-5);
    font-weight: 500;
    border: 2px solid var(--score-5b);
}

.text-6 {
    color: var(--score-6);
}

.bg-score-6 {
    background-color: var(--score-6);
    font-weight: 500;
    border: 2px solid var(--score-6b);
}

.text-7 {
    color: var(--score-7);
}

.bg-score-7 {
    background-color: var(--score-7);
    font-weight: 500;
    border: 2px solid var(--score-0b);
}

.text-100 {
    color: var(--score-100);
}

.bg-score-100 {
    background-color: var(--score-100);
    font-weight: 500;
    /* box-shadow: rgba(46, 114, 240, 0.4) -2px 2px, rgba(50, 158, 247, 0.3) -3px 3px; */
}

.border-score-100 {
    border: 1px solid var(--score-100b);
    font-weight: 500;
}

.bg-score-ds {
    background-color: var(--score-ds);
}

.bg-score-aa {
    background-color: var(--score-aa);
}

.text-ds {
    color: var(--text-ds);
}

.text-aa {
    color: var(--text-aa);
}

.score-ds-0 {
    border: 2px solid var(--score-1);
    color: var(--score-1);
}

.score-ds-1 {
    border: 2px solid var(--score-ds);
}

.score-ds-2 {
    color: var(--score-5);
    border: 2px solid var(--score-5);
}

.score-ds-3 {
    color: var(--score-6);
    border: 2px solid var(--score-6);
}


.score-aa-0 {
    color: var(--score-1);
    border: 2px solid var(--score-1);
}

.score-aa-1 {
    color: var(--score-4);
    border: 2px solid var(--score-4);
}

.score-aa-2 {
    color: var(--score-5);
    border: 2px solid var(--score-5);
}

.score-aa-3 {
    color: var(--score-6);
    border: 2px solid var(--score-6);
}


.background-player {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(100%) opacity(5%);
    height: 500px;
    width: 500px;
    z-index: -1;
}

img.card-size {
    width: var(--card-w);
    height: var(--card-h);
}

img.card-size-sm {
    width: var(--card-w-sm);
    height: var(--card-h-sm);
}

img.card-shine {
    --a: 1deg;
    /* control the angle of rotation (the smaller, the better) */
    transform: perspective(600px) rotate3d(var(--r, 1, -1), 0, calc(var(--i, 1)*var(--a)));
    -webkit-mask: linear-gradient(200deg, #000c 20%, #000, #000c 100%) 100% 100%/250% 250%;
    transition: .5s;
    cursor: pointer;
}

img.card-shine:hover {
    --i: -1;
    -webkit-mask-position: 0 0;
}

.form-select.form-select-sm.form-orderby {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.form-select.form-select-sm.form-orderby:hover {
    cursor: pointer;
}

/* Loading */
.loading-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

@keyframes spinIndicator {
    100% {
        transform: rotate(360deg);
    }
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #9e0000 94%, #0000) top/8px 8px no-repeat,
        conic-gradient(#0000 30%, #8d0000);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn)
    }
}





.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

.form-check-input:hover {
    cursor: pointer;
}

.form-check-label:hover {
    cursor: pointer;
}


/* Tableau */
.dataTables_length,
.dataTables_wrapper {
    font-size: 1.6rem;

    select,
    input {
        background-color: #f9f9f9;
        border: 1px solid #999;
        border-radius: 4px;
        height: 3rem;
        line-height: 2;
        font-size: 1.8rem;
        color: #333;
    }

    .dataTables_length,
    .dataTables_filter {
        margin-top: 30px;
        margin-right: 20px;
        margin-bottom: 10px;
        display: inline-flex;
    }
}

.paginate_button {
    min-width: 4rem;
    display: inline-block;
    text-align: center;
    padding: 1rem 1.6rem;
    margin-top: -1rem;
    border: 2px solid lightblue;

    &:not(.previous) {
        border-left: none;
    }

    &.previous {
        border-radius: 8px 0 0 8px;
        min-width: 7rem;
    }

    &.next {
        border-radius: 0 8px 8px 0;
        min-width: 7rem;
    }

    &:hover {
        cursor: pointer;
        background-color: #eee;
        text-decoration: none;
    }
}


.evol::before {
    content: "+";
}

.percent::after {
    content: "%";
}

.pointer {
    cursor: pointer;
    opacity: 0.8;
}

.pointer:hover {
    cursor: pointer;
    opacity: 1;
}


.link-opacity {
    opacity: 0.8;
    filter: grayscale(1);
}

.link-opacity:hover {
    opacity: 1;
    filter: grayscale(0);
}

.hrcolor {
    border-top: 1px solid #a5a5a5;
}

.text-xs {
    font-size: 9px;
}

.text-sm {
    font-size: 11px;
}

.text-md {
    font-size: 13px;
}

.cwhite {
    color: #fff
}

.plutonRelegation {
    background-color: #f1ced2 !important
}

.plutonPromotion {
    background-color: #ccede9 !important
}

.plutonTitle {
    background-color: #6c3082 !important
}

#tableGW {
    width: 100% !important;
}

.navbar-toggler {
    color: #FFF !important
}

.hide-scrollbar {
    overflow-y: hidden;
    /* Masque la barre de défilement verticale et désactive le défilement vertical */
    overflow-x: auto;
    /* Active le défilement horizontal avec barre visible si nécessaire */
    scrollbar-width: auto;
    /* Firefox : garde la barre horizontale */
    -ms-overflow-style: auto;
    /* IE/Edge : garde la barre horizontale */
}

/* Une classe pour griser ce qui n'est pas sélectionné */
.grised-out {
    filter: grayscale(100%);
    opacity: 0.4; /* On peut aussi les rendre un peu transparents */
    transition: all 0.3s; /* Animation fluide */
}

.bg-grey {
    background-color: #e1e1e1;
}

.bg-dark2 {
    background-color: #212529ed;
}

.bg-black {
    background-color: #000;
}

.bg-lineup {
    background-color: rgb(255 219 157);
    border: 1px solid rgb(183 139 44)
}

.bg-owned {
    background-color: rgb(231 231 231);
    border: 1px solid rgb(207 207 207);
}

/* Chrome, Safari, Edge : masque uniquement la barre de défilement verticale */
.hide-scrollbar::-webkit-scrollbar {
    height: 12px;
    /* Hauteur de la barre horizontale */
}

.hide-scrollbar::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    /* Style de la barre horizontale */
}

.hide-scrollbar::-webkit-scrollbar-track {
    background: #f8f9fa !important
        /* Fond de la piste horizontale */
}


.title-section {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
    /* background-color: #ff3333; */
    border-radius: 0.4rem 0.4rem 0 0 !important;
    padding: 2px 8px;
}

.cwhite {
    color: #fff
}

#tableGW,
#tableqtn {
    width: 100% !important;
}

.navbar-toggler {
    color: #FFF !important
}

.showDetails {
    text-decoration: none
}

.showDetails:hover {
    position: relative
}

.showDetails span {
    display: none
}

.showDetails:hover span {
    border: #ffbe00 1px solid;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 1000;
    background: #fef1cc;
    left: 0px;
    margin: 15px;
    width: 200px;
    position: absolute;
    top: 15px;
    text-decoration: none;
    border-radius: 10px;
    text-align: left
}

.trhover:hover {
    background-color: #fef1cc !important;
}

.tcenter {
    text-align: center !important;
}

.qtnnote {
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    width: 60px
}

.noteAAAAA {
    background-color: #005a00;
    color: #fff
}

.noteAAAA {
    background-color: #007200;
    color: #fff
}

.noteAAA {
    background-color: #338a33;
    color: #fff
}

.noteAA {
    background-color: #569956
}

.noteA {
    background-color: #82b482
}

.noteB {
    background-color: #52b6a2
}

.noteC {
    background-color: #dbc75f
}

.noteD {
    background-color: #dbba16
}

.noteE {
    background-color: #e0972a
}

.noteF {
    background-color: #e46161
}

.captain {
    text-align: center
}

.captain input[type=radio] {
    --s: 2em;
    /* control the size */
    --c: #FFC931;
    /* the active color */

    height: var(--s);
    aspect-ratio: 1;
    border: calc(var(--s)/8) solid #939393;
    padding: calc(var(--s)/8);
    background:
        radial-gradient(farthest-side, var(--c) 94%, #0000) 50%/0 0 no-repeat content-box;
    border-radius: 50%;
    outline-offset: calc(var(--s)/10);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: inherit;
    transition: .3s;
}

.captain input[type=radio]:checked {
    border-color: var(--c);
    background-size: 100% 100%;
}

.contv {
    display: flex;
    flex-direction: column;
}

.hidden {
    display: none;
    visibility: hidden;
}

.bg-live {
    border-left: 2px solid #c50000;
}

.ds-container {
    position: relative;
    display: inline-block;
}

.player-ds-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    display: flex;
    gap: 5px;
}

.player-ds-count {
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.player-ds-count:not(:first-child) {
    margin-left: -5px;
    /* Tirez cet élément vers la gauche */
}

.player-ds-count .badge-action {
    width: 1.3em;
    height: 1.3em;
    border: none;
}

.player-captain-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    display: flex;
    gap: 5px;
}

.player-captain {
    display: flex;
    align-items: center;
    justify-content: center;
}


.qtncoach {
    width: 384px !important;
    margin: auto
}

@media only screen and (max-width: 576px) {
    .cachexxs {
        display: none !important;
        visibility: hidden !important
    }

    #tableGW col:last-child {
        display: none !important;
        visibility: hidden !important
    }

    #tableGW col:nth-child(5) {
        display: none !important;
        visibility: hidden !important
    }

    #tableGW col:nth-child(6) {
        display: none !important;
        visibility: hidden !important
    }

    #tableGW col:nth-child(7) {
        display: none !important;
        visibility: hidden !important
    }
}

@media only screen and (min-width:576px) and (max-width: 768px) {
    .cachexs {
        display: none !important;
        visibility: hidden !important
    }

    #tableGW col:last-child {
        display: none !important;
        visibility: hidden !important
    }

    #tableGW col:nth-child(8) {
        display: none !important;
        visibility: hidden !important
    }
}

@media only screen and (min-width:768px) and (max-width: 992px) {
    .cachesm {
        display: none !important;
        visibility: hidden !important
    }

    #tableGW col:last-child {
        display: none !important;
        visibility: hidden !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .cachemd {
        display: none !important;
        visibility: hidden !important
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .cachelg {
        display: none !important;
        visibility: hidden !important
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .cachexl {
        display: none !important;
        visibility: hidden !important
    }
}

@media only screen and (min-width: 1600px) {
    .cachexxl {
        display: none !important;
        visibility: hidden !important
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px;
    }
}

@media only screen and (min-width: 1800px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1720px;
    }
}


.blink {
    animation: blinker 1s cubic-bezier(0.4, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}