.section-texteetimage .container {
  background: #0E4A3C;
  color: #ffffff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.section-texteetimage .container h1,
.section-texteetimage .container h2,
.section-texteetimage .container h3,
.section-texteetimage .container h4,
.section-texteetimage .container h5,
.section-texteetimage .container h6 {
  color: #ffffff;
}
.section-texteetimage .container p a:hover {
  color: #ffffff;
}
.section-texteetimage figure {
  position: relative;
  margin-bottom: 0;
  height: 100%;
}
.section-texteetimage img {
  max-width: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.section-texteetimage .bloc__texte {
  padding: 50px 40px 50px 60px;
}
.section-texteetimage .bloc__texte .boutPlein {
  margin: 20px 0 0;
}
.section-texteetimage .gauche {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.section-texteetimage .gauche img {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.section-texteetimage .gauche .bloc__texte {
  padding: 50px 60px 50px 40px;
}
@media (max-width: 1340px) {
  .section-texteetimage {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .section-texteetimage .container,
  .section-texteetimage .container-lg,
  .section-texteetimage .container-md,
  .section-texteetimage .container-sm,
  .section-texteetimage .container-xl,
  .section-texteetimage .container-xxl {
    padding: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
  }
  .section-texteetimage .container.gauche,
  .section-texteetimage .container-lg.gauche,
  .section-texteetimage .container-md.gauche,
  .section-texteetimage .container-sm.gauche,
  .section-texteetimage .container-xl.gauche,
  .section-texteetimage .container-xxl.gauche {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }
  .section-texteetimage .container.gauche .bloc__texte,
  .section-texteetimage .container-lg.gauche .bloc__texte,
  .section-texteetimage .container-md.gauche .bloc__texte,
  .section-texteetimage .container-sm.gauche .bloc__texte,
  .section-texteetimage .container-xl.gauche .bloc__texte,
  .section-texteetimage .container-xxl.gauche .bloc__texte {
    padding: 30px 40px 30px 40px;
  }
  .section-texteetimage .container.gauche figure img,
  .section-texteetimage .container-lg.gauche figure img,
  .section-texteetimage .container-md.gauche figure img,
  .section-texteetimage .container-sm.gauche figure img,
  .section-texteetimage .container-xl.gauche figure img,
  .section-texteetimage .container-xxl.gauche figure img {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }
  .section-texteetimage .bloc__texte {
    padding: 30px 40px 30px 40px;
  }
  .section-texteetimage figure {
    height: 200px;
  }
  .section-texteetimage figure img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
  }
}
