body {
    background-color: #fff;
}

.header .header-logo .brand-logo {
    width: 85px;
    height: auto;
    border: none;
    border-radius: 0;
    background: none;
    margin: 0;
}

.header .header-logo a .brand-text span {
    color: #cf161e;
}

.header .header-nav:last-child {
    width: auto;
}

/*
.header .user-img {
    float: left;
    width: 36px;
    height: 36px;
    margin: 10px 10px 10px 0;
    border-radius: 120px;
}
*/
.header .user-icon {
    margin: 10px 10px 10px 0;
}


.aright, .align-right {
    text-align: right !important;
}

.acenter, .align-center {
    text-align: center !important;
}

.aleft, .align-left {
    text-align: left !important;
}


.rouge, .red {
    color: #cf161e;
    font-weight: bold;
}
.rouge:hover, .red:hover {
    text-decoration: underline;
}


pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}


.form-control {
    font-weight: normal;
}


.alert a {
    color: #000;
    /*font-weight: bold;*/
    text-decoration: underline;
}


.search-form {
    min-width: 500px;
}

.alert-dev {
    color: #fff;
    background-color: #b58a8a;
    border: #333;
}


a.photo-piece-zoom {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}


/* ---------------------- panier / commande -------------------------------------- */
table .cl-panier-lien, .cl-panier-delete {
    width: 5%;
    text-align: center;
}

table .cl-panier-photo {
    width: 15%;
    text-align: center;
}

table .cl-panier-prix {
    width: 15%;
    text-align: right;
    white-space: nowrap;
}

table .cl-panier-libelle {
    width: 50%;
}

/*
table .cl-panier-marque {
}
*/

.header .header-cart .total.totalvide {
    background: none;
}

.cl-panier-qte {
    min-width: 100px;
    width: 10%;
    text-align: right;
    white-space: nowrap;
}

.cl-panier-prix {
    min-width: 150px;
    width: 15%;
    text-align: right;
    white-space: nowrap;
}

.cl-panier-codepiece {
    width: 10%;
    text-align: left;
    white-space: nowrap;
}


.cl-panier-marque {
    width: 10%;
    text-align: left;
    white-space: nowrap;
}

.cl-panier-appareil {
    width: 10%;
    text-align: left;
    white-space: nowrap;
}

.cl-panier-qte-input {
    text-align: right;
    /*
    width: 80px;
    padding: 4px;
    */
}


/* ---------------------- page index + login + reset pwd -------------------------------------- */
label.error {
    color: #b94a48;
    font-weight: 600;
}

.smart-form .input input.error,
.smart-form .input input.error,
input.error {
    border-color: #b94a48;
}

/*
.no-padding {
    padding: 0 !important;
}
.well {
    min-height: 20px;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    -moz-box-shadow: 0 1px 1px #ececec;
    position: relative;
    margin-bottom: 20px;
}
.smart-form {
    margin: 0;
    outline: 0;
    color: #666;
    position: relative;
}
.smart-form header {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    border-bottom-style: dashed;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #232323;
    margin: 10px 14px 0;
}
.client-form header {
    padding: 15px 13px;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
}

*/


/* ---------------------- page base documentaire -------------------------------------- */
.basedoc-arborescence, .basedoc-contenu {
    border: 1px solid #ddd;
    padding: 10px;
    height: 100%;
}

.basedoc-arborescence li {
    list-style-type: none;
}

.basedoc-arborescence a.basedoc-arborescence-element {
    color: rgb(45, 53, 60);
}

.basedoc-arborescence li:not(:has(ul)) a:hover {
    cursor: pointer;
    /*text-decoration: underline;*/
}

.basedoc-contenu {
    overflow-y: auto;
}

.basedoc-titre {
    font-size: 1.2em;
    font-weight: bold;
}

.basedoc-nb-elements {
    font-size: 0.8em;
    font-weight: normal;
}

.basedoc-liste-elements {
    padding-left: 0;
    list-style-type: none;
    margin: 10px 0 10px 15px;
}

.basedoc-liste-elements li {
    margin-top: 5px;
}

/* ajouter un icone fichier à chaque <li> */
.basedoc-liste-elements li:before {
    content: "\f016";
    font-family: FontAwesome;
    margin-right: 10px;
    color: rgb(13, 130, 130);
}


.basedoc-arborescence-element:before {
    content: "\f0c5";   /* f016 */ 
    font-family: FontAwesome;
    margin-right: 5px;
    /* padding-left: 26px; */
    /* color: rgb(13, 130, 130);*/
    color: #f0ad4e; /* couleur dorée pour les fichiers */
}

.toggle-btn {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 5px;
    user-select: none;
}

.toggle-btn i {
    font-size: 1.2em;
    color: #f0ad4e; /* couleur dorée pour les dossiers */
}

.folder-name {
    cursor: pointer;
}

.nested {
    /*margin-left: 20px;*/
    margin-left: 0;
    padding-left: 17px;
    list-style-type: none;
}

.basedoc-arborescence-element {
    cursor: pointer;
    text-decoration: none;
}

ul.basedoc-racine {
    padding-left: 0;
}

