@CHARSET "ISO-8859-1";

body {
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size:12px;
}

.jumbotron {
    background: url(../img/banner.jpg);
    margin-top: 0px;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 160px;
}

.jumbotron:after {
    content: '<div/>';
    margin-top: 0px;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 160px;
    background: #000;
    opacity: 0.5;
}

#pageTitle > a {
    color:#333;
}


#pageTitle > a.active {
    color:#337ab7;
    text-decoration: underline;
}


.title-page {
    background: #fff;
    border-radius: 9px 9px 0 0;
}

.navbar {
    height:75px;
    background:rgba(255,255,255,0.90);
    margin-top:0px;
}


.navbar-brand {
    padding:0;
    height:75px;
}

.navbar-brand img {
    height:100%;
    width:auto;
}

.navbar-right li {
    height:75px;
}

.navbar-right li a {
    line-height: 15px;
    background: #008e46;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 15px;
}

.navbar-right li a, .navbar-right li a:hover, .navbar-right li a:active {
    background: #008e46!important;
    color: #FFF!important;
}


.navbar-right li a {
    transition-duration:0s;
}


.navbar-default .navbar-nav>li>a {
    color:#FFF;
}

h1 {
    font-size: 30px;
    font-variant: small-caps;
    padding: 16px;
    margin: 0;
    border-bottom: 1px solid silver;
}

h4 {
    color: #1C173E;
    font-size: 14px;
    font-weight: 600;
    margin:5px 0;
}


h4 .label {
    background-color: #1C173E !important;
    color:#fff !important;
}

.empty_cart {
    text-align: center;
    font-weight: bold;
}

.datec-section {

}
.datec-section:not(.wide) {
    min-height:165px;
}
.datec-section {
    /*background:rgb(245, 245, 245);*/
    padding: 20px 3em;
    /*border: 1px solid rgba(20,53,80,0.14);*/
}

.content {
    padding:10px 20px;
}

.side h3 {
    text-align: center;
    font-variant: small-caps;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid silver;
}

.mB20 {
  margin-bottom:20px;
}

.nPT {
    padding-top:0px;

}

footer {
	
	padding : 50px 0;
	
}

#cart {

      list-style: none;
    padding: 0;
    max-height: 167px;
    overflow: auto;

}

.ttC {
 text-transform: capitalize;
}


#cart li {
        font-size: 13px;
    padding: 3px 20px 3px 5px;
    border-bottom: 1px solid #CECECE;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position:relative;
}


.remove_cart_line {
    position: absolute;
    top: 6px;
    right: 4px;
    color: #d10909;
    cursor: pointer;
}

.remove_cart_line:hover {
    color: #f50505;
}

@media screen and (max-width: 970px) {

      .datec-section input {
          width:100%;
      }


}


#cart-summary {
    font-weight: bold;
    text-align: -webkit-right;
    border-bottom: 1px dotted silver;
    padding-bottom: 8px;
    display:none;
}

.k-icon.red {
    color: #ff172f;
    font-size:24px;
}

.k-icon.green {
    color: #4cef2c;
    font-size:24px;
}

.download-pdf {
    width:160px;
    display:block!important;
}

/*Grand Ecran*/
@media (min-width: 1200px) {
    .container {
        max-width: 1800px;
        width:100%;
    }

}

/* Myen Ecran */
@media (max-width:1200px){
    .navbar-header {
        margin-left:-60px;
    }

    .navbar-default .navbar-nav>li>a {
        color: #FFF;
        font-size: 11px;
    }

    .navbar-right li a {
        margin-left: 4px;
    }

    .container {
        width:100%;
    }
}

/*Smartphone*/
@media (max-width:768px){
    .container {
        width:98%;
    }
}


.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1.5s cubic-bezier(0.1,0.8,0.9,0.6) infinite;
    animation: spin 1.3s cubic-bezier(0.1,0.8,0.9,0.6) infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#page-loader {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 50px;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.95);
    margin: 0 auto;
    text-align: center;
}

.loader-container {
    position: absolute;
    top:50%;
    margin-top:-25px;
    left:50%;
    margin-left:-25px;
}

.k-i-file-excel {
    color: #008e46!important;
}

#menu_flag {
    line-height: 76px;
}

.tabs-container {
    display: block;
    position: relative;
    margin-top: -5px;

}



/*TABS*/
.tabs li {
    list-style: none;
    float: left;
    width: auto;
}
.tabs a {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    height: 70px;
    line-height: 90px;
    background: linear-gradient(180deg, transparent 29%, #008e46 30%);
    padding: 0 40px;
    font-weight: bold;
}


.tabs a.iw-epicerie{
    background: linear-gradient(180deg, transparent 29%, #AFCB07 0%);
}

.tabs a.active {
    background: linear-gradient(180deg, transparent 25%, #FFF 28%);
    color: #008e46;
    z-index:99;
}

.tabs a.active:hover {
    background: linear-gradient(180deg, transparent 25%, #f9f9f9 28%);
    color: #008e46;
}

.tabs a:hover {
    background: linear-gradient(180deg, transparent 29%, #f9f9f9 30%);
    color: #008e46;
}

.tabs a:before {
    content: '';
    position: absolute;
    z-index: 11;
    left: 100%;
    top: 0;
    height: 70px;
    line-height: 90px;
    width: 0;
    border-bottom: 70px solid rgba(0, 0, 0, 0.1);
    border-right: 7px solid transparent;
}

.tabs a.active:before {
    content: '';
    position: absolute;
    z-index: 11;
    left: 100%;
    top: 0;
    height: 70px;
    line-height: 90px;
    width: 0;
    border-bottom: 70px solid rgba(0, 0, 0, 0.2);
    border-right: 20px solid transparent;
}

.main-nav {

}

.datec-section {
    height: 440px;
}

@media screen and (max-width: 950px) {

    ul.navbar-nav {
        background: white;
    }

    .navbar-right li {
        height: 51px;
    }

    .navbar-default .navbar-nav>li>a {
        color: #FFF;
        font-size: 16px;
        margin-top: 0;
        line-height: 24px;
    }

    #menu_flag {
        line-height: 51px;
    }


}

.pushRightCart {
    position: absolute;
    top: 5px;
    z-index: 9999;
    width: 400px;
    right: 0;
    box-shadow: -2px 2px 9px 3px #00000042;
    background: whitesmoke;
    display: none;
}

.btn-success {
    color: #fff;
    background-color: #008e46;
    border-color: #006532;
}

.btn-primary {
    color: #fff;
    background-color: #008e46;
    border-color: #006532;
}

#menu_flag > a {
    display: block;
}

#menu_flag > a + a {
    margin-top: 4px;
}


#menu_flag > a > img {
    width: 27px;
}



.editableCell {
    background: rgba(132, 157, 255, 0.09);
    border-right: 1px solid #dadada;
    border-bottom: 1px dashed #c4c4c9;
    cursor: pointer;
}

.k-filtercell>.k-operator-hidden {
    padding-right: 0!important;
}

.cartGridCss .k-header.k-grid-toolbar {
text-align:right;
}

.gridClassResp {
    position: absolute;
    top:0px;
    left:0px;
    right:0;
    bottom:0;
    overflow: hidden
}

.aside-menu {
    position: absolute;
    top:0px;
    left:0px;
    bottom:0;
    width: 200px;
    background: #ffffff;
    overflow: hidden
}

.onlyResp {
    display: none!important;
}


.popupContent {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}

.info-bdo {
    position: absolute;
    height: 85px;
    right: 15px;
    top: -85px;
    background: #0000004d;
    padding-top: 3px;
    border-radius: 0 0 0 68px;
    z-index: 9999;
    color: white;
    width: calc(100% - 575px);
}

.info-bdo a {
    color: antiquewhite;
}

.menu-bar {
    display: flex;
    list-style: none;
    padding-left: 25px;
}

.menu-bar li {
    line-height: 50px;
    margin: 0 0px;
    border-left: 1px solid #c0c0c03d;
}

.menu-bar li a {
    color: #000000;
    display: block;
    text-decoration: none;
    padding: 0 10px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
}

.menu-bar li a.active {
    font-size: 14px;
    font-weight: bold;
}

.resp-ray-selector {

    margin-top: 3px;
    height: 40px;
    overflow: hidden;
}

.menu-bar-resp {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding-left: 5px;
    overflow: auto;
    padding-bottom: 13px;
}

.resp-ray-selector li {
    line-height: 40px;
    margin: 0 0px;
}

.resp-ray-selector li a, .resp-ray-selector li span {
    color: black;
    display: block;
    text-decoration: none;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 15px;

    text-transform: uppercase;
}

.resp-ray-selector li span.active {
    font-weight: bold;
}



@media all and (min-width: 1050px) and (max-width: 1539px) {
    .gridClassResp {
        left: 0px;
        top: 50px;
    }

    .aside-menu {

        top: 0;
        height: 50px;
        left: 0;
        bottom: unset;
        right: 0;
        width: 100%;

    }



}

@media all and (min-width: 1540px) and (max-width: 3000px) {
    .gridClassResp {
        left: 0px;
        top: 50px;
    }

    .aside-menu {
        top: 0;
        height: 50px;
        left: 0;
        bottom: unset;
        right: 0;
        width: 100%;
    }
}

@media all and (min-width: 0px) and (max-width: 1050px) {
    .aside-menu {
        /*display: none!important;*/
    }

    .info-bdo {
        position: static;
        background: none;
        height: unset;
        color: black;
    }

    .info-bdo a {
        color: #337ab7;
    }


    .menu-bar {
        display: block;
    }

    .aside-menu {

        display: block;
        z-index: 999999999999999999999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: fixed;
        width: 100%;

    }

    .menu-bar > li > a {
        display: block;
        background: #c0dac0;
        border-bottom: 1px solid #388438;

    }

    .menu-bar > li > .sub-menu {
        /*display: block!important;*/
        position: static;
        /*display: block!important;*/
        position: static;
        margin-left: 15px;
        box-shadow: none;

    }

    .menu-bar {
        display: block;
        position: absolute;
        top: 30px;
        bottom: 0;
        left: 0;
        padding: 0;
        margin: 0;
        right: 0;
        overflow: auto;
    }

    .only-mobile {
        display: block!important;
        background: green;
        margin: 0;
        padding: 0;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: white;
        font-weight: bold;
    }

    .sub-menu > li > a {
        line-height: 41px;
    }

    .only-mobile > a {
        position: absolute;
        color: white;
        margin-right: 5px;
        right: 10px;
        top: 0;
    }

    .aside-menu {
        transition-duration: 0.5s;
        transform: translateX(0%);
    }
    .menu-closed {
        transform: translateX(-100%);
    }

    .sub-menu {
        display: none;
    }
}

.only-mobile {
    display: none;
}

.menu-bar > li > a.active.all-rayon {
    color: #008e46;
    background: #ffec00;
}

.menu-bar > li > a.active.all-rayon::before {
    display: none;
}

input.k-input::placeholder {
    color: #008e46;
    font-weight: bold;
}


input:focus{
    outline: none;
}

.image-viewer {
    display: block;
    position: fixed;
   /* right: 5px;
    bottom: 5px;*/

    z-index: 999999;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 2px #00000099;
    overflow: hidden;
}

.image-viewer img {
    width: 325px;
    height: auto;
}

.icon-preview {
    font-size: 21px;
    margin-top: -4px;
    margin-right: 5px;
}

.img-viewer {

    cursor:pointer;
}
