.appli-header {
	overflow: hidden;
	position: relative;
	z-index: 0;
	padding: 30px 5% 50px;
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
.appli-header::before {
	position: absolute;
	bottom: -2vw;
	left: 50%;
	z-index: -1;
	width: 130vw;
	transform: translateX(-50%);
	background-color: #ffe5e0;
	border-radius: 65vw 65vw 0 0 / 10vw 10vw 0 0;
	min-height: 10vw;
	content: "";
}
.appli-header__logo {
	width: 80%;
	max-width: 420px;
	height: auto;
	margin: 0 auto 30px;
}
.appli-body {
	padding: 40px 0 80px 0;
	background: #ffe5e0;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
.heading {
	margin-bottom: 20px;
	padding: 0.2em 1.5em 0.15em;
	box-shadow: 2px 3px 0 1px #880000;
	border-radius: 2em;
	background: #d32f2f;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.4;
	text-align: center;
}
.image {
	margin: 30px 0;
}
.image img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	border: 8px solid #fff;
	box-shadow: 0 5px 15px -5px rgb(0 0 0 / 0.2);
}
.appli-movie {
	overflow: hidden;
	position: relative;
	background: #ffe5e0;
}
.appli-movie::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 130vw;
	transform: translateX(-50%);
	background-color: #d32f2f;
	border-radius: 65vw 65vw 0 0 / 10vw 10vw 0 0;
	min-height: 20vw;
	content: "";
}
.appli-download {
	padding: 60px 0;
	background: #d32f2f;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}
.appli-download__heading {
	font-size: 4rem;
	font-weight: bold;
}
.appli-download__inner {
	width: 90%;
	max-width: 600px;
	margin: 30px auto;
	padding: 40px 5%;
	border-radius: 20px;
	background: #fff;
	color: #000;
	font-weight: bold;
}
@media (min-width: 45.0625em) {
	.appli-header {
		padding: 30px 30px 10vw;
	}
	.appli-body {
		padding: 0 0 100px 0;
		font-size: 1.8rem;
	}
	.heading {
		margin-bottom: 30px;
		font-size: 1.75em;
	}
	.appli-download__heading {
		font-size: 5rem;
	}
}
