.subtitle {
    text-align: center;
    margin-top: 1rem;
}

section#cta-tarifs p {
    margin: 0 0 1rem;
    text-align: center;
}

.tarifs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
    text-align: left;
}

.tarifs-table th,
.tarifs-table td {
    padding: 1rem;
    background-color: var(--color-background);
    border-bottom: 0.1rem solid var(--color-background-element);
    border-right: 0.1rem solid var(--color-background-element);
}

.tarifs-table th {
    border-bottom: 0.3rem solid var(--color-background-element);
}


.tarifs-table tr:last-child td {
    border-bottom: none;
}

.tarifs-table th:last-child,
.tarifs-table td:last-child {
    border-right: none;
}

#tarifs-services p {
    text-align: center;
    margin-top: 1rem;
}

.visually-hidden {
    position: absolute !important;
    width: 0.1rem !important;
    height: 0.1rem !important;
    padding: 0 !important;
    margin: -0.1rem !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}