/* Styles par défaut pour les ordinateurs de bureau */ body { font-size: 16px; } /* Styles pour les tablettes */ @media (max-width: 768px) { body { font-size: 14px; } } /* Styles pour les smartphones */ @media (max-width: 480px) { body { font-size: 12px; } } img { max-width: 100%; height: auto; }