/*------------------------------------------
 *  Reponsive
 * -----------------------------------------*/
/*------------------------------------------
 *  BUTTON
 * -----------------------------------------*/
/*------------------------------------------
 *  Before/After
 * -----------------------------------------*/
.etude-template-intro {
  gap: 15px;
  align-items: stretch;
}
.etude-template-intro .wp-block-column:first-child figure {
  margin: 0;
  height: 100%;
}
.etude-template-intro .wp-block-column:first-child figure picture img, .etude-template-intro .wp-block-column:first-child figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 480px;
}
.etude-template-intro .wp-block-column:last-child {
  border-radius: 25px;
  padding: 30px;
  max-width: 550px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.etude-template-intro .wp-block-column:last-child > p:first-child {
  padding: 10px 30px;
  border: solid 1px var(--wp--preset--color--second);
  color: var(--wp--preset--color--second);
  margin: 0;
  width: fit-content;
  border-radius: 25px;
  margin-left: 0 !important;
  font-weight: 600;
  font-size: var(--pbt);
}
.etude-template-intro .wp-block-column:last-child .wp-block-heading {
  margin: 0;
}
.etude-template-intro .wp-block-column:last-child > .wp-block-group {
  margin-top: auto;
  height: auto;
  position: relative;
  z-index: 1;
}
.etude-template-intro .wp-block-column:last-child > .wp-block-group p {
  line-height: 135%;
}
.etude-template-intro .wp-block-column:last-child .img-trame {
  position: absolute;
  bottom: 25px;
  right: 0;
  z-index: 0;
}

.etude-template-territoire .illu {
  position: absolute;
  bottom: -10px;
  left: -20px;
  margin: 0;
  z-index: -1;
}

@media (max-width: 1024px) {
  .etude-template-intro .wp-block-column:last-child .img-trame {
    bottom: 0;
    max-width: 50%;
  }
}
@media (max-width: 781px) {
  .etude-template-intro {
    gap: 0;
  }
  .etude-template-intro .wp-block-column:first-child figure picture img, .etude-template-intro .wp-block-column:first-child figure img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 280px;
  }
  .etude-template-intro .wp-block-column:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 15px;
    max-width: unset;
    gap: 20px;
  }
  .etude-template-territoire .wp-block-columns {
    gap: 15px;
  }
}
@media (max-width: 550px) {
  .etude-template-intro .wp-block-column:first-child figure picture img, .etude-template-intro .wp-block-column:first-child figure img {
    max-height: 180px;
  }
}/*# sourceMappingURL=etude-template.css.map */