html {
	width: 100%;
	height: 100%;
	position:relative;
	overflow: hidden;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: url('./assets/bg.png');
	background-size: cover;
    background-position-y: center;
}
.container {
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    padding:1.5rem;
    position: relative;
}


img.percentage-img{
	margin-left: -1.5rem;
}

h2.title_2 {
    color: #FFF;
	margin: 0;
text-align: left;
leading-trim: both;
text-edge: cap;
font-size: 36px;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
line-height: 42px;
margin-top: 120px;
}

h2.title_2 span{
	color: #FFE235;
}

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;
	display: block;
	margin: auto;
}

p span{
	color: #FFE235;
}

.text_lp {
	font-family: 'Montserrat', sans-serif;
	width: 50%;
}

.text_lp--right{
	width: 60%;
}

.text_lp--left{
	width: 40%;
	margin-top: -80px;
	position: relative;
}

.title {
    color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
text-shadow: 0px 0px 11.6px rgba(218, 108, 255, 0.90), 0px 0px 41.8px rgba(209, 82, 255, 0.50);
font-size: 56px;
font-style: normal;
font-weight: 800;
line-height: 108%; /* 60.48px */
letter-spacing: -2.8px;
text-transform: uppercase;
margin-bottom: 0;
}

h4{
	margin: 0;
}

img.chrono{
	width: 280px;
	display: block;
	margin: auto;
}

img.liquidation{
	display: block;
    margin: auto;
	width: 100%;
}

img.logo{
	display: block;
	margin: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -130px;
}

.text_lp--left p{
	font-size: 45px;
	font-weight: 900;
	border-radius: 14px;
	letter-spacing: -1.5px;
	width: auto;
	line-height: 60%;
	margin-top: 20px;
}

.text_lp--left p span{
	font-size: 24px;
	line-height: 0%;
	color: #fff;
	letter-spacing: normal;
	line-height: 0%;
	font-weight: 800	;
}

.text_lp--left p b{
	color: #FFE235;
	font-weight: 900;
}

h3{
	font-size: 24px;
	color: #fff;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	margin-top: 50px;
}

h3 span{
	color: #FFE235;
}

.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: #FFE235;
	background: transparent;
	border: 3px solid #FFE235;
    text-decoration: none;
    font-family: Montserrat;
    border-radius: 100px;
    margin: 0;
    position: relative;
    transition-duration: 0.2s;
font-size: 24px;
font-style: normal;
font-weight: 600;
letter-spacing: -0.2px;
display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    line-height: normal;
	padding: 12px 50px;
	margin: auto;
	margin-top: 50px;
}


.avis img {
	max-width: 300px;
}
.avis {
    position: absolute;
    bottom: 25px;
}

.m-only{
	display: none !important;
}

.d-only{
	display: block !important;
}

@media (max-width: 1200px) {*
	img.percentage-img {
		margin-left: -1.5rem;
		width: 150%;
	}

	.text_lp--left p{
		font-size: 24px;
	}

	.text_lp--left p span{
		font-size: 18px;
	}
}

@media (max-width: 722px) {*
	.container{
		justify-content: center;
	}
	
	.title {
	    font-size: 32px;
        margin-bottom: 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;
	}

	.text_lp--left{
		display: none;
	}

	.text_lp--right{
		width: 100%;
	}
	
	img.percentage-img{
		display: block;
		margin: auto;
		width: 150%;
        margin-left: -30px;
	}
	.m-only{
		display: block !important;
	}

	.d-only{
		display: none !important;
	}

	p{
		font-size: 45px;
		font-weight: 900;
		border-radius: 14px;
		letter-spacing: -1.5px;
		width: auto;
		line-height: 60%;
	}
	
	p span{
		font-size: 24px;
		line-height: 0%;
		color: #fff;
		letter-spacing: normal;
		line-height: 0%;
		font-weight: 800;
	}
	
	p b{
		color: #FFE235;
		font-weight: 900;
	}

	h2.title_2{
		font-size: 22px;
		text-align: center;
		margin-top: 40px;
		line-height: 24px;
	}
	
	h3{
		margin-top:20px;
	}
		
	img.chrono{
		width: 120px;
	}

	img.liquidation{
		width: 100%;
	}

	a.cta{
		margin-top: 10px;
	}

	img.logo{
		position: absolute;
        top: 20px;
        right: 20px;
        bottom: 0;
        left: auto;
        transform: none;
        margin: unset;
		width: 130px;
	}
}

@media (max-width: 620px) {*
	p{
		font-size: 24px;
		line-height: 18px;
	}

	p span{
		font-size: 18px;
		margin-top: 10px;
	}
}
