html {
	width: 100%;
	height: 100%;
	position:relative;
	overflow: hidden;
	overflow-y: auto;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	background-size: cover;
    background-position-y: center;
}

/*body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}*/
.container {
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    position: relative;
}

.lp-left{
	width: 50%;
	height: 100%;
	display: flex;
    flex-direction: column;
	background: #fff;
}

.lp-right{
	width: 50%;
	display: flex;
    justify-content: center;
	background: url('./assets/bg-1.jpeg');
	background-size: cover;
    background-position-y: center;
	height: 100%;
	align-items: center;
}

h2.title_2 {
    color: #FFF;
	margin: 0;
text-align: left;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 108%; /* 60.48px */
letter-spacing: normal;
line-height: normal;
margin-bottom: 40px;
}

p{
	color: #FFF;
text-align: left;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 30.24px */
margin-bottom: 45px;

}

.text_lp {
	font-family: 'Montserrat', sans-serif;
	padding: 1.5rem;
	background: linear-gradient(180deg, #257C4E 86%, #F7FCFA 100%);
}

.text_lp_b{
	font-family: 'Montserrat', sans-serif;
	padding: 1.5rem;
}

.text_lp_b h2{
	color: #257C4E;
	font-size: 20px;
}

.text_lp_b li{
	color: #257C4E;
	font-size: 16px;
}

.title {
    color: #FFF;
text-align: left;
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 108%; /* 60.48px */
letter-spacing: -1.8px;
margin-bottom: 10px;
text-transform: uppercase;
}

h4{
	margin: 0;
}

.percent_lp {
	font-size: 200px;
	line-height: 220px;
	font-weight: 900;
	color: #fff;
	fill: var(--White, #FFF);
	filter: drop-shadow(0px 0px 41.8px rgba(82, 203, 255, 0.50)) drop-shadow(0px 0px 11.6px rgba(108, 201, 255, 0.90));
}
.p_ {
	font-size: 90px;
	font-weight: 900;
	color: #fff;
	fill: var(--White, #FFF);
	filter: drop-shadow(0px 0px 41.8px rgba(82, 203, 255, 0.50)) drop-shadow(0px 0px 11.6px rgba(108, 201, 255, 0.90));
}
a.cta {
    color: #fff;
	background: transparent;
    text-decoration: none;
    font-family: Montserrat;
    border-radius: 41px;
	border: 2px solid #fff;
    margin: 0;
    position: relative;
    transition-duration: 0.2s;
font-size: 18px;
font-style: normal;
font-weight: 500;
letter-spacing: -1.2px;
display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    line-height: normal;
    padding:15px 30px;
}

a.cta:hover{
	background-color: #fff;
	color: #000;
}


.avis img {
	max-width: 300px;
}
.avis {
    position: absolute;
    bottom: 25px;
}

a.cgv{
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-family: Montserrat;
	font-size: 14px;
	color: #fff;
}
@media (max-width: 1025px) {
	body{
		height: auto;
	}

	.lp-left{
		width: 100%;
	}

	.lp-right{
		width: 100%;
	}

	a.cgv {
		position:relative;
	}
	.container{
		justify-content: center;
		flex-direction:column;
	}
	
	.title {
	    font-size: 32px;
        margin-bottom: 20px;
		text-align: left;
		width: 100%;
	}
	h2.title_2 {
		font-size: 24px !important;
		margin-bottom: 30px;
		text-align: left;


	}
	p{
		font-size: 18px;
		text-align: left;

	}

	a.cta{
		font-size: 20px;
	}
	.text_lp {
		display: flex;
    	justify-content: center;
    	align-items: flex-start;
    	flex-direction: column;
	}
	.avis {
		position: relative;
		margin: 15px auto;
		bottom: unset;
	}
	.percent_lp {
		font-size: 9rem;
	    line-height: 100px;
	}
}
