.the-pl-item {
	position: relative;
	cursor: pointer;
}

.overlay {
	width: 100%;
	height: 100%;
  background-color: white;
	position: fixed;
	opacity:1;
	top: 0;
	left: 0;
	transform: translateX(100%) translateY(58px);
	transition: transform 1s ease-in-out;
	overflow: hidden;
}

.overlay.active {
	transform: translateX(0) translateY(58px);
}


.closeOverlay {
 	position: absolute;
	font-weight:  300;
 	font-size: 32px;
  cursor: pointer;
 	color:black;
  top: 135px;
  left: 40px;
 	width: 50px;
	height: 50px;

}


.titreProjet{
   	position: absolute;
   	opacity: 1;
 	  font-size:20px;
 	  color:black;
    top: 35px;
    left: 0px;
  	max-height: 50%;
  	width:100%;
  	max-width: 100%;
  	overflow: hidden;

}

.artContent{
  position: absolute;
  font-size:0.9vw;
  color:black;
    top: 150px;
    left:180px;
		height: 100%;
    max-height: 100%;
    width:28%;
    max-width:30%;

}

.the-pl-item .the-pl-aa {
  padding: 0 50px;
  cursor: pointer;
  display: inline-block

}

.artImage{
  position: absolute;
  font-size:22px;
  color:black;
	top:150px;
	height: 76%;
    max-height: 100%;
    width:58%;
    max-width:100%;
		overflow: auto;
	 right: 0;
	 bottom: 100;
}

.imageArticle{
  position: absolute;
  height:100%;
  width: 100%;
  top:100px;
  left:60%;

}

.img-article{

height: 100%;
width: 100%;

}

.video-article{
	height:85%;
  width: 100%;
padding-left:28px;
	right:0;
}

.defilement{
cursor: e-resize;
position: relative;
display: inline-block; /* <= shrinks container to image size */

}


.defilement svg {
	position: absolute;
  stroke: black;
	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:1023px) {

	.artImage{
	  position: absolute;
	  font-size:22px;
	  color:black;
		top:50%;
		height: 45%;
	    max-height: 100%;
	    width:100%;
	    max-width:100%;
			overflow: auto;
		right :20px;
		 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{

	height: 100%;
	width: 100%;
	}

.video-article{
	height:100%;
  width: 100%;
}

.artContent{
	position: absolute;
	font-size:3vw;
	color:black;
		top: 130px;
		left:5%;
		right:5%;
		max-height: 32%;
		width:90%;
		max-width:90%;
		overflow: auto;

}

.overlay {
	width: 100%;
	height: 100%;
  background-color: white;
	position: fixed;
	opacity:1;
	top: 0;
	left: 0;
	transform: translateX(100%) translateY(70px);
	transition: transform 1s ease-in-out;
	overflow: hidden;
}

.overlay.active {
	transform: translateX(0) translateY(70px);
	transition: transform 0.5s ease-in-out;
}

.closeOverlay {
 	position: absolute;
	font-weight: 300;
 	font-size: 32px;
  cursor: pointer;
 	color:black;
  top: 0px;
  left: 20px;
 	width: 50px;
	height: 50px;

}

.the-pl-item .the-pl-title  {
  padding-top: 0;
  padding-left:20px;
  cursor: pointer;
  display: inline-block
}

.the-pl-item .the-pl-aa {
  padding: 0 20px;
  cursor: pointer;
  display: inline-block

}

}
