@media (max-width: 2000px) {
    #img_menu {
        width: 300px;
        position: fixed;
        bottom: 30px;
        left: 21px;
        margin-left: 10px;
    }

    .aside {
        width: 400px;
    }

    .aside-fixed .wrapper {
        padding-left: 400px;
    }

    .btn_menu_ludotheque {
        background: url('/App/img/btn_ludo_small.png') no-repeat center;
        height: 144px;
        width: 365px;
        border: none;
    }

    .btn_menu_app {
        background: url('/App/img/btn_app_small.png') no-repeat center;
        height: 144px;
        width: 365px;
        border: none;
    }
}

@media (min-width: 2000px) {

    .aside {
        width: 500px;
    }

    #img_menu {
        width: 390px;
        position: fixed;
        bottom: 30px;
        left: 20px;
        margin-left: 10px;
    }

    .aside-fixed .wrapper {
        padding-left: 500px;
    }


    .btn_menu_ludotheque {
        background: url('/App/img/btn_ludo.png') no-repeat center;
        height: 180px;
        width: 464px;
        border: none;
    }

    .btn_menu_app {
        background: url('/App/img/btn_app.png') no-repeat center;
        height: 180px;
        width: 464px;
        border: none;
    }

}

#kt_wrapper {
    background: url('/App/img/bg_2.gif');
    background-size: cover;
    min-height: 100vh;
    background-attachment: fixed;
}

#kt_aside {
    background: url('/App/img/bg_menu_2.jpg') right top ;
}

.header-fixed.subheader-fixed.subheader-enabled .wrapper {
    padding-top: 0;
}

.symbol.symbol-lg-90 > img {
    max-width: 180px;
    height: 150px;
}

.label.label-inline {
    width: auto;
    margin: 3px 0px;
    margin-right: 0px;
    font-size:1rem;
}

.label {
    height:25px;
}

.capitalize {
    text-transform: capitalize;
}

.game_card {
    transition: transform 0.5s;
}

.game_card::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .3), 0 8px 22px 0 rgba(0, 0, 0, .22);
    content: '';
    opacity: 0;
    z-index: -1;
}

.game_card:hover::after, .game_card:focus::after {
    opacity: 1;
}

.animate__animated.animate__fast_05 {
    -webkit-animation-duration: calc(1s) !important;
    animation-duration: calc(1s);
}


.animate__animated.animate__delay_05 {
    -webkit-animation-delay: 400ms !important;
    animation-delay: 400ms !important;
}

.btn-link {
    cursor: pointer;
}

h4 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.align-items-center > img {
    margin: 50px auto;
}

.card.card-custom .card-scroll-gt {
    position: relative;
    overflow: auto;
    padding: 10px;
}

@media (max-height: 1445px) {

    .card.card-custom .card-scroll-gt > div {
        max-height: 1050px;
        display: flex;
    }

}

@media (max-height: 1090px) {

    .card.card-custom .card-scroll-gt > div {
        max-height: 690px;
        display: flex;
    }

}

* {
    scrollbar-width: thin;
    scrollbar-color: black #222222;
}
*::-webkit-scrollbar {
    width: 12px;
}
*::-webkit-scrollbar-track {
    background: #222222;
}
*::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 20px;
    border: 3px solid #222222;
}

/* latin-ext */
@font-face {
    font-family: 'MedievalSharp';
    font-style: normal;
    font-weight: 400;
    src: local('MedievalSharp'), url(https://fonts.gstatic.com/s/medievalsharp/v12/EvOJzAlL3oU5AQl2mP5KdgptMqZwMjvX.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'MedievalSharp';
    font-style: normal;
    font-weight: 400;
    src: local('MedievalSharp'), url(https://fonts.gstatic.com/s/medievalsharp/v12/EvOJzAlL3oU5AQl2mP5KdgptMqhwMg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.nav .show > .nav-link .nav-text, .nav .nav-link:hover:not(.disabled) .nav-text, .nav .nav-link.active .nav-text {
    color: #c81212;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-line-3x .nav-link:hover:not(.disabled), .nav.nav-tabs.nav-tabs-line.nav-tabs-line-3x .nav-link.active, .nav.nav-tabs.nav-tabs-line.nav-tabs-line-3x .show > .nav-link {
    border-bottom: 3px solid #c81212;
    border-bottom-color: #c81212;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

.nav .show > .nav-link .nav-icon .svg-icon svg g [fill], .nav .nav-link:hover:not(.disabled) .nav-icon .svg-icon svg g [fill], .nav .nav-link.active .nav-icon .svg-icon svg g [fill] {
    fill: #c81212;
}

#overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(34,34,34,0.70);
    z-index: 1060;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.spinner::before {
    display: none !important;
}