@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
.bloc-slider {
  padding-top: 60px;
  max-width: 80%;
  margin: auto;
  height: 450px;
}
.bloc-slider .testimonial-slider {
  max-width: 1100px;
  margin: auto;
  position: relative;
}
.bloc-slider .testimonial-slider .testimonial-slide {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  border: 2px solid rgba(229, 85, 79, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(220, 209, 255, 0.25);
}
.bloc-slider .testimonial-slider .testimonial-slide .testimonial-title {
  color: rgb(0, 31, 69);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.bloc-slider .testimonial-slider .testimonial-slide .testimonial-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.bloc-slider .testimonial-slider .testimonial-slide .testimonial-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.bloc-slider .testimonial-slider .testimonial-slide .testimonial-flex .testimonial-author {
  display: flex;
  align-items: center;
  gap: 25px;
}
.bloc-slider .testimonial-slider .testimonial-slide .testimonial-flex .testimonial-author .testimonial-pic {
  width: 50px;
  border-radius: 50px;
}
.bloc-slider .testimonial-slider .testimonial-slide .testimonial-flex .testimonial-author div .testimonial-name {
  font-weight: 600;
}
.bloc-slider .testimonial-slider .testimonial-slide .testimonial-flex .testimonial-logo {
  height: 30px;
}
.bloc-slider .testimonial-slider .testimonial-slide.active {
  opacity: 1;
}
.bloc-slider .prev-arrow, .bloc-slider .next-arrow {
  position: absolute;
  top: 140px;
  transform: translateY(-50%);
  background-color: rgb(229, 85, 79);
  border: none;
  color: white;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  border-radius: 5px;
}
.bloc-slider .prev-arrow {
  left: -5%;
}
.bloc-slider .next-arrow {
  right: -5%;
}
.bloc-slider .prev-arrow:hover, .bloc-slider .next-arrow:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 1150px) {
  .bloc-slider {
    height: 600px;
  }
  .bloc-slider .testimonial-slider {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .testimonial-text {
    font-size: 1em;
  }
  .bloc-slider {
    height: 750px;
  }
  .bloc-slider .testimonial-slider .testimonial-slide .testimonial-flex {
    flex-direction: column;
  }
  .testimonial-author {
    font-size: 0.9em;
  }
}
@media (max-width: 480px) {
  .bloc-slider {
    height: 950px;
  }
  .testimonial-slider {
    width: 90%;
  }
}

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