* {
  --primary: #7E54FF;
  --secondary: #9164FE;
  --tertiary: oklch(43.602% 0.14607 255.491deg);
  --quaternary: oklch(70.84% 0.096 76.72deg);
  --black: #000;
  --white: #fff;
  --info: #346cbf;
  --success: #28a745;
  --warning: #ffc107;
  --danger: #D81B0D;
  --grey: #635a58;
  --gray-100: #f9f9f9;
  --gray-200: #F3F3F6;
  --gray-300: #e0e0e0;
  --gray-400: #999;
  --gray-500: #7a7a7a;
  --gray-700: #444;
  --gray-900: #1d1d1d;
}

/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Medium Screens */
/* XLarge Devices, Wide Screens */
/* XXLarge Devices, Wide Screens */
.post-type-archive-adherent .breadcrumb {
  background-color: #313131;
  color: #fff;
}
.post-type-archive-adherent .breadcrumb__links-list {
  color: #fff;
}
.post-type-archive-adherent .breadcrumb__links-list a {
  color: #fff;
}
.post-type-archive-adherent .btn--filter {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .post-type-archive-adherent .btn--filter {
    display: none;
  }
}

.adherent__header {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .adherent__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.adherent__header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .adherent__header-right {
    width: auto;
  }
}
.adherent__header .search-title {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .adherent__header .search-title {
    width: 300px;
  }
}
.adherent__header .search-title__input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #DED8F3;
  border-radius: 4px;
  padding: 10px 12px 10px 42px;
  font-weight: 500;
  font-size: 1.4rem;
}
.adherent__header .search-title__submit {
  position: absolute;
  left: 10px;
  top: calc(50% - 14px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 4px;
  width: 28px;
  height: 28px;
}
.adherent__posts .adherent-card + .adherent-card {
  margin-top: 24px;
}

.adherent-card {
  position: relative;
  display: grid;
  grid-template-columns: 86px 1fr;
  grid-template-areas: "a b" "c c";
  gap: 12px;
  color: #313131;
  background-color: #F3F3F6;
  border: 1px solid #DED8F3;
  text-decoration: none;
  border-radius: 4px;
  padding: 16px;
  transition: background-color 200ms ease-in, color 200ms ease-in;
}
@media screen and (min-width: 620px) {
  .adherent-card {
    grid-template-columns: 86px 1fr;
    grid-template-areas: "a b" "a c";
    gap: 10px 16px;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .adherent-card {
    grid-template-columns: 126px 1fr;
  }
}
.adherent-card:hover {
  background-color: #313131;
  color: #fff;
  transition: background-color 200ms ease-in, color 200ms ease-in;
}
@media screen and (min-width: 992px) {
  .adherent-card:hover svg {
    opacity: 1;
    transition: opacity 200ms ease-in;
  }
}
.adherent-card__thumbnail {
  grid-area: a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 52px;
  border-radius: 4px;
  background-color: #fff;
  padding: 6px;
}
@media screen and (min-width: 768px) {
  .adherent-card__thumbnail {
    width: 126px;
    height: 88px;
  }
}
.adherent-card__thumbnail img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.adherent-card__body {
  grid-area: b;
  align-self: center;
}
@media screen and (min-width: 992px) {
  .adherent-card__body {
    align-self: flex-end;
  }
}
.adherent-card__badges {
  grid-area: c;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (min-width: 992px) {
  .adherent-card__badges {
    align-self: flex-start;
  }
}
.adherent-card__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .adherent-card__title {
    font-size: 2rem;
  }
}
.adherent-card svg {
  display: none;
  position: absolute;
  right: 16px;
  top: calc(50% - 26px);
  opacity: 0;
  transition: opacity 200ms ease-in;
}
@media screen and (min-width: 620px) {
  .adherent-card svg {
    display: block;
  }
}

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