/*TESTIMONAL (ACF)*/
.bloc-acf-gut.testimonial{
	display: flex;
	flex-wrap: wrap;
}
.testimonial-author{
  position: absolute;
  bottom: 25px;
  right: 26px;
  font-size: 16px;
  font-weight: normal;
  font-size: 18px;
}
.testimonial-blockquote{
  flex: 65%;
  margin: 0px;
  padding: 25px;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  min-height: 275px;
}
.testimonial-text{display: block}
.testimonial-blockquote svg{
  display: block;
  margin-bottom: 15px;
}
.testimonial-image{
  margin: 0px;
  padding: 0px;
  flex: 35%;
}
.testimonial-image img{
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
