.heading-home .accroche{
    font-weight: 500;
}
.solutions-acquisition{
    margin: 2rem 0;
}
.solutions-acquisition h2{
    text-align:center;color: var(--noir);
}
.solutions-acquisition h3{
    font-size:1.25rem;
    position:relative;
    margin-bottom:3rem;
}
.solutions-acquisition h3::after{
    content:"";
    display:block;
    position:absolute;
    left:50%; top:1.5em;
    width:1px; height:2rem;
    background-color: var(--noir);
    -webkit-transform: translateX(-50%); transform: translateX(-50%);
}
/* .d-flex{
    display:flex;
    flex-direction:column;
} */
.solutions-acquisition .item{
    background-color: var(--blanc);
    padding:2rem;
    margin:1rem 0;
    display:flex;
    flex-direction: column;
    align-items:center;
    flex:1 1 auto;
}
.solutions-acquisition .item.transparent{
    background-color: transparent;
}
.solutions-acquisition .accroche{
    text-align:center;
    font-size:1rem;
    padding:0 10%;
    margin:1rem 0;
}
.solutions-acquisition .item img{
    width:auto; height:65px;
}

.equipe .item{
    border-bottom:1px solid var(--neutral)
}
.equipe .item .left{
    flex:1 0 40%
}
.equipe .item .right{
    flex:1 0 60%
}
.equipe .item .vs{
    width:80px;
}
.equipe .item .vs img{
    width:100%;
    height:100%;
    object-fit: contain
}

.liste-icones .rd{
    border-radius: 50%;
}
.liste-icones .row{
    margin-bottom:1rem;
}
.liste-icones .libelle{
    font-size:1rem;
    font-weight: 700;
}
.chiffres{
    margin:3rem 0;
}
.chiffres h2{
    color: var(--violet);
    text-align:center
}
.chiffres .item{
    background-color: var(--blanc);
    padding: 2rem;
    display:flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1rem
}
.chiffres .num{
    font-size:4rem;
    font-family: 'Apercu', sans-serif;
    color: var(--violet);
    font-weight: 700
}
.chiffres .baseline{
    text-transform: uppercase;
}
.chiffres .item{
    flex: 1 1 auto
}

.swiper.history .swiper-slide{
    height: auto;
}
.swiper.history .swiper-slide .vs{
    width:80%
}
.swiper.history .swiper-slide .vs img{ 
    width:100%;
    height: 100%;
    object-fit: contain
}
.swiper.history .swiper-slide .sepa{
    height:1px;
    width:100%;
    background-color: var(--noir);
    margin:2.5rem auto;
}
.swiper.history .swiper-slide .sepa .rd{
    width:30px;
    aspect-ratio: 1/1;
    background-color: var(--blanc);
    border-radius: 50%;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-out
}
.swiper.history .swiper-slide-next .sepa .rd{
    width:50px
}
.swiper.history .swiper-slide .sepa .rd::after{
    content:"";
    display: block;
    width:50%;
    aspect-ratio: 1/1;
    background-color: var(--ultra-violet);
    border-radius: 50%;
}
.swiper.history .swiper-button-prev, .swiper.history .swiper-button-next{
    width:48px;
    height: 48px;
    background-color: var(--noir);
    border-radius: 50%;
    top:30%;
    margin:0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px
}
.swiper.history .swiper-button-prev:hover, .swiper.history .swiper-button-next:hover{
    background-color: var(--neutral-dark)
}
.swiper.history .swiper-button-prev{
    left:0;
    background-image: url(img/chevron_left_white.svg);
}
.swiper.history .swiper-button-next{
    right:0;
    background-image: url(img/chevron_right_white.svg);
}
.swiper.history .swiper-button-prev::after, .swiper.history .swiper-button-next::after{
    display: none
}

.carousel-agence .swiper{
    height:40vh
}
.container_nav_slide {
  padding: 3rem 0 2rem;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 5rem;
  width: -webkit-fill-available;
  z-index: 1;
}
.carousel-agence .swiper img{
    object-fit: cover;
    width:100%; height:100%;
}
.nav-slider.nav-slider {
  width: 125px;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  font-size: 0.8rem;
  font-weight: bold;
  position: absolute;
}
.nav-slider .swiper-button-prev, .nav-slider .swiper-button-next {
  position: absolute;
  cursor: pointer;
  font-size: 1rem;
  width: 30px;
  height: 15px;
  top: 0;
  z-index: 20;
}
.nav-slider .swiper-button-prev::after, .nav-slider .swiper-button-next::after {
    display: none;
}
.nav-slider .swiper-button-prev{
  left: 0;
  background: url("../other/pictures/left_arrow.svg") no-repeat left center;
  margin: 0 -1rem;
}
.nav-slider .swiper-button-next {
  right: 0;
  background: url("../other/pictures/right_arrow.svg") no-repeat right center;
  margin: 0 -1rem;
}

.nav-slider .swiper-slide img {
width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease-in;
}

@media screen and (min-width: 1024px) {
  .carousel-agence .swiper {
    height: 28rem;
  }
}

.histoire .slide .date{
    font-weight: 700
}

.valeurs .picto{
    width: 180px;
}
.valeurs .sepa{
    width:1px;
    height: 2.5rem;
    background-color: var(--blanc);
}

@media screen and (min-width:1280px){
    .liste-icones .libelle{
        font-size:1.25rem;
    } 
}

@media screen and (min-width:1680px){
    .liste-icones .libelle{
        padding-right:20%;
    } 
}