.section-homepresentation .container {
  position: relative;
  z-index: 20;
}
.section-homepresentation .col-12 {
  position: relative;
}
.section-homepresentation h1.phraseintro {
  font-family: 'Caveat', sans-serif;
  color: #007751;
  text-transform: none;
  font-size: 3.4rem;
  line-height: 4.3rem;
  text-align: center;
  font-weight: 400;
  margin: 25px auto 65px;
  max-width: 44%;
}
.section-homepresentation .carto {
  position: absolute;
  right: 0;
  top: 0;
  cursor: zoom-in;
  width: 16%;
}
.section-homepresentation .carto img {
  width: 100%;
  display: none;
  animation: miniscale 0.5s ease-out;
}
.section-homepresentation .carto img.show {
  display: block;
}
.section-homepresentation .accroche {
  text-align: center;
  font-size: 12.9rem;
  line-height: 11.9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  opacity: 0.76;
  max-width: 1000px;
  margin: auto;
}
.section-homepresentation .accroche .accroche1,
.section-homepresentation .accroche .accroche2 {
  display: block;
}
.section-homepresentation .blocimages {
  position: relative;
  margin-top: -58px;
}
.section-homepresentation .blocimages .imgcropCtn {
  height: 900px;
  width: 100%;
}
.section-homepresentation .blocimages .overlay {
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.6;
  top: 0;
  left: 0;
}
.section-homepresentation .blocimages div.texte {
  position: absolute;
  width: 100%;
  bottom: 160px;
  left: 0;
  z-index: 5;
  text-align: center;
  padding: 0 30vw;
  opacity: 0;
  -webkit-transition: 1000ms;
  -moz-transition: 1000ms;
  -ms-transition: 1000ms;
  -o-transition: 1000ms;
  transition: 1000ms;
}
.section-homepresentation .blocimages div.texte p {
  font-family: 'Caveat', sans-serif;
  font-size: 4.4rem;
  line-height: 5.5rem;
  color: #FFF;
}
.section-homepresentation .blocimages div.texte a {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}
.section-homepresentation .blocimages div.texte a i {
  font-size: 2.2rem;
  margin-right: 10px;
}
.section-homepresentation .blocimages div.texte a:hover {
  background-color: #fff;
  color: #023424;
}
.section-homepresentation .blocimages img.fresque {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: 1000ms;
  -moz-transition: 1000ms;
  -ms-transition: 1000ms;
  -o-transition: 1000ms;
  transition: 1000ms;
}
.section-homepresentation .blocimages .portegauche {
  position: absolute;
  height: 100%;
  width: 50%;
  left: -13.6%;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background-image: url(/wp-content/themes/yatatheme/img/background50.jpg);
  padding: 32px;
  -webkit-transition: 3000ms;
  -moz-transition: 3000ms;
  -ms-transition: 3000ms;
  -o-transition: 3000ms;
  transition: 3000ms;
}
.section-homepresentation .blocimages .portegauche .img1 {
  width: 58%;
  height: 41%;
  margin-bottom: 32px;
}
.section-homepresentation .blocimages .portegauche .img2 {
  width: 27%;
  height: 30%;
}
.section-homepresentation .blocimages .portedroite {
  position: absolute;
  height: 100%;
  width: 50%;
  right: -13.6%;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(/wp-content/themes/yatatheme/img/background50.jpg);
  padding: 32px;
  -webkit-transition: 3000ms;
  -moz-transition: 3000ms;
  -ms-transition: 3000ms;
  -o-transition: 3000ms;
  transition: 3000ms;
}
.section-homepresentation .blocimages .portedroite .img1 {
  width: 42%;
  height: 30%;
  margin-bottom: 32px;
}
.section-homepresentation .blocimages .portedroite .img2 {
  width: 58%;
  height: 41%;
}
.section-homepresentation .blocimages > small.copyimg {
  left: auto;
  right: 1rem;
}
.section-homepresentation.opening .blocimages div.texte,
.section-homepresentation.opening .blocimages img.fresque {
  opacity: 1;
}
.section-homepresentation.opening .blocimages .portegauche {
  left: -55%;
}
.section-homepresentation.opening .blocimages .portedroite {
  right: -55%;
}
@keyframes miniscale {
  from {
    opacity: .3;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1799px) {
  .section-homepresentation .carto {
    right: 110px;
    top: -70px;
  }
  .section-homepresentation h1.phraseintro {
    max-width: 48%;
  }
}
@media (max-width: 1399px) {
  .section-homepresentation h1.phraseintro {
    max-width: 60%;
    font-size: 2.7rem;
    line-height: 3.3rem;
  }
  .section-homepresentation .carto {
    width: 15%;
    right: 40px;
    top: -50px;
  }
  .section-homepresentation .accroche {
    font-size: 9.9rem;
    line-height: 8.9rem;
  }
  .section-homepresentation .blocimages {
    margin-top: -43px;
  }
  .section-homepresentation .blocimages .imgcropCtn {
    height: 700px;
  }
  .section-homepresentation .blocimages div.texte {
    bottom: 110px;
  }
  .section-homepresentation .blocimages div.texte p {
    font-size: 3.4rem;
    line-height: 3.7rem;
  }
}
@media (max-width: 991px) {
  .section-homepresentation h1.phraseintro {
    max-width: 100%;
    font-size: 2.4rem;
    line-height: 2.7rem;
    margin: 15px auto 25px;
  }
  .section-homepresentation .carto {
    display: none;
  }
  .section-homepresentation .accroche {
    font-size: 4.3rem;
    line-height: 4.5rem;
  }
  .section-homepresentation .blocimages {
    margin-top: -21px;
  }
  .section-homepresentation .blocimages .imgcropCtn {
    height: 60vh;
  }
  .section-homepresentation .blocimages div.texte {
    padding: 0;
  }
  .section-homepresentation .blocimages div.texte p {
    font-size: 2.3rem;
    line-height: 2.7rem;
  }
}
@media (max-width: 575px) {
  .section-homepresentation .blocimages .portegauche,
  .section-homepresentation .blocimages .portedroite {
    display: none;
  }
  .section-homepresentation .blocimages div.texte,
  .section-homepresentation .blocimages img.fresque {
    opacity: 1;
  }
}
