#titre-mex {
    font-size:4vw;
}

@media screen and (max-width=600px) {
    #titre-mex{
        font-size:8vw;
    }
}

