.gt-hebergement-vente-galerie-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.gt-hebergement-vente-galerie-popup__content {
  position: relative;
  background-color: #fff;
  padding: 20px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gt-hebergement-vente-galerie-popup__close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 56px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in-out;
  z-index: 1;
}
.gt-hebergement-vente-galerie-popup__close:hover {
  color: var(--wp--preset--color--custom-jaune);
}
.gt-hebergement-vente-galerie-popup__picture {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-basis: calc(50% - 0.5rem);
  max-height: 30rem;
}
.gt-hebergement-vente-galerie-popup__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gt-hebergement-vente-galerie-block {
  position: relative;
  max-height: 80vh;
}
.gt-hebergement-vente-galerie-block .wp-block-column.first .wp-block-image {
  height: calc(100% - 24px);
}
.gt-hebergement-vente-galerie-block .wp-block-column.second .wp-block-image {
  height: calc(50% - 24px);
}
.gt-hebergement-vente-galerie-block .wp-block-column .wp-block-image {
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.gt-hebergement-vente-galerie-block .wp-block-column .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gt-hebergement-vente-galerie-block .wp-block-column .wp-block-image:hover {
  opacity: 0.8;
}
.gt-hebergement-vente-galerie__button {
  position: absolute;
  bottom: 6%;
  right: 1%;
  background-color: #fff;
  padding: 10px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.2rem;
}
/*# sourceMappingURL=/var/www/clients/client1/web1/web/wp-content/themes/ushuaiacamping-laconge/inc/blocks/hebergements-vente-galerie/style.css.map */