.gt-maillage-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}
@media (max-width: 781px) {
  .gt-maillage-block .gt-cta {
    aspect-ratio: inherit !important;
    min-height: 56.25vw;
  }
}
.gt-maillage-block .gt-cta--post, .gt-maillage-block .gt-cta--page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: initial;
  text-decoration: inherit;
  z-index: 1;
  padding: 2rem;
  overflow: hidden;
  aspect-ratio: 0.75;
  transition: 0.2s ease-in-out;
  flex-basis: calc(33.33% - 1.5rem);
}
.gt-maillage-block .gt-cta--post .gt-cta__link, .gt-maillage-block .gt-cta--page .gt-cta__link {
  text-decoration: none;
  color: initial;
}
.gt-maillage-block .gt-cta--post .gt-cta__thumb, .gt-maillage-block .gt-cta--page .gt-cta__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.gt-maillage-block .gt-cta--post .gt-cta__thumb::before, .gt-maillage-block .gt-cta--page .gt-cta__thumb::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--wp--preset--color--color-1);
  opacity: 0.6;
  z-index: 1;
  bottom: -100%;
  transition: 0.3s ease-in-out;
}
.gt-maillage-block .gt-cta--post .gt-cta__thumb img, .gt-maillage-block .gt-cta--page .gt-cta__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease-in-out;
}
.gt-maillage-block .gt-cta--post .gt-cta__thumb::after, .gt-maillage-block .gt-cta--page .gt-cta__thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 2.5rem;
  opacity: 0;
  background-image: url("../../../assets/images/fleche.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  z-index: 2;
  transition: 0.2s ease-in-out;
}
.gt-maillage-block .gt-cta--post .gt-cta__content, .gt-maillage-block .gt-cta--page .gt-cta__content {
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  background: #fff;
  padding: 1rem 2rem 1rem 1rem;
  border-radius: 0 3rem 0 0;
  max-width: 80%;
}
.gt-maillage-block .gt-cta--post .gt-cta__title, .gt-maillage-block .gt-cta--page .gt-cta__title {
  color: var(--wp--preset--color--color-3);
  transition: 0.2s ease-in-out;
  line-height: 1;
  text-transform: initial;
  font-family: var(--wp--preset--font-family--ursula);
  font-size: x-large;
}
.gt-maillage-block .gt-cta--post:hover .gt-cta__thumb::before, .gt-maillage-block .gt-cta--page:hover .gt-cta__thumb::before {
  bottom: 0;
}
.gt-maillage-block .gt-cta--post:hover .gt-cta__thumb img, .gt-maillage-block .gt-cta--page:hover .gt-cta__thumb img {
  transform: scale(1.1);
}
.gt-maillage-block .gt-cta--post:hover .gt-cta__thumb::after, .gt-maillage-block .gt-cta--page:hover .gt-cta__thumb::after {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.gt-maillage-block .gt-cta--post:hover .gt-cta__title, .gt-maillage-block .gt-cta--page:hover .gt-cta__title {
  color: var(--wp--preset--color--color-1);
}
.gt-maillage-block .gt-cta--hebergement {
  position: relative;
  color: initial;
  text-decoration: inherit;
  z-index: 1;
  transition: 0.2s ease-in-out;
  flex-basis: calc(33.33% - 1.5rem);
  width: calc(33.33% - 1.5rem);
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  margin: 0.75rem;
  height: "auto";
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 1rem 0 0;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__thumb {
  aspect-ratio: 1;
  line-height: 0;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__content {
  padding: 1.25rem;
  display: flex;
  gap: 1rem;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__content__left {
  flex-basis: calc(100% - 5rem);
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__content__right {
  flex-basis: 4rem;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__title {
  text-transform: uppercase;
  color: var(--wp--preset--color--color-3);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__subtitle {
  font-size: 1rem;
  color: var(--wp--preset--color--color-6);
  margin: 1rem 0;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__subtitle span:not(:last-child)::after {
  content: ", ";
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__capacity {
  background: var(--wp--preset--color--color-2);
  font-family: var(--wp--preset--font-family--ursula);
  padding: 1rem 1rem 0;
  margin-top: -1.75rem;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__capacity::before {
  content: "";
  display: block;
  margin: 0 auto 0.5rem;
  height: 3rem;
  width: 3rem;
  mask: url("../../../assets/images/profile.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask: url("../../../assets/images/profile.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__dispo {
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--wp--preset--color--color-3);
  line-height: 1.2;
  max-width: 12rem;
  display: flex;
  align-items: center;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__dispo[data-dispo="1"]::before {
  mask-image: url("../../../assets/images/check.svg");
  -webkit-mask-image: url("../../../assets/images/check.svg");
  background-color: green;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__dispo[data-dispo="2"]::before {
  mask-image: url("../../../assets/images/warning.svg");
  -webkit-mask-image: url("../../../assets/images/warning.svg");
  background-color: orange;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__dispo[data-dispo="0"]::before {
  mask-image: url("../../../assets/images/close.svg");
  -webkit-mask-image: url("../../../assets/images/close.svg");
  background-color: red;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__dispo::before {
  content: "";
  display: block;
  margin: 0 0.5rem 0 0;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  height: 2rem;
  width: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  max-height: 2rem;
  max-width: 2rem;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__price {
  font-weight: bold;
  color: var(--wp--preset--color--color-1);
  font-size: 1.75rem;
  line-height: 1;
  margin-top: 0.5rem;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__price span {
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1;
  margin-bottom: 0.125rem;
  display: block;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__price span:first-letter {
  text-transform: uppercase;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__price-call {
  display: none;
  position: absolute;
  top: 2rem;
  left: -0.5rem;
  background: var(--wp--preset--color--color-1);
  padding: 0.75rem 2rem;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-family: var(--wp--preset--font-family--ursula);
  line-height: 1;
  transition: 0.2s ease-in-out;
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__price-call span {
  display: block;
  font-size: 1rem;
  line-height: 1;
  transform: rotate(-1deg);
}
.gt-maillage-block .gt-cta--hebergement .gt-cta__price-call i {
  font-family: monospace;
}
.gt-maillage-block .gt-cta--hebergement .gt-ellipsis {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.gt-maillage-block .gt-cta--hebergement.gt-dispo-loading .gt-cta__link {
  opacity: 0.3;
  pointer-events: none;
}
.gt-maillage-block .gt-cta--hebergement.gt-dispo-loading .gt-ellipsis {
  display: block;
}
.gt-maillage-block .gt-cta:first-child:nth-last-child(4), .gt-maillage-block .gt-cta:first-child:nth-last-child(4) ~ .gt-cta {
  flex-basis: calc(25% - .75rem);
}
.gt-maillage-block .gt-cta:first-child:nth-last-child(4):nth-child(2), .gt-maillage-block .gt-cta:first-child:nth-last-child(4) ~ .gt-cta:nth-child(2) {
  border-radius: 0 0 5rem 0;
}
.gt-maillage-block .gt-cta:first-child:nth-last-child(4):nth-child(3), .gt-maillage-block .gt-cta:first-child:nth-last-child(4) ~ .gt-cta:nth-child(3) {
  border-radius: 0 0 0 5rem;
}
.gt-maillage-block .gt-cta:first-child:nth-last-child(4) .gt-cta__content, .gt-maillage-block .gt-cta:first-child:nth-last-child(4) ~ .gt-cta .gt-cta__content {
  left: 50%;
  top: 50%;
  bottom: initial;
  transform: translate(-50%, -50%);
  background: transparent;
  max-width: 96%;
}
.gt-maillage-block .gt-cta:first-child:nth-last-child(4) .gt-cta__thumb::after, .gt-maillage-block .gt-cta:first-child:nth-last-child(4) ~ .gt-cta .gt-cta__thumb::after {
  content: none !important;
}
.gt-maillage-block .gt-cta:first-child:nth-last-child(4) .gt-cta__title, .gt-maillage-block .gt-cta:first-child:nth-last-child(4) ~ .gt-cta .gt-cta__title {
  text-align: center;
  font-size: var(--wp--preset--font-size--medium-large);
  font-family: var(--wp--preset--font-family--gotham);
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.05rem;
  color: #fff;
}
.gt-maillage-block .gt-cta:first-child:nth-last-child(4) .gt-cta__title::after, .gt-maillage-block .gt-cta:first-child:nth-last-child(4) ~ .gt-cta .gt-cta__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 2.5rem;
  opacity: 0;
  background-image: url(../../../assets/images/fleche.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  z-index: 2;
  transition: 0.2s ease-in-out;
}
.gt-maillage-block .gt-cta:first-child:nth-last-child(4):hover .gt-cta__title, .gt-maillage-block .gt-cta:first-child:nth-last-child(4) ~ .gt-cta:hover .gt-cta__title {
  padding-bottom: 2.5rem;
}
.gt-maillage-block .gt-cta:first-child:nth-last-child(4):hover .gt-cta__title::after, .gt-maillage-block .gt-cta:first-child:nth-last-child(4) ~ .gt-cta:hover .gt-cta__title::after {
  opacity: 1;
  top: calc(100% - 2.5rem);
}
.wp-admin .gt-maillage-block a {
  pointer-events: none;
}
@media (max-width: 781px) {
  body.archive .gt-maillage-block, body.blog .gt-maillage-block {
    justify-content: center;
  }
  body.archive .gt-maillage-block .gt-cta, body.blog .gt-maillage-block .gt-cta {
    flex-basis: calc(50% - .5rem);
  }
  body:not(.archive):not(.blog) .gt-maillage-block .slick-slide {
    margin: 0 1rem;
  }
}
@media (max-width: 781px) and (max-width: 781px) {
  body.archive .gt-maillage-block .gt-cta, body.blog .gt-maillage-block .gt-cta {
    flex-basis: 100%;
  }
}
/*# sourceMappingURL=/var/www/clients/client1/web1/web/wp-content/themes/geek-tonic/inc/blocks/maillage/style.css.map */