/* Start custom CSS for html, class: .elementor-element-3ab6ed7 *//* =====================================
BANDEAU PRO LILO - FULL CLIQUABLE
===================================== */

.tarif-banner{
    position:relative;
    display:block;
    width:calc(100% - 20px);
    margin:0 auto 20px auto;
    min-height:82px;
    padding:10px 18px 10px 145px;
    border-radius:18px;
    background:linear-gradient(90deg,#cf6d7c 0%, #686a95 100%);
    text-decoration:none !important;
    color:#fff !important;
    box-sizing:border-box;
    overflow:visible !important;
    transition:.25s ease;
}

.tarif-banner:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(104,106,149,.18);
}

.tarif-banner__left{
    display:block;
    width:100%;
    text-align:center;
}

/* =====================================
RHINO
===================================== */

.tarif-banner__icon{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    width:110px !important;
    height:110px !important;
    display:flex;
    align-items:center;
    justify-content:center;
    background:none !important;
    overflow:visible !important;
}

.tarif-banner__icon img,
.tarif-banner__rhino{
    width:100px !important;
    height:auto !important;
    max-width:none !important;
    display:block;
    object-fit:contain;
    filter:drop-shadow(0 4px 10px rgba(0,0,0,.18));
}

/* =====================================
TEXTE
===================================== */

.tarif-banner__content{
    text-align:center;
    line-height:1.1;
}

.tarif-banner__top{
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.4px;
    color:rgba(255,255,255,.92);
    margin-bottom:4px;
}

.tarif-banner__title{
    font-size:22px;
    font-weight:800;
    color:#fff;
    line-height:1.05;
    margin-bottom:3px;
}

.tarif-banner__subtitle{
    font-size:12px;
    color:rgba(255,255,255,.92);
    line-height:1.2;
}

/* =====================================
MOBILE
===================================== */

@media(max-width:767px){

    .tarif-banner{
        width:100%;
        min-height:78px;
        padding:10px 10px 10px 82px;
        border-radius:16px;
        margin-bottom:18px;
    }

    .tarif-banner__icon{
        left:8px;
        width:82px !important;
        height:82px !important;
    }

    .tarif-banner__icon img,
    .tarif-banner__rhino{
        width:74px !important;
    }

    /* adapte si tu grossis encore le texte */
    .tarif-banner__top{
        font-size:9px;
        margin-bottom:3px;
    }

    .tarif-banner__title{
        font-size:18px;
        line-height:1.05;
    }

    .tarif-banner__subtitle{
        font-size:12px;
        line-height:1.15;
    }
}

/* =====================================
FIX CREATIVE ELEMENTS
===================================== */

.elementor-widget-container,
.elementor-column,
.elementor-element,
.creative-element,
.creativeelements{
    overflow:visible !important;
}/* End custom CSS */