/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-salle-list {
  background-color: #FCFAF2;
}
.s-salle-list__inner {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  gap: 5rem;
  align-items: center;
  border-radius: 0.75rem;
}
.s-salle-list__left {
  min-width: 0;
}
.s-salle-list__title {
  color: var(--wp--preset--color--txt-black);
}
.s-salle-list__title p {
  margin: 0;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.14;
  letter-spacing: -0.07rem;
}
@media screen and (max-width: 1024px) {
  .s-salle-list__title p {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 991px) {
  .s-salle-list__title p {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 580px) {
  .s-salle-list__title p {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
.s-salle-list__description {
  margin-top: 1.25rem;
  color: var(--wp--preset--color--txt-black);
}
.s-salle-list__description p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.375;
}
.s-salle-list__description p:last-child {
  margin-bottom: 0;
}
.s-salle-list__description p:first-child {
  margin-top: 0;
}
.s-salle-list__description p:last-child {
  margin-bottom: 0;
}
.s-salle-list__right {
  min-width: 0;
}
.s-salle-list__cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.s-salle-list__card {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--txt-black) 22%, transparent);
  border-radius: 0.75rem;
  background-color: var(--wp--preset--color--bg-white);
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
}
.s-salle-list__media {
  margin: 0;
  width: 12.5rem;
  flex: 0 0 12.5rem;
  background-color: var(--wp--preset--color--bg-gray-light);
  border-radius: 0.75rem;
  overflow: hidden;
}
.s-salle-list__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-salle-list__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-salle-list__card-title {
  margin: 0;
  color: var(--wp--preset--color--txt-black);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.025rem;
}
.s-salle-list__card-title {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .s-salle-list__card-title {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-salle-list__card-title {
    font-size: 1.25rem;
  }
}
.s-salle-list__card-intro {
  margin: 0.5rem 0 0;
  color: var(--wp--preset--color--txt-black);
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
}
.s-salle-list__card-link-label {
  margin-top: 0.5rem;
  color: var(--wp--preset--color--txt-black);
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.875rem;
  border-radius: 62.4375rem;
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--txt-black) 22%, transparent);
  background-color: var(--wp--preset--color--bg-white);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.s-salle-list__card-link-label {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-salle-list__card-link-label {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-salle-list__card-link-label {
    font-size: 0.875rem;
  }
}
.s-salle-list__card:hover .s-salle-list__card-link-label {
  background-color: var(--wp--preset--color--bg-primary);
  border-color: var(--wp--preset--color--bg-primary);
  color: var(--wp--preset--color--txt-white);
}
.s-salle-list__empty {
  margin: 0;
  color: var(--wp--preset--color--txt-gray-light);
  font-weight: 400;
}
.s-salle-list__empty {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-salle-list__empty {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-salle-list__empty {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .s-salle-list__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: stretch;
  }
  .s-salle-list__left {
    max-width: 100%;
  }
  .s-salle-list__card {
    flex-direction: column;
    gap: 0;
    padding: 0;
    overflow: hidden;
  }
  .s-salle-list__media {
    width: 100%;
    flex: none;
    height: auto;
    aspect-ratio: 16/10;
    border-radius: 0;
  }
  .s-salle-list__content {
    padding: 1.5rem 1.25rem 1.5rem;
    gap: 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  .s-salle-list {
    overflow-x: clip;
  }
  .s-salle-list__inner {
    padding-inline: 1.25rem;
    gap: 1.75rem;
  }
  .s-salle-list__title p {
    line-height: 1.2;
  }
  .s-salle-list__description {
    margin-top: 1rem;
  }
  .s-salle-list__description p {
    overflow-wrap: anywhere;
  }
  .s-salle-list__cards {
    gap: 0.75rem;
  }
  .s-salle-list__media {
    aspect-ratio: 16/9;
  }
  .s-salle-list__content {
    padding: 1.25rem 1rem 1.25rem;
  }
  .s-salle-list__card-title {
    font-size: 1.375rem;
    line-height: 1.25;
    letter-spacing: -0.0275rem;
  }
  .s-salle-list__card-intro {
    margin-top: 0.25rem;
    font-size: 0.9375rem;
    line-height: 1.45;
  }
  .s-salle-list__card-link-label {
    width: 100%;
    margin-top: 0.75rem;
    padding: 0.75rem 1rem;
    text-align: center;
    white-space: normal;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 580px) {
  .s-salle-list__inner {
    padding-inline: 1rem;
    gap: 1.5rem;
  }
  .s-salle-list__media {
    aspect-ratio: 4/3;
  }
  .s-salle-list__content {
    padding: 1rem 0.875rem 1.125rem;
  }
  .s-salle-list__card-title {
    font-size: 1.25rem;
  }
}