.section-texteetimage .droite > div:nth-child(1) {
  order: 2;
}
.section-texteetimage .texte {
  padding: 60px 0 0 7vw;
}
.section-texteetimage .texte span.surtitre {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid #555D67;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.section-texteetimage .texte h2 {
  font-size: 3.2rem;
  line-height: 4.9rem;
  max-width: 400px;
}
.section-texteetimage .texte p {
  max-width: 400px;
}
.section-texteetimage .texte .boutons {
  margin-top: 40px;
}
.section-texteetimage .texte .boutons .bouton {
  margin: 0 10px 10px 0;
}
.section-texteetimage.vertspa,
.section-texteetimage.orangehotel,
.section-texteetimage.vertresto,
.section-texteetimage.taupeseminaire {
  padding: 70px 0;
}
.section-texteetimage.vertspa .texte span.surtitre,
.section-texteetimage.orangehotel .texte span.surtitre,
.section-texteetimage.vertresto .texte span.surtitre,
.section-texteetimage.taupeseminaire .texte span.surtitre {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.section-texteetimage.vertspa .texte h2,
.section-texteetimage.vertspa .texte p,
.section-texteetimage.orangehotel .texte h2,
.section-texteetimage.orangehotel .texte p,
.section-texteetimage.vertresto .texte h2,
.section-texteetimage.vertresto .texte p,
.section-texteetimage.taupeseminaire .texte h2,
.section-texteetimage.taupeseminaire .texte p {
  color: #ffffff;
}
.section-texteetimage.vertspa .texte h2 strong,
.section-texteetimage.vertspa .texte p strong,
.section-texteetimage.orangehotel .texte h2 strong,
.section-texteetimage.orangehotel .texte p strong,
.section-texteetimage.vertresto .texte h2 strong,
.section-texteetimage.vertresto .texte p strong,
.section-texteetimage.taupeseminaire .texte h2 strong,
.section-texteetimage.taupeseminaire .texte p strong {
  color: #ffffff;
}
.section-texteetimage .imgcropCtn {
  height: 100%;
}
.section-texteetimage 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-texteetimage small .copysymb {
  padding: 5px 0;
}
.section-texteetimage small .copycont {
  padding-left: 5px;
  display: none;
}
.section-texteetimage 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 (max-width: 1200px) {
  .section-texteetimage .texte {
    padding: 60px 15px 0 15px;
  }
}
@media (max-width: 991px) {
  .section-texteetimage .texte {
    padding: 15px 15px 0 15px;
  }
}
@media (max-width: 767px) {
  .section-texteetimage .texte h2,
  .section-texteetimage .texte p {
    max-width: none;
  }
  .section-texteetimage .imgcropCtn {
    height: 65vw;
  }
  .section-texteetimage .texte {
    padding: 15px 0 0 0;
  }
  .section-texteetimage.vertspa,
  .section-texteetimage.orangehotel,
  .section-texteetimage.vertresto,
  .section-texteetimage.taupeseminaire {
    padding: 40px 0;
  }
  .section-texteetimage .texte .boutons {
    margin-top: 30px;
  }
  .section-texteetimage .droite .texte .boutons {
    margin-bottom: 20px;
  }
}
