/* BG Mobile*/
.dsg_bg_banxup_lame{
    background-image: url("../img/bg_banxup_mobile.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.3125rem 1rem 0;
    margin: 5rem auto;
}

/* PICTURES*/
.dsg_bg_banxup_lame .dsg_logo_banxup-lame{
    width: 100%;
    max-width: 8.875rem;
    margin-bottom: 0.8rem;
}
.dsg_bg_banxup_lame .dsg_banxup_phone_cb{
    width: 100%;
    max-width: 10.9375rem;
}

/* Grid */
.dsg_bg_banxup_lame .dsg_t_grid{
    text-align:left;
}

/*Block*/
.dsg_bg_banxup_lame .-title_t_banxup{
    max-width: 17.375rem;
    width: 100%;
    margin: 0 auto 0 0;
}
.dsg_bg_banxup_lame .dsg_t_bt_banxup{
    margin-top: 1.25rem;
}
.dsg_bg_banxup_lame .dsg_t_bt_banxup >div:last-child{
    margin-top: 1rem;
}
.dsg_bg_banxup_lame .dsg_a_button{
    height: 3rem;
}
.dsg_bg_banxup_lame .dsg_a_button.-dsg_border{
    background: transparent;
    border: 2px solid;
}
.dsg_bg_banxup_lame .dsg_a_button.-dsg_play{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dsg_bg_banxup_lame .dsg_a_button.-dsg_play:before{
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background: transparent no-repeat url(../img/pictos/icon-32-ui-play-outline-white.svg) center/contain;
    margin-right: 0.5rem;
}

.dsg_bg_banxup_lame .dsg_a_button.-dsg_play:hover{
    background: #ffffff;
    color: #000000;
}
.dsg_bg_banxup_lame .dsg_a_button.-dsg_play:hover:before{
    background: transparent no-repeat url(../img/pictos/icon-32-ui-play-outline-black.svg) center/contain;
}

/*CARDS*/
.dsg_bg_banxup_lame .dsg_card_banxup{
    align-items: center;
    position: relative;
}
.dsg_bg_banxup_lame .dsg_card_banxup:after{
    width: 5rem;
    height: 5rem;
    content:'';
    display: inline-block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 1.5625rem;
    display:none;
}
.dsg_bg_banxup_lame .-card_banxup-free:after{
    background-image: url("../img/pastille_20_offerts.svg");
}

@media only screen and (max-width: 767px){
    .dsg_bg_banxup_lame .dsg_a_button{
        margin-top:0rem !important;
    }
}
/* __________________________________________ */

@media only screen and (min-width: 768px){
    /* BG Mobile*/
    .dsg_bg_banxup_lame{
        background-image: url("../img/bg_banxup_desktop.jpg");
        padding: 4.4375rem 1rem 0;
        
    }
    .dsg_bg_banxup_lame .dsg_justify-content-md-between{
        justify-content: space-between;
    }

    /* PICTURES*/
    .dsg_bg_banxup_lame .dsg_logo_banxup-lame{
        max-width: 13.44rem;
    }
    .dsg_bg_banxup_lame .dsg_banxup_phone_cb{
        max-width: 24.19rem;
    }
    /*Block*/
    .dsg_bg_banxup_lame .-title_t_banxup{
        max-width: 26.8rem;
    }
    .dsg_bg_banxup_lame .dsg_t_bt_banxup >div:last-child{
        margin-top: .5rem;
    }
    /*CARDS*/
    .dsg_bg_banxup_lame .dsg_card_banxup:after{
        width: 7.5rem;
        height: 7.5rem;
        position: absolute;
        top: 2rem;
        left: calc(-7.5rem / 3);
        margin-left: 0;
    }
}

/* __________________________________________ */

@media only screen and (min-width: 1024px){

    .dsg_bg_banxup_lame .dsg_t_bt_banxup>div{
        max-width: 14.5rem;
        margin: 0;
    }
    .dsg_bg_banxup_lame .dsg_t_bt_banxup >div:last-child{
        margin: 0 0 0 2rem;
    }
}