#wrapper_caroussel {
  width: 100%;
  max-width: 100%;
  position: relative;
  background-color:#000000;
}

#carousel_caroussel {
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  
}

#carousel::-webkit-scrollbar {
  height: 0;
}

#prev_caroussel,
#next_caroussel {
  display: flex;
  justify-content: center;
  align-content: center;
  background: #979797;
  border: none;
  padding: 8px;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
  position: absolute;
}

#prev_caroussel {
  top: 50%;
  left: -2.5%;
  transform: translate(50%, -50%);
  display: none;
}

#next_caroussel {
  top: 50%;
  right: -2.5%;
  transform: translate(-50%, -50%);
}

#content_caroussel {
  display: grid;
  grid-gap: 16px;
  grid-auto-flow: column;
  justify-content: start;
  margin: auto;
  box-sizing: border-box;
  grid-template-columns: 100% 100% 100% 100% 100%;
  
}

.itemss {
  width: 100%;
  /* height: 360px; */

}

	.vignette_article{
		float:left;
		width:99.2%;
		margin-left:0.4%;
	}
	.vignette_img_article {
		float:left;
		margin-left:5%;
		width:90%;
		padding:10px 0 0 0;
		/* margin-left:0%; */
/* 		width:100%; */
		text-align:center;
		margin-bottom:15px;
		/* height:200px; */
		height:380px;
		display:flex;
		align-content: center;
		justify-content:center;
		flex-wrap: wrap;
		background-repeat:no-repeat;
		background-size:contain;
		background-position:center center;
	}
	.vignette_img_article img{
		vertical-align:middle;
		width:100%;
		max-height:360px;
		
	}



/* 1200px */
@media screen and (max-width: 1200px){	
	.slider_actu_car{
		margin-left:2%!important;
		width:96%;
	}

}

/* 1050px */
@media screen and (max-width: 1200px){	
	.itemss .form30pc, .itemss .form70pc{
		width:100%;
	}

}