.hs-footer{
	padding:62px 0 22px;
	background:#101a18;
	color:#fff;
}

.hs-footer__grid{
	display:grid;
	grid-template-columns:1.45fr repeat(3,1fr);
	gap:48px;
}

.hs-footer__logo{
	display:block;
	width:245px;
	max-width:245px;
	height:auto;
	max-height:90px;
	object-fit:contain;
	object-position:left center;
}

.hs-footer p{
	max-width:320px;
	color:rgba(255,255,255,.7);
	font-size:.84rem;
	line-height:1.75;
}

.hs-footer h2{
	font-family:Manrope,sans-serif;
	font-size:.72rem;
	letter-spacing:.11em;
	text-transform:uppercase;
}

.hs-footer a{
	display:block;
	margin:8px 0;
	color:rgba(255,255,255,.76);
	font-size:.82rem;
}

.hs-footer a:hover{
	color:var(--hs-gold);
}

.hs-footer__button{
	display:inline-block!important;
	margin-top:8px!important;
	color:var(--hs-gold)!important;
}

.hs-footer__bottom{
	margin-top:34px;
	padding-top:18px;
	border-top:1px solid rgba(255,255,255,.12);
	text-align:center;
	color:rgba(255,255,255,.58);
	font-size:.74rem;
}


/* Correctif de contraste : Kadence ne doit pas réappliquer ses couleurs sombres. */
.hs-footer,
.hs-footer p,
.hs-footer li,
.hs-footer span{
	color:rgba(255,255,255,.76)!important;
}

.hs-footer h2,
.hs-footer h3,
.hs-footer h4{
	color:#fff!important;
}

.hs-footer a{
	color:rgba(255,255,255,.82)!important;
}

.hs-footer a:hover{
	color:var(--hs-gold)!important;
}

.hs-footer__button{
	color:var(--hs-gold)!important;
}

.hs-newsletter{
	margin:-62px 0 58px;
	padding:72px 0;
	background:var(--hs-green);
	border-bottom:1px solid rgba(255,255,255,.12);
}

.hs-newsletter__inner{
	display:grid;
	grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
	gap:72px;
	align-items:center;
}

.hs-newsletter .hs-kicker{
	color:var(--hs-gold)!important;
}

.hs-newsletter h2{
	max-width:720px;
	margin:0;
	color:#fff!important;
	font-size:clamp(2.7rem,4vw,4.5rem);
	line-height:.98;
}

.hs-newsletter__copy>p:last-child{
	max-width:650px;
	margin:20px 0 0;
	color:rgba(255,255,255,.76)!important;
	font-size:.96rem;
	line-height:1.75;
}

.hs-newsletter__form{
	display:flex;
	padding:7px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 18px 45px rgba(0,0,0,.16);
}

.hs-newsletter__form input{
	min-width:0;
	flex:1;
	min-height:54px;
	padding:0 18px;
	border:0!important;
	outline:0;
	background:#fff!important;
	color:var(--hs-ink)!important;
	font:inherit;
}

.hs-newsletter__form button{
	min-height:54px;
	padding:0 24px;
	border:0;
	border-radius:3px;
	background:var(--hs-gold);
	color:var(--hs-deep);
	font-family:Manrope,sans-serif;
	font-size:.74rem;
	font-weight:800;
	letter-spacing:.07em;
	text-transform:uppercase;
	cursor:pointer;
}

.hs-newsletter__form button:hover{
	filter:brightness(1.06);
}

@media(max-width:900px){
	.hs-newsletter__inner{
		grid-template-columns:1fr;
		gap:34px;
	}
}

@media(max-width:600px){
	.hs-newsletter{
		padding:56px 0;
	}

	.hs-newsletter__form{
		flex-direction:column;
		gap:8px;
	}

	.hs-newsletter__form button{
		width:100%;
	}
}
