
body {
  background-color: #f9f9f9;  
   display: flex;
  justify-content: center;
  align-items: center;
}
#content{
	display: inline-block
}

#pixiRenderer{
	width: 50vh;
	margin:auto;
	margin-top: 10vh;
}
#pixiRenderer canvas{
	width: 50vh;
	mix-blend-mode: multiply;
}

#texteSurimpression{
	font-family: 'Quicksand', sans-serif;
	width: 50vh;
	color: #e72480;
	position: fixed;
	font-size: 75px;
	top: 0px;
	left: 50%;
	transform: translateX(-50%); 
	mix-blend-mode: multiply;
}

#texteSurimpression h1{
	margin:0;
	font-size: 10vh;
	font-weight: 400;
}
hr{
	  border: 1px solid #e72480;
	  background-color: #e72480;
	  margin: 0 10vh;
	margin-top: 5vh;
	 border-radius: 7px 7px 7px 7px;
    height: .3vh;
}


#carousel{
	position: relative;
	margin-top: 5vh;
}

.image-carousel{
	mix-blend-mode: multiply;
	height: 20vh;
	margin: auto;
	
}

#precedente{
    position: absolute;
    top: 50%;
    left: 0%;
    width: auto;
    height: auto;
    transform: translate(0%,-50%);
}

#suivante{
    position: absolute;
    top: 50%;
    right: 0%;
    width: auto;
    height: auto;
    transform: translate(0%,-50%);
}