/* 8.1. @media screen and (max-width:782px) (Principalement pour Admin Bar sur tablettes) */ @media screen and (max-width:782px){.admin-bar{min-height:calc(100vh - 46px)}.admin-bar .site-header{top:46px}.admin-bar .pagination-container{/* Liste d'articles */ top:calc(var(--header-height) + 46px)}.admin-bar .site-content{margin-top:calc(var(--header-height) + 46px);min-height:calc(100vh - 46px - (var(--header-height) + 46px) - 113px);/* Ajuster le 113px si besoin */}.admin-bar .single-post-navigation{/* Article unique */ top:calc(var(--header-height) + 46px)}/* Modèle Contenu Vide avec Admin Bar */ body.admin-bar.page-template-page-empty .site-main-empty-content{margin-top:calc(var(--header-height) + 46px)}}