.benefitBanner__data {
	color: rgba(122, 90, 68, .75);
}

a,
#footer a:hover {
	color: #8a9b6e;
}

.navigation-buttons a:hover {
	color: var(--color-secondary-hover) !important;
}

#formContact {
	padding-bottom: 2rem;
}

.messages {
	bottom: 0;
	top: auto;
}

.messages .msg {
	width: fit-content;
	margin: auto;
	margin-bottom: 1rem;
	opacity: .75;
	border-radius: 1rem;
}

.table-lilemm-responsive {
	border-collapse: separate;
	border-spacing: 0 1em;
}

@media (min-width:1200px) {
	.footer-rows .custom-footer.elements-3>div:nth-child(2) {
		flex-basis: 50%;
		width: 50%;
	}
}

@media (min-width: 992px) {
	.msg {
		padding: 16px 8px;
	}
}

.footer-icon:first-child {
	font-weight: bold;
}

@media (max-width: 768px) {
	.footer-icon:first-child {
		width: 100%;
		text-align: center;
	}

	.benefitBanner.position--benefitProduct,
	.benefitBanner.position--benefitHomepage {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	.benefitBanner {
		margin: 0px auto;
	}
}