#liens-categories {
  padding: 0.5rem 0;
  /* Solution full-width : sort du conteneur parent */
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
}

/* body.light-mode #liens-categories {
  background: #f4f4f4;
} */

body.light-mode #liens-categories {
  background: #f4f4f4;
}

#liens-categories h2 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  width: 143px;
  margin: 0;
}

#liens-categories div a {
  display: flex;
  grid-gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-radius: 10px;
  height: 40px;
}

#liens-categories div a figure {
  width: 1.7rem;
}

#liens-categories div a:hover {
  background: #17191d;
}

.light-mode #liens-categories div a:hover {
  background: #fff;
}

#liens-categories > .container {
  display: flex;
}

#liens-categories .slick-track {
  display: flex;
  align-items: center;
}
#liens-categories .slick-track .slick-slide {
  margin: 0 1px;
}

/* body.light-mode #liens-categories .slick-track > h2 {
  background: white;
  border-radius: 10px;
} */

body.light-mode #liens-categories .slick-track > h2 {
  background: white;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  #liens-categories h2 {
    width: 136px;
  }
}
