// ============================================================================
// :: Mobile Infofiche
// ============================================================================
// .m-mobile-infofiche {}

// ============================================================================
// :: Elements
// ============================================================================
.m-mobile-infofiche__header {
	margin-bottom: 2rem;

	text-align: center;
}

.m-mobile-infofiche__content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.m-mobile-infofiche__visual {
	max-width: 20rem;
	margin-bottom: 2rem;

	line-height: 0;
}

.m-mobile-infofiche__image {
	width: 100%;
	max-width: 100%;
	height: auto;
}
