.elementor-2322 .elementor-element.elementor-element-b12f9a4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-990e5c2 *//* -- Section Appel à l'Action Personnalisé (Automatisation IA) -- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');

/* Conteneur principal de la section */
.serviceagences_personal_cta {
    /* fond rose-violet moderne (avec dégradé) */
    background: #7a1fa2; /* fallback */
    background: linear-gradient(135deg, #6e1b8b 0%, #c2185b 50%, #8e24aa 100%);
    font-family: 'Roboto', sans-serif;
    padding: 60px 40px;
    margin: 40px 0;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    min-height: 450px;
    display: flex;
    align-items: center;
}

/* Conteneur du contenu textuel */
.personal_cta_container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Bloc de contenu (texte, liste, bouton) */
.personal_cta_content {
    color: #ffffff;
    max-width: 55%;
}

/* Titre */
.personal_cta_title {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    color: #ffffff !important;
}

/* Paragraphe */
.personal_cta_text {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 25px;
    opacity: 0.98;
}

/* Liste des bénéfices */
.personal_cta_benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}
.personal_cta_benefits li {
    margin-bottom: 10px;
    font-weight: 500;
}

/* Bouton */
.personal_cta_button {
    display: inline-block;
    background-color: #ffffff;
    color: #6e1b8b; /* cohérent avec le fond */
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
.personal_cta_button:hover {
    background-color: #f7f7f7;
    transform: translateY(-3px) scale(1.05);
}

/* Image positionnée */
.personal_cta_image_wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 480px;
    max-width: 45%;
    height: auto;
    z-index: 1;
    filter: drop-shadow(0 14px 30px rgba(0,0,0,0.25));
}
.personal_cta_image_wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

/* Responsive */
@media (max-width: 991px) {
    .serviceagences_personal_cta {
        padding: 40px 20px;
        display: block;
    }

    .personal_cta_content {
        max-width: 100%;
        text-align: center;
    }

    .personal_cta_benefits {
        display: inline-block;
        text-align: left;
    }

    .personal_cta_image_wrapper {
        position: static;
        width: 100%;
        max-width: 350px;
        margin: 40px auto 0 auto;
        filter: drop-shadow(0 8px 18px rgba(0,0,0,0.2));
    }
}/* End custom CSS */