:root {
  --mainColor: #5a2982;
  --primary: #5a2982;
  --secondaryColor: #fcaf1a;
  --secondary: #fcaf1a;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container_pulse_home {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 105px) {
  .container_pulse_home {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mb30 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1440px) {
  .container {
      width: 1296px;
  }
}

/* @media (min-width: 1920px) {
  .container {
    width: 1840px;
  }
} */

/*> top nav - profile, language */

.topnav {
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
}

.topnav li {
  margin: 4px;
  white-space: nowrap;
}

.topnav a {
  text-decoration: none;
  color: white;
}

.top-dropdown {
  position: relative;
  padding: 0 10px;
}

.topnav-dropdown-menu a {
  color: black;
}

.topnav-img {
  margin: 0 10px;
}

.topnav-top-dropdown > a::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%230E0E0E' viewBox='0 0 32 32'%3E%3Cpath d='M30.485 7.244L16 21.729 1.515 7.244 0 8.757l16 16 16-16z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 8px;
  background-position: 50%;
  padding: 6px 10px;
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
}
.topnav-top-dropdown:hover > a::after {
  transform: rotate(-180deg);
}

.li-item {
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
}

.topnav-dropdown-menu {
  list-style: none;
  position: absolute;
  background: white;
  width: 180px;
  top: 18px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: inset 0 1px 0 #c4c4c4;
  border: 1px solid #c4c4c4;
  border-top: none;
  z-index: 9;
}

.top-dropdown:hover .topnav-dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/*< top nav - profile, language */

/*> catalog layout */

.cataloglayout {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 1000px) {
  .cataloglayout {
    flex-direction: row;
    align-items: flex-start;
  }

  .cataloglayout__facet {
    flex: 0 0 280px;
  }

  .cataloglayout__facet__showfilter {
    display: none;
  }
}

/*< catalog layout */

/* > generic margin */
.mt-30 {
  margin-top: 30px;
}

.mt-1 {
  margin-top: 1px;
}

/* < generic margin */

a.breadcrumb,
a.breadcrumb:visited {
  text-decoration: none;
  color: #316aca;
  font-size: 0.8rem;
}

div.breadcrumb {
  font-size: 0.8rem;
}

.bold {
  font-weight: bold;
}

/* > style title */

.maintitle {
  margin: 20px 0;
  color: var(--mainColor);
  font-weight: 600;
  font-size: 1.7rem;
  border-bottom: 5px solid var(--mainColor);
}

@media (min-width: 700px) {
  .maintitle {
    font-weight: 300;
    font-size: 3rem;
  }
}

.subtitle {
  margin: 15px 0 15px 0px;
  padding: 5px 0 5px 10px;
  color: var(--mainColor);
  font-weight: 300;
  font-size: 1.7rem;
  border-left: 10px solid var(--secondaryColor);
}


.vendor-name {
  margin: 15px 0 15px 0px;
  /* padding: 5px 30px 5px 10px; */
  font-weight: 300;
  font-size: 2.3rem;

  color: white;                     
  background: var(--mainColor);       
  padding: 1rem 3rem 1rem 2rem;
  position: relative;
  display: inline-block;             /* Pour éviter que le h2 prenne toute la largeur */
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}



.catalog__datasheet__vendor_name__container {
  margin: 15px 0 15px 0px;
  /* padding: 5px 30px 5px 10px; */
                   
  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__datasheet__vendor_name__container:after {
  height: 100%;
  top:0;
  left:0;
  width: 100%;
  background-color: white;
  position: absolute;
  content: "";
  transform: rotate(-75deg);
  transform-origin: top right;
}

.catalog__datasheet__vendor_name {
  font-weight: 300;
  font-size: 1.5rem;
  color: white;    
  padding: 0.7rem 2.5rem 0.7rem 1.4rem;
}


@media (min-width: 700px) {
  .catalog__datasheet__vendor_name {
  font-weight: 300;
  font-size: 2.3rem;
  color: white;    
  padding: 1rem 4rem 1rem 2rem;
}
}



/* < style title */
