.slick-list{
    width: 100% !important;
}
.slick-track{
    width: 5066px !important;
}
.slick-slide{
    width: 230px !important;
}

.short_desc_marque p:first-child {
  -webkit-line-clamp: 6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 66px !important;
}

.short_desc_marque p:not(:first-child) {
    display: none; /* Cacher les autres paragraphes */
}

.products {
  width: 80% !important;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.brand_titre{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 /* margin-bottom: 65px;*/
}

.brand_titre h2{
  font-size: 24px;
}
.brand_titre p{
  width: 80%;
  margin-top: 20px;
}

.trait_orange{
  border-top: 2px solid #f8981d;
  width: 80%;
  margin: 0 auto;
}

.main_p2_brand{
  display: flex;
  flex-direction: row;
  /*justify-content: space-between;*/
  align-items: center;
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 12%;
}

.paragraphe_brand{
  border: 1px solid #D7D7D7;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  height: 388px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 25px;
  padding: 20px;
}

.paragraphe_brand img{
  position: absolute;
  top: -25%;
  /*margin-top: -11%;*/
  max-height: 100%;
  z-index: 100;
  height: auto;
  width: 174px;
}

.container_paragraphe_brand{
  width: 25%;
  /*margin-right: 5%;*/
  margin-top: 115px;
}

.btn-decouvrir{
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-decouvrir button{
  border: none;
  width: 100px;
  height: 29px;
  background-color: #f8981d;
  border-radius: 44px;
  color: #fff;
  font-weight: bold;
}

.titre_paragraphe_brand h2{
  font-size: 16px;
}

.titre_paragraphe_brand{
  margin-bottom: 25px;
  text-align: center;
}

.contenu_paragraphe_brand {
  height: 190px;
}

.contenu_paragraphe_brand p{
  letter-spacing: revert !important;
  height: 246px;
  overflow: hidden;
}

.ctn-sec{
  margin: 0px 73px;
  margin-top: 0px;
  margin-top: 115px;
}

/********* responsive affichage marque *********/
  @media screen and (max-width: 1024px) {
    .div_contain_marque{
        flex-direction: column !important;
    }

    .div_logo_marque{
        width: 100% !important;
    }

    .div_desription_marque{
        width: 100% !important;
    }
    .brand_titre h2{
      width: 80%;
    }
    .pCleanspace{
      width: 100% !important;
    }
  }
  @media screen and (max-width: 762px) {
    .container_paragraphe_brand {
      width: 44% !important;
    }

    .brand_titre h2{
      width: 80%;
      font-size: 21px;
    }
  }
  @media screen and (max-width: 560px) {
    .container_paragraphe_brand {
      width: 100% !important;
    }
  }

/********* fin responsive affichage marque *********/