﻿/* INDEX
    - HTML
    - Classes communes
    - Texte
    - BackgroundColors
    - Texte Colors
    - Liens
    - Buttons
    - List
    - Labels
    - Table
    - Menu
    - Customisation des blocs
    - Small pages
    - Classification
*/
/* =HTML */


@font-face {
    font-family: 'Awesome-solid';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("fa-solid-900.eot");
    src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.woff") format("woff"), url("fa-solid-900.ttf") format("truetype"), url("fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Awesome-regular';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("fa-regular-400.eot");
    src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.woff") format("woff"), url("fa-regular-400.ttf") format("truetype"), url("fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Awesome-brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("fa-brands-400.eot");
    src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.woff") format("woff"), url("fa-brands-400.ttf") format("truetype"), url("fa-brands-400.svg#fontawesome") format("svg");
}


@font-face {
    font-family: "OpenSansRegular";
    src: url('OpenSansRegular.ttf');
}


/* Pour écraser le css Bootstrap "box-sizing: border-box;" qui pose soucis */
*, ::after, ::before {
    box-sizing: content-box;
}

#jquery-overlay {
    z-index: 10000 !important;
}

#jquery-lightbox {
    z-index: 11000 !important;
}

label {
    font-weight: normal;
}

a {
    color: #15171C;
    text-decoration: none;
}

h3 {
    color: #D39A2B;
    font-weight: bold;
    margin: 10px 0;
    color: #999;
}

h3 a {
    color: #D39A2B;
    color: #999;
}

p {
    margin-bottom: 1em;
}

em {
    font-size: 0.8em;
}

th a {
    color: inherit;
}

input[type=text], input[type=password] {
    min-height: 22px;
    text-indent: 3px;
}

select {
    min-height: 26px;
    padding-left: 3px;
}

input[type='checkbox'] {
    vertical-align: top;
}

textarea:focus, input:focus {
    outline: 0;
}

.main {
    overflow: hidden;
}

/* =BackgroundColors */

.lighterBackground {
    background-color: #F7F7F7;
}

.lightBackground {
    background-color: #C4C4C4;
}

/* =Classes communes */
.pointer {
    cursor: pointer;
}

.rightContent {
    text-align: right;
}

.centerContent {
    text-align: center;
}

.leftContent {
    text-align: left;
}

.topContent {
    vertical-align: top;
}

.middleContent {
    vertical-align: middle;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.leftCol {
    float: left;
    width: 250px;
}

.floatNone {
    float: none;
}

.clearFix {
    clear: both;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

.displayInline {
    display: inline;
}

.displayInlineBlock {
    display: inline-block;
}

.whiteSpaceNoWrap {
    white-space: nowrap;
}

.spacedContentBloc {
    margin: 10px 0 10px 0;
}

.overMe:hover {
    text-decoration: underline;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.paddingTop5 {
    padding-top: 5px;
}

.paddingBottom5 {
    padding-bottom: 5px;
}

.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.marginTop10 {
    margin-top: 10px;
}

/* =Texte */
.smallText {
    font-size: 11px;
}

.largerText {
    font-size: larger;
}

.boldText {
    font-weight: bold;
}

/* =Border */
.border {
    border-style: solid;
    border-width: 1px;
}

.borderTop {
    border-top-style: solid;
    border-top-width: 1px;
}

.borderLeft {
    border-left-style: solid;
    border-left-width: 1px;
}

.borderBottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.lightBorder {
    border-color: #C4C4C4;
}

.darkBorder {
    border-color: #B3B3B3;
}

.lienContenu {
    text-decoration: underline;
}

/* =saisie quantité */
.span_saisie_quantite, .span_saisie_quantite_readonly {
    display: inline-block;
    white-space: nowrap;
}

    .span_saisie_quantite input[type=text], .span_saisie_quantite_readonly input[type=text] {
        font-size: 1.1em;
        font-weight: bold;
        text-align: center;
        text-indent: 0px;
        width: 36px;
    }

/* =Image */
.limitedImg {
    max-height: 120px;
    max-width: 120px;
}

/* =Labels */
.formLabel {
    display: inline-block;
}

.label100 {
    display: inline-block;
    width: 100px;
}

.labelFullWidth {
    width: 88%
}

.largeLabelForm {
    display: inline-block;
    width: 180px;
}

.formLine {
    margin-bottom: 10px;
}

.inputDatepicker {
    width: 100px;
}

search.smallBox {
    min-width: 30px;
    width: 30px;
    height: 20px;
}

.largeTextArea {
    width: 420px
}

.labelCheckBox {
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
}

.labelInput {
    margin-right: 4px;
}

.radioButton label {
    margin-left: 5px;
}

.radioButton input[type="radio"], 
.radioButton input[type="checkbox"] {
    vertical-align: middle;
    position: relative;
    *overflow: hidden;
    margin-top: -3px;
}

.checkBox label {
    margin-left: 5px;
}

.checkBox input[type="checkbox"] {
    vertical-align: middle;
    position: relative;
    *overflow: hidden;
    margin-top: -3px;
}

.select_filtre, 
.select_tri {
    border-radius: 3px;
    height: 28px;
    margin-top: 2px;
    margin-bottom: 2px;
}


/* =Table */
.gridView {
    margin-top: 21px;
    width: 100%;
}

.gridView td {
    padding: 2px 4px 2px 4px;
}

.tableList {
    margin: 15px auto 10px auto;
    width: 100%;
}

.tableList th {
    padding: 8px 6px;
    text-align: center;
}

.tableList td {
    padding: 5px;
    text-align: center;
}

.tableList td > input {
    vertical-align: middle;
}

.tableList td > .actionBouton {
    margin-top: 0;
}


/* =Messages */
.message {
    border-top: 2px solid #f00;
    border-bottom: 2px solid #f00;
    color: #f00;
    margin: 10px 5px 0 0;
    display: block;
    padding: 5px;
}

.popup {
    width: 40%;
    padding: 25px;
    margin: auto;
    border: 1px solid #aaa;
}


#paniers {
    width: 350px;
    float: right;
}

#a_gerer_panier {
    display: inline-block;
    padding: 3px 20px 0 0;
    height: 25px;
}

#ddlPaniers {
    display: inline-block;
    width: 220px;
}


#MenuPanier {
    clear: both;
    display: none;
    width: 130px;
    margin-left: 18px;
    position: absolute;
    overflow: hidden;
}

    #MenuPanier li {
        padding: 3px;
        text-align: left;
    }

        #MenuPanier li:hover {
            background-color: #F7F7F7;
        }

/* =Small pages */
.container {
    margin: 25px;
    padding: 5px 15px 15px 15px;
}

.topDottedBorder {
    border-top-width: 1px;
    border-top-style: dotted;
}

.spacedInsideContent {
    padding: 10px;
}

.spacedInsideContentLight {
    padding: 4px;
}

.spacedInsideContent li {
    margin-bottom: 5px;
}

#dialog_confirmation, #dialog_information, #dialog_duplication {
    display: none;
}

#div_overlay, #div_overlay_panier {
    display: none;
    z-index: 9000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

#div_chargement {
    display: none;
    z-index: 9500;
    top: 50%;
    left: 50%;
    position: fixed;
    width: 200px;
    height: 200px;
    background: transparent url(../img/img_chargement.gif) no-repeat center center;
}

#div_chargement_progress {
    box-sizing: border-box;
    display: none;
    z-index: 9500;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent url(../img/loading_circle.gif) no-repeat center 80px;
    background-color: white;
    border-radius: 10px;
    max-width: 90%;
    width: 360px;
    height: 230px;
    background-size: 30%;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    opacity: 0.8;
}

#progressbar .ui-progressbar-value {
    background: #44A99E;
}

.progress-text {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    width: 90%;
    font-size: 20px;
    font-weight: bold;
}

.progress-label {
    position: absolute;
    left: 50%;
    top: calc(50% + 18px);
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.smallDiv {
    width: 20px;
}

/* =ArticleDetail */
#div_image {
    margin-left: -10px;
    margin-right: 10px;
}

#ContenuPlaceHolder_MainContenuPlaceHolder_div_photo img {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    width: 100%
}



.ui-dialog {
    z-index: 11000 !important;
    position: fixed !important;
}

/* Customisation jQuery UI tabs pour ArticleDetail.aspx */
.ui-tabs {
    border: none;
}

.ui-tabs-nav {
    background: none;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C4C4C4;
}

    .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-tabs-nav li {
        border-radius: 0;
    }


/* =ArticleFiche */
#ContenuPlaceHolder_div_photo img {
    width: 100%;
}

.tableContenu {
    margin: 10px 0 0 15px;
    border-spacing: 10px;
}

    .tableContenu tbody tr {
        margin-bottom: 10px;
    }

        .tableContenu tbody tr td {
            padding: 0 3px 10px 10px;
        }

            .tableContenu tbody tr td:first-child {
                border-right: 1px dotted #C4C4C4;
                border-bottom: 5px solid #FFF;
            }

                .tableContenu tbody tr td:first-child img {
                    width: 90%;
                }

            .tableContenu tbody tr td div {
                margin-bottom: 5px;
            }

/* =PanierListe */

.tbLibelle {
    width: 100%;
    font-size: larger;
}

tr[id*='tr_livraison_'] td {
    padding-top: 0px;
}


.tablePanierListe input[type=checkbox] {
    transform: scale(1.6);
}


/* =CdeConfirmation */

.tableCdeConfirmation #td_vignette, .tablePanierDetail td[id*="td_vignette"] {
    width: 60px;
    height: 60px;
}

.tableCdeConfirmation tbody tr:nth-child(even) td:first-child {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #C4C4C4;
}

.tableCdeConfirmation #td_vignette img {
    max-width: 100%;
    max-height: 100%;
}

.tableCdeConfirmation tfoot tr td {
    padding: 5px;
}

.table_totaux tr td {
    padding: 5px;
}

    .table_totaux tr td:first-child {
        width: 150px;
    }

    .table_totaux tr td:last-child {
        text-align: right;
        font-weight: bold;
        background-color: #F7F7F7;
        min-width: 80px;
    }

.table_totaux tr:last-child {
    background-color: #F7F7F7;
}

.content_commande_detail--total_panier {
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

    .content_commande_detail--total_panier td:first-child {
        text-align: left;
    }



#ContenuPlaceHolder_rbl_filtre_commande td input,
#ContenuPlaceHolder_radio_button_affichage td input,
#ContenuPlaceHolder_check_list_type_connexion td input,
#ContenuPlaceHolder_check_list_type_action td input {
    margin: 0 5px 5px 20px;
}

#ContenuPlaceHolder_rbl_filtre_commande td label:hover,
#ContenuPlaceHolder_radio_button_affichage td label:hover,
#ContenuPlaceHolder_check_list_type_connexion td label:hover,
#ContenuPlaceHolder_check_list_type_action td label:hover {
    cursor: pointer;
    text-decoration: underline;
}

/* Vignette Classification*/
.vignette {
    min-height: 140px;
    max-height: 140px;
    max-width: 210px;
}


/* Affichage Vignette article */
.fullHeight {
    height: 100%
}

.fullWidth {
    width: 100%;
}

.vignetteGrid {
    height: 120px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.bottom {
    left: 2px;
    bottom: 2px;
}

#btnUp {
    position: fixed;
    bottom: 15px;
    right: 25px;
    cursor: pointer;
    display: none;
}

/* Sortable tables */
.sortable {
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

/* SD - 23/07/2015 - idem displayNone !!!! */
.display {
    display: none;
}

.loadAjax {
    position: fixed;
    background-color: #777;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}

.loadPage {
    position: fixed;
    background-color: #777;
    z-index: 11001 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}

.borderBottom {
    border-bottom: 1px solid #B3B3B3;
}


/*---------------------*/
/* Recherche d'adresse */
/*--------------------*/
#PopupAdresseRecherche {
    border-radius: 3px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px;
    z-index: 10000;
    width: 680px;
    background-color: #ffffff;
}

    #PopupAdresseRecherche table {
        border-spacing: 10px;
        border-collapse: separate;
    }

    #PopupAdresseRecherche #txt_rechercher {
        margin-left: 10px;
        margin-right: 10px;
        width: 300px;
    }

    #PopupAdresseRecherche #txt_libelle_adresse {
        width: 300px;
        margin-left: 10px;
    }

    #PopupAdresseRecherche #div_adresse {
        height: 230px;
        display: inline-block;
    }

    #PopupAdresseRecherche .div_detail_adresse {
        height: 65px;
    }

    #PopupAdresseRecherche .td_detail_adresse {
        width: 33%;
        border-radius: 3px;
    }

        #PopupAdresseRecherche .td_detail_adresse span {
            display: inline-block;
            width: 100%;
            font-size: 0.96em;
        }

    #PopupAdresseRecherche .td_detail_adresse--raison_sociale {
        font-weight: bold;
        padding: 2px 0;
    }

    #PopupAdresseRecherche .td_detail_adresse--adresse {
        padding: 1px 0;
    }

    #PopupAdresseRecherche .td_detail_adresse #lbl_id_client, #PopupAdresseRecherche .td_detail_adresse #lbl_id_adresse {
        display: none;
    }

    #PopupAdresseRecherche #div_detail_selection a {
        text-decoration: underline;
    }

    #PopupAdresseRecherche #div_libelle_adresse {
        margin: 15px 10px 5px 5px;
        padding: 5px;
        font-size: 0.9em;
    }


#div_datapager {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.dp_page_select, .dp_page_unselect, .dp_precedent, .dp_suivant {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    border-style: solid;
    border-width: 1px;
}

.dp_precedent {
    float: left;
    margin-left: 10px;
    margin-top: -3px;
}

.dp_suivant {
    float: right;
    margin-right: 10px;
    margin-top: -3px;
}

.aspNetDisabled {
    color: #B3B3B3;
}

#div_bouton_action {
    padding-left: 10px;
}

/* fin Recherche d'adresse */
/*------------------------*/


/*----------------*/
/* Animation SMS */
/*----------------*/

/* Sets up our marquee, and inner content */
.page_body--message {
    overflow: hidden;
    position: relative;
    padding-left: 100%;
    animation: reduce 20s linear infinite;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #3A99BD;
}

.page_body--message--texte {
    white-space: nowrap;
    display: inline-block;
    animation: scroll 20s linear infinite;
}

/* Creates two white-to-transparent gradients at the ends of the marquee */
.page_body--message::before, .page_body--message::after {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 50px;
    height: 100%;
    content: "";
    display: block;
    background: linear-gradient( to right, white, transparent );
}

.page_body--message::after {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

/* Pauses the animations when we hover the marquee */
.page_body--message:hover, .page_body--message:hover .page_body--message--texte {
    animation-play-state: paused;
}

@keyframes reduce {
    to {
        padding-left: 0;
    }
}

@keyframes scroll {
    to {
        transform: translateX( -100% );
    }
}

/* Fin Animation SMS */
/*-------------------*/

/*------------*/
/* Evènements */
/*------------*/
.div_evenement img {
    max-height: 80px;
    max-width: 80px;
}


/* Récap commande */
/*----------------*/

#input_datepicker {
    width: 100px;
}

#input_semaine_livraison {
    width: 40px;
}

#div_semaine_livraison {
    position: absolute;
    width: 470px;
}

.div_semaine {
    display: inline-block;
    padding: 3px 10px;
}

    .div_semaine label {
        display: inline-block;
        margin-left: 5px;
        width: 20px;
    }

/* Reliquats */
/*----------*/

#div_total_reliquat {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding: 8px;
}

#div_content_reliquat .th_montant_reliquat, #div_content_reliquat .td_montant_reliquat {
    display: none;
}

#div_content_reliquat .img_vignette {
    width: 60px;
    height: 60px;
}

/* Informations entête Cde (Confirmation + histo cde/fac)  */
/*---------------------------------------------------------*/

.table_entete_commande tr td {
    padding: 3px 15px;
}


/*------------*/
/* DataPager */

.pagination {
    display: inline-block;
}

    .pagination a {
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        border: 1px solid #ddd;
    }

/* Les accès directs 1,2,3 ..*/
.pagination_nav {
    font-weight: bold;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
}

/* pour la page en cours */
.pagination_page_cur {
    font-weight: bold;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
}

/* Page inactive: passage de la souris*/
.pagination a:hover:not(.active) {
    background-color: #ddd;
}

/* bouton précédent : arrondi des coins */
.pagination_prev {
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* Datapager : bouton Suivant : arrondi des coins */
.pagination_next {
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.div_action_afficher_plus_liste {
    text-align: center;
}

.div_action--imprimer {
    display: none;
}

.actionBouton--afficher_plus_liste {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 40px;
}


/* === PAGE === */

.page {
    font-family: Arial, Verdana, sans-serif;
    margin: 0 auto;
    width: 100%;
    padding-top: 199px;
}


/* === PAGE ADMIN === */

.page,
.page_body {
    color: #333;
    font-size: 12px;
}


/* === PAGE NAVIGATION === */

.page_navigation {
    float: left;
    font-size: 16px;
    font-weight: bold;
    width: 200px;
    border-right: 1px solid #cccccc;
    padding-right: 30px;
    margin-right: 30px;
}

    .page_navigation > ul {
        display: flex;
        flex-direction: column;
    }

        .page_navigation > ul > li {
            line-height: 23px;
        }

    .page_navigation ul li a:hover {
        text-decoration: none;
    }

.page_navigation--label {
    display: inline-block;
    margin: 10px 0;
}


/* === PAGE HEADER === */

.page_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9000;
    border: none;
    height: 213px;
    background-color: #ffffff;
    color: #15171C;
}

.page_header--logo {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    text-align: center;
    min-height: 20px;
}

    .page_header--logo img {
        max-height: 80px;
    }
/* === BOUTONS === */

.actionBouton {
    -webkit-appearance: none;
    border-style: none;
    line-height: 20px;
    min-width: 90px;
    min-height: 20px;
    margin-top: 8px;
    padding: 4px 8px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.5s ease;
    padding: 5px 10px;
    font-weight: normal;
    color: #ffffff;
    background-color: #15171C;
}

span.actionBouton {
    display: inline-block;
}

.actionBouton:hover {
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #D39A2B; /* Jaune SW */
}

.actionBouton--ajouter-panier {
    margin-top: 10px;
    margin-left: 0px;
    min-width: 170px;
    background-color: #D39A2B;
    font-weight: bold;
}

    .actionBouton--ajouter-panier:hover {
        background-color: #15171C;
        border-style: none;
        color: #fff;
        font-weight: bold;
    }

.actionBouton.actionBouton--modifier-quantite {
    line-height: 26px;
    min-width: 25px;
    height: 25px;
    background-color: transparent;
    border: 0.5px solid #949494;
    padding: 0;
    margin-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    background-color: #fff;
    font-size: 16px;
    vertical-align: bottom;
    color: #333333;
}

    .actionBouton.actionBouton--modifier-quantite:hover {
        font-weight: bold;
    }

/* Bouton pour sélection désection des favoris*/

.actionBouton--favoris--unselected:before {
    cursor: pointer;
    float: left;
    display: inline-block;
    height: 24px;
    width: 36px;
    padding-left: 5px;
    font-family: Awesome-regular;
    font-size: 20px;
    content: "\f004";
    color: #000;
}

.actionBouton--favoris--selected:before {
    float: left;
    display: inline-block;
    height: 24px;
    width: 36px;
    padding-left: 5px;
    font-family: Awesome-regular;
    font-size: 20px;
    content: "\f004";
    color: red;
}

.actionBouton--ajouter-selectNone {
    display: none !important;
}

.actionBouton--ajouter-unselection, .actionBouton--ajouter-selection {
    display: inline-block;
}

/* === CARTOUCHE CLIENT === */

.page_header--cartouche_client {
    z-index: 9200;
    position: fixed;
    right: 30px;
    top: 5px;
    border-bottom: solid 1px #cccccc;
    font-weight: bold;
    text-align: left;
    width: 380px;
    border: 0px;
}

.cartouche_client, .cartouche_client a, .cartouche_client .cartouche_client--panier {
    color: #15171C;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
}

.cartouche_client--utilisateur {
    width: 170px;
    float: left;
}

.cartouche_client--panier {
    width: 265px;
    float: left;
    padding: 4px;
    padding-top: 0;
    font-style: italic;
}

.cartouche_client--deconnexion {
    padding-top: 0;
    padding-left: 18px;
    font-style: italic;
    color: #15171C;
}

/* - Titres - */
.cartouche_client--titre {
    padding: 4px 4px 2px 4px;
}

    .cartouche_client--titre, .cartouche_client--titre a {
        font-size: 15px;
    }

.cartouche_client--titre--client .icon {
    background: url(../img/icon-client.noir.png) no-repeat center;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: bottom;
}

.cartouche_client--utilisateur--titre .icon {
    background: url(../img/icon-cartouche-utilisateur.png) no-repeat center;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: bottom;
}

.cartouche_client--panier--titre {
    cursor: pointer;
}

    .cartouche_client--panier--titre #span_nb_paniers_encours {
        display: inline-block;
        width: 208px;
    }

.cartouche_client--titre--panier .icon {
    background: url(../img/icon-panier.noir.png) no-repeat center;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: bottom;
}

.cartouche_client--panier--titre .icon {
    background: url(../img/icon-cartouche-panier.png) no-repeat center;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: bottom;
}

.cartouche_client--panier--titre .icon-ouvrir {
    background: url(../img/icon-cartouche-panier-ouvrir.png) no-repeat center;
    width: 12px;
    height: 9px;
    display: inline-block;
    margin-bottom: 2px;
}


/* - Content - */
.cartouche_client--content {
    padding: 0 4px 4px 4px;
    white-space: nowrap;
    overflow: hidden;
}

    .cartouche_client--content, .cartouche_client--content a {
        font-size: 0.98em;
    }

.cartouche_client--utilisateur--deconnexion {
    padding-left: 33px;
    font-style: italic;
}


/* - Popup - */

.cartouche_client--popup {
    background: #15171C;
    border-color: #D39A2B;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    color: #FFFFFF;
}

.cartouche_client--panier--popup {
    z-index: 9200;
    position: fixed;
    right: 30px;
    top: 50px;
    width: 284px;
    padding: 0;
    margin-top: 5px;
    text-align: left;
    display: none;
    border: 1px solid #949494;
}

.cartouche_client--panier--popup--liste_paniers li {
    padding: 5px;
}

    .cartouche_client--panier--popup--liste_paniers li:nth-child(odd) {
        background-color: #ebebeb;
    }

    .cartouche_client--panier--popup--liste_paniers li:nth-child(even) {
        background-color: #ffffff;
    }

    .cartouche_client--panier--popup--liste_paniers li input {
        margin-top: 8px;
        margin-left: 5px;
        margin-right: 5px;
    }

.cartouche_client--panier--popup ul li label {
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
}

    .cartouche_client--panier--popup ul li label:first-child {
        font-size: 12px;
    }

    .cartouche_client--panier--popup ul li label:nth-child(2n+2) {
        font-size: 0.8em;
    }

.cartouche_client--panier--popup--button {
    padding: 10px;
    background-color: #ffffff;
}

    .cartouche_client--panier--popup--button .actionBouton {
        display: block;
        width: 100%;
        padding: 0;
        height: 25px;
    }

.cartouche_client--panier--popup--button--panier {
    margin-top: 0px;
}

.cartouche_client--espace_client {
    float: left;
    width: 36%;
}

.cartouche_client--information_panier {
    float: left;
    width: 60%;
}

.cartouche_client--titre, .cartouche_client--titre a {
    color: #15171C;
    font-size: 12px;
    font-weight: bold;
}

/* - Popup - */

.cartouche_client--popup {
    position: fixed;
    right: 30px;
    top: 57px;
    width: 284px;
    margin-top: 5px;
    color: #15171C;
    background-color: #FFFFFF;
    border-color: #919191;
    border-width: 0.5px;
}

.cartouche_client--popup--liste_paniers li {
    background-color: #FFFFFF;
    padding: 5px;
}

    .cartouche_client--popup--liste_paniers li:nth-child(odd) {
        background-color: #ebebeb;
    }

    .cartouche_client--popup--liste_paniers li input[type=radio] {
        margin-top: 8px;
        margin-left: 5px;
        margin-right: 5px;
        cursor: pointer;
    }

    .cartouche_client--popup--liste_paniers li label {
        display: block;
        white-space: nowrap;
        overflow: hidden;
    }

.cartouche_client--popup--button {
    padding: 10px;
}

    .cartouche_client--popup--button .actionBouton {
        display: inline-block;
        width: 100%;
        padding: 0;
        border-radius: 0px;
        height: 25px;
        background-color: #15171C;
        color: white;
        font-weight: bold;
    }

        .cartouche_client--popup--button .actionBouton:hover {
            background-color: #D39A2B;
            color: white;
            font-weight: bold;
        }

.cartouche_client--popup--button--panier {
    font-size: 15px;
}

.cartouche_client--popup--button--liste {
    font-size: 11px;
}

.cartouche_client--popup--button--excel {
    font-size: 11px;
}


/* === RECHERCHE === */

.page_header--search {
    z-index: 9100;
    position: absolute;
    right: 30px;
    top: 75px;
}

    .page_header--search .control_search {
        text-align: left;
        border: 0.5px solid #949494;
        background-color: #FFFFFF;
        float: right;
        height: 26px;
        width: 340px;
    }

    .page_header--search .control_search--input {
        vertical-align: top;
        border: none;
        margin-top: 1px;
        margin-left: 3px;
        font-style: italic;
        font-weight: normal;
        color: #c4c4c4;
        height: 24px;
        min-height: 24px;
        margin-top: 1px;
        width: 86%
    }

.control_search--button {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 26px;
    width: 26px;
    background-image: url("../img/icon-search.png");
    background-repeat: no-repeat;
    background-position: 4px 2px;
    background-color: #3A99BD;

    padding: 0 0 0 4px;
}

.page_header--search .control_search {
    width: 340px;
}

.control_search--button:hover {
    background-color: #D39A2B;
}

.control_search--button > img {
    max-height: 22px;
    max-width: 22px;
}
/* === MENU === */

.page_header--menu {
    position: fixed;
    right: 10px;
    top: 119px;
    text-align: center;
    text-decoration: none;
}

    .page_header--menu a {
        text-decoration: none;
        color: #15171C;
    }

    .page_header--menu #li_menu_information {
        display: none;
    }

.page_header--menu--item {
    display: inline-block;
    padding-bottom: 5px;
    margin: 0 5px 0 5px;
    border: 5px solid transparent;
    border-bottom-color: #ebebeb;
    border-bottom-width: 0px;
    border-bottom-style: solid;
}

    .page_header--menu--item a {
        color: #D39A2B;
    }

    .page_header--menu--item_actif, .page_header--menu--item:hover {
        border-bottom-color: #D39A2B; /* admin */
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }


/* === ETAPES COMMANDES === */

.panier_etapes--items {
    padding-right: 18px;
    margin: 30px auto 35px;
    text-align: center;
}

.panier--etapes .menuItem,
.panier--etapes .menuItem span,
.panier--etapes .menuItem li,
.panier--etapes .menuItem li a,
.panier--etapes .menuItemActif,
.panier--etapes .menuPast,
.panier--etapes .menuDisabled {
    margin: 0;
    padding: 0;
    border: none;
    display: inline-block;
}

.panier--etapes {
    width: 1050px;
    padding-right: 18px;
    margin: 30px auto 35px;
    background-color: #FFFFFF;
}


    .panier--etapes li span, .panier--etapes li a {
        display: block;
        width: 258px;
        font-size: 18px;
        font-weight: normal;
    }

    .panier--etapes .menuItemActif span, .panier--etapes .menuPast a, .panier--etapes .menuDisabled span {
        box-sizing: border-box;
        display: block;
        float: left;
        height: 42px;
        padding: 10px 25px 0 40px;
        position: relative;
        margin: 0 -3px 0 0;
    }

    .panier--etapes .menuItemActif span {
        background: #D39A2B;
        color: #ffffff;
    }

    .panier--etapes .menuDisabled span {
        color: #ffffff;
    }

    .panier--etapes .menuPast a {
        color: #ffffff;
    }

    .panier--etapes .menuDisabled span, .panier--etapes .menuPast a {
        background: #15171C; /* admin */
    }

    .panier--etapes .menuItemActif span:after, .panier--etapes .menuPast a:after, .panier--etapes .menuDisabled span:after {
        content: "";
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        position: absolute;
        right: -18px;
        top: 0;
        z-index: 2;
    }

    .panier--etapes .menuItemActif span:after {
        border-left: 18px solid #D39A2B; /* admin */
    }

    .panier--etapes .menuDisabled span:after, .panier--etapes .menuPast a:after {
        border-left: 18px solid #15171C; /* admin */
    }

    .panier--etapes .menuItemActif span:before, .panier--etapes .menuPast a:before, .panier--etapes .menuDisabled span:before {
        content: "";
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        border-left: 18px solid #ffffff;
        position: absolute;
        left: 0;
        top: 0;
    }

    .panier--etapes .etape--panier span:before, .panier--etapes .etape--panier a:before {
        display: none;
    }


/* === MENU FAMILLE === */

.page_header--navigation_famille {
    position: absolute;
    top: 150px;
    text-align: center;
    width: 100%;
}


/* === FIL ARIANE === */

.fil_ariane {
    display: block;
    color: #777;
    line-height: 25px;
    padding-right: 0;
    max-width: 1200px;
    float: left;
    background: none;
    margin-left: calc((100% - 1200px) / 2 + 20px);
}

.fil_ariane--item a {
    text-decoration: none;
}

    .fil_ariane--item a:hover {
        text-decoration: none;
    }

.fil_ariane--item {
    display: inline-block;
    padding-left: 10px;
    text-align: left;
    font-weight: normal;
    color: #777;
    line-height: 25px;
    padding-left: 0px;
    float: none;
}

.fil_ariane--item:hover {
    padding-left: 0px;
    color: #477ec0;
    text-decoration: none;
}

.fil_ariane li {
    display: inline;
}

.fil_ariane--item_accueil {
    cursor: pointer;
    height: 24px;
    background-image: url("../img/icon-accueil.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    width: auto;
}

.fil_ariane--item_accueil a {
    display: block;
    width: 100%;
    height: 100%;
}


/* === TITRE 1 === */

.page_body--titre1 {
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    line-height: 86px;
    height: 86px;
    vertical-align: middle;
    margin-bottom: 40px;
    position: relative;
    background-color: #15171C;
    font-weight: bold;
}

.page_body--titre1 span {
    display: inline-block;
}


/* === TITRE 2 === */

.page_body--titre2 {
    line-height: 30px;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 0px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #15171C;
}


/* === TITRE 3 === */

.page_body--titre3 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 17px;
}


/* === PAGE BODY === */

.page_body {
    position: relative;
    min-height: calc(100vh - 414px);
    color: #333;
    font-size: 12px;
    padding-bottom: 50px;
}

.page_body--content {
    overflow: hidden;
    max-width: 1540px;
    margin: auto;
}

.page_body--libelle {
    font-weight: bold;
}


/* === OPTIONS === */

.page_body--content--options {
    display: block;
    overflow: hidden;
    width: 240px;
    float: left;
    padding-right: 10px;
    margin-right: 20px;
    margin-top: 40px;
}

.page_body--content--options--item {
    display: block;
    margin-bottom: 30px;
}

.page_body--content--liste--items {
    text-align: center;
}


/* === TRI === */

.page_body--content--options--tri {
    z-index: 1;
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 30px;
}

.filtre_tri--content {
    display: inline-block;
}


/* === FILTRES === */

.page_body--content--affichage--filtre {
    position: relative;
    margin-left: 50px;
    display: none !important;
    cursor: pointer;
    line-height: 30px;
}

.page_body--content--affichage--filtre span:before {
    position: absolute;
    left: -38px;
    display: inline-block;
    padding-right: 5px;
    width: 30px;
    height: 30px;
    font-family: Awesome-solid;
    font-size: 20px;
    content: "\f0b0";
}

.page_body--content--affichage--filtre:hover {
    opacity: 0.7;
}

.page_body--content--options .right_panel--close {
    display: none;
    cursor: pointer;
    padding: 10px 0;
    font-size: 22px;
    border-bottom: solid 1px #ccc;
}

.page_body--content--options--supprimer {
    text-align: center;
    margin-bottom: 15px;
}

.page_body--content--options--supprimer > a {
    font-size: 1.2em;
    text-decoration: underline;
}


/*----------------------------------*/
/*- Affichage des flèches haut/bas -*/
/*----------------------------------*/

div.filtre_navigation--down,
div.filtre_navigation--up {
    float: right;
    width: 30px;
    height: 40px;
    cursor: pointer;
}

.filtre_navigation--up {
    background: url("../img/triangle_up-black.png") no-repeat;
    background-position: 50%;
}

.filtre_navigation--down {
    background: url("../img/triangle_down-black.png") no-repeat;
    background-position: 50%;
}


/* === DETAIL === */

.page_body--content--detail {
    overflow: hidden;
    margin-top: 50px;
}

/* - Affichage - */
.page_body--content--affichage {
    overflow: hidden;
    display: block;
    text-align: right;
}

    .page_body--content--affichage > div {
        display: inline-table;
    }

.page_body--content--affichage--libelle {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 6px;
}

.page_body--content--affichage--icon {
    display: inline-block;
}

    .page_body--content--affichage--icon img,
    .page_body--content--affichage .rtsImg {
        margin: 0 5px;
    }

/* - Actions - */
.page_body--content--actions {
    overflow: hidden;
    display: block;
    text-align: right;
}

.page_body--content--actions--libelle {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

.page_body--content--liste,
.page_body--content--middle {
    overflow: hidden;
}

.liste--header a, .liste--header a:hover, .liste--footer a, .liste--footer a:hover {
    color: #ffffff;
    font-weight: normal;
}

/* === PAGE FOOTER === */

.page_footer {
    width: 100%;
    height: 144px;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 11px;
    background-color: #15171C;
    color: #ffffff;
}

.page_footer--content {
    display: inline-block;
    width: 100%;
}

.page_footer--content--item {
    float: left;
    width: 240px;
    text-align: left;
    margin-right: 20px;
    margin-left: 20px;
    border-right: 0.5px solid #ffffff;
}

    .page_footer--content--item:last-child {
        border-right: none;
    }

.page_footer--titre1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #D39A2B;
}

.page_footer a {
    color: #fff;
    text-decoration: none;
}

    .page_footer a:hover {
        color: #fff;
    }

.page_footer--assistant {
    display: none;
    z-index: 9000;
}

.page_footer--informations, .page_footer--historique {
    margin: auto;
    float: left;
    width: 23.33%;
}

/* spécifique */
.footerspecifique {
    width: 100%;
    max-width: 1540px;
    margin: auto;
}

.footerspecifique--content {
    display: flex;
}

.footerspecifique--content--item {
    display: block;
}

.footerspecifique--content li {
    display: block;
}

.footerspecifique--content--item {
    width: 23.33%;
}

.page_footer--reseauxSociaux {
    display: flex;
    margin-top: 0px;
}

.page_footer--logo {
    padding-bottom: 80px;
    display: none;
}



/* === TUILES CLASSIFICATION === */

.vignettes_classification {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.vignettes_classification--item {
    display: inline-block;
    overflow: hidden;
    max-width: 580px;
    margin: 15px 20px;
}

.vignettes_classification--item--tuile {
    border: 0px;
}

.vignettes_classification--item--tuile:hover {
    border: 0px;
}

.vignettes_classification--item--tuile img {
    width: 100%;
}

.vignettes_classification--item--libelle {
    padding: 3px 0px;
    font-weight: bold;
}


/* === LISTE CATALOGUE === */

.liste {
    font-size: 11px;
    margin: 15px auto 10px auto;
    width: 100%;
}

.liste--empty_data {
    clear: both;
    display: block;
    text-align: center;
    margin: 25px 0;
}

.liste--empty_data span {
    font-size: 20px;
    font-weight: bold;
}

.liste--header th,
.liste--footer td {
    padding: 8px 6px;
    text-align: center;
    font-weight: bold;
}

.liste--header th {
    border-bottom: solid 1px #cccccc;
}

.liste--footer td {
    border-top: solid 1px #cccccc;
}

.liste--body--item {
    border: none;
    border-bottom: solid 1px #e0e0e0;
}

    .liste--body--item:hover {
        background-color: #f6f8fb;
    }

    .liste--body--item td,
    .liste--body--item--alternate td {
        padding: 10px;
        text-align: center;
    }

.liste--body td > input {
    vertical-align: middle;
}

.liste--body > .actionBouton {
    margin-top: 0;
}


/*-- liste d'articles depuis l'espace client: détail commande */

.liste_article--body--item td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.liste_article .td_vignette {
    position: relative;
    width: 75px;
    padding-right: 30px;
}

.liste_article .td_vignette img {
    max-height: 120px;
    max-width: 120px;
}

.liste_article .td_article {
    text-align: left;
}

    .liste_article .td_article #li_code {
        font-weight: bold;
    }

.liste_article .td_pcb {
    font-weight: bold;
}

.liste_article .td_prix {
    font-weight: bold;
}

.liste_article .th_quantite {
    width: 10%;
}

.liste_article .th_montant {
    width: 15%;
}

.liste_article .td_descriptif {
    width: 100%;
}

.liste_article .td_quantite {
    width: 10%;
}

.liste_article .td_montant {
    width: 15%;
}


/* === FILTRES === */

.filtre_navigation--titre, .filtre_navigation--content--items--titre {
    text-align: left;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    font-weight: bold;
    border-top: solid 1px #949494;
}

.filtre_navigation_classification .filtre_navigation--titre,
.filtre_navigation_axe .filtre_navigation--titre,
.filtre_navigation_caracteristique .filtre_navigation--titre {
    cursor: pointer;
}    
    
.filtre_navigation--content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 800px;
}

.filtre_navigation--content--items {
    display: flex;
    flex-flow: wrap;
}

.filtre_navigation--content--items > li {
    border-bottom: solid 1px #ebebeb;
    line-height: 37px;
    margin: 0;
    padding-left: 20px;
    width: 100%;
    white-space: nowrap;
}

    .filtre_navigation--content--items > li:last-child {
        border-bottom: none;
    }

    .filtre_navigation--content--items #li_filtre_prix {
        border-bottom: solid 1px #ebebeb;
    }

        .filtre_navigation--content--items #li_filtre_prix input[type='text'] {
            width: 35px;
        }

        .filtre_navigation--content--items #li_filtre_prix label {
            margin-right: 10px;
        }

    .filtre_navigation--content--items > li label {
        vertical-align: middle;
        margin: 0 0 0 4px;
    }

    .filtre_navigation--content--items > li input[type='checkbox'],
    .filtre_navigation--content--items > li input[type='radio'] {
        vertical-align: middle;
        margin: 1px 10px 0 0;
    }

/* Filtre par checkbox */
.filtre_navigation--item {
    flex-direction: row;
    cursor: pointer;
    list-style-type: none;
}

.filtre_navigation--item_chkbox {
    width: 24px;
    height: 24px;
    border-style: solid;
    border-width: 1px;
    display: inline-flex;
    line-height: 24px;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 10px;
}

.filtre_navigation--item_ckecked.chkbox--background_dark::before {
    font-family: Awesome-solid;
    margin-left: 3px;
    font-size: 18px;
    content: "\f00c";
    color: #ffffff;
}

.filtre_navigation--content--items .filtre_navigation--item_ckecked.chkbox--background_light::before {
    font-family: Awesome-solid;
    font-size: 18px;
    content: "\f00c";
    margin-left: 3px;
    color: #000000;
}

.filtre_navigation--item_ckecked.chkbox--background_light::before {
    font-family: Awesome-solid;
    font-size: 18px;
    content: "\f00c";
    margin-left: 3px;
    color: #ffffff;
}


/* === LEGENDE === */

.content_article_detail--legende {
    float: right;
    font-size: 1em;
}

.content_article_detail--legende_bas {
    margin-top: 40px;
}

.legende--items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.legende--item {
    font-size: 0.8em;
    white-space: nowrap;
    line-height: 25px;
}

    .legende--item:after {
        content: " | ";
        padding: 0px 5px;
    }

    .legende--item:last-child:after {
        content: "";
    }

.legende--item--libelle {
    margin-right: 5px;
}

.legende--item--statut {
    vertical-align: middle;
}

.legende--item--statut--couleur {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: -1px;
}


/* === POPUP === */

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    z-index: 9100;
    background-color: #ffffff;
}


.exposant {
    display: inline-block;
    margin-top: -5px;
    font-size: .6em;
    line-height: 0em;
    vertical-align: super;
    text-decoration: none;
}



/* === BOITE DE DIALOGUE === */

div.ui-dialog .ui-icon-cart {
    display: none !important;
}


div.ui-dialog {
    border-radius: 8px;
    min-width: 400px !important;
    max-width: 480px !important;
    font-family: Calibri;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #aaa;
}

    div.ui-dialog .ui-dialog-titlebar {
        background: none;
        text-transform: uppercase;
        border: none;
        padding: 5px 40px 5px 20px;
        padding-top: 5px;
        font-size: 20px;
    }

    div.ui-dialog .ui-dialog-titlebar-close {
        border: none;
        background: none;
        background-image: url("../img/dialog-close.png");
        background-size: 14px;
        background-position: 50%;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        top: 50%;
        right: 5px;
        transform: translateY(-50%) !important;
        margin: 0;
    }

    div.ui-dialog .ui-dialog-content {
        padding: 25px 50px 20px 50px;
        height: auto !important;
    }

        div.ui-dialog .ui-dialog-content span {
            display: inline-block;
            width: 100%;
        }

        div.ui-dialog .ui-dialog-content .ui-icon-info {
            display: none;
        }

    div.ui-dialog .ui-dialog-buttonpane {
        border: none;
        padding: 5px 10px 10px 10px;
    }

        div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            width: 100%;
            text-align: center;
            margin: 0 0 15px 0;
            margin: 0;
        }

            div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
                border: none;
                padding: 10px 28px;
                margin: 0 10px;
                background-color: #cccccc;
                color: #ffffff;
                font-size: 12.5px;
                text-transform: uppercase;
            }

                div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
                    opacity: 0.75;
                }


/* ==================================== */
/* =============== MEDIA ============== */

@media (max-width : 1540px) {

    .page_body--content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width : 1300px) {

    .page_grid h2 {
        background-position: 0 0;
        text-align: left;
        padding-top: 0px;
        padding-left: 60px;
        height: 48px;
    }

    .page_grid > ul > li:not(:first-child) {
        margin-top: 60px;
    }
}


@media (max-width : 1200px) {

    .page {
        padding-top: 230px;
    }

    .page_header {
        height: 230px;
    }

    .page_header--logo {
        margin-top: 10px;
        margin-left: 90px;
    }

        .page_header--logo img {
            max-width: 300px;
        }

    .page_header--menu {
        display: block;
        top: 20px;
        width: 150px;
    }

        .page_header--menu li {
            display: block;
            padding: 6px 0;
            margin-bottom: 10px;
            text-align: center;
        }

    .page_header--menu--item {
        border-bottom: solid 1px #cccccc;
    }

    /* === CARTOUCHE CLIENT === */

    .page_header--cartouche_client {
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

    /* === RECHERCHE === */

    .page_header--search {
        width: 380px;
        top: 170px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }


    /* === MENU FAMILLE === */

    .page_header--navigation_famille {
        bottom: auto;
        margin: 0;
        width: auto;
        transform: none;
        left: 0px;
        top: 20px
    }

        .page_header--navigation_famille .menu_famille {
            display: none;
        }

        .page_header--navigation_famille .menu_famille_reduit {
            display: inline-block !important;
            z-index: 9300;
        }

            .page_header--navigation_famille .menu_famille_reduit .menu_famille_reduit--icon {
                color: transparent;
                font-size: 0.95em;
                background: url(../img/icon-menu.png) no-repeat center 10px;
            }

            .page_header--navigation_famille .menu_famille_reduit .menu_famille_reduit--menu {
                background: #ffffff;
                position: fixed;
                top: 60px;
                box-shadow: 0 1px 5px rgba(0,0,0,0.25);
            }

    /*=== FIL ARIANE MASQUE === */

    .fil_ariane {
        display: none;
    }

    #div_chargement_progress {
        min-width: auto;
    }

    .progress-label {
        font-size: 16px;
    }
}

/* === PIC INFORMATION ===  */

.pic_information {
    background: transparent url('../img/img_information_24.png') no-repeat bottom center;
    height: 24px;
    width: 24px;
    padding-top: 1px;
    position: relative;
    display: inline-block;
}

    .pic_information > div {
        z-index: 9000;
        position: absolute;
        background-color: #ffffff;
        border: solid 1px #3e3135;
        border-radius: 3px;
        font-size: 11px;
        font-weight: normal;
        text-align: left;
        margin-left: 32px;
        padding: 2px 6px 2px 6px;
        display: none;
    }

    .pic_information:hover > div {
        display: block;
    }


/* === FORMULAIRES === */

.page_body--content--form {
    display: inline-block;
    padding: 20px;
    background-color: #f7f7f7;
    min-width: 280px;
}

.form--description {
    text-align: justify;
}

.form--item {
    margin-bottom: 10px;
}

.form--actions {
    text-align: left;
}


/* === PASSWORD EYE ===  */

.password--input::-ms-reveal,
.password--input::-ms-clear {
    display: none;
}

.password {
    position: relative;
}

.password--eye {
    display: flex;
    align-items: center;
    position: absolute;
    top: calc(50% + 1px);
    right: 20px;
    transform: translateY(-50%);
    width: 12px;
    transition: all 0.2s;
}

    .password--eye span {
        cursor: pointer;
    }

        .password--eye span::before {
            padding: 5px;
            font-size: 15px;
            color: #848484;
            opacity: 0.7;
        }

        .password--eye span:hover::before {
            opacity: 1;
            transition-duration: 0.5s;
        }

.password--eye--on::before {
    font-family: Awesome-regular;
    content: "\f06e";
}

.password--eye--off::before {
    font-family: Awesome-regular;
    content: "\f070";
}

/* === Message de confirmation ===  */
.message--confirmation {
    padding-bottom: 20px;
    font-size: 12px;
    color: red;
}

/* === toolBox ===*/
#ToolBoxSidePanel {
    z-index: 2;
    position: fixed;
    top: 30%;
    left: 0%;
    color: white;
    background-color: black;
    border-radius: 0px 10px 10px 0px;
}

.toolBoxIcon {
    font-size: 25px;
    padding: 10px;
    display: inline-block;
    min-height: 30px;
}

.toolBoxIcon {
    cursor: pointer;
}

    .toolBoxIcon:hover {
        opacity: 0.7;
    }


.toolBoxItemMenu {
    border-top: solid #888888 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.grilleTailleToolBox::before {
    font-family: Awesome-solid;
    content: "\f0c9";
}

.toolBoxCopy::before {
    font-family: Awesome-solid;
    content: "\f0c5";
}

.toolBoxCut::before {
    font-family: Awesome-solid;
    content: "\f0c4";
}

.toolBoxPaste::before {
    font-family: Awesome-solid;
    content: "\f0ea";
}

.toolBoxDuplicate::before {
    font-family: Awesome-solid;
    content: "\f7a4";
}

.toolBoxErase::before {
    font-family: Awesome-solid;
    content: "\f12d";
}

.popUpDisplay {
    float: right;
    z-index: 1000;
    position: absolute;
    right: 10px;
    bottom: -34px;
    background-color: #ffff;
    padding: 5px 0 5px 10px;
}

.popUpCheckBox {
    vertical-align: initial !important;
    margin-left: 5px;
}

/* === Swipper ===*/

.swiper-lazy-preloader {
    border-color: #ddd transparent #ddd #ddd !important;
}

/* ==================================== */
/* =============== MEDIA ============== */

@media (max-width : 1200px) {
    .progress-label {
        left: 40%;
        width: 20%;
    }

    /* === OPTIONS & FILTRES === */

    .page_body--content--options {
        display: none;
        z-index: 10000;
        position: fixed;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        height: 100vh;
        width: 500px;
        max-width: calc(100vw - 15px);
        background-color: #fff;
    }

    .page_body--content--affichage--filtre {
        display: inline-block !important;
    }

    .page_body--content--options .right_panel--close {
        display: block;
    }

    .page_body--content--options .right_panel--close--titre {
        display: inline-block;
        width: calc(100% - 40px);
    }

    .page_body--content--options .right_panel--close--button {
        display: inline-block;
    }

    .page_body--content--options .right_panel--content {
        overflow: auto;
        height: calc(100vh - 40px);
        padding: 0 40px 40px 40px;
    }

    .page_body--content--options--tri .filtre_navigation--titre {
        border: none;
    }

    .filtre_navigation--content {
        max-height: none;
    }

    .right_panel_show {
        animation: 0.5s ease-in-out 0s 1 slideInFromRight;
    }

    .right_panel_hide {
        animation: 0.5s ease-in-out 0s 1 slideOutFromRight;
    }

    @keyframes slideInFromRight {
        0% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(0);
        }
    }

    @keyframes slideOutFromRight {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(100%);
        }
    }

}

@media (max-width : 800px) {

    .panier_etapes--items--item {
        display: none;
    }
}

@media (max-height : 700px) {

    .page_body {
        min-height: calc(100vh);
    }
}
