/*
* Module GalleryFP pour Joomla! 6.x
* Version 6.0.0
* Creation date: Août 2026
* Author: Fabrice4821 - https://creation-web.pro/
* Author email: support@creation-web.pro
* License GNU/GPL
*/
/* GalleryFP - thème Filmstrip */
.galleryfp-filmstrip{background:#181818;padding:24px 0;position:relative;overflow:hidden;user-select:none}
.galleryfp-filmstrip::before,.galleryfp-filmstrip::after{content:"";position:absolute;left:0;right:0;height:14px;z-index:2;pointer-events:none;background:repeating-linear-gradient(90deg,transparent 0 8px,#181818 8px 18px),linear-gradient(#e7dfc9,#e7dfc9);background-blend-mode:normal}
.galleryfp-filmstrip::before{top:0}.galleryfp-filmstrip::after{bottom:0}
.galleryfp-filmstrip__viewport{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;cursor:grab;touch-action:pan-y}
.galleryfp-filmstrip__viewport::-webkit-scrollbar{display:none}
.galleryfp-filmstrip__viewport.is-dragging{cursor:grabbing}
.galleryfp-filmstrip__track{display:flex;align-items:stretch;gap:var(--galleryfp-filmstrip-gap,12px);width:max-content;padding:0 var(--galleryfp-filmstrip-gap,12px)}
.galleryfp-filmstrip__frame{flex:0 0 auto;margin:0;background:#050505;padding:7px;box-sizing:border-box;height:var(--galleryfp-filmstrip-height,220px);position:relative}
.galleryfp-filmstrip__frame a,.galleryfp-filmstrip__frame .galleryfp-filmstrip__link{display:block;height:100%;position:relative;color:#fff;text-decoration:none}
.galleryfp-filmstrip__frame img{display:block;height:100%;width:auto;max-width:none;object-fit:cover;pointer-events:none}
.galleryfp-filmstrip__frame figcaption{position:absolute;left:0;right:0;bottom:0;padding:22px 9px 7px;background:linear-gradient(transparent,rgba(0,0,0,.82));font-size:.85rem;line-height:1.2;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Lightbox autonome GalleryFP. */
.galleryfp-lightbox {align-items:center;background:rgba(0,0,0,.9);display:none;inset:0;justify-content:center;padding:24px;position:fixed;z-index:100000;}
.galleryfp-lightbox.is-open{display:flex}.galleryfp-lightbox__content{max-height:94vh;max-width:94vw;text-align:center}.galleryfp-lightbox__image{display:block;margin:0 auto;max-height:84vh;max-width:90vw}.galleryfp-lightbox__caption{color:#fff;margin-top:10px}.galleryfp-lightbox__close,.galleryfp-lightbox__prev,.galleryfp-lightbox__next{background:transparent;border:0;color:#fff;cursor:pointer;position:fixed}.galleryfp-lightbox__close{font-size:40px;right:18px;top:10px}.galleryfp-lightbox__prev,.galleryfp-lightbox__next{font-size:52px;top:50%;transform:translateY(-50%)}.galleryfp-lightbox__prev{left:14px}.galleryfp-lightbox__next{right:14px}
