/* Promo appli — chargé à part si dist/main.css n’est pas recompilé (voir extra/setup/assets.php) */
#front-page .home-app-promo {
	
	text-align: center;
}
@media screen and (max-width: 1696px) {
.home #wrapper:before {
    width: 122vw !important;
    background-position: -153px 0px !important;
}
}
@media screen and (max-width: 1024px) {
	#front-page .home-app-promo {
		padding: 60px 30px 80px;
	}
}

#front-page .home-app-promo .inner {
	max-width: 1180px;
	margin: 0 auto;
}

#front-page .home-app-promo__title {
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.15;
	margin: 0 0 0;
	font-size: clamp(22px, 3.2vw, 40px);
	letter-spacing: 0.02em;
}

#front-page .home-app-promo__title span {
	display: block;
}

@media screen and (max-width: 768px) {
	#front-page .home-app-promo__title {
		margin: 0 0 50px;
		font-size: 18px;
	}
}

#front-page .home-app-promo__grid {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;
	text-align: left;
	max-width: 68%;
	margin: 69px auto;
}

@media screen and (max-width: 1440px) {
	#front-page .home-app-promo__grid {
		gap: 24px;
	}
}

@media screen and (max-width: 1024px) {
	#front-page .home-app-promo__grid {
		flex-flow: column nowrap;
		text-align: center;
	}
}

/* 50 % / 50 % (flex égal + gap pris en compte automatiquement) */
#front-page .home-app-promo__visual,
#front-page .home-app-promo__text {
	flex: 1 1 0;
	min-width: 0;
}

@media screen and (max-width: 1024px) {
	#front-page .home-app-promo__visual,
	#front-page .home-app-promo__text {
		flex: none;
		width: 100%;
	}
}

#front-page .home-app-promo__visual {
	display: flex;
	justify-content: center;
	align-items: center;
	    max-height: 331px;
}

@media screen and (max-width: 1024px) {
	#front-page .home-app-promo__visual {
		max-width: 280px;
		margin: 0 auto;
	}
}

#front-page .home-app-promo__visual figure {
	margin: 0;
	max-width: 100%;
	transform: rotate(-6deg);
	filter: drop-shadow(12px 18px 28px rgba(0, 0, 0, 0.18));
}

@media screen and (max-width: 1024px) {
	#front-page .home-app-promo__visual figure {
		transform: rotate(-4deg);
	}
}

#front-page .home-app-promo__visual img {
	display: block;
    width: auto;
    height: auto;
        max-height: 378px;
        margin-bottom: 35px;

}

#front-page .home-app-promo__text p {
	font-size: 18px;
	line-height: 1.6;
	color: #000;
	margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
	#front-page .home-app-promo__text p {
		font-size: 15px;
	}
}

#front-page .home-app-promo__text p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	#front-page .home-app-promo__text p {
		text-align: left;
	}
	    #front-page .home-hiw.sans-resa .hiw-intro {
        padding: 0 20px;
        margin: 0 auto 10px;
    }
	#front-page .home-hiw.sans-resa .hiw-steps-list li {
    width: 100%;
    margin: 66px 0 0;
}
	#front-page section.home-hiw.home-hiw-static.sans-resa {
    margin-top: 25px;
}
    #front-page .home-hiw.sans-resa .hiw-steps-list {
        flex-flow: row wrap;
        justify-content: center;
        padding: 0 40px;
    }
#front-page .home-app-promo__grid{
	max-width: 100%;
}

}

#front-page .home-app-promo__stores {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 16px 24px;
	margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
	#front-page .home-app-promo__stores {
		margin: 60px 0 0;
	}
}

#front-page .home-app-promo__stores a {
	display: block;
	width: 160px;
	max-width: 46vw;
	transition: opacity 0.2s;
}

#front-page .home-app-promo__stores a:hover {
	opacity: 0.88;
}

#front-page .home-app-promo__stores a img {
	display: block;
	width: 100%;
	height: auto;
}
