html {
	width: 100%;
	height: 100%;
	position:relative;
	overflow: hidden;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url('./assets/bg.jpeg');
	background-size: cover;
    background-position-y: center;
}
.container {
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    padding:1.5rem;
    position: relative;
}

h2.title_2 {
    color: #FFF;
	margin: 0;
text-align: left;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 108%; /* 60.48px */
letter-spacing: normal;
text-transform: uppercase;
line-height: normal;
margin-bottom: 40px;
}

p{
	color: #FFF;
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 800;
line-height: 108%; /* 30.24px */
letter-spacing: -1.4px;
text-transform: uppercase;
border: 3px solid #fff;
	border-radius: 50px;
	padding: 15px 40px;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0.65);
	width: fit-content;
}

.text_lp {
	font-family: 'Montserrat', sans-serif;
}

.title {
    color: #FFF;
text-align: left;
font-size: 52px;
font-style: normal;
font-weight: 800;
line-height: 108%; /* 60.48px */
letter-spacing: -1.8px;
text-transform: uppercase;
margin-bottom: 10px;
width: 40%;
}

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: #000;
	background: #fff;
    text-decoration: none;
    font-family: Montserrat;
    border-radius: 41px;
    margin: 0;
    position: relative;
    transition-duration: 0.2s;
	color: var(--Black, #131313);
font-size: 24px;
font-style: normal;
font-weight: 600;
letter-spacing: -1.2px;
text-transform: uppercase;
display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    line-height: normal;
    padding:15px 30px;
}


.avis img {
	max-width: 300px;
}
.avis {
    position: absolute;
    bottom: 25px;
}
@media (max-width: 1025px) {*
	.container{
		justify-content: center;
		margin-top: 200px;
	}
	
	.title {
	    font-size: 32px;
        margin-bottom: 20px;
		text-align: center;
		width: 100%;
		filter: drop-shadow(0px 0px 41.8px #FF895280) drop-shadow(0px 0px 11.6px #955119E5);
	}
	h2.title_2 {
		font-size: 24px !important;
		margin-bottom: 30px;
		text-align: center;

	}
	p{
		font-size: 20px;
	}

	a.cta{
		font-size: 20px;
	}
	.text_lp {
		display: flex;
    	justify-content: center;
    	align-items: center;
    	flex-direction: column;
	}
	.avis {
		position: relative;
		margin: 15px auto;
		bottom: unset;
	}
	.percent_lp {
		font-size: 9rem;
	    line-height: 100px;
	}
}
