body{
    /*sbackground-image: url("https://www.vistek.ca/marketing/procentre/canson/images/swatch_ragphoto310_10.png");*/


}

.spacer{
    height: 70px;
}

#bt-menu-smartphone,
#bt-search-smartphone{
    display: none;
}

#h2-panier-no-product{
    margin-bottom: 50px;
    color: #444;
    font-weight: normal;
}

#panier{

    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    cursor: pointer;


}
#panier .glyphicon{
    float: right;
    margin-left: 5px;
}

#panier span{
    font-size: 1.5em;
    line-height: 36px;
}
#panier-content{
    font-size: 1.1em !important;
}
#panier-content:hover{
    text-decoration: underline;
}

.panier-container{
    background-color: #888;
    color: #FFF;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding-bottom: 40px;
}
.panier-title-bg-yellow{
    width: 100%;
    height: 90px;
    background-color: #ffff00;
    position: absolute;
}



.a-commander{
    /*margin-top: 70px;*/
    text-align: center;
}
.a-commander a{
    color: yellow;
}

#search{
    /*margin: 60px 15px 5px 15px;*/
    margin-top: 10px;

}


.sous-categorie-container{
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.col-lg-1.sous-sous-categorie{
    min-width: 8.33333333%;
    width: auto;
}
.sous-sous-categorie{
    font-size: 20px;
    font-weight: bold;
    color: #444;
}

.sous-sous-categorie:visited{
    color: #444;
}

.sous-sous-categorie:hover{
    color: #444;
}

.sous-sous-categorie.active{
    color: #FFFF66;
}

.sous-sous-categorie.active:hover{
    text-decoration: none;
}


.categorie-description{
    text-align: left;
    margin-bottom: 40px;
    font-size: 18px;
    padding-left: 20px;
    font-weight: 200;
    white-space: pre-line;
}


.produit-container{
    height: 90%;
    height: auto!important;
    min-height: 90%;
}

.img-produit-promotion{

    position: absolute;
    top: -30px;
    left: -25px;
    height: 60px;
    z-index: 2;

}


.left-pannel-yellowdiv{
    background-color: #ffff00;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    left: 0;
}

.left-panel-triangle{
    width: 100%;
    left: 0px;
    top: 50px;
    /* right: 0px; */
    z-index: -1;
    position: absolute;
}

.left-panel{
    bottom: 0px;
    top: 0px;
    background-color: #444;
    position: fixed;
    left: 0;
    box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
    text-align: left;
    padding:0;
    z-index: 11;

}

#left-pannel-transparent-backround{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    z-index: 10;
}

.category,
.sous-category{
    display: block;
    color: #DDD;
    width: 100%;
    margin: 0px;
}

.category-selected,
.category-selected.category-promotion,
.sous-category.category-selected:hover{
    background-color: #ffff00;
    color: #111;
}

.category-selected.category-promotion,
.category-selected.category-promotion:hover{
    color: #444;
}

.category-promotion{
    color: yellow;
    border-bottom: solid 1px #666;
    border-top: solid 1px #666;
}

.category{

    font-size: 18px;
    font-weight: 800;
    padding:10px;

}
.category:focus,
.sous-category:focus,
.sous-category:hover,
.category:hover{

    /*background-color: #EEE;*/
    color: #FFF;
    text-decoration: none;

}


.category:focus,
.sous-category:focus
{
    background-color: transparent;
}

.sous-category{
    font-size: 14px;
    padding: 5px;
    padding-left: 25px;

}

.category[aria-expanded="true"]
{
    background-color: #666;
    color: #FFF;
}

.container-fluid{

    z-index: 1;
}

.produit{

    margin-left: 20px;
    margin-bottom: 20px;
    transition: all 0.2s;
    background-color: #FFF;
}

.produit-nom.big-title{
    font-size: 18px;
}
.produit-nom.small-title{
    font-size: 15px;
}
.produit-nom.tiny-title{
    font-size: 12px;
}


.produit h2{
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.produit.produit-mini h2{
    font-size: 16px;
    height: 50px;
}


.produit-image{
    height: 100px;
    width: auto;
    background-position-y: 0%;
    background-position-x: center;
    background-size: 80%;
    background-repeat:no-repeat;
    transition: all 0.2s;
}


@media (max-width: 700px) {

    .produit{
        margin-left: 0;
        margin-bottom: 10px;
        padding: 0;
    }
    .produit-image{
        width: 30%;
        height: 100%;
        background-position-y: center;
        position: absolute;
        top: 0;
        left:0;
        z-index: 1;

    }
    .produit-nom,
    .produit-prix,
    .produit-prix-barre,
    .produit-infos{
        float: right;
        width: 70%;
        height: auto!important;
    }



}






@media (min-width: 1280px) {
    .produit-image{
        height: 150px;
    }

    .produit:hover .produit-image
    {
        background-size: 85% !important;
    }

    .produit:hover{
        -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
        box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    }


}

.produit-prix{
    font-size: 20px;
    margin-bottom: 7px;
    display: block;
}



/* ------ FOR PANNEL OPENNING ---------- */

.produit-pannel{
    padding-top: 10px;
    background-color: #ffff00;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 100%;
    z-index: 100;
    overflow: hidden;
    text-align: left;
    padding-left: 10px;
    /*opacity: 0.8;*/

}
.produit-click-handler{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 90;
}
.produit-pannel span,
.produit-pannel a,
.produit-mini a:visited{
    color: #000!important;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;

}

.produit-mini .produit-pannel span{
    font-size: 15px;

}



.produit-pannel span:hover{

    text-decoration: underline;

}


    /* -------------------   Pour panier du bas    ---------------------------- */


.panier-content h2, .panier-content h3{
    font-family: 'helvetica neue', verdana, arial, helvetica, sans-serif; font-weight: 200;
}

.panier-titre{
    margin-top: 28px;
}
.panier-titre > *
{
    color: #444;
    position: relative;
}

.panier-produit-list{
    margin-top: 40px;
}
.panier-produit{
    margin-bottom: 20px;
}
.panier-produit-nom:hover{
    text-decoration: underline;
}

.panier-produit-qte{
    width: 80px;
}
.panier-produit-image{
    width: 80px;
    height: 80px;
    background-position: center;
    background-size: 100%;
    background-repeat:no-repeat;
    border: none;
}
.panier-produit-suppr{
    margin-top: 25px;
}
.panier-produit-grp-qte{
    float: left;
    margin-right: 10px;
}

.panier-produit-prix,
.panier-produit-prix-total{
    display: block;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 25px;
}
.produit-prix-barre{
    color:red;
    text-decoration: line-through;
    font-size: 15px;
    display: block;
    height: 16px;
}
.produit-infos{
    font-size: 12px;
    height: 14px;
    display: block;
    color: #1b809e;
    font-weight: bold;
}

@media (max-width: 1280px ) {
    .produit-nom.tiny-title{
        font-size: 10px;
    }
    .category{
        font-size: 15px;
    }
}
@media (max-width: 1200px ) {

    .panier-produit-prix,
    .panier-produit-prix-total{

        margin-top: 20px;
        font-size: 20px;
    }

}

@media (max-width: 992px ) {

    .panier-produit-prix,
    .panier-produit-prix-total{

        margin-top: 25px;
        font-size: 18px;
    }

    .category{
        font-size: 12px;
    }
    .category-promotion{
        font-size: 11px;
    }
    .sous-category {
        font-size: 11px;
        padding-left: 10px;
    }

}
@media (max-width: 768px ) {

    .categorie-description {
        padding-right: 10px;
        padding-left: 10px;
    }
    #search{
        font-size: 16px;
    }

    .panier-title-bg-yellow {
        margin-left: -15px;
    }
    .panier-titre{
        padding-left: 15px;
    }


    .produit-container,
    .category-promotion,
    .category{
        font-size: 10px;
    }

    .sous-category {
        font-size: 10px;
    }

    .sous-categorie-container{
        margin-top: 0;
        padding-bottom: 0;
    }

    .produit-show-title,
    h1{
        font-size: 28px;
    }
    h2{
        font-size: 24px;
    }
    h4{
        font-size: 20px;
    }

    .produit-show-prix-helper{
        font-size: 14px;
    }

    .form-qtt-ajout-panier {

        width: 60px !important;
        height: 40px;
        margin-left: 0px;
        display: inline;
    }
    #helper-no-produit{
        margin-bottom: 70%;
    }

    #bt-masquer-produit-livraison,
    #bt-ajout-panier-livraison,
    #bt-verif-cp,
    #bt-cp-frais-livraison{
        display: block;
        font-size: 12px;
        margin-top: 10px;
        width: 100%;
        margin-left: 0px;
    }

}


/* CSS responsable de l'affichage du header du catalogue (triangle jaune) */

/** Header style **/



body{
    background-color: #DDD;
}

#header{
    background-color:#ffff00; margin:0px; padding:0px; width:100%; height:50px;
}

#main-container{
    position:absolute; top:0; width:100%; left: 0; right:0; height: 100%; overflow-x: hidden;
}

.a-retour-catalog{
    color: #000;
    line-height: 40px;
    font-size: 1.1em;
}
.a-retour-catalog:hover{
    color: #000;
}


#bottom-nav-bar{
    font-size: 0.9em;
    margin-bottom: 0;
    background-color: #444;
    padding-top: 1em;
    padding-bottom: 1em;
}
#bg-bottom-nav-bar{
    width: 100%;
    height: 3em;
    background-color: #444;
    position: absolute;
}

.fixed-bottom-bar{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}


#bottom-nav-bar *{
    color: #FFF;
}
#bottom-nav-bar ul {
    padding: 0;
    list-style-type: none;
}
#bottom-nav-bar li {
    float: left;
    margin-right: 1em;
    margin-left: 1em;
}




.left-panel{
    overflow-y: auto;
}

.panier-title-text > i{
    font-size: 0.6em;
}

#form-group-search{
    z-index: 2;
}

#top-triangle{
    width:100%; left:0px; right:0px;

    /*z-index: 2;*/
    /*Pour IE : */
    position: absolute;
}

.produit-container{
    /*z-index: 3;*/
}

.panier-produit-nom{
    cursor: pointer;
}

/*#img-logo{
    position: absolute;
    top: 5px;
    right: 0px;
    height: 80px;
    z-index: 2;
}*/
#header-info{
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: 2;
    /*
    Supprimé pour la tooltip
    overflow: hidden;*/
}

#img-logo{
    height: 80px;
    float: right;
}

#header-address{
    float: right;
    margin-right: 20px;
}

#accordion{
    margin-bottom: 20px;
}


.header-title{
    position: absolute; top: 10px; color:#444; z-index: 5; margin-top: 0px; padding-left: 15px;
}


.header-subtitle{
    font-size: 20px;
}


#bt-open-menu-smartphone{
    position: absolute;
    top: 10px;
    left: 10px;
}
#bt-close-menu-smartphone,
#bt-open-menu-smartphone{
    font-size: 25px;
}

#container-bt-commander{
    text-align: right;
    margin-bottom: 10px;
}


/** End of header style **/


/** Shadow style **/
.z-depth-1{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.z-depth-2{
    webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.z-depth-3{
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4{
    -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5{
    -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}
/** End of shadow style **/

/**
Permet de desactiver la selection de texte
*/
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bouton{


    text-decoration: none;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 5px;

}

.bouton:hover{
    text-decoration: none;
}
.bouton-large{
    height: 54px;
    line-height: 56px;
}

.bouton-primary{
    color: #444;
    background-color: #fAfA00;
}

.bouton-primary:hover{
    color: #000;
    background-color:#FfFf44;
}
.bouton-default:hover{
    background-color: #FFF;
    color: #000;

}

.bouton-default{
    color: #444;
    background-color: #F6F6F6;


}
.bouton .glyphicon{
    float: left;
    margin-right: 5px;
}
.bouton-large .glyphicon{
    font-size: 25px!important;
    margin-right: 7px;
}

.bouton:hover{
    webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.clickable-text{
    text-decoration: none;
    border-bottom: 1px solid #444;
    cursor: pointer;
}

.text-italic{
    font-style: italic;
}

.text-small{
    font-size: 0.8em;
}
/*
    Utile pour afficher un grand carré blanc au centre de la page (comme dans la vue produit)
*/
.main-view{
    text-align: left;
    min-height: 500px;
    padding: 20px;
    margin: 0px 50px 50px;
    background-color: #F9F9F9;
}


.link-desactive-filter-livraison{
    display: block;
    text-align: center;
    height: auto;
    /*margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;*/
    padding: 10px 5px 10px 5px;
    /*bottom: 0;
    position: absolute;*/
    color: #DDD;
    background-color: black;


}
.link-desactive-filter-livraison:visited{
    color: #FFF !important;
}

.produit-livraison-helper{
    position: absolute;
    background: black;
    z-index: 9999;
}


.link-desactive-filter-livraison:hover{
    color: #FFF;
}



@media (max-width: 767px ) {


    #bg-bottom-nav-bar{
        margin-left: -15px
    }

    .produit-container{
        margin-top: 0px;
    }

    #main-container{
        overflow-y: hidden;
        height: auto;

        /*
        Cette ligne permetait d'avoir une descente fluide dans la vue catalogue
        height:auto;*/
    }

    .bouton{
        width: 100%;
    }

    .main-view{
        margin: 0px 0px 40px;
    }

    .panier-title-text{
        font-size: 20px;
    }

    #img-logo{
        height: 50px;
    }
    .header-title{
        top: 0px; padding-left: 5px; width: 46%;
        padding-right: 20px;
        line-height: 15px;
        font-size: 10px;
    }
    .header-main-title{
        display: none;
    }
    .header-subtitle{
        font-size: 14px;
        display: inline-block;
        margin-top: 7px;
    }

    .panier-produit-prix,
    .panier-produit-prix-total{

        margin-top: 30px;
        font-size: 14px;
    }
    .panier-produit-nom{
        font-size: 20px;
    }

    .left-panel{
        margin-left: -260px;
        width: 260px;
        transition: all 0.5s;
    }

    #panier-content,
    #accordion,
    #form-group-search
    {
        display: none;
    }



    #text-panier{
        top: 65px;
    }
    #panier{
        left: 10px;
        width: 200px;
    }
    #panier-content{
        margin-left: 15px;
    }
    #panier-logo{
        float: left !important;
    }



    #bt-close-menu-smartphone,
    #bt-search-smartphone{
        display: inherit;
        position: absolute;
        right: 10px;
        z-index: 4;
        cursor: pointer;
    }
    #bt-close-menu-smartphone,
    #text-menu{
        z-index: 1;
        color: #444;
        top: 14px;
    }

    #top-triangle{
        top: 50px;
        position: absolute;
    }

    .panier-container{
        margin-top: 35%;
    }

}

@media (max-width: 350px ) {
    #img-logo{
        height: 30px;
    }
}


@media (max-width: 1200px) {
    .main-view{
        margin: 0 0 40px;
    }

    .produit-container{
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    .produit-container{
        margin-top: 50px;
    }
}

@media (min-width: 2500px) {
    .produit-container{
        margin-top: 100px;
    }
}

@media (min-width: 4000px) {
    .produit-container{
        margin-top: 150px;
    }
}




@media (min-width: 767px) and (max-width: 992px){

    .link-desactive-filter-livraison{
        font-size: 12px;
    }
    svg{
        margin-top: -1px;
    }

    #img-logo{
        height: 50px;
    }

}

.panel{
    border:none;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.left-pannel-yellowdiv {
    text-align: center;
}

#row-main-container{
    margin-top: 20px;
}
.sommaire-container{
    margin-top: 60px;
    margin-bottom: 100px;
    margin-left: 10px;
}

.sommaire-container a,
.sommaire-container a:hover{
    color: yellow;
    display: block;
    font-size: 1.5em;
    margin-bottom: 10px;
}