.block__price {
    margin-bottom: 150px;
}
@media screen and (max-width: 450px) {
    .block__price .eyebrow {
        text-align: center;
    }
}
.price__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    .btn {
        width: fit-content;
    }
}
.price__list {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}
@media screen and (max-width: 992px) {
    .price__list {
        flex-direction: column;
        gap: 2rem;
    }
}

.price__table {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 16px 32px rgba(25, 86, 168, 0.1);
    box-shadow: 0px 16px 32px rgba(25, 86, 168, 0.1);
    border-radius: 16px;
    border: 1px solid transparent;
    background: #ffffff;
    flex: 1;
}

.price__table--highlight {
    background: var(--Text-Text-primary, #171c60);
    border-color: var(--Text-Text-accent, #ff7551);
    hr {
        opacity: .25;
    }
}

.price__ribbon {
    position: absolute;
    top: -0.875rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border-radius: var(--Radius-Button-100, 100px);
    background: var(--Text-Text-accent, #ff7551);
    box-shadow: 0px 8px 16px 0px rgba(255, 117, 81, 0.35);
    padding: 0.5rem 1.25rem;
    color: #ffffff;
    font-weight: 700;
    font-size: var(--Font-Size-XS, 0.875rem);
    font-family: var(--Font-Family-Body, Raleway);
    white-space: nowrap;
}

.price__body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.69506rem 1.88338rem;
    height: -webkit-fill-available;
}

.price__head {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: left;
}

.price__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    border-radius: var(--Radius-Button-100, 100px);
    background: var(--Background-E8EFFB, #e8effb);
    padding: 0.5rem 1rem;
    color: var(--Text-Text-primary, #171c60);
    font-weight: 600;
    font-size: var(--Font-Size-XS, 0.875rem);
    font-family: var(--Font-Family-Body, Raleway);
}

.price__table--highlight .price__tag {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.price__table:not(.price__table--highlight) .price__tag {
    background: var(--Background-FFF3EB, #fff3eb);
    color: var(--Text-Text-accent, #ff7551);
}

.price__name {
    margin-bottom: 0;
    color: var(--Text-Text-primary, #171c60);
    font-weight: 800;
    font-size: var(--Font-Size-M, 1.25rem);
    line-height: normal;
    font-family: var(--Font-Family-Headline, Rubik);
    text-transform: uppercase;
}

.price__table--highlight .price__name {
    color: #ffffff;
}

.price__description {
    margin-bottom: 0;
    color: var(--Text-Body-Dark, #454980);
    font-size: var(--Font-Size-XS, 0.875rem);
    line-height: 1.5;
    font-family: var(--Font-Family-Body, Raleway);
}

.price__table--highlight .price__description {
    color: var(--Text-Body-Light, #ffffffd1);
}

.price__amount .price {
    color: var(--Text-Text-primary, #171c60);
    font-style: normal;
    font-weight: 800;
    font-size: var(--Font-Size-XL, 2.8125rem);
    line-height: normal;

    /* H1-Rubik_Extrabold */
    font-family: var(--Font-Family-Headline, Rubik);
    text-transform: uppercase;
}

.price__table--highlight .price__amount .price {
    color: #ffffff;

}

.price__amount .abonnement {
    color: var(--Text-Inactive, #5e89c2);
    font-weight: 500;
    font-size: var(--Font-Size-XS, 0.875rem);
    font-family: var(--Font-Family-Body, Raleway);
}

.infos {
    p {
        margin-bottom: 0;
        color: var(--Text-Inactive, #5e89c2);
        font-style: normal;
        font-weight: 500;
        font-size: var(--Font-Size-XS, 0.875rem);
        line-height: var(--Font-Size-L, 1.5rem); /* 171.429% */
        font-family: var(--Font-Family-Body, Raleway);
    text-align: left;
    }
}

.price__table--highlight .infos {
    color: var(--Text-Body-Light, #ffffffd1);
}

.price__option {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid var(--Text-Text-accent, #ff7551);
    padding: 1rem 1.25rem;
    margin-top: auto;
}

.price__table--highlight .price__option {
    background: rgba(255, 255, 255, 0.06);
}

.price__table:not(.price__table--highlight) .price__option {
    background: var(--Background-FFF3EB, #fff3eb);
}

.price__option-checkbox {
    flex-shrink: 0;
    margin-top: 0.2rem;
    width: 20px;
    height: 20px;
    accent-color: var(--Text-Text-accent, #ff7551);
    cursor: pointer;
}

.price__option-box {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    flex: 1 1 auto;
}

.price__option-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
}

.price__option-title {
    color: var(--Text-Text-primary, #171c60);
    font-weight: 700;
    font-size: var(--Font-Size-S, 1rem);
    font-family: var(--Font-Family-Headline, Rubik);
}

.price__table--highlight .price__option-title {
    color: #ffffff;
}

.price__option-price {
    flex-shrink: 0;
    color: var(--Text-Text-accent, #ff7551);
    font-weight: 700;
    font-family: var(--Font-Family-Headline, Rubik);
    white-space: nowrap;
}

.price__option-description {
    color: var(--Text-Body-Dark, #454980);
    font-size: var(--Font-Size-XS, 0.875rem);
    font-family: var(--Font-Family-Body, Raleway);
}

.price__table--highlight .price__option-description {
    color: var(--Text-Body-Light, #ffffffd1);
}

.price__footer {
    margin-top: auto;
    padding: 0 1.88338rem 1.69506rem;
}

.price__footer .btn {
    width: 100%;
}

/* Styles pour l'affichage/masquage des détails */
.offer-details {
    max-height: 1000px;
    overflow: hidden;
    opacity: 1;
    transition: max-height 0.5s ease, opacity 0.3s ease, margin 0.3s ease;
    margin-bottom: 1rem;
    font-size: var(--Font-Size-XS, 0.875rem);
ul {
    padding: 0;
}
    li {
      /* display: flex;
      align-items: center;
      gap:  8px; */
      margin-bottom: 1rem;

      &:before {
        content: "\f058";
        flex-shrink: 0;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: .875rem;
        color:  #17eb79;
        margin-right: 8px;
      }
      ul {
        padding-left: 22px;
        li{
            margin-top: 8px;
            list-style: none;
            &:before {
            display: none;

        }
    }
      }
    }
}

.price__table--highlight .offer-details {
    color: var(--Text-Body-Light, #ffffffd1);
}

.offer-details.details-hidden {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
}

.toggle-details-btn {
    transition: all 0.3s ease;
    position: relative;
}

.toggle-details-btn .btn-text::after {
    content: ' ▼';
    display: inline-block;
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}

.toggle-details-btn.active .btn-text::after {
    transform: rotate(180deg);
}
