.gt-hebergement-galerie-block {
  display: grid;
  column-gap: 0.25rem;
  row-gap: 0.5rem;
  position: relative;
  grid-auto-rows: 1fr;
}
.gt-hebergement-galerie-block .gt-hebergement-galerie__picture {
  display: block;
  aspect-ratio: 1.7777777778;
  min-height: 100%;
}
.gt-hebergement-galerie-block .gt-hebergement-galerie__picture:nth-child(1):not(:only-child) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}
.gt-hebergement-galerie-block .gt-hebergement-galerie__picture:nth-child(2):not(:only-child) {
  grid-column-start: 6;
  grid-column-end: 8;
}
.gt-hebergement-galerie-block .gt-hebergement-galerie__picture:nth-child(3) {
  grid-column-start: 6;
  grid-column-end: 8;
  border-radius: 0 0 4rem 0;
  overflow: hidden;
}
.gt-hebergement-galerie-block .gt-hebergement-galerie__picture:nth-child(n+4) {
  display: none;
}
.gt-hebergement-galerie-block .gt-hebergement-galerie__picture img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.2s ease-in-out;
}
.gt-hebergement-galerie-block .gt-hebergement-galerie__picture:hover img {
  cursor: pointer;
  filter: brightness(85%);
}
.gt-hebergement-galerie-popup {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 999;
  overflow-y: scroll;
  background: #fff;
  top: 20%;
  opacity: 0;
  display: none;
  border-top: 5rem solid #fff;
  transition: 0.2s ease-in-out;
  padding-bottom: 5rem;
}
.gt-hebergement-galerie-popup.toggled {
  top: 0;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.gt-hebergement-galerie-popup__header {
  position: sticky;
  top: 0;
  padding: 0.5rem 1rem;
  background: #fff;
  width: 100%;
  z-index: 2;
  width: 61rem;
  max-width: 96%;
  margin: 0 auto;
}
.gt-hebergement-galerie-popup__close {
  display: inline-flex;
  line-height: 1;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.gt-hebergement-galerie-popup__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
  width: 60rem;
  max-width: 96%;
  margin: 0 auto;
}
.gt-hebergement-galerie-popup a {
  display: block;
  flex-basis: calc(50% - .25rem);
}
.gt-hebergement-galerie-popup a:nth-child(3n) {
  flex-basis: calc(100%);
}
.gt-hebergement-galerie-popup a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  object-position: center;
  transition: 0.2s ease-in-out;
}
.gt-hebergement-galerie-popup a:hover img {
  filter: brightness(85%);
}
.gt-hebergement-galerie-seemore {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  background: #fff;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  font-family: var(--wp--preset--font-family--ursula);
  text-decoration: none;
  border-radius: 100%;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.gt-hebergement-galerie-seemore span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  line-height: 4.5rem;
}
.gt-hebergement-galerie-seemore:hover {
  transform: translate(50%, -50%) rotate(15deg) scale(1.1);
}
/*# sourceMappingURL=/var/www/clients/client1/web1/web/wp-content/themes/geek-tonic/inc/blocks/hebergement-galerie/style.css.map */