.hero {
  padding-bottom: 128px;
}

.hero form,
.hero .block-system-breadcrumb-block {
  pointer-events: all;
}




.hero__content {
  position: relative;

}


.hero__images {
  position: absolute;
  width: 946px;
  aspect-ratio: 1 / 1;
  right: 0;
  overflow: hidden;
  transform: translateX(48%) translateY(-40%);
  z-index: -1;
}

.hero__big-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;

}

.hero__big-image img {
  -webkit-mask-image: url(../../images/mask-shape.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}





.hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  top: 50px;
}


.hero__small-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}



.hero__wrapper {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero__text .hero__title,
.hero__text h1,
.hero__text p {
  text-shadow: 0px 0px 5px white;
}




@media all and (min-width: 600px) {

  .hero__wrapper {
    top: 0px;
    max-width: 647px;
    width: 100%;
    padding : 30px 6px;
  }

  .hero__small-image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }



}

@media all and (min-width: 900px) {
  .hero__content {
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  .hero__inner {
    top: 0;
  }
}


@media all and (min-width:1024px) {
  .hero {
    position: relative;
  }

  .hero__inner {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 115px;
  }

  .hero__small-image-wrapper {
    align-items: flex-start;
  }


}

@media all and (min-width:1300px) {
  .hero__content {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    justify-content: end;
    align-items: end;
  }

  .hero__images {
    width: 1500px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 80px;
    right: -222px;
    overflow: hidden;
    transform: translateX(23%) translateY(-23%);
  }

  .hero__big-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  /* .hero__small-image {
    transform: translateY(50%) translateX(100%);
  }

  .hero__small-image-wrapper {
    position: relative;
  } */

  .hero__wrapper {
    position: unset;
  }
}




  /* .hero__big-image {
    transform: unset;
  }




  .hero__images {
    position: relative;
    aspect-ratio: 947 / 890;

}

.hero__big-image {
    position: absolute;
    width: 947px;
    height: 890px;
    left: 141px;
    top: -795px;

    overflow: hidden;
    border-radius: 30px;
    transform: rotate(45deg);
}

.hero__big-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* On remet l'image droite */
    /*transform: rotate(-45deg);
} */
