.period-tabs {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tab-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  width: 60%;
  justify-content: space-between;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-self: center;
  width: 60%;
  padding-top: 20px;
  z-index: 1;
}
.tab-links li {
  margin-right: 10px;
}
.tab-links li a {
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  border-bottom: none;
  display: block;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.tab-links li.active a {
  color: white;
}
.tab-links::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 10%;
  transform: translateY(-50%);
  height: 8px;
  background-color: #FEEDDF;
  width: 80%;
  z-index: -1;
  border-radius: 8px;
}
.tab-links::after {
  content: "" !important;
  position: absolute !important;
  top: 70% !important;
  left: 10%;
  transform: translateY(-50%);
  height: 8px;
  background-color: #FFA473 !important;
  width: 10%;
  z-index: -1;
  transition: width 0.3s ease;
  border-radius: 8px;
}
.tab-links:has(li.active#tab-link-3-mois)::after {
  width: 20%;
}
.tab-links:has(li.active#tab-link-6-mois)::after {
  width: 40%;
}
.tab-links:has(li.active#tab-link-9-mois)::after {
  width: 60%;
}
.tab-links:has(li.active#tab-link-12-mois)::after {
  width: 80%;
}

.tab-content {
  clear: both;
  padding: 20px;
  border: 1px solid #ffffff;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.subscription-options {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.subs-choice {
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.subs-choice label {
  margin-right: 10px;
}
.subs-choice input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border: 2px solid #000;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.subs-choice input[type=radio]::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  top: 4px;
  left: 4px;
  background: #ffa473;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
}
.subs-choice input[type=radio]:checked::before {
  opacity: 1;
}

.elementor-19 .subs-option {
  margin-bottom: 30px;
  background: white;
  min-width: 30%;
}
.elementor-19 .subs-option:hover {
  background-color: white;
  background: white;
}

.pricing-table {
  border: 1px solid #F9FAFA;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 20px;
}

.pricing-header {
  background-color: #2C6961;
  color: white;
  text-align: center;
  padding: 10px;
  /*height: 130px !important;*/
}
.pricing-header h4 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  color: white;
  margin-bottom: 26px !important;
}
.pricing-header p.price {
  font-size: 65px;
  color: #FFA473;
  font-weight: bold;
  height: unset;
  padding: 0px;
  margin: 0;
  margin-top: -10px; 
}
.pricing-header p span.period {
  font-size: 14px;
  margin-left: -15px;
  color: white;
  font-weight: normal;
}

.pricing-body {
  padding: 15px;
  background-color: #F9FAFA;
  display: flex;
  justify-content: center;
  align-items: center;
  /*min-height: 380px;*/
}

.pricing-footer {
  background-color: #F9FAFA;
  text-align: center;
  padding: 10px;
}

.select-button {
  display: inline-block;
  padding: 5px 20px;
  background-color: #FFA473;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
}
.select-button:hover {
  background-color: #FFA473;
  color: white;
}

.gift-option {
  display: none;
}

.pmpro-cct__box__list-item--included img {
  width: 20px;
  margin-right: 10px;
}

.pmpro-cct__box__list-item--excluded img {
  width: 20px;
  margin-right: 10px;
}

.e-n-tab-icon svg {
  display: none !important;
  width: 0px !important;
}

#tab-link-3-mois {
  display: flex !important;
  text-align: center !important;
  position: relative;
  padding: 6px 8px;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  background-color: #FEEDDF !important;
  color: #FFA473 !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  justify-content: center !important;
  align-content: center !important;
  margin-left: 20%;
}

#tab-link-6-mois {
  display: flex !important;
  text-align: center !important;
  position: relative;
  padding: 6px 8px;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  background-color: #FEEDDF !important;
  color: #FFA473 !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  justify-content: center !important;
  align-content: center !important;
}

#tab-link-9-mois {
  display: flex !important;
  text-align: center !important;
  position: relative;
  padding: 6px 8px;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  background-color: #FEEDDF !important;
  color: #FFA473 !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  justify-content: center !important;
  align-content: center !important;
}

#tab-link-12-mois {
  display: flex !important;
  text-align: center !important;
  position: relative;
  padding: 6px 8px;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  background-color: #FEEDDF !important;
  color: #FFA473 !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  justify-content: center !important;
  align-content: center !important;
}

li.active#tab-link-3-mois {
  background-color: #FFA473 !important;
  color: white !important;
}

li.active#tab-link-6-mois {
  background-color: #FFA473 !important;
  color: white !important;
}

li.active#tab-link-9-mois {
  background-color: #FFA473 !important;
  color: white !important;
}

li.active#tab-link-12-mois {
  background-color: #FFA473 !important;
  color: white !important;
}

.card-subs .e-n-tabs-heading {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.card-subs .own-or-gift-subs-choice .e-n-tabs-heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.card-subs .own-or-gift-subs-choice .e-n-tabs-heading::before {
  content: initial;
}
.card-subs .own-or-gift-subs-choice .e-n-tabs-heading::after {
  content: initial !important;
}
.card-subs #card-subs-3 .e-n-tab-icon {
  display: none;
}
.card-subs #card-subs-6 .e-n-tab-icon {
  display: none;
}
.card-subs #card-subs-9 .e-n-tab-icon {
  display: none;
}
.card-subs #card-subs-12 .e-n-tab-icon {
  display: none;
}

li.active {
  z-index: 3 !important;
}
li.active .subs-month .number {
  color: #FFFFFF;
}
li.active .subs-month .month {
  color: #FFFFFF;
}

.subs-month {
  display: flex !important;
  flex-direction: column !important;
  margin-top: -15px;
}

li .subs-month .number {
  font-size: 18px !important;
  font-weight: bold;
  color: #FFA473;
  margin-top: 8px !important;
}
li .subs-month .month {
  font-size: 7px !important;
  font-weight: bold;
  color: #FFA473;
  margin-top: -44px;
}

.primary-tab-container {
  width: 100%;
}

.primary-tab-links {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.primary-tab-links a {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 0px 13px;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  color: #000000;
  border: 1px solid #e2e7ed;
  border-left: none;
  border-right: none;
  box-shadow: 0px 1px 0px 0px #e2e7ed !important;
}
.primary-tab-links .active a {
  text-transform: uppercase;
  background: #FFA473;
  color: #ffffff;
  box-shadow: 0px 1px 0px 0px #e2e7ed !important;
  padding-inline: 13px;
}

.primary-tab-content .primary-tab {
  display: none;
  padding: 20px;
  background: #fff;
}
.primary-tab-content .primary-tab.active {
  display: block;
}
.primary-tab-content .primary-tab#primary-tab-carte {
  padding: 0px;
}

a[href="#primary-tab-monthly"] {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  padding-inline: 10px;
}

a[href="#primary-tab-life"] {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-inline: 10px;
}
a[href="#primary-tab-annual"] {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-inline: 10px;
}

.pmpro-cct__box__list.subscription-benefits li span {
  text-align: left;
}

.pmpro_btn.bouton_centre {
  border-radius: 45px !important;
}

.subs-option.popular pricing-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.subs-option.popular .pricing-header {
  height: 199px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
}
.subs-option.popular .best-offer {
  transform: rotate(-45deg);
  position: relative;
  top: -130px;
  color: white;
  font-weight: bold;
  background: #FFA473;
  left: -140px;
  text-align: center;
  text-transform: uppercase;
  width: 390px;
}

.active-subs {
  opacity: 0.6;
  border: 2px solid #FFA473;
}

.pmpro-cct__box-tos .pmpro-cct__tos-form label {
  color: black;
  font-weight: 400;
}

.pmpro-cct__box-tos-submit label {
  color: black;
  font-weight: 400 !important;
}

a.cgv-link {
  color: #2C6961;
  font-weight: 700 !important;
  text-decoration: none;
}

.pmpro-custom-checkout-template form {
  color: initial;
}
.pmpro-custom-checkout-template form input {
  color: #2e2e2e !important;
}

#pmpro_btn-submit {
  color: white !important;
}
#pmpro_btn-submit:hover {
  color: white !important;
  background-color: var(--couleur-highlight) !important;
}

@media screen and (max-width: 992px) {
  .elementor-19 .subs-option {
    margin-bottom: 30px;
    background: white;
  }
  #pmpro_form {
    margin-left: 20px;
    margin-right: 20px;
  }
  .seprate_form {
    padding: 0;
  }
  .pmpro-checkout #main-content {
    padding: 0px 0px;
  }
  .payment-options {
    flex-wrap: wrap;
  }
  .level_2090 {
    width: 100%;
  }
}
@media screen and (max-width: 570px) {
  .primary-tab-links a {
    font-size: 12px;
    font-family: "Poppins";
  }
  .subs-choice input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .subs-choice input[type=radio]::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px;
    background: #ffa473;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
  }
  .subs-choice label {
    flex: 1;
  }
  .card-subs-tabs {
    padding-inline: 0px !important;
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  #primary-tab-monthly .subscription-options {
    margin-top: 60px;
  }
  #primary-tab-annual .subscription-options {
    margin-top: 60px;
  }
  .subs-option.popular {
    margin-top: -30px;
  }
}
@media screen and (max-width: 578px) {
  .pmpro-custom-checkout-template .rowss {
    flex-direction: column;
  }
  .pmpro-custom-checkout-template .pmpro-cct__container .pmpro-cct__body .pmpro-cct__box {
    padding: 30px 20px 30px 20px;
    margin-bottom: 10px;
  }
  .level_2098 {
    display: none;
    width: 0px;
  }
  .checkout-step-card {
    margin: 15px;
  }
}

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

.rgnr-wezen-highlight {
    color: inherit; /* Conserve la couleur par défaut */
    text-decoration: none; /* Évite le soulignement par défaut des liens */
}

.rgnr-wezen-highlight:visited,
.rgnr-wezen-highlight:active {
    color: inherit; /* Conserve la couleur après clic */
}


.subscription-benefits {
  padding-inline: 0px;
}