@font-face {
    font-family: "Roboto Condensed-fallback";
    size-adjust: 88.99000000000005%;
    ascent-override: 109%;
    src: local("Arial");
}

@font-face {
    font-family: "Roboto Condensed";
    font-weight: 300 700;
    font-display: swap;
    src: url('/fonts/jeuxcom/roboto-condensed.woff2') format(woff2) tech(variations);
}

@supports not font-tech(variations) {
    @font-face {
        font-family: "Roboto Condensed";
        font-weight: 300 700;
        font-display: swap;
        src: url('/fonts/jeuxcom/roboto-condensed.woff2') format('woff2 supports variations'),
        url('/fonts/jeuxcom/roboto-condensed.woff2') format("woff2-variations");
    }
}

.imgintxt.floatleft {
    float: left;
    margin: 0 10px 5px 0;
    display: block;
    max-width: 100%;
    clear: left;
    contain: content;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    color:#db4723;
}
.mobile-h1 {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 10px 0px 0px 0px;
}

.h2,
h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    color:#db4723;
}
.mobile-h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    color:#db4723;
}

h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0px;
    color: #135e8d;
}

body, button, input, select, textarea {
    font-family: "Roboto Condensed", "Roboto Condensed-fallback", Arial, sans-serif;
}

body {
    height: auto;
    background-color: #135e8d;
    color:#777575;
}
#global {
    position: relative;
    background-color:white;
}
#content {
    margin: 60px 10px 10px 10px;
}

#content.revshare {
    margin: 0px;
}

.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

p {
    font-size: 15px;
}

/* Tableau dans le div content */
#content table {
    border-collapse: inherit;
    width: 100%;
}
#content table th,
#content table td {
    padding: 8px 12px;
    vertical-align: middle;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
#content table th {
    background-color: #135e8d;
    font-weight: bold;
    color: inherit;
}

.bw-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.maintext ol, .maintext ul {
    padding: 0 0 0 40px
}

.maintext td > ol, .maintext td > ul {
    margin: 20px 0
}

.maintext table {
    margin: 0 0 30px;
    line-height: 1.4;
}

.maintext table td, .maintext table th {
    padding: 10px;
    text-align: left
}

.maintext table h2, .maintext table h3 {
    margin: 0
}

.maintext:not(#content) {
    contain: content;
}

.maintext:not(#content) h2, .maintext:not(#content) .h2, .maintext:not(#content) h3, .maintext:not(#content) p:not(:last-child) {
    margin: 0 0 20px;
}

.tooltip-short-content {
    font-size: 14px !important;
}

.maintext article > div {
    margin-bottom: 30px;
    padding: 0;
}

div.floatnone, div.forcefloatnone {
    float: none;
    margin: 0 0 20px;
}

div.imgintxt {
    display: block;
    max-width: 100%;
    clear: both;
}

div.imgintxt img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.banners img {
    width: 100%;
}

a.nvisit1,
.ctabox > a {
    margin: 0 auto;
    width: 500px;
    max-width: 100%;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0;
    border-radius: 3px;
    border-bottom: 2px solid #ccc;
}

.tablecon {width:100%; overflow:auto; padding:0; display:flex;}
.tablecon table {margin-left:0 !important;margin-right:0 !important;width:100%;}
.tablecon:after {content:""; min-width:10px;}

.tablecon > table {width:100%; border-collapse:collapse; margin-bottom:30px;}
.tablecon > table td {border:1px #ccc solid; padding:5px 10px;}
.tablecon > table th {background:#000; color:#fff; border:1px #ccc solid; font-weight:normal; padding:5px 10px; font-size: calc(1em + 2px);}

tbody, tfoot, thead {
    border: 1px solid #f2f2f2;
    background-color: #fff
}

tfoot, thead {
    color: #9b9b9b
}

tfoot td, tfoot th, thead td, thead th {
    font-weight: 600
}

table:not(#wagertablenew) tbody tr.odd {
    background-color: #f2f2f2
}

th, thead {
    background: var(--color-table-header);
    color: #fff
}

table {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 2px 0 #00000029;
    border: 1px solid #f2f2f2;
    border-collapse: initial
}

table tr {
    vertical-align: middle;
}

table tr:nth-child(2n) {
    background: no-repeat padding-box #f9f9f9
}


/*==========================================================================*/
/*==============================   QUOTES   ================================*/
/*==========================================================================*/
.excerpt1 {
    padding: 20px 16px !important;
    background: #e9e9e9;
    border-left: 4px solid #d5d5d5;
    font-style: normal;
    color: #777;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}

/*==========================================================================*/
/*==============================   AUTHOR   ================================*/
/*==========================================================================*/

.author-box-container {
    display: inline-flex;
    background-color: #f2f2f2;
    padding: 2%;
    margin: 2% 0 0;
    opacity: 1
}

.author-box-img {
    width: 100px;
    opacity: 1
}

.author-name-comment {
    text-align: justify;
    letter-spacing: 0;
    line-height: 1.5em;
    opacity: 1;
    padding: 0 0 0 2%
}

.author-box-name {
    font-size: 18px;
    font-weight: 700;
    color: #4799e2;
    margin: 0 0 1rem;
    display: flex;
    column-gap: 3px
}

.author-box-social img {
    width: 28px;
    height: 24px;
    margin: 0 .5% 0 0;
    padding: 0 10%
}

@media screen and (max-width: 460px) {
    .author-box-container {
        display: block;
        padding: 4%;
        margin: 4% 0 0;
        text-align: center
    }

    .author-name-comment {
        text-align: center;
        letter-spacing: 0;
        line-height: 1.5em;
        opacity: 1;
        padding: 10px 0 0
    }

    .author-box-name {
        justify-content: center
    }
}



/*==========================================================================*/
/*==========================   ABOVE THE FOLD   ============================*/
/*==========================================================================*/

.rtable {
    background: #f5f5f5;
    padding: 10px
}

.vbbutton {
    width: 500px;
    max-width: 100%;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 20px
}

.vbbuttonmain {
    margin: 40px auto 50px;
    display: block
}

div#wnt {
    overflow: auto;
    margin: 0 0 10px
}

table#wagertablenew {
    border-collapse: collapse;
    width: 100%;
    margin: 0
}

table#wagertablenew th {
    background: var(--color-table-header);
    color: var(--color-text-on-table-header);
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    padding: 10px 1px;
    min-width: 50px
}

table#wagertablenew > tbody > tr > td {
    font-size: 14px;
    color: #333;
    padding: 15px 5px
}

table#wagertablenew .stable {
    width: 100%;
    border: none;
    margin: 0
}

table#wagertablenew .stable td {
    font-size: 14px;
    font-weight: 700;
    padding: 8px
}

table#wagertablenew .stable td.nt + td {
    font-weight: 400
}

table#wagertablenew .stable tr td:first-child {
    width: 180px;
    font-weight: 400
}

table#wagertablenew td.moreinfo {
    text-align: center
}

table#wagertablenew td.gg {
    text-align: center;
    padding: 0 10px
}

table#wagertablenew td.bm, table#wagertablenew td.pc {
    text-align: center
}

table#wagertablenew td.moreinfo div {
    background: url(/img/others/moreinfo.png);
    width: 25px;
    height: 33px;
    display: block;
    margin: 0 auto;
    cursor: pointer
}

table#wagertablenew td.moreinfo div.opened {
    background-position: center bottom
}

table#wagertablenew tr.tr_moreinfo > td > div {
    max-height: 0;
    overflow: hidden
}

table#wagertablenew tr.tr_moreinfo > td {
    padding-top: 0;
    padding-bottom: 0
}

table#wagertablenew tr.tr_fm {
    display: none;
    background: #f5f5f5
}

table#wagertablenew tr.tr_fm td {
    padding-top: 0
}

table#wagertablenew tr.tr_fm .button {
    width: 100%
}

table#wagertablenew .button {
    margin: 0;
    width: 100%;
    display: grid;
    align-items: center;
    padding: 14px;
}

table#wagertablenew > tbody > tr:nth-child(6n+1) {
    background: #f5f5f5
}

table#wagertablenew div.wg {
    display: inline-block;
    margin-right: 10px;
    font-weight: 700
}

table#wagertablenew div.wg span {
    margin-right: 5px;
    font-weight: 400
}

table#wagertablenew div.shadowbottom {
    background: url(/img/others/shadow-bottom.png) center bottom no-repeat;
    height: 12px
}

table#wagertablenew div.shadowtop {
    background: url(/img/others/shadow-top.png) center bottom no-repeat;
    height: 12px
}

p.tt3 {
    font-size: 20px;
    color: #555;
    font-weight: 700;
    margin: 0 0 15px
}

.rtop {
    background: #f5f5f5;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px
}

.rtop img {
    width: 200px;
    height: 200px
}

.rtop a.button {
    width: 100%;
    max-width: 500px;
    margin: 40px auto 10px;
    display: grid;
    align-items: center
}

.rtop .sr {
    width: 146px;
    text-align: center;
    align-self: center;
    margin: 0 20px
}

.rtop > div {
    display: inline-block;
    vertical-align: top
}

.rtop #pt3 {
    flex-grow: 2;
    width: 210px;
    margin: 0 20px
}

.rtop #pt3 span {
    font-size: 20px;
    color: #555;
    font-weight: 700;
    margin: 0 0 15px;
    display: block
}

.rtop #pt3 span a {
    color: inherit
}

.rtop ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.rtop ul li {
    margin-bottom: 12px;
    line-height: 20px;
    background: url(/img/others/check.svg) 0 center/28px no-repeat;
    padding-left: 36px;
    min-height: 28px;
    padding-top: 3px
}

.bottom-md {
    display: none
}

.bottom-lg {
    display: block
}

.det-images {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto
}

.fancybox {
    text-align: center
}

span.tt3 {
    font-size: 20px;
    color: #555;
    font-weight: 700;
    margin-bottom: 15px;
    display: block
}

.slider-container {
    padding: 20px;
    background-color: #f5f5f5;
    margin: 0 0 20px
}

.slideshow-images {
    margin-bottom: 15px
}

.rating-number {
    letter-spacing: 0;
    color: #555;
    font-size: 17px;
    font-weight: 700;
    margin-right: 5px;
}

.rating-space {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.entry-content {
    margin-top: 10px;
}

.jeux-new-rtop {display: flex; padding: 20px; width: 100%; box-sizing: border-box; background-color: #f5f5f5; margin-bottom: 20px; align-items: stretch}
.jeux-new-rtop > .left > a {height: 197px; width: 197px}
.jeux-new-rtop > .left, .jeux-new-rtop > .right {height: auto}
.jeux-new-rtop > .left {width: 197px; flex: 0 0 20%; display: flex; align-items: center; justify-content: center; padding: 1px 0}
.jeux-new-rtop > .left img {max-width: 100%; max-height: 100%}
.jeux-new-rtop > .right {flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 0 10px 0 20px}
.jeux-new-rtop > .right > .top {display: flex; justify-content: space-between; height: 100%}
.jeux-new-rtop > .right > .top > .top-left {flex: 0 0 45%; padding: 0 10px 0 0; box-sizing: border-box}
.jeux-new-rtop > .right > .top > .top-right {box-sizing: border-box; position: relative; display: flex; align-items: center; padding: 9px 0 9px 20px; margin: 2px 0 27px; flex: 0 0 55%}
.jeux-new-rtop > .right > .top > .bottom {justify-content: center}
.jeux-new-rtop > .right button {width: 100%; padding: 10px 20px; color: inherit; border: none; cursor: pointer; font-size: 20px; font-weight: 700; background: inherit; border-radius: 3px; opacity: 1; text-transform: uppercase}
.jeux-new-rtop > .right > .top > .top-right > ul {list-style: none; padding: 0; margin: 0}
.jeux-new-rtop > .right > .top > .top-right > ul > li {margin-bottom: 14px; line-height: 20px; background: url(/img/others/jeux-new-check.svg) 0 top/22px no-repeat; padding-left: 36px; min-height: 22px}
.jeux-new-rtop > .right > .top > .top-right > ul > li:last-child {margin-bottom: inherit}
.jeux-new-rtop > .right > .top > .top-left > span {font-size: 20px; color: #555; font-weight: 700; margin: 0 0 13px; display: block}
.jeux-new-rtop > .right > .top > .top-left > #voteinfo {font: 16px/1.5 Open Sans; letter-spacing: 0; text-align: left; margin-top: 10px; display: none}
.rate {position: relative; width: 146px; height: 28px; text-align: left; background: url('/img/others/stars_empty.svg') center left/contain no-repeat; margin-top: 10px}
.rate + .rate {margin-top: 20px}
.rate:before {content: ''; display: block; padding-top: 16.9%}
.rate-bar {position: absolute; top: 0; left: 0; height: 100%; width: 0%; text-align: left; background: url('/img/others/stars_full.svg') center left/auto 100% no-repeat; transition: 120ms}
.rate-section {position: absolute; top: 0; height: 100%; width: 10%; cursor: pointer}
.rate-section.rs0 {left: 0}
.rate-section.rs1 {left: 10%}
.rate-section.rs2 {left: 20%}
.rate-section.rs3 {left: 30%}
.rate-section.rs4 {left: 40%}
.rate-section.rs5 {left: 50%}
.rate-section.rs6 {left: 60%}
.rate-section.rs7 {left: 70%}
.rate-section.rs8 {left: 80%}
.rate-section.rs9 {left: 90%}
.rate-orange {position: relative; width: 103px; height: 18px; text-align: left; background: url('/img/commons/ocrb/ocrb_stars_empty.svg') center left/contain no-repeat; display: flex; align-content: center}
.rate-orange + .rate-orange {margin-top: 20px}
.rate-orange:before {content: ''; display: block; padding-top: 16.9%}
.rate-orange > .rate-bar {position: absolute; top: 0; left: 0; height: 100%; width: 0%; text-align: left; background: url('/img/commons/ocrb/ocrb_stars_full.svg') center left/auto 100% no-repeat; transition: 120ms}
.rate-orange > .rate-section {position: absolute; top: 0; height: 100%; width: 10%; cursor: pointer}
.rate-orange > .rate-section.rs0 {left: 0}
.rate-orange > .rate-section.rs1 {left: 10%}
.rate-orange > .rate-section.rs2 {left: 20%}
.rate-orange > .rate-section.rs3 {left: 30%}
.rate-orange > .rate-section.rs4 {left: 40%}
.rate-orange > .rate-section.rs5 {left: 50%}
.rate-orange > .rate-section.rs6 {left: 60%}
.rate-orange > .rate-section.rs7 {left: 70%}
.rate-orange > .rate-section.rs8 {left: 80%}
.rate-orange > .rate-section.rs9 {left: 90%}
@media screen and (max-width: 1024px) {
    .jeux-new-rtop > .left > a {height: 151px; max-width: 151px}
    .jeux-new-rtop > .left img {height: 151px; width: 151px}
}

@media screen and (max-width: 1120px) {
    .jeux-new-rtop > .left {border-radius: 8px 0 0 8px}
    .rating-space {flex-direction: row; align-items: center; flex-wrap: wrap}
    .rate-orange, .rating-number {flex: 0 0 auto; display: flex; align-items: center}
    .rating-text {flex: 1 0 100%; margin-top: 2px}
}

@media screen and (max-width: 1099px) and (min-width: 767px) {
    .jeux-new-rtop > .left {max-width: 151px; min-height: 200px}
    .jeux-new-rtop > .left img {object-fit: contain}
}

@media (min-width: 768px) {
    .jeux-new-rtop > .right > .top > .top-right::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: rgba(112, 112, 112, .3)
    }
}

@media screen and (max-width: 767px) {
    .jeux-new-rtop > .right > .top > .top-right {justify-content: space-evenly}
    .jeux-new-rtop > .right > .top > .top-right > ul > li:last-child {margin-bottom: unset}
    .jeux-new-rtop > .left {border-radius: 8px 8px 0 0}
    .jeux-new-rtop > .left img, .jeux-new-rtop > .left > a {height: 137px; width: 137px}
    .jeux-new-rtop > .right > .top > .top-left > #voteinfo {text-align: center}
    .jeux-new-rtop {flex-direction: column; align-items: center}
    .jeux-new-rtop > .left {width: 100%; display: flex; justify-content: center; margin-bottom: 20px}
    .jeux-new-rtop > .right {width: 100%; padding: 0}
    .jeux-new-rtop > .right > .top {flex-direction: column}
    .jeux-new-rtop > .right > .top > .top-left, .jeux-new-rtop > .right > .top > .top-right {width: 100%; padding: 0 10px; box-sizing: border-box}
    .jeux-new-rtop > .right > .top > .top-right {order: 3; margin-top: 20px; margin-bottom: 5px; padding: 0 15px}
    .jeux-new-rtop > .right > .top > .top-left {order: 1}
    .rating-space {width: 100%; justify-content: center; margin-top: 10px}
    .jeux-new-rtop > .right > .top > .bottom {order: 2; width: 100%; margin-top: 20px; justify-content: center}
    .rating-text {flex: unset; margin-top: 0}
    .top-left > span {text-align: center}
    .bottom-md {
        display: block
    }
    .bottom-lg {
        display: none;
    }

    .fancybox {
        display: none
    }

    .det-images > .fancybox:nth-child(-n+1) {
        display: block
    }

    .next, .prev {
        display: block !important;
        cursor: pointer;
        position: absolute;
        z-index: 2;
        padding: 8px 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        background-color: rgb(0, 0, 0, .2);
        font-weight: 700;
        font-size: 18px;
        transition: .6s;
        border-radius: 10px;
        user-select: none
    }

    .next {
        right: 0;
        margin-right: 20px
    }

    .slideshow-dots {
        display: flex;
        gap: 10px;
        justify-content: center
    }

    .slidedots {
        width: 20px;
        height: 20px;
        background-color: rgb(0, 0, 0, .2);
        border-radius: 10px
    }

    .det-images .fancybox a, .det-images-big .fancybox img {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .slider-container {
        position: relative
    }
}

div#sof {
    margin: 0 0 20px
}

div#sof .bn {
    background: var(--color-dark);
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    cursor: pointer
}

div#bnk .bn {
    background: var(--color-dark);
    height: 56px
}

.bn > img, .bn > picture > img {
    margin-left: 15px;
    margin-top: 12px
}

div#sof .cont {
    background: #fff;
    padding: 10px;
    margin: 0 0 20px;
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(83px, 1fr));
    gap: 10px;
    justify-items: center;
    box-shadow: 0 5px 12px rgb(0 0 0 / 15%)
}

div#bnk .cont {
    background: #fff;
    padding: 10px;
    margin: 0 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(83px, 1fr));
    gap: 10px;
    justify-items: center;
    box-shadow: 0 5px 12px rgb(0 0 0 / 15%)
}

div#bnk .cont img, div#sof .cont img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    max-width: 97px
}

.table-of-content-icon-mobile, .table-of-content-icon-wide {
    background: url(/img/others/dropdown_white_down.webp)
}

#articleindex ul, .table-of-content-wrapper:not(.above) {
    display: none
}

.table-of-content-wrapper.above {
    display: block !important;
    position: unset
}

.table-of-content {
    overflow: hidden;
    max-height: none;
    scrollbar-width: none;
    display: none
}

#articleindex-ocrb {
    display: block;
    box-shadow: 0 5px 12px #00000026;
    border-radius: 3px;
    margin-bottom: 40px
}

#articleindex-ocrb > #articleindextitle {
    height: 60px;
    background: var(--color-dark);
    border-radius: 5px;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#articleindex-ocrb > #articleindextitle .toplist_header {
    display: block;
    float: right;
    line-height: 28px;
    margin-left: 10px;
}

#articleindex-ocrb > #articleindextitle.opened {
    border-radius: 5px 5px 0 0
}

#articleindex-ocrb > .table-of-content {
    padding: 10px 20px
}


.table-of-content-wrapper {
    margin: 0 0 20px;
    background: #fff;
    box-shadow: 0 5px 12px #00000026;
    border-radius: 3px;
    opacity: 1;
    position: sticky;
    top: 0
}

.table-of-content-wrapper a {
    color: #4a4a4a
}

.table-of-content-wrapper.above {
    display: none
}

h2.table-of-content-title {
    height: 60px;
    padding: 20px;
    background: var(--color-dark);
    color: #fff !important;
    border-radius: 5px 5px 0 0;
    opacity: 1;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.table-of-content a {
    display: block;
    color: #4a4a4a;
    font-size: 16px;
    margin-left: 26px
}

.table-of-content::-webkit-scrollbar {
    width: 6px
}

.table-of-content ul.table-of-content {
    overflow: visible;
    max-height: unset
}

.table-of-content li, .table-of-content ul {
    list-style-type: none;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0;
    color: #4a4a4a;
    opacity: 1;
    width: 100%;
    display: block;
    align-items: center
}

.table-of-content.show-grid {
    display: grid !important
}

#articleindex ul ul {
    padding: 0 30px
}

.table-of-content li.haschildren.open > ul {
    display: block;
    padding-left: 20px
}

.table-of-content > li:last-child {
    border-bottom: none
}

.table-of-content li.closed > ul {
    display: none
}

.table-of-content > .haschildren > div {
    padding: 12px 30px;
    display: flex;
    align-items: flex-start;
    overflow: hidden
}

.table-of-content > li > div {
    padding: 12px 30px
}

.table-of-content > .haschildren > div > span {
    display: flex;
    width: 16px;
    text-align: center;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    vertical-align: middle;
    padding: 0;
    font-size: 30px;
    line-height: 21px
}

.table-of-content > .haschildren > div > span:before {
    content: attr(data-symbol);
    display: inline-block;
    font-size: 1em
}

.table-of-content > li > ul {
    padding-top: 0;
    padding-left: 50px;
    border-bottom: none
}

.table-of-content > li > ul > li {
    text-align: left;
    font-weight: 400;
    letter-spacing: 0;
    min-height: 40px;
    border-bottom: none;
    padding-left: 0
}

.software-arrow-icon.opened,
.table-of-content-icon-wide.opened, .table-of-content-icon.opened {
    background: url(/img/others/dropdown_white_up.webp)
}

.software-arrow-icon.closed,
.table-of-content-icon-wide.closed, .table-of-content-icon.closed {
    background: url(/img/others/dropdown_white_down.webp)
}

.banking-software-wrapper .bn img {
    margin-top: 0;
}

.software-arrow-icon,
.table-of-content-icon, .table-of-content-icon-wide {
    width: 22px;
    height: 14px;
    cursor: pointer;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important
}

h2.table-of-content-title.closed {
    border-radius: 5px
}

.table-of-content > li.haschildren {
    padding-left: 0
}

.table-of-content > .haschildren > div > a {
    display: flex;
    color: #4a4a4a;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    line-height: normal;
    word-wrap: break-word;
    font-size: 16px
}

.table-of-content .table-of-content {
    box-shadow: none
}

#articleindex ul.table-of-content.opened {
    display: grid;
    padding: 10px 0
}

#articleindex-ocrb > #articleindextitle.opened {
    border-radius: 5px 5px 0 0;
}

.table-of-content-icon-mobile {
    background: 0 0
}




/*==========================================================================*/
/*==============================   HEADER   ================================*/
/*==========================================================================*/
header {
    position: fixed;
    z-index: 2;
    width: 100%;
    background-color: #1e7fbc;
    height:54px;
}

header .mobile #burger {
}
header #logo img {
    height: 38px;
}
#header-desktop {
    display:block;
}
header #description {
    text-align: center;
}

#h1-wrapper h1 {
    margin:0px;
    padding:0px;
}

/*nav {
    display:none;
}*/

.header-mobile-links {
    background-color: #1e7fbc;
    color: white;
    height:32px;
    margin-top:40px;
}
.header-mobile-links ul {
    padding:7px 0px 0px 0px;
}
.header-mobile-links ul li{
    font-size:12px;
    padding:2px 0px 0px 0px;
    list-style-type:none;
    display: inline-block;
}
.header-mobile-links ul li a{
    text-decoration: none;
    color:white;
    font-weight: bold;
}
.header-mobile-links span {
    font-size:22px;
    margin-left:2px;
}
.burger-btn-mobile-search {
    font-size: 24px;
    color: white;
    line-height: 48px;
}

.logo {
    margin-left: 40px;
    margin-top: 8px;
}

.logo_noel {
    margin-left: -15px;
}

.univers-bloc {
    height: 54px;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    overflow: hidden;
}

.univers-bloc a {
    color: white;
    text-decoration: none;
    display: block;
}

.univers-jeux {
    background: #0b5786 url(/img/univers_arrow.png) no-repeat center;
}
.univers-actu {
    background: #333333 url(/img/univers_arrow.png) no-repeat center;
}
.univers-videos {
    background: #ff0000 url(/img/univers_arrow.png) no-repeat center;
}

#menu-actu {
    display: none;
}
#menu-videos {
    display: none;
}

.rs_bloc {
    float: left;
    padding: 1px;
    margin-top: 11px;
}

#breadcrumb-category, #breadcrumb-mobile {
    display: inline-block;
    margin: 5px -15px 10px -15px;
    font-size: 13px;
    font-weight: bold;
}
#breadcrumb-category a, #breadcrumb-mobile a {
    font-weight: bold;
    text-decoration: underline;
    color: #337ab7;
}


@media (min-width: 980px) {
    .univers-bloc {
        width: 73px;
    }
    .univers-jeux {
        line-height: 20px;
        background: #1e7fbc url(/img/univers_arrow.png) no-repeat center;
    }
}


#div-banner-mobile {
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 54px;
    background-color: #717171;
    color: white;
}

.banner-mobile {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.banner-mobile-btn {
    width: 90px;
    height: 30px;
    background: #00ce0b;
    border-radius: 4px;
}
.banner-mobile-btn a {
    display: block;
    line-height: 30px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

.banner-mobile-text {
    float: left;
    width: 176px;
    margin-top: 6px;
}
.banner-mobile-logo {
    float: left;
    width: 48px;
    margin: 3px;
}
.banner-mobile-app {
    float: left;
    width: 90px;
    margin-top: 10px;
    margin-left: 5px;
}

.banner-mobile-sizeapp {
    font-size: 10px;
    text-align: center;
}


/*==========================================================================*/
/*========================   BURGER MENU MOBILE  ===========================*/
/*==========================================================================*/

.bh_bloc {
    float:left;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 30px;
}

.burger-btn-mobile {
    font-size: 32px;
    color: white;
    padding: 4px;
    z-index:1;
}
#burger-btn-desktop {
    cursor: pointer;
    transition: color 0.2s;
    font-size:20px;
    margin-top:1px;
}

#burger-menu-desktop {
    display:none;
}

#burger-menu-mobile {
    width: 100%;
    z-index: 11;
    font-size: 14px;
    display: none;
    color: white;
}

#burger-menu-mobile ul{
    text-align: left;
    margin-top: 8px;
    margin-left: -40px;
    padding-bottom: 40px;
}

#burger-menu-mobile ul li{
    list-style-type: none;
}

#burger-menu-mobile ul li{
    text-decoration: none;
    color: #c5d6df;
    display: block;
    font-weight: bold;
}
#burger-menu-mobile ul li a:hover{
    color: #17aef4;
}
#burger-menu-mobile:first-child {
    background-color: transparent;
}
#burger-menu-mobile-left {
    background-color: #1d5e87;
    min-height: 100%;
    padding: 10px;
    overflow: auto hidden;
}

#burger-menu-mobile-left a {
    color: #c5d6df;
}
#burger-menu-mobile-left li {
    padding: 10px 0 10px 10px;
}
#burger-menu-mobile-left li:hover {
    border-radius: 5px;
    background-color: #db4723;
}

#burger-menu-mobile-right {
    background-color: #4d4a49;
    padding-top: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}
#burger-menu-mobile-right li {
    padding:6px 0px 6px 0px;
}

.subcategories-wrapper {
    display:none;
    padding-left:15px;
    margin-top:55px;
}
.subcategories-wrapper li a {
    color:white;
    font-weight: normal;
}

#burger-menu-mobile-search {
    display: none;
    background: #4d4a49;
    padding: 4px;
}


/*==========================================================================*/
/*============================   SEARCH   ==================================*/
/*==========================================================================*/

#search-btn {
    cursor: pointer;
    transition: color 0.2s;
}
#search-btn:hover {
    color: #5a9ff5;
    transition: color 0.2s;
}

#search-form-desktop {
    width: 185px;
    height : 32px;
    color: black;
    background: #efeff2;
    border-radius: 5px;
    margin-top: 11px;
}

#search-input-desktop {
    background-color: transparent;
    height: 32px;
    border: 1px solid #efeff2;
    color: black;
    font-size: 14px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#search-form-desktop input:hover {
    background-color: white;
    border: 1px solid #efeff2;
}
#search-form-desktop input:focus {
    background-color: white;
    border: 1px solid #2c75ea;
}

#search-btn-desktop {
    height: 22px;
    position: absolute;
    right: 45px;
    top: 20px;
}

#search-btn-mobile {
    position: absolute;
    top: 4px;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    cursor: pointer;
    color: #1e7fbc;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 3px;
}

#search-input-mobile{
    padding-left: 33px;
    color: #1e7fbc;
}

#search-input-mobile::-webkit-input-placeholder
{
    color : #1e7fbc;
    font-weight: bold;
}


#search-input-mobile:-moz-placeholder
{
    color:    #1e7fbc;
    font-weight: bold;
}

#search-input-mobile::-moz-placeholder
{
    color:    #1e7fbc;
    font-weight: bold;
}

#search-input-mobile:-ms-input-placeholder
{
    color:    #1e7fbc;
    font-weight: bold;
}

#close-btn {
    position: fixed;
    padding: 0px 0px 0px 0px;
    margin: -8px 0px 0px -8px;
    cursor: pointer;
    color: white;
}


/*==========================================================================*/
/*==============================   FOOTER   ================================*/
/*==========================================================================*/

footer {
    background-color: #1e7fbc;
    color:white;
    text-align: center;
    font-size: 12px;
    padding:0px 15px 15px 15px;
    content-visibility: auto;
    contain-intrinsic-height: 126px;
}
#legals li {
    display: inline-block;
}
#legals {
    padding: 10px 0 15px;
    margin-bottom: 0;
}

#legals a {
    color: #fff;
}

#legals a:hover {
    color: #EB6824;
    text-decoration: none;
}


.footer-actu {
    background-color: #5a9ff5;
    color:white;
    text-align: center;
    font-size: 12px;
    padding:15px;
}
.footer-actu a {
    color:white;
    text-decoration: underline;
    font-weight: bold;
}

.tags-populaires {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
}

a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 25px;
    bottom: 25px;
    background: #135e8d url("../img/up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/*==========================================================================*/
/*==============================   BUTTONS   ===============================*/
/*==========================================================================*/

.button-bar {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.button-bar a{
    margin-bottom: 5px;
}
.button {
    border: none;
    color: white;
    padding: 1px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    min-width: 120px;
    border-radius: 5px;
}
.button:hover, .button:focus, .button:active {
    text-decoration: none;
    color: white;
}

.greenButton {
    background-color: #1cc205;
    border-top: 3px solid #1cc205;
    border-bottom: 3px solid #0e4507;
}
.greenButton:hover, .greenButton:focus, .greenButton:active {
    border-top: 3px solid #0e4507;
    border-bottom: 3px solid #1cc205;
}
.blueButton {
    background-color: #1e7fbc;
    border-top: 3px solid #1e7fbc;
    border-bottom: 3px solid #012552;
}
.blueButton:hover, .blueButton:focus, .blueButton:active {
    border-top: 3px solid #012552;
    border-bottom: 3px solid #1e7fbc;
}
.redButton {
    background-color: #db4723;
    border-top: 3px solid #db4723;
    border-bottom: 3px solid #912c13;
}
.redButton:hover, .redButton:focus, .redButton:active {
    border-top: 3px solid #912c13;
    border-bottom: 3px solid #db4723;
}
.greyButton {
    background-color: #888;
    border-top: 3px solid #aaa;
    border-bottom: 3px solid #555;
}
.greyButton:hover, .greyButton:focus, .greyButton:active {
    border-top: 3px solid #555;
    border-bottom: 3px solid #aaa;
}


#howtoplay-button img, #warning-button img {
    margin-top:-3px;
    height:18px;
}

.attributes-bar {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.attributes-bar .button {
    font-size:14px;
    margin-bottom:5px;
    min-width: 120px;
}
.attributes-bar .button {
    padding: 0px 0px;
}

.buttonMobile {
    padding: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px !important;

    font-size: 20px;
    color: white;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 2px 2px #7e7e7e;
}

.greenButtonMobile {
    background-color: #1cc205;
    border: 3px solid #2fd718;
    font-weight: bold;
}
.redButtonMobile {
    background-color: #db4723;
    border: 3px solid #fd902c;
}
.blueButtonMobile {
    background-color: #1e7fbc;
    border: 3px solid #3babf1;
}


/*==========================================================================*/
/*=============================   GAME PAGE   ==============================*/
/*==========================================================================*/

#game-embed{
    margin: 0 auto;
    margin-bottom:10px;
    width:100%;
    display:inline-block;
    *display:inline;
    *zoom:1;

}
/*==========================================================================*/
/*=======================   GAME PAGE FULLSCREEN   =========================*/
/*==========================================================================*/

#fullscreen-page {
    height:100%;
    padding:0;
    margin: 0 0 1px 0; /* the extra 1px allows the iOS inner/outer check to work */
    background: rgb(0, 0, 0);
}
#fullscreen-page #global{
    width:100%;
}
#fullscreen-page #game-embed{
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/img/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}
#fullscreen-page #close{
    position: absolute;
    margin: 40px 0 0 -8px;
    color:white;
    z-index:99999;
    opacity: 0.8;
    font-weight: bold;
}
#fullscreen-page #close:hover {
    opacity: 1;
}
#fullscreen-page #close a{
    color : white;
    font-size: 30px;
    text-decoration: none;
}
#fullscreen-page #close span{
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    width:41px;
    height:51px;
    font-size:36px;
    background-color:#135e8d;
}

#orientation {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url('/img/rotate-device.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: black;
    z-index: 9999;
    display: none;
}

/*=============================================================*/
/*=======================   PUB   =============================*/
/*=============================================================*/

.ad-container-carre {
    margin:15px 0px 15px 0px;
    padding:0;
    text-align:center;
}

.row-megaban {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left:-20px; /* use to center very large (970px) megaban */
    text-align: center;
    text-align: -webkit-center;
}

.ad-title-pave {
    display: inline-block;
    color: black;
    text-align: center;
    /*width: 300px;*/
}

.ad-title-sky {
    display: inline-block;
    color: black;
    text-align: center;
    width: 160px;

}

.ad-image-pave {
    text-align: center;
    width: 300px;
    max-height: 250px;
    margin:auto;
}
.ad-image-pave img {
    margin: auto;
}

.ad-title-megaban {
    display: inline-block;
    color: black;
    text-align: center;
}
.ad-image-megaban {
    text-align: center;
    /*background-color: grey;*/
}
.ad-image-megaban img {
    margin: auto;
}

.pave-expand{
    width : 300px;
    margin: auto;
    min-height:274px;
    /*border: 1px solid green;*/
    /*height:600px;*/
    padding:0;
}

.no-min-height{
    min-height:initial;
}

.skyscraper_left {
    position:fixed;
    margin:5px 0px 0px -180px;
}
.skyscraper_right {
    position:fixed;
    margin:5px 0px 0px 970px;
}

.sticky-ads {
    width: 300px;
    height: 600px;
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
}


/*=============================================================*/
/*====================   PAGINATION   =========================*/
/*=============================================================*/

.pagination {
    text-align: center;
    padding: 20px 0;
    margin: 0;
}
.pagination li a {
    color:#135E8D;
    border:none;
}
.pagination li {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 6px 1px;
}
.pagination li .link {
    padding: 0;
    margin-left:10px;
    margin-bottom: 15px;
}

.pagination li a {
    border-radius:5px;
}

.pagination li a:hover {
    background-color: rgba(219, 71, 35, 0.7);
    color:white;
}

.pagination .selected a, .pagination .selected a:hover{
    background-color: #db4723;
    color:white;
    border-radius:5px;
}

#menu .link-home,
.link-home-selected{
    padding:13px 10px;
}

.home-li {
    margin: 0px 0px 0px 5px;
}

.header-mobile-links .link-home {
    background: transparent url('../img/home.png') no-repeat center center;
    padding:17px 22px 13px 13px;
}

.sub-categories-links {
    display: inline-block;
}

/*=============================================================*/
/*=====================   NAV SUB CATEGORIES   ================*/
/*=============================================================*/

#menu-context-categories {
    margin-top:40px;
    height:35px;
    overflow: hidden;
    background-color: #5a9ff5;
    padding-bottom:10px;
    padding-left:10px;
    color:#135e8d;
    font-weight: bold;
}
#menu-context-categories ul {
    padding:0px;
}
#menu-context-categories li {
    display: inline-block;
    padding:7px 0px 0px 0px;
    list-style-type:none;
    /*width:130px;*/
}
#menu-context-categories li a:hover {
    /*background-color: #db4723;
    border-radius: 5px;*/
    color:white;
}
#menu-context-categories li a {
    text-decoration: none;
    color:#135e8d;
}
.see-all {
    padding:0;
    text-align: center;
    text-decoration:underline;
    margin-top:10px;
    cursor:pointer;
    font-size:12px;
}

/*=============================================================*/
/*=====================   NAV TAGS   ==========================*/
/*=============================================================*/

#menu-context-tags {
    background-color: #9bc4f6;
    height:35px;
    padding-bottom:10px;
    padding-left:10px;
    overflow:hidden;
    color:#135e8d;
}
#menu-context-tags label{
    margin-right: 20px;
}
#menu-context-tags ul {
    padding:0px;
}
#menu-context-tags li{
    display: inline-block;
    padding:6px 0px 0px 0px;
    list-style-type:none;
    line-height: 24px;
    /*width:130px;*/
}
#menu-context-tags li a {
    color: #135e8d;
}

/*=============================================================*/
/*====================   THUMBNAIL   ==========================*/
/*=============================================================*/

.game-thumbnail {
    border: 5px double white;
    display: inline-block;
    position: relative;
    padding: 0;
    overflow-y: hidden;
    color: #23527c;
    cursor: pointer;
}
.game-thumbnail img {
    width: 100%;
    height: 100%;
    max-width: 185px;
    max-height: 112px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.game-thumbnail a:hover {
    color: inherit;
    text-decoration: none;
}
.game-info {
    position: relative;
    width: 100%;
    max-width: 185px;
    background-color: white;
    top: 0;
    transition: top .1s;
    color: #135e8d !important;
    border-bottom-left-radius : 5px;
    border-bottom-right-radius : 5px;
    border-bottom: 1px solid #5a9ff5;
    border-left: 1px solid #5a9ff5;
    border-right: 1px solid #5a9ff5;
}

.shown{
    background: #9bc4f6;
    border-bottom: 1px solid #9bc4f6;
    border-left: 1px solid #9bc4f6;
    border-right: 1px solid #9bc4f6;

}

.game-title {
    width: 105px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 2px;
}
.game-title-center {
    width: 100%;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.game-stars {
    display: none;
    height: 20px;
    cursor: auto !important;
}
.game-note {
    position: absolute;
    right: 2px;
    top:0;
    height: 20px;
    cursor: auto !important;
}


.more-games {
    float: right;
    margin-top: -30px;
    margin-right: -10px;
}
.more-games a{
    color:#135e8d;
    text-decoration: underline;
}

/*==  BEST APPS HOMEPAGE  ==*/
/*.best-apps-games {
    margin-top:20px;
    padding-left:15px;
    padding-right:15px;
    height:150px;
    background-color: #9bc4f6;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}*/
.best-apps-thumbnail {
    display: inline-block;
    padding:0px;
    border:17px solid white;
    /*width: 220px;
    height:105px;
    margin:10px 15px 22px 10px;*/
}
.best-apps-thumbnail img {
    width: 100%;
    height:140px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.best-apps-thumbnail .game-info {
    max-width:none;
}


.question-sign-description {
    display:none;
}

#home .question-sign-description {
    font-size: 13px;
}

.question-sign {
    display:inline-block;
    background-color:#1e7fbc;
    border-radius: 5px;
    color:white;
    font-size:16px;
    padding:2px 9px 0px 8px;
    width:24px;
    margin-left:5px;
    cursor: pointer;
}


.h1-header{
    margin:0px 0px 0px 0px;
    padding:0px;
    display:inline-block;
}

.top-casual-games{
    display:inline-block;
    font-size:18px;
    font-weight:bold;
    color:#db4723;
}


/*==========================================================================*/
/*============================   HOME : ZONE ACTU   ========================*/
/*==========================================================================*/

.zone_actu {
    border-radius: 0px 0px 15px 15px;
    text-align: left;
    background: #333;
}
.zone_actu a {
    color: #FFF;
}
.zone_actu a:hover {
    text-decoration: none;
}
.za_header {
    height: 45px;
    line-height: 45px;
    color: white;
    background: #ff3c00;
}
.za_header::before, .za_header:before {
    content: '';
    background: #ff3c00;
    width: 5px;
    height: 45px;
    display: block;
    position: absolute;
    top: 0px;
    left: -5px;
}
.za_header::after, .za_header:after {
    content: '';
    background: #ff3c00;
    width: 5px;
    height: 45px;
    display: block;
    position: absolute;
    top: 0px;
    right: -5px;
}

.za_header_img {
    position: absolute;
    left: 10px;
}
.za_header_h2 {
    margin:0;
    padding:0;
    height: 45px;
    line-height: 45px;
    color: white;
    text-indent: 160px;
}
.za_img_large {
    text-align: center;
    border: 1px solid #0b0b0c;
}
.za_img_large img {
    max-width: 100%;
    height: auto;
}
.za_title_large {
    padding: 10px;
    font-size: 16px;
    color: #FFF;
}
.za_desc_large {
    padding: 0px 10px 10px 10px;
    color: #FFF;
    font-size: 13px;
}
.za_bloc_small {
    border-top: 1px solid #9d9d9d;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}
.za_bs_title {
    font-size: 14px;
}
.za_bs_img {
    margin-bottom: 10px;
}

.za_plus {
    height: 30px;
    line-height: 30px;
    background: #ff3300;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    margin-bottom: -1px;
}
.za_plus a {
    color: white;
    text-decoration: underline;
}


@media (max-width: 640px) {
    .za_header_h2 {
        display: none;
    }

    .za_plus {
        border-radius: 0;
    }
}



/*==========================================================================*/
/*==========================   PAGE CATEGORIES.HTML   ======================*/
/*==========================================================================*/


#all-categories {
    margin-top: 10px;
    margin-bottom: 10px;
}
#all-categories li {
    display: inline-block;
    padding:0px 0px 0px 0px;
    list-style-type:none;
}

/*==========================================================================*/
/*==============================   HELPERS   ================================*/
/*==========================================================================*/
.reset-margin {
    margin:0;
    padding:0;
}
.reset-padding {
    padding:0;
}
.hide-small {
    display:none;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}


/*========================================================================================================================*/
/*=====================================================   MEDIA QUERIES   ================================================*/
/*========================================================================================================================*/

/* Largeur en dessous de 639px */
@media (max-width: 639px) {
    .best-games-by-category .more-games a {
        font-size: 10px;
    }
}

/* Largeur entre 640px et 728px */
@media (min-width: 640px) {

    h1 {
        font-size: 24px;
    }

    header {
        height:54px;
    }

    /*==========================================================================*/
    /*============================   NAVIGATION   ==============================*/
    /*==========================================================================*/

    nav {
        background-color: #1e7fbc;
        color:white;
        font-size: 14px;
        /*height:26px;*/
        display:block;
        margin-top: 44px;
    }

    nav #menu {
        margin: 0px 0px 0px 0px;
        padding: 7px 0;
        overflow: hidden;
        /*height: 26px;*/
        /*border:1px solid black;*/
    }
    nav #menu ul {
        list-style: none;
        padding: 0;
    }
    nav #menu li {
        display: inline-block;
        height: 26px;
        /*border:1px solid black;*/
        /*background-color: green;*/
        padding-top : 3px;
        text-align: center;
        border-radius: 5px;
    }
    nav #menu li:hover {
        background-color: #115fa3;
        transition: background-color 0.2s;
    }
    .li-selected {
        background-color: #115fa3;
    }

    nav #menu-actu li:hover {
        background-color: #444;
        transition: background-color 0.2s;
    }
    nav #menu-videos li:hover {
        background-color: #DD0000;
        transition: background-color 0.2s;
    }

    nav #menu li a {
        /*margin-right: 10px;*/
        padding: 0px 7px;
        color: white;
        text-decoration: none;
        transition: color 0.2s;
    }

    /* au dessus de 640px, on affiche le menu restreint */
    nav #menu li.main-menu {
        display: none;
    }
    nav #menu li.mobile-menu {
        display: inline;
    }

    #menu2 {
        padding:7px 0;
        width: 22px;
        text-align: center;
    }
    #menu2:hover {
        background: #db4723;
    }

    #menu-context-categories {
        margin-top:43px;
    }



    /*=============================================================*/
    /*============   BURGER DESKTOP   =============================*/
    /*=============================================================*/

    #burger-menu-desktop{
        background-color: white;
        color:#135e8d;
        padding: 2px 0px 10px 0px;
        display:none;
    }
    #burger-menu-desktop a {
        color:#135e8d;
    }
    #burger-menu-desktop h2{
        margin:0;
    }
    #burger-menu-desktop ul {
        margin:0;
        padding-left:10px;
    }

    #burger-menu-desktop li {
        margin: 3px 0px 3px 0px;
        display: inline-block;
        /*padding: 0px 60px 0px 60px;*/
        width:131px;
        text-align: center;
        border-radius: 5px;
    }

    #burger-menu-desktop li a {
        text-decoration: none;
    }

    #burger-menu-desktop .hardcoded-links {
        margin:10px 0px 10px 0px;
    }
    #burger-menu-desktop .hardcoded-links a {
        padding-right: 10px;
        font-weight: bold;
    }

    /*============================================================*/
    /*==============   SEARCH   ==================================*/
    /*============================================================*/

    #search-input {
        background-color: transparent;
        height:47px;
        border: none;
        color: white;
        font-size: 18px;
        margin-left : 18px;
        outline: none;
        border: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    #search-clear {
        position: absolute;
        right: 60px;
        top: 0px;
        bottom: 0;
        height: 20px;
        margin: auto;
        font-size: 20px;
        cursor: pointer;
        color: white;
    }


    .h1-header{
        margin:0px 0px 0px 0px;
    }


    /*== BEST GAMES BY CATEGORIES ==*/
    .best-games-by-category {
        margin-top:15px;
    }
    .best-games-by-category h3 {
        margin-left: -15px;
    }

    .top-casual-games{
        font-size:24px;
    }


}

/* Largeur entre 768px et 980px */
@media (min-width: 768px) {

    /*==   PUB   ==*/
    .ad-container-carre {
        margin:32px 0px 0px 0px;
    }

    /* au dessus de 728px, on affiche le menu normal */
    /*nav #menu li.mobile-menu {
        display: none;
    }
    nav #menu li.main-menu {
        display: inline-block;
    }

    #hp-pave1, #hp-pave2, #hp-pave3, #hp-pave4, #hp-pave5 {
        display: block;
    }*/

    header #description {
        text-align: left;
    }

    .header-mobile-links{
        margin-top:44px;
    }
    .header-mobile-links ul li{
        font-size:15px;
    }

}



/* Largeur supérieure a 980px */
@media (min-width: 980px) {

    #global {
        width: 980px;
        margin:auto;
        box-shadow: rgba(0,0,0,0.5) 0px 0px 20px;
    }

    #content{
        margin-top: 5px;
    }

    /* No fixed header anymore */
    header {
        position: relative;
        height:55px;
        background-color: white;
    }
    header h1 {
        margin:0px 0px 0px 0px;
    }
    header #logo img {
        height:65px;
        margin-left:0px;
    }
    header #logo {
        position:absolute;
        margin : 10px 0px 0px 0px;
    }
    header #description {
        display: block;
        position: absolute;
        margin: 23px 0px 5px 155px;
        height: 77px;
        overflow: hidden;
        width: 822px;
        line-height: 17px;
    }
    header #description h1 {
        /*margin-top:16px;*/
    }
    header #breadcrumb {
        display:block;
        position:absolute;
        margin : 2px 0px 0px 8px;
    }

    #new-games #content, #best-games #content {
        margin-top:10px;
    }

    nav {
        /*display:block;*/
        margin-top: 0px;
    }
    /* au dessus de 728px, on affiche le menu normal */
    nav #menu li.mobile-menu {
        display: none;
    }
    nav #menu li.main-menu {
        display: inline-block;
    }
    nav #menu {
        width:955px;
        float:left;
    }
    nav #menu ul{
        margin:0px;
    }

    #menu-context-categories {
        margin-top:0px;
    }

    #home .game-thumbnail {
        /*height:112px;*/
        margin-bottom:10px;
    }
    .game-thumbnail img {
        aspect-ratio: 307 / 232;
        max-height : 112.234px;
        max-width: 100%;
    }

    /*==   PUB   ==*/
    .ad-container-carre {
        margin:0px 0px 0px 0px;
    }

    /*==  PROMOTED GAMES  ==*/
    .promoted-games-thumbnail {
        display: inline-block;
        padding:0px;
        width: 180px;
        height:105px;
        margin : 0px 0px 37px 10px
    }
    .promoted-games-thumbnail img {
        width: 100%;
        height:100%;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
    }

    /*== PROMOTED GAMES REVSHARE ==*/
    .promoted-games.revshare {
        margin-top: 0px;
        padding-top: 15px;
        padding-left: 15px;
        background-color: #5a9ff5;
        height: 152px;
        overflow-y: hidden;
    }
    .promoted-games.revshare .promoted-games-thumbnail {
        margin-left: 3px;
        margin-right: 3px;
    }

    .promoted-games .game-info {
        text-align: center;
    }

    /*== masque les descriptions ==*/
    .question-sign-description {
        display:block;
    }
    .question-sign {
        display:none;
    }
    .attributes-bar .button {
        width:215px;
        font-size: 16px;
    }

    .shorter-btn {
        min-width: 150px;
        max-width: 150px;
        width:150px;
    }

    .game-btn-group{
        margin-left:15px;
        display:inline-block;
    }

    .share-buttons {
        border:1px solid #1e7fbc;
        padding : 3px;
        border-radius: 5px;
        font-size: 12px;
    }

    .zobi {
        padding : 3px;
        border-radius: 5px;
        font-size: 12px;
        margin-top:-4px;
        margin-bottom:15px;
    }

    /* on landscape Tablet */
    .header-mobile-links {
        display:none;
    }
}


/*==========================================================================*/
/*============================   GAME DISTRI   ==============================*/
/*==========================================================================*/

#game_distri .content {
    width: 98%;
    margin: auto;
}

#game_distri h3 {
    padding-left: 10px;
}

.h3-game-distri {
    font-size: 16px;
    font-weight:  bold;
    color: white;
    text-transform: uppercase;
}

.btn-fb {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 11px 4px 0px 4px;
}

.bandeau {
    width:100%;
    color:white;
    font-size: 20px;
    height:50px;

    background: rgb(62, 125, 204);
    background: -moz-linear-gradient(top, #195faf 0%, #195faf 50%, #05376e 51%, #05376e 100%);
    background: -webkit-linear-gradient(top, #195faf 0%,#195faf 50%,#05376e 51%,#05376e 100%);
    background: linear-gradient(to bottom, #195faf 0%,#195faf 50%,#05376e 51%,#05376e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195faf', endColorstr='#05376e',GradientType=0 );

    border-bottom: 1px solid rgb(62, 125, 204);
    padding-top:13px;
}
.bandeau h2 {
    font-size: 30px;
    margin-top: 2px;
    text-transform: uppercase;
    color: white;
}

#game_distri header {
    height: 50px;
    position: fixed;
    color: white;
    font-size: 20px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    background: rgb(62, 125, 204);
    background: -moz-linear-gradient(top, #195faf 0%, #195faf 50%, #05376e 51%, #05376e 100%);
    background: -webkit-linear-gradient(top, #195faf 0%,#195faf 50%,#05376e 51%,#05376e 100%);
    background: linear-gradient(to bottom, #195faf 0%,#195faf 50%,#05376e 51%,#05376e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195faf', endColorstr='#05376e',GradientType=0 );
    border-bottom: 1px solid rgb(62, 125, 204);
}

#game_distri header #logo {
    margin-top: 2px;
    margin-left: 10px;
}
#game_distri header #logo img {
    height: 45px;
}

#game-distri-categories {
    width: 1000px;
    margin: 60px auto 10px;
    text-align: center;
}

#game-distri-categories .category-thumb {
    display: inline-block;
    float: left;
    width: 150px;
    height: 113px;
    margin: 5px;
    cursor: pointer;
}

#game-distri-categories .category-thumb div img {
    width: 100%;
}

#game-distri-categories .category-thumb .category-thumb-title {
    background: rgba(0, 0, 0, 0.5) no-repeat left top;
    width: 150px;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    top: 84px;
    text-decoration: none;
    color: white;
}

.game-container {
    width: 900px;
    margin: auto;
}

.game-distri-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

#walkthrough-main-container {
    background-color: rgba(0, 0, 0, 0.5);
}

#game_distri #walkthrough-container {
    margin: auto;
    height: 620px;
    position: relative;
}
#game_distri #walkthrough-container #videoContainer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    right: 0;
}

#game_distri .content #walkthrough {
    margin-bottom: 0;
}

.ad-game-600 {
    width: 300px;
    height: 600px;
    margin: auto;
}

.ad-container-lateral {
    margin: auto;
    text-align: center;
}

.ad-container-lateral .ad-title-pave {
    color: white;
}

.ad-distri-container-lateral {
    margin: auto;
    text-align: center;
    margin-bottom: 8px;
}


/* Media Queries : Game Distri */
@media (min-width: 1024px) {

    .hide-medium {
        display: none;
    }

    .show-medium {
        display: inline-block;
    }

    #game_distri #walkthrough-container #videoContainer {
        width: 90%;
    }
}

@media (min-width: 1250px) {

    #game-distri-container {
        width: 800px;
        margin: 0;
        padding: 0;
        margin-left: 150px;
    }

    .ad-distri-container-lateral {
        width: 300px;
        margin: 0;
        padding: 0;
    }

    .show-ad-distri-left {
        display: inline-block;
    }
}

@media (min-width: 1366px) {

    #game-distri-container {
        width: 66%;
    }
}

@media (min-width: 1670px) {

    .show-large {
        display: inline-block;
    }
}

@media (min-width: 1708px) {
    #game-distri-container {
        width: 800px;
        margin-right: 150px;
    }

    .show-ad-distri-right {
        display: inline-block;
    }
}

@media (min-width: 1850px) {

    .div-ad-game-600 {
        display: inline-block;
    }

    .ad-distri-container-lateral {
        width: 20%;
    }
}


/*==========================================================================*/
/*========================   FLASH NOTIFICATION   ==========================*/
/*==========================================================================*/

.game-error{
    background:#fcfcfc;
    border:2px solid #f2f2f2;
    border-radius:4px;
    font-size: 18px;
    padding: 10px 10px 50px 10px;
    text-align:left;
    width:600px;
    margin:0 auto 0 auto;
}

.game-error img{
    border-radius:4px;
    float:left;
    margin-right:16px;
    margin-bottom:16px;
}

.game-error p {
    color: #666;
}

.fl_button {
    display: inline-block;
}
