@charset "UTF-8";
.testimonials-slider {
  position: relative;
  text-align: center;
}

.column-splitter .testimonials-slider.section {
  padding-bottom: 0;
  padding-top: 0;
  padding: 0;
}

.column-splitter .testimonials-slider .component-content {
  overflow: hidden;
  padding: 16px 0 16px 0;
}

.testimonials-slider .component-content .container .row .field-title {
  color: white;
}

.testimonials-slider .component-content .swiper-container .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide {
  padding-left: 12px;
  padding-right: 12px;
  width: 33.3333333333%;
  min-width: 33.3333333333%;
  margin-bottom: 40px;
}

.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide:first-child:nth-last-child(1) {
  width: 70%;
  min-width: 70%;
  margin-left: 15%;
}

.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide:first-child:nth-last-child(2),
.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide:first-child:nth-last-child(2) ~ .swiper-slide {
  width: 50%;
  min-width: 50%;
}

.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide:first-child:nth-last-child(3),
.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide:first-child:nth-last-child(3) ~ .swiper-slide {
  width: 33.3333333333%;
  min-width: 33.3333333333%;
}

@media screen and (max-width: 991.98px) {
  .testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide {
    width: 50%;
    min-width: 50%;
  }
  .testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide:first-child:nth-last-child(1) {
    width: 70%;
    min-width: 70%;
    margin-left: 15%;
  }
  .testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide:first-child:nth-last-child(2),
  .testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide:first-child:nth-last-child(2) ~ .swiper-slide {
    width: 50%;
    min-width: 50%;
  }
  .testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide:first-child:nth-last-child(3),
  .testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide:first-child:nth-last-child(3) ~ .swiper-slide {
    width: 50%;
    min-width: 50%;
  }
}

@media screen and (max-width: 767.98px) {
  .testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide {
    width: 100% !important;
    min-width: 100% !important;
    margin-left: 0% !important;
  }
}

.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote {
  height: 100%;
  background: #FFF;
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
  padding: 40px 24px 40px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote {
    padding: 24px;
  }
}

.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .quote-container {
  width: 100%;
}

.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .quote-container .field-quote {
  position: relative;
  padding: 40px;
  padding-top: 24px;
  padding-bottom: 8px;
  color: #00529F;
  font-size: 20px;
  line-height: 33px;
}

@media screen and (max-width: 767.98px) {
  .testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .quote-container .field-quote {
    font-size: 18px;
    line-height: 30px;
    padding: 28px;
    padding-bottom: 8px;
    padding-top: 8px;
  }
}

.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .quote-container .field-quote::before, .testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .quote-container .field-quote::after {
  color: #317FCB;
  position: absolute;
  font-size: 80px;
  font-weight: inherit;
}

@media screen and (max-width: 767.98px) {
  .testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .quote-container .field-quote::before, .testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .quote-container .field-quote::after {
    font-size: 50px;
  }
}

.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .quote-container .field-quote::before {
  content: "«";
  left: 0px;
  top: 0px;
}

.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .quote-container .field-quote::after {
  content: "»";
  right: 0px;
  bottom: 0px;
}

body.page-outil .testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .quote-container .field-quote::before, body.page-outil .testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .quote-container .field-quote::after {
  color: #F56806;
}

.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .quote-container footer {
  margin-left: 64px;
  margin-right: 64px;
  border: inherit;
  padding: 0px;
  padding-top: 16px;
  background-color: inherit;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 27px;
  color: #434B52;
}

.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .quote-container footer .field-source {
  display: block;
}

.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .quote-container footer .field-status {
  font-weight: 600;
  display: block;
  margin-left: 4px;
  color: #9DA5B5;
}

.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .quote-container footer::before {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #C8CBCD;
  opacity: 0.3;
  position: absolute;
  top: 0px;
}

.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .field-slideimageimage {
  position: absolute;
  width: 72px;
  height: 72px;
  bottom: -webkit-calc(-72px / 2);
  bottom: calc(-72px / 2);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767.98px) {
  .testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .field-slideimageimage {
    width: 50px;
    height: 50px;
    bottom: -webkit-calc(-50px / 2);
    bottom: calc(-50px / 2);
  }
}

.testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .field-slideimageimage img {
  border-radius: 72px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767.98px) {
  .testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote .field-slideimageimage img {
    border-radius: 50px;
  }
}

body.page-outil .testimonials-slider .component-content .swiper-container .swiper-nav .swiper-pagination .swiper-pagination-bullet {
  background: #FED483;
}

body.page-outil .testimonials-slider .component-content .swiper-container .swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF9200;
}

body.page-outil .testimonials-slider .component-content .swiper-container .swiper-nav .custom-arrow:not(:hover)::before, body.page-outil .testimonials-slider .component-content .swiper-container .swiper-nav .custom-arrow:not(:hover)::after {
  background: #FF9200;
}

.theme-outil.testimonials-slider .component-content .swiper-container .swiper-nav .swiper-pagination .swiper-pagination-bullet {
  background: #FED483;
}

.theme-outil.testimonials-slider .component-content .swiper-container .swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF9200;
}

.theme-outil.testimonials-slider .component-content .swiper-container .swiper-nav .custom-arrow:not(:hover)::before, .theme-outil.testimonials-slider .component-content .swiper-container .swiper-nav .custom-arrow:not(:hover)::after {
  background: #FF9200;
}

.testimonials-slider.testimonials-slider-solo {
  padding: 0 100px 0 100px;
}

@media screen and (max-width: 767.98px) {
  .testimonials-slider.testimonials-slider-solo {
    padding: 0;
  }
}

.testimonials-slider.testimonials-slider-solo .component-content .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  min-width: 100%;
}

.testimonials-slider.testimonials-slider-solo.double-slides {
  padding: 0;
}

@media screen and (min-width: 1199.98px) {
  .testimonials-slider.testimonials-slider-solo.double-slides .component-content .swiper-container .swiper-wrapper .swiper-slide {
    width: 50%;
    min-width: 50%;
  }
}

.testimonials-slider.testimonials-slider-solo.double-slides .component-content .swiper-nav {
  padding-top: 16px;
}

.testimonials-slider.testimonials-slider-solo.double-slides.blue-background {
  position: relative;
  padding-top: 58px;
}

.testimonials-slider.testimonials-slider-solo.double-slides.blue-background::before {
  content: "";
  position: absolute;
}

.testimonials-slider.testimonials-slider-solo.double-slides.blue-background.blue-background-center::before {
  width: 70%;
  left: 50%;
  height: 250px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #317FCB;
  top: 0px;
}

body.on-page-editor .testimonials-slider .component-content .swiper-container .swiper-wrapper .swiper-slide .quote {
  height: auto;
}

body.on-page-editor .testimonials-slider .scLooseFrameZone {
  width: 100%;
  height: 100%;
  overflow: visible;
}
