.prices-tiles--header {
    text-align: center;
    max-width: 830px;
    margin-inline: auto;
    text-wrap: balance;
    margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
    .prices-tiles--header {
        margin-bottom: 48px;
    }
}

.prices-tiles--header .uptitle {
    margin-bottom: 8px;
}

.prices-tiles--header h2 {
    margin-bottom: 24px;
}

.prices-tiles--header h2+p {
    color: var(--neutre-30);
}

.prices-tiles--content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 768px) {
    .prices-tiles--content {
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

.prices-tiles--item {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid var(--neutre-60);
}

.prices-tiles--item:nth-child(2) {
    border: 4px solid #FBC1CB;
    position: relative;
}

.prices-tiles--item:nth-child(2)::before {
    content: "Meilleur Offre";
    padding: 2px 8px;
    border-radius: 32px;
    background: #FBC1CB;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
    .prices-tiles--item {
        width: calc(50% - 12px);
    }
}

@media screen and (min-width: 992px) {
    .prices-tiles--item {
        width: calc(33.33% - 16px);
    }
}

@media screen and (min-width: 992px) {
    .prices-tiles--item {
        padding: 32px 24px;
        border-radius: 32px;
    }
}

.prices-tiles--item .btn {
    width: 100%;
}

.prices-tiles--item .header-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 16px;
}

@media screen and (min-width: 992px) {
    .prices-tiles--item .header-wrapper {
        padding-bottom: 32px;
    }
}

.prices-tiles--item .header-wrapper span {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.prices-tiles--item .header-wrapper p span:first-of-type {
    font-family: var(--radikal);
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    display: inline-block;
    margin-right: 6px;
}

@media screen and (min-width: 992px) {
    .prices-tiles--item .header-wrapper p span:first-of-type {
        font-size: 3.5rem;
        line-height: 48px;
    }
}

.prices-tiles--item .header-wrapper .desc {
    color: var(--neutre-40);
}

.prices-tiles--item .header-wrapper+.accordion-item:has(.thin) {
    border-top: 0.5px solid var(--blue);
    padding-top: 16px;
}

@media screen and (min-width: 992px) {
    .prices-tiles--item .header-wrapper+.accordion-item:has(.thin) {
        padding-top: 32px;
    }
}

.prices-tiles--item .heading {
    display: flex;
    align-items: center;
    gap: 8px;
}

.prices-tiles--item .heading img {
    height: 24px;
    width: 24px;
}

@media screen and (min-width: 992px) {
    .prices-tiles--item .heading img {
        height: 32px;
        width: 32px;
    }
}

.prices-tiles--item .heading p {
    font-family: var(--radikal);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

@media screen and (min-width: 992px) {
    .prices-tiles--item .heading p {
        font-size: 1.75rem;
        line-height: 36px;
    }
}

.prices-tiles--item .radio-choices div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.prices-tiles--item .radio-choices input {
    width: 18px;
    height: 18px;
    border: 1px solid var(--blue);
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prices-tiles--item .radio-choices input:checked::before {
    content: "";
    background: var(--orange);
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.prices-tiles--item .accordion-header {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .prices-tiles--item .accordion-header {
        font-size: 1.125rem;
        line-height: 26px;
    }
}

.prices-tiles--item .accordion-header::after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-mask: url("../images/fat-chevron.svg") no-repeat center;
    mask: url("../images/fat-chevron.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: var(--blue);
    rotate: 0.5turn;
}

.prices-tiles--item .accordion-header.thin {
    font-size: 1rem;
    font-weight: 400;
}

.prices-tiles--item ul {
    margin-top: 16px;
}

@media screen and (min-width: 992px) {
    .prices-tiles--item ul {
        margin-top: 32px;
        padding-right: 32px;
    }
}

.prices-tiles--item .accordion-item ul {
    margin-top: 0;
}

.prices-tiles--item li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.prices-tiles--item li::before {
    content: "";
    -webkit-mask: url("../images/check.svg") no-repeat center;
    mask: url("../images/check.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    background: var(--blue);
}

.prices-tiles--item li:not(:last-child) {
    margin-bottom: 8px;
}

.prices-tiles--item .open-accordion .accordion-header::after {
    rotate: 0turn;
}

.prices-tiles--item .accordion-body {
    display: none;
    padding-top: 16px;
}

.prices-tiles--item .open-accordion .accordion-body {
    display: block;
}

.prices-tiles--item .accordion-item {
    border-bottom: 0.5px solid var(--blue);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
    .prices-tiles--item .accordion-item {
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
}

.prices-tiles--item .slide-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.prices-tiles--item .slide-wrapper .slide-indicator {
    width: 23px;
    height: 4px;
    background: var(--orange);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
}

.prices-tiles--item .slide-choice input {
    width: 100%;
}

.prices-tiles--item .slide-choice input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: var(--orange);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transform: translateY(-4px);
}

.prices-tiles--item .slide-choice input::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    top: -4px;
    background: var(--orange);
    /* couleur du curseur */
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.prices-tiles--item .slide-choice input::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    border-radius: 8px;
    background: var(--orange);
    background: #FFE1CA;
}

.prices-tiles--item .slide-choice input::-moz-range-track {
    background: #FFE1CA;
    width: 100%;
    height: 4px;
    border-radius: 8px;
}

.prices-tiles--item input[type=submit].btn {
    text-align: center;
    cursor: pointer;
}

.prices-tiles--item .slide-choice p {
    font-weight: 700;
    margin: auto;
    margin-top: 4px;
    width: -moz-max-content;
    width: max-content;
}

.prices-tiles--item .static-tile {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 0.5px solid var(--blue);
}

@media screen and (min-width: 992px) {
    .prices-tiles--item .static-tile {
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
}

.prices-tiles--item .static-tile span {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: block;
    text-align: center;
    margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
    .prices-tiles--item .static-tile span {
        font-size: 1.125rem;
        line-height: 26px;
        margin-bottom: 32px;
    }
}

.prices-tiles--item .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

@media screen and (min-width: 992px) {
    .prices-tiles--item .buttons {
        gap: 32px;
    }
}

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