
/* - Pour CMP (cumul les Taxes du panier + reliquats) -*/
.table_totaux_taxe--recap {
    display: none;
}


.liste_panier--titre,
.liste_reliquat--titre {
    display: none;
}

.page_body--content--actions--accueil {
    margin-top: 55px;
    margin-bottom: 40px;
}


/* === PANELS AJOUT & IMPORT === */

.panier--outils {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

.panier--outils--ajout_article,
.panier--outils--import_fichier {
    width: 510px;
    background-color: #f7f7f7;
}

.panier--outils--ajout_article {
    position: absolute;
    left: 50%;
    transform: translateX(-525px)
}

.panier--outils--import_fichier {
    position: absolute;
    right: 50%;
    transform: translateX(+525px)
}

/* - Titres - */

.panier--outils--titre {
    height: 36px;
    line-height: 36px;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 10px;
    text-transform: inherit;
    text-align: left;
}

.panier--outils--ajout_article .panier--outils--titre {
    /*
    padding-left: 55px;
    background-image: url("../_client/images/panier-ajout_produit-titre.png");
    background-position: 15px;
    background-repeat: no-repeat;
    */
}

.panier--outils--import_fichier--titre {
    /*
    padding-left: 68px;
    background-image: url("../_client/images/panier-import_fichier-titre.png");
    background-position: 12px;
    background-repeat: no-repeat;
    */
}


/* - Détails - */

.panier--outils--detail {
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 0px 10px 15px 10px;
    height: 144px;
}


/* === AJOUTER ARTICLE === */

.panier--outils--ajout_article--recherche {
    line-height: 24px;
}

    .panier--outils--ajout_article--recherche span {
        font-size: 1.2em;
        margin-right: 40px;
    }

.panier--outils--detail .control_search {
    display: inline-block;
    width: 315px;
}

.panier--outils--detail .control_search--input {
    width: 283px;
}

.panier--outils--ajout_article--resultat {
    padding-top: 13px;
}

.panier--outils--ajout_article--resultat--vignette {
    float: left;
}

    .panier--outils--ajout_article--resultat--vignette img {
        max-height: 50px;
        max-width: 50px;
    }

.panier--outils--ajout_article--resultat--info {
    overflow: hidden;
    float: left;
    margin-left: 20px;
    max-width: 310px;
    white-space: nowrap;
}

    .panier--outils--ajout_article--resultat--info ul li {
        line-height: 13px;
    }

        .panier--outils--ajout_article--resultat--info ul li label {
            margin: 0;
        }

    .panier--outils--ajout_article--resultat--info #span_ajout_code {
        font-weight: bold;
    }

.panier--outils--ajout_article--resultat--saisie_quantite {
    position: absolute;
    right: 10px;
    bottom: 75px;
    white-space: nowrap;
}

.panier--outils--ajout_article--resultat--prix {
    position: absolute;
    right: 10px;
    bottom: 50px;
    width: 90px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.panier--outils--ajout_article--action {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.panier--outils--ajout_article--vide {
    background-repeat: no-repeat;
    background-position: 260px 5px;
    font-size: 1.1em;
    font-style: italic;
    padding-top: 10px;
    margin-left: 125px;
}

.panier--outils--ajout_article--vide--label1 {
    display: block;
}

.panier--outils--ajout_article--vide--label2 {
    display: none;
}

.panier--outils--ajout_article--vide span {
    display: none;
    font-style: italic;
}

.panier--outils--ajout_article--resultat, .panier--outils--ajout_article--action {
    display: none;
}


/* === IMPORTER FICHIER === */

.pic_information {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}

    .pic_information > div {
        width: 160px;
        margin-left: -180px;
    }

.pic_information {
    display: none;
}

.panier--outils--import_fichier--notice {
    line-height: 22px;
    font-size: 1.1em;
    padding-left: 10px;
}

.panier--outils--import_fichier--options {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 280px;
    font-size: 14px;
}

    .panier--outils--import_fichier--options .import_csv--detail--option span {
        margin-right: 10px;
    }

.rayon--outils--import_fichier--options .import_csv--detail--option input[type='radio'],
.rayon--outils--import_fichier--options .import_csv--detail--option input[type='checkbox'] {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
}

.panier--outils--import_fichier--action {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 220px;
    text-align: right;
}

    .panier--outils--import_fichier--action .actionBouton {
        width: 170px;
        margin-top: 6px;
    }

a[id*='a_importer_panier_encours'], a[id*='a_importer_panier_encours']:hover {
    min-height: 16px;
    line-height: 16px;
}

a[id*='a_importer_panier_nouveau'], a[id*='a_importer_panier_nouveau']:hover {
    min-height: 16px;
    line-height: 16px;
}

#input_csv_panier_encours, #input_csv_panier_nouveau, #img_csv_panier_encours, #img_csv_panier_nouveau {
    display: none !important;
}


/* === ACTIONS === */

.page_body--content--actions {
    max-width: 300px;
    margin-top: 6px;
    float: right;
}

    .page_body--content--actions .actionBouton {
        width: 260px;
        margin-top: 15px;
    }

.actionBouton--valider {
    padding: 9px 0px;
}

.actionBouton--actualiser,
.actionBouton--exporter,
.actionBouton--imprimer {
    padding: 5px 0px;
}


/* === PANIER === */

.liste_panier {
    margin-top: 30px;
}

.liste--group_footer--gauche {
    text-align: left;
}

.liste--group .liste--group--regroupement--libelle > span {
    padding-left: 15px;
    font-size: 18px;
}

.liste--group .liste--group2--regroupement--libelle > span {
    padding-left: 30px;
}

.td_supprimer input[type=checkbox] {
    transform: scale(1.6);
}


/* === RELIQUATS === */

.liste_reliquat {
    margin-top: 30px;
}


/* === RECAP === */

.recap_panier--remise_ligne {
    display: block;
    padding-top: 10px;
    clear: both;
}


/* === FRANCO DE PORT === */

.panier--franco {
    width: 410px;
    font-size: 1.15em;
    font-weight: bold;
    padding: 9px 12px;
    margin-bottom: 10px;
}

.panier--franco_atteint {
    background-color: #20d9bb;
    color: #10695a;
}

.panier--franco_non_atteint {
    background-color: #ffd8cd;
    color: #ec3200;
}


/* === MONTANT MINI COMMANDE === */

.panier--montant_mini {
    width: 410px;
    font-size: 1.15em;
    font-weight: bold;
    padding: 9px 12px;
    margin-bottom: 10px;
}

.panier--montant_mini_atteint {
    background-color: #20d9bb;
    color: #10695a;
}

.panier--montant_mini_non_atteint {
    background-color: #ffd8cd;
    color: #ec3200;
}

.panier_button_complementaire {
    border: 1px solid black;
    border-radius: 14px;
    padding: 5px 10px 5px 10px;
    font-size: 16px !important;
    cursor: pointer;
    color: white !important;
    display: inline-block;
    background-color: #4c6070;
    text-align: center;
}

    .panier_button_complementaire:hover {
        opacity: 0.75;
    }

.button_complementaire::after {
    font-family: Awesome-solid;
    content: "\f362";
    font-size: 20px;
    cursor: pointer;
    color: #123147;
    display: inline-block;
}

.page_panier_volet--content {
    width: 35%;
}
    
.page_panier_volet--content .carousel_article--content {
    width: 100%;
}

#volet_panier_article_complementaire .carousel_article--content {
    height: auto;
}

#volet_panier_article_complementaire .ajout_liste {
    height: 97vh;
}

#volet_panier_article_complementaire .carousel_article {
    overflow: auto;
}

/* ==================================== */
/* =============== MEDIA ============== */

@media (max-width : 1200px) {
    .panier--outils {
        height: auto;
    }

    .panier--outils--ajout_article,
    .panier--outils--import_fichier {
        float: none;
        position: static;
        display: block;
        left: auto;
        right: auto;
        transform: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .panier--outils--ajout_article {
    }

    .panier--outils--import_fichier {
        margin-top: 15px;
    }

    .import_csv--detail {
        text-align: left;
    }

    /* === LISTE CATALOGUE === */

    .liste_reliquat .th_code_commande, .liste_reliquat .td_code_commande, .liste_reliquat .tf_code_commande {
        display: none;
    }
}


@media (max-width : 640px) {


    /* === REGROUPEMENT2 === */


    .liste_article--group,
    .liste_article--group2 {
        display: block;
    }

    .liste--group .liste--group2--regroupement--libelle > span {
        padding-left: 0;
    }



    /* === PANIER === */
    .liste_panier .liste_article .liste--group--regroupement--libelle {
        width: 100%;
    }

    .liste_panier .liste_article .th_quantite, .liste_panier .liste_article .td_quantite, .liste_panier .liste_article .tf_quantite {
        width: 120px;
    }

    .liste_panier .liste_article .th_prix, .liste_panier .liste_article .td_prix, .liste_panier .liste_article .tf_prix {
        width: 30px;
    }

    .liste_panier .liste_article .th_montant_ligne, .liste_panier .liste_article .td_montant_ligne, .liste_panier .liste_article .tf_montant_ligne {
        width: 50px;
    }

    .liste_panier .liste_article .th_stock, .liste_panier .liste_article .td_stock, .liste_panier .liste_article .tf_stock {
        width: calc(100% - 350px);
    }

    .liste_panier .liste_article .th_supprimer, .liste_panier .liste_article .td_supprimer, .liste_panier .liste_article .tf_supprimer {
        width: 70px;
    }

    .liste_panier .liste_article .th_supprimer {
        display: none;
    }

    /* === RELIQUAT === */

    .liste_reliquat .th_code_commande, .liste_reliquat .td_code_commande, .liste_reliquat .tf_code_commande {
        display: none;
    }

    .liste_reliquat .liste_article .th_date_commande, .liste_reliquat .liste_article .td_date_commande, .liste_reliquat .liste_article .tf_date_commande {
        width: 80px;
    }

    .liste_reliquat .liste_article .th_reliquat, .liste_reliquat .liste_article .td_reliquat, .liste_reliquat .liste_article .tf_reliquat {
        width: 10%;
    }

    .liste_reliquat .liste_article .th_prix, .liste_reliquat .liste_article .td_prix, .liste_reliquat .liste_article .tf_prix {
        width: 15%;
    }

    .liste_reliquat .liste_article .th_montant_livrable, .liste_reliquat .liste_article .td_montant_livrable, .liste_reliquat .liste_article .tf_montant_livrable {
        width: 15%;
    }

    .liste_reliquat .liste_article .th_stock, .liste_reliquat .liste_article .td_stock, .liste_reliquat .liste_article .tf_stock {
        width: calc(60% - 180px);
    }
}


@media (max-width : 480px) {


    .panier--outils--import_fichier {
        display: none !important;
    }

    .page_body--content--actions--accueil {
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .page_body--content--actions,
    .page_body--content--actions--accueil {
        float: none;
        width: 100%;
        max-width: none;
        text-align: center;
    }

        .page_body--content--actions a.actionBouton {
            width: 70%;
        }

    .page_body--content--recap_panier {
        float: none;
        width: 100%;
    }

        .page_body--content--recap_panier > table {
            float: none;
            width: 100%;
        }

    .panier--montant_mini,
    .panier--franco {
        float: none;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    /*- Ajout Produit -*/
    .panier--outils {
        width: 100%;
    }

    .panier--outils--ajout_article--vide {
        margin-left: 0px;
    }

    .panier--outils--ajout_article--recherche > span {
        display: none;
    }

    .panier--outils--ajout_article--detail {
        height: 100%;
    }

    .panier--outils--detail .control_search {
        width: 100%;
    }

    .panier--outils--ajout_article--resultat {
    }

    .panier--outils--ajout_article--resultat--info {
        max-width: calc(100vw - 100px);
    }

    .panier--outils--ajout_article--resultat--saisie_quantite {
        clear: both;
        position: static;
        display: inline-block;
        float: none;
        margin-top: 15px;
    }

    .panier--outils--ajout_article--resultat--prix {
        position: static;
        display: inline-block;
        float: none;
    }

    .panier--outils--ajout_article--action {
        bottom: 15px;
    }
}
