#key - menu normal + select pour les mobiles Home Books Blog About Us Support Select Home Books Blog About Us Support And here is the CSS. Nothing complicated here: We hide the by default, and only show it if the document width is smaller than 960px. nav select { display: none; } @media (max-width: 960px) { nav ul { display: none; } nav select { display: inline-block; } }