body {
    .elementor-widget-ce-que-tu-cherches {
        background-color: var(--wb-color-blue-dark);
        &:has(.mode-mini) {
            border-radius: 15px;
            max-width: 80% !important;
            margin: 0 auto;
        }
    }
    .ce-que-tu-cherches {
        max-width: var(--content-width);
        margin: 0 auto;

        &.default-padding {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .cqtg-desc * {
            color: #fff !important;
            margin-bottom: 0;
        }
        .reducted {
            padding-left: 12%;
            padding-right: 12%;
        }

        /*&.mode-mini {
            border-radius: 15px;
        }*/
    }

    .edc-content {
        background: #F2FBFC;
        background: var(--wb-gradient-horizontal);
    }
}


@media screen and (max-width: 991px) {
    body {
        .elementor-widget-ce-que-tu-cherches {
            &:has(.mode-mini) {
                max-width: 100% !important;
            }
        }
    }
}