.tarif-section__title {
    margin-bottom: 16px;
}

.tarif-section__title * {
    color: #1700FF;
    font-family: "ClashDisplay-SemiBold";
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 550px) {
    .tarif-section__title * {
        font-size: 32px;
        line-height: 1.2;
    }
}

.tarif-section__price-div {
    display: flex;
    justify-content: space-between;
    border: 1px solid #12112724;
    border-radius: 12px;
    padding: 16px;
    -webkit-box-shadow: 0 4px 20px rgba(23, 0, 255, 0.15);
    box-shadow: 0 4px 20px rgba(23, 0, 255, 0.15);
}

.tarif-section__copy * {
    color: #000;
    font-family: "ClashDisplay-Medium";
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.tarif-section__table-title {
    margin: 16px 0;
}

.tarif-section__price {
    color: #1700FF;
    font-family: "ClashDisplay-SemiBold";
    font-size: 22px;
    line-height: 24px;
    text-align: center;
}

.tarif-section__price__htva-mention {
    font-size: 16px;
}

.tarif-section__table-columns {
    display: flex;
    border: 1px solid #12112724;
    border-radius: 12px;
    overflow: hidden;
}

.tarif-section__table-column {
    flex: 1;
    border-right: 1px solid #12112724;
}

.tarif-section__table-column:last-of-type {
    border-right: none;
}

.table-section__columns {
    display: flex;
    width: 100%;
    max-width: 1000px;;
    margin: auto;
    border: 1px solid #12112724;
    overflow: hidden;
    border-radius: 12px;
    -webkit-box-shadow: 0 4px 20px rgba(23, 0, 255, 0.15);
    box-shadow: 0 4px 20px rgba(23, 0, 255, 0.15);
}

.tarif-section__table-column-name {
    padding: 16px;
    border-bottom: 1px solid #12112724;
    background-color: white;
    font-family: "ClashDisplay-SemiBold";
}

.tarif-section__table-column-line {
    padding: 12px;
    border-bottom: 1px solid #12112724;
}

.tarif-section__table-column-line:nth-of-type(even) {
    background-color: #FBFBFE;
}

.tarif-section__table-column-line:last-of-type {
    border-bottom: none;
}

.tarif-section__table-column-line--bold {
    font-family: "ClashDisplay-SemiBold";
}

.tarif-section__disclaimer {
    max-width: 1000px;
    margin-top: 16px;
    text-align: left;
}

.tarif-section__cta-wrapper {
    margin: 32px auto 0 auto;
    text-align: center;
    max-width: 1000px;
}

.cta-section__cta-wrapper {
    margin-top: 0 !important;
}