/* Couleur de background du bloc : #347F97 */

.video-carousel-elementor--colored .video-carousel-elementor__block-title,
.video-carousel-elementor--colored .video-carousel-elementor__title,
.video-carousel-elementor--colored .video-carousel-elementor__subtitle {
  color: #ffffff;
}

.video-carousel-elementor__section {
  padding-bottom: 10.7rem;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.video-carousel-elementor__section .slick-arrow {
  cursor: pointer;
  z-index: 100;
  font-size: 0;
  padding: 0;
  width: 32px;
  height: 31px;
  border: none;
  background: transparent;
  opacity: 1;
  transition: opacity 0.25s ease;
}

.video-carousel-elementor__section .slick-prev {
  left: calc(-12px - 16px - (28 / 1920 * 100vw));
}

.video-carousel-elementor__section .slick-next {
  right: calc(-12px - 16px - (28 / 1920 * 100vw));
}

.video-carousel-elementor__section .slick-prev::before,
.video-carousel-elementor__section .slick-next::before {
  display: none;
}

.video-carousel-elementor--colored .slick-prev svg path,
.video-carousel-elementor--colored .slick-next svg path {
  stroke: #ffffff;
}

@media screen and (max-width: 767px) {
  .transdev-bloc.block-video .block-video-content {
    padding-top: 56%;
  }
}

.video-carousel-elementor--colored .video-carousel-elementor__block-title {
  padding: 8.4rem 0 4.7rem;
}

.video-carousel-elementor-widget .video-play-button {
  display: none;
}

.video-carousel-elementor__item > .transdev-bloc {
  margin: 0;
}

.video-carousel-elementor__slide > .slick-list {
  margin: 0 -20px;
}

.video-carousel-elementor__slide .slick-slide {
  margin: 0 20px;
  height: auto;
}

.mce-content-body .video-carousel-elementor__title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: 0.02em;
  margin: 0;
  margin: 1.13em 0 0;
}

.mce-content-body .video-carousel-elementor__subtitle {
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: 0.02em;
}

.video-carousel-elementor__title--ibm {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500 !important;
  font-size: 2.6rem !important;
  line-height: 1.3 !important;
  margin-bottom: 8px !important;
}