/* CARROUSEL D'IMAGES */
.section-carrousel {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-carrousel .section-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.section-carrousel .section-content h2 {
  margin-bottom: 0px;
}

.section-carrousel .section-content .section-contenus {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.section-carrousel .section-content .section-contenus h2,
.section-carrousel .section-content .section-contenus h3,
.section-carrousel .section-content .section-contenus h4,
.section-carrousel .section-content .section-contenus h5,
.section-carrousel .section-content .section-contenus p {
  margin-bottom: 0px;
}

.section-carrousel .section-texte {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  row-gap: 20px;
}

.section-carrousel .container-slider-images {
  display: flex;
  flex-direction: column;
  flex: 1;
  row-gap: 25px;
}

.section-carrousel .carrousel-single-image {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  background-color: var(--blanc);
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1.5/1;
}

.section-carrousel .carrousel-row-images {
  border-radius: 20px;
  aspect-ratio: 1.5/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-carrousel .slider-nav .slick-arrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  margin-right: -30px;
  z-index: 1;
  padding: 0px !important;
  top: 50px;
}

.section-carrousel .slider-nav .slick-prev.slick-arrow:before,
.section-carrousel .slider-nav .slick-next.slick-arrow:before {
  font-style: initial;
  font-size: 30px;
}

.section-carrousel .slider-images .slick-track {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}

.section-carrousel .slider-nav .slick-track {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}

.section-carrousel.bg-principale .slider-nav .slick-dots li.slick-active button:before,
.section-carrousel .slider-nav .slick-dots li.slick-active button:before {
  opacity: 100% !important;
}

.section-carrousel.bg-principale .slider-nav .slick-dots li button:before,
.section-carrousel .slider-nav .slick-dots li button:before {
  padding-top: 20px !important;
  font-size: 10px !important;
  line-height: 30px !important;
}

/* Options de largeurs */
.section-carrousel .carrousel-standard {
  flex-direction: row;
  column-gap: 100px;
}

.section-carrousel .carrousel-standard .container-slider-images {
  max-width: calc(50% - 50px);
  justify-content: center;
}

/* Option de côté pour le carrousel standard seulement */
.section-carrousel .carrousel-standard.carrousel-gauche {
  flex-direction: row-reverse;
}

/* Options de couleurs selon la couleur accent */
.section-carrousel .section-content:has(h2.coul-principale) .slider-nav .slick-dots li button:before,
.section-carrousel .section-content:has(h2.coul-principale) .slider-nav .slick-prev.slick-arrow:before,
.section-carrousel .section-content:has(h2.coul-principale) .slider-nav .slick-next.slick-arrow:before {
  color: var(--principale);
}

.section-carrousel .section-content:has(h2.coul-accent) .slider-nav .slick-dots li button:before,
.section-carrousel .section-content:has(h2.coul-accent) .slider-nav .slick-prev.slick-arrow:before,
.section-carrousel .section-content:has(h2.coul-accent) .slider-nav .slick-next.slick-arrow:before {
  color: var(--accent);
}

.section-carrousel .section-content:has(h2.coul-noir) .slider-nav .slick-dots li button:before,
.section-carrousel .section-content:has(h2.coul-noir) .slider-nav .slick-prev.slick-arrow:before,
.section-carrousel .section-content:has(h2.coul-noir) .slider-nav .slick-next.slick-arrow:before {
  color: var(--noir);
}

.section-carrousel .section-content:has(h2.coul-blanc) .slider-nav .slick-dots li button:before,
.section-carrousel .section-content:has(h2.coul-blanc) .slider-nav .slick-prev.slick-arrow:before,
.section-carrousel .section-content:has(h2.coul-blanc) .slider-nav .slick-next.slick-arrow:before {
  color: var(--blanc);
}

/* --------------- RESPONSIVE --------------- */
@media screen and (max-width: 1270px) {
  .section-carrousel .slider-nav .slick-arrow {
    margin-right: -40px;
    margin-left: 30px;
  }

  .slideImages .galerie-image {
    width: 100% !important;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .section-carrousel .carrousel-standard {
    flex-direction: column;
  }

  .section-carrousel .carrousel-standard.carrousel-gauche {
    flex-direction: column;
  }

  .section-carrousel .carrousel-standard .container-slider-images {
    max-width: none;
  }

  .section-carrousel .slick-dots {
    position: relative;
    bottom: 0px;
  }
}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 820px) {}

@media screen and (max-width: 768px) {
  /* .section-carrousel .slick-next.slick-arrow {
    top: 35px;
    right: -50%;
    width: 30px;
    height: 30px;
    position: relative;
  }
  .section-carrousel .slick-prev.slick-arrow {
    top: 210px;
    left: 45%;
    width: 30px;
    height: 30px;
    position: relative;
  } */
}

@media screen and (max-width: 700px) {}

@media screen and (max-width: 650px) {}

@media screen and (max-width: 600px) {

  .section-carrousel .slick-prev,
  .section-carrousel .slick-next {
    top: auto;
    bottom: -45px;
  }

  .section-carrousel .slick-next {
    right: -25px;
  }

  .section-carrousel .slick-prev {
    left: 50px;
  }

  .section-carrousel .slider-nav .slick-arrow {
    width: 30px;
    height: 30px;
    margin: 0px;
  }

  .section-carrousel .slick-dots {
    width: 75%;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}

@media screen and (max-width: 550px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 450px) {}

@media screen and (max-width: 425px) {}