/****************  MEDIA QUERIES  ****************/
/* smartphones, iPhone, portrait 480x320 phones */ 

@media (max-width: 750px)  {
    .BTN-APPLI {
        display: none!important;
    }
    .BURGER-ALONE {
        padding-right: 20px;
    }
    .GRP-MENU {
        padding: 0!important;
    }
}