.ebcategoryimage .row {
  float: left;
  width: 100%;
}
.ebcategoryimage img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}
.ebcategoryimage .wrapper-image {
  padding: 0;
  position: relative;
}

.ebcategoryimages-container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}

.ebcategoryimages {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.ebcategoryimage .row {
  margin: 0 0 1.56rem;
  position: relative;
}

.ebcategoryimages li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.ebcategoryimages img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

/* Texte sur l'image */
.ebcategoryimage .overlay-container {
  position: relative;
}
.ebcategoryimage .text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 2rem !important;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
}
.ebcategoryimage .wrapper-desc {
  padding: 0 1.5rem;
}

/* Texte sous l'image */
.ebcategoryimage .col-md-12 .wrapper-desc {
  padding: 1.5rem 0;
}

/* Styles généraux pour le texte */
.ebcategoryimage .wrapper-desc p {
  margin-bottom: 0;
}

.ebcategoryimage .wrapper-desc .title {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
}

.ebcategoryimage .wrapper-desc .description {
  line-height: 1.4;
}

.ebcategoryimage .col-md-6,
.ebcategoryimage .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

/*RESPONSIVE*/
@media screen and (max-width: 768px) {
  .ebDISPLAY_DESKTOP {
    display: none;
  }
  .ebcategoryimage .wrapper-desc {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 767px) {
  .ebDISPLAY_MOBILE {
    display: none;
  }
}
