/**CSS: Conditions Commercials**/
.sm-table {
    display: flex;
    flex-direction: row;
    margin-top: 0.75em;
}

.sm-table.table-vertical {
    flex-direction: column;
}

.sm-table .table-row {
    display: flex;
    flex-direction: column;
}

.sm-table.table-vertical .table-row {
    flex-direction: row;
}

.sm-table .table-cell {
    width: auto;
    padding: 5px 30px;
    text-align: center;
    border-bottom: solid 1px #eaeaea;
    border-right: solid 1px #eaeaea;
}

.remises-sur-quantite-sur-produits-autorises-container .sm-table .table-cell:first-child,
.abonnements-multiutilisateurs-aux-produits .sm-table .table-cell:first-child {
    border-top: solid 1px #eaeaea;
    border-left: none;
}


.remises-sur-quantite-sur-produits-autorises-container .sm-table .table-cell.title:last-child,
.abonnements-multiutilisateurs-aux-produits .sm-table .table-cell.title:last-child {
    border-bottom: solid 1px #eaeaea;
}

.sm-table .table-cell.title {
    font-weight: bold;
    background: #eaeaea;
    border-bottom: solid 1px white;
    border-right: solid 1px white;
}

.statuts-des-produits-container .table-cell.title,
.tableau-des-remises.sm-table .table-cell.title {
    width: 250px;
    border-right: none;
}

.statuts-des-produits-container .table-cell,
.tableau-des-remises.sm-table .table-cell {
    width: 490px;
}

.statuts-des-produits-container .table-row:last-child .table-cell.title,
.tableau-des-remises.sm-table .table-row:last-child .table-cell.title {
    border-bottom: solid 1px #eaeaea;
}

.statuts-des-produits-container .table-row:first-child .table-cell,
.tableau-des-remises.sm-table .table-row:first-child .table-cell {
    border-top: solid 1px #eaeaea;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0.75rem;
}

.important-container {
    border: #eaeaea 1px solid;
    padding: 5px 30px 15px 30px;
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: 1.75rem;
}

.important-container .important-label {
    border: #eaeaea 1px solid;
    position: relative;
    font-weight: bold;
    color: #009ddc;
    padding: 5px;
    top: -17px;
    background-color: #ffffff;
}

.important-container li {
    list-style-type: disc;
    margin-left: 12px;
}

.frais-de-port-et-de-manutention-container .sm-table .table-cell {
    width: 50%;
}

.frais-de-port-et-de-manutention-container .sm-table .table-cell:first-child {
    border-left: solid 1px #eaeaea;
}

.frais-de-port-et-de-manutention-container .sm-table .table-cell.title {
    width: 100%;
    border: none;
}

.conditions-commercials-container {
    padding: 30px !important;
}

.tableau-des-remises.sm-table.sm-table.table-vertical .table-row .table-cell,
.statuts-des-produits-container .sm-table.table-vertical .table-row .table-cell {
    text-align: start;
}

.statuts-des-produits-container .sm-table.table-vertical .table-row .table-cell.title {
    text-align: center;
}

.conditions-commercials-container .content *:not(.sm-table, .sm-table *) {
    width: 100%;
}

.conditions-commercials-container .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.retour-container .tableau-des-retours.sm-table .table-row .table-cell.title:first-child {
    height: 60px;
}

.modalites-et-delai-de-paiement-container .sm-table .table-row .table-cell.title:first-child {
    height: 83px;
}

.contentbg .ouvrir-un-compte-client-link-container {
    font-size: 1.2em;
    text-decoration: none !important;
    font-weight: bold;
}

.contentbg .ouvrir-un-compte-client-link-container span {
    color: #ff8f40 !important;
}

/* Tablet */
@media only screen and (max-width: 64em) {

    .grid-container {
        display: block;
        grid-template-columns: 1fr 1fr;
        column-gap: 0.75rem;
    }

    .tableau-des-remises.sm-table .table-cell,
    .tableau-des-remises.sm-table .table-cell.title {
        width: 50%;
        height: auto;
    }

    .modalites-et-delai-de-paiement-container .table-row .table-cell.title:first-child {
        height: 60px;
    }

    .statuts-des-produits-container .sm-table .table-row .table-cell {
        width: calc(100% - 120px);
    }

    .statuts-des-produits-container .sm-table .table-row .table-cell.title {
        width: 120px;
    }

    .sm-table .table-row .table-cell {
        padding: 5px 15px !important;
    }

    .conditions-commercials-container {
        padding: 30px 20px 20px !important;
    }

    .retour-container .tableau-des-retours.sm-table .table-row .table-cell.title:first-child {
        height: 60px;
    }

    .modalites-et-delai-de-paiement-container .sm-table .table-row .table-cell.title:first-child {
        height: 83px;
    }
}

/* Mobile */
@media only screen and (max-width: 47.9375em) {
    @media only screen and (max-width: 64em) {
        .contentbg {
            padding: 2em 1em;
        }

        .retour-container .table-row .table-cell,
        .modalites-et-delai-de-paiement-container .table-row .table-cell.title:first-child {
            height: auto;
        }

        .sm-table {
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        .sm-table .table-row {
            display: flex;
            flex-direction: row;
        }

        .sm-table .table-cell {
            width: 50%;
            padding: 5px 11px !important;
        }

        .remises-sur-quantite-sur-produits-autorises-container .sm-table .table-cell:first-child,
        .abonnements-multiutilisateurs-aux-produits .sm-table .table-cell:first-child {
            border-left: solid 1px #eaeaea;
            border-top: none;
        }

        .remises-sur-quantite-sur-produits-autorises-container .sm-table .table-row:first-child .table-cell:first-child,
        .abonnements-multiutilisateurs-aux-produits .sm-table .table-row:first-child .table-cell:first-child {
            border-bottom: solid 1px #eaeaea;
        }

        .conditions-commercials-container {
            padding: 30px 10px 10px !important;
        }

        .retour-container .tableau-des-retours.sm-table .table-row .table-cell.title:first-child {
            height: auto;
        }

        .modalites-et-delai-de-paiement-container .sm-table .table-row .table-cell.title:first-child {
            height: auto;
        }
    }
}