.home__welcome{
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  background: #F2ECF5;
  color: #5a2a82;
  line-height: 1.2;
  margin-bottom: 20px;
}
.home__welcome__tile{
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: 10px;

}
.home__welcome__overview{
  font-weight: 500;
  padding: 4px 0;

}

.cataloglayout__searchresults {
  width: 100%;
}

.catalog__category__overview  {
  margin-bottom: 25px;
}


.catalog__category__overview p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.catalog__partnumber {
  color: #81898f;
}

.catalog__removefilters {
  margin: 10px;
}

.catalog__removefilters li {
  display: inline-block;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  background-color: #333;
  color: #fff;
  border-radius: 1rem;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
}

.catalog__removefilters li::after {
  content: "✖";
  position: absolute;
  top: 3px;
  text-align: center;
  right: 5px;
  padding: 3px;
  width: 21px;
  height: 21px;
  color: black;
  border-radius: 50%;
  background-color: #cccccc;
}

.catalog__removefilters li:hover {
  background-color: #4d4d4d;
}

.catalog__listing {
  display: grid;
  grid-auto-rows: minmax(auto, auto);
  grid-template-columns: 1fr;
  gap: 30px 10px;
  list-style: none;
  align-items: stretch;
}

/* @media (min-width: 617px) {
  .catalog__listing {
    display: grid;
    grid-auto-rows: minmax(auto, auto);
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
    list-style: none;
    align-items: stretch;
  }
} */

/* @media (min-width: 1000px) {
  .catalog__listing {
    display: grid;
    grid-auto-rows: minmax(auto, auto);
    grid-template-columns: 1fr;
    gap: 30px 10px;
    list-style: none;
    align-items: stretch;
  }
} */

@media (min-width: 600px) {


.home__newip__listing {
  display: grid;
  grid-auto-rows: minmax(auto, auto);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 10px;
  list-style: none;
  align-items: stretch;
  margin-bottom: 30px;
}


.home__featuredip__listing {
  display: grid;
  grid-auto-rows: minmax(auto, auto);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 10px;
  list-style: none;
  align-items: stretch;
  margin-bottom: 40px;

}

.catalog__listing_item {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 8px;
  justify-content: space-between;
  align-items: stretch;
  /* padding: 10px;
  margin: 10px;
  justify-content: space-between;
  height: 100%; 
  overflow: hidden; */
}

}



.home__newip_item {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 8px;
  justify-content: space-between;
  align-items: stretch;
  cursor: pointer;
  margin-bottom: 15px;
  /* padding: 10px;
  margin: 10px;
  justify-content: space-between;
  height: 100%; 
  overflow: hidden; */
}

@media (min-width: 600px) {
  .home__newip_item {
   
    margin-bottom: 0;
    
  }


}


.home__newip_item:hover a {
  text-decoration: underline;
}


.catalog__listing_item__text {
  
   padding: 10px;
  margin: 10px;
  text-decoration: none;
}

.catalog__blockdiagram {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex: 0 0 320px;
  
  

}

.home__newip__blockdiagram {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  
}

.catalog__blockdiagram img {
  flex-shrink: 0;
  max-width: 320px;
  max-height: 150px;
}


.home__newip__blockdiagram img {
  flex-shrink: 0;
  max-width: 385x;
  max-height: 200px;
}

.catalog__block {
    position: relative;
}

.catalog__full-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.catalog__title {
  font-weight: 400;
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 10px;
  margin: 10px;
  text-decoration: none;
  color: black;

}

.catalog__featured_product_title {
  font-weight: 400;
  font-size: .9rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* padding: 10px; */
  margin: 20px 10px;
  text-decoration: none;
  color: black;

}


.catalog__features ul {
  list-style: square;
  margin: 5px 0 5px 40px;
  line-height: 1.1rem;
  font-size: 0.8rem;
}

.catalog__features__supplier_container {
   margin: 5px 0 5px 20px;
  font-weight: 300;
  font-size: 0.9rem;
  color: white;                     
  background: var(--mainColor);       
  /* padding: 0.5rem 1.5rem 0.5rem 1rem; */
  position: relative;
  overflow: hidden;
  display: inline-block;             /* Pour éviter que le h2 prenne toute la largeur */
  /* clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%); */
}


.catalog__features__supplier_container:after {
  height: 100%;
  top:0;
  left:0;
  width: 100%;
  background-color: white;
  position: absolute;
  content: "";
  transform: rotate(-75deg);
  transform-origin: top right;
}

.catalog__features__supplier {
  padding: 0.5rem 1.5rem 0.5rem 1rem; 
}


.catalog__featured_product__features ul {
  list-style: square;
  margin: 5px 0 5px 40px;
  line-height: 1rem;
  font-size: 0.8rem;
}

.catalog__features li::marker {
  color: #fcaf1a;
}



.catalog__link {
  padding-bottom: 5px;
  text-decoration: none;
  color: black;
  letter-spacing: 0.05em;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.ecosystem__link {
  padding-bottom: 5px;
  text-decoration: none;
  color: black;
  letter-spacing: 0.05em;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.ecosystem__companyname {
  font-weight: 700;
  font-size: 1.05rem;
  padding-bottom: 10px;
}
.ecosystem__description {
  font-size: 0.8rem;
  padding-bottom: 10px;
}



.ecosystem__viewmore {
  margin: 10px 0 0;
  cursor: pointer;


}


.ecosystem__viewmore span {
  font-weight: 700;

  transition: max-width .5s ease;
  display: inline-block;
  vertical-align: text-bottom;
  white-space: nowrap;
  overflow: hidden;
  outline: 0;
}

.ecosystem__viewmore svg {
  position: relative;
  top: -1px;
  transform: translateY(3.5px);
  margin-left: 2px;
  width: 25px;
  height: 16px;
  transition-duration: .2s;
}

.ecosystem__listing_item:hover .ecosystem__companyname {
  color: var(--mainColor);
}

.ecosystem__listing_item:hover .ecosystem__viewmore {
  color: var(--mainColor);


  
}

.ecosystem__listing_item:hover .ecosystem__viewmore svg {
  transform: translate(4px, 3.5px);
}

.catalog__listing_item:hover .catalog__title {
  text-decoration: underline;
}

.catalog__listing_item:hover {
  border: 1px solid #fcaf1a;
}

.catalog__listing_item_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.bookmark {
  width: 26px;
  height: 26px;
  background-image: url("../../../img/bookmark-heart-E1lJEdv.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.bookmark-filled {
  background-image: url("../../../img/bookmark-heart-fill-P7beGHY.svg");
}




.modal_login_required {
  background-color: rgba(0, 0, 0, .75);
  bottom: 0;
  display: flex;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 10000000000;
}


.modal_login_required-content {
  background-color: #fff;
  border-radius: 5px;
  flex: 1;
  margin: auto;
  max-width: 900px;
  position: relative;
  width: auto;
  padding: 30px;
  text-align: center;
}

.modal_login_required.modal__show {
  opacity: 1;
  transition: .2s;
  visibility: visible;
}

.login_required__register {
  border: 1px solid black;
  border-radius: 4px;
  text-decoration: none;
  color: black;
  padding: 10px;
  display: inline-flex;
  max-width: 300px;
  width: auto;
  margin: auto;
  justify-content: space-around;
  align-items: center;
  gap: 15px;



}

.login_required__signin {
  color: black;
  font-weight: 700;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-15 {
  margin-bottom: 15px;
}