body {
  background-color: #000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fefefe;
  color: #000;
}

.picture img {
  width: clamp(160px, 40vw, 260px);
  aspect-ratio: 1 / 1;
  object-fit: cover;

  border-radius: 50%;
  border: 3px solid #f2e8da;

  margin-bottom: 32px;
}

.heading {
  margin-top: 8px;
  margin-bottom: 32px;
  font-family: Questrial, sans-serif;
  font-size: 56px;
  line-height: 56px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 8px;
  text-transform: none;
}

.subheading {
  margin-top: 0px;
  margin-bottom: 56px;
  font-family: helvetica, sans-serif;
  font-size: 1.3em;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.inside {
  max-width: 720px;
  margin-top: 96px;
  margin-bottom: 96px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.paragraph {
  font-size: 24px;
  line-height: 29px;
}

.field-label {
  text-align: center;
}

.email {
  margin-bottom: 24px;
  border-style: none none solid;
  border-width: 2px 2px 1px;
  border-color: #ccc #ccc hsla(0, 0%, 80%, 0.5);
  background-color: transparent;
  color: #ccc;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.email::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.email:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.email::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.email::placeholder {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.form-block {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.submit-button {
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.success-message {
  background-color: #000;
}

.text-block {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.error-message {
  background-color: rgba(253, 150, 150, 0.19);
}

.text-block-2 {
  font-weight: 700;
  text-transform: uppercase;
}

.dropdown {
  color: #fff;
}

.text-block-3 {
  color: #fff;
}

.icon {
  color: #fff;
}

.accordion-item {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding: 32px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #faeaff;
}

.accordion-toggle.green {
  background-color: #eaffea;
}

.accordion-toggle.yellow {
  background-color: #fffbea;
}

.accordion-toggle.red {
  background-color: #ffeaea;
}

.dropdown-list {
  position: static;
  display: block;
  padding: 32px;
  background-color: #fffdfc;
  color: #fff;
}

.dropdown-list.green {
  background-color: rgba(234, 255, 234, 0.35);
}

.dropdown-list.purple {
  background-color: rgba(250, 234, 255, 0.35);
}

.dropdown-list.yellow {
  background-color: rgba(255, 251, 234, 0.25);
}

.dropdown-list.red {
  background-color: rgba(255, 234, 234, 0.25);
}

.dropdown-link {
  color: #fff;
}

.accordion-icon {
  font-size: 16px;
}

.accordion-content {
  max-width: 800px;
  color: #000;
}

.accordion-heading-div {
  width: 100%;
  text-align: center;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-text {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  letter-spacing: 0px;
}

.links {
  padding-left: 8px;
  color: #3489eb;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.links.icon {
  padding-left: 0px;
  font-size: 20px;
  line-height: 20px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.link-block-top-margin {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 48px;
    line-height: 48px;
  }

  .inside {
    max-width: 490px;
  }

  .accordion-toggle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .accordion-heading {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    line-height: 48px;
  }

  .subheading {
    font-size: 0.9em;
    margin-bottom: 32px;
    letter-spacing: 0.25;
  }

  .inside {
    display: block;
    max-width: 100%;
  }

  .success-message {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }
}

/* MARGIN */

.top-margin-32 {
  margin-top: 32px;
}

/* SOCIAL MEDIA */

.social-media-container {
  display: flex;
  justify-content: center;
  gap: 40px; /* Adjust the gap to ensure proper spacing on mobile */
}

.social-media-container img {
  width: 40px;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* Force l'ouverture des dropdowns "members only" et "social" */
.accordion-item.w-dropdown {
  height: auto !important;
  overflow: visible !important;
}

/* cibler uniquement les headings qui contiennent "members only" ou "social" */
.accordion-item.w-dropdown:has(.accordion-heading:matches-css(^members only$)),
.accordion-item.w-dropdown:has(.accordion-heading:matches-css(^social$)) {
  /* forcer l'ouverture */
}
.accordion-item.w-dropdown:has(.accordion-heading:matches-css(^members only$))
  .w-dropdown-list,
.accordion-item.w-dropdown:has(.accordion-heading:matches-css(^social$))
  .w-dropdown-list {
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
  height: auto !important;
  visibility: visible !important;
}

/* désactiver uniquement le clic sur le toggle */
.accordion-item.w-dropdown:has(.accordion-heading:matches-css(^members only$))
  .w-dropdown-toggle,
.accordion-item.w-dropdown:has(.accordion-heading:matches-css(^social$))
  .w-dropdown-toggle {
  pointer-events: none !important;
  cursor: default !important;
}

/* réactiver les clics sur les liens du contenu */
.accordion-item.w-dropdown:has(.accordion-heading:matches-css(^members only$))
  .w-dropdown-list
  *,
.accordion-item.w-dropdown:has(.accordion-heading:matches-css(^social$))
  .w-dropdown-list
  * {
  pointer-events: auto !important;
}

/* cacher les icônes */
.accordion-item.w-dropdown:has(.accordion-heading:matches-css(^members only$))
  .w-icon-dropdown-toggle,
.accordion-item.w-dropdown:has(.accordion-heading:matches-css(^social$))
  .w-icon-dropdown-toggle,
.accordion-item.w-dropdown:has(.accordion-heading:matches-css(^members only$))
  .accordion-icon,
.accordion-item.w-dropdown:has(.accordion-heading:matches-css(^social$))
  .accordion-icon {
  display: none !important;
}
