html {
	width: 100%;
	height: 100%;
	position:relative;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url('./assets/bg.jpg');
	background-size: cover;
    background-position-y: center;
	overflow: scroll;
}
.container {
    height: -webkit-fill-available;
    display: flex;
	flex-direction: column;
    align-items: center;
    padding:1.5rem;
    position: relative;
	justify-content: end;
}

h2{
	display: flex;
padding: 24px 32px;
flex-direction: column;
align-items: center;
gap: 2px;
border-radius: 12px;
border: 3px solid #FFE235;
background: rgba(0, 0, 0, 0.60);
color: #fff;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Montserrat;
font-size: 48px;
font-style: italic;
font-weight: 900;
line-height: 105%; /* 50.4px */
letter-spacing: -0.48px;
text-transform: uppercase;
margin-bottom: 5px;
margin-top: 20px;
}

h2 span{
	color: #FFE235;
}

.text_lp p{
	color: #fff;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Montserrat;
font-size: 14px;
font-style: italic;
font-weight: 600;
line-height: 108%; /* 15.12px */
letter-spacing: -0.42px;
text-transform: uppercase;
}

.text_lp {
	font-family: 'Montserrat', sans-serif;
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 20px;
}

.title {
    color: var(--White, #FFF);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Montserrat;
font-size: 34.5px;
font-style: italic;
font-weight: 800;
line-height: 105%; /* 36.225px */
letter-spacing: -0.345px;
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));
}

.logo{
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
}

a.cta {
	color: #000;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Montserrat;
font-size: 28px;
font-style: italic;
font-weight: 900;
line-height: 108%; /* 30.24px */
letter-spacing: -0.84px;
text-transform: uppercase;
border-radius: 999px;
background: #FFE235;
display: flex;
padding: 22px 56px;
align-items: flex-start;
gap: 10px;
text-decoration: none;
}

.avis-block{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.avis-block p.title{
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 32px;
	font-style: italic;
	font-weight: 900;
	line-height: 108%; /* 34.56px */
	letter-spacing: -0.96px;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 5px;
}

.avis-block span.sub-title{
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 24px;
	font-style: italic;
	font-weight: 800;
	line-height: 108%; /* 25.92px */
	letter-spacing: -0.72px;
	text-transform: uppercase;
	color: #FFF;
}

.avis-list{
	display: flex;
	margin-top: 30px;
	 gap: 50px;
}

.avis-single{
	display: flex;
	flex-direction: column;
	font-family: Montserrat;
    max-width: 400px;

}

.avis-top{
	border-radius: 16px;
	border: 3px solid #FFE235;
	background: rgba(4, 4, 4, 0.25);
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: left;
	align-self: stretch;
}

.avis-top h3{
	color: #FFF;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 100.6%; /* 28.168px */
	letter-spacing: -0.84px;
	margin: 0;
	margin-bottom: 20px;
}

.avis-top .avis{
	color: #FFF;
font-size: 22px;
font-style: normal;
font-weight: 900;
line-height: 100.6%; /* 22.132px */
letter-spacing: -0.66px;
margin: 0;
margin-bottom: 7px;
}

.avis-top .avis-sub{
	color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 17px; /* 121.429% */
letter-spacing: -0.14px;
}

.avis-bot p{
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 20px;
	font-style: italic;
	font-weight: 800;
	line-height: 108%; /* 21.6px */
	letter-spacing: -0.6px;
	text-transform: uppercase;
	margin-left: 5px;
}


.hidden-mobile{
	display: none;
}
@media (max-width: 1025px) {*
	body{
		height: auto;
	}

	.logo{
		position: relative;
		transform: none;
		margin: 0 auto;
		top: auto;
		left: auto;
		display: block;
	}

	.title {
	    font-size: 22px;
        margin-bottom: 20px;
	}
	h2 {
		font-size: 29px;
		font-style: italic;
		font-weight: 900;
		line-height: 105%; /* 30.45px */
		letter-spacing: -0.29px;
		text-transform: uppercase;
	}

	.hidden-mobile{
		display: block;
		margin: 20px 0;
	}

	.avis-block .title{
		font-size: 32px;
		font-style: italic;
		font-weight: 900;
		line-height: 108%; /* 34.56px */
		letter-spacing: -0.96px;
	}

	.avis-block .sub-title{
		font-size: 24px;
		font-style: italic;
		font-weight: 800;
		line-height: 108%; /* 25.92px */
		letter-spacing: -0.72px;
	}

	.avis-list{
		flex-direction: column;
	}

	p{	
		font-size: 32px;
	}

	a.cta{
		font-size: 20px;
	}
	.text_lp {
		display: flex;
    	justify-content: center;
    	align-items: center;
    	flex-direction: column;
	}
	
	.avis-bot p{
		font-size: 16px;
	}
}
