.section-vosexperts .intro {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 30px;
}
.section-vosexperts .intro .surtitre {
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.section-vosexperts .intro p {
  font-size: 1.8rem;
}
.section-vosexperts .chiffres {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.section-vosexperts .chiffres .chiffre {
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-vosexperts .chiffres .chiffre .nombre {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.2rem;
  line-height: 5.2rem;
  font-weight: 700;
  color: #E04511;
}
.section-vosexperts .chiffres .chiffre .nombre:after {
  content: '';
  background-color: #A0A0A8;
  width: 35px;
  height: 2px;
  display: block;
  margin: auto;
  margin-top: 4px;
}
.section-vosexperts .chiffres .chiffre .texte {
  margin-top: 13px;
  font-size: 1.8rem;
  font-weight: 300;
}
.section-vosexperts .center {
  text-align: center;
}
.section-vosexperts .swiper--ctn {
  position: relative;
  margin-bottom: 30px;
}
.section-vosexperts .swiper--ctn .swiper {
  width: 100%;
  overflow: hidden;
  height: 260px;
  max-height: 70vw;
}
.section-vosexperts .swiper--ctn .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-vosexperts .swiper--ctn .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.section-vosexperts .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt {
  text-align: center;
}
.section-vosexperts .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt span.titre {
  display: block;
  color: #1e1e1e;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-vosexperts .swiper--ctn .swiper .swiper-wrapper .swiper-slide--txt span.poste {
  display: block;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 300;
}
.section-vosexperts .swiper--ctn .swiper .swiper-wrapper .swiper-slide--img {
  display: block;
  width: 180px;
  height: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto 15px;
}
.section-vosexperts .swiper--ctn .swiper .swiper-wrapper .swiper-slide:hover .swiper-slide--txt span.titre {
  color: #E04511;
}
.section-vosexperts .swiper--ctn .s-button-prev,
.section-vosexperts .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-vosexperts .swiper--ctn .s-button-prev svg,
.section-vosexperts .swiper--ctn .s-button-next svg {
  width: 16px;
}
.section-vosexperts .swiper--ctn .s-button-prev:hover,
.section-vosexperts .swiper--ctn .s-button-next:hover {
  background: #E53170;
}
.section-vosexperts .swiper--ctn .s-button-prev:focus,
.section-vosexperts .swiper--ctn .s-button-next:focus {
  outline: 0;
}
.section-vosexperts .swiper--ctn .s-button-prev {
  left: -53px;
  transform: translateY(-50%), rotate(180deg);
}
.section-vosexperts .swiper--ctn .s-button-next {
  right: -53px;
}
@media (max-width: 767px) {
  .section-vosexperts .swiper--ctn .s-button-prev {
    left: 0;
  }
  .section-vosexperts .swiper--ctn .s-button-next {
    right: 0;
  }
  .section-vosexperts .chiffres .chiffre {
    width: 50%;
    margin: 0 0 10px;
  }
}
