.sec_testimonials  .slider_testimonials_answer .swiper-slide {
  text-decoration: none !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position:relative;
  z-index:999;
}
.swiper-wrapper {
  margin-bottom:20px;
}
.sec_testimonials .swiper-container {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.sec_testimonials .slider_testimonials_answer .box_testimonial {
  border-radius: 5px;
  color: #00385e;
  margin: 0 8px 8px 15px;
  width: 100%;
}

.sec_testimonials .slider_testimonials_answer .testimonial{
  background-color: #f5f5f5;
}

.sec_testimonials.bg_blue .slider_testimonials_answer .testimonial,
.sec_testimonials.bg_gray .slider_testimonials_answer .testimonial,
.sec_testimonials.bg_yellow .slider_testimonials_answer .testimonial{
  background-color: #fff;
}

.slider_testimonials_answer .collapse:not(.show) {
  display: block;
}

.slider_testimonials_answer .card-header-testimonials {
  padding: 0 0.5rem;
  margin-bottom: 0!important;
  height: auto;
}

.slider_testimonials_answer .box_testimonial .card-header-testimonials {
  font-size: 16px;
  line-height: 1.2;
}

.slider_testimonials_answer .box_testimonial .card-text {
  color: #00385e;
  font-size: 16px;
  line-height : 22px;
  font-weight: 500;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #888888;
  opacity: 1;
  margin: 0 4px;
}

{# surcharge CSS de _testimonail_block.css pour module testimonials_answer #}
.slider_testimonials_answer .card-footer-testimonials {
  justify-content: end;
}

.slider_testimonials_answer .card-chasseur {  
  flex-direction: row-reverse;
}

.slider_testimonials_answer .card-chasseur__id {
  text-align: right;
}

.slider_testimonials_answer .card-chasseur__photo {
  margin-left: 10px;
}

.slider_testimonials_answer .card-origin {
  padding-top: 0;
}

.card_answer {
  border-radius: 0.25rem;
}

.card_answer::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 30px 30px 30px;
  border-color: rgba(0,0,0,0.26) rgb(0 0 0 / 0%) #f5f5f5 rgb(0 0 0 / 0%);
  position: absolute;
  top: -19px;
  left: 0px;
}

.card-text.collapse:not(.show){
    display:block!important;
    height:7rem;
    overflow:hidden;
}

.long:not(.show){
    -webkit-mask-image: linear-gradient(180deg, #fff 70%, transparent);
}
.card-text.collapsing {
  height:7rem!important;
  position: relative;
  overflow: hidden;
  transition: height 0.35s ease;
  -webkit-mask-image: linear-gradient(180deg, #fff 60%, transparent);
}

.rotate i{
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.rotate-text {
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline!important;
}

.rotate.down i{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

{# end  surcharge #}

{# RESPONSIVE #}
@media (min-width: 765px) {
  .slider_testimonials_answer .card-footer-testimonials {
    bottom: 1.25rem;
  }
}