@charset "UTF-8";
/* 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 */
/* Section "Ces articles pourraient vous intéresser" – iso Figma node 4222:23870 */
.single-post-related-posts .l-wrapper {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.single-post-related-posts__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
}
.single-post-related-posts__head {
  width: 100%;
  display: flex;
  justify-content: center;
}
.single-post-related-posts__title {
  margin: 0;
  font-family: "remora-sans-w1", "sans-serif";
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.125rem;
  color: var(--wp--preset--color--txt-secondary-dark);
  text-transform: uppercase;
  text-align: center;
}
.single-post-related-posts__grid {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-post-related-posts__card {
  flex: 1;
  min-width: 0;
}
.single-post-related-posts__card-inner {
  display: flex;
  gap: 1.25rem;
  height: 100%;
  min-height: 20.5rem;
  padding: 1.5rem;
  background-color: var(--wp--preset--color--bg-tertiary-soft);
  align-items: center;
}
.single-post-related-posts__card-img {
  flex-shrink: 0;
  width: 15rem;
  height: 100%;
  overflow: hidden;
}
.single-post-related-posts__card-img-link {
  display: block;
  width: 100%;
  height: 100%;
}
.single-post-related-posts__card-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post-related-posts__card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 17.1875rem;
  min-width: 0;
}
.single-post-related-posts__card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.5rem;
}
.single-post-related-posts__card-date {
  font-family: "Inter", "sans-serif";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  color: var(--wp--preset--color--txt-gray-dark);
}
.single-post-related-posts__card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.625rem;
  background-color: var(--wp--preset--color--bg-white);
  border-radius: 3.125rem;
  font-family: "Inter", "sans-serif";
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  color: var(--wp--preset--color--txt-gray-dark);
}
.single-post-related-posts__card-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.single-post-related-posts__card-title {
  margin: 0;
  font-family: "Inter", "sans-serif";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  color: var(--wp--preset--color--txt-gray-dark);
}
.single-post-related-posts__card-title a {
  color: inherit;
  text-decoration: none;
}
.single-post-related-posts__card-title a:hover {
  text-decoration: underline;
}
.single-post-related-posts__card-title-link {
  color: inherit;
  text-decoration: none;
}
.single-post-related-posts__card-title-link:hover {
  text-decoration: underline;
}
.single-post-related-posts__card-excerpt {
  margin: 0;
  font-family: "Inter", "sans-serif";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  color: var(--wp--preset--color--txt-gray-dark);
  margin-bottom: 0.75rem;
}
.single-post-related-posts__card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  border-bottom: 1px solid var(--wp--preset--color--txt-gray-dark);
  font-family: "remora-sans-w1", "sans-serif";
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: var(--wp--preset--color--txt-gray-dark);
  text-transform: uppercase;
  text-decoration: none;
  align-self: flex-start;
}
.single-post-related-posts__card-cta:hover {
  color: var(--wp--preset--color--txt-gray-dark);
  opacity: 0.8;
}
.single-post-related-posts__footer {
  display: flex;
  justify-content: center;
  width: 100%;
}
.single-post-related-posts__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--wp--preset--color--txt-gray-dark);
  font-family: "remora-sans-w1", "sans-serif";
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: var(--wp--preset--color--txt-gray-dark);
  text-transform: uppercase;
  text-decoration: none;
}
.single-post-related-posts__cta:hover {
  color: var(--wp--preset--color--txt-gray-dark);
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .single-post-related-posts__title {
    font-size: 2.5rem;
    line-height: 2.625rem;
  }
  .single-post-related-posts__card-img {
    width: 11.25rem;
  }
}
@media screen and (max-width: 991px) {
  .single-post-related-posts__inner {
    gap: 1.75rem;
  }
  .single-post-related-posts__grid {
    flex-direction: column;
    gap: 1rem;
  }
  .single-post-related-posts__card-inner {
    flex-direction: column;
    min-height: auto;
    align-items: stretch;
    padding: 1rem;
    gap: 1rem;
  }
  .single-post-related-posts__card-img {
    width: 100%;
    height: 12.5rem;
  }
  .single-post-related-posts__card-body {
    min-height: auto;
  }
  .single-post-related-posts__card-title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .single-post-related-posts__title {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 580px) {
  .single-post-related-posts__inner {
    gap: 1.5rem;
  }
  .single-post-related-posts__card-inner {
    padding: 0.875rem;
  }
  .single-post-related-posts__card-img {
    height: 10.625rem;
  }
  .single-post-related-posts__card-meta {
    margin-bottom: 1rem;
  }
  .single-post-related-posts__card-content {
    gap: 1rem;
  }
  .single-post-related-posts__title {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}