.tarification-block {
    padding: 1rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
    margin: 0;
}

#WebServiceTarif .modal-body,
#WebServiceTarif .modal-header,
#WebServiceTarif .modal-footer {
    background-color: #f0f8ff;
}

.price-card {
    background-color: white;
    border-radius: 0.4rem;
    padding: 1rem;
    box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
    height: 100%;
}

@media (max-width: 460px) {
    .price-card div {
        padding: 0;
        font-size: 0.8rem;
    }
}

.close-card {
    font-size: 1.5rem;
    background-color: inherit;
    position: absolute;
    z-index: 1501;
}

a.compare-selection.disabled, a.reset-sliders.disabled {
    cursor: not-allowed;

}

table.comparaison {
    border-collapse: collapse;
    width: 100%;
}

table.comparaison th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
    font-weight: bold;
}

table.comparaison tr th:first-child, table.comparaison tr td:first-child {
    min-width: 35%;
}

table.comparaison td{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
/*
table.comparaison tr:nth-child(even) {
    background-color: rgba(245, 247, 250, 0.5);
}
*/
table.comparaison td:not(:first-child) {
    text-align: center;
}

table.comparaison td:first-child {
    font-weight: bold;
}

@media (min-width: 1556px) {
    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
}

.filter-block .val-bloc {
    background-color: rgba(100, 100, 100, 0.1);
    border-radius: 0.2rem;
}

.filter-block .div.filter-libelle {
    font-size: 1rem;
}

.progress-bar-animated {
    animation-direction: reverse !important;
    animation: progress-bar-stripes 0.4s linear infinite;
    background-color: #1e9ff2; /* bg-info */
}