body { margin-top: 0; margin-bottom: 0; margin-left: 3%; margin-right: 3%; padding: 0; font-size: 90%; } /* Affichage iPad : media query pour éviter que le titre des notes ne s'affiche tout seul sur iPad (car popup avec aside) */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { div.notes h1.title { visibility: hidden; } } .citation_para { font-size: 1em; margin-top: 0; margin-bottom: 0; line-height: 140%; } .level1_para { font-size: 1em; margin-top: 0; margin-bottom: 0; line-height: 140%; } sup { line-height: 65%; } p.bl3 { margin-bottom: 0.5em; }