#parallax.section-parallax {
	position              : relative;
	height                : 80vh;
	min-height            : 500px;
	overflow              : hidden;
	transition            : none !important;
	--border-transition   : none !important;
	--baground-transition : none !important;
}

#parallax.parallax-filiale{
	height: 40vh;
}

@media screen and (max-width: 764px){
	#parallax.parallax-filiale{
		height: 700px;
	}

}

.text-parallax{
	 position: absolute;
	 /*top: 50%;*/
	 /*transform: translate(-50%, -50%);*/
}
/*MACBOOK*/
/*@media (min-width : 1088px) and (max-width : 1480px) {*/
/*	#parallax.section-parallax {*/
/*		height : calc(100vh - 295px);*/
/*	}*/
/*}*/
#parallax .hero-img {
	object-fit : cover;
	width      : 100%;
	height     : 160%;
	position   : absolute;
	top        : 0;
	left       : 0;
	z-index    : -1;
}
