.sec_testimonials  .slider_testimonials_truncated .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_truncated .box_testimonial {
  border-radius: 5px;
  color: #00385e;
  margin: 0 8px 8px 15px;
}

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

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

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

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

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

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

.card-header_name {
  font-weight:normal !important;
}

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

 

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

.bg_blue .swiper-pagination-bullet {
  background: #ffffff;
}

{# surcharge CSS de _testimonail_block.css #}

.lp_leadgen .card-chasseur__photo{
  width: 50px;
  height: 50px; 
}

.lp_leadgen .card-chasseur__id .mission {
  font-weight: normal;
  color: ;
  margin-bottom: 5px;
}

.lp_leadgen .card-footer-testimonials {
  border-top: #888 solid 1px;
  margin-top: 10px;
}

{# end  surcharge #}

{# RESPONSIVE #}
@media (min-width: 765px) {

  .lp_leadgen .sec_testimonials .slider_testimonials_truncated .testimonial{
    min-height: 415px;
  }

  .slider_testimonials_truncated .card-footer-testimonials {
    bottom: 1.25rem;
  }
}
