html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;

}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}






/* ====================================
   Demo specific styling
   ==================================== */



/* ====================================
   Just making stuff pretty
   ==================================== */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {

    /*font-family:  sans-serif;*/
    /*font-family: "Roboto", sans-serif;
    font-family:'FontAwesome';*/
    /*font-family: Lucida, verdana, arial, sans-serif;*/
    font-family: 'Montserrat', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    width:100% !important;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHUlEQVQIW2PcuWWnsbuP+1kQzcjAwMAAE2BElgEAQQQQtrOTguMAAAAASUVORK5CYII=) repeat;
    */
    background:#f8f9fa;
}

main{
    margin-top: 90px !important;
    /*background-color: #EFEFEF !important;*/
}

/*------------ slider -------------*/

.section-slider{
    width: 100%;
    height: auto;
    position: relative;

}
.section-slider img{
    width: 100%;
    height: auto;

}

.container-slider {

    width: 100%;
    min-height: auto;
    margin: 0px auto;
}

.slider-wrapper {
    z-index: 500;
    position: relative;
    width: 100%;

    /*background: #FFF;*/
    overflow: hidden;
}

.slider-wrapper li {
    display: none;
}

.slider-wrapper li.current-slide {
    display: block;
}

.slider-shadow {
    width: 100%;
    height: 15px;
    position: relative;
}



.slider-shadow:before {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
}

.slider-wrapper img {
    position: absolute;
    max-width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 600px;
    top: 0;
    left: 0;
}

/**
 * ---[Caption] ----------------------
 **/

/**
 * ---[Botones-Control] ----------------------
 **/
.control-buttons {
    margin-top: -50px;
    text-align: center;
    position: relative;
    z-index: 999;
}

.control-buttons li {
    cursor: pointer;
    display: inline-block;
    background: white;
    text-indent: -99999px;
    height: 15px;
    width: 15px;
    margin: 0 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.control-buttons li.active {
    background: white;
    border: 2px solid black;
}

@media only screen and (min-width: 867px){

    .slider-wrapper{
        height: 400px !important;
        margin-bottom: 10px;
    }

}

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

    .slider-wrapper{
        height: 250px !important;
    }

}
@media only screen and (max-width: 567px){

    .slider-wrapper{
        height: 300px !important;
    }
}
@media only screen and (max-width: 467px){

    .slider-wrapper{
        height: 250px !important;
    }
}

.section-video i {
    position: absolute;
    z-index: 999999999;
    top:20px;
    right: 20px;
    color: red;
    font-size: 25px;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 35px;
    text-align: center;
    border: 1px solid red;
    cursor: pointer;
}

.Title{
    width: 97%;
    display: block;
    padding: 10px 0px;
    text-align: center;
    color: black;
    font-size: 28px;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-top: 15px;

}

/*-------- articles ----------*/

.blockArticle{
    text-align: center;
    padding: 7px !important;
    max-width: 100%;
}

.article{
    background: #fff;
    border: 1px solid #D8D8D8;
    height: 450px;
    /*position: relative;*/
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    padding-left:0px;
    text-align: center;
    margin-top: 5px;
    /*max-width: 265px;*/
    width: 100%;
}

.article img{
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 230px;
    background:white !important;
    overflow: hidden;
    display: inline-block;
    margin: 10px auto;
    margin-bottom:0px;


    z-index: 1;
    vertical-align: middle !important;

}

.article .img-section-one{
    width: 100%;
    margin-bottom: 15px !important;
    overflow: hidden;
    position: relative;
    height: 230px;
    white-space: nowrap;
    padding-left:0px !important;

}
.article .tire{
    display:block;
    height:2px;
    width: 80%;
    margin: auto;
    border-bottom: 1px solid #808080;
}
.article .img-section-one .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;

}

.article .img-section-one img{
    height: auto;
    min-height:50px;

    /*display: inline-block;*/
    /*max-width: 100%;*/
    /*margin: 0 auto;*/

}


.article .img-section-one i{
    /*width: 30px ;
    height: 30px;
    line-height: 30px;
    color: white;*/
    position: absolute;
    bottom:28px;
    left: 5px;
    z-index: 2;
    /*border-radius: 50%;
    background: #424242;
    font-size: 17px;*/
    display: none;

}
.article:hover  .img-section-one i
{
    display: block;

}
.article h1
{
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-align: center;
    color: #2E2E2E;
    background:white;
}
.article h2
{
    width: 100%;
    text-align: center;
    font-size: 14px;
    word-wrap: break-word;
    padding: 0px 30px;
    padding-bottom: 10px;
    line-height: 1.1;
    background:white;
    color: #2E2E2E;

}
.article p
{
    text-align: center;
    line-height: 1.2;
    font-size: 13px;
    padding: 5px 30px;

    color: black;

}
.article span
{

    position: absolute;
    bottom: 75px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #585858;
    display: block;
    width: 90%;
    left:5%;
    text-align: center;


}
.article:hover img
{
    transform: scale(1.25);
    transition: transform 0.1s ease-in-out;

}

.article .add-panier:hover{
    background: #424242;
    color: white;
}
.add-panier{
    width: 90%;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: 5%;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: white;
    /*background: #2196F3;
    border: 0 !important;*/
    /*background : #AF0840;
    border : 2px solid #AF0840;
    Haut : Rouge
    Bas : Bleu
    background : #0EB89B;
    border : 2px solid #0EB89B;
    background : #088170;
    border : 2px solid #088170;
    /*background : #1B84A1;
    border : 2px solid #1B84A1;
    background : #4A4D4D;
    /*border : 2px solid #4A4D4D;
    background : #D3871A;
    /*border : 2px solid #D3871A;
    background : #fff;*/
    color:#fff;
    /*border : 2px solid #4A4D4D;*/
    height:35px;
    background : #15AE4F;
    border : 2px solid #15AE4F;
}

.tag{
    text-align:center;
    background: #585858;
    width: 100%;
    padding: 5px;
    color: white !important;
    /* Rotate div */
    -ms-transform: rotate(40deg); /* IE 9 */
    -webkit-transform: rotate(40deg); /* Safari 3-8 */
    transform: rotate(40deg);
    position: absolute;
    left: 25%;
    top:10%;
    z-index: 99;
}
.tag p{
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-transform: capitalize;
    color: white !important;
    background: #A93226;
    padding: 5px 100px;
    border-top: 2px black dotted;
    border-bottom: 2px black dotted;

}

.article .stockInfo{
    font-size : 12px;
    color:white;
    background: #009933;
    padding: 5px;
    border-radius: 5px;
}

.blockMarque{
    width:100%;
    background: #fff;
    padding-top: 10px;
    margin-top: 30px;
}

.markBlock{
    padding-top: 30px;
    padding-bottom: 30px;
}

.mar{
    text-align: center;
    vertical-align: top;
    height: 150px;

}

.mar img{
    max-width: 95%;
    margin: auto;
    max-height: 150px;
    vertical-align: middle !important;
}

.mar .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;

}

.blockShowAll{
    margin-top: 20px;
    width: 100%;
    display: block;
    text-align: right;
    padding-right: 10px;
}

.blockShowAll a{
    color:#2196F3;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.infoBenMusicFoot{
    padding: 50px;
}

.blockImgIndex{
    width:100%;
    height:450px;
    background: url(../image/magasin.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    position: relative;
    background-color:  #000;
    max-width:1500px;
    margin:auto;
}

.infoBenMusic{
    text-align: center;
    color:white;
    padding: 20px !important;
}

.infoBenMusic h1{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

@media only screen and (max-width: 989px) {
    .blockImgIndex {

        width:100%;
        height:850px;
        background: url(../image/magasin.jpg);
        background-repeat: no-repeat;
        background-size: auto 850px;
        background-attachment: fixed;
        background-color:  #000;
        position: relative;
    }

    .infoBenMusic h1{
        font-size: 18px;
        font-weight: bold;
        font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    }
}

/*--------------*/

.social-links{
    width: 100%;
    min-height: 80px;


}
.social{
    width: 100%;
    padding: 5px 0;
    background: #222222;

    text-align: center;
}
.cd-social{
    width: 49%;
    text-align: center;
    margin:0 auto;
    display: inline-block;
    vertical-align: top;
}
.social h1{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color:white;
    font-weight: 300;
}
.social .my-links{
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
}
.social .my-links i{
    width: 40px;
    height: 40px;
    line-height: 35px;
    color: white;
    border: 1px solid white !important;
    font-size: 22px;
    margin-bottom: 10px;
}
.social .my-links p{

    font-size: 13px;
    color: white;
}
.cd-iteams-social{
    width: 90px;
    height: 90px;


}
@media only screen and (max-width: 967px){
    .cd-social{
        width: 100%;
    }
}

/*-----------*/

footer{
    width: 100%;
    background: #000;
    color:#fff;
    padding: 10px;
    text-align: center;
}

/*----- newletter ------*/

footer h2{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
}

footer p{
    font-size: 12px;
}

footer .social{
    display: inline-block;
    margin-right: 5px;
    background: #424242;
    color: white;
    font-size: 19px;
    height: 40px;
    width: 40px;
    line-height: 39px;
}

footer .social:hover{
    background: #2196F3;

}

.newsletter{
    margin-bottom: 10px;
}
.newsletter input[type="text"] {
    width: 90%;
    height: 40px;
    padding-right: 50px;
    background: #fff;
    border: 0;
    color:#2196F3;
    padding-left: 5px;
}
.newsletter input[type="text"]:focus{
    /*border: 0.5 solid #FF8C00 !important;*/
    outline-width: 0;
}

.newsletter input[type="submit"] {
    margin-left: -70px;
    height: 43px;
    width: 90px;
    /*background: #A93226;*/
    background: #2196F3;
    color: white;
    border: 0;
    -webkit-appearance: none;
}

.my-links{
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
}
.my-links i{
    width: 40px;
    height: 40px;
    line-height: 35px;
    color: white;
    border: 1px solid white !important;
    font-size: 22px;
    margin-bottom: 10px;
}
.my-links p{

    font-size: 11px;
    color: white;
}
.cd-iteams-social{
    width: 90px;
    height: 90px;


}

#fb {
    background: #3b5998;

    color:  white;
    border: 2px solid  white;
    transition: all 0.3s ease-in-out;
}

#tw{

}
#tw {
    background: #1dcaff;
    color:white;
    border: 2px solid  white;
    transition: all 0.3s ease-in-out;
}

#gp{

}
#gp {
    background: #d34836;
    color:white;
    border: 2px solid  #d34836z;
    transition: all 0.4s ease-in-out;
}

#yut{
    background:  #B40404;
    color:white;
    border: 2px solid   white;
    transition: all 0.3s ease-in-out;
}
#ig{
    background: #ffdc7d;
    color: white;
    border: 2px solid white;
    transition: all 0.3s ease-in-out;

}

#ld {
    background: #4875B4;
    color:white;
    border: 2px solid   white;
    transition: all 0.3s ease-in;
}

footer .tire{
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    width:100%;
    height:3px;
    border-bottom: 1px solid #fff;
}

.footer2{
    text-align: left;
}

.footer2 h1{
    font-size: 13px;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 10px;
}

.footer2 a, .footer2 p{
    font-size: 12px;
    display: block;
    color:#fff;
    margin-bottom: 7px;
}

.footer2 a:hover{
    border-bottom: 1px solid #fff;
}

.footer3{
    min-height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: left;
    margin-top: 10px;
}

.footer3 p {
    font-size: 12px;
    color:#000;
}

.footer3 img{
    height: 30px;
    float: right;
    margin-top: 5px;
}

/*----------*/

.leftBlockProduct h1{
    padding-top: 27px;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.section-navigation-menu{
    background: #fff;
    margin-top: 20px;
    border: 1px solid #D8D8D8;
    padding: 5px;
}

.section-navigation-menu a{
    color : #2196F3;
}


.section-navigation-menu a:hover{
    color : #3b5998;
}

.blockFilter{
    background: #fff;
    margin-top: 20px;
    border: 1px solid #D8D8D8;
    padding: 10px;

}

.blockFilter h2{
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 10px;
}

.blockFilter h3{
    font-size: 13px;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 10px;
}

/*--------------- Checkbox style ---------*/

/* Customize the label (the container) */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid #D8D8D8;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btnSubmutSearchBlcok{
    display: block;
    width: 100%;
    text-align: right;
}

.btnSubmutSearch{
    margin-top:10px;
    margin-bottom: 10px;
    color:#fff;
    background-color: #2196F3;
    padding: 7px;

    border: 1px solid #2196F3;
}

.btnSubmutSearch:hover{
    background: #195CAC;
}

.tendance-search ul a{
    width: 100%;
    padding: 4px 5px;

    font-size: 15px;
    color:black;

}

.tendance-search ul li{
    width: 100%;
    padding: 1px 12px;


}
.tendance-search ul li a{
    color: black;
    font-size: 14px;


}
.plink:hover span{
    text-decoration: underline;
}
.tendance-search ul li a:hover{
    text-decoration: underline;


}
.tendance-search ul li a i{
    font-size: 10px;
    margin-right: 4px;


}
.tendance-search ul p i{
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
}
.tendance-search ul p span{
    display: inline-block;
    vertical-align: middle;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
}

ul.pagination li.current > a {
    background-color: #2196F3;
    color: white;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

/*--------------*/

.leftBlkArtr a{
    color:black;
}


.articleLeft{
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
}

.articleLeft .articleImg{
    width: 35%;
    height: 110px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.articleLeft .articleImg img{
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 100px;
    background:white !important;
    overflow: hidden;
    display: inline-block;
    margin: 10px auto;
    margin-bottom:0px;

    z-index: 1;
    vertical-align: middle !important;

    min-height: 50px;
}

.articleLeft .articleImg .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;

}

.articleLeft .blockInfo{
    width: 59%;
    height: 110px;
    display: inline-block;
    vertical-align: middle !important;
}

.articleLeft .blockInfo h1{
    font-size: 13px;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 10px;
}
.articleLeft .blockInfo h2{
    font-size: 12px;
    margin-bottom: 7px;
}
.articleLeft .blockInfo span{
    font-size: 11px;
    float: right;
}

.section-navigation-menu p{
    font-size: 12px;
    color:black;
}

/*----------*/

.blockDetailArticle{
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blockDetailArticle .blockListImg{
    width:20%;
    max-width: 110px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    /*border-right: 0.5px dashed #565656;*/
    max-height: 430px;
    overflow-y:auto;
    margin-right: 5px;
}

.blockDetailArticle .blockListImg .block{
    height: 110px;
    width: 110px;
    white-space: nowrap;
    background: #fff;
    position: relative;
    border: 1px solid #D8D8D8;
    margin-bottom: 7px;

}

@media only screen and (max-width: 490px) {
    .blockDetailArticle .blockListImg{
        width:100%;
        max-width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        /*border-right: 0.5px dashed #565656;*/
        max-height: 430px;
        overflow-y:auto;
        margin-right: 5px;
    }
    .blockDetailArticle .blockListImg .block{
        display: inline-block;
    }
    .blockDetailArticle .blockImgP{
        width:100% !important;
    }
}

.blockListImg .block img{

    max-width:95px;
    max-height: 95px;

    overflow: hidden;
    display: inline-block;
    margin: 10px auto;
    margin-bottom:0px;


    z-index: 1;
    vertical-align: middle !important;

}

.blockListImg a{
    display: block;
    width: 110px;
    height: 110px;
}

.blockListImg a.active{
    border: 2px solid #2196F3;
}

.blockDetailArticle .blockListImg .block .helper {
    display: inline-block;
    height: 100%;
    max-height: 110px;
    vertical-align: middle;

}

.blockDetailArticle .blockImgP{
    width:78%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 430px;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #D8D8D8;

}

.blockImgP img{
    max-width:92%;
    max-height: 410px;

    overflow: hidden;
    display: inline-block;
    margin: 10px auto;
    margin-bottom:0px;


    z-index: 1;
    vertical-align: middle !important;
}

.blockImgP .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;

}

.section-detail{
    padding-top: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.section-detail h1{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 20px;
}

.section-detail h2{
    font-size: 19px;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 20px;
    color:#2196F3;
}

.section-detail .price{
    font-size: 19px;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 20px !important;
    color:#A93226;
}

.section-detail h3{
    margin-top: 15px;
    margin-bottom: 15px;
}


.section-detail button{
    border: none;
    border-radius: none;
    /*background: #2196F3;*/
    color: white;
    /*padding: 7px 0;*/
    height:40px;
    line-height: 27px;
    float: left;
    width: 100%;
    font-size: 12px;
    cursor: pointer;
    /*border: 2px solid #195CAC;*/
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    
    background : #15AE4F;
    border : 2px solid #15AE4F;


}
.section-detail  button:hover{
    border: 2px solid #195CAC;
    color: #195CAC;
    background: white;
    transition: all 0.4s ease-in-out;

}
.section-detail  button:hover i{
    border: 2px solid #195CAC;
    color: #195CAC !important;
    background: white;
    transition: all 0.4s ease-in-out;

}
.section-detail  button i{
    color: white !important;
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
    border:2px solid white;
    vertical-align: middle;

}

.description-panier{
    margin-top: 10px;
}

/*---------*/

.qteBlock{
    margin-top: 10px;
    margin-bottom: 10px;
}

.quantity {
    display: inline-block;
}

.quantity .input-text.qty {
    width: 35px;
    height: 39px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
    background-color: #ffffff;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 7px 10px 8px;
    height: 41px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor:pointer;
    color: black;
    font-size: 18px;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.quantity.buttons_added .minus {
    border-right: 0;
}

.quantity.buttons_added .plus {
    border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; }

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none;
}

/*------- color style ------*/

.blockDetailArticle span{
    display: block;
    width: 100%;
}

.blockDetailArticle span .cerColor{
    width:25px;
    height:25px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    border: 0.5px solid #BDBDBD;
}

.blockDetailArticle span .cerColor:hover{
    cursor: pointer;
    border: 0.5px solid #333333;
}
.cercleColorSelected{
    border: 0.5px solid #333333 !important;
}

/*---------------*/

.panier{
    width: 100%;
    padding: 5px;
    background: #fff;
    border: 1px solid #D8D8D8;
    margin-top: 10px;

}

.panier .cf:before, .cf:after {
    content: " ";
    display: table;
}

.panier .cf:after {
    clear: both;
}

.panier .cf {
    *zoom: 1;
}

.panier .wrap {
    width: 95%;
    /*max-width: 960px;*/
    margin: 0 auto;
    /*padding: 5% 0;
    margin-bottom: 5em;*/
    margin-bottom: 10px;
}

.panier .projTitle {

    font-weight: bold;
    text-align: center;
    font-size: 2em;
    padding: 1em 0;
    border-bottom: 1px solid #dadada;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.panier .projTitle span {

    font-weight: normal;
    font-style: italic;
    text-transform: lowercase;
    color: #777;
}

.panier .heading {
    padding: 1em 0;
    border-bottom: 1px solid #D0D0D0;
}
.panier .heading h1 {
    font-size: 2em;
    float: left;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.panier .heading a.continue:link, .heading a.continue:visited {
    text-decoration: none;
    letter-spacing: -.015em;
    font-size: .75em;
    padding: 1em;
    color: #fff;
    background: #2196F3;
    font-weight: bold;
    /*border-radius: 50px;*/
    float: right;
    text-align: right;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.panier .heading a.continue:after {
    content: "\276f";
    padding: .5em;
    position: relative;
    right: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.optionBlock{
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 25px;
}

.optionBlock a.continue:link, .optionBlock a.continue:visited {
    text-decoration: none;
    letter-spacing: -.015em;
    font-size: .75em;
    padding: 1em;
    color: #fff;
    background: #2196F3;
    font-weight: bold;
    /*border-radius: 50px;*/
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.optionBlock a.continue:after {
    content: "\276f";
    padding: .5em;
    position: relative;
    right: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.panier .optionBlock a.continue:hover, .optionBlock a.continue:focus, .optionBlock a.continue:active {
    background: #195CAC;
}
.panier .optionBlock a.continue:hover:after, .optionBlock a.continue:focus:after, .optionBlock a.continue:active:after {
    right: -10px;
}

.panier .heading a.continue:hover, .heading a.continue:focus, .heading a.continue:active {
    background: #195CAC;
}
.panier .heading a.continue:hover:after, .heading a.continue:focus:after, .heading a.continue:active:after {
    right: -10px;
}

.panier .tableHead {
    display: table;
    width: 100%;
    font-size: .75em;
}
.panier .tableHead li {
    display: table-cell;
    padding: 1em 0;
    text-align: center;
}
.panier .tableHead li.prodHeader {
    text-align: left;
}

.panier .cart {
    padding: 1em 0;
}
.panier .cart .items {
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 1.5em;
    border-bottom: 1px solid #fafafa;
}
.panier .cart .items.even {
    background: #fafafa;
}
.panier .cart .items .infoWrap {
    display: table;
    width: 100%;
}
.panier .cart .items .cartSection {
    display: table-cell;
    vertical-align: middle;
}
.panier .cart .items .cartSection .itemNumber {
    font-size: .75em;
    color: #777;
    margin-bottom: .5em;
}
.panier .cart .items .cartSection h3 {
    font-size: 1em;

    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .025em;
}
.panier .cart .items .cartSection p {
    display: inline-block;
    font-size: .85em;
    color: #777777;

}
.panier .cart .items .cartSection p .quantity {
    font-weight: bold;
    color: #333;
}
.panier .cart .items .cartSection p.stockStatus {
    color: #82CA9C;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    padding: .5em 0 0 1em;
    text-transform: uppercase;
}
.panier .cart .items .cartSection p.stockStatus.out {
    /*color: #F69679;*/
    color:#B7082D;
}
/*.panier .cart .items .cartSection .itemImg {
    width: 4em;
    float: left;
}*/

.panier .cart .items .cartSection .blkPanImg {
    width: 120px;
    height: 120px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    text-align: center;
}
.panier .cart .items .cartSection .blkInfo {
    display: inline-block;
    vertical-align: top;
}
.panier .cart .items .cartSection .itemImg {
    /*width: 4em;
    float: left;*/
    max-width:100px;
    max-height: 100px;

    overflow: hidden;
    display: inline-block;
    margin: 10px auto;
    margin-bottom:0px;

    z-index: 1;
    vertical-align: middle !important;
}
.panier .cart .items .cartSection .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.panier .cart .items .cartSection.qtyWrap, .cart .items .cartSection.prodTotal {
    text-align: right;
    padding-right: 20px;
    color: #A93226;
}
.panier .cart .items .cartSection.qtyWrap p, .cart .items .cartSection.prodTotal p {
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.25em;
    color: #A93226;
}
.panier .cart .items .cartSection input.qty {
    width: 4em;
    text-align: center;
    font-size: 1em;
    padding: .25em;
    margin: 1em .5em 0 0;
}
.panier .cart .items .cartSection .itemImg {
    width: 8em;
    display: inline;
    padding-right: 1em;
}

.panier .special {
    display: block;

}
.panier .special .specialContent {
    padding: 1em 1em 0;
    display: block;
    margin-top: .5em;
    border-top: 1px solid #dadada;
}
.panier .special .specialContent:before {
    content: "\21b3";
    font-size: 1.5em;
    margin-right: 1em;
    color: #6f6f6f;
}

.panier a.remove {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background: #e0e0e0;
    padding: .5em;
    font-size: .75em;
    display: inline-block;
    border-radius: 100%;
    line-height: .85;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.panier a.remove:hover {
    background: #f30;
}

.panier .promoCode {
    border: 2px solid #efefef;
    float: left;
    width: 35%;
    padding: 2%;
}
.panier .promoCode label {
    display: block;
    width: 100%;
    font-style: italic;
    font-size: 1.15em;
    margin-bottom: .5em;
    letter-spacing: -.025em;
}
.panier .promoCode input {
    width: 85%;
    font-size: 1em;
    padding: .5em;
    float: left;
    border: 1px solid #dadada;
}
.panier .promoCode input:active, .promoCode input:focus {
    outline: 0;
}
.panier .promoCode a.btn {
    float: left;
    width: 15%;
    padding: .75em 0;
    border-radius: 0 1em 1em 0;
    text-align: center;
    border: 1px solid #2196F3;
}
.panier .promoCode a.btn:hover {
    border: 1px solid #195CAC;
    background: #195CAC;
}

.panier .btn:link, .btn:visited {
    text-decoration: none;
    letter-spacing: -.015em;
    font-size: 1em;
    /*padding: 1em 3em;*/
    color: #fff;
    background: #2196F3;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    /*border-radius: 50px;*/
    float: right;
    text-align: right;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.panier .btn:after {
    content: "\276f";
    padding: .5em;
    position: relative;
    right: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.panier .btn:hover, .btn:focus, .btn:active {
    background: #195CAC;
}
.panier .btn:hover:after, .btn:focus:after, .btn:active:after {
    right: -10px;
}
.panier .promoCode .btn {
    font-size: .85em;
    padding: .5em 2em;
}

/* TOTAL AND CHECKOUT  */
.panier .subtotal {
    float: right;
    width: 50%;
    min-width: 200px;
}
.panier .subtotal .totalRow {
    padding: .5em;
    text-align: right;
}
.panier .subtotal .totalRow.final {
    font-size: 1.25em;
    font-weight: bold;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.panier .subtotal .totalRow span {
    display: inline-block;
    padding: 0 0 0 1em;
    text-align: right;
}
.panier .subtotal .totalRow .label {
    font-size: .85em;
    text-transform: uppercase;
    color: #777;
}
.panier .subtotal .totalRow .value {
    letter-spacing: -.025em;
    width: 35%;
}

.blkInfo h3 a{
    color:#2196F3;
}

@media only screen and (max-width: 39.375em) {
    .panier .wrap {
        width: 98%;
        /*padding: 2% 0;*/
    }

    .panier .projTitle {
        font-size: 1.5em;
        padding: 10% 5%;
    }

    .panier .heading {
        padding: 1em;
        font-size: 90%;
    }

    .panier .cart .items .cartSection {
        width: 90%;
        display: block;
        float: left;
    }
    .panier .cart .items .cartSection.qtyWrap {
        width: 10%;
        text-align: center;
        padding: .5em 0;
        float: right;
    }
    .panier .cart .items .cartSection.qtyWrap:before {
        content: "QTE";
        display: block;
        padding: .25em;
        font-size: .75em;
    }
    .panier .cart .items .cartSection.prodTotal, .cart .items .cartSection.removeWrap {
        display: none;
    }
    .panier .cart .items .cartSection .itemImg {
        /*width: 25%;*/
    }

    .panier .subtotal {
        width: 100%;
    }

    .panier a.btn.continue {
        width: 100%;
        text-align: center;
    }

    .panier .cart .items .cartSection .blkPanImg {
        width: 60px;
        height: 60px;
        display: inline-block;
        position: relative;
        white-space: nowrap;
        vertical-align: top;
        text-align: center;
    }
    .panier .cart .items .cartSection .itemImg {
        /*width: 4em;
        float: left;*/
        max-width:50px;
        max-height: 50px;

        overflow: hidden;
        display: inline-block;
        margin: 10px auto;
        margin-bottom:0px;

        z-index: 1;
        vertical-align: middle !important;
    }

    .blkInfo h3 a{
        font-size: 14px;
        height: auto;
        white-space: normal;
    }

    .panier .subtotal .totalRow .label {
        width: 49%;
    }
    .panier .subtotal .totalRow .value {
        width: 49%;
    }

    .optionBlock a.continue {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
}

div.fadeMe2 {
    background: rgba(255,255,255, 0.9);
    width:      100%;
    height:     100%;

    top:        0;
    left:       0;
    position: fixed;
    visibility: hidden;
    z-index: 88;
}


/*--------------*/

.connect {
    margin-top : 10px;
}

.connect input[type="text"],.connect input[type="password"] {
    width: 100%;
    height: 40px;
    padding-right: 50px;
    background: #fff;
    border: 1px solid #D8D8D8;
    padding-left: 10px;
}
.connect input[type="text"]:focus, .connect input[type="password"]:focus{
    /*border: 0.5 solid #FF8C00 !important;*/
    outline-width: 0;
    border: 1px solid #195CAC;
}

.connect textarea{
    width: 100%;
    height: 100px;
    background: #fff;
    border: 1px solid #D8D8D8;
    padding: 10px;
}

.connect textarea:focus{
    /*border: 0.5 solid #FF8C00 !important;*/
    outline-width: 0;
    border: 1px solid #195CAC;
}

.connect select{
    width: 100%;
    height: 40px;
    padding-right: 50px;
    background: #fff;
    border: 1px solid #D8D8D8;
    padding-left: 10px;
}

.connect select:focus{
    /*border: 0.5 solid #FF8C00 !important;*/
    outline-width: 0;
    border: 1px solid #195CAC;
}

.input-div label{
    margin-top: 5px;
    margin-bottom: 5px;
}

.connect .submitBtn{
    text-decoration: none;
    letter-spacing: -.015em;
    font-size: .75em;
    padding: 1em;
    color: #fff;
    background: #2196F3;
    font-weight: bold;
    width: 100%;
    border:1px solid #2196F3;

}

.connect .submitBtn:hover{
    border: 1px solid #195CAC;
    background: #195CAC;
}
.connect a{
    color: #2196F3;
}

.connect a:hover{
    color: #195CAC;
}

.blkBold{
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.cd-connexion-2{
    display: none;
}

.cd-connexion-2 .panier{

    -moz-box-shadow: 0px 0px 8px 0px #c0c0c0;
    -webkit-box-shadow: 0px 0px 8px 0px #c0c0c0;
    -o-box-shadow: 0px 0px 8px 0px #c0c0c0;
    box-shadow: 0px 0px 8px 0px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=NaN, Strength=8);
}

.cd-connexion .panier{

    -moz-box-shadow: 0px 0px 8px 0px #c0c0c0;
    -webkit-box-shadow: 0px 0px 8px 0px #c0c0c0;
    -o-box-shadow: 0px 0px 8px 0px #c0c0c0;
    box-shadow: 0px 0px 8px 0px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=NaN, Strength=8);
}

.cd-connexion-2 a,.cd-connexion a{
    color: #2196F3;
}

.cd-connexion-2 a:hover,.cd-connexion a:hover{
    color: #195CAC;
}

.my-span-p{
    color: red;

}

.section-instagram{
    width: 100%;
    min-height: 250px;
    background: #fff;
    border: 1px solid #D8D8D8;
    margin-top: 10px;
}
.section-instagram h1{
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-weight: 300;
    padding: 15px 0;
}
#owl-demo .item{
    margin: 50px;
    margin: 8px;
    color: #FFF;

}
#owl-demo .item img{
    width: 100%;
    height: auto;
}

.contact{
    margin-top: 20px;
    font-family: 'Montserrat-bold', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 2;
}

.contact h1{
    font-size: 18px;
}

.contact p{
    font-size: 15px;
}

/*---------------------*/

.container-menu {
    /*position: relative;*/
    margin-top: 10px;
    /*padding: 50px 0;*/
    clear: both;
}
/*@media only screen and (min-width: 1200px) {
    .container-menu {
        width: 1210px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .container-menu {
        width: 1030px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container-menu {
        width: 682px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container-menu {
        width: 428px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 479px) {
    .container-menu {
        width: 320px;
        margin: 0 auto;
    }
}

*/

.mcd-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #FFF;
    /*height: 100px;*/
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #D8D8D8;
    /* == */
    /*width: 250px;*/
    /* == */
}
.mcd-menu li {
    position: relative;
    /*float:left;*/
}
.mcd-menu li a {
    display: block;
    text-decoration: none;
    padding: 12px 20px;
    color: #777;
    /*text-align: center;
    border-right: 1px solid #E7E7E7;*/

    /* == */
    text-align: left;
    height: 36px;
    position: relative;
    border-bottom: 1px solid #EEE;
    /* == */
}
.mcd-menu li a i {
    /*display: block;
    font-size: 30px;
    margin-bottom: 10px;*/

    /* == */
    float: left;
    font-size: 20px;
    margin: 0 10px 0 0;
    /* == */

}
/* == */
.mcd-menu li a p {
    float: left;
    margin: 0 ;
}
/* == */

.mcd-menu li a strong {
    display: block;
    text-transform: uppercase;
}
.mcd-menu li a small {
    display: block;
    font-size: 10px;
}

.mcd-menu li a i, .mcd-menu li a strong, .mcd-menu li a small {
    position: relative;

    transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}
.mcd-menu li:hover > a i {
    opacity: 1;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
    -o-animation: moveFromTop 300ms ease-in-out;
    animation: moveFromTop 300ms ease-in-out;
}
.mcd-menu li:hover a strong {
    opacity: 1;
    -webkit-animation: moveFromLeft 300ms ease-in-out;
    -moz-animation: moveFromLeft 300ms ease-in-out;
    -ms-animation: moveFromLeft 300ms ease-in-out;
    -o-animation: moveFromLeft 300ms ease-in-out;
    animation: moveFromLeft 300ms ease-in-out;
}
.mcd-menu li:hover a small {
    opacity: 1;
    -webkit-animation: moveFromRight 300ms ease-in-out;
    -moz-animation: moveFromRight 300ms ease-in-out;
    -ms-animation: moveFromRight 300ms ease-in-out;
    -o-animation: moveFromRight 300ms ease-in-out;
    animation: moveFromRight 300ms ease-in-out;
}

.mcd-menu li:hover > a {
    color: #195CAC;
}
.mcd-menu li a.active {
    position: relative;
    color: #195CAC;
    border:0;
    /*border-top: 4px solid #e67e22;
    border-bottom: 4px solid #e67e22;
    margin-top: -4px;*/
    box-shadow: 0 0 5px #DDD;
    -moz-box-shadow: 0 0 5px #DDD;
    -webkit-box-shadow: 0 0 5px #DDD;

    /* == */
    border-left: 4px solid #195CAC;
    border-right: 4px solid #195CAC;
    margin: 0 -4px;
    /* == */
}
.mcd-menu li a.active:before {
    content: "";
    position: absolute;
    /*top: 0;
    left: 45%;
    border-top: 5px solid #e67e22;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;*/

    /* == */
    top: 42%;
    left: 0;
    border-left: 5px solid #195CAC;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    /* == */
}

/* == */
.mcd-menu li a.active:after {
    content: "";
    position: absolute;
    top: 42%;
    right: 0;
    border-right: 5px solid #195CAC;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
/* == */

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-webkit-keyframes moveFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes moveFromRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}



.mcd-menu li ul,
.mcd-menu li ul li ul {
    position: absolute;
    height: auto;
    min-width: 200px;
    padding: 0;
    margin: 0;
    background: #FFF;
    /*border-top: 4px solid #e67e22;*/
    opacity: 0;
    visibility: hidden;
    transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    /*top: 130px;*/
    z-index: 1000;

    /* == */
    /*left:280px;*/
    top: 0px;
    border-left: 4px solid #195CAC;
    /* == */
}
.mcd-menu li ul:before {
    content: "";
    position: absolute;
    /*top: -8px;
    left: 23%;
    border-bottom: 5px solid #e67e22;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;*/

    /* == */
    top: 25px;
    left: -9px;
    border-right: 5px solid #195CAC;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    /* == */
}
.mcd-menu li:hover > ul,
.mcd-menu li ul li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    /*top: 100px;*/

    /* == */
    left:250px;
    /* == */
}
/*.mcd-menu li ul li {
  float: none;
}*/
.mcd-menu li ul li a {
    padding: 10px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #EEE;

    /* == */
    height: auto;
    /* == */
}
.mcd-menu li ul li a i {
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
}
.mcd-menu li ul li ul {
    left: 230px;
    top: 0;
    border: 0;
    border-left: 4px solid #195CAC;
}
.mcd-menu li ul li ul:before {
    content: "";
    position: absolute;
    top: 15px;
    /*left: -14px;*/
    /* == */
    left: -9px;
    /* == */
    border-right: 5px solid #195CAC;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}
.mcd-menu li ul li:hover > ul {
    top: 0px;
    left: 200px;
}



/*.mcd-menu li.float {
  float: right;
}*/
.mcd-menu li a.search {
    /*padding: 29px 20px 30px 10px;*/
    padding: 10px 10px 15px 10px;
    clear: both;
}
.mcd-menu li a.search i {
    margin: 0;
    display: inline-block;
    font-size: 18px;
}
.mcd-menu li a.search input {
    border: 1px solid #EEE;
    padding: 10px;
    background: #FFF;
    outline: none;
    color: #777;

    /* == */
    width:170px;
    float:left;
    /* == */
}
.mcd-menu li a.search button {
    border: 1px solid #195CAC;
    /*padding: 10px;*/
    background: #195CAC;
    outline: none;
    color: #FFF;
    margin-left: -4px;

    /* == */
    float:left;
    padding: 10px 10px 11px 10px;
    /* == */
}
.mcd-menu li a.search input:focus {
    border: 1px solid #195CAC;
}


.search-mobile {
    display:none !important;
    background:#195CAC;
    border-left:1px solid #195CAC;
    border-radius:0 3px 3px 0;
}
.search-mobile i {
    color:#FFF;
    margin:0 !important;
}


/*@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .mcd-menu {
        margin-left:10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .mcd-menu {
        width: 200px;
    }
    .mcd-menu li a {
        height:30px;
    }
    .mcd-menu li a i {
        font-size: 22px;
    }
    .mcd-menu li a strong {
        font-size: 12px;
    }
    .mcd-menu li a small {
        font-size: 10px;
    }
    .mcd-menu li a.search input {
        width: 120px;
        font-size: 12px;
    }
    .mcd-menu li a.search button{
        padding: 8px 10px 9px 10px;
    }
    .mcd-menu li > ul {
        min-width:180px;
    }
    .mcd-menu li:hover > ul {
        min-width:180px;
        left:200px;
    }
    .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
        min-width:150px;
    }
    .mcd-menu li ul li:hover > ul {
        left:180px;
        min-width:150px;
    }
    .mcd-menu li ul li ul li:hover > ul {
        left:150px;
        min-width:150px;
    }
    .mcd-menu li ul a {
        font-size:12px;
    }
    .mcd-menu li ul a i {
        font-size:14px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .mcd-menu {
        width: 50px;
    }
    .mcd-menu li a {
        position: relative;
        padding: 12px 16px;
        height:20px;
    }
    .mcd-menu li a small {
        display: none;
    }
    .mcd-menu li a strong {
        display: none;
    }
    .mcd-menu li a:hover strong,.mcd-menu li a.active strong {
        display:block;
        font-size:10px;
        padding:3px 0;
        position:absolute;
        bottom:0px;
        left:0;
        background:#e67e22;
        color:#FFF;
        min-width:100%;
        text-transform:lowercase;
        font-weight:normal;
        text-align:center;
    }
    .mcd-menu li .search {
        display: none;
    }

    .mcd-menu li > ul {
        min-width:180px;
        left:70px;
    }
    .mcd-menu li:hover > ul {
        min-width:180px;
        left:50px;
    }
    .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
        min-width:150px;
    }
    .mcd-menu li ul li:hover > ul {
        left:180px;
        min-width:150px;
    }
    .mcd-menu li ul li ul li > ul {
        left:35px;
        top: 45px;
        border:0;
        border-top:4px solid #e67e22;
    }
    .mcd-menu li ul li ul li > ul:before {
        left:30px;
        top: -9px;
        border:0;
        border-bottom:5px solid #e67e22;
        border-left:5px solid transparent;
        border-right:5px solid transparent;
    }
    .mcd-menu li ul li ul li:hover > ul {
        left:30px;
        min-width:150px;
        top: 35px;
    }
    .mcd-menu li ul a {
        font-size:12px;
    }
    .mcd-menu li ul a i {
        font-size:14px;
    }

}

@media only screen and (max-width: 479px) {
    .mcd-menu {
        width: 50px;
    }
    .mcd-menu li a {
        position: relative;
        padding: 12px 16px;
        height:20px;
    }
    .mcd-menu li a small {
        display: none;
    }
    .mcd-menu li a strong {
        display: none;
    }
    .mcd-menu li a:hover strong,.mcd-menu li a.active strong {
        display:block;
        font-size:10px;
        padding:3px 0;
        position:absolute;
        bottom:0px;
        left:0;
        background:#e67e22;
        color:#FFF;
        min-width:100%;
        text-transform:lowercase;
        font-weight:normal;
        text-align:center;
    }
    .mcd-menu li .search {
        display: none;
    }

    .mcd-menu li > ul {
        min-width:180px;
        left:70px;
    }
    .mcd-menu li:hover > ul {
        min-width:180px;
        left:50px;
    }
    .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
        min-width:150px;
    }
    .mcd-menu li ul li:hover > ul {
        left:180px;
        min-width:150px;
    }
    .mcd-menu li ul li ul li > ul {
        left:35px;
        top: 45px;
        border:0;
        border-top:4px solid #e67e22;
    }
    .mcd-menu li ul li ul li > ul:before {
        left:30px;
        top: -9px;
        border:0;
        border-bottom:5px solid #e67e22;
        border-left:5px solid transparent;
        border-right:5px solid transparent;
    }
    .mcd-menu li ul li ul li:hover > ul {
        left:30px;
        min-width:150px;
        top: 35px;
    }
    .mcd-menu li ul a {
        font-size:12px;
    }
    .mcd-menu li ul a i {
        font-size:14px;
    }

}*/

.fav a{
    color: #2196F3;
}

.fav a:hover{
    color: #195CAC;
}

/*------- mes commandes */
.My-pannier-title-commande{
    width: 100%;
    height: 50px;
}
.My-pannier-title-commande ul {
    margin-top: 20px;
}
.My-pannier-title-commande ul li{
    text-align: center;
    background: #E6E6E6;
}
.My-pannier-title-commande ul li p{
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.My-pannier-title-commande ul li:first-child {
    width: 25%;
    height: 50px;

    display: inline-block;
    vertical-align: top;
}
.My-pannier-title-commande ul li:nth-child(2n) {
    width: 25%;
    height: 50px;

    display: inline-block;
    vertical-align: top;
}
.My-pannier-title-commande ul li:nth-child(3n) {
    width: 25%;
    height: 50px;

    display: inline-block;
    vertical-align: top;
}
.My-pannier-title-commande ul li:nth-child(4n) {
    width: 23%;
    height: 50px;

    display: inline-block;
    vertical-align: middle;
}
.My-pannier-result-commande {
    width: 100%;
    margin-top: 6px;
    min-height: 80px;
    -moz-box-shadow: 0px 1px 2px 1px #c0c0c0;
    -webkit-box-shadow: 0px 1px 2px 1px #c0c0c0;
    -o-box-shadow: 0px 1px 2px 1px #c0c0c0;
    box-shadow: 0px 1px 2px 1px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=180, Strength=2);
}
.My-pannier-result-commande ul li:nth-child(4n) {
    width: 23% !important;
    height: 50px;

    display: inline-block;
    vertical-align: top;
    text-align: center !important;
    padding-top: 30px;

}
.My-pannier-result-commande ul li:first-child {
    width: 25%;
    height: 50px;

    display: inline-block;
    vertical-align: top;

}
.My-pannier-result-commande ul li:nth-child(2n) {
    width: 25%;
    min-height: 50px;

    display: inline-block;
    vertical-align: top;

}
.My-pannier-result-commande ul li:nth-child(3n) {
    width: 25%;
    min-height: 50px;

    display: inline-block;
    vertical-align: middle;
}
.My-pannier-result-commande ul li p {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.My-pannier-result-commande ul li a {
    font-weight: bold;
    color: green;
}
.commande-detail{
    display: none;
    width:300px;
    min-height:50px;
}
@media only screen and (max-width: 967px){
    .My-pannier-title ul {
        margin-top: 0px;
    }
    .My-pannier-title ul li {
        display: none;

    }
    .My-pannier-result ul li {
        width:100%;
        display: block;
        text-decoration: left;
    }
    .My-pannier-result ul  li p {
        display: inline-block;vertical-align: top;
        width: 49%;
        margin-top: 0px;
    }
    .My-pannier-result ul li label{

        width: 30%;
        padding-bottom: 5px;
        color:gray;
        height: 30px;
        font-weight: bold;
        font-size: 13px;}

    .My-pannier-title-commande ul li {
        display: none !important;
    }

    .My-pannier-result-commande ul li {

        width: 100%  !important;
        display: block;
    }

    .My-pannier-result-commande ul li > p {
        display: inline-block;vertical-align: top;
        width: 49%;
        margin-top: 0px;
    }


    .My-pannier-result-commande ul li label{
        width: 30%;
        padding-bottom: 5px;
        color:gray;
        height: 30px;
        font-weight: bold;
        font-size: 13px;
    }
}
@media only screen and (min-width: 968px){
    .My-pannier-result-commande ul li  label {
        display: none !important;
    }
    .My-pannier-result ul li label {
        display: none !important;
    }
}

/*-------- ETAT ---------*/

.blockFilter2{
    margin-top: 20px;
    border: 1px solid #D8D8D8;
    padding: 10px;

}

.container-etat {
    width: 100%;
    margin-bottom:100px;
    margin-top:30px;
    background: #fff !important;
}
.progressbar {
    margin: 0;
    padding: 0;
    counter-reset: step;
}
.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;

}
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 27px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;

}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: green;
}
.progressbar li.active:before {
    border-color: #55b776;
}
.progressbar li.active + li:after {
    background-color: #55b776;
}

.current-slider{
    position: relative;
}
.play-video{
    position: absolute;
    top:40%;
    left: 47%;
    border: 3px solid #FA5858;
    color: #FA5858;
    width: 70px;
    height: 70px;
    padding-left: 6px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
}
.play-video:hover{
    background: rgba(255,255,255,0.8);
}
.section-video i {
    position: absolute;
    z-index: 999999999;
    top:20px;
    right: 20px;
    color: red;
    font-size: 25px;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 35px;
    text-align: center;
    border: 1px solid red;
    cursor: pointer;
}

/*--------------*/

.box { display:none; padding:10px; /*border:1px dashed #ccc;*/ }

        .grid {
            position: relative;
            margin: 0 auto;
            padding: 1em 0 4em;
            max-width: 1000px;
            list-style: none;
            text-align: center;
        }

        /* Common style */
        .grid figure {

        }

        .grid figure img {
            position: relative;
            display: block;
            min-height: 100%;
            max-width: 100%;
            opacity: 1;
        }

        .grid figure figcaption {
            padding: 2em;
            color: white;
            text-transform: uppercase;
            font-size: 1em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            background:rgba(0,0,0,0.5);

        }

        .grid figure figcaption::before,
        .grid figure figcaption::after {
            pointer-events: none;

        }

        .grid figure figcaption:hover {
            background:rgba(0,0,0,0.75);

        }

        .grid figure figcaption,
        .grid figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        /* Anchor will cover the whole item by default */
        /* For some effects it will show as a button */
        .grid figure figcaption > a {
            z-index: 1000;
            text-indent: 200%;
            white-space: nowrap;
            font-size: 0;
            opacity: 0;
        }

        .grid figure h2 {
            word-spacing: -0.15em;
            font-weight: 300;
        }

        .grid figure h2 span {
            font-weight: 800;
        }

        .grid figure h2,
        .grid figure p {
            margin: 0;
        }

        .grid figure p {
            letter-spacing: 1px;
            font-size: 68.5%;
        }

        /* Individual effects */


        /*---------------*/
        /***** Marley *****/
        /*---------------*/

        figure.effect-marley figcaption {
            text-align: center;

        }

        figure.effect-marley label,
        figure.effect-marley p {
            position: absolute;
            right: 30px;
            left: 30px;
            padding: 10px 0;
        }


        figure.effect-marley p {
            bottom: 30px;
            line-height: 1.5;
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
        }

        figure.effect-marley label {
            bottom: 20px;
            -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
            -webkit-transform: translate3d(0,20px,0);
            transform: translate3d(0,20px,0);
        }

        figure.effect-marley:hover label {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }

        figure.effect-marley label::after {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 4px;
            background: white;
            content: '';
            -webkit-transform: translate3d(0,40px,0);
            transform: translate3d(0,40px,0);
        }

        figure.effect-marley label::after,
        figure.effect-marley p {
            opacity: 0;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
        }

        figure.effect-marley:hover label::after,
        figure.effect-marley:hover p {
            opacity: 1;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }
        
.effect-marley img{
    width : 200px;
    height : 200px;
    margin : auto;
}

.div-hover-gallery{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 99999999999999999999999;
    display: none;
    overflow: scroll;
    cursor: zoom-out;
  }
  .div-hover-gallery img{
    width: 90%;
    display: block;
    padding:10%;
    background:white;
    margin: 10px auto;
    height: auto;
    
  }

