/* ==========================================================================
   PATCH DE SECOURS - GRILLE WPBAKERY LEGACY
   ========================================================================== */
.vc_row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -15px;
    margin-right: -15px;
}

.vc_column_container {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Rétablissement des largeurs de colonnes */
.vc_col-sm-12 { width: 100% !important; }
.vc_col-sm-6  { width: 50% !important; }
.vc_col-sm-4  { width: 33.3333% !important; }
.vc_col-sm-3  { width: 25% !important; }
.vc_col-sm-8  { width: 66.6666% !important; }
.vc_col-sm-9  { width: 75% !important; }

/* Correction des images et conteneurs qui dépassent */
.vc_column-inner {
    position: relative;
    width: 100%;
}

.vc_single_image-wrapper img, 
.wpb_wrapper img {
    max-width: 100% !important;
    height: auto !important;
}