.section-texteetimage {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.section-texteetimage .hauteurfixe {
  align-items: center;
}
.section-texteetimage .texteetimage__content {
  padding: 0 45px;
  text-align: center;
  width: 50%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-texteetimage .texteetimage__content h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-texteetimage .texteetimage__content p {
  max-width: 690px;
  margin: 0 auto 20px;
}
.section-texteetimage .texteetimage__image {
  width: 50%;
  position: relative;
  flex: 0 0 auto;
  padding: 0 45px;
}
.section-texteetimage .texteetimage__logo {
  width: auto;
  height: 120px;
  margin-bottom: 10px;
}
.section-texteetimage figure {
  margin-bottom: 0;
}
.section-texteetimage p {
  font-weight: 300;
}
.section-texteetimage ul {
  line-height: 1.4;
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
}
.section-texteetimage a.bouton1,
.section-texteetimage a.liendoc {
  margin-top: 5px;
  margin-bottom: 20px;
}
.section-texteetimage table {
  margin: auto;
}
.section-texteetimage table tr:nth-child(odd) {
  background-color: rgba(203,16,48,0.1);
}
.section-texteetimage table td {
  border-width: 1px;
}
.section-texteetimage .gauche {
  order: -1;
  padding: 0 90px;
}
.section-texteetimage .txtgauche :last-child {
  margin-bottom: 0;
}
.section-texteetimage .txtdroite :last-child {
  margin-bottom: 0;
}
.section-texteetimage div.image {
  height: 100%;
}
.section-texteetimage div.image .imgcropCtn.fullheight {
  height: 100%;
}
.section-texteetimage img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .section-texteetimage {
    flex-direction: column;
  }
  .section-texteetimage .texteetimage__content {
    width: 100%;
    padding: 0 45px;
  }
  .section-texteetimage .texteetimage__content p {
    font-size: 1.5rem;
  }
  .section-texteetimage .texteetimage__content.txtdroite {
    margin-bottom: 30px;
  }
  .section-texteetimage .texteetimage__image {
    width: 100%;
    padding: 0 45px;
  }
  .section-texteetimage .texteetimage__image.gauche {
    margin-bottom: 30px;
  }
  .section-texteetimage div.image {
    height: 520px !important;
  }
  .section-texteetimage div.image .imgcropCtn {
    height: 100% !important;
  }
  .section-texteetimage .texteetimage__logo {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .section-texteetimage div.image {
    height: 440px !important;
  }
}
@media (max-width: 575px) {
  .section-texteetimage div.image {
    height: 60vw !important;
  }
  .section-texteetimage div.image .imgcropCtn {
    height: 100% !important;
  }
}
