#map {
  margin: 0 auto;
  aspect-ratio: 16/9;
}

h1 {
  font-size: 2.25rem; /* 36px */
  line-height: 2.5rem; /* 40px */
  font-weight: 700; /* bold */
}

h2 {
  font-size: 1.875rem; /* 30px */
  line-height: 2.25rem; /* 36px */
  font-weight: 600; /* semibold */
}

h3 {
  font-size: 1.5rem; /* 24px */
  line-height: 2rem; /* 32px */
  font-weight: 500; /* medium */
}

h4 {
  font-size: 1.25rem; /* 20px */
  line-height: 1.75rem; /* 28px */
  font-weight: 500; /* medium */
}

h5 {
  font-size: 1.125rem; /* 18px */
  line-height: 1.5rem; /* 24px */
  font-weight: 500; /* medium */
}

h6 {
  font-size: 1rem; /* 16px */
  line-height: 1.5rem; /* 24px */
  font-weight: 500; /* medium */
}

.liste_comissions {
  list-style: disc;
}

.slider-comissions > .slick-list > .slick-track > .slick-slide > div > div {
  width: 75% !important;
}

@media (max-width: 768px) {
  .slider-comissions > .slick-list > .slick-track > .slick-slide > div > div {
    width: 95% !important;
  }
}

.next-slide {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url(../asset/img/chevron-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

.prev-slide {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../asset/img/chevron-left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 768px) {
  .next-slide {
    top: 0;
  }

  .prev-slide {
    top: 0;
    right: 40px;
    left: auto;
  }
}

.language-switcher {
  display: none !important;
}
.pagination {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 0.25rem;
  padding: 0.5rem 0.75rem;
  color: #fff;
  border-radius: 0.375rem; /* rounded-lg */
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem; /* text-sm */
}
.pagination a {
  background-color: #f97316; /* bg-orange-500 */
}
.pagination a:hover {
  background-color: #ea580c; /* bg-orange-600 */
}
.pagination .current {
  background-color: #ea580c; /* bg-orange-600 pour la page courante */
}

.color-link:hover {
  color: #949494 !important;
}
.orange-link:hover {
  color: #ff8c3c !important;
}

@media (max-width: 768px) {
  .card-title {
    height: auto;
  }
}

.juridique > h3 {
  margin: 1.5rem 0;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.wpforms-title {
  font-weight: 800 !important;
  color: #404040 !important;
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
  text-align: left !important;
}

.wpforms-field-container {
  width: 50% !important;
  margin: 0 auto !important;
}
.wpforms-submit-container {
  width: 50% !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

@media (max-width: 768px) {
  .wpforms-field-container {
    width: 100% !important;
    margin: 0 auto !important;
  }
}

.slick-track {
  display: flex;
  padding-bottom: 0.5rem;
}
.slick-slide {
  height: 100%;
}
.slick-slide > div {
  height: 100%;
}

#sections-menu {
  display: flex;
  flex-wrap: wrap; /* Permet au menu de s'adapter sur plusieurs lignes si nécessaire */
  gap: 4px; /* Espace entre les éléments */
  background-color: #f3f4f6; /* Couleur de fond */
  padding: 16px; /* Espacement interne */
  border-radius: 8px; /* Coins arrondis */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Ombre */
  margin-bottom: 24px; /* Espace en bas */
}

#sections-menu a {
  color: #3b82f6; /* Couleur du texte */
  text-decoration: none; /* Supprime le soulignement */
  transition: color 0.3s; /* Transition pour le changement de couleur */
}

#sections-menu a:hover {
  color: #2563eb; /* Couleur du texte au survol */
}

@media (max-width: 768px) {
  #sections-menu {
    justify-content: center; /* Centre les éléments sur les petits écrans */
  }
}
