/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width : 480px) {

}
@media only screen 
and (max-width: 1024px) {
    #menu_lingue a {
        color: #fff;
    }
}


/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

