/* Écran d'attente unique (window.HKLoading, z-index au-dessus du mode photo 5000, de l'espace commercial 9998 et des modales ≤ 12000) et écran de démarrage (#boot-loading) — athlète de loading.js */
.hk-loading{position:fixed;inset:0;z-index:20000;display:grid;place-items:center;background:rgba(255,255,255,.84);backdrop-filter:blur(2px);cursor:progress}
.hk-loading-box{display:grid;justify-items:center;gap:10px;padding:26px 30px;text-align:center}
.hk-loading .photo-loading-logo,#boot-loading .photo-loading-logo{width:84px;height:92px;display:block}
.hk-loading-label{margin:0;font:600 15px/1.35 Inter,system-ui,sans-serif;color:#1a1a1a}
.hk-loading-detail{margin:0;font:500 13px/1.35 Inter,system-ui,sans-serif;color:#6b6b6b}
.hk-loading-detail[hidden]{display:none}
#boot-loading{position:fixed;inset:0;z-index:1999;display:grid;place-items:center;background:#fff}
