﻿/* header */
.games__header__wrapper {
    background: transparent;
}

.button-register {
    display: none;
}

.games__button {
    text-decoration: none;
    color: #fff;
    padding: 1vw;
    max-width: 50vw;
    margin: 2vw auto;
    border-radius: 10px;
    box-shadow: 0 3px 13px 0 rgba(237,58,248,.35), 0 3px 7px 0 rgba(0,0,0,.35);
    transition: all .4s ease;
    will-change: opacity;
    cursor: pointer;
    background: #de006f;
    background: -moz-linear-gradient(-45deg,#de006f 0%,#f73736 100%);
    background: -webkit-linear-gradient(-45deg,#de006f 0%,#f73736 100%);
    background: linear-gradient(135deg,#de006f 0%,#f73736 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de006f',endColorstr='#f73736',GradientType=1);
}

.offert_button .games__button {
    font-size: 2.5vw;
    text-transform: uppercase;
    padding: 1vw 5vw;
    text-decoration: none;
}

.games__header__wrapper {
    position: absolute;
    z-index: 1;
}

.games__hero__offer__wrapper {
    background: url(../images/bg_lp.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 45.88%;
    position: relative;
    text-align: center;
    color: white;
}

.offer_text {
    padding-top: 13vw;
    box-sizing: border-box;
    position: absolute;
    width: 94%;
}

    .offer_text h2 {
        font-size: 3.5vw;
        font-family: 'Merriweather', serif;
        text-shadow: 2px 2px #000000;
    }

    .offer_text h3 {
        font-size: 2vw;
        margin-top: 1vw;
        font-family: 'Merriweather', serif;
        text-shadow: 2px 2px #000000;
    }

.offert_button {
    margin-top: 5vw;
}

.gradient {
    width: 100%;
    height: 4vw;
    position: absolute;
    bottom: 0;
    background: linear-gradient( to top,#212825, transparent );
    z-index: 99999;
}
.footer .games__footer__btns a {
    box-shadow: none;
}
.pop-container {
    z-index: 999999999;
    font-size: 1vw;
    padding-top: 4vw;
    text-align: center;
    line-height: 1.5vw;
    height: 32vw;
    width: 34%;
}
.close {
    position: absolute;
    color: black;
    font-size: 32px;
    right: 5px;
    top: 10px;
}
@media (max-width: 1745px) and (min-width: 1024px) {
    .games__hero__offer__wrapper {
        top: 0!important;
    }
}
@media only screen and (max-width : 1023px) {
    .games__hero__offer__wrapper {
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .pop-container {
        font-size: 4vw;
        line-height: 6.5vw;
        width: 90%;
        height: 102vw;
    }
    .games__header__wrapper li.brand img {
        max-width: 90px;
    }
        .games__hero__offer__wrapper {
        background: url(../images/bg_lp_mobile.jpg) no-repeat;
        background-size: cover;
        padding-bottom: 129.88%;
        position: relative;
        text-align: center;
        color: white;
        top: 0;
    }

    .offer_text h2 {
        font-size: 10vw;
        line-height: 15vw;
    }

    .offer_text h3 {
        font-size: 6vw;
    }
    .games__button {
        padding: 2vw 3vw;
    }
    .offert_button .games__button {
        font-size: 6.5vw;
        text-transform: uppercase;
        padding: 3vw 10vw;
    }
    .offer_text {
        padding-top: 37vw;
    }
    .offert_button {
        margin-top: 9vw;
    }
}