.clear {
  clear: both;
}

#bandeau-montres-de-marque {
  padding: 15px;
  background-color: white;
}
#bandeau-montres-de-marque .owl-theme .owl-controls {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  margin-top: 0;
  background-color: transparent !important;
}
#bandeau-montres-de-marque .owl-theme .owl-controls .owl-page span {
  background-color: white;
}
#bandeau-montres-de-marque .owl-theme .owl-controls .active span {
  background-color: white;
}
#bandeau-montres-de-marque .slider {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#bandeau-montres-de-marque .description {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#bandeau-montres-de-marque .description .logo {
  text-align: center;
}
#bandeau-montres-de-marque .description h2 {
  display: none;
}
#bandeau-montres-de-marque .description p {
  color: gray;
  font-size: 13px;
  line-height: 18px;
  font-family: "Asap", Arial, Helvetica, sans-serif;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 20px;
}

@media only screen and (max-width: 40em) {
  #bandeau-montres-de-marque {
    padding: 5px 15px;
  }
  #bandeau-montres-de-marque .description {
    padding-top: 0px;
  }
  #bandeau-montres-de-marque .description p {
    display: none;
  }
}
