.gt-cta-block {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: initial;
  text-decoration: inherit;
  z-index: 1;
  padding: 2rem;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  background-color: currentcolor;
}
@media (max-width: 781px) {
  .gt-cta-block {
    height: 56.25vw;
    aspect-ratio: inherit !important;
    border-radius: 0 !important;
  }
}
.gt-cta-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.gt-cta-block__image::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-cta-block__image::after {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#66000000",GradientType=0);
}
.gt-cta-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease-in-out;
}
.gt-cta-block__content::after {
  content: "";
  background-image: url("../../../assets/images/fleche.png");
  height: 0rem;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  opacity: 0;
  transition: height 0.15s ease-in-out 0.15s, opacity 0.15s ease-in-out 0s;
}
.gt-cta-block:hover .gt-cta-block__image::before {
  bottom: 0;
}
.gt-cta-block:hover .gt-cta-block__image img {
  transform: scale(1.1);
}
.gt-cta-block:hover .gt-cta-block__content::after {
  opacity: 1;
  height: 2rem;
  transition: height 0.15s ease-in-out, opacity 0.15s ease-in-out 0.15s;
}
/*# sourceMappingURL=/var/www/clients/client1/web1/web/wp-content/themes/geek-tonic/inc/blocks/cta/style.css.map */