.elementor-9832 .elementor-element.elementor-element-8a81b80{--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-fbaacb8 */.ksy-white-wrapper {
    background: #ffffff;
    padding: 60px;
    width: 90%;
    margin: 60px auto;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.ksy-layout {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.ksy-left {
    flex: 2;
}

.ksy-left img {
    width: 100%;
    max-width: 650px;
    margin-top: 20px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.ksy-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.red-title {
    font-size: 34px;
    color: #dc3545;
    line-height: 1.3;
}


/* MODERN BOX STYLE */

.ksy-modern-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-left: 5px solid #dc3545;
    transition: all 0.3s ease;
}

.ksy-modern-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.ksy-icon {
    font-size: 32px;
    background: #f8f8f8;
    padding: 15px;
    border-radius: 50%;
}

.ksy-modern-box h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.ksy-modern-box h4 span {
    color: #dc3545;
    font-weight: bold;
}

.ksy-modern-box p {
    margin: 0;
    color: #666;
    font-size: 15px;
}

.ksy-phone {
    color: #dc3545;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}
}

/* FULL WIDTH TEXT */

.ksy-full-text {
    width: 100%;
}

.ksy-full-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}

.red-title {
    color: #dc3545;
    margin-bottom: 20px;
}

/* LIST */

.ksy-list {
    margin-top: 20px;
    padding-left: 20px;
}

.ksy-list li {
    margin-bottom: 8px;
}
/* FIX MOBILE LARGEUR TOTALE */

@media screen and (max-width: 992px) {

    .ksy-white-wrapper {
        width: 100% !important;
        padding: 20px !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }

    .ksy-layout {
        flex-direction: column !important;
        gap: 25px !important;
    }

    .ksy-left,
    .ksy-right {
        width: 100% !important;
        max-width: 100% !important;
    }

    .ksy-left img {
        width: 100% !important;
        height: auto !important;
    }

}/* End custom CSS */