.section-texteetimage .row > div {
  display: flex;
  justify-content: center;
}
.section-texteetimage .row > div h2 {
  font-size: 3.3rem;
  line-height: 1.4;
}
.section-texteetimage .row > div .bouton2 {
  color: #005267;
  width: 100%;
  margin-top: 20px;
}
.section-texteetimage .row > div .bouton2:hover {
  background: #005267;
  color: #ffffff;
}
.section-texteetimage .gauche figure,
.section-texteetimage .gauche .imgcropCtn {
  order: -1;
}
.section-texteetimage .texte__col {
  width: 100%;
  display: flex;
  justify-content: space-around;
  border: 1px solid #363738;
  background: #E8ECE7;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 50px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(30,30,30,0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(30,30,30,0.16);
  -o-box-shadow: 0 3px 6px 0 rgba(30,30,30,0.16);
  box-shadow: 0 3px 6px 0 rgba(30,30,30,0.16);
}
.section-texteetimage .texte__bloc {
  flex-shrink: 0;
  width: 46%;
}
.section-texteetimage figure,
.section-texteetimage .imgcropCtn {
  position: relative;
  margin-bottom: 0;
  flex-shrink: 0;
  width: 39%;
}
.section-texteetimage figure {
  height: fit-content;
}
.section-texteetimage img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .section-texteetimage .texte__col {
    flex-direction: column;
  }
  .section-texteetimage .texte__bloc,
  .section-texteetimage figure,
  .section-texteetimage .imgcropCtn {
    width: 100%;
  }
  .section-texteetimage .imgcropCtn {
    height: 320px;
    margin: 0 0 30px;
  }
  .section-texteetimage .gauche figure {
    margin-bottom: 30px;
  }
  .section-texteetimage .droite figure {
    margin-top: 30px;
  }
  .section-texteetimage .row > div h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .section-texteetimage .imgcropCtn {
    height: 340px;
  }
  .section-texteetimage .texte__col {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .section-texteetimage .imgcropCtn {
    height: 60vw;
  }
}
