/* Galerie Tatouages — styles de base.
   Les couleurs, polices et bordures restent réglables depuis l'onglet
   "Avancé" du module dans le Divi Builder ; ce fichier ne fixe que la
   structure de la grille. */

.gtd_tattoo_gallery .gtd-lien-tout-voir {
	text-align: center;
	margin-bottom: 40px;
}

.gtd_tattoo_gallery .gtd-lien-tout-voir a {
	font-size: 14px;
	letter-spacing: 0.04em;
	text-decoration: underline;
	text-underline-offset: 3px;
	color: inherit;
}

.gtd_tattoo_gallery .gtd-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.gtd_tattoo_gallery .gtd-item {
	display: flex;
	flex-direction: column;
}

.gtd_tattoo_gallery .gtd-item__photo {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.gtd_tattoo_gallery .gtd-item__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	margin: 0;
}

.gtd_tattoo_gallery .gtd-item__caption {
	margin-top: 16px;
	text-align: left;
}

.gtd_tattoo_gallery .gtd-item__name {
	display: block;
	font-size: 20px;
	font-family: Georgia, 'Times New Roman', serif;
	margin-bottom: 4px;
	line-height: 1.2;
}

.gtd_tattoo_gallery .gtd-item__city {
	display: block;
	font-size: 14px;
	opacity: 0.6;
}

.gtd_tattoo_gallery .gtd-empty {
	grid-column: 1 / -1;
	text-align: center;
	opacity: 0.6;
	padding: 60px 0;
}

@media (max-width: 767px) {
	.gtd_tattoo_gallery .gtd-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 16px !important;
	}
}
