.flx-cta_image {
    margin-bottom: 30px !important;
}

.flx-cta_image .media {
    height: auto;
}

.flx-introduction .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.flx-introduction .wysiwyg {
    max-width: 100% !important;
}

#flex-3 {
    background-color: #fff !important;
    flex-direction: row-reverse;
    margin: 0 auto;
}

#flex-5 {
    background-color: #fff !important;
    flex-direction: row-reverse;
}

#flex-3 .media img {
    border-radius: 10px;
}

#flex-4 .media img {
    border-radius: 10px;
}

#flex-5 .media img {
    border-radius: 10px;
}

#flex-6 .media img {
    border-radius: 10px;
}

#flex-8 {
    margin-bottom: 30px !important;
}

@media (min-width: 1024px) {
    #flex-3 .wysiwyg {
        padding-left: 75px;
    }

    #flex-5 .wysiwyg {
        padding-left: 75px;
    }

    .flx-introduction h2 {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1023px) {
    .flx-text_colonne .wrapper h2 {
        max-width: 100% !important;
    }

    .flx-introduction .wrapper h2 {
        max-width: 100% !important;
    }
}