.chariot{
	max-width: 1300px;
	margin: 2% auto;
	position: relative;
}
.slide{
	display: none;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 2s;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: rgb(196,38,2);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgba(197,172,72,0.5);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: rgb(197,172,72);
}
.ligne{
	width: 90%;
	margin:auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.titre_img{
	max-width: 45%;
	text-decoration: none;
	color: black;
	font-style: italic;
	font-size: 1.2em;
}

.polaroid{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 6px 6px 15px rgb(150,150,150);
}
.case_img{
	max-width: 95%;
	margin-top: 0.4vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_pola{
	max-width: 100%;
	max-height: 20vw;
}

.nom_pola{
	height: 5vh;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.une{
	width: 80%;
	margin: auto;
	padding-bottom: 1%;
}
@media all and (max-width: 1024px){
	.dots{
		display: none;
	}
	.chariot{
		max-width: 100%;
		display: flex;
		flex-direction: column;
	}
	.chariot .prev,
	.chariot .next{
		display: none;
	}
	.slide{
		width: 100%;
		display: block;
		overflow: hidden;
	}
	.ligne{
		width: 200%;
		justify-content: space-around;
		position: relative;
		padding-bottom: 5%;
		padding-top: 2%;
		animation: 10s slidy infinite;
	}
	.polaroid{
		position: relative;
		min-width: 0;
		max-height: 40vh;
	}
	.titre_img{
		width: 100%;
		font-size: 3em;
	}
	.img_pola{
		position: relative;
		max-width: 100%;
		max-height: 35vh;
	}
	@keyframes slidy {
  		0% { left: 0%; }
  		25% { left: 0%; }
  		50% { left: -100%; }
  		75% { left: -100%; }
  		100% { left: 0%; }
	}
	.case_img{
		margin-top: 2%;
	}
	.une{
		padding: 0;
		font-size: 2em;
	}

/*

*/
}