/* EL JAWARIYA Fidélité — correctifs mobiles v0.2.3 */
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    touch-action: manipulation;
}

/* iOS agrandit automatiquement la page au focus si le champ fait moins de 16 px. */
@media (max-width: 900px) {
    input,
    select,
    textarea {
        font-size: 16px !important;
    }
}

button,
a,
input,
select,
textarea,
[role="button"] {
    touch-action: manipulation;
}
