/* ici , utilisé pour le backoffice */
.shortcode_casino_bonus{
    transform: scale(1);
    transition: transform 0.2s;
    border-radius: 15px;
    overflow:visible;
    float:left;
    margin:10px 0 30px;
    margin-top:27px !important;
    box-shadow: 3px 3px 10px 0 rgba(47, 47, 47, 0.16);
    width: 100%;

    .line{
        position: relative;
        padding: 15px 20px 10px 0;
        /*background:#170927;*/
        background:#fff;
        box-shadow: -4px 0 15px 0 rgba(47, 47, 47, 0.1);
        display: flex;
        float: left;
        width: 100%;
        justify-content:space-between;
        align-items:center;
        border-radius: 20px;

        .bonus_logo{
            width: 20%;
            position: absolute;
            top: 0;
            bottom: 0;
            border-bottom-left-radius: 20px;
            border-top-left-radius: 20px;

            img{
                height: auto;
                width: auto;
                max-width: 80% !important;
                max-height: 40px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                right: 0;
                margin: 0 auto;
            }
        }

        .wrapper-bonus{
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            padding: 10px 0 10px 22%;

            > div:last-of-type:before{
                display: none;
            }

            .column{
                position: relative;
                width: 25%;
                text-align: center;
                font-weight: 400;
                font-size:13px;

                strong{
                    display: block;
                    text-align: center;
                    font-size: 20px;
                    font-weight: 600;
                    color: #2a292b;
                    text-transform: uppercase;
                }

                .sub_title {
                    color: #2a292b;
                }
            }
        }

        .bonus_cta{    
            width: 30%;
            padding:10px 0;

            a{
                padding: 0;
                border-radius: 55px;
                color:#5e5ddc;
                font-weight: 400;
                font-size:16px;
                display: inline-block;
                float: right;
                background-color: rgb(61, 255, 218);
                min-width: 165px;
                text-align: center;
                height: 40px;
                line-height: 40px;
                transition: all .5s ease;
                text-decoration: none;

                &:hover{
                    background: #5e5ddc;
                    color: #fff;
                }
            }
        }
    }

    &.texte_seo{
        overflow: visible;
        float: left !important;

        .line{
            padding: 15px 20px 10px 0;
            border-radius: 20px;

            .bonus_logo{
                border-top-left-radius: 20px;
                border-bottom-left-radius: 20px;
            }

            .exclu{
                border-bottom-right-radius: 15px;
                border-top-left-radius: 15px;
                color: #fff;
                font-size: 11px;
                font-weight: 400;
                left: 0;
                padding: 4px 15px;
                position: absolute;
                text-align: center;
                top: 0;
                z-index: 15;
                background:$new_rose;
            }
            .offre_exclusive{
                background-image: linear-gradient(90deg,#ff8c6c 0,#d94ec5 158%);
                border-radius: 17px;
                height: 23px;
                left: 50%;
                line-height: 1em;
                padding: 6px 15px 12px;
                top: -12px;
                transform: translateX(-50%);
                color: #fff;
                font-size: 12px;
                font-weight: 400;
                position: absolute;
                text-align: center;
                z-index: 15;
            }
        }
    }
}

/* MOBILE */
@media screen and (max-width: 768px) {
    .banner_pub{
        &.large {
            margin-top: 20px;
            margin-bottom: 30px;
            //width: 100%;
            
            >a:not(.bouton_primaire){
                min-height: 100px;
            }

            >a.bouton_primaire{
                display: none;
            }
        }

        &.medium{
            width: 100%;

            >a.bouton_primaire{
                display: none !important; 
            }
        }
    }
    .banner_pub_right{
        .col12{
            //min-height: 460px;
            background-size: 100% auto !important;
            min-height: 0 !important;
            height: 0 !important;
            padding-bottom: 129% !important;
        }
    }

    .shortcode_casino_bonus{ 
        border-radius: 20px;

        .line{
            position: relative;
            display: block;
            padding:0;

            .bonus_logo{
                border-top-left-radius: 20px;
                border-top-right-radius: 20px;
                margin:0;
                padding: 0;
                text-align: center;
                width: 100%;
                position: static;

                a{
                    display: block;
                }

                img{
                    height: 42px;
                    margin-bottom: 20px;
                    margin-left: 0;
                    margin-top: 20px;
                    width: auto;
                    position: relative;
                    transform: none;
                    top:0;
                }
            }

            .wrapper-bonus{
                display: flex;
                flex-wrap: wrap;
                padding: 10px 20px 20px;

                .column{
                    border-bottom: 1px solid #ececec;
                    color: #2a292b;
                    flex: 50%;
                    margin-bottom: 6px;
                    padding: 8px 15px 8px 13px;
                }
            }

            .bonus_cta{
                float: left;
                margin-top: 0;
                margin-bottom: 25px;
                padding: 0 20px;
                position: relative;
                text-align: center;
                width: 100%;
                z-index: 10;

                a{
                    float:none;
                }
            }
        }
    }
}