/* TABLET */
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    #main > div.element_header_responsive > div.sd-vanilla-text-wrapper > div > div > div{
        margin-bottom: 0px!important;
    }

    #sortableelement_column_sans_fond_32_4{
        flex-direction: column;
        width: 50%!important;
    }

    #main footer .menu-item:before,
    #main footer .menu-item:after{
        margin-top: 0px!important;
    }
}