* {
  --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 */
.single-adherent {
  background-color: #F3F3F6;
}
.single-adherent__header {
  position: relative;
  display: grid;
  grid-template-columns: 95px 1fr;
  align-items: center;
  gap: 18px;
  padding: 48px 0;
}
@media screen and (min-width: 992px) {
  .single-adherent__header {
    grid-template-columns: 150px 1fr;
    gap: 36px;
    padding: 72px 0;
  }
}
.single-adherent__header::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 180px;
  right: -116px;
  width: 400px;
  height: 400px;
  background: radial-gradient(ellipse at center, #7d6cf8 0%, #f3f3f6 70%);
  opacity: 0.44;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .single-adherent__header::before {
    top: 20px;
    right: 0;
    width: 580px;
    height: 580px;
  }
}
@media screen and (min-width: 1200px) {
  .single-adherent__header::before {
    top: 30px;
    width: 690px;
    height: 690px;
  }
}
.single-adherent__header .heading--h2 {
  margin-bottom: 16px;
}
.single-adherent__infos {
  position: relative;
}
.single-adherent__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.single-adherent__thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  width: 95px;
  height: 66px;
}
@media screen and (min-width: 992px) {
  .single-adherent__thumbnail {
    width: 150px;
    height: 105px;
  }
}
.single-adherent__thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.single-adherent__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  background-color: #fff;
  border-radius: 4px;
  padding: 22px 20px;
  margin-bottom: 36px;
}
@media screen and (min-width: 992px) {
  .single-adherent__content {
    grid-template-columns: 1fr 380px;
    align-items: flex-start;
    gap: 42px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .single-adherent__content {
    padding: 36px 56px;
    margin-bottom: 96px;
    gap: 64px;
  }
}
.single-adherent__content .section {
  margin: 0;
  padding: 25px 0;
}
@media screen and (min-width: 992px) {
  .single-adherent__content .section {
    padding: 40px 0;
  }
}
.single-adherent__content .section + .section {
  border-top: 1px solid #DED8F3;
}
.single-adherent__content .section:first-of-type {
  padding-top: 0;
}
.single-adherent__content .section:last-of-type {
  padding-bottom: 0;
}
.single-adherent__news {
  background-color: #fff;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .single-adherent__news {
    padding: 36px 0;
  }
}
@media screen and (min-width: 1200px) {
  .single-adherent__news {
    padding: 48px 0;
  }
}

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