.section-nosclients .intro {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 30px;
}
.section-nosclients .intro .surtitre {
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.section-nosclients .intro p {
  font-size: 1.8rem;
}
.section-nosclients .swiper--ctn {
  position: relative;
}
.section-nosclients .swiper--ctn .swiper {
  width: 100%;
  overflow: hidden;
  max-height: 100vh;
}
.section-nosclients .swiper--ctn .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-nosclients .swiper--ctn .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-nosclients .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img {
  width: 220px;
  height: 220px;
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  border-radius: 110px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-nosclients .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt {
  width: calc(100% - 220px);
  padding-left: 32px;
}
.section-nosclients .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt span.titre {
  font-family: 'Montserrat', sans-serif;
  color: #1e1e1e;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 15px;
}
.section-nosclients .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt div.note {
  margin-bottom: 15px;
}
.section-nosclients .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt div.note i {
  font-size: 21px;
  color: #E04511;
  margin-right: 4px;
}
.section-nosclients .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt >p {
  color: #403939;
  font-size: 1.8rem;
  line-height: 3rem;
  margin: 0;
  font-weight: 300;
}
.section-nosclients .swiper--ctn .s-button-prev,
.section-nosclients .swiper--ctn .s-button-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  background: #E04511;
  color: #ffffff;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-nosclients .swiper--ctn .s-button-prev svg,
.section-nosclients .swiper--ctn .s-button-next svg {
  width: 16px;
}
.section-nosclients .swiper--ctn .s-button-prev:hover,
.section-nosclients .swiper--ctn .s-button-next:hover {
  background: #E53170;
}
.section-nosclients .swiper--ctn .s-button-prev:focus,
.section-nosclients .swiper--ctn .s-button-next:focus {
  outline: 0;
}
.section-nosclients .swiper--ctn .s-button-prev {
  left: -100px;
}
.section-nosclients .swiper--ctn .s-button-prev i {
  transform: rotate(180deg);
}
.section-nosclients .swiper--ctn .s-button-next {
  right: -100px;
}
@media screen and (max-width: 991px) {
  .section-nosclients .swiper--ctn .s-button-next {
    right: -60px;
  }
  .section-nosclients .swiper--ctn .s-button-prev {
    left: -60px;
  }
}
@media screen and (max-width: 767px) {
  .section-nosclients .swiper--ctn .swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
  }
  .section-nosclients .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .section-nosclients .swiper--ctn .s-button-next {
    display: none;
  }
  .section-nosclients .swiper--ctn .s-button-prev {
    display: none;
  }
}
