._body_LandingPage .header {
	background: var(--p100);
	border-bottom: 2px solid var(--p200);
}

.header:has(.header_ads) {
	border-bottom: 2px solid var(--p200, #D7E3E1);
}

.header_ads {
	display: flex;
	padding: 20px;
	justify-content: space-between;
	align-items: center;
	background: var(--p100);
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	max-width: 1300px;
}

.btn-connect {
	display: flex;
	width: 142px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: 8px;
	border: 1px solid var(--p900);
	color: var(--n900);
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.btn-continuer {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-radius: 8px;
	background: var(--s900);
	color: var(--n0);
	leading-trim: both;
	text-edge: cap;
	font-family: "Plus Jakarta Sans";
	font-size: 20px;
	font-style: normal;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	padding: 18px;
}

.tf_iso_info_link {
	color: var(--n600);
	leading-trim: both;
	text-edge: cap;
	font-family: "Plus Jakarta Sans";
	font-size: 13px;
	font-style: italic;
	font-weight: 500;
	line-height: 120%;
}

._lp_top {background: var(--p100);    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    gap: 100px;
    max-width: 1300px;
	box-sizing: border-box;
	padding: 20px;
}

._lp_top_l {
	display: flex;
	max-width: 450px;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;padding:30px;padding-left: 0px;
}

._lp_top_l .txt-3 {
	color: var(--n900, #141414);
	leading-trim: both;
	text-edge: cap;
}

._lp_top_l .txt-3 font {
	color: var(--s900);
	leading-trim: both;
	text-edge: cap;
}


._lp_img {
    background-image: url(https://img.alexia.fr/_ns/lp_femme.png);
    width: 100%;
	max-width: 650px;
    height: 550px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-bottom: 30px;
}

._lp_confiance img {
    margin-left: -15px;display:inline-block;width:50px;height:50px;vertical-align:text-top;border-radius:50px;
}

._lp_confiance img:first-child {
    margin:0px;
}

._lp_confiance span {
    background-color:var(--p900);display:inline-block;width:50px;height:50px;vertical-align:text-top;line-height:50px;color:var(--n0);text-align:center;border-radius:50px;margin-left: -15px;font-family: "Plus Jakarta Sans";
font-size: 15px;
font-style: normal;
font-weight: 600;
}

._lp_confiance .txt-body-xs-r {
	color: var(--n600);
	leading-trim: both;
	text-edge: cap;
}

._lp_stats {background: var(--p900);padding:30px;}
._lp_stats > div {max-width:1400px;display:flex;align-items: flex-start;align-items: center;
justify-content: center;margin:auto;gap:40px;}


._lp_words {display: flex;
gap: 40px;
align-items: flex-start;}
._lp_words > div {display: flex;
padding-right: 40px;
flex-direction: column;
align-items: flex-start;
gap: 0px;border-right: 1px solid var(--p700);white-space:nowrap;}

._lp_words .txt-5 {color: var(--n0);leading-trim: both;text-edge: cap;line-height: 100%;}
._lp_words .txt-body-xs-r {color: var(--n0);leading-trim: both;text-edge: cap;}
._lp_avis {color: var(--n0);leading-trim: both;text-edge: cap;max-width:300px;padding-left: 40px;}
._lp_avis .txt-body-xs-r {font-style:italic}

._lp_atoux {display: flex;
justify-content: space-between;
align-items: center;
align-self: stretch;}

._lp_devis {display: flex;
flex-direction: column;
justify-content: center;
gap: 16px;
align-self: stretch;border-radius: 8px;
background: var(--n0);box-sizing: border-box;}

._lp_atoux > div {display: flex;
align-items: flex-start;
gap: 5px;white-space:nowrap;}


@media (max-width: 1024px) {
	
	._lp_top{margin: auto;padding: 0px;gap:20px;box-sizing: border-box;flex-direction: column;}
	._lp_top_l{margin: auto;padding: 20px;max-width: 550px;box-sizing: border-box;gap:20px;}
	._lp_img {
        display: block;
        margin: auto;
        max-width: 100%;
        border-radius: 0px;
        height: 250px;
        background-size: cover;
    }
	
	._lp_top_l .txt-3 {
        font-size: 36px;
        max-width: 410px;
        text-align: center;
        margin: auto;
    }
	
	._lp_confiance {
		text-align: center;
		margin: auto;
	}
	
	
	._lp_trustpilot{text-align: left;margin: auto;}
	
	
	
._lp_words {flex-direction: column;align-content: center;align-items: center;}
._lp_words > div {
        border-right: none;
        text-align: center;padding: 0px;align-items: center;}
._lp_stats > div {flex-direction: column;}

._lp_avis{
    max-width: 250px;
text-align: center;
    margin: auto;
	padding-left:0px;
	}
	
	._lp_stats{
	margin: -40px 20px 0 20px;
	padding: 40px;
    border-radius: 8px;
	position: relative;
	}
	
	.header_ads {	
	padding: 20px;
	}
}

@media (max-width: 800px) {
	.header_ads,
	._lp_top_l {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	._lp_stats {
		margin-left: 10px;
		margin-right: 10px;
	}
}
