.wp-block-column.is-style-square-jaune-hover {
  aspect-ratio: 1/1;
  align-items: flex-end;
  display: flex;
  transition: all 0.7s cubic-bezier(0, 0, 0.5, 1);
  padding: 0 !important;
  background-color: #fff;
}
.wp-block-column.is-style-square-jaune-hover p {
  width: 100%;
  display: block;
  height: 100%;
}
.wp-block-column.is-style-square-jaune-hover p a {
  max-width: 100%;
  height: -webkit-fill-available;
  position: relative;
  display: flex;
  justify-content: flex-end;
  text-decoration: none;
  flex-direction: column;
  transition: all 0.7s cubic-bezier(0, 0, 0.5, 1);
  bottom: 0px;
  padding-top: var(--wp--preset--spacing--3) !important;
  padding-right: var(--wp--preset--spacing--3) !important;
  padding-bottom: var(--wp--preset--spacing--3) !important;
  padding-left: var(--wp--preset--spacing--3) !important;
}
.wp-block-column.is-style-square-jaune-hover p a:before {
  content: "";
  background-image: url("assets/img/wp-svg.png");
  display: block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  bottom: 5px;
}
.wp-block-column.is-style-square-jaune-hover:hover {
  background-color: var(--wp--preset--color--second);
}
.wp-block-column.is-style-square-jaune-hover:hover a:where(:not(.wp-element-button)) {
  color: #fff !important;
}
.wp-block-column.is-style-square-jaune-hover:hover a {
  bottom: 10px;
}
.wp-block-column.is-style-square-jaune-hover:hover a:before {
  background-image: url("assets/img/wp-svg-ho.png");
}

/*# sourceMappingURL=style.css.map */
