.section-imagehome .imgcropCtn {
  height: 80vh;
  min-height: 600px;
}
.section-imagehome .overlay1 {
  background-color: #1e1e1e;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: -10%;
  width: 65%;
  height: 100%;
  transform: skewX(347deg);
}
.section-imagehome .overlay2 {
  background-color: #ffffff;
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  height: 250px;
  transform: skewY(357deg);
}
.section-imagehome .contenutxt {
  position: absolute;
  top: 0;
  height: 100%;
  right: 15vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 480px;
}
.section-imagehome .contenutxt .surtitre {
  display: inline-block;
  width: fit-content;
  margin-bottom: 33px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #ffffff;
  background-color: #E04511;
  padding: 10px 25px;
  font-weight: 600;
}
.section-imagehome .contenutxt .titre {
  display: block;
  margin-bottom: 50px;
  font-size: 6.8rem;
  line-height: 7.8rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
.section-imagehome .contenutxt .boutVide {
  margin-right: 25px;
}
@media (max-width: 1599px) {
  .section-imagehome .contenutxt .titre {
    font-size: 5.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 1399px) {
  .section-imagehome .contenutxt {
    margin-top: 20px;
    right: 8vw;
  }
  .section-imagehome .contenutxt .surtitre {
    margin-bottom: 15px;
  }
  .section-imagehome .contenutxt .titre {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .section-imagehome .contenutxt .titre {
    text-shadow: 2px 2px 7px black;
  }
}
@media (max-width: 770px) {
  .section-imagehome .imgcropCtn {
    min-height: auto;
  }
  .section-imagehome .contenutxt {
    right: 0;
    left: 0;
    max-width: 100%;
    text-align: center;
    padding: 0 30px;
    align-items: center;
  }
  .section-imagehome .overlay2 {
    transform: skewY(354deg);
  }
}
@media (max-width: 575px) {
  .section-imagehome .contenutxt {
    padding: 0 15px;
  }
  .section-imagehome .contenutxt .titre {
    font-size: 3.9rem;
    line-height: 4.3rem;
  }
  .section-imagehome .contenutxt .surtitre {
    font-size: 1.4rem;
    line-height: 1.9rem;
    padding: 7px 15px;
  }
  .section-imagehome .contenutxt .boutVide {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .section-imagehome .imgcropCtn {
    height: 100vh;
  }
}
