.blc-infos-right{
	left: -55px;
	bottom: 548px;
}

.before-white{
	position: relative;
}


.sec-intro{
	color: var(--green);
	margin-top: -56px;
}

.sec-intro p{
	max-width: 917px;
	margin-left: auto;
	margin-right: auto;
}


.sec-intro .container{
	position: relative;
}


.sec-intro .title{
	margin-bottom: 45px;
}

.before-white:before {
    content: '';
    width: calc(100% - 40px);
    height: 100%;
    background: var(--white);
    position: absolute;
    left: 20px;
    top: 0;
    clip-path: polygon(0% 0%, calc(100% - 200px) 0%, 100% 56px, 100% 100%, 0% 100%);
}

.sec-new-project .title{
	margin-bottom: 0;
}


@media (max-width:1639px) {
	.blc-infos-right {
		bottom: 470px;
	}
}

@media (max-width:1200px) {
	.sec-new-project .top-new-project{
		display: block;
	}
	.sec-new-project .title{
		margin-bottom: 30px;
	}

	.sec-intro.pt-170{
		padding-top: 60px;
	}
}

@media (max-width:767px) {
	.sec-banner{
		width: 100%;
	}
	.before-white:before {
	    clip-path: polygon(0% 0%, calc(100% - 80px) 0%, 100% 25px, 100% 100%, 0% 100%);
	    width: 100%;
	    left: 0;
	}
	.sec-new-project .title{
		margin-bottom: 0;
	}
	.sec-intro.pt-170{
		padding-top: 35px;
	}
	.sec-intro .title{
		margin-bottom: 25px;
	}
}