/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-projects-list__inner {
  padding-inline: 2rem;
  padding-top: 5rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 639px) {
  .s-projects-list__inner {
    padding-inline: 1rem;
  }
}
.s-projects-list__ttl {
  margin: 0;
  font-size: 8vw;
  line-height: 1.25;
  font-weight: 200;
  font-variation-settings: "wght" 200;
  line-height: 1;
}
@media screen and (min-width: 1920px) {
  .s-projects-list__ttl {
    font-size: 150px;
  }
}
@media screen and (max-width: 1039px) {
  .s-projects-list__ttl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media screen and (max-width: 639px) {
  .s-projects-list__ttl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.s-projects-list__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 3rem;
}
.s-projects-list__filters button {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
  opacity: 0.4;
  cursor: pointer;
}
.s-projects-list__filters button.is-active {
  opacity: 1;
  text-decoration: underline;
}
.s-projects-list__rows {
  margin-top: 2rem;
  display: grid;
}
.s-projects-list__row {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: inherit;
}
.s-projects-list__row:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.s-projects-list__name {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
@media screen and (max-width: 1039px) {
  .s-projects-list__name {
    font-size: 1.5rem;
  }
}
.s-projects-list__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: none;
  letter-spacing: 0;
  opacity: 1;
  font-weight: 200;
  font-variation-settings: "wght" 200;
}
@media screen and (max-width: 639px) {
  .s-projects-list__meta {
    font-size: 0.875rem;
    opacity: 0.6;
  }
}