@media(max-width : 929px) {
  .ban img{
    display: none;
  }
  .ban{
    background: url('../img/new_banner2.jpg') no-repeat;
    background-size: cover;
  }
  .page{
    width: 100% !important;
    max-width: 100% !important;
  }
  .page .contenu .contenu-div{
    flex-direction: column-reverse;
  }
  #interfaceActuShow .intax_content img {
    width: 100%;
    height: auto;
}
#interfaceActuShow .intax {
  width: 100%;
}
.page .slide-tof h5, .page .slide-tof .h5 {
  color: #fff;
  font-size: 14px;
}
.carousel-caption P{
  font-size: 13px;
}
}