html{
    font-size: 1rem;
}

.spa-body {
    background-color: #f8f9fa;
}

.content {
    margin-bottom: 40px;
}

.content-wrapper, .right-side {
    min-height: 100%;
    height: 100%;
    background-color: #f8f9fa;
    z-index: 800;
}

.floatright {
    float: right;
}

.footer-fixed {
    /*height:44px;*/
    background: linear-gradient(to left, #8f116e, #50145c);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* margin-top:44px;*/
    color: #ffffff;
    z-index: 9999;
    box-shadow: 0 0 5px black;
    padding: 4px;
}

.rotate-90-right {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.norotate {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.footer-fixed a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}

.main-footer {
    margin-left: 0;
    border: 0;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.main-sidebar {
    background: #26282a !important;
    padding-top: 70px !important;
    padding-bottom: 30px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.fixed .content-wrapper, .fixed .right-side {
    padding-top: 68px;
    padding-bottom: 28px;
}

#control_search {
    color: blue;
    border-color: blue;
}

.clear {
    clear: both;
}

.btn, .login-logo-radius, a, .icon-arrow, .sidebar-menu .treeview-menu, .sidebar-menu .treeview-menu-child, .collapse-menu .fa, .main-sidebar, body.hold-transition .main-sidebar, body.hold-transition .content-wrapper, .content-header {
    transition: all 0.5s ease;
}

.margintop50 {
    margin-top: 50px;
}

.marginleft30 {
    margin-left: 30px;
}

.a_height {
    width: auto;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2;
}

.comboboxLabel {
    vertical-align: top;
    margin-left: 5px;
}

/**
  SURCHARGE PAGE DE LOGIN
**/

body.login-page {
    background: url('../Img/background.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn-secondary {
    background-color: #9a0e6e;
    border-color: #9a0e6e;
    color: white;
}

.btn-primary {
    background-color: #a4c424;
    border-color: #a4c424;
    color: white;
}

.btn-warning {
    background-color: #e08e0b;
    border-color: #e08e0b;
    color: white;
}

.btn-vici {
    color: #9d106f;
    background-color: #d2d2d2;
    padding: 8px 5px;
    font-size: 17px;
    height: 60px;
    font-weight: 600;
    text-transform: uppercase;
}

    .btn-vici .icon {
        font-size: 30px;
        vertical-align: middle;
    }

    .btn-vici:hover {
        background: #9d106f;
        color: #ffffff;
    }

.ui-dialog .ui-dialog-titlebar.ui-state-focus {
    background-color: #9a0e6e !important;
    border-color: #9a0e6e !important;
}

.ui-igdialog .ui-igdialog-content, .ui-igdialog-content {
    padding: 0 !important;
}

.login-box, .register-box {
    width: 880px;
    max-width: 100%;
    margin: auto;
    height: 100%;
    padding: 50px;
}

.login-box-body {
    background: none;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.login-logo {
    max-width: 330px;
    margin-bottom: 10px;
}

    .login-logo a, .register-logo a {
        color: #ffffff;
        font-size: 80px;
    }

.login-logo-radius {
    position: relative;
    width: 330px;
    height: 1%;
    max-height: 333px;
    min-height: 100px;
    flex-grow: 1;
}

.by {
    position: absolute;
    right: 0;
    top: 10px;
    height: 35px;
    width: 35px;
}

.login-logo-radius img {
}

.vici_logo {
    background-image: url("../Img/logo.vici.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 85%;
    height: 35%;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.capoise_logo {
    background-image: url("../Img/logo.capoise.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 85%;
    height: 20%;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


.login-box .form-control {
    height: 57px;
    font-size: 28px;
}

.login-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #7f7f7f;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
}

.login-box input::-moz-placeholder { /* Firefox 19+ */
    color: #7f7f7f;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
}

.login-box input:-ms-input-placeholder { /* IE 10+ */
    color: #7f7f7f;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
}

.login-box input:-moz-placeholder {
    color: #7f7f7f;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
}

.login-box input:focus:-moz-placeholder {
    color: transparent;
}

.login-box input:focus:-ms-input-placeholder {
    color: transparent;
}

.login-box input:focus::-moz-placeholder {
    color: transparent;
}

.login-box input:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-link-info {
    float: right;
    margin-bottom: 15px;
}

.form-group {
    /*margin-bottom: 15px;
    margin-top: 40px;*/
}

.form-link-info a {
    color: #ffffff;
    font-size: 21px;
}

.login-box .btn {
    font-size: 28px;
    float: right;
    max-width: 180px;
}

    .login-box .btn:hover {
        background-color: #9a0e6e;
    }

.login-logo-radius:hover {
    /*background-color: #e1e1e1;*/
}

/**
    Page recherche de recette
**/
#ListeR_822001 { /*petit dejeuner*/
    height: 133px;
    width: 200px;
    background-repeat: no-repeat;
    background-image: url('../Img/petitdej.jpg');
}

#ListeR_823001 { /*Entrée*/
    height: 133px;
    width: 200px;
    background-repeat: no-repeat;
    background-image: url('../Img/entree.jpg');
}

#ListeR_824001 { /*plat principal*/
    height: 133px;
    width: 200px;
    background-repeat: no-repeat;
    background-image: url('../Img/plat.jpg');
}

#ListeR_825001 { /*accompagnement*/
    height: 133px;
    width: 200px;
    background-repeat: no-repeat;
    background-image: url('../Img/accompagnement.jpg');
}

#ListeR_826001 { /*Fromage*/
    height: 133px;
    width: 200px;
    background-repeat: no-repeat;
    background-image: url('../Img/fromage.jpg');
}

#ListeR_827001 { /*Dessert*/
    height: 133px;
    width: 200px;
    background-repeat: no-repeat;
    background-image: url('../Img/dessert.jpg');
}

#ListeR_828001 { /*Apéritif*/
    height: 133px;
    width: 200px;
    background-repeat: no-repeat;
    background-image: url('../Img/aperitif.jpg');
}

#ListeR_829001 { /*Café infusion*/
    height: 133px;
    width: 200px;
    background-repeat: no-repeat;
    background-image: url('../Img/cafe.jpg');
}

#ListeR_830001 { /*Digestif*/
    height: 133px;
    width: 200px;
    background-repeat: no-repeat;
    background-image: url('../Img/digestif.jpg');
}

#ListeR_831001 { /*Pain*/
    height: 133px;
    width: 200px;
    background-repeat: no-repeat;
    background-image: url('../Img/pain.jpg');
}

#ListeR_832001 { /*Boisson*/
    height: 133px;
    width: 200px;
    background-repeat: no-repeat;
    background-image: url('../Img/boisson1.jpg');
}

#ListeR_833001 { /*Collation*/
    height: 133px;
    width: 200px;
    background-repeat: no-repeat;
    background-image: url('../Img/collation.jpg');
}
/**
    Page recherche de produit
**/

.ListeProduitItem {
    padding: 4px;
    height: 133px;
    cursor: pointer;
    transition: 0.1s all;
    background-color: #ececec;
    background-position: center;
    border: 3px solid white;
    color: white;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

    .ListeProduitItem:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 0;
        height: 20px;
        background: rgba(0,0,0,0.2);
        border-radius: 0;
        transition: all 0.2s cubic-bezier(0, 0.65, 0.25, 1);
    }

    .ListeProduitItem:hover:after {
        width: 100%;
    }

    .ListeProduitItem .listeProduitIcon {
        width: 100%;
        background-size: contain;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        height: 100px;
    }

    .ListeProduitItem img {
        width: 100%;
        height: 100px;
    }

    .ListeProduitItem label {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        height: 100%;
        width: 100%;
        cursor: pointer;
    }

    .ListeProduitItem .listeProduitTitle {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .ListeProduitItem:hover, input[type=checkbox]:checked + .ListeProduitItem .listeProduitTitle {
        color: white !important;
    }

/*Fruit et legumes*/
#Liste_893001 {
    color: #03ae4a;
}

    #Liste_893001 .listeProduitIcon {
        background-image: url("../Svg/FruitsEtLegumes.svg");
    }

    #Liste_893001:hover, input[type=checkbox]:checked + #Liste_893001 {
        background-image: linear-gradient(to right, #03ae4a, #03ae7f);
    }

        input[type=checkbox]:checked + #Liste_893001:hover {
            background-image: linear-gradient(to right, #029740, #02976f);
        }

        #Liste_893001:hover .listeProduitIcon, input[type=checkbox]:checked + #Liste_893001 .listeProduitIcon {
            background-image: url("../Svg/FruitsEtLegumes_white.svg")
        }

/*Boisson*/
#Liste_886001 {
    color: #638e48;
}

    #Liste_886001 .listeProduitIcon {
        background-image: url("../Svg/Boisson.svg")
    }

    #Liste_886001:hover, input[type=checkbox]:checked + #Liste_886001 {
        background-image: linear-gradient(to right, #638e48, #559867);
    }

        input[type=checkbox]:checked + #Liste_886001:hover {
            background-image: linear-gradient(to right, #476633, #40724e);
        }

        #Liste_886001:hover .listeProduitIcon, input[type=checkbox]:checked + #Liste_886001 .listeProduitIcon {
            background-image: url("../Svg/Boisson_white.svg")
        }

/*Produit_Epicerie*/
#Liste_885001 {
    color: #c15203;
}

    #Liste_885001 .listeProduitIcon {
        background-image: url("../Svg/Epicerie.svg")
    }

    #Liste_885001:hover, input[type=checkbox]:checked + #Liste_885001 {
        background-image: linear-gradient(to right, #c15203, #c17e03);
    }

        input[type=checkbox]:checked + #Liste_885001:hover {
            background-image: linear-gradient(to right, #7e3502, #7e5202);
        }

        #Liste_885001:hover .listeProduitIcon, input[type=checkbox]:checked + #Liste_885001 .listeProduitIcon {
            background-image: url("../Svg/Epicerie_white.svg")
        }

/*Cremerie*/
#Liste_887001 {
    color: #03adef;
}

#Liste_887001 .listeProduitIcon {
    background-image: url("../Svg/Cremerie.svg")
}

#Liste_887001:hover, input[type=checkbox]:checked + #Liste_887001 {
    background-image: linear-gradient(to right, #03adef, #03ceef);
}

input[type=checkbox]:checked + #Liste_887001:hover {
    background-image: linear-gradient(to right, #027fb1, #0299b1);
}

#Liste_887001:hover .listeProduitIcon, input[type=checkbox]:checked + #Liste_887001 .listeProduitIcon {
    background-image: url("../Svg/Cremerie_white.svg")
}

/*Surgelé*/
#Liste_889001 {
    color: #85c93d;
}

#Liste_889001 .listeProduitIcon {
    background-image: url("../Svg/Surgele.svg")
}

#Liste_889001:hover, input[type=checkbox]:checked + #Liste_889001 {
    background-image: linear-gradient(to right, #85c93d, #a0c93d);
}

input[type=checkbox]:checked + #Liste_889001:hover {
    background-image: linear-gradient(to right, #689f2d, #7d9f2d);
}

#Liste_889001:hover .listeProduitIcon, input[type=checkbox]:checked + #Liste_889001 .listeProduitIcon {
    background-image: url("../Svg/Surgele_white.svg")
}

/*Boucherie*/
#Liste_888001 {
    color: #ec0404;
}

    #Liste_888001 .listeProduitIcon {
        background-image: url("../Svg/Boucherie.svg")
    }

    #Liste_888001:hover, input[type=checkbox]:checked + #Liste_888001 {
        background-image: linear-gradient(to right, #ec0404, #ec4404);
    }

        input[type=checkbox]:checked + #Liste_888001:hover {
            background-image: linear-gradient(to right, #b00303, #b03403);
        }

        #Liste_888001:hover .listeProduitIcon, input[type=checkbox]:checked + #Liste_888001 .listeProduitIcon {
            background-image: url("../Svg/Boucherie_white.svg")
        }

/*charcuterie*/
#Liste_891001 {
    color: #e35391;
}

    #Liste_891001 .listeProduitIcon {
        background-image: url("../Svg/Charcuterie.svg")
    }

    #Liste_891001:hover, input[type=checkbox]:checked + #Liste_891001 {
        background-image: linear-gradient(to right, #e35391, #e353b7);
    }

        input[type=checkbox]:checked + #Liste_891001:hover {
            background-image: linear-gradient(to right, #db2473, #db24a4);
        }

        #Liste_891001:hover .listeProduitIcon, input[type=checkbox]:checked + #Liste_891001 .listeProduitIcon {
            background-image: url("../Svg/Charcuterie_white.svg")
        }

/*Non alimentaire*/
#Liste_890001 {
    color: #5b5a5a;
}

    #Liste_890001 .listeProduitIcon {
        background-image: url("../Svg/NonAlimentaire.svg")
    }

    #Liste_890001:hover, input[type=checkbox]:checked + #Liste_890001 {
        background-image: linear-gradient(to right, #5b5a5a, #777777);
    }

        input[type=checkbox]:checked + #Liste_890001:hover {
            background-image: linear-gradient(to right, #343232, #595959);
        }

        #Liste_890001:hover .listeProduitIcon, input[type=checkbox]:checked + #Liste_890001 .listeProduitIcon {
            background-image: url("../Svg/NonAlimentaire_white.svg")
        }

/*Volaille*/
#Liste_892001 {
    color: #dcb900;
}

    #Liste_892001 .listeProduitIcon {
        background-image: url("../Svg/Volaille.svg")
    }

    #Liste_892001:hover, input[type=checkbox]:checked + #Liste_892001 {
        background-image: linear-gradient(to right, #dcb900, #dc8e00);
    }

        input[type=checkbox]:checked + #Liste_892001:hover {
            background-image: linear-gradient(to right, #998000, #996300);
        }

        #Liste_892001:hover .listeProduitIcon, input[type=checkbox]:checked + #Liste_892001 .listeProduitIcon {
            background-image: url("../Svg/Volaille_white.svg")
        }

/*Poisson*/
#Liste_894001 {
    color: #216cb0;
}

    #Liste_894001 .listeProduitIcon {
        background-image: url("../Svg/Poisson.svg")
    }

    #Liste_894001:hover, input[type=checkbox]:checked + #Liste_894001 {
        background-image: linear-gradient(to right, #216cb0, #2289b1);
    }

        input[type=checkbox]:checked + #Liste_894001:hover {
            background-image: linear-gradient(to right, #184e81, #186381);
        }

        #Liste_894001:hover .listeProduitIcon, input[type=checkbox]:checked + #Liste_894001 .listeProduitIcon {
            background-image: url("../Svg/Poisson_white.svg")
        }

/*Boulangerie*/
#Liste_895001 {
    color: #e59000;
}

    #Liste_895001 .listeProduitIcon {
        background-image: url("../Svg/Boulangerie.svg")
    }

    #Liste_895001:hover, input[type=checkbox]:checked + #Liste_895001 {
        background-image: linear-gradient(to right, #e59000, #ff8100);
    }

        input[type=checkbox]:checked + #Liste_895001:hover {
            background-image: linear-gradient(to right, #996100, #994d00);
        }

        #Liste_895001:hover .listeProduitIcon, input[type=checkbox]:checked + #Liste_895001 .listeProduitIcon {
            background-image: url("../Svg/Boulangerie_white.svg")
        }

/*Service*/
#Liste_896001 {
    color: #351426;
}

    #Liste_896001 .listeProduitIcon {
        background-image: url("../Svg/Services.svg")
    }

    #Liste_896001:hover, input[type=checkbox]:checked + #Liste_896001 {
        background-image: linear-gradient(to right, #351426, #42173e);
    }

        input[type=checkbox]:checked + #Liste_896001:hover {
            background-image: linear-gradient(to right, #12070d, #260d23);
        }

        #Liste_896001:hover .listeProduitIcon, input[type=checkbox]:checked + #Liste_896001 .listeProduitIcon {
            background-image: url("../Svg/Services_white.svg")
        }

#Liste_perso { /*perso*/
    max-height: 40px;
    width: 40px;
    background-color: #ff0000;
    /*background-repeat: no-repeat;
background:url('../Img/perso.jpg')*/
}

/*TYPE DE PLAT*/

#Liste_822001 {
    /*PDEJ*/
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background: url('../Img/petitdejeuner.png');
}

#ListePourMenu_822001 {
    /*PDEJ*/
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background: url('../Img/petitdejeunermenu.png');
}

#Liste_823001 {
    /*Ent .*/
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background: url('../Img/entree.png');
}

#ListePourMenu_823001 {
    /*Ent .*/
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background: url('../Img/entreemenu.png');
}

#Liste_824001 {
    /*Plat*/
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background: url('../Img/plat.png');
}

#ListePourMenu_824001 {
    /*Plat*/
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background: url('../Img/platmenu.png');
}

#Liste_825001 {
    /*Acc .*/
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background: url('../Img/accompagnement.png');
}

#ListePourMenu_825001 {
    /*Acc .*/
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background: url('../Img/accompagnementmenu.png');
}

#Liste_826001 {
    /*From .*/
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background: url('../Img/fromage.png');
}

#ListePourMenu_826001 {
    /*From .*/
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background: url('../Img/fromagemenu.png');
}

#Liste_827001 {
    /*Dess .*/
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background: url('../Img/dessert.png');
}

#ListePourMenu_827001 {
    /*Dess .*/
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background: url('../Img/dessertmenu.png');
}

#Liste_828001 {
    /*Apér .*/
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background: url('../Img/aperitif.png');
}

#ListePourMenu_828001 {
    /*Apér .*/
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background: url('../Img/aperitifmenu.png');
}

#Liste_829001 {
    /*Café*/
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background: url('../Img/cafe.png');
}

#ListePourMenu_829001 {
    /*Café*/
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background: url('../Img/cafemenu.png');
}

#Liste_830001 {
    /*Dig .*/
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background: url('../Img/digestif.png');
}

#ListePourMenu_830001 {
    /*Dig .*/
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background: url('../Img/digestifmenu.png');
}

#Liste_831001 {
    /*Pain*/
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background: url('../Img/pain.png');
}

#ListePourMenu_831001 {
    /*Pain*/
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background: url('../Img/painmenu.png');
}

#Liste_832001 {
    /*Boiss .*/
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background: url('../Img/boisson.png');
}

#ListePourMenu_832001 {
    /*Boiss .*/
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background: url('../Img/boissonmenu.png');
}

#Liste_833001 {
    /*Coll .*/
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background: url('../Img/collation.png');
}

#ListePourMenu_833001 {
    /*Coll .*/
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background: url('../Img/collationmenu.png');
}

/**
  SURCHARGE PAGE DE PRODUITS
**/
#breadcrumb ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
}

    #breadcrumb ul li {
        padding: 0 4px;
        display: inline-block;
    }

        #breadcrumb ul li a {
            color: #9a0e6e;
        }

        #breadcrumb ul li.active a {
            color: #0d0d0d;
        }

.bg-green_vici {
    background-color: #a4c424 !important;
    color: white;
}

.bg-yellow_vici {
    background-color: #EBC000 !important;
    color: white;
}

.bg-purple_vici {
    background-color: #8F116E !important;
    color: white;
}

.bg-gray_vici {
    background-color: #ADADAD !important;
    color: white;
}

.bg-blue_vici {
    background-color: #3c8dbc !important; /*099B90*/
    color: white;
}

.bg-orange_vici {
    background-color: #E87A45 !important;
    color: white;
}

.bg-aide_vici {
    background-color: #50145C !important;
    color: white;
}


.modalewindow {
    z-index: 32761;
    border: none; /* 1px solid #d2d2d2;*/
    /* Centrage vertical automatique pour le contenu */
    position: absolute;
    transform: translateY(13px) translateX(0%);
    display: none;
    background-repeat: no-repeat;
    background: url('../Img/fondcoin.png');
    height: 150px;
    width: 150px;
    opacity: 0.90;
    -moz-opacity: 0.9;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);
}

.logo-navbar a img {
    padding: 10px 5px;
}

.byTop {
    margin-top: -10px;
}

.skin-purple .main-header .navbar {
    background: #0d0d0d;
    background: -webkit-linear-gradient(#353435, #0d0d0d);
    background: -o-linear-gradient(#353435, #0d0d0d);
    background: -moz-linear-gradient(#353435, #0d0d0d);
    background: linear-gradient(#353435, #0d0d0d);
}

.navbarRouge {
    background: linear-gradient(#a20000, #490000);
}

#SpanBaseExpressRemplie {
    position: absolute;
    display: inline-block;
    color: white;
    font-size: 17px;
    text-align: left;
    height: 100%;
    padding: 0 50px 0 50px;
    overflow: hidden;
    max-height: 60.5px;
}

#TexteBaseExpressRemplie {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

#SpanBaseExpressRemplieTablette {
    font-weight: bold;
    position: absolute;
    display: none;
    color: red;
    font-size: 15px;
    text-align: left;
    height: 100%;
    margin-left:520px;
    overflow: hidden;
    max-height: 60px;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    margin-top: 2px;
}

.dropdown-menu > li > a {
    padding: 11px 20px;
}

    .dropdown-menu > li > a:hover {
        background-color: #9a0e6e;
        color: #ffffff;
    }

.content-header {
    position: fixed;
    background: #ffffff !important; /*#ecf0f5 !important;*/
    width: calc(100% - 230px);
    top: 62px;
    z-index: 5;
}

.content-header-Catalogue {
    position: relative;
    background: #ffffff !important;
    z-index: 1;
    width: 100%;
    top: 13px;
    /*left :10px*/
}

.content-header-Fournisseur {
    position: relative;
    background: #ffffff !important;
    z-index: 1;
    width: 100%;
    top: 13px;
    /*left :10px*/
}

.content-header-Commande {
    position: relative;
    background: #ffffff !important;
    z-index: 1;
    width: 100%;
    top: 13px;
    /*left :10px*/
}

.content-header-Reception {
    position: relative;
    background: #ffffff !important;
    z-index: 1;
    width: 100%;
    top: 13px;
    /*left :10px*/
}

.content-header-FactureAvoir {
    position: relative;
    background: #ffffff !important;
    z-index: 1;
    width: 100%;
    top: 13px;
    /*left :10px*/
}

.content-header-Stock {
    position: relative;
    background: #ffffff !important;
    z-index: 1;
    width: 100%;
    top: 13px;
    /*left :10px*/
}

.content-header-Standard {
    position: relative;
    background: #ffffff !important;
    z-index: 1;
    width: 100%;
    top: 13px;
    /*left :10px*/
}

.action-small[disabled] {
    color: white;
    background-color: #efefef;
}

    .action-small[disabled]:hover {
        color: white;
        background-color: #efefef;
    }

.action-small {
    background-color: #d2d2d2;
    border: none;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    height: 60px;
    transition: all 0.5s ease;
    color: #9d106f;
    border-radius: 3px;
    cursor: pointer;
    min-width: 150px;
}

    .action-small .icon {
        font-size: 30px;
        vertical-align: middle;
        margin-right: 4px;
    }

    .action-small:hover {
        background: #9d106f;
        color: white;
    }

.actions {
    margin: 5px 0 0 0;
    padding-right: 65px;
}

.action {
    color: #9d106f;
    background-color: #d2d2d2;
    padding: 8px 5px;
    text-transform: uppercase;
    font-size: 17px;
    float: left;
    width: 150px;
    margin-right: 10px;
    box-sizing: border-box;
    border: 0;
    outline: none;
    font-weight: 600;
    margin-bottom: 10px;
    height: 60px;
    transition: all 0.5s ease;
    border-radius: 3px;
}

    .action .icon {
        margin-right: 10px;
        transition: all 0.5s ease;
    }

        .action .icon.icon-2 {
            font-size: 230%;
        }

    .action:hover, .action.active {
        background: #9d106f;
        color: #ffffff;
    }

        .action:hover .icon, .action.active .icon {
            color: #ffffff;
        }

    .action .actionPetit {
        font-size: 15px;
        width: 50px;
        margin-right: 10px;
        margin-bottom: 10px;
        height: 30px;
    }

    .action.actionRight {
        margin-right: 0;
        float: right;
    }

    .action .actionPetitDeconnecte {
        font-size: 15px;
    }

.action-label {
    display: flex;
    align-content: center;
    justify-content: center;
}

.photo-button {
    background-color: #9a0f6c;
    color: white;
    border-radius: 10px;
    padding: 10px;
    width: 70px;
    height: 70px;
    margin: 6px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.photo-button label {
    color: white;
    margin-bottom: 0;
}

.photo-preview {
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: #EFEFEF;
    border-radius: 8px;
    overflow: hidden;
    padding: 6px;
}

.photo-preview img {
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
    height: 200px;
    display: block;
}

.TitreGrille {
    background-color: #d2d2d2;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

#grid1_container {
    height: auto !important;
    padding-bottom: 44px;
    margin-top: 215px;
}

#grid1_scroll {
    overflow-y: hidden !important;
    height: auto !important;
}

.navbar-custom-menu .icon {
    color: #939495;
}

    .navbar-custom-menu .icon.active {
        color: #ffffff;
    }

.nav.navbar-nav li {
    color: #ffffff;
    line-height: 50px;
}


    .nav.navbar-nav li .nav-titre {
        width: 250px;
        font-size: 20px;
        line-height: 30px;
        padding-left: 5px;
        color: black;
        background-color: #ffffff;
    }

    .nav.navbar-nav li .nav-basket {
        width: 250px;
        line-height: 30px;
        padding-left: 5px;
        color: black;
        /*background-color:#cccccc;*/
    }

    .nav.navbar-nav li .nav-Deconnect {
        width: 150px;
        line-height: 30px;
        padding-left: 5px;
    }

.nav.navbar-nav-filtre li {
    color: black;
    line-height: 30px;
    padding-left: 5px;
}

.nav.navbar-nav .icon, .action .icon {
    font-size: 30px;
    vertical-align: middle;
}

.main-header > .navbar {
    margin-left: 0;
}

.main-header .navbar .nav > li > a > .label {
    top: 5px;
    right: 0px;
    font-size: 14px;
    padding: 5px 7px;
    border-radius: 50%;
}

.main-header .navbar .nav > li > a {
    font-size: 19px;
}

.label.orange {
    background-color: #ea6645;
}

.skin-purple .sidebar a {
    color: #c2c2c2;
    font-size: 16px;
    text-transform: uppercase;
}

.skin-purple .sidebar-menu > li > a {
    border-left: 0;
}

.skin-purple .sidebar-menu > li:hover > a, .skin-purple .sidebar-menu > li.active > a {
    border: 0;
    background: #8e086d;
}

#grid1_headers .ui-widget-header {
    background: #8e086d;
    padding: 10px 5px;
}

.ui-iggrid-filterrow.ui-widget, .ui-iggrid-addrow.ui-widget-header {
    display: none;
}

.ui-iggrid td.ui-state-active, .ui-iggrid .ui-ig-altrecord td.ui-state-active, .ui-iggrid th.ui-iggrid-rowselector-class.ui-state-active, .ui-iggrid .ui-ig-altrecord th.ui-iggrid-rowselector-class.ui-state-active, .ui-iggrid tbody .ui-iggrid-mergedcell.ui-state-active, .ui-iggrid tbody .ui-ig-altrecord .ui-iggrid-mergedcell.ui-state-active, .ui-iggrid tbody .ui-iggrid-mergedcellstop.ui-state-active, .ui-iggrid tbody .ui-ig-altrecord .ui-iggrid-mergedcellstop.ui-state-active {
    background: #a4c424 !important;
    border: 1px solid #a4c424 !important;
    outline: none;
}

.ui-widget-header.ui-state-default {
    background: #9a0e6e !important;
}

.ui-widget-header.ui-iggrid-multiheader-cell {
    background: #9a0e6e !important;
}

.skin-purple .ui-state-focus,
.skin-purple .ui-widget-content .ui-state-focus,
.skin-purple .ui-widget-header .ui-state-focus {
    border: 1px solid #a4c424;
}

.skin-purple .ui-iggrid tr.ui-state-focus td,
.skin-purple .ui-iggrid tr.ui-state-focus th,
.skin-purple .ui-iggrid tr.ui-ig-altrecord.ui-state-focus td,
.skin-purple .ui-iggrid tr.ui-ig-altrecord.ui-state-focus th {
    border-top: 1px solid #a4c424 !important;
    border-bottom: 1px solid #a4c424 !important;
}

.sidebar-menu .treeview, .sidebar-menu .treeview-child, .sidebar-menu {
    position: relative;
}

.sidebar-menu .treeview-menu, .sidebar-menu .treeview-menu-child {
    max-height: 0;
    display: none;
    opacity: 0;
}

.sidebar-menu .treeview-menu.active, .sidebar-menu .treeview-menu-child.active {
    max-height: 800px;
    display: block;
    opacity: 1;
}

.skin-purple .sidebar-menu > li > .treeview-menu, 
.skin-purple .sidebar-menu > li > .treeview-menu-child {
    background: #3b3036;
    padding: 0;
}

.skin-purple .treeview-menu-child > li > a,
.sidebar-menu li.active > .treeview-menu-child {
    background: #3b3036;
}

.skin-purple .treeview-menu-child > li > a:hover{
    background: #770d5d;
    color: white;
}

.skin-purple .treeview-menu > li > a, .skin-purple .treeview-menu-child > li > a {
    color: #a5929c;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: none;
}

.skin-purple .treeview-menu > li:hover, .skin-purple .treeview-menu > li.active {
    background: #770d5d;
}

.icon-arrow.rotate-arrow {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
    
.collapse-menu a {
        color: #939495;
        text-transform: uppercase;
        font-size: 22px;
        display: block;
        text-align: left;
        padding: 12px 5px;
        line-height: 30px;
        height: 54px;
}

/**
    FILTERS
**/
.filters {
    min-height: 115px;
    background-color: #a4c424;
    padding: 13px 0;
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
    margin-top: 10px;
}

.filters.hidden {
    min-height: 0;
}

.hide-filters {
    width: 70px;
    height: 60px;
    background: #a4c424;
    border: 0;
    outline: none;
    font-size: 35px;
    color: #9a0e6e;
    position: absolute;
    right: 15px;
}

.filters:after {
    content: '';
    position: absolute;
    top: -15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: #a4c424;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.filter {
    width: 200px;
    float: left;
    margin-left: 5px;
}

.added_filter {
    color: #ffffff;
    display: inline-block;
    margin: 4px 8px;
    padding: 0 10px;
    border: 1px solid #8e086d;
}

.filter.date_filter {
    width: 250px;
}

    .filter.date_filter .content_filter {
        width: 200px;
    }

.filter .fa-trash, .added_filter .fa-trash {
    padding: 5px;
    font-size: 22px;
    color: #9a0e6e;
}

.added_filter .fa-trash {
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
}

.content_filter {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    min-height: 110px;
}

.custom_select,
.img_select {
    position: relative;
}

.title_filter {
    background: #849a2d;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 0;
}

.custom_select:after,
.img_select:after {
    content: "\e90d";
    font-family: 'kfont';
    color: #333;
    right: 5px;
    top: 8px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

.custom_select:before {
    content: '\f002';
    font-family: 'FontAwesome';
    color: #333;
    left: 5px;
    top: 8px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

.custom_select.no-search:before {
    content: '';
    padding: 0;
}

.custom_select.no-search select {
    padding-left: 5px;
}

.custom_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 35px;
    float: right;
    padding: 0px 20px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}

.add_filter_select {
    width: 150px;
    position: absolute;
    right: 80px;
    top: 10px;
}

.container_filters {
    width: calc(100% - 215px);
}

.refresh-button {
    background: #ffffff;
    color: #849a2d;
    width: 55px;
    height: 55px;
    float: left;
    font-size: 40px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.commande_filter .input-group .input-group-addon {
    width: 50px;
}
/**
    Title
**/

.title_pink {
    /*padding-left : 12px;*/
    font-size: 28px;
    font-weight: bold;
    color: #9a0e6e;
}

.title_pink1 {
    padding-left: 12px;
    font-size: 28px;
    font-weight: bold;
    color: #9a0e6e;
}

.title_grey_italic {
    font-size: 20px;
    font-style: italic;
    color: #7d7f80;
}

.title_grey_20 {
    font-size: 20px;
    color: #7d7f80;
}

.title_grey {
    font-size: 30px;
    color: #7d7f80;
}

.TextBox_grey {
    background-clip: content-box;
}

div.conteneur {
    background: #7d7f80;
    /*width:400px;*/
    padding: 0px; /* espace interne du conteneur */
    text-align: left;
}

div.conteneurPink {
    background: #9a0e6e;
    /*width:400px;*/
    padding: 0px; /* espace interne du conteneur */
    text-align: left;
}

div.bloc {
    padding: 2px 0px 0px 0px; /* aération interne des blocs */
    margin: 0 10px; /* espacement horizontal entre les blocs */
    width: 50%;
    color: #ffffff;
    font-size: 16px;
    border: 0px solid #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: left; /* on rétablit l'alignement du texte */
}

div.bloc1 {
    padding: 1px 0px 1px 0px; /* aération interne des blocs */
    margin: 0 10px; /* espacement horizontal entre les blocs */
    width: 150px;
    color: #ffffff;
    font-size: 16px;
    border: 0px solid #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: left; /* on rétablit l'alignement du texte */
}
/**
    SIDEBAR MOBILE
**/
.main-sidebar.mobile {
    width: 50px;
}

.content-wrapper.mobile {
    margin-left: 50px;
}

    .content-wrapper.mobile .content-header {
        width: calc(100% - 50px);
    }

.main-sidebar.mobile .sidebar-menu .treeview-menu, 
.main-sidebar.mobile .sidebar-menu .treeview-menu-child {
    position: absolute;
    top: 0;
    left: 49px;
    z-index: 9999;
    margin-top: 0;
}

.main-sidebar.mobile .treeview .treeview-selector, 
.main-sidebar.mobile .treeview-child .treeview-selector-child {
    display: none;
}

.collapse-menu .title,
.main-sidebar .title {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 40px);
    vertical-align: middle;
    line-height: 1.2;
    transition: width 0.15s ease-in-out;
    -ms-transition: width 0.15s ease-in-out;
    -webkit-transition: width 0.15s ease-in-out;
}


.collapse-menu.mobile .title,
.main-sidebar.mobile .title {
    width: 0;
}

.collapse-menu.mobile .icon-r-menu {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* specific rules for product detail page */

#product_detail .content {
    background: #ffffff;
    margin: 15px 0 44px 0;
    padding: 0px 15px 15px 15px;
}

.p_container .p_col_left {
    width: 250px;
    float: left;
    margin-right: 10px;
}

.p_container .p_col_right {
    position: static;
    overflow: hidden;
    min-width: 400px;
    padding: 0px 5px;
}

.img_container,
.img_container img {
    max-width: 100%;
    display: block;
    cursor: pointer;
}

.p_container .p_col_left .img_container {
    margin: 0px;
}

.p_container .custom_select {
    background: #9D106F;
    color: #ffffff;
    text-align: center;
    margin: 10px 0;
}

    .p_container .custom_select select {
        float: none;
        background: #9D106F;
        color: #ffffff;
        border: none;
        text-transform: uppercase;
        text-align: center;
    }

    .p_container .custom_select .text {
        display: block;
        height: 35px;
        line-height: 35px;
        text-transform: uppercase;
        font-size: 16px;
    }

    .p_container .custom_select:before {
        content: '';
    }

    .p_container .custom_select:after {
        color: #ffffff;
        right: 10px;
    }

#product_detail .p_sub_menu ul {
    padding: 0;
    margin: 0 -4px;
}

#product_detail .p_sub_menu li {
    display: block;
    float: left;
    height: 70px;
    padding: 4px;
    width: 50%;
}

    #product_detail .p_sub_menu li a {
        display: block;
        background: #d2d2d2;
        height: 70px;
        line-height: 70px;
        text-align: center;
        text-transform: uppercase;
        color: #000000;
        font-size: 10px;
        font-weight: 700;
    }

        #product_detail .p_sub_menu li a:hover,
        #product_detail .p_sub_menu li a:focus,
        #product_detail .p_sub_menu li a.current {
            color: #ffffff;
            background: #9d106f;
        }

.p_content .header {
    color: #9d106f;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

    .p_content .header .prev_product,
    .p_content .header .next_product {
        position: absolute;
        top: 1px;
        left: -40px;
        width: 30px;
        height: 30px;
        line-height: 20px;
        text-align: center;
        background: #a4c424;
    }

        .p_content .header .prev_product .icon,
        .p_content .header .next_product .icon {
            color: #ffffff;
            transform: rotate(90deg);
            font-size: 20px;
        }

        .p_content .header .next_product .icon {
            transform: rotate(-90deg);
        }

    .p_content .header .next_product {
        left: auto;
        right: -40px;
    }

.p_content .subtitle {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0;
    line-height: 35px;
    height: 35px;
}

.p_content .allergen_list {
    margin: 0;
    padding: 0;
    width: calc(100% - 50px);
    float: left;
}

    .p_content .allergen_list + .more_lib {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background: #9D106F;
        color: #ffffff;
        float: left;
        margin: 5px 0 5px 10px;
    }

    .p_content .allergen_list li {
        display: block;
        float: left;
        width: 50px;
        height: 50px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .p_content .allergen_list li .icon_checkbox {
            position: relative;
        }

            .p_content .allergen_list li .icon_checkbox input {
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
                visibility: hidden;
            }

            .p_content .allergen_list li .icon_checkbox label {
                width: 50px;
                height: 50px;
                line-height: 40px;
                border-radius: 25px;
                text-align: center;
                border: 1px solid #d2d2d2;
                transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
            }

                .p_content .allergen_list li .icon_checkbox label span {
                    font-size: 32px;
                    vertical-align: middle;
                    color: #d2d2d2;
                    transition: all 0.2s ease-in-out;
                    -ms-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                }

            .p_content .allergen_list li .icon_checkbox input:checked + label {
                border-color: #9d106e;
            }

                .p_content .allergen_list li .icon_checkbox input:checked + label span {
                    color: #9d106e;
                }

.p_content .img_pres {
    margin: 0 -10px;
}

    .p_content .img_pres img {
        margin: 10px;
        float: left;
        display: block;
        width: calc(50% - 20px);
    }

.p_content .img_pres1 img {
    margin: 10px;
    float: left;
    display: block;
}

.nutri_list {
    margin: 0 -3px;
    padding: 0;
    align-content: center
}

    .nutri_list li {
        padding: 4px;
        display: block;
        float: left;
        width: 70px;
    }

        .nutri_list li.first {
            clear: both;
        }

        .nutri_list li .nutri-item {
            background: #9d196f;
            text-align: center;
            border-radius: 10px 10px 0 0;
            padding: 5px;
            color: #ffffff;
            line-height: 17px;
        }

            .nutri_list li .nutri-item.down {
                border-radius: 0 0 10px 10px;
            }

            .nutri_list li .nutri-item .value {
                background: #ffffff;
                color: #9d196f;
                border-radius: 50%;
                height: 24px;
                line-height: 20px;
                margin: 5px 0;
            }

.description_content {
    background: #a4c424;
    padding: 20px;
    margin: 20px 0;
}

    .description_content label {
        display: block;
        color: #ffffff;
        text-transform: uppercase;
        margin: 10px 0 0 0;
    }

    .description_content textarea {
        display: block;
        width: 100%;
    }

.p_content .description_content .custom_select {
    display: block;
    position: relative;
}

    .p_content .description_content .custom_select,
    .p_content .description_content .custom_select select {
        background: #ffffff;
        width: 100%;
        max-width: none;
    }

        .p_content .description_content .custom_select:after {
            color: #A4C424
        }

#product_detail.product_detail_4 .red_item {
    width: 50%;
    float: left;
}

.frm-label-col[class^=col-] {
    background: #9D106F;
    margin-bottom:20px;
    padding-left: 4px;
}

.frm-label-col[class^=col-] label{
    color: #ffffff;
    font-size: 15px;
    margin: 0 0 10px 0;
    max-width: 210px;
    padding: 0 10px;
    height: 32px;
    width: 100%;
    line-height: 34px;
    display: block;
    margin: 0;
    text-transform: uppercase;
}

.frm-input-col[class^=col-]
{
    padding:0;
}

.frm-input-col .btn {
    font-size: 14px;
    height: 32px;
}

.frm-input-col .input-group-btn {
    vertical-align: top;
}

.red_item {
    border: 1px solid #4b4a4b;
    margin: 0 0 10px 0;
    position: relative;
}

.red_item {
    margin-bottom: 20px;
}

.red_item.margintop50 {
    margin-top: 50px;
}

.red_item label {
    background: #9D106F;
    color: #ffffff;
    max-width: 210px;
    width: 50%;
    padding: 0 10px;
    height: 33px;
    line-height: 33px;
    float: left;
    display: block;
    margin: 0;
    text-transform: uppercase;
}

.red_item.textarea_item label {
    height: 100px;
    line-height: 100px;
}

.red_item.textarea_item textarea {
    background: #ffffff;
    height: 100px;
    margin: 0;
    display: block;
    padding: 0;
    border: 0;
    min-width: calc(100% - 195px);
    width: calc(50%);
}

.p_container .red_item .custom_select,
.p_container .red_item .custom_input {
    background: #ffffff;
    height: 33px;
    margin: 0;
    display: block;
    position: static;
    overflow-x: hidden;
}

.p_container .red_item select {
    color: #000000;
}

.p_container .red_item select,
.p_container .red_item input {
    display: block;
    background: #ffffff;
    height: 33px;
    margin: 0;
    max-width: 1000px;
}

.p_container .red_item input[type=checkbox] {
    display: none;
    background: #ffffff;
    height: 33px;
    margin: 0;
    max-width: 1000px;
}

.p_container .red_item input {
    border: 0;
    padding: 0 10px;
    width: calc(100% - 20px);
}

.p_container .red_item .custom_select:after {
    right: 0;
    top: 0;
    height: 33px;
    line-height: 33px;
    width: 33px;
    background: #9D106F;
}

.p_container .red_item .img_select {
    text-align: center;
}

    .p_container .red_item .img_select img {
        display: inline-block;
    }

    .p_container .red_item .img_select:before {
        content: '';
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        height: 100%;
        width: 33px;
        background: #9D106F;
    }

    .p_container .red_item .img_select:after {
        right: 0;
        top: auto;
        bottom: 0;
        height: 33px;
        line-height: 33px;
        width: 33px;
        color: #ffffff;
        text-align: center;
    }

.p_container .red_item + .search_item {
    float: left;
    width: 50%;
    text-align: right;
    margin: 10px 0;
    height: 35px;
    line-height: 35px;
    position: relative;
}

    .p_container .red_item + .search_item label {
        text-transform: uppercase;
        color: #a4c424;
        font-style: italic;
        margin-right: 10px;
    }

    .p_container .red_item + .search_item input {
        border: 1px solid #a4c424;
        border-radius: 0;
        padding: 0 5px;
        margin: 5px 0;
        height: 23px;
    }

    .p_container .red_item + .search_item button {
        position: absolute;
        top: 5px;
        right: 0;
        background: transparent;
        color: #a4c424;
        border: none;
        height: 25px;
        width: 25px;
        padding: 0;
        line-height: 12px;
    }

.p_container .product_table {
    width: 100%;
    table-layout: fixed;
}

    .p_container .product_table thead {
        background: #25282a;
        color: #ffffff;
    }

    .p_container .product_table th {
        text-align: center;
        line-height: 30px;
        text-transform: uppercase;
    }

    .p_container .product_table tbody tr {
        border-collapse: collapse;
        line-height: 30px;
    }

    .p_container .product_table tbody td {
        border-collapse: collapse;
        border-right: 1px solid #25282a;
        position: relative;
    }

        .p_container .product_table tbody td:last-child {
            border-right: none;
        }

    .p_container .product_table tbody tr:nth-child(even) {
        background: #d0d1d1;
    }

    .p_container .product_table.command_line tbody td:last-child:after {
        content: '\f07a';
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: -40px;
        top: 2px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        background: #a4c424;
        color: #ffffff;
        cursor: pointer;
    }

.p_container .ui-tabs .ui-tabs-nav {
    background: transparent;
    border: 0;
}

.p_container .ui-tabs {
    padding: 0;
}

    .p_container .ui-tabs .ui-tabs-panel {
        border: 0;
    }

    .p_container .ui-tabs .ui-tabs-nav li.ui-tabs-active,
    .skin-purple .p_container .ui-tabs .ui-tabs-nav li.ui-state-focus {
        padding: 0;
        border: 0 !important;
    }

    .p_container .ui-tabs .ui-tabs-panel {
        padding: 0;
    }

    .p_container .ui-tabs .description_content {
        margin-top: 0;
    }

    .p_container .ui-tabs .ui-tabs-nav li {
        margin-right: 20px;
    }

        .p_container .ui-tabs .ui-tabs-nav li.ui-state-default {
            background: #eeeeee;
            border: none;
        }

        .p_container .ui-tabs .ui-tabs-nav li a {
            margin: 10px 0;
        }

        .p_container .ui-tabs .ui-tabs-nav li.ui-state-default a {
            color: #000000;
        }

        .p_container .ui-tabs .ui-tabs-nav li.ui-state-active,
        .p_container .ui-tabs .ui-tabs-nav li.ui-state-focus {
            background: #9D106F !important;
        }

            .p_container .ui-tabs .ui-tabs-nav li.ui-state-active a,
            .p_container .ui-tabs .ui-tabs-nav li.ui-state-focus a {
                color: #ffffff;
            }

/**
    MEDIA QUERIES
**/
@media (max-width: 1135px) {
    #product_detail .text_action {
        display: none;
    }

    #product_detail .action {
        width: 75px;
    }

    .p_container .red_item + .search_item label {
        margin-right: 2px;
    }

    .input[type=radio] + label, input[type=checkbox] + label {
        display: inline-block;
        width: 75px;
    }
}

@media (max-width: 1024px) {

    /**
        LOGIN
    **/

    .login-box-body {
        justify-content: flex-start;
    }

    .login-logo-radius {
        width: 200px;
    }

    .login-logo a, .register-logo a {
        font-size: 40px;
    }

    .by {
        width: 20px;
        height: 20px;
    }

    .main-sidebar, .left-side {
        width: 50px;
    }

        .main-sidebar .title {
            display: none;
        }

    .content-wrapper, .right-side {
        margin-left: 50px;
    }

    .sidebar-menu .treeview-menu, 
    .sidebar-menu .treeview-menu-child {
        position: absolute;
        top: 0;
        right: -124px;
        z-index: 9999;
        margin-top: 0;
    }

    .treeview .icon-arrow, .treeview-child .icon-arrow {
        display: none;
    }

    .content-header {
        width: calc(100% - 50px);
    }

    .navbar-lieu-stockage {
        display: none !important;
    }

    .action {
        width: 75px;
    }

    .input[type=radio] + label, input[type=checkbox] + label {
        display: inline-block;
        width: 75px;
    }

    .hide-boutonAjouter {
        width: 75px;
    }

    .action .icon {
        margin-right: 0;
    }

    .text_action {
        display: none;
    }

    .p_container .red_item + .search_item label {
        margin-right: 10px;
    }

    .p_container .red_item + .search_item input {
        max-width: 100px;
    }

    #DivFraiDePort, #DivMqtFrancoPort, #DivMontantTTC, #DivTva, #DivDateCreation, #chk_maj {
        display: none;
    }

    .input[type=radio] + label, input[type=checkbox] + label {
        display: none;
    }
}

@media (max-width: 800px) {
    #product_detail .p_container .p_col_left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

        #product_detail .p_container .p_col_left .img_container {
            width: 120px;
            float: left;
        }

        #product_detail .p_container .p_col_left .brand_selector,
        #product_detail .p_container .p_col_left .p_sub_menu {
            width: calc(100% - 160px);
            float: left;
        }

        #product_detail .p_container .p_col_left .custom_select select {
            max-width: 360px;
        }

    .p_container .red_item + .search_item input {
        max-width: inherit;
    }

    .hide-boutonAjouter {
        width: 75px;
    }

    #DivFraiDePort, #DivMqtFrancoPort, #DivMontantTTC, #DivTva, #DivDateCreation, #chk_maj {
        display: none;
    }

    .input[type=radio] + label, input[type=checkbox] + label {
        display: none;
    }
}

@media (max-width: 767px) {

    .main-sidebar, .left-side {
        -webkit-transform: translate(0px, 0);
        -ms-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }

    .name-user {
        display: none !important;
    }

    .hide-boutonAjouter {
        width: 75px;
    }

    #DivFraiDePort, #DivMqtFrancoPort, #DivMontantTTC, #DivTva, #DivDateCreation, #chk_maj {
        display: none;
    }

    .input[type=radio] + label, input[type=checkbox] + label {
        display: none;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .content-wrapper {
        margin-left: 10px;
    }

    .text_action {
        display: block;
    }

    .action {
        font-size: 15px;
        width: 100px;
    }

    .content-header-Commande {
        margin-left: 20px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .login-box-body {
        justify-content: flex-start;
    }

    .login-logo {
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

    .login-logo-radius {
        width: 200px;
    }

    .by {
        width: 20px;
        height: 20px;
    }

    .form-group {
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .small-box {
        height: 120px;
    }

        .small-box > .inner {
            height: 95px;
        }
}

.navPetit {
    text-align: center;
    padding-bottom: 20px;
}

.navactionPetit {
    font-size: 15px;
    height: 50px;
    width: 100px;
}

.navactionPetit .icon {
    color: #9d106f;
    transition: all 0.5s ease;
}

#ParametrageExport {
    margin-top: 25px;
    margin-left : 40px;
    margin-right: 40px;
}

#btCreerModele {
    margin-bottom: 20px;
    margin-top: 20px;
}

#AutreDelimiteurEnregistrement {
    color: inherit;
    margin-bottom: 25px;
    margin-top: 5px;
    font-size: 15px;
    text-align: right;
    width:100%;
}

#ChoixModeleImport{
    margin-top: 50px;
}

#BoutonImporterUnFichier {
    width: 16.75%;
    height: 50px;
    margin-top: 20px;
    background-color: #d2d2d2;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    height: 60px;
    transition: all 0.5s ease;
    color: #9d106f;
    border-radius: 3px;
    cursor: pointer;
    min-width: 150px;
}

#BoutonImporterUnFichier:hover {
    background-color: #9d106f;
    color:white;
}

#DivBoutonsParamImportExport {
    height: 60px;
    width: 100%;
    margin: 5px 0 0 0;
}

.headerDialogExporterModele {
    background-color: #777;
    height: 40px;
    color: white
}

.boutonFermerDialogExporterModele {
    float: right;
    height: 34px;
    color: #777;
    font-size: 23px;
    width: 100px;
    margin-top: 3px;
    margin-right: 3px;
    border:none;
}

.boutonFermerDialogExporterModele:hover {
    background-color: darkgray;
    color: white;
    border:none;
}

#boutonExporterModeleBarreHaut {
    color: white;
    vertical-align: middle;
    visibility: hidden;
}

#boutonExporterModeleBarreHaut:hover {
    cursor: pointer;
}

.CaseExporterModeleBarreHaut {
    height: 100%;
    line-height: 20px;
    padding: 10px 20px;
    position: relative;
    font-size: 19px;
    box-sizing: border-box;
}

#BoutonDialogExporterUnFichier {
    width: 16.75%;
    height: 50px;
    margin-top: 20px;
    background-color: #d2d2d2;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    height: 60px;
    transition: all 0.5s ease;
    color: #9d106f;
    border-radius: 3px;
    cursor: pointer;
    min-width: 150px;
}

#BoutonDialogExporterUnFichier:hover {
    background-color: #9d106f;
    color: white;
}

#boutonDialogCreerUnNouveauModele {
    margin-top: 80px;
    height: 60px;
    width: 35%;
    margin-left: 32.5%;
    background-color: #d2d2d2;
    border: none;
    font-size: 17px;
}

#boutonDialogCreerUnNouveauModele:hover {

    cursor: pointer;
    background-color: #9d106f;
    color: white;
}

#boutonImporterModeleBarreHaut {
    color: white;
    vertical-align: middle;
    visibility: hidden;
}

#boutonImporterModeleBarreHaut:hover {
    cursor: pointer;
}

/* IMPORT EXCEL MERCURIALE DEBUT ---------------------------------------------------------------*/

#ImportMercurialeModeleTitre {
    display: inline-block; height: 30px; margin-bottom:10px; vertical-align:middle; text-align:center; width:20%;
}

#DivModeleImportMercuriale {
    width: 48.5%; float: left; text-align: center;
}

.boutonModeleImportMercuriale {
    float: right;
    width: 20%;
    height: 40px;
    margin-right: 4.2%;
    margin-top: -5px;
}

.divElementParametreImportMercuriale {
    width: 25%; float: left; text-align: center;
}

.elementParametreImportMercuriale {
    width: 100%; display: inline-block; height: 30px;
}

.elementGrandParametreImportMercuriale {
    width: 50%; float: left; text-align: center;
}

.dateParametreImportMercuriale {
    width: 100%; display: inline-block; height: 30px;
}

#BoutonImporterImportMercuriale {
    margin-top: 30px; margin-bottom: 60px; height: 50px; font-size: 18px;
}

.boutonCreerModeleImportMercuriale{
    margin-left: 76%;
    margin-top:20px;
    margin-bottom:20px;
    width: 20%;
    height: 40px;
}

.boutonEnregistrerModele2ImportMercuriale {
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 60px;
    height: 50px;
    font-size: 15px;
}

.texteParametreImportMercuriale {
    
    width: 190px;
    color:#333;
    font-size:15px;
    text-align: left;
    height: 40px;
    margin-left: 10%;
    vertical-align: middle;
    display: inline-block;
}

#validerModeleMercuriale {
    margin-top: 13px;
    margin-bottom: 10px;
    background-color: #a4c424;
    border-color: #a4c424;
    display: none
}

.contenuPageImportExcelMercuriale {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
}

#titreImportExcelMercuriale {
    margin-top: 20px;
    margin-left: 50px
}

#previsualisationLigne {
    margin-top: 40px;
    display: none
}

#textePrevisualisationLigne {
    font-size: 17px;
    color: #333;
}

.texteNomModeleCreation {
    display: inline-block;
    height: 30px;
    margin-bottom: 10px;
    vertical-align: middle;
    text-align: center;
    width: 20%;
}

/* IMPORT EXCEL MERCURIALE FIN -----------------------------------------------------------------*/

/* STATISTIQUES EGALIM DEBUT -----------------------------------------------------------------*/

#legendeSignesEgalim {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.1em;
    margin-left: 8%;
    margin-top: 30px;
}

.caseTitreLabelEgalim {
    height: 2em;
    font-weight: 300;
    font-family: "Segoe UI",Arial,sans-serif;
    background-color: #888888;
    font-size: 1.2em;
    color: white;
    width: 50%;
    text-align: center;
    padding: 4px;
}

.caseAbreviationTitreColonneEgalim {
    height: 2em;
    font-family: "Segoe UI",Arial,sans-serif;
    background-color: #d2d2d2;
    font-size: 1.1em;
    font-weight: 300;
    color: #444;
    width: 10%;
    text-align: left;
    padding: 4px;
}

.caseNomCompletTitreColonneEgalim {
    height: 2em;
    font-family: "Segoe UI",Arial,sans-serif;
    background-color: #d2d2d2;
    font-size: 1.1em;
    font-weight: 300;
    color: #444;
    width: 40%;
    text-align: left;
    padding: 4px;
}

.caseAbreviationContenuColonneEgalim {
    font-family: "Segoe UI",Arial,sans-serif;
    color: #444;
    padding: 4px;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.caseNomCompletContenuColonneEgalim {
    font-family: "Segoe UI",Arial,sans-serif;
    color: #444;
    padding: 4px;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.fondBeige {
    background-color: #F0F0F0;
}

/* STATISTIQUES EGALIM fin -------------------------------------------------------------------*/


/*PARTIE EXTRANET PARAMETRES UTILISATEUR debut -------------------------------------------------------------------*/

#lbSaisieCommandeRepasSemaineExtranet {
    margin-top: 0;
    font-size: 18px;
}

.lbTitreSaisieExtranet{
    font-size: 18px;
    margin-top: 30px;
}

.ligneJourSemaineExtranet{
    margin-bottom: -1px;
}


/*PARTIE EXTRANET PARAMETRES UTILISATEUR fin -------------------------------------------------------------------*/


/*PARTIE SAISIE EFFECTIF debut -------------------------------------------------------------------*/

.labelsAlternatifTablette {
    font-size: 18px;
    color: #333;
}

.paddingSaisieEffectif{
    padding-left: 5px;
    padding-right: 5px;
}

#sommeDesTotauxSaisieSemaine{
    border-width:1px;
}

.colonneDatePasOkSaisieEffectif {
    background-color: #e8e8e8;
}

.boutonSaisieEffectif {
    padding-left: 20px;
    padding-right: 20px;

    display:block;
    width: auto;
}

.titreVueSaisieEffectif {
    margin-bottom: 40px;
    margin-top: 10px;
}

.messageDateHeureLimiteSaisieCommande {
    font-size: 19px;
    color: red
}

.messageDateLivraison {
    font-size: 19px;
    color: black
}

.titreListeCommandeClientProduits{
    margin-top: 30px;
}

.texteTitreEtatCommande {
    width: 100%;
    padding: 5px;
    display: inline-block;
    color:white;
    background-color: white
}


/*PARTIE SAISIE EFFECTIF fin -------------------------------------------------------------------*/

#divGridProduits{
    height: 100%;
}

#gridProduits_headers{
    padding-right: 0 !important;
}

#boutonChangementModeDechet {
    position: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#boutonCreerDechet{
    width:25%;
    margin-top: 30px;
    margin-left: 37.5%;    
    margin-bottom: -20px;
    display: none;
}

.labelsGridChiffreAffaire {
    font-size: 20px;
    color: #333;
}

#valeurRepartition {
    float: right;
    background-color: #fff;
    color:red;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.labelStatSuiviMarche{
    font-size: 17px;
}

.valeurStatSuiviMarche {
    color: #9d106f;
    font-size: 17px;
}

#divErreurConditionnement {
    display: none;
}

#messageErreurProfilConditionnement {
    color: red;
    font-size: 18px;
}

#grilleErreurConditionnement{
    margin-top: 5px;
}

.divCalculVenduReelCoutEffectif {
    vertical-align: super;
    height: 100%;
    display: inline-block;
    font-size: 17px;
    margin-right: 10px;
    text-align:right;
}