/* MOBILE */
@media only screen and (max-width: 768px) {
	
    #home_nav .justify-content-center {
        justify-content: right !important;
    }

    #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;
    }

    #main footer .menu-item:before,
    #main footer .menu-item:after{
        margin-top: 0px!important;
    }
    #toggle-menu-51_23{
        padding: 0px!important;
    }
    #toggle-menu-51_23 *,
    #main > :is(.element_button_53_20,.element_button_55_31) > div > div > div > div > p > a,
    #main > :is(.element_button_53_20,.element_button_55_31) > div > div > div > div > p,
    #main > :is(.element_button_53_20,.element_button_55_31) > div > div > div > div{
        width: 100%!important;
    }
    #toggle-menu-51_23 > p > a,
    #main > :is(.element_button_53_20,.element_button_55_31) > div > div > div > div > p > a{
        text-align: center;
    }

    #main > .element_button_floating_51_23 > div > div > div{
        align-items: flex-end!important;
    }
}