body {

    .elementor-widget-wtb-process {
        background-color: var(--wb-color-blue-dark);
        &:has(.rounded) {
            border-radius: 15px;
        }
    }
    .wtb-process {
        padding: 80px;
        position: relative;
        z-index: 1;

        .title {
            color: #fff !important;
        }
        .wtb-subtitle {
            margin: 0 auto;
        }
        .step-number {
            background-color: var(--wb-color-blue-lighter);
            color: var(--wb-color-blue-dark);
            margin-bottom: 15px;
        }
        .step-title {
            margin-bottom: 20px;
        }
        .step-title, .step-text {
            color: #fff !important;
        }
        .swiper-button-next, .swiper-button-prev {
            color: #fff;
        }
        .process-swiper {
            /*margin-inline: 20px;*/
            margin-inline: 47px;
        }
        .wtb-process-swiper-block {
            margin-inline: -27px; /* la somme des marges et padding des wrappers au dessus */
        }
        .wb-process-style-one-item span {
            display: inline-block;
            height: 50px;
            width: 50px;
            line-height: 50px;
            background: var(--bg-gray-secondary);
            text-align: center;
            color: var(--color-heading);
            font-weight: 700;
            border-radius: 50%;
            margin-bottom: 30px;
        }
        .wb-process-style-one:after {
            position: absolute;
            left: 5px;
            right: 5px;
            content: "";
            height: 3px;
            border-top: 2px dashed #cccccc;
            top: 22px;
            z-index: -1;
        }
    }
}

@media screen and (max-width: 1023px) {
    body {
        .wtb-process {
            padding: 15px;

            .process-style-one {
                padding-left: 25px;
            }
        }
    }
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 575px) {
}