.comp--presentation-liste {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: var(--gut);
}
.comp--presentation-liste > .comp {
	margin-bottom: var(--gut);
	width: fit-content !important;
}
.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) {
	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;
}
