@media (min-width: 750px) {
.commentaires {
	align-self : center;
	max-width:80%

  }
  
.quote{
	width:90%;
	align-self:center;
}

}

@media (max-width: 750px) {
.commentaires {
	align-self : center;
	max-width:90%;

  }
  
.quote{
	width:100%;
	align-self:center;
}

}

.guillemet{
	min-width:60px;
	margin: auto;
    background-size: cover;
    max-width: 4vw;
    padding: 15px;	
}


  
.mySlides {
	display: none;
}

.fade_avis {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}