.section-texteetimagehome {
  padding-bottom: 125px;
}
.section-texteetimagehome div.entetetexte {
  transform: translate(16%,125px);
  background-color: #F8F8F8;
  padding: 130px 11% 130px 6%;
  background-image: url(/wp-content/themes/yatatheme/img/logo-entete.svg);
  background-repeat: no-repeat;
  background-position: 4.4vw 119px;
}
.section-texteetimagehome div.entetetexte span.surtitre {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 600;
  color: #1e1e1e;
  display: inline-block;
  margin-bottom: 14px;
}
.section-texteetimagehome div.entetetexte >p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.section-texteetimagehome div.entetetexte a.boutPlein {
  margin: 0 25px 10px 0;
}
.section-texteetimagehome .imgcropCtn {
  height: 700px;
  width: 100%;
  max-height: 70vw;
}
.section-texteetimagehome .imgcropCtn small {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-shadow: 2px 2px 4px black;
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: default;
}
.section-texteetimagehome .imgcropCtn small .copysymb {
  padding: 5px 0;
}
.section-texteetimagehome .imgcropCtn small .copycont {
  padding-left: 5px;
  display: none;
}
.section-texteetimagehome .imgcropCtn small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
@keyframes slidecopy {
  from {
    margin-left: -50px;
    opacity: .1;
  }
  to {
    margin-left: 0px;
    opacity: 1;
  }
}
@media screen and (max-width: 1400px) {
  .section-texteetimagehome div.entetetexte {
    padding: 60px 11% 60px 6%;
    background-position: 4.4vw 50px;
  }
  .section-texteetimagehome .imgcropCtn {
    height: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .section-texteetimagehome .imgcropCtn {
    height: 500px;
  }
  .section-texteetimagehome div.entetetexte {
    transform: translate(16%,65px);
  }
}
@media screen and (max-width: 992px) {
  .section-texteetimagehome div.entetetexte {
    transform: none;
  }
  .section-texteetimagehome div.entetetexte {
    background-position: 20px 20px;
    padding: 30px 30px 30px 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .section-texteetimagehome {
    padding-bottom: 0;
  }
}
