.section-texteetimageaveccarte .texte {
  padding: 0px 7vw 5vw 14.8vw;
}
.section-texteetimageaveccarte .texte .boutons {
  margin-top: 40px;
}
.section-texteetimageaveccarte .texte .boutons .bouton {
  margin: 0 10px 10px 0;
}
.section-texteetimageaveccarte .imgcropCtn {
  height: calc(100% - 5vw);
  margin-left: 35px;
  margin-top: 5vw;
}
.section-texteetimageaveccarte .row {
  position: relative;
}
.section-texteetimageaveccarte .carte {
  position: absolute;
  top: 23%;
  left: 43%;
}
.section-texteetimageaveccarte .carte span {
  position: absolute;
  bottom: -25px;
  left: 21px;
  transform: rotate(-5deg);
  font-family: 'Backto', cursive;
  font-size: 2.5rem;
  text-shadow: 0.5px 0.5px white;
}
.section-texteetimageaveccarte 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-texteetimageaveccarte small .copysymb {
  padding: 5px 0;
}
.section-texteetimageaveccarte small .copycont {
  padding-left: 5px;
  display: none;
}
.section-texteetimageaveccarte small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-texteetimageaveccarte img {
  max-width: 100%;
}
@keyframes slidecopy {
  from {
    margin-left: -50px;
    opacity: .1;
  }
  to {
    margin-left: 0px;
    opacity: 1;
  }
}
@media (max-width: 1400px) {
  .section-texteetimageaveccarte .texte {
    padding: 0px 80px 5vw 20px;
  }
}
@media (max-width: 991px) {
  .section-texteetimageaveccarte .imgcropCtn {
    height: 70vw;
    width: 80vw;
    margin: 30px 0 0;
  }
  .section-texteetimageaveccarte .texte {
    padding: 0 7.5px;
  }
  .section-texteetimageaveccarte .carte {
    margin-top: -30vw;
    left: 0vw;
    text-align: right;
    position: relative;
  }
  .section-texteetimageaveccarte .carte img {
    max-width: 30vw;
  }
  .section-texteetimageaveccarte .carte span {
    bottom: -25px;
    right: 14vw;
    left: auto;
  }
}
