body .image-texte-container img {
  max-width: 100%;
}
body .image-texte-container .container .texte-container {
  margin-left: -15px;
  margin-right: -15px;
}
body .image-texte-container .texte-container {
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}
body .image-texte-container .texte-container h3,
body .image-texte-container .texte-container h4 {
  text-transform: uppercase;
}
body .image-texte-container .texte-container p {
  margin-bottom: 0;
}
body .image-texte-container .texte-container .btn {
  margin-top: 30px;
}
body .image-texte-container .image-pleine-hauteur {
  display: none;
}
@media screen and (min-width: 768px) {
  body .image-texte-container .texte-container.pleine-hauteur {
    position: absolute;
    background: none!important;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  body .image-texte-container .image-pleine-hauteur {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body .image-texte-container {
    padding: 0;
    max-width: 100%;
  }
  body .image-texte-container .texte-container {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: none!important;
    margin-left: 0;
    margin-right: 0;
  }
}
