/* Styles pour le frontend */
.bottom-curved-border {
	/* clip-path: ellipse(calc(1vw * 170) 70% at 50% 25%); */
	clip-path: ellipse(calc(250vw + 200px) 100% at top);
	z-index: 9;
	position: relative;

	& + * {
		/* margin-top: -7rem !important;
		padding-top: calc(2vw + 9rem) !important; */
		margin-top: calc(1vw + -5rem) !important;
        padding-top: calc(4vw + 5rem) !important;
	}
}