@media screen and (max-width: 767px) {
  .bloc-testimonial .vc_column-inner {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
  }

  .bloc-testimonial .h2 {
    font-size: 25px;
  }

  .bloc-testimonial {
    padding: 0 1rem 80px 1rem;
    background: var(--grey-lighten) !important;
  }

  #repeater-quote .paginator-center {
    position: absolute;
    bottom: 1.2rem;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #repeater-quote .paginator-center {
    position: absolute;
    bottom: 1.2rem;
    left: 0;
    right: 0;
  }
}
.repeater-quote ul {
  display: flex;
  margin: auto;
  padding: 0;
  text-align: center;
  justify-content: center;
}
.repeater-quote .paginator-center {
  position: absolute;
  bottom: 6.2rem;
  left: 0;
  right: 0;
}
.repeater-quote .repeater-quote-prev, .repeater-quote .repeater-quote-next {
  list-style: none;
  padding: 8px 14px;
}
.repeater-quote .repeater-quote-prev {
  background: var(--secondary);
  transform: translate(0, 20px);
}
.repeater-quote .repeater-quote-next {
  background: var(--primary);
  transform: translate(0, 40px);
}

/*# sourceMappingURL=style.css.map */
