.afg60-empty{padding:16px 18px;border:1px dashed #ccd4dd;border-radius:10px;background:#fafbfd}
.afg60-browser,.afg60-player-gallery{margin:1.25rem 0}
.afg60-folder-grid,.afg60-photo-grid,.afg60-netflix-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}
.afg60-folder-card,.afg60-photo-card,.afg60-netflix-card{position:relative;border-radius:16px;overflow:hidden;background:#111827;box-shadow:0 10px 24px rgba(0,0,0,.12)}
.afg60-folder-card a,.afg60-photo-card a,.afg60-netflix-card a{display:block;padding:18px;color:#fff;text-decoration:none}
.afg60-photo-card img,.afg60-netflix-card img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;display:block}
.afg60-photo-title,.afg60-card-title{display:block;padding:12px 14px;color:#fff;font-weight:700}
.afg60-card-overlay{position:absolute;inset:auto 0 0 0;padding:14px;background:linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,0));display:block}
.afg60-pagination{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.afg60-pagination a{display:inline-block;min-width:40px;text-align:center;padding:.55rem .7rem;border-radius:10px;text-decoration:none;background:#eef3f8;color:#0b2a5b}
.afg60-pagination a.current{background:#0b2a5b;color:#fff}
.afg60-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:99999;display:none}.afg60-lightbox.is-open{display:block}
.afg60-lightbox-inner{position:absolute;inset:5% 6%;display:flex;align-items:center;justify-content:center}
.afg60-lightbox-figure{max-width:100%;max-height:100%;position:relative}.afg60-lightbox-figure img{max-width:100%;max-height:85vh;display:block;object-fit:contain}
.afg60-lightbox-caption{color:#fff;text-align:center;margin-top:10px;max-width:900px}
.afg60-lightbox-close,.afg60-lightbox-prev,.afg60-lightbox-next{position:absolute;background:rgba(255,255,255,.12);border:0;color:#fff;cursor:pointer;width:48px;height:48px;border-radius:999px;font-size:30px;line-height:1}
.afg60-lightbox-close{top:18px;right:18px}.afg60-lightbox-prev{left:18px;top:50%;margin-top:-24px}.afg60-lightbox-next{right:18px;top:50%;margin-top:-24px}
body.afg60-no-scroll{overflow:hidden}.afg60-single-photo-stage{position:relative;display:inline-block;max-width:100%}.afg60-single-photo-stage img{max-width:100%;height:auto;display:block}
.afg60-front-tag{position:absolute;transform:translate(-50%,-50%);text-decoration:none}.afg60-front-tag span{display:block;padding:6px 10px;border-radius:999px;background:rgba(17,24,39,.85);color:#fff;font-size:12px;white-space:nowrap}
@media (max-width:700px){.afg60-folder-grid,.afg60-photo-grid,.afg60-netflix-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}


/* V6.0.3 — couvertures récursives de dossiers + navigation haut/bas */
.afg60-folder-card a{padding:0;overflow:hidden}
.afg60-folder-cover{display:block;width:100%;aspect-ratio:4/3;background-size:cover;background-position:center;background-color:#111827}
.afg60-folder-cover--empty{background:linear-gradient(135deg,#0b2a5b,#101828)}
.afg60-folder-title{display:block;padding:14px 16px;color:#fff;font-weight:800}
.afg60-folder-nav{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 22px}
.afg60-folder-nav-btn,.afg60-folder-nav-current{display:inline-flex;align-items:center;min-height:38px;padding:8px 14px;border-radius:999px;background:#0b2a5b;color:#fff;text-decoration:none;font-weight:700}
.afg60-folder-nav-btn:hover{filter:brightness(1.08);color:#fff}
.afg60-folder-nav-current{background:#eef3f8;color:#0b2a5b}


/* V6.0.4 — chemin complet des dossiers */
.afg60-folder-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-height:38px;padding:8px 14px;border-radius:18px;background:#eef3f8;color:#0b2a5b;font-weight:700}
.afg60-folder-breadcrumb-label{opacity:.75}
.afg60-folder-crumb{color:#0b2a5b;text-decoration:underline;text-underline-offset:3px}
.afg60-folder-current{color:#101828}
.afg60-folder-separator{opacity:.6}
@media (max-width:700px){
  .afg60-folder-breadcrumb{width:100%;align-items:flex-start}
}


/* V6.0.5 — correction lien photo sans 404 */
.afg60-single-photo{margin:1.25rem 0}


/* V6.0.6 — photo centrée responsive + tags hors visage */
.afg60-single-photo{
  width:100%;
  max-width:1180px;
  margin:1.5rem auto 2.5rem;
  padding:0 18px;
  box-sizing:border-box;
}
.afg60-single-photo .afg60-folder-nav{
  justify-content:center;
}
.afg60-single-photo-stage{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  margin:18px auto 0;
}
.afg60-single-photo-stage img{
  display:block;
  width:auto;
  max-width:100%;
  max-height:calc(100vh - 260px);
  height:auto;
  object-fit:contain;
  border-radius:14px;
  box-shadow:0 18px 45px rgba(15,23,42,.18);
}
.afg60-front-tags-top{
  width:100%;
  max-width:980px;
  margin:10px auto 16px;
  padding:14px 16px;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(15,23,42,.08);
  box-sizing:border-box;
}
.afg60-front-tags-title{
  font-weight:900;
  color:#0b2a5b;
  margin-bottom:10px;
}
.afg60-front-tags-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.afg60-front-tag-pill{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 12px;
  border-radius:999px;
  background:#0b2a5b;
  color:#fff;
  font-weight:800;
  text-decoration:none;
}
.afg60-front-tag-pill:hover{
  color:#fff;
  filter:brightness(1.08);
}
.afg60-front-tag{
  display:none !important;
}
.afg60-folder-nav-bottom{
  margin-top:18px;
}

@media (max-width:700px){
  .afg60-single-photo{
    padding:0 10px;
    margin-top:1rem;
  }
  .afg60-single-photo-stage img{
    width:100%;
    max-height:none;
    border-radius:10px;
  }
  .afg60-front-tags-top{
    margin:8px auto 12px;
    padding:12px;
    border-radius:12px;
  }
  .afg60-front-tags-list{
    gap:6px;
  }
  .afg60-front-tag-pill{
    font-size:12px;
    min-height:30px;
    padding:6px 10px;
  }
}
