@import 'css/global.css';

/* Media query pour mobile (max 749px) */
@media screen and (max-width: 749px) {

}
/* Media query pour tablette (min 750px) */
@media screen and (min-width: 750px) and (max-width: 1399px) {
}

/* Media query pour desktop (min 1400px) */
@media screen and (min-width: 1400px) {
}
