/* Composant galerie officiel Wheelaccess — unique pour toutes les fiches. */
[data-place-gallery]{min-width:0;padding:18px;border:1px solid #333;border-radius:28px;background:#0b0b0b}
[data-place-gallery] .main-photo{position:relative;display:flex;aspect-ratio:16/9;height:auto!important;align-items:center;justify-content:center;overflow:hidden;border-radius:22px;background:#050505!important}
[data-place-gallery] .main-photo img{display:block;width:100%;height:100%;object-fit:cover}
[data-place-gallery] .photo-button{position:absolute;right:18px;bottom:18px;padding:13px 18px;border:1px solid #444;border-radius:12px;background:rgba(0,0,0,.78);color:#fff;cursor:pointer}
[data-place-gallery] .gallery-nav{display:block;height:80px;margin-top:14px}
[data-place-gallery] .gallery-arrow{width:38px;height:80px;padding:0;border:1px solid #333;border-radius:12px;background:#111;color:var(--green);font-size:24px;cursor:pointer}
[data-place-gallery] .gallery-arrow:hover{border-color:var(--green);background:#181818}
[data-place-gallery] .gallery-arrow-main{position:absolute;z-index:2;top:50%;width:46px;height:72px;transform:translateY(-50%);border-color:#555;background:rgba(0,0,0,.78);color:var(--green)}
[data-place-gallery] .gallery-arrow-main-prev{left:18px}
[data-place-gallery] .gallery-arrow-main-next{right:18px}
[data-place-gallery] .thumbs{display:flex!important;min-width:0;height:80px;align-items:stretch;gap:10px;overflow:hidden;scroll-behavior:smooth}
[data-place-gallery] .thumb{box-sizing:border-box;width:calc((100% - 50px)/6);min-width:calc((100% - 50px)/6);height:80px;flex:0 0 calc((100% - 50px)/6);object-fit:cover!important;object-position:center;border:1px solid #333;border-radius:14px;background:#242424;cursor:pointer}
[data-place-gallery] .thumb.active{border:2px solid var(--green)!important}
@media(max-width:700px){[data-place-gallery]{padding:12px;border-radius:20px}[data-place-gallery] .gallery-nav{height:64px}[data-place-gallery] .gallery-arrow-main{width:38px;height:58px}[data-place-gallery] .gallery-arrow-main-prev{left:10px}[data-place-gallery] .gallery-arrow-main-next{right:10px}[data-place-gallery] .thumbs{height:64px;gap:8px}[data-place-gallery] .thumb{width:112px;min-width:112px;height:64px;flex-basis:112px;border-radius:10px}[data-place-gallery] .photo-button{right:12px;bottom:12px;padding:10px 12px}}
.lightbox{display:none;position:fixed;inset:0;z-index:9999;align-items:center;justify-content:center;background:rgba(0,0,0,.82)}
.lightbox.active{display:flex}.lightbox img{max-width:90%;max-height:85%;object-fit:contain}
.lightbox-close{position:absolute;top:25px;right:35px;border:0;background:none;color:#fff;font-size:35px;cursor:pointer}
.lightbox-arrow{position:absolute;border:0;background:none;color:var(--green);font-size:55px;cursor:pointer}
#lightPrev{left:40px}#lightNext{right:40px}#photoCounter{position:absolute;bottom:30px;color:#fff;font-size:18px}
