/* Contenu central */
.content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center; /* centre verticalement */
	align-items: center;
	text-align: center;
	padding: 0 5vw;
	gap: clamp(15px, 3vh, 30px);
}

.icons {
	max-width: min(400px, 70%);
	height: auto;
}

.slogan {
	font-size: clamp(1rem, 2.5vw, 1.3rem);
	line-height: 1.4;
}

.slogan .title {
	font-weight: bold;
	font-style: italic;
	display: block;
	margin-bottom: 0.3em;
}

.coming-soon {
	font-size: clamp(1.2rem, 3vw, 1.8rem);
	font-weight: bold;
}
