diff --git a/css/public.css b/css/public.css index cb4aa2c..194881f 100644 --- a/css/public.css +++ b/css/public.css @@ -1417,4 +1417,16 @@ footer { width: 100%; max-width: 100%; } +} + +/* Forcer 16px min sur mobile pour éviter le zoom iOS */ +@media (max-width: 768px) { + .pub-search-box input, + .pub-streaming-select, + .form-group input, + .form-group textarea, + .form-group select, + #ean-input { + font-size: 16px !important; + } } \ No newline at end of file