.elementor-1457 .elementor-element.elementor-element-3513dec{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(3, 1fr);--grid-auto-flow:row;}.elementor-1457 .elementor-element.elementor-element-69f7a34{width:100%;max-width:100%;}@media(max-width:1024px){.elementor-1457 .elementor-element.elementor-element-3513dec{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-1457 .elementor-element.elementor-element-3513dec{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(3, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-69f7a34 *//* Variables et styles de base */
:root {
  --photo1-height: 60vh;
  --photo2-height: 30vh;
  --photo3-height: 40vh;
  --photo4-height: 70vh;
  --photo5-height: 100vh;
  --photo6-height: 60vh;
  --photo7-height: 40vh;
  --photo8-height: 70vh;
  --photo9-height: 40vh;
  --photo10-height: 30vh;
  --photo11-height: 60vh;
  --photo12-height: 80vh;
}

.carousel-container {
  position: relative;
  overflow: hidden;
}

.carousel-wrapper {
  display: flex;
  gap: 10px;
  transition: transform 0.5s ease;
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.carousel-slide {
  flex: 0 0 33.333%;
  min-width: 33.333%;
  display: flex;
  gap: 10px;
  box-sizing: border-box;
  transform: translateZ(0);
}

.column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.photo {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 10px;  
  border: 6px solid white;
}

.photo1 { height: var(--photo1-height); background-image: url('https://zitata.tv/wp-content/uploads/2024/10/FK2.png'); }
.photo2 { height: var(--photo2-height); background-image: url('https://zitata.tv/wp-content/uploads/2024/12/DEF.png'); }
.photo3 { height: var(--photo3-height); background-image: url('https://zitata.tv/wp-content/uploads/2023/06/100E.jpg'); }
.photo4 { height: var(--photo4-height); background-image: url('https://zitata.tv/wp-content/uploads/2024/12/Koute-saV2.png'); }
.photo5 { height: calc(100vh + 10px); background-image: url('https://zitata.tv/wp-content/uploads/2024/12/AGDPV2.png'); }
.photo6 { height: var(--photo6-height); background-image: url('https://zitata.tv/wp-content/uploads/2023/06/SZN.jpg'); }
.photo7 { height: var(--photo7-height); background-image: url('https://zitata.tv/wp-content/uploads/2024/12/Check-One-Le-Mag.png'); }
.photo8 { height: var(--photo8-height); background-image: url('https://zitata.tv/wp-content/uploads/2023/06/Fanm.jpg'); }
.photo9 { height: var(--photo9-height); background-image: url('https://zitata.tv/wp-content/uploads/2024/12/ACO.png'); }
.photo10 { height: var(--photo10-height); background-image: url('https://zitata.tv/wp-content/uploads/2024/04/Vwa-jenes2.png'); }
.photo11 { height: var(--photo11-height); background-image: url('https://zitata.tv/wp-content/uploads/2023/06/LPY.jpg'); }
.photo12 { height: calc(100vh + 10px); background-image: url('https://zitata.tv/wp-content/uploads/2023/06/ACT.jpg'); }

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  border: none;
  padding: 15px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: background-color 0.3s ease;
}

.carousel-nav:hover {
  background: rgba(255, 255, 255, 0.9);
}

.carousel-prev {
  left: 20px;
}

.carousel-next {
  right: 20px;
}

.carousel-container .carousel-wrapper .carousel-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(247, 162, 0, 1) !important;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  overflow: hidden !important;
}

.carousel-container .carousel-wrapper .carousel-slide .overlay:hover {
  opacity: 1;
}

.carousel-container .carousel-wrapper .carousel-slide .initial-content,
.carousel-container .carousel-wrapper .carousel-slide .presentation-content {
  display: none !important;
}

.carousel-container .carousel-wrapper .carousel-slide .overlay:not(.show-presentation) .initial-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 3px;
  padding: 5px;
  width: auto;
  min-width: 200px;
}

.carousel-container .carousel-wrapper .carousel-slide .overlay.show-presentation .initial-content {
  display: none !important;
}

.carousel-container .carousel-wrapper .carousel-slide .overlay.show-presentation .presentation-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex !important;
  opacity: 1;
  visibility: visible;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 15px;
  width: 90%;
  max-height: 90%;
  overflow-y: auto;
}

.buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: auto;
}

.buttons a,
.buttons button,
.close-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
}

.buttons img,
.close-btn img {
  width: 60px !important;
  height: 60px !important;
  transition: transform 0.2s ease;
  max-width: 60px !important;
  max-height: 60px !important;
}

.buttons img:hover,
.close-btn img:hover {
  transform: scale(1.1);
}

.close-btn {
  margin-top: 20px !important;
  position: relative !important;
  display: inline-flex !important;
  align-self: center !important;
  background: none !important;
}

.close-btn:hover {
  background: none !important;
}

.carousel-container .carousel-wrapper .carousel-slide .overlay h2 {
  color: white !important;
  font-size: clamp(24px, 4vw, 36px) !important;
  margin-bottom: 10px !important;
  text-align: center !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
}

.carousel-container .carousel-wrapper .carousel-slide .overlay h3 {
  color: rgba(128, 128, 128, 1) !important;
  font-size: clamp(20px, 3vw, 28px) !important;
  margin-bottom: 15px !important;
  text-align: center !important;
  line-height: 1.3 !important;
}

.carousel-container .carousel-wrapper .carousel-slide .overlay .details {
  font-size: clamp(16px, 2.5vw, 22px) !important;
  margin-bottom: 15px !important;
  text-align: center !important;
  line-height: 1.4 !important;
}

.carousel-container .carousel-wrapper .carousel-slide .overlay p {
  font-size: clamp(16px, 2.5vw, 20px) !important;
  line-height: 1.4 !important;
  margin-bottom: 20px !important;
  text-align: center !important;
}

@media (max-width: 768px) {
  .carousel-slide {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .carousel-wrapper {
    transform: translateX(-100%);
  }

  .carousel-container {
    overflow: hidden;
    touch-action: pan-y pinch-zoom;
  }

  .carousel-slide {
    padding: 0;
  }

  .carousel-wrapper {
    gap: 0;
  }

  .carousel-slide:nth-child(4) {
    display: flex;
  }

  .initial-content p:not(.details) {
    display: none;
  }

  .buttons img,
  .close-btn img {
    width: 45px !important;
    height: 45px !important;
    max-width: 45px !important;
    max-height: 45px !important;
  }

  .close-btn {
    margin-top: 15px !important;
    order: 2 !important;
  }

  .presentation-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding-bottom: 10px !important;
  }

  .presentation-content p {
    order: 1 !important;
    margin-bottom: 10px !important;
  }
}

@media (min-width: 769px) {
  .info-btn,
  .close-btn {
    display: inline-flex !important;
  }

  .info-btn {
    z-index: 20 !important;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .carousel-slide {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .photo {
    height: 70vh !important; /* Force une hauteur uniforme en mode paysage */
  }

  .column {
    flex: 1 1 50%; /* Permet aux colonnes de s'adapter plus facilement */
  }

  /* Ajuster les hauteurs des photos en mode paysage */
  .photo1, .photo2, .photo3, .photo4, .photo5, .photo6,
  .photo7, .photo8, .photo9, .photo10, .photo11, .photo12 {
    height: 70vh !important;
  }
}

.dots-nav {
  display: none !important;
}/* End custom CSS */