
#et-boc .et-l #section-youtube, 
#section-youtube {
    background-color: #094E93;        
    padding: 50px 0;
}
#et-boc .et-l #section-youtube .container {
  width: 100%;
}
#et-boc .et-l #section-youtube .container, 
#section-youtube .container {
  margin: auto !important;
}
#et-boc .et-l #section-youtube .video-slider, 
#section-youtube .video-slider {
  padding: 0 50px 50px;
}
#et-boc .et-l #section-youtube .video-slider .splide__slide, 
#section-youtube .video-slider .splide__slide {
  position: relative;
}
#et-boc .et-l #section-youtube .video-slider .splide__slide img, 
#section-youtube .video-slider .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#et-boc .et-l #section-youtube .video-slider .splide__arrow, 
#section-youtube .video-slider .splide__arrow {
  background-image: url('img/engagement/Fleche-droite.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 0;
  opacity: 1;
  background-color: transparent;
  border: none;
  margin-top: -25px;
}
#et-boc .et-l #section-youtube .video-slider .splide__arrow--prev, 
#section-youtube .video-slider .splide__arrow--prev {
  background-image: url('img/engagement/Fleche-gauche.png');
}
#et-boc .et-l #section-youtube .video-slider .splide__arrow svg, 
#section-youtube .video-slider .splide__arrow svg {
  opacity: 0;
}
#et-boc .et-l #section-youtube header .title, 
#section-youtube header .title {
  font-family: Oswald,sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-size: 30px;
}
