body
{
	padding: 0;
}

#carousel-container
{

	min-height: 700px;

	width: 100%;
	clip-path: url(#carousel-container-path);
	background-color: var(--blue);
	
	position: relative;
	z-index:2;
}


#carousel-container-path-container
{
	height: 0;
	width: 0;
}


#contact-zone
{
	display: block;
	min-height: 700px;

	width: 100%;
	clip-path: url(#carousel-container-path);
	background-color: var(--light-grey);

	position: absolute;
	top: 20%;
	z-index: 1;
	left: -30%;
}

#contact-zone p
{
	text-align: center;
}

#contact-zone > span
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	width: 70%;
	width: 57%;
	
	left: 30%;
}

#contact-zone > span > span
{
	position: absolute;
	bottom: 4%;
	left: 0;
	text-align: center;
	width: 100%;
	padding-bottom: 6%;
	
}

a#contact-zone:hover
{
	background: var(--text-blue);
	color: var(--broken-white);
	transition: all 1s;
}

#presentation
{
	position: relative;
}

#text-acroche
{
	margin-left: 50%;
	margin-bottom: 70px;
	position: relative;
}

.long-stroke
{
	height: 0.2em;
	margin-bottom: 0.2em;
	width: 80px;
	background-color: black;
	display: inline-block;
	background-color: var(--text-blue);
}

#contact-zone
{
	position: absolute;
	bottom: 10%;
}

#contact-wu
{
	font-size: 17pt;
}

#contact-wu > span
{
	max-width: 50%;
	display: inline-block;
}

.carousel-item
{
	height: 100%;
	max-height: 700px;
	  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

.carousel-caption {
	top: 10rem;
}

.carousel-indicators
{

	left: 15%;
	bottom: 10%;
}

.carousel-caption *
{
	color: var(--text-brown);
	color: white;
}

#presentation .carousel-control-prev-icon
{
	margin-top: -90%;
}

#presentation .carousel-control-next-icon
{
	margin-top: -130%;
}

#testimonies
{
	width: 60%;
}

.testimonies-container
{
	position: relative;
}

.testimonies-explanations
{
	width: 40%;
	vertical-align: top;
	padding-left: 50px;
}

.testimonies-explanations,
#testimonies
{
	display: inline-block;
}

#testimonies-text
{
	width: 40%;
position: absolute;
bottom: 0;
right: 0;
padding-left: 50px;
margin-bottom: 0;
line-height: 1.3;
}


.carousel-image
{
	position: absolute;
	object-fit: cover;
	width: 100%;
	left: 0;
}

@media (max-width: 988px)
{
	#contact-zone,
	#carousel-container
	{
		clip-path: none;
	}

	#carousel-container
	{
		min-height: unset;
		height: 500px;
	}

	#contact-zone
	{
		position: initial;
		min-height: unset;
		height: 50vh;

	}

	#contact-zone > span
	{
		position: initial;
	}

	#text-acroche
	{
		margin-left: 20px;
		margin-top: 40px;
	}

	#social-header
	{
		position: initial;
	}

	#presentation .carousel-control-next-icon,
	#presentation .carousel-control-prev-icon
	{
		margin-top: 0;
	}


	#contact-zone > span > span
	{
		bottom: 10%;
	}

	#testimonies-text
	{
		position: relative;
		width: 90%;
	}

	#testimonies
	{
		width: 90%;
		display: inline-block;
	}

	#wholeContainer > * > .testimonies-container
	{
		text-align: center;
	}

	.carousel-image
	{
		min-width: 100%;
		width: unset;
	}
	
	.testimonies-explanations
	{
		width: 70%;
		padding-left: 0;
	}
}
