/* ================================================
   MASQUAGE MINIMAL - Version 2.43.65
   Masque UNIQUEMENT les divs des shortcodes
   ================================================ */

/* Masquer UNIQUEMENT les divs avec cette classe */
.wpqz-deprecated-shortcode {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* C'EST TOUT - On ne touche à RIEN d'autre */