.section-texteetimage .row.alignitemcenter {
  align-items: center;
}
.section-texteetimage img {
  max-width: 100%;
  -webkit-box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.4);
  -o-box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.4);
  box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.4);
}
.section-texteetimage a.boutPlein,
.section-texteetimage a.boutVide {
  margin-bottom: 20px;
}
.section-texteetimage ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0 0 20px;
  font-size: 1.7rem;
  line-height: 2.8rem;
}
.section-texteetimage a {
  color: #facf04;
}
.section-texteetimage a:hover {
  text-decoration: underline;
}
.section-texteetimage .row > div.gauche {
  padding-right: 50px;
}
.section-texteetimage .row > div.droite + div {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .section-texteetimage .gauche {
    order: 2;
  }
  .section-texteetimage img {
    display: block;
    margin: auto;
  }
}
