.catalogue-essentiels-bloc-img-bg {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.catalogue-essentiels-bloc-col-text-col-img {
  position: relative;
  background: #EEF7F5;
  padding: 100px 0;
}

.catalogue-essentiels-bloc-col-text-col-img .container {
  position: relative;
  z-index: 2;
}

.catalogue-essentiels-bloc-col-text-col-img-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .catalogue-essentiels-bloc-col-text-col-img-container {
    display: none;
  }
}

.catalogue-essentiels-bloc-col-text-col-img-container-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .catalogue-essentiels-bloc-col-text-col-img-container-mobile {
    display: block;
  }
  .catalogue-essentiels-bloc-col-text-col-img-container-mobile img {
    width: 100%;
    height: 75vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.catalogue-essentiels-bloc-col-text-list-title {
  font-size: 32px;
  margin-bottom: 64px;
}

.catalogue-essentiels-bloc-col-text-list {
  width: calc(50% - 32px);
  padding: 0 32px 0 0;
}

@media screen and (max-width: 767px) {
  .catalogue-essentiels-bloc-col-text-list {
    width: 100%;
    padding: 0;
  }
}

.catalogue-essentiels-bloc-col-text-list ul li {
  margin-bottom: 32px;
}

.catalogue-essentiels-bloc-col-text-list ul li strong {
  font-size: 22px;
}

.catalogue-essentiels-bloc-col-text-list ul li:last-child {
  margin-top: 64px;
  margin-bottom: 0;
}
/*# sourceMappingURL=product-description-list-image.css.map */