/*Boutons suivant et précédent*/
.splide__arrow {
    position: absolute;
    z-index: 2;
    top: 35%;
    line-height: 1;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 0 9px #CCC;
}
.splide__arrow[disabled] {
    opacity: .3;
}
.splide__arrow--prev {
    transform: rotate(180deg);
    left: -.5rem;
}
.splide__arrow--next {
    right: -.5rem;
}
/*Puces*/
.splide__pagination__page,
.splide__pagination__page.is-active {
    /* width: 4px!important; */
    display: flex;
    /* height: 4px!important; */
    /* margin: 0 .5rem; */
    border: 0;
    /* border-radius: 50%; */
    background: #009E64;
}
.splide__pagination__page.is-active {
    width: 8px;
    height: 8px;
}

.splide__pagination li {
    width: 28px;
    /* margin: .5rem; */
    /* height: 4px; */
    /* padding: .5rem; */
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.splide__pagination__page {
    background: #009E64;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    margin: 0 .1rem;
    padding: 0;
    position: relative;
    transition: background-color .2s ease,color .2s ease;
    width: 6px;
}

/*Slides*/
.temoignages-wrap .splide__slide {
    padding: 1rem 2rem;
    max-width: 280px;
}
