@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


@font-face {
    font-family: FontAwesome;
    src: url(/css/game_65/fonts/fontawesome-webfont.eot);
    src: url(/css/game_65/fonts/fontawesome-webfont.eot) format("embedded-opentype"),
    url(/css/game_65/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(/css/game_65/fonts/fontawesome-webfont.woff) format("woff"),
    url(/css/game_65/fonts/fontawesome-webfont.ttf) format("truetype"),
    url(/css/game_65/fonts/fontawesome-webfont.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


@keyframes a {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.fa-search:before {
    content: "\f002"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

body {
    font: 1em Roboto, Verdana, sans-serif;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4)
}

img {
    border: 0
}

li, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a, button, input, label {
    outline: none;
    cursor: pointer
}

a {
    text-decoration: none
}

li a, p a {
    color: rgba(0, 0, 0, .6);
    text-decoration: underline
}

p {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .4)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
    p {
        text-shadow: 0 1px 0 rgba(0, 0, 0, .4)
    }
}



strong {
    font-weight: 700
}

h1, h2, h3, h4, h5, h6 {
    font-family: Boogaloo, Roboto, Verdana, sans-serif;
    font-size: 2.125em;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width: 737px) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.5em
    }
}

h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {
    display: none
}



.g_all {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 1px;
    position: relative
}

#global {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

#global:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1040px;
    margin: 0 auto;
    left: 0;
    right: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    border: 1px solid hsla(0, 0%, 100%, .5);
    pointer-events: none
}

@media (max-width: 1025px) {
    #global:after {
        width: calc(100% - 25px)
    }
}

#content {
    position: relative;
    width: 100% !important
}


.content-block {
    width: 100%;
    display: block
}

.content-block .content-container {
    position: relative;
    width: 1040px;
    z-index: 1;
    margin: 0 auto
}

@media (max-width: 1025px) {
    .content-block .content-container {
        width: calc(100% - 25px)
    }
}

.content-block .content-container:empty {
    display: none
}


.searchEngine {
    height: 100%;
    position: relative;
    float:right;
}

@media (max-width: 737px) {
    .searchEngine {
        /*float: none;*/
        margin: 0 0 20px;
        height: auto
    }
}

.searchEngine .recherche {
    border-radius: 3px;
    padding: 10px 40px 10px 10px;
    border: none;
    width: 300px;
    text-shadow: none;
    font-size: 1em;
    position: relative;
    top: 12px;
    right: 0;
    color: #000;
    line-height: 25px;
    cursor: text;
    text-indent: 10px
}

@media (max-width: 737px) {
    .searchEngine .recherche {
        width: calc(100% - 87px);
        top: 0;
        padding: 15px 70px 15px 15px;
        border: 1px solid rgba(0, 0, 0, .1);
        text-indent: 0
    }
}

.searchEngine .search_go {
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    position: absolute;
    background: transparent;
    font-size: 15px;
    color: #444;
    top: 15px;
    right: 3px;
    z-index: 2
}

.searchEngine .search_go:hover {
    background-color: #228ad1;
    color: #fff
}

@media (max-width: 737px) {
    .searchEngine .search_go {
        width: 50px;
        height: 50px;
        line-height: 50px;
        top: 4px;
        right: 2px
    }
}




#menu2 {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #228ad1
}

#menu2 .main_menu {
    width: 1040px;
    height: 100%;
    margin: auto;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1025px) {
    #menu2 .main_menu {
        width: calc(100% - 25px)
    }
}

#menu2 .site-logo img {
    display: block;
    margin: 2px 0
}

@media (max-width: 737px) {
    #menu2 .searchEngine {
        display: none
    }
}

.main-navigation {
    width: 100%;
    box-sizing: border-box;
    font-size: 1.125em;
    margin: 0 auto;
    color: #228ad1;
    background: #9cdaf4;
}

@media (max-width: 737px) {
    .main-navigation {
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        width: 270px;
        height: 100%;
        padding: 20px;
        background-color: #fff;
        z-index: 3;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-transform: translateX(-270px);
        transform: translateX(-270px);
        transition: transform .2s cubic-bezier(.55, 0, .1, 1)
    }

    .main-navigation[attr-active=true] {
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }
}

.main-navigation .searchEngine {
    display: none
}

@media (max-width: 737px) {
    .main-navigation .searchEngine {
        display: block
    }
}

.main-navigation .items {
    display: table;
    margin: 0 auto;
    padding: 12px 0;
}

@media (max-width: 737px) {
    .main-navigation .items {
        display: block;
        margin: 0 auto
    }
}

.main-navigation a {
    position: relative;
    float: left;
    width: 125px;
    text-align: center;
}

.cate-list img {
    width: 35px;
    aspect-ratio: 1 / 1;
    margin: auto;
}

@media (max-width: 737px) {
    .main-navigation a {
        width: calc(100% - 80px);
        height: 60px;
        display: flex;
        align-items: center;
    }

    .cate-list img {
        width:30px;
        margin-right: 10px;
    }
}

@media (min-width: 737px) {
    .mask{
        display:none!important;
    }

    #menu-close{
        display:none!important;
    }

    body{
        overflow:auto!important;
    }

    .mb-3{
        display:none;
    }
}

.main-navigation a:hover:before {
    filter: saturate(1.2);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg)
}

.main-navigation a:hover:nth-child(odd):before {
    -ms-transform: rotate(4deg);
    transform: rotate(4deg)
}

.main-navigation a:active:before, .main-navigation a:active:nth-child(odd):before {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

.main-navigation a span {
    display: block;
    width: 80%;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    color: #444;
    line-height: 32px;
    text-shadow: 0 0 0 transparent;
    font-family: Boogaloo, Roboto, Verdana, sans-serif;
    text-transform: uppercase;
}

@media (max-width: 737px) {
    .main-navigation a span {
        width: 100%;
        height: auto;
        text-align: left;
        line-height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, .04);
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .5)
}

.mask[attr-active=true] {
    display: block
}

.burger {
    display: none
}

@media (max-width: 737px) {
    .burger {
        display: block;
        width: 50px;
        height: 50px;
        background: transparent;
        border: 0
    }

    .burger:after {
        content: "\f0c9";
        font-family: FontAwesome;
        line-height: 50px;
        font-size: 35px;
        color: #fff
    }
}

#top-spotlight {
    width: 100%;
    margin: 0 auto;
    position: relative;

    background-color: #ffe356;
    padding-bottom: 40px
}

@media (max-width: 737px) {
    #top-spotlight {
        padding-bottom: 20px
    }
}

#top-spotlight img {
    display: block;
    width: 100%;
    height: 100%
}

#top-spotlight span {
    display: none
}



#top-spotlight .spotlight-wrap {
    display: table;
    width: 1050px;
    position: relative;
    margin: 0 auto;
    border-radius: 1px;
    z-index: 1
}

@media (max-width: 1070px) {
    #top-spotlight .spotlight-wrap {
        width: calc(100% - 15px)
    }
}

#top-spotlight .spotlight-wrap:after {
    content: "";
    display: block;
    width: 100%;
    margin-bottom: -5px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .3), hsla(0, 0%, 100%, 0));
    border-radius: 0 0 8px 8px
}

#top-spotlight .spotlight-wrap .spotlight-content {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top
}

@media (max-width: 1070px) {
    #top-spotlight .spotlight-wrap .spotlight-content {
        margin: auto;
        display: block
    }
}

@media (max-width: 737px) {
    #top-spotlight .spotlight-wrap .spotlight-content {
        width: 100%
    }
}

#top-spotlight .spotlight-wrap .spotlight-content .spotlight-content-inner {
    overflow: hidden;
    padding: 10px
}

#top-spotlight .spotlight-wrap .spotlight-content .spotlight-content-inner a {
    width: 180px;
    height: 180px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    margin: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    transition: transform .5s cubic-bezier(.32, 2, .55, .27);
    -webkit-backface-visibility: hidden;
    -webkit-background-clip: content-box
}

#top-spotlight .spotlight-wrap .spotlight-content .spotlight-content-inner a:hover {
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg)
}

#top-spotlight .spotlight-wrap .spotlight-content .spotlight-content-inner a:hover:nth-child(odd) {
    -ms-transform: rotate(4deg);
    transform: rotate(4deg)
}

#top-spotlight .spotlight-wrap .spotlight-content .spotlight-content-inner a:active, #top-spotlight .spotlight-wrap .spotlight-content .spotlight-content-inner a:active:nth-child(odd) {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

#top-spotlight .spotlight-wrap .spotlight-content .spotlight-content-inner a:first-child {
    width: 380px;
    height: 380px;
    margin: 10px
}

@media (max-width: 737px) {
    #top-spotlight .spotlight-wrap .spotlight-content .spotlight-content-inner a:first-child {
        width: 96%;
        height: auto;
        margin: 2%
    }
}

@media (max-width: 737px) {
    #top-spotlight .spotlight-wrap .spotlight-content .spotlight-content-inner a {
        width: 46%;
        margin: 2%
    }
}



.content-block.big-category .category-content-wrap {
    width: 725px
}

@media (max-width: 1025px) {
    .content-block.big-category .category-content-wrap {
        width: 100%
    }
}

.content-block.medium-category .category-content-wrap {
    width: 100%
}




.content-block.Sports_bg {
    background-color: #f2a635;
}

.content-block.Sports_bg .cat-title {
    color: #d47d00
}

.content-block.Sports_bg .moreButton {
    background-color: #d47d00
}

.content-block.Sports_bg .moreButton:hover {
    background-color: #f2a635
}

.content-block.Sports_bg .moreButton:active {
    background-color: #d9b378
}

.content-block.Sports_bg .element-title {
    color: #d47d00;
    background-color: #edd9bc
}

.content-block.Action_bg {
    background-color: #b04059;
}

.content-block.Action_bg .cat-title {
    color: #b04059
}

.content-block.Action_bg .moreButton {
    background-color: #8d253c
}

.content-block.Action_bg .moreButton:hover {
    background-color: #b04059
}

.content-block.Action_bg .moreButton:active {
    background-color: #bd7b8a
}

.content-block.Action_bg .element-title {
    color: #b04059;
    background-color: #debdc5
}

.content-block.Adventure_bg {
    background-color: #b5b632;
}

.content-block.Adventure_bg .cat-title {
    color: #909124
}

.content-block.Adventure_bg .moreButton {
    background-color: #909124
}

.content-block.Adventure_bg .moreButton:hover {
    background-color: #b5b632
}

.content-block.Adventure_bg .moreButton:active {
    background-color: #c5c577
}

.content-block.Adventure_bg .element-title {
    color: #909124;
    background-color: #e0e0ba
}

.content-block.Family_bg {
    background-color: #6d5d95;

}

.content-block.Family_bg .cat-title {
    color: #6d5d95
}

.content-block.Family_bg .moreButton {
    background-color: #503f7a
}

.content-block.Family_bg .moreButton:hover {
    background-color: #6d5d95
}

.content-block.Family_bg .moreButton:active {
    background-color: #9388af
}

.content-block.Family_bg .element-title {
    color: #6d5d95;
    background-color: #c7c2d4
}

.content-block.Search_bg {
    background-color: #2d8dcf;
}

.content-block.Puzzle_bg {
    background-color: #2d8dcf;
}

.content-block.Puzzle_bg .cat-title {
    color: #2d8dcf
}

.content-block.Puzzle_bg .moreButton {
    background-color: #1b6aa0
}

.content-block.Puzzle_bg .moreButton:hover {
    background-color: #2d8dcf
}

.content-block.Puzzle_bg .moreButton:active {
    background-color: #74add5
}

.content-block.Puzzle_bg .element-title {
    color: #2d8dcf;
    background-color: #b9d5e8
}

.content-block.Strategy_bg {
    background-color: #be638d;
}

.content-block.Strategy_bg .cat-title {
    color: #be638d
}

.content-block.Strategy_bg .moreButton {
    background-color: #9f3e6b
}

.content-block.Strategy_bg .moreButton:hover {
    background-color: #be638d
}

.content-block.Strategy_bg .moreButton:active {
    background-color: #c98daa
}

.content-block.Strategy_bg .element-title {
    color: #be638d;
    background-color: #e3c6d3
}




.content-block .element-title {
    text-shadow: 0 0 0 transparent
}

@media (max-width: 1025px) {
    .content-block .content-container .category-content-wrap {
        text-align: center
    }

    .content-block .content-container .category-content-wrap .cat-title-wrap.pos-big, .content-block .content-container .category-content-wrap .cat-title-wrap.pos-normal {
        width: 100%
    }

    .content-block .content-container .category-content-wrap .cat-title-wrap.pos-center, .content-block .content-container .category-content-wrap .cat-title-wrap.pos-left, .content-block .content-container .category-content-wrap .cat-title-wrap.pos-right {
        text-align: center
    }
}

@media (max-width: 737px) {
    .content-block .content-container .category-content-wrap {
        text-align: left
    }
}



.content-block .content-container .category-content-wrap .pos-normal {
    width: 870px
}

.content-block .content-container .category-content-wrap .pos-left {
    text-align: left
}


.content-block .content-container .category-content-wrap .txt-container {
    position: relative;
    width: 100%;
    padding: 20px 20px 0;
    box-sizing: border-box
}

.content-block .content-container .category-content-wrap .txt-container .cat-title {
    display: inline-block;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    text-shadow: none;
    background-color: hsla(0, 0%, 100%, .5);
    transition: transform .5s cubic-bezier(.32, 2, .55, .27);
    text-align: center
}

@media (max-width: 1025px) {
    .content-block .content-container .category-content-wrap .txt-container .cat-title {
        max-width: 75%;
        margin-left: 0
    }
}

.content-block .content-container .category-content-wrap .txt-container .cat-title a, .content-block .content-container .category-content-wrap .txt-container .cat-title span {
    text-transform: uppercase;
    padding: 0 40px;
    display: block;
    position: relative;
    background-color: transparent;
    color: inherit
}

.content-block .content-container .category-content-wrap .txt-container .cat-title a:before, .content-block .content-container .category-content-wrap .txt-container .cat-title span:before {
    content: "";
    position: absolute;

    background-repeat: no-repeat;
    background-size: cover;
    top: -11px;
    bottom: -11px;
    width: 12px;
    left: -22px
}

.content-block .content-container .category-content-wrap .txt-container .cat-title a:after, .content-block .content-container .category-content-wrap .txt-container .cat-title span:after {
    content: "";
    position: absolute;

    background-repeat: no-repeat;
    background-size: cover;
    top: -11px;
    bottom: -11px;
    width: 12px;
    right: -22px
}

.content-block .content-container .category-content-wrap .txt-container .moreButton {
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    position: absolute;
    padding: 5px 15px;
    bottom: 0;
    right: 0;
    margin-right: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4)
}

@media (max-width: 1025px) {
    .content-block .content-container .category-content-wrap .txt-container .moreButton {
        bottom: auto;
        top: 20px
    }
}

@media (max-width: 737px) {
    .content-block .content-container .category-content-wrap .txt-container .moreButton {
        display: none
    }
}

.content-block .content-container .category-content-wrap .list-wrap .elementWrap {
    overflow: hidden;
    padding: 10px
}

.content-block .content-container .category-content-wrap .list-wrap .elementWrap a {
    position: relative;
    float: left;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    text-transform: capitalize
}

@media (max-width: 1025px) {
    .content-block .content-container .category-content-wrap .list-wrap .elementWrap a {
        display: inline-block;
        float: none
    }
}

.content-block .content-container .category-content-wrap .list-wrap .elementWrap a img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    aspect-ratio: 1 / 1;
}

.content-block .content-container .category-content-wrap .list-wrap .elementWrap a span {
    font-size: .875em;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0 0 10px 10px
}


.content-block .content-container .category-content-wrap .list-wrap.big-content .elementWrap a {
    width: 156px;
    height: 156px
}

.content-block .content-container .category-content-wrap .list-wrap.big-content .elementWrap a:first-child {
    width: 331px;
    height: 331px
}



.content-block .content-container .category-content-wrap .list-wrap.medium-content .elementWrap a {
    width: 150px;
    height: 150px
}

@media (max-width: 737px) {
    .content-block .content-container .category-content-wrap .list-wrap.medium-content .elementWrap a {
        width: 45%;
        height: auto;
        margin: 2%
    }
}



footer {
    position: relative;
    width: 100%;
    background: #1b6da5;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

footer a {
    color: #fff;
    text-decoration: none
}

footer a:hover {
    text-decoration: underline
}

footer .footer-container {
    width: 1040px;
    margin: auto
}

@media (max-width: 1025px) {
    footer .footer-container {
        width: calc(100% - 25px)
    }
}

@media (max-width: 737px) {
    footer .footer-container {
        width: 100%
    }
}

footer .footer-container .footer-content {
    position: relative;
    padding: 20px
}

footer .footer-container .footer-content:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width: 737px) {
    footer .footer-container .footer-content {
        text-align: center
    }
}


footer .footer-container .footer-content .footer-logo {
    width: 160px;
    height: auto
}

footer .publisher {
    float: left;
    margin-right: 20px
}

footer .publisher a {
    display: block
}

@media (max-width: 737px) {
    footer .publisher {
        width: 100%
    }
}

footer .links {
    float: left;
    line-height: 40px
}

@media (max-width: 737px) {
    footer .links {
        margin-top: 10px;
        width: 100%
    }
}

footer .rights {
    float: right;
    line-height: 40px
}

@media (max-width: 1025px) {
    footer .rights {
        float: left;
        margin-left: 230px
    }
}

@media (max-width: 737px) {
    footer .rights {
        margin-left: 0;
        font-size: 12px;
        width: 100%
    }
}

.homePage #top-spotlight .spotlight-wrap {
    background-color: #6bb4f0
}


.content-type:first-child {
    background-color: rgba(0, 0, 0, .05)
}

.content-type:nth-child(2) {
    background: transparent
}

.content-type:nth-child(3) {
    background: rgba(0, 0, 0, .04)
}

.content-type:nth-child(4) {
    background: rgba(0, 0, 0, .08)
}

.content-type:nth-child(5) {
    background: rgba(0, 0, 0, .12)
}

.content-type:nth-child(6) {
    background: rgba(0, 0, 0, .16)
}

.content-type:nth-child(7) {
    background: rgba(0, 0, 0, .2)
}

.content-type:nth-child(8) {
    background: rgba(0, 0, 0, .24)
}

.content-type:nth-child(9) {
    background: rgba(0, 0, 0, .28)
}

.content-type:nth-child(10) {
    background: rgba(0, 0, 0, .32)
}

.content-type:nth-child(11) {
    background: rgba(0, 0, 0, .36)
}

.content-type:nth-child(12) {
    background: rgba(0, 0, 0, .4)
}

.content-type:nth-child(13) {
    background: rgba(0, 0, 0, .44)
}

.content-type:nth-child(14) {
    background: rgba(0, 0, 0, .48)
}

.content-type:nth-child(15) {
    background: rgba(0, 0, 0, .52)
}

.content-type:nth-child(16) {
    background: rgba(0, 0, 0, .56)
}

.content-type .content-container {
    padding: 20px;
    box-sizing: border-box
}


.content-type .content-container .contentTitle {
    position: relative;
    padding: 10px 40px;
    text-shadow: none;
    text-transform: uppercase;
    margin-left: 40px;
    display: inline-block;
    background-color: hsla(0, 0%, 100%, .5);
    box-sizing: border-box
}

@media (max-width: 737px) {
    .content-type .content-container .contentTitle {
        margin-left: 0
    }
}

.content-type .content-container .contentTitle:before {
    content: "";
    position: absolute;

    background-repeat: no-repeat;
    background-size: cover;
    top: -2px;
    bottom: 0;
    width: 15px;
    left: -15px
}

.content-type .content-container .contentTitle:after {
    content: "";
    position: absolute;

    background-repeat: no-repeat;
    background-size: cover;
    top: -2px;
    bottom: -1px;
    width: 15px;
    right: -15px
}

.content-type .content-container .desc-info {
    box-sizing: border-box
}

@media (max-width: 737px) {
    .content-type .content-container .desc-info {
        padding: 0
    }
}

.content-type .content-container .desc-info h1 {
    display: inline-block;
    font-size: 32px;
    margin-right: 10px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.content-type .content-container .desc-info a {
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 5px;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    text-shadow: none;
    text-transform: capitalize
}

.content-type .content-container .desc-info a:hover {
    text-decoration: underline
}

.content-type .content-container .desc-info a:active {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4)
}

.content-type .content-container.content-game {
    padding: 0;

    background-color: hsla(0, 0%, 100%, .9)
}

.content-type .content-container.content-game:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width: 801px) {
    .content-type .content-container.content-game {
        background-color: transparent
    }

    .content-type .content-container.content-game img {
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
    }

    .content-type .content-container.content-game:before {
        padding-top: 0
    }
}



* {
    margin: 0;
    padding: 0;
    float: none;
    -webkit-font-smoothing: antialiased

}

a:focus {
    outline: none
}



@keyframes d {
    0% {
        transform: scale(.6);
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6)
    }
    50% {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8)
    }
    to {
        transform: scale(.6);
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6)
    }
}

#menu-close{
    float: right;
    margin-bottom: 1rem;
}

#back-to-top {
    position: fixed;
    right: 2rem;
    bottom: 3rem;
    height: 42px;
    width: 42px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 0;
    background: #fff;
    border: none;
}


.desc_btn {
    border: solid 1px #00add7;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 8px;
    background: #00add7;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

#description_view {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin:0;
}

@media screen and (min-width: 768px) {
    .desc_btn {
        display: none !important;
    }

    #description_view {
        -webkit-line-clamp: 100 !important;
    }
}

@media screen and (max-width: 768px) {
    .desc_btn {
        display: block;
    }
}

.width-100{
    max-width:100%!important;
}

.mb-3{
    width:50px;
}

.play-img{
    width: 150px;
    aspect-ratio: 1/1;
    border-radius: 4px;
    box-shadow: 0 1px 2px transparent;
    border: 2px solid hsla(0, 0%, 100%, .9);
    margin-bottom: 1rem;
}


.game-content{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 4 / 2.25;
}

@keyframes pluto-gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.content-game{
    display: flex;
    flex-direction: column;
    font-family: Helvetica, Arial, sans-serif;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab) 0 0 / 300% 300%;
    animation: pluto-gradient 60s ease 0s infinite normal none running;
}

.gamePage{
    background: #8b7ca7;
}

.play-btn{
    padding: 8px;
    border-radius: 6px;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 1px 2px transparent;
    width: 150px;
    background-color: hsla(0, 0%, 100%, .9);
}

@media screen and (max-width: 568px) {
    .game-content{
        aspect-ratio: 4 / 3!important;
    }
}

.alike-bg{
    background: #8b7ca7;
    color: #470797;
}
