.bntMenu {
  display: block;
  position: absolute;
  top: 0px;
  left: 1px;
  margin: 0px;
}
.iconBox {
  color: #df9d23;
}
.iconBox2 {
  color: #ff0000;
}
.boxTitle {
  font-size: 15px;
  font-weight: 600;
}
.boxTexte {
  font-size: 12px;
}
.page-link {
  background-color: black;
  color: white;
}
.multiselect-dropdown-container {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.checkbox-container {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  max-height: 200px;
  overflow-y: auto;
}
.checkbox-item {
  padding: 4px 0;
}
.checkbox-item:hover {
  background-color: #f5f5f5;
}

/* Gallery Photo */
.galleryPhoto {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}
.galleryPhoto > div {
  position: relative;
  margin: 0 !important;
  display: inline-block !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}
.galleryPhoto > div > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.galleryPhoto {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}
.galleryPhoto > div {
  position: relative;
  margin: 0 !important;
  display: inline-block !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}
.galleryPhoto > div > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  padding: 1px !important;
  border: none !important;
}
.galleryPhoto > div {
  margin-right: 2px !important;
  margin-bottom: 2px !important;
}
.galleryPhoto > div:last-child {
  margin-right: 0 !important;
}
.galleryPhoto > .jg-row {
  margin-bottom: 2px !important;
  white-space: nowrap !important;
}
.galleryPhoto > .jg-row:last-child {
  margin-bottom: 0 !important;
}
.galleryPhoto .boxBtnPhoto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.galleryPhoto .jg-entry:hover .boxBtnPhoto {
  opacity: 1;
}
.galleryPhoto .boxInfoPhoto {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0px;
  background: rgba(0, 0, 0, 1);
  color: white;
  padding: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  transform: translateY(104%);
  transition: transform 0.4s ease-in-out;
  z-index: 30;
}
.btnPhoto {
  position: absolute;
  z-index: 2;
  color: rgb(53, 53, 53);
  font-size: 16px;
  text-align: center;
  padding: 6px;
  width: 30px;
  border-radius: 5px;
  cursor: pointer;
}

/* Gallery Album */
.galleryAlbum {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.galleryAlbum .boxBlocImgAff {
  width: 100%;
  height: 250px; /* Hauteur fixe de 250px */
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.galleryAlbum .boxBlocImgAff img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Conserve les proportions de l'image */
}

.pagination {
  padding-top: 15px;
}

.menuVertical {
  font-size: 12px;
}
@media (max-width: 992px) {
  .menuVertical {
    font-size: 18px;
    color: black;
  }
  .mobile-nav {
    background-color: #ffffff;
  }
}
