.elementor-kit-6{--e-global-color-primary:#1D1D1B;--e-global-color-secondary:#7C7874;--e-global-color-text:#1D1D1B;--e-global-color-accent:#4275E6;--e-global-color-380a0e2:#FFFFFF;--e-global-color-686f95a:#F5F5F5;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:1.2px;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-letter-spacing:1.4px;--e-global-typography-text-font-family:"Sarabun";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sarabun";--e-global-typography-accent-font-weight:600;background-color:#FFFFFF;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.ang-artistes {
	display: grid;
	grid-template-columns: repeat(var(--ang-colonnes, 4), minmax(0, 1fr));
	gap: 1.5rem 2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ang-artistes__item {
	margin: 0;
}

.ang-artistes__item a {
	color: inherit;
	text-decoration: none;
	font-size: 1.05rem;
	line-height: 1.3;
	display: inline-block;
}

.ang-artistes__item a:hover {
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.ang-artistes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.ang-artistes {
		grid-template-columns: 1fr;
	}
}

.ang-artistes-grille__items {
	display: grid;
	grid-template-columns: repeat(var(--ang-colonnes, 4), minmax(0, 1fr));
	gap: 4.5rem 3rem;
	align-items: start;
}

.ang-artiste__lien {
	display: block;
	color: inherit;
	text-decoration: none;
}

.ang-artiste__visuel {
	display: block;
	margin-bottom: 1.25rem;
}

.ang-artiste__img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;   /* recadrage uniforme, comme avant */
	object-fit: cover;
	border-radius: 0;
}

/* Artiste sans photo : le texte remonte en haut de la case, comme avant.
   Pour un aplat gris à la place, remplacer par :
   display:block; width:100%; aspect-ratio:1/1; background:#f2f2f2; */
.ang-artiste__vide {
	display: none;
}

.ang-artiste__visuel:has(.ang-artiste__vide) {
	margin-bottom: 0;
}

.ang-artiste__nom {
	display: block;
	font-size: 1rem;
	line-height: 1.3;
}

.ang-artiste__dates {
	display: block;
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.3;
}

.ang-artiste__lien:hover .ang-artiste__nom {
	text-decoration: underline;
}

.ang-artistes-grille__pied {
	margin-top: 3rem;
	text-align: center;
}

.ang-artistes-grille__sentinelle {
	height: 1px;
}

.ang-artistes-grille.ang-auto .ang-artistes-grille__plus {
	display: none;
}

.ang-artistes-grille__plus {
	font: inherit;
	color: inherit;
	background: none;
	border: 1px solid currentColor;
	border-radius: 0;
	padding: .75rem 1.75rem;
	cursor: pointer;
}

.ang-artistes-grille__statut {
	margin: 1rem 0 0;
	min-height: 1.2em;
	font-size: .9rem;
	opacity: .6;
}

@media (max-width: 1024px) {
	.ang-artistes-grille__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.ang-artistes-grille__items {
		grid-template-columns: 1fr;
	}
}

.galerie-ang-carree .gallery {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 12px !important;
}

.galerie-ang-carree .gallery-item {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.galerie-ang-carree .gallery-icon,
.galerie-ang-carree .gallery-icon a {
    display: block;
    width: 100%;
}

.galerie-ang-carree .gallery-icon img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    display: block;
}/* End custom CSS */