* {
  font-family: "Poppins", sans-serif !important;
}

#page-header {
  position: relative;
  width: 100%;
  overflow: hidden;
}
h1 {
  font-size: 54px !important;
}

p {
  font-size: 22px !important;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 36px !important;
  }

  p {
    font-size: 18px !important;
  }
}

/* Styles spécifiques au footer */
footer#colophon p,
footer#colophon h1,
footer#colophon h2,
footer#colophon h3 {
  font-size: 14px !important; /* Taille plus petite pour le texte du footer */
}

/* Vous pouvez également personnaliser des éléments spécifiques encore davantage */
footer#colophon .footer-text p {
  font-size: 16px !important; /* Taille encore plus petite pour les paragraphes spécifiques du footer */
}

footer#colophon .footer-heading h3 {
  font-size: 24px !important; /* Taille spécifique pour les titres h3 dans le footer */
}

/**/
.catalogue-section {
  padding: 50px 20px;
  text-align: center;
  background-color: #fff;
}

.catalogue-section h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #333;
}

.catalogue-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.catalogue-item {
  position: relative;
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%; /* Responsive width */
  max-width: 300px; /* Max width can be adjusted based on your design preference */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px; /* Height adjustment for better button visibility */
}

.btn-download {
  background-color: #571f63;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%; /* Adjust width of the button */
}

.btn-download:hover {
  background-color: #52c735;
}

.btn-download i {
  margin-right: 10px; /* Space between icon and text */
}

/* Page des réalisations */
.realisations-unique {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
}

.realisation-unique {
  position: relative;
  flex: 1 1 calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
  aspect-ratio: 16 / 9;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  background-color: #f0f0f0;
}

.realisation-unique img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.overlay-custom-unique {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.overlay-custom-unique .title-unique {
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  padding: 10px;
}

.realisation-unique:hover,
.realisation-unique:active {
  transform: scale(1.05);
}

.realisation-unique:hover .overlay-custom-unique,
.realisation-unique:active .overlay-custom-unique {
  opacity: 1;
}

@media (max-width: 768px) {
  .realisations-unique {
    flex-direction: column;
    align-items: center;
  }

  .realisation-unique {
    max-width: 100%;
  }

  .realisation-unique {
    width: 100%;
    margin-bottom: 20px;
  }

  .overlay-custom-unique .title-unique {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .realisation-unique {
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
  }

  .realisation-unique img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .overlay-custom-unique .title-unique {
    font-size: 1.2em;
  }
}

/* CSS pour le conteneur du logo */

.logo-container {
  /* max-width: 50%; */
  padding: 20px; /* Ajouter des marges intérieures */

  right: 17px;
}

/* CSS pour le logo */
.logo {
  width: auto; /* Assurer que le logo ne soit pas déformé */
  height: auto; /* Assurer que le logo ne soit pas déformé */
  max-width: 200px; /* Limiter la largeur maximale du logo */
  /* max-height: 80px; /* Limiter la hauteur maximale du logo */
}
/* Fin page réalisations */

/* Forcer l'application du CSS sur les mobiles et assurer le plein écran */
@media (max-width: 768px) {
  .video-background video {
    min-width: 100vw;
    min-height: 100vh;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
}

.no-border-box {
  box-sizing: content-box;
}

.video-background video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

/* Appliquer des règles générales pour les grands écrans */
.row.triple-top-padding {
  display: flex;
  justify-content: center;
  padding-top: 3rem; /* Ajuster selon vos besoins */
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.row-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.uncol.style-light {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.uncont {
  max-width: 636px;
  width: 100%;
  text-align: center;
}

/* Appliquer des règles spécifiques pour les appareils mobiles */
@media (max-width: 768px) {
  .row.triple-top-padding {
    padding-top: 3rem !important;
    padding-bottom: 0 !important;
    padding-left: 0rem !important;
    padding-right: 1rem !important;
    justify-content: center !important;
  }

  .row-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .uncol.style-light {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .uncont {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center !important;
    /* padding-left: 1rem !important;
        padding-right: 1rem !important;*/
  }
}

/*landing*/
.produits-landing {
  margin-top: 30px;
}

/* Section Réalisations */
.unique-1-realisations {
  padding: 40px 0;
  background-color: #f5f5f5;
  text-align: center;
}

.unique-1-realisations-title-container {
  margin-bottom: 40px;
}

.unique-1-realisations-title {
  font-size: 2em;
  font-weight: 700;
  color: #333;
}

.unique-1-realisations-separator {
  border: none;
  height: 2px;
  width: 50px;
  background-color: #571f63;
  margin: 20px auto;
}

.unique-1-realisations-carousel-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.unique-1-realisations-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  max-width: 300px;
  width: 100%;
  transition: transform 0.3s ease;
}

.unique-1-realisations-item img {
  width: 100%;
  height: auto;
  display: block;
}

.unique-1-realisations-overlay {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 0.9em;
}

.unique-1-realisations-item:hover {
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .unique-1-realisations-carousel-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .unique-1-realisations-item {
    max-width: 100%;
  }

  .unique-1-realisations-item img {
    height: auto;
  }

  .unique-1-realisations-overlay {
    padding: 5px 10px;
    font-size: 0.8em;
  }
}

/* Section Transport */
.unique-transport {
  padding: 20px;
  text-align: center;
}

.unique-title-container {
  margin-bottom: 20px;
}

.unique-title {
  font-size: 2em;
  font-weight: 300;
  text-transform: capitalize;
  color: #333;
}

.unique-separator {
  border: none;
  height: 2px;
  width: 50px;
  background-color: #571f63;
  margin: 10px auto;
}

.unique-title-container p {
  margin: 10px 0;
}

/**/
.unique-gallery-section {
  padding: 20px;
  text-align: center;
}

.unique-gallery-title-container {
  margin-bottom: 20px;
}

.unique-gallery-title {
  font-size: 2em;
  font-weight: 300;
  text-transform: capitalize;
  color: #333;
}

.unique-gallery-separator {
  border: none;
  height: 2px;
  width: 50px;
  background-color: #571f63;
  margin: 10px auto;
}

/* Styles pour la galerie */
.unique-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
  margin-top: 44px;
}

.unique-gallery-item {
  position: relative;
  width: 100%;
  max-width: 150px; /* Taille ajustée pour les grands écrans */
  overflow: hidden;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.unique-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.unique-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.unique-gallery-icon {
  color: #fff;
  font-size: 2em;
}

.unique-gallery-item:hover {
  transform: scale(1.05);
}

.unique-gallery-item:hover .unique-gallery-overlay {
  opacity: 1;
}

@media (max-width: 767px) {
  .unique-gallery-wrapper {
    gap: 10px; /* Réduit l'espace entre les éléments sur mobile */
  }
  .unique-gallery-item {
    max-width: 80px; /* Taille ajustée pour les mobiles */
  }
}
/**/
.unique-row-stat {
  position: relative;
  padding: 80px 20px;
  text-align: center;
  background: url("../assets/img/img-aerienne.jpg") no-repeat center bottom /
    cover;
}

.unique-overlay-stat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.6);
}

.unique-statistics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.unique-stat {
  flex: 1;
  max-width: 300px;
  margin: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  color: black;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.unique-counter {
  font-size: 2.5em;
  font-weight: 700;
  color: #571f63;
}

.unique-description {
  font-size: 1.2em;
  margin-top: 10px;
}

.unique-description-stat {
  font-size: 1.2em;
  margin-top: 10px;
}

/**/
.footer-row {
  position: relative;
  background: linear-gradient(
    to right,
    rgb(144, 49, 86) 37%,
    rgb(246, 132, 45) 64%
  );
  padding: 20px 0;
}
.footer-background-inner {
  background: url("public/assets/img/img-aerienne.jpg") no-repeat center bottom /
    cover;
}
.footer-bg-overlay {
  background: linear-gradient(
    to right,
    rgb(144, 49, 86) 37%,
    rgb(246, 132, 45) 64%
  );
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer-divider {
  margin: 20px 0;
  width: 100%;
}
.footer-divider-top {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  /*  margin-bottom: 20px; */
}
.footer-separator {
  border-color: #ccc;
  border-width: 1px;
}
.footer-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  /*gap: 20px;*/
  /*  padding: 20px; */
  color: #fff;
}
.footer-column {
  padding: 20px;
  max-width: 300px;
  /* margin: 0 auto; */
}
.footer-logo-img {
  max-width: 50%;
}

.footer-logo {
  position: relative; /* Ou absolute, fixed selon vos besoins */
  right: 22px;
  margin-bottom: -17px;
  margin-top: 17px;
}

.footer-heading h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.footer-text,
.footer-links,
.footer-contact {
  font-size: 1em;
  margin-bottom: 20px;
  color: white;
}
.footer-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #571f63;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.footer-icon-box {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.footer-heading {
  margin-bottom: 40px;
}
.footer-icon-box i {
  margin-right: 10px;
}
.footer-last-row {
  background: linear-gradient(
    to right,
    rgb(144, 49, 86) 37%,
    rgb(246, 132, 45) 64%
  );
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.footer-full-divider {
  width: 100%;
  margin: 0 auto;
}
.footer-full-separator {
  border-color: #ccc;
  border-width: 1px;
  margin: 0;
}
.footer-info a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer-content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 140px;
  }
  .footer-column {
    flex: 1;
    /* margin: 20px; */
  }
  .footer-divider {
    display: none;
  }
  .footer-divider-top {
    display: block;
  }
  .footer-full-divider {
    display: block;
  }
}

.text-white {
  color: white;
}
.footer-links p {
  color: white; /* Garantit que tout le texte est blanc */
  line-height: 2.5; /* Augmente la hauteur de ligne, ajustez cette valeur selon vos besoins */
  text-decoration: none; /* Enlève le soulignement de tous les liens */
}
/**/
.experience-section {
  position: relative;
  margin-top: 20px;

  color: #ffffff;
  background-image: url("../assets/img/we-2/DJI_0153.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.experience-row-background {
  position: relative;
  width: 100%;
  height: 100%;
}
.experience-background-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.experience-background-inner {
  width: 100%;
  height: 100%;
  background-image: url("../assets/img/WhatsApp Image 2024-05-14 à 15.22.07_80185808.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* filter: blur(5px);*/
}
.experience-bg-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  /* backdrop-filter: blur(2px);*/
}

/*
.experience-row-content {
    position: relative;
    padding: 80px 20px;
}
*/
.experience-row-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}
.experience-column-left,
.experience-column-right {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.experience-content-left {
  text-align: center;
}
.experience-content-left h4,
.experience-content-left h3 {
  margin: 0;
}
.experience-stat {
  text-align: center;
}
.experience-counter,
.experience-counter-new {
  font-size: 2em;
  font-weight: 700;
}
.experience-counter-suffix {
  font-size: 1em;
  vertical-align: super;
}
.experience-divider {
  border-color: white;
  margin: 20px 0;
}
.experience-row-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 50px;
}
.experience-icon-box {
  flex: 1 1 calc(25% - 20px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.experience-icon-box i {
  color: #fff;
}
.experience-icon-content {
  flex: 1;
}
.experience-icon-content h4 {
  margin: 0;
}
@media (max-width: 767px) {
  .experience-row-content {
    padding: 50px;
  }
  .experience-row-inner {
    flex-direction: column;
  }
  .experience-column-left,
  .experience-column-right {
    flex: 1 1 100%;
  }
  .experience-row-icons {
    flex-direction: column;
    padding: 0px;
  }
  .experience-icon-box {
    flex: 1 1 100%;
  }
}
/**/
.progress-landingnew {
  padding: 20px;
  text-align: center;
  background-color: #f2f2f2;
}

.progress-section {
  padding: 20px;
  margin-top: -40px;
  margin-bottom: 10px;
}

.progress-label {
  font-size: 1.2em;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.progress-bar-wrapper {
  margin-bottom: 20px;
  background-color: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 15px;
}

.progress-bar {
  height: 100%;
  width: 0;
  border-radius: 10px;
  transition: width 2s ease;
}

@media (max-width: 767px) {
  .progress-section {
    padding: 10px;
  }

  .progress-label {
    font-size: 1em;
  }

  .progress-bar-wrapper {
    height: 20px;
  }
}

/**/
.photos-produits-section {
  padding: 20px;
  text-align: center;
  background-color: #f9f9f9;
}

.photos-produits-divider {
  border: none;
  border-top: 2px dotted #ccc;
  margin: 20px 0;
}

.photos-produits-single-media {
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.photos-produits-single-media img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.photos-produits-single-media:hover img {
  transform: scale(1.05);
}

.photos-produits-column {
  flex: 1 1 100%;
  text-align: center;
  margin-bottom: 20px;
}

.photos-produits-column img {
  border-radius: 10px;
}

@media (min-width: 768px) {
  .photos-produits-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }
  .photos-produits-column {
    flex: 1 1 calc(25% - 20px);
  }
}

@media (max-width: 767px) {
  .photos-produits-row {
    flex-direction: column;
  }
  .photos-produits-column {
    flex: 1 1 100%;
  }
}

/**/

#transport-section-1-slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#transport-section-1-slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#transport-section-1-slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.transport-section-1-control_prev,
a.transport-section-1-control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.transport-section-1-control_prev:hover,
a.transport-section-1-control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.transport-section-1-control_prev {
  border-radius: 0 2px 2px 0;
}

a.transport-section-1-control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.transport-section-1-slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

/**/
@media (max-width: 767px) {
  .video-background {
    position: relative;
    width: 100%;
    height: 90vh; /* Assure que la vidéo prend toute la hauteur de l'écran */
    overflow: hidden; /* Cache toute partie de la vidéo qui déborde */
  }

  .video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%; /* Assure que la vidéo prend toute la hauteur de son conteneur */
    object-fit: cover;
  }
}

/**/
.section-explication-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.section-explication-1-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  gap: 72px;
  box-sizing: border-box;
}

.section-explication-1-content-left,
.section-explication-1-content-right {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.section-explication-1-text-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.section-explication-1-text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-explication-1-text-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.section-explication-1-title,
.section-explication-1-subtitle,
.section-explication-1-button-container {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}

.section-explication-1-title-inner,
.section-explication-1-subtitle-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-explication-1-orange-text,
.section-explication-1-gray-text {
  font-size: 12px;
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 14.4px;
  letter-spacing: 6px;
  word-wrap: break-word;
}

.section-explication-1-orange-text {
  color: #571f63;
}

.section-explication-1-gray-text {
  color: #333333;
}

.section-explication-1-orange-large-text,
.section-explication-1-gray-large-text {
  font-size: 50px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 60px;
  word-wrap: break-word;
}

.section-explication-1-orange-large-text {
  color: #571f63;
}

.section-explication-1-gray-large-text {
  color: #303133;
}

.section-explication-1-button {
  padding: 14px 32px;
  background: #571f63;
  border-radius: 8px;
  border: 1px #571f63 solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-explication-1-button-text {
  text-align: center;
  color: white;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  word-wrap: break-word;
}

.section-explication-1-image-container {
  width: 50%; /* ou une largeur fixe si nécessaire */
  display: flex;
  justify-content: center;
  align-part: center;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden; /* Important pour gérer les débordements causés par object-fit */
}

.section-explication-1-image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3; /* Garantit le ratio 4:3 */
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .section-explication-1-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .section-explication-1-content-left,
  .section-explication-1-content-right,
  .section-explication-1-image-container {
    width: 100%;
    padding: 10px;
  }

  .section-explication-1-button-text {
    font-size: 10px;
  }

  .section-explication-1-orange-large-text,
  .section-explication-1-gray-large-text {
    font-size: 30px;
    line-height: 40px;
  }

  .section-explication-1-content-left,
  .section-explication-1-content-right {
    order: 2;
  }

  .section-explication-1-image-container {
    width: 100%; /* Prend toute la largeur disponible sur les appareils mobiles */
    padding: 10px; /* Réduit le padding pour économiser de l'espace */
    order: 3;
  }
  .section-explication-1-image-container img {
    max-width: none; /* Annule le max-width spécifié pour les écrans plus larges */
    max-height: none; /* Annule le max-height spécifié pour les écrans plus larges */
  }
}
.section-explication-1-button {
  padding: 14px 32px;
  background: #571f63;
  border-radius: 8px;
  border: 1px #571f63 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: white;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  word-wrap: break-word;
  box-sizing: border-box; /* Ajout de cette ligne */
}

/*****/
.rotating-slider {
  margin: 5em auto;
  height: 360px;
  position: relative;
  width: 480px;
}
.rotating-slider ul.direction-controls {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rotating-slider ul.direction-controls li.left-arrow {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
.rotating-slider ul.direction-controls li.right-arrow {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.rotating-slider ul.direction-controls li button {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  color: white;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: bold;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0;
  text-align: center;
  transition: background 0.25s;
  width: 1.5em;
}
.rotating-slider ul.direction-controls li button:hover {
  background: rgba(0, 0, 0, 0.6);
}
.rotating-slider ul.slides {
  border-radius: 50%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(0);
  transform-origin: center center;
  width: 100%;
}
.rotating-slider ul.slides li {
  background-color: #ecf0f1;
  background-position: center;
  background-size: cover;
  display: block;
  list-style: none;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  transform-origin: bottom center;
  width: 100%;
}

/* Demo Styles */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,700);
body {
  background: #333;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  overflow: hidden;
}
.rotating-slider ul.slides li {
  color: #fff;
}
.rotating-slider ul.slides li:nth-of-type(1) {
  background: #3498db;
}
.rotating-slider ul.slides li:nth-of-type(2) {
  background: url("../assets/img/WhatsApp\ Image\ 2024-05-14\ à\ 15.22.07_3bed26df.jpg");
}
.rotating-slider ul.slides li:nth-of-type(3) {
  background: #e74c3c;
}
.rotating-slider ul.slides li:nth-of-type(4) {
  background: url("../assets/img/WhatsApp\ Image\ 2024-05-14\ à\ 15.22.07_fe7cc5cb.jpg");
}
.rotating-slider ul.slides li:nth-of-type(5) {
  background: #f1c40f;
}
.rotating-slider ul.slides li:nth-of-type(6) {
  background: url("../assets/img/WhatsApp\ Image\ 2024-05-14\ à\ 15.22.07_58fae36d.jpg");
}
.rotating-slider ul.slides li .inner {
  box-sizing: border-box;
  padding: 2em;
  height: 100%;
  width: 100%;
}

.rotating-slider-section {
  position: relative;
  overflow: hidden;
  height: 70vh; /* Définissez la hauteur que vous souhaitez pour la section */
  background-color: #f5f5f5; /* Couleur de fond pour la section */
  text-align: center;
}

@media (min-width: 767px) {
  .progress-section {
    width: 80vh;
  }
  .progress-landingnew {
    align-content: center;
    display: flex;
    align-items: center; /* Centre verticalement */
    justify-content: center; /* Centre horizontalement */
  }
}

/***/

.section-galerie-speciale-wrapper {
  /* height: 100vh; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #141414;*/
}

.section-galerie-speciale-container {
  height: 400px;
  aspect-ratio: 1.5 / 1;
  display: flex;
  overflow: hidden;
}

.section-galerie-speciale-container:has(.section-galerie-speciale-img.active)
  .section-galerie-speciale-img:not(.active) {
  filter: grayscale(100%);
}

.section-galerie-speciale-img {
  height: 100%;
  width: calc(100% / 5);
  object-fit: cover;
  overflow: hidden;
  border: 2px solid #141414;
  transition: all 0.4s cubic-bezier(0.32, 0, 0.67, 0);
  cursor: pointer;
}

.section-galerie-speciale-active {
  width: 200%;
}

/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {
  .section-galerie-speciale-container {
    height: 200px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .section-galerie-speciale-container {
    height: 300px; /* Slightly larger height for tablets */
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .section-galerie-speciale-container {
    height: 400px; /* Default height */
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .section-galerie-speciale-container {
    height: 500px; /* Larger height for large screens */
  }
}

/****************** Slider ************** Wrapper *****************************/
#slider-wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: visible !important;
}

#slider-wrapper .slick-list {
  padding: 0 150px !important;
}

.slide {
  position: relative;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
}

.slide img {
  height: 70vh;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.slick-track .slick-slide:not(.slick-active) .slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000a8;
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  background: none;
  padding: 0;
  border: none;
  z-index: 999;
  color: #fff;
  outline: none;
}

.slick-arrow.slick-prev {
  left: 0;
  padding-left: 10px;
}

.slick-arrow.slick-next {
  right: 0;
  padding-right: 10px;
}

/* Responsive Adjustments for Mobile */
@media (max-width: 768px) {
  #slider-wrapper .slick-list {
    padding: 0 20px !important; /* Less padding on smaller screens */
  }

  .slide img {
    height: 50vh; /* Smaller height on mobile devices */
  }

  .slick-arrow.slick-prev,
  .slick-arrow.slick-next {
    display: none; /* Optional: Hide arrows on small screens */
  }
}

/*** After Hero Section ***/
.after-hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f2f2f2;
}

.after-hero-section-wrapper {
  width: 1440px;
  height: 1475px;
  position: relative;
  background: #f2f2f2;
  margin: auto;
  max-width: 100%;
}

.after-hero-section-content {
  position: absolute;
  left: 358px;
  top: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.after-hero-section-title {
  color: #252525;
  font-size: 54px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 84px;
}

.after-hero-section-description {
  width: 689px;
  text-align: center;
  color: rgba(37, 37, 37, 0.8);
  font-size: 24px;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
}

.after-hero-section-button {
  padding: 16px 48px;
  background: #661268;
  border-radius: 36px;
  color: white;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.after-hero-section-image {
  position: absolute;
  left: 64px;
  top: 504px;
  width: 1312px;
  height: 526px;
  background: linear-gradient(0deg, #000 0%, #000 100%);
  border-radius: 24px;
  object-fit: cover;
}

.after-hero-section-panel {
  position: absolute;
  left: 196px;
  top: 457px;
  padding: 40px 64px;
  background: white;
  border-radius: 48px;
  display: flex;
  gap: 72px;
  align-items: flex-start;
}

.after-hero-section-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.after-hero-section-info-title {
  color: #252525;
  font-size: 24px;
  font-family: Poppins;
  font-weight: 600;
}

.after-hero-section-info-bar {
  width: 66px;
  height: 4px;
  background: #661268;
}

.after-hero-section-info-text {
  width: 176px;
  color: rgba(37, 37, 37, 0.7);
  font-size: 18px;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.after-hero-section-info-button {
  margin-left: 8px;
  padding: 4px 8px;
  background: #661268;
  color: white;
  border: none;
  border-radius: 30%;
  font-size: 16px;
  cursor: pointer;
}

.after-hero-section-bottom-images {
  position: absolute;
  left: 64px;
  top: 1070px;
  display: flex;
  gap: 40px;
}

.after-hero-section-bottom-image {
  width: 411px;
  height: 344px;
  background: linear-gradient(0deg, white 0%, white 100%);
  border-radius: 32px;
  object-fit: cover;
}

@media (max-width: 1201px) {
  .after-hero-section-wrapper {
    width: 100%; /* Prendre toute la largeur disponible sans dépasser */
  }

  .after-hero-section-content {
    left: 50px; /* Léger ajustement à gauche pour garder le centrage */
    right: 50px; /* Léger ajustement à droite */
    top: 45px; /* Garde la même marge supérieure */
  }

  .after-hero-section-title {
    font-size: 56px; /* Garde la même taille de police */
  }

  .after-hero-section-description {
    width: 650px; /* Légèrement réduit pour s'adapter sans compresser le texte */
  }

  .after-hero-section-button {
    font-size: 24px; /* Taille identique pour maintenir le design */
  }

  .after-hero-section-image {
    width: calc(100% - 128px); /* Ajustement pour garder la marge et l'aspect */
    top: 504px; /* Position inchangée */
  }

  .after-hero-section-panel {
    left: 150px; /* Ajustement subtil pour maintenir l'alignement */
    right: 150px; /* Conserve la symétrie */
    gap: 5px;
  }

  .after-hero-section-info {
    font-size: 24px; /* Aucun changement pour les titres */
  }

  .after-hero-section-bottom-images {
    left: 64px; /* Conserve le placement original */
  }

  .after-hero-section-bottom-image {
    width: 27.8vw; /* Chaque image prend 25% de la largeur du viewport */
    height: auto; /* Hauteur automatique pour maintenir la proportion */
  }
}

@media (max-width: 1024px) {
  .after-hero-section-wrapper {
    width: 100%; /* Adapte la largeur à la taille de l'écran */
    height: auto; /* Hauteur automatique pour ajuster le contenu */
    padding: 20px; /* Ajoute un peu de padding pour ne pas coller aux bords */
  }

  .after-hero-section-content {
    position: static; /* Désactive le positionnement absolu */
    padding: 20px; /* Ajoute du padding pour l'espacement */
    left: auto;
    top: auto;
    gap: 15px; /* Réduit l'espacement entre les éléments */
    align-items: center; /* Centre les éléments pour un meilleur rendu */
  }

  .after-hero-section-title {
    font-size: 36px; /* Réduit la taille de la police pour les petits écrans */
    line-height: 1.2; /* Ajuste l'espacement entre les lignes */
    text-align: center;
  }

  .after-hero-section-description {
    width: 100%; /* Utilise toute la largeur disponible */
    font-size: 18px; /* Diminue la taille de la police */
  }

  .after-hero-section-button {
    padding: 12px 24px; /* Réduit le padding du bouton */
    font-size: 20px; /* Réduit la taille de la police du bouton */
    border-radius: 18px; /* Réduit le rayon du bord */
  }

  .after-hero-section-image {
    position: relative; /* plutôt qu'absolute pour un meilleur contrôle sur mobile */
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  .after-hero-section-panel {
    position: static; /* Désactive le positionnement absolu */
    padding: 15px; /* Réduit le padding */
    display: block; /* Change la disposition à block pour empiler les éléments */
    gap: 15px; /* Réduit l'espacement */
    background: none; /* Optionnel : enlève le fond pour un design épuré */
  }

  .after-hero-section-info {
    flex-direction: column; /* Garde une disposition en colonne */
  }

  .after-hero-section-bottom-images {
    flex-direction: column; /* Empile les images verticalement */
    gap: 15px; /* Réduit l'espacement entre les images */
    position: static;
  }

  .after-hero-section-bottom-image {
    width: 100%; /* Ajuste la largeur des images */
    position: relative; /* plutôt qu'absolute pour un meilleur contrôle sur mobile */
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}

/**/
.splide__slide img {
  width: 100%; /* Assure que les images remplissent les slides */
  height: auto; /* Maintient le rapport hauteur/largeur des images */
}

/**/
.transport-section-2 {
  padding: 20px;
  text-align: center;
  background-color: #fff;
}

.slider-12 img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.slider-12 {
  width: 70vh;
  border-radius: 20px;
}

.centrer-element {
  display: flex;
  align-items: center;
  text-align: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
/**/
.icons-transport-section {
  background: #f0f0f0; /* couleur de fond du conteneur des icônes */
  border-radius: 50px; /* bordures arrondies pour l'effet de pilule */
  display: flex;
  padding: 10px 30px; /* espacement interne pour la forme de pilule */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* ombre subtile pour le relief */
  gap: 60px;
  margin-top: 40px;
}

.container-icons-transport {
  display: flex;
  flex-direction: column; /* icône au-dessus du texte */
  align-items: center; /* centre le texte et l'image horizontalement */
  margin: 0 20px; /* espace entre les icônes */
}

.container-icons-transport h2 {
  margin: 10px 0; /* espace autour du texte pour une meilleure lisibilité */
  font-size: 16px; /* taille de la police */
  color: #333; /* couleur du texte */
}

.container-icons-transport img {
  width: 80px; /* taille des icônes */
  height: auto; /* hauteur automatique pour maintenir le ratio */
}

/************/
.section-transport-v2-wrapper {
  width: 100%;
  max-width: 1440px;
  height: auto;
  /* padding: 64px; */
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  margin: auto;
  margin-top: 64px;
  margin-bottom: 154px;
}

.section-transport-v2-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.section-transport-v2-title {
  max-width: 610px;
  text-align: center;
  color: #252525;
  font-size: 64px;
  font-family: Poppins;
  font-weight: 600;
  line-height: 80px;
}

.section-transport-v2-description {
  max-width: 607px;
  text-align: center;
  color: rgba(37.19, 37.19, 37.19, 0.8);
  font-size: 22px;
  font-family: Poppins;
  font-weight: 400;
}

.section-transport-v2-button {
  padding: 18px 48px;
  background: #252525;
  border-radius: 16px;
  color: white;
  font-size: 18px;
  font-family: Avenir;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-transport-v2-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.section-transport-v2-image-container {
  width: 80%; /* Fixe la largeur du conteneur */
  aspect-ratio: 511 / 288; /* 316/288 original */
  background: linear-gradient(0deg, #d9d9d9 0%, #d9d9d9 100%);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center; /* Centre l'image dans le conteneur */
  overflow: hidden; /* Masque les parties de l'image qui débordent */
  position: relative;
}

.section-transport-v2-image-container img {
  /* width: 100%;   Assure que l'image couvre la largeur du conteneur 
    height: 100%;  Assure que l'image couvre la hauteur calculée automatiquement
    object-fit: cover;  Couvre le conteneur sans respecter le ratio de l'image */
  border-radius: 16px;
}

/* Responsive adjustments for tablets and mobiles */
@media (max-width: 1024px) {
  .section-transport-v2-title {
    font-size: 48px; /* Smaller font size for tablet */
    line-height: 56px;
  }

  .section-transport-v2-description {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .section-transport-v2-image-container {
    width: 100%;
    border-radius: 0px;
  }

  .section-transport-v2-wrapper {
    margin-bottom: 50px;
  }

  .section-transport-v2-title,
  .section-transport-v2-description {
    padding: 0 20px;
  }
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.5); /* Optional for better readability */
  padding: 10px;
  border-radius: 10px;
}
.slide video {
  width: 100%;
  height: 70vh;
  object-fit: cover; /* Gère la taille de la vidéo */
  display: block;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .slide video {
    height: 50vh;
  }
}
