/* Guitard Luthier — compléments front-end (l'essentiel est dans theme.json) */

.site-header .wp-block-navigation a:hover {
	color: var( --wp--preset--color--secondary );
}

/* Galerie : léger zoom au survol */
.wp-block-gallery .wp-block-image img {
	transition: transform 0.4s ease;
}
.wp-block-gallery .wp-block-image:hover img {
	transform: scale( 1.03 );
}

/* Boutons outline lisibles sur fond sombre */
.wp-block-button.is-style-outline .wp-block-button__link {
	border-width: 2px;
}

/* Liens du pied de page */
.site-footer a {
	color: var( --wp--preset--color--secondary );
}

/* Titres : petit filet décoratif sous les H2 centrés */
.wp-block-heading.has-text-align-center {
	position: relative;
}

/* Images responsives dans les colonnes */
.wp-block-column .wp-block-image img {
	width: 100%;
	height: auto;
}
