/* V0086 — finalisation de la galerie, trois affichages, recherche, tri et pagination */
.gallery-toolbar-v0086{display:grid!important;gap:18px!important;padding:20px!important}
.gallery-toolbar-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.gallery-toolbar-heading h2{margin:.15rem 0 .25rem;font-size:clamp(1.8rem,3vw,2.55rem)}
.gallery-stats-v0086{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.gallery-stats-v0086 span{padding:9px 12px;border:1px solid rgba(215,181,94,.28);border-radius:10px;background:rgba(10,17,19,.78);color:#e3c16b;font-weight:800;font-size:.82rem}
.gallery-controls-v0086{display:grid;grid-template-columns:minmax(350px,1.5fr) minmax(190px,.8fr) minmax(175px,.65fr) minmax(200px,.75fr);gap:12px;align-items:end}
.gallery-view-switch{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(215,181,94,.28);border-radius:11px;overflow:hidden;background:rgba(10,17,19,.72)}
.gallery-view-btn{min-height:44px;padding:9px 10px;border:0;border-right:1px solid rgba(215,181,94,.2);background:transparent;color:#ddd;cursor:pointer;font-weight:700}.gallery-view-btn:last-child{border-right:0}.gallery-view-btn.active{background:linear-gradient(135deg,#d8b65e,#a8751b);color:#fff}.gallery-view-btn:hover{background:rgba(215,181,94,.14)}.gallery-view-btn.active:hover{background:linear-gradient(135deg,#e0c36e,#ad7d20)}
.gallery-search-field input{width:100%}
#galleryGrid.gallery-mode-large{grid-template-columns:repeat(4,minmax(250px,1fr))!important}
.gallery-card-v0086{min-width:0}
#galleryGrid.gallery-mode-compact{grid-template-columns:repeat(6,minmax(180px,1fr))!important;gap:13px!important}
.gallery-mode-compact .gallery-card-v0086{grid-template-rows:250px 210px!important;min-height:460px!important;border-radius:13px!important}
.gallery-mode-compact .gallery-v0085-photo{height:250px!important}.gallery-mode-compact .gallery-v0085-image{padding:10px}.gallery-mode-compact .gallery-number-badge{top:9px;left:9px;padding:6px 8px;font-size:.72rem}.gallery-mode-compact .photo-count-badge{right:9px;bottom:9px;padding:5px 7px;font-size:.68rem}.gallery-mode-compact .gallery-v0085-body{padding:12px;gap:5px}.gallery-mode-compact .gallery-v0085-body h3{min-height:42px;max-height:42px;font-size:1.05rem!important}.gallery-mode-compact .gallery-v0085-body>p{font-size:.72rem}.gallery-mode-compact .gallery-v0085-facts{display:none}.gallery-mode-compact .gallery-v0085-actions{grid-template-columns:1fr 1fr}.gallery-mode-compact .gallery-v0085-actions .btn{padding:8px 5px;font-size:.72rem}.gallery-mode-compact .gallery-v0085-actions .btn:last-child{display:none}
#galleryGrid.gallery-mode-list{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
.gallery-list-row{display:grid;grid-template-columns:150px minmax(190px,.8fr) minmax(360px,1.3fr) auto;gap:18px;align-items:center;min-height:155px;padding:12px;border:1px solid rgba(215,181,94,.35);border-radius:14px;background:linear-gradient(145deg,rgba(20,29,31,.96),rgba(8,14,16,.98));color:#f6f0e5;box-shadow:0 8px 22px rgba(0,0,0,.22)}
.gallery-list-photo{width:150px;height:130px;padding:7px;border:0;border-radius:10px;background:#f7f4ef;display:grid;place-items:center;overflow:hidden;cursor:pointer}.gallery-list-photo img{width:100%;height:100%;object-fit:contain}.gallery-list-photo span{font-size:42px;color:#7b8490}
.gallery-list-main{min-width:0}.gallery-list-main small{color:#d7b55e;text-transform:uppercase;letter-spacing:.06em;font-weight:800}.gallery-list-main h3{margin:5px 0;font-size:1.35rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-list-main p{margin:0;color:#c7c2b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gallery-list-specs{display:grid;grid-template-columns:repeat(3,minmax(105px,1fr));gap:8px 14px}.gallery-list-specs span{display:grid;gap:2px;min-width:0}.gallery-list-specs b{color:#d7b55e;font-size:.7rem;text-transform:uppercase}.gallery-list-specs span{font-size:.82rem;color:#eee;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gallery-list-actions{display:grid;grid-template-columns:repeat(3,minmax(85px,1fr));gap:7px}.gallery-list-actions .btn{padding:10px 9px;white-space:nowrap}
.gallery-pagination-v0086{display:flex;justify-content:center;align-items:center;gap:7px;margin:20px 0 5px}.gallery-pagination-v0086:empty{display:none}.gallery-pagination-v0086 button{min-width:42px;height:42px;border:1px solid rgba(215,181,94,.28);border-radius:9px;background:#101719;color:#eee;font-weight:800;cursor:pointer}.gallery-pagination-v0086 button.active{background:linear-gradient(135deg,#d8b65e,#a8751b);color:#fff}.gallery-pagination-v0086 button:disabled{opacity:.35;cursor:not-allowed}.gallery-pagination-v0086 span{padding:0 4px;color:#c9b16f}
@media(max-width:1500px){#galleryGrid.gallery-mode-large{grid-template-columns:repeat(3,minmax(250px,1fr))!important}#galleryGrid.gallery-mode-compact{grid-template-columns:repeat(5,minmax(175px,1fr))!important}.gallery-controls-v0086{grid-template-columns:1fr 1fr 180px 210px}.gallery-view-switch{grid-column:1/-1}}
@media(max-width:1150px){#galleryGrid.gallery-mode-large{grid-template-columns:repeat(2,minmax(240px,1fr))!important}#galleryGrid.gallery-mode-compact{grid-template-columns:repeat(3,minmax(180px,1fr))!important}.gallery-list-row{grid-template-columns:130px 1fr auto}.gallery-list-photo{width:130px;height:120px}.gallery-list-specs{grid-column:2/3}.gallery-list-actions{grid-column:3/4;grid-row:1/3;grid-template-columns:1fr}.gallery-controls-v0086{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.gallery-toolbar-heading{display:grid}.gallery-stats-v0086{justify-content:flex-start}.gallery-controls-v0086{grid-template-columns:1fr}.gallery-view-switch{grid-column:auto}.gallery-view-btn span{display:none}#galleryGrid.gallery-mode-large,#galleryGrid.gallery-mode-compact{grid-template-columns:1fr!important}.gallery-mode-compact .gallery-card-v0086{grid-template-rows:330px 215px!important}.gallery-mode-compact .gallery-v0085-photo{height:330px!important}.gallery-list-row{grid-template-columns:95px 1fr;gap:10px;min-height:0}.gallery-list-photo{width:95px;height:100px}.gallery-list-specs{grid-column:1/-1;grid-template-columns:repeat(2,1fr)}.gallery-list-actions{grid-column:1/-1;grid-row:auto;grid-template-columns:repeat(3,1fr)}.gallery-list-main h3{font-size:1.05rem}}
