/**
 * FBH Galleries - Styles personnalisés
 * Version 1.1.0
 * 
 * Styles complémentaires pour la lightbox GLightbox
 */

/* Curseur pointer sur les éléments cliquables */
/* Utilise la classe CSS "fbh-hotel-gallery" avec attribut data-gallery-group */
img.fbh-hotel-gallery,
a.fbh-hotel-gallery,
.fbh-hotel-gallery img,
.fbh-hotel-gallery a {
	cursor: pointer;
	transition: opacity 0.3s ease;
}

img.fbh-hotel-gallery:hover,
a.fbh-hotel-gallery:hover,
.fbh-hotel-gallery img:hover,
.fbh-hotel-gallery a:hover {
	opacity: 0.9;
}

/* Amélioration de l'accessibilité */
a.fbh-hotel-gallery:focus,
.fbh-hotel-gallery a:focus {
	outline: 2px solid #0073aa;
	outline-offset: 2px;
}

/* Style pour les images dans les liens */
a.fbh-hotel-gallery img,
.fbh-hotel-gallery a img {
	display: block;
}

/* Compatibilité avec Divi */
.et_pb_module img.fbh-hotel-gallery,
.et_pb_module a.fbh-hotel-gallery,
.et_pb_module.fbh-hotel-gallery img,
.et_pb_module.fbh-hotel-gallery a {
	cursor: pointer;
}

/* Compatibilité avec Gutenberg */
.wp-block-image img.fbh-hotel-gallery,
.wp-block-image a.fbh-hotel-gallery,
.wp-block-image.fbh-hotel-gallery img,
.wp-block-image.fbh-hotel-gallery a {
	cursor: pointer;
}

/* Compteur de slides dans la lightbox */
.glightbox-counter {
	position: fixed !important;
	bottom: 30px !important;
	right: 30px !important;
	top: auto !important;
	left: auto !important;
	background: rgba(0, 0, 0, 0.8) !important;
	color: #fff !important;
	padding: 10px 20px !important;
	border-radius: 4px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	z-index: 999999 !important;
	pointer-events: none !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
	opacity: 1 !important;
	visibility: visible !important;
}

