.the-pl-item {
	position: relative;
	cursor: pointer;
}

.overlay {
	width: 100%;
	height: 100%;
  background-color: #212121;
	position: fixed;
	opacity:1;
	top: 0;
	left: 0;
	transform: translateX(100%) translateY(50px);
	transition: transform 1s ease-in-out;
	overflow: hidden;
}

.overlay.active {
	transform: translateX(0) translateY(50px);
}


.closeOverlay {
 	position: absolute;
 	font-size: 36px;
  cursor: pointer;
 	color:white;
  top: 0px;
  left: 10px;
 	width: 50px;
	height: 50px;

}


.titreProjet{
   	position: absolute;
   	opacity: 1;
 	  font-size:20px;
 	  color:white;
    top: 35px;
    left: 0px;
  	max-height: 50%;
  	width:100%;
  	max-width: 100%;
  	overflow: hidden;

}

.artContent{
  position: absolute;
  font-size:16px;
  color:white;
    top: 150px;
    left:180px;
		height: 70%;
    max-height: 100%;
    width:28vw;
    max-width:28vw;
		overflow: auto;

}

.video-responsive {
overflow: hidden;
padding-bottom: 56.25%;
position:relative;
margin-bottom: 10px;
height:0;
}

.video-responsive iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;

	position: absolute;
}

.artImage{
  position: absolute;
  font-size:22px;
  color:white;
	top:150px;
	height: 80%;
  max-height: 100%;
  width:55vw;
  max-width:55vw;
	overflow: auto;
 	right: 0;
	bottom: 100;
}

.imageArticle{
  position: absolute;
  height:100%;
  width: 100%;
  top:100px;
  left:60%;

}

.img-article{
margin-left: 0;
height: 100%;
width: 100%;

}

/*.video-article{
	margin-top: 0;
	height:85%;
  width: 100%;
padding-left:0px;
	right:0;
}
}*/
.mobileContent{
	display: none;
}




.defilement{
cursor: e-resize;
position: relative;
display: inline-block; /* <= shrinks container to image size */

}


.defilement svg {
	position: absolute;
  stroke: white;
	top:40%;
	left: 94%;
  stroke-width: 1px;
  fill: none;
}

.artContent::-webkit-scrollbar { width: 0 !important }
.artContent { overflow: -moz-scrollbars-none; }
.artContent { -ms-overflow-style: none; }

.artImage::-webkit-scrollbar { width: 0 !important }
.artImage { overflow: -moz-scrollbars-none; }
.artImage { -ms-overflow-style: none; }

@media (max-width:768px) {



	.artImage{
	  position: absolute;
	  font-size:22px;
	  color:white;
		top:130px;
		height: 70%;
	    max-height: 100%;
	    width:100%;
	    max-width:100%;
			overflow: auto;
		right :0px;
		 bottom: 100;
	}

	.home_mobile2 {
	  font-size: 26px;
		transform: translate(-200%);
	  padding: 0px 180px;
	  line-height: 1;
	  cursor: pointer;
		display: none;

	}

	.home_mobile3 {
	  font-size: 26px;
	  transform: translate(-200%);
	  line-height: 1;
	  cursor: pointer;
		display: none;
	}

	.img-article{

	margin-left: 0px;
	height: 90%;
	width: 90%;
	}

.video-responsive iframe{
	margin-bottom: 0;
	height:90%;
  width: 90%;
}

.artContent{
	display: none;
	position: absolute;
	font-size:3vw;
	color:white;
		top: 130px;
		left:5%;
		right:5%;
		max-height: 32%;
		width:100%;
		max-width:90%;
		overflow: auto;
}

.mobileContent{
	display: block;
	font-size:4vw;
	color:white;
		top: 130px;
		left:5%;
		right:5%;
		max-height: 32%;
		width:100%;
		max-width:90%;
		overflow: auto;
}

.overlay.active {
	transform: translateX(0) translateY(50);
	transition: transform 0.5s ease-in-out;
}

.overlay {
	width: 100%;
	height: 100%;
  background-color: #212121;
	position: fixed;
	opacity:1;
	top: 18px;
}
.closeOverlay {
	position: absolute;
	font-size: 32px;
	cursor: pointer;
	color:white;
	top: -10px;
	left: 85%;
	width: 50px;
	height: 50px;

}

}
@media (min-width:767px) and (max-width:992px) {
.home_mobile2 {
	font-size: 26px;
	padding-left: 140px;
	line-height: 1;
	cursor: pointer;
	display: inline-block;

}

.home_mobile3 {
	font-size: 26px;
	padding-left: 235px;
	line-height: 1;
	cursor: pointer;
	display: inline-block;
	}
}
