.boxhoraires {
    height: auto;
    margin: auto;
    background: white;
    float: left;
    padding: 0px 1%;
}

.boxhoraires .content {
  float: left;
  display: block;
  vertical-align: middle;
  overflow: hidden;
  height: auto;
  width: 100%;
}
.boxhoraires .content .picture{
  background: url('../../images/horaires.jpg');
  height: 104px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.boxhoraires .content p {
  overflow: visible;
  text-align: justify;
}

