/****************  MEDIA QUERIES  ****************/
/* smartphones, iPhone, portrait 480x320 phones */ 

@media (max-width: 750px)  {
    .PART-LEFT-RESPONSIVE {
        display: none!important;
    }
    .wp-block-post-content-is-layout-constrained {
        width: 90%;
    }
    .FORM_SPECIAL {
        min-width: auto!important;
    }

    .BOX-INFO {
        width: 90%!important;
        padding: 10px!important;
        text-align: center!important;
    }
    .FORMULAIRE-RESPONSIVE {
        width: 90%;
    }
    #dropcontainer {
        display: none!important;
    }
    .wpcf7-form-control {
        max-height: 200px!important;
    }
}