@import url(https://betclick.hs.llnwd.net/e1/page/content_page/contentpage_bc_pl/assets/css/fonts.min.css);
@import url('fonts/font-rift.css');

body {
    font-family: 'Metropolis', sans-serif;
    margin: 0;
    padding: 0;
    background: #E8E9EB;
}

.container-logo {
    background: #E10014;
    width: 100%;
    height: 60px;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    margin-bottom: 100px !important;
}

main {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 0;
    background: #E8E9EB;
}

.logo {
    width: 115px;
    height: 40px;
    display: flex !important;
    background: url('template/img/logo_betclic2.svg');
    margin: auto;
    background-repeat: no-repeat !important;
    background-size: 100%;
    padding: 0;
    align-items: center;
    position: relative;
    top: 3px;
}

.container-header {
    max-width: 900px;
    /* height: 450px; */
    background: url('template/img/LP_Affi_BG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 110px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 38px 0;
}

.img-header{
    position: relative;
    top: 0px;
    padding: 0;
    /* height: 200px; */
    margin-bottom: 25px;
}
.img-header img {
    border-radius: 100%;
    width: 200px;
}

.container-header h1 {
    text-align: center;
    font-family: 'Rift', sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 44px;
    margin: auto 5px;
    text-transform: uppercase;
}

.rift_title {
    font-size: 54px;
    font-style: italic;
}

.code_promo, .code {
    background: #E10014 !important;
    padding: 6px !important;
    border-radius: 6px !important;
    font-weight: 800;
}

.promo_text {
    font-family: 'Metropolis', sans-serif;
    position: relative;
}

ul {
    margin: 0;
    list-style: none;
    padding-left: 20px;
    padding-right: 20px;
}

ul .step {
    margin-bottom: 1rem;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background: #e10014;
    border-radius: 100%;
    color: #fff;
    font-weight: bold;
    margin: auto;
}

ul li {
    display: inline-block;
    max-width: 90%;
    margin: 1rem 0;
    margin-bottom: 0;
    vertical-align: top;
    padding-bottom: 0;
    margin: 20px 30px !important;
}

ul li span {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
    vertical-align: top;
    display: inline-block;
    position: relative;
    left: 10px;
    font-weight: 500 !important;
    max-width: 750px !important;
}

.link-promo {
    color: #e10014;
    border-bottom: 2px solid #e10014;
}

.code {
    display: inline-block;
    background: #e10014;
    color: #fff;
    display: inline-block;
    padding: 6px;
    border-radius: 3px;
    line-height: 22px;
}

.resume_last {
    font-size: 12px;
    text-align: center;
    margin: auto 40px;
    line-height: 16px;
    font-weight: 500;
    padding-bottom: 40px;

}

.container-cta {
    position: relative;
    text-align: center;
    margin-bottom: 40px;

}

.cta_down {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    font-weight: 700;
    background: #E10014;
    text-decoration: none;
    border-radius: 25px;
    height: 45px;
    display: inline-block;
    text-align: center;
    border: none;
    padding-left: 32px;
    padding-right: 32px;
}

.tc_link {
    display: flex;
    padding-bottom: 40px;
}

.tc_link a {
    font-size: 12px;
    font-weight: bold;
    color: #111;
    text-align: center;
    border-bottom: #111;
    text-align: center;
    margin: auto;
}

.br_mobile {
    display: none;
}

@media only screen and (max-width: 750px) {
    .content_bottom_bonus ul li span {
        max-width: 330px !important;
    }

    .container-header {
        border-radius: 0;
        margin-top: 60px;
        padding-bottom: 56px;
    }

    ul li {
        margin: 20px 10px !important;
    }

    .br_mobile {
        display: block;
    }

    .code {
        position: relative;
        top: 5px;
    }

    .container-header h1 {
        font-size: 24px;
        line-height: 30px;
        margin: auto 10px;
        font-size: 18px;
        line-height: 18px;
    }

    .img-header img {
        width: 150px;
        top: 20px;
    }

    .resume_last {
        margin: auto 20px;
        font-size: 11px;
        line-height: 14px;
    }

    .rift_title {
        font-size: 34px;
        line-height: 34px;
        margin-top: 20px;
        position: relative;
        top: 10px;
    }

    .promo_text {
        position: relative;
        top: 20px;
    }

    .hide_resp {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .content_bottom_bonus ul li span {
        max-width: 260px !important;
    }
}