.ls-cta {
  text-decoration: none;
  color: initial;
  background: #f7a325;
  text-align: center;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  transition: 0.2s ease-in-out;
}
.ls-cta:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.ls-cta:hover .ls-cta__image:after {
  content: "+";
  background-color: rgba(245, 96, 56, 0.5);
  font-size: 4rem;
}
.ls-cta__title {
  display: block;
  padding: 3rem 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #12492f;
  position: absolute;
  bottom: 0;
  left: 0;
  text-decoration: none !important;
  text-align: center;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 0 0 30px 30px;
  border: 1px solid #12492f;
}
.ls-cta__title span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
.ls-cta__link {
  text-decoration: none;
}
.ls-cta__image {
  position: relative;
  overflow: hidden;
  padding-top: 125%;
  height: 0;
}
.ls-cta__image:after {
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.2s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-family: auto;
  font-size: 0;
}
.ls-cta__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ls-cta:hover .ls-cta__title {
  text-decoration: underline;
}
.ls-maillage .wp-block-columns {
  gap: 1.5rem;
}
/*# sourceMappingURL=block-cta.css.map */