.splide__slide img {
  width: 98%;
  height: auto;
  object-fit: cover;
  margin-left:1%;
}

.splide__arrow{
    box-shadow: none;
}

.splide__arrow svg {
  fill: white;
 }

 .splide__arrow:hover:not(:disabled) svg {
  fill: #FCE34C;
}

.splide__toggle {
    text-align: center;
    margin: 0;
    padding: 0;
    height: 4rem;
    margin-top: 2rem;
    background-color: transparent;
}

.splide__toggle__pause, .splide__toggle__play {
    height: 2rem;
    margin: 1rem;
}

#diapo-carousel .splide__slide img{
    object-fit: contain;
}

