/* @override 
	https://dev.cdn-normandierouen.fr/profiles/ff_profile/modules/custom/ff_components/components/groupes/presentation/presentation.css?* */

.comp--presentation-liste {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--gut);
}
.comp--presentation-liste > .comp {
	margin-bottom: var(--gut);
	width: fit-content !important;
}
.comp--presentation-liste > .comp:last-child {
	margin-bottom: 0;
}
.comp--presentation-liste > .comp--bouton {
	margin: 0;
}
.comp--presentation-centre {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.comp--presentation-liste:has(> .comp--presentation-centre) {
	flex: 0;
	align-items: flex-end;
}
/* .comp--presentation > *,
.comp--presentation-grille > * {
	width: 100%;
} */

/* hack pour le teaser even */
.comp--teaser-evenement,
.comp--teaser-evenement .teaser-evt__gauche,
.comp--teaser-evenement .teaser-evt__droite {
  min-width: 0;
}


@media print, screen and (max-width: 1023px) {
	.comp--presentation-liste {
		flex-wrap: wrap;
	}
}
