.mentionTarfis {
    width: 55rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: left;
    margin-bottom: 2rem;
}

.table_maj {
    font-size: .9rem;
    color: #333;
    font-style: italic;
    margin-bottom: 1rem;
}

.redirection_pref {
    font-size: 1rem;
    color: #333;
}


table {
    width: 55rem;
    height: 25rem;
    border: 1px solid #333;

}

thead {
    background: #dadada;
}

th {
    color: #f1f1f1;
    background: var(--diapo-olive);
}

.price-simulator {
    width: 55rem;
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 5px;
    background: var(--diapo-olive);
    color: #f1f1f1;
}

.price-simulator h3 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.sim-row {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    margin-bottom: 1rem;
}

.sim-row input,
.sim-row select {
    padding: .5rem .6rem;
    border-radius: 6px;
    border: none;
    background: #f1f1f1;
    color: #333;
}

.sim-result {
    margin-top: 1rem;
    font-size: 1.1rem;
}

.sim-note {
    margin-top: 1rem;
    font-size: .8rem;
    line-height: 1.4;
    color: #bbb;
    opacity: .85;
}

@media (max-width: 768px) {
    .price-simulator,
    table {
        width: 85%;
    }

    #tarifs {
        margin-top: 15vh;
    }

    .tarifs {
        background: #363636;
    }

    .mentionTarifs {
        width: 85%;
    }
}