.contener_slideshow{
  width:610px;
  height:800px;
  overflow: hidden;
  position: relative;
/*  margin-top: 50vh;
  transform: translateY(-30%);*/
}
.slid_1, .slid_2, .slid_3, .slid_4, .slid_5, .slid_6, .slid_7{
  position: absolute;
  width:610px;
/*  height:1300px;*/
  padding-top: 20px;
}
.contener_slide div img{
	width: 300px;
}

.slid_1{left: 0;}
.slid_2{left: 610px;}
.slid_3{left: 1220px;}
.slid_4{left: 1830px;}
.slid_5{left: 2440px;}
.slid_6{left: 3050px;}
.slid_7{left: 3660px;}

.contener_slide{
  width: 4270px;
  height: 1300px;
  left:0px;
  position: absolute;
  animation: anim_slide 20s infinite;
}

body{
	animation: _body 20s infinite;
}


@keyframes anim_slide{
	0% {left:0px;}
	4% {left:0px;}
	12% {left:-610px;}
	20% {left:-610px;}
	28% {left:-1220px;}
	36% {left:-1220px;}
	44% {left:-1830px;}
	52% {left:-1830px;}
	60% {left:-2440px;}
	68% {left:-2440px;}
	76% {left:-3050px;}
	84% {left:-3050px;}
	92% {left:-3660px;}
	98% {left:-3660px;}
	98.0001% {left:0px;}
	100%{left:0px;}
}


@keyframes _body{
	0% {background:#61dd4f;}/*vert*/
	4% {background:#61dd4f;}/*vert*/
	12% {background:#4dc5d5;}/*bleu clair*/
	20% {background:#4dc5d5;}/*bleu clair*/
	28% {background:#686868;}/*noir*/
	36% {background:#686868;}/*noir*/
	44% {background:#f882a7;}/*rose*/
	52% {background:#f882a7;}/*rose*/
	60% {background:#e24c3d;}/*rouge*/
	68% {background:#e24c3d;}/*rouge*/
	76% {background:#a44fde;}/*violet*/
	84% {background:#a44fde;}/*violet*/
	92% {background:#61dd4f;}/*vert*/
	98% {background:#61dd4f;}/*vert*/
	98.0001% {background:#61dd4f;}/*vert*/
	100%{background:#61dd4f;}/*vert*/
}

h1{
    font-size: 75px;
    font-family: 'pacificoregular', Arial, sans-serif;
    color: white;
    text-align: center;
    padding-top: 30px;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);

}