.projet__list__item .item__image {
  min-width: 50px;
  width: 50px;
  height: auto;
  padding: 0;
}
.projet__list__item .item__image img {
  position: static;
  width: 50px;
  height: 50px;
}
.projet__list__item .item__inner {
  color: var(--wp--preset--color--white);
  background-color: transparent;
  border: none;
  padding: 0.5rem 0;
}
.projet__list__item .item__inner a {
  border: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.projet__list__item .item__content {
  padding-left: 1rem;
}
.projet__list__item .item__title p {
  text-align: left;
  font-size: 12px;
  margin-bottom: 0;
}
.projet__list__item:not(:last-child) {
  margin-bottom: 0;
}
.projet__list__item:not(:last-child) .item__inner a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.projet__grid__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: var(--paddingBase) 0;
}
.projet__grid__item {
  margin: 0;
}
.projet__grid__item__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  top: auto;
  z-index: 10;
  padding: 1rem 2rem;
}
.projet__grid__item__image:before {
  background: linear-gradient(180deg, rgba(0, 49, 31, 0) 0%, rgba(0, 49, 31, 0) 20%, #00311f 100%);
}
.projet__grid__item__title {
  clip-path: none;
  background-color: transparent;
  text-align: center;
  padding: 0;
}
.projet__grid__item__title h2, .projet__grid__item__title h3 {
  padding: 0;
  font-size: 14px;
}
.projet__grid__item__categories {
  position: static;
  text-align: center;
}
.projet__grid__item__category {
  background-color: transparent;
  border-radius: 0;
  color: var(--wp--preset--color--secondary);
  font-size: 12px;
  margin-bottom: 0.5em;
  text-transform: none;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* -------------------- RESPONSIVE --------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* XS */
/* ----------------------------------------------------- */
@media (min-width: 576px) {
  .projet__grid__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .projet__grid__item {
    width: auto;
  }
}
/* ----------------------------------------------------- */
/* SM */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* MD */
/* ----------------------------------------------------- */
@media (min-width: 992px) {
  .projet__grid__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* ----------------------------------------------------- */
/* LG */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* XL */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* XXL */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* HOVER */
/* ----------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
