/*///////////////////////////////////////////////////////////////////////////////////
// RESET - style/reset.css */

html, body{height:100%;}
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, font, 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 {
    margin:0; padding:0;
    border:0; outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
select, input{
    font:inherit; font-size:1em; white-space:normal;
    margin:0; padding:0;
}
body{
    line-height:1;
}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
/* Les balises <table> ont besoin d'un 'cellspacing="0"' */
table{border-collapse:collapse; border-spacing:0;}
/* CLEAR FIX */
.clearfix:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
/* GENERAL */
.dspNne{display:none;}
.isUnd{text-decoration:underline;} .isUnd:hover{text-decoration:none;}
.noUnd{text-decoration:none;} .noUnd:hover{text-decoration:underline;}


/*///////////////////////////////////////////////////////////////////////////////////
// FONTS - style/fonts.css */

@font-face {
    font-family: 'botonitalic';
    src: url('../fonts/boton-italic-webfont.eot');
    src: url('../fonts/boton-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/boton-italic-webfont.woff') format('woff'),
         url('../fonts/boton-italic-webfont.ttf') format('truetype'),
         url('../fonts/boton-italic-webfont.svg#botonitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*///////////////////////////////////////////////////////////////////////////////////
// STRUCTURE - style/structure.css */

/* STRUCTURE */
html{
    background: url(../images/background/fond-html.jpg);
    background-size: cover;
}
body{
    width: 1160px;
    margin: 0 auto;
}
div#header{
    position: relative; z-index: 1;
    width: 100%; height: 169px;
    background:#fff;
    background-size:cover;
}
div#header div.wrapper{
    position: relative;
    width: 1140px;
    height: 146px;
    margin: 0 auto;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
div#header #backHome{
    float: left;
    display: block;
    width: 188px; height: 84px;
    /*margin-top:26px; margin-left:50px;*/
}
/* HEADER */
div.encartlogo{
    display: flex;
    align-items: center;
}
div#header div#careco-centres{
    display:block; float:left;
    width: 100px;
    /*height: 46px;*/
    /*margin-top: 46px;*/
    margin-left: 10px;
    border-left: 1px solid #000;
    padding-left: 10px;
    font:bold 11px Arial, sans-serif; text-transform: uppercase;
    line-height: 15px; letter-spacing: 1px;
}
div#header p{
    float: left;
    font: normal 18px "botonitalic", Arial, Helvetica, sans-serif; color:#333; text-align: center; line-height: 20px;
}
div#header p span{font-size: 35px; color:#000; line-height: 35px;}
div#header p em{font-style: normal; font-size: 13px; color: #333; line-height: 15px;}
div#header p strong{ font-style: normal; font-size: 15px; color: #b20321; line-height: 18px;}

a.headerAccount::before{
    content:url(../images/picto/compte.svg);
    width:23px;
    display:inline-block;
    margin-right:10px;
    vertical-align: middle;
    margin-top: -3px;
}
a.headerPro::before{
    content:url(../images/picto/pro.svg);
    width:26px;
    display:inline-block;
    margin-right:10px;
    vertical-align: middle;
    margin-top: -3px;
}
a.headerCart::before{
    content:url(../images/picto/cart.svg);
    width:22px;
    display:inline-block;
    margin-right:10px;
    vertical-align: middle;
    margin-top: -5px;
}
.cta-header .cta-users{
    display:flex;
    align-items:center;
    justify-content: space-between;
    margin-bottom:5px;
}
.cta-header a, .cta-header p{
    position:relative;
    padding-right : 7px;
}
.cta-header .sepa{
    width:1px;
    border-right: 1px solid #cecece;
    height: 15px;
    margin-right: 7px;
}
.cta-header a:last-child::after{
    display:none;
}
.cta-header a:last-child{
    margin-right:0;
}

a.headerAccount,
a.headerPro,
a.headerCart{
    display: block;
    /*position: absolute; top: 11px;*/
    /*border: 1px solid #fff; border-radius: 3px;*/
    background-color: #FFF;
    /*box-shadow: 1px 1px 3px #CCC;*/
    font: normal 12px Arial, Helvetica, sans-serif; color:#202020; line-height:37px; text-decoration:none; text-align: center;
    /*background-image: url("../images/background/sprite-header.png"); background-repeat: no-repeat;*/
}
a.headerAccount,
a.headerPro{
    /*right: 158px;*/
    /*width: 70px; */
    /*height: 30px;*/
    /*padding: 0 10px 0 35px;*/
    background-position: 10px 2px;
    /*line-height:30px;*/
    color: #707173;
    text-transform:uppercase;
    font-weight:600;
}
a.headerPro{
    /*top: 46px;*/
    background-position: -276px 2px;
}
/* a.connected {
    height: 24px; line-height: 24px;
}
a.headerPro.connected {top: 49px;} */
div#header p.hello {
    /*float:none; width:120px;
    position:absolute;
    top:45px; right:156px;*/
    font:normal 12px Arial, sans-serif;
    color: #707173;
    text-transform: uppercase;
}
a.headerDisconnect {
    /*position: absolute; top: 85px; right: 178px;
    background: none;
    border: 0;
    padding-left:13px;*/
    text-transform: uppercase;
    /*background: url("../images/picto/disconnect.png") no-repeat 0 5px;*/
    font: normal 12px Arial, Helvetica, sans-serif; color:#707173; /*line-height:20px;*/ text-decoration:none; text-align: center;
}
a.headerDisconnect:hover {
    text-decoration: none;
    color:#cc0025;
}
a.headerCart{
    /*right: 28px;*/
    /*width: 115px; height: 65px;*/
    padding: 0 5px;
    /*text-indent: 46px; line-height:34px;
    background-position: -128px 6px;*/
    color: #c61618;
    text-transform:uppercase;
    font-weight:600;
    background-color: #eeeeee;
    padding: 5px 15px;
}
a.headerCart span{
    margin-left: 9px;
    color:#707173
}
a.headerAccount:hover,
a.headerPro:hover,
a.headerCart:hover{color:#cc0025;}
/*div.facebook{
    position: absolute;
    top: 86px;
    right: 107px;
}*/
div.facebook{
    display: flex;
    align-items: center;
    margin-top:15px;
    justify-content: flex-end;
}
div.facebook a:first-child{
    margin-right:20px;
}
div.facebook a{
    display:block;
    font: normal 12px Arial, Helvetica, sans-serif;
    font-weight:800;
    color: #000;
    text-decoration:none;
    margin-bottom:5px;
    transition: .5s;
}
div.facebook a::before{
    content:url(../images/picto/fb-picto.png);
    margin-right:8px;
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
div.facebook a:hover{
    opacity: .8;
    transition: .5s;
}
/* MAIN */
div#main{
    position: relative; z-index: 2;
    width: 1140px;
    padding: 10px;
    margin: -30px auto -20px auto;
    background-color: #fff;
    overflow: hidden;;
}
/* NAV */
ul#nav{
    height: 40px;
    padding: 0 0 0 2px;
    background-color: #eee;
    margin-bottom: 30px;
}
ul#nav>li{
    float: left;
    text-align: center;
   /* margin: -3px 0 0 2px;*/
    width: calc((100%/5) - 4px);
    /*position:relative;*/
}
ul#nav>li::after{
    content:"";
    border-right:1px solid #cecece;
    height:15px;
    display:inline-block;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
}
ul#nav>li:last-child::after{
    display:none;
}
ul#nav>li>a,
ul#nav>li span{
    display: block;
    height: 40px;
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #707173;
    text-decoration: none;
    line-height: 40px;
    padding: 0 10px;
}
/*ul#nav>li.sepright a{background: url("../images/background/sep-nav-li-a.png") no-repeat right top;}*/
ul#nav>li span{padding: 0 0 0 20px;}
ul#nav>li span img{vertical-align: middle;}
ul#nav>li a:hover{color: #c61618; }
ul#nav>li.spe>a, ul#nav>li.spe3>a{
    display: block;
    /*height: 40px;
    background: url("../images/background/nav-spe.png") no-repeat -55px 0;*/
    border-radius: 5px 5px 0 0;
    font: normal 15px Arial, Helvetica, sans-serif;
    color: #707173;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    padding: 0;
    font-weight: 600;
}
ul#nav>li.spe3>a::after{
    content:url(../images/picto/picto-dropdown.svg);
    width: 14px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    margin-top: -2px;
}
/* ul#nav>li.spe3>a{
    width: 179px;
    background-position: -105px 0;
} */
ul#nav>li.na>a,
ul#nav>li.nad>a{
    line-height: 42px; color:#FFF;
    background: url("../images/background/nav-spe-event.png") repeat-x 0 3px;
}
ul#nav>li.nad>a{
    background: url("../images/background/nav-spe-destock.png") repeat-x 0 3px;
}
ul#nav>li:first-child.spe>a{background-position: -65px 0;}
ul#nav>li:first-child.spe3>a{background-position: -110px 0;}
ul#nav>li.spe>a:hover,
ul#nav>li.spe:hover>a,
ul#nav>li.spe.over>a{
    color: #c61618;
    background-position: -55px -40px;
}
ul#nav>li.spe3>a:hover,
ul#nav>li.spe3:hover>a,
ul#nav>li.spe3.over>a{
    color: #c61618;
    background-position: -105px -40px;
}
ul#nav>li.na>a:hover,
ul#nav>li.nad>a:hover{
    background-position: 0 3px;
    color:#CCC;
}
ul#nav>li:first-child.spe>a:hover,
ul#nav>li:first-child.spe:hover>a,
ul#nav>li:first-child.spe.over>a{background-position: -65px -40px;}
ul#nav>li:first-child.spe3>a:hover,
ul#nav>li:first-child.spe3:hover>a,
ul#nav>li:first-child.spe3.over>a{background-position: -110px -40px;}
ul#nav>li>div,
div#access div.colL>ul>li>div{
    display: none;
    position: absolute; left: 10px; z-index: 9999;
    width: 980px;
    background: #fff url("../images/background/sub-nav.gif") repeat-x 0 0;
    border-bottom: 3px solid #cc0025;
    overflow: hidden;
}
div#access div.colL>ul>li>div{top: 33px;}
/*ul#nav>li:hover>div,*/
div#access div.colL>ul>li:hover>div{display: block;}
ul#nav>li.pieces>div>ul,
div#access div.colL>ul>li:hover>div>ul{
    float: left;
    width: 265px;
    padding: 15px 30px;
}
ul#nav>li.marques>div>ul{padding: 20px 15px;}
ul#nav>li.pieces>div>ul>li,
div#access div.colL>ul>li:hover>div>ul>li{margin: 6px 0;}
ul#nav>li.marques>div>ul>li{
    float: left;
    width: 168px; height: 108px;
    margin: 12px;
    border: 1px solid #e9e9e9;
    text-align: center;
}
ul#nav>li.pieces>div>ul a,
div#access div.colL>ul>li:hover>div>ul a{
    display: block;
    font: normal 14px Arial, Helvetica, sans-serif; color: #333; text-decoration: none; line-height: 16px;
    background: url("../images/picto/arrow-right-cc0025.png") no-repeat 0 5px;
    padding: 0 0 0 15px;
    text-align:left;
}
ul#nav>li.marques>div>ul a{
    display: block;
    width: 168px; height: 108px;
    font: normal 14px Arial, Helvetica, sans-serif; color: #333; text-decoration: none; line-height: 16px;
}
ul#nav>li.pieces>div>ul a:hover,
ul#nav>li.marques>div>ul a:hover,
div#access div.colL>ul>li:hover>div>ul a:hover{color: #a5001b; text-decoration: underline;}
ul#nav>li.marques>div>ul a img{margin: 8px 0;}
ul#nav>li.marques>div>ul a span,
ul#nav>li.pieces>div>ul>li.spe a span,
div#access div.colL>ul>li:hover>div>ul>li.spe a span{
    display: inline-block;
    width: 12px; height: 10px;
    background: url("../images/picto/arrow-right-cc0025.png") no-repeat 0 2px;
    margin: 0; padding: 0;
}
ul#nav>li.pieces>div>ul>li.spe a,
div#access div.colL>ul>li:hover>div>ul>li.spe a{
    line-height: 40px;
    text-align: center;
    background: none;
    border: 1px solid #e9e9e9;
}
ul#nav>li.marques>div>ul>li.spe {
    position: absolute; top: 22px; right: 20px;
    width: 130px; height: 58px;
    margin: 10px; padding: 40px 10px 10px 10px;
    border: 1px solid #e9e9e9;
    text-align: center;
}
ul#nav>li.marques>div>ul>li.spe a{
    display:inline;
}

/* CONTENT */
#content {
    overflow: auto;
}

/* FOOTER */
div#footer{
    padding-top: 40px;
    clear: both;
    padding: 40px 0 10px;
    margin: 0 auto;
    background-color: #ccc;
    background: #fff;
}
div#footer .wrap-footer{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: start;
    align-items: start;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
@media (min-width: 768px){
    div#footer{
        height: 380px;
    }
}
@media (min-width: 1200px){
    div#footer{
        height: 300px;
    }
    div#footer .wrap-footer{
        max-width: 1140px;
        width: 100%;
        margin: 0 auto;
    }
}
div#footer div#footerMap{
    border-right: 1px dotted #787878;
    margin: 0;
}
div#footer div#footerMap p.title{
    width: auto;
    font: normal 16px "botonitalic", Arial, Helvetica, sans-serif; color:#333; text-align: center; line-height: 30px;
    margin: 10px 0 0 0;
}
div#footer div#footerMap p.subtitle{
    /* width: 316px; */
    font: normal 12px "botonitalic", Arial, Helvetica, sans-serif;
    color: #333;
    text-align: center;
    line-height: 15px;
    margin: 10px 0;
}
div#footer div#footerMap p.title img{vertical-align: middle;}
div#footer div#footerMap p{
    width: 140px;
    font: normal 22px "botonitalic", Arial, Helvetica, sans-serif; color:#333; text-align: center; line-height: 30px;
    margin: 40px 0 0 175px;
}
div#footer div#footerMap p img{vertical-align: middle;}
div#footer div#footerMap p em{font-style: normal; font-weight: normal; font-size: 14px;}
div#footer div#footerMap ul{
    position: relative;
    width: 151px; height: 138px;
    background: url("../images/background/map-france.png") no-repeat 0 0;
    margin: -85px 0 0 30px;
}
div#footer div#footerMap ul li{
    position: absolute;
    font: normal 11px Arial, Helvetica, sans-serif;
    color:#fff;
}
div#footer div#footerMap ul li.paris{top: 29px; left: 95px;}
div#footer div#footerMap ul li.lyon{top: 72px; left: 94px;}
div#footer div#footerMap ul li.stetienne{top: 104px; left: 58px;}
div#footer div.footerCol{
}
div#footer div.footerCol p{
    font: normal 16px "botonitalic", Arial, Helvetica, sans-serif; color:#333; text-align: left; line-height: 65px;
    padding: 0 0 0 20px;
    background: url("../images/picto/diamond.png") no-repeat 5px 25px;
}
div#footer div.footerCol ul{
    padding: 0 0 0 20px; margin: -10px 0 0 0;
}
div#footer div.footerCol ul li{
    margin: 0 0 8px 0;
}
div#footer div.footerCol ul li a{
    font: normal 12px Arial, Helvetica, sans-serif;
    color:#383838;
    text-align: left;
    line-height: 15px;
    text-decoration: none;
}
div#footer div.footerCol ul li a:hover{text-decoration: underline;}
div#footer p.adress{
    width: 215px;
    height: auto;
    padding:6px 15px;
    font: normal 12px Arial, Helvetica, sans-serif;
    color:#383838;
    text-align: left;
    line-height: 18px;
    border-top: 1px dotted #787878;
}
.hide{
    display: none;
}

/****** STYLE RGPD ******/
.template-rgpd{

}
.checkbox-rgpd,
.label-rgpd{
    font: normal 14px Arial, Helvetica, sans-serif;
}
.template-rgpd a,
.checkbox-rgpd a,
.label-rgpd a{
    color: #CC0025;
}
.template-rgpd a:hover,
.checkbox-rgpd a:hover,
.label-rgpd a:hover{
    opacity: .8;
}
div.template-rgpd h1.titre1{
    height: 25px;
    font: normal 24px "botonitalic", Arial, Helvetica, sans-serif;
    color: #333;
    text-align: left;
    line-height: 25px;
    border-bottom: 1px solid #CC0025;
    margin: 0 11px 40px 0;
}
/*
 * Richtext
 */
div.template-rgpd h2.titre2{
    margin: 0 0 20px 15px;
    padding-left: 10px;
    background: url("../images/picto/arrow-right-cc0025.png") no-repeat 0 7px;
    font: normal 18px Arial, Helvetica, sans-serif;
    color: #403D40;
    line-height: 20px;
}
div.template-rgpd h3.titre3{
    padding: 15px;
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #333;
    text-align: left;
    line-height: 25px;
}
div.template-rgpd img{
    display: block;
}
div.template-rgpd a{
    font: bold 16px Arial, Helvetica, sans-serif;
}
div.template-rgpd p,
div.template-rgpd ul,
div.template-rgpd ol{
    font: normal 16px Arial, Helvetica, sans-serif; color: #333; line-height: auto;
    margin: 0;
}
div.template-rgpd ul li,
div.template-rgpd ol li{
    margin: 5px 0;
}
div.template-rgpd ul p,
div.template-rgpd ol p{
    margin: 0;
}
div.template-rgpd ul,
div.template-rgpd ol{
    font: normal 16px Arial, Helvetica, sans-serif; color: #333; line-height: 16px;
    list-style-position: outside;
    margin: 15px 20px;
}
div.template-rgpd ul{
    font-size: 16px;
    list-style-type: disc;
}
div.template-rgpd ol{
    list-style-type: decimal;
}
div.template-rgpd table,
div.template-rgpd table td{
    border: 1px solid #666;
    margin: 15px 0;
}
div.template-rgpd table th p{
    font: bold 16px Arial, Helvetica, sans-serif;
}
div.template-rgpd table td{
    font-size: 16px; color: #3d3d3d; text-align: center;
    padding: 5px;
}
div.template-rgpd table td.entete{
    background-color: #000;
    border-bottom-width: 1px;
    color: #fff; text-transform: uppercase; text-align: center;
}
div.template-rgpd .corps {
    padding: 15px;
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #333;
    text-align: left;
    line-height: 18px;
}
div.template-rgpd ul {
    padding-left:15px;
}
div.template-rgpd ul li {
    font: normal 16px Arial, Helvetica, sans-serif;
}
div.template-rgpd ul li ul li {
    list-style: square;
}

/****** BANDEAU COOKIE ******/
#message-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ca0025;
    background: -moz-linear-gradient(top, #ca0025 0%, #95001b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ca0025), color-stop(100%,#95001b));
    background: -webkit-linear-gradient(top, #ca0025 0%,#95001b 100%);
    background: -o-linear-gradient(top, #ca0025 0%,#95001b 100%);
    background: -ms-linear-gradient(top, #ca0025 0%,#95001b 100%);
    background: linear-gradient(to bottom, #ca0025 0%,#95001b 100%);
    padding: 20px 0;
    z-index: 10000;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.2);
}
#message-cookie p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
    font:normal 16px Arial, Helvetica, sans-serif;
    color:#fff;
}
#message-cookie .lien-cookie{
    text-align: center;
}
#message-cookie a {
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font:normal 16px Arial, Helvetica, sans-serif;
}
#message-cookie a:hover {
    background: #fff;
    color: #ca0025;
    text-decoration: none;
}

/****** POPIN RGPD ******/
#cboxLoadedContent{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
#cboxLoadedContent #popin-rgpd{
    width: 80%;
}
#cboxLoadedContent #popin-rgpd h3{
    margin-bottom: 20px;
    font: bold 20px Arial, Helvetica, sans-serif;
    color: #333;
    text-align: left;
    line-height: 25px;
}
#cboxLoadedContent #popin-rgpd .wrap-boutons{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 20px auto 10px;
}
#cboxLoadedContent #popin-rgpd p {
    font: normal 16px Arial, Helvetica, sans-serif;
    color: #333;
}
#cboxLoadedContent #popin-rgpd p a{
    color: #cc0025;
}
#cboxLoadedContent #popin-rgpd p a:hover{
    text-decoration: none;
    opacity: .8;
}
#cboxLoadedContent #popin-rgpd .wrap-boutons a{
    display: block;
    width: 200px;
    height: 32px;
    font: normal 16px Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    border-radius: 5px;
    background: rgb(204,0,37);
    background: -moz-linear-gradient(top, rgba(204,0,37,1) 0%, rgba(122,10,23,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,0,37,1)), color-stop(100%,rgba(122,10,23,1)));
    background: -webkit-linear-gradient(top, rgba(204,0,37,1) 0%,rgba(122,10,23,1) 100%);
    background: -o-linear-gradient(top, rgba(204,0,37,1) 0%,rgba(122,10,23,1) 100%);
    background: -ms-linear-gradient(top, rgba(204,0,37,1) 0%,rgba(122,10,23,1) 100%);
    background: linear-gradient(to bottom, rgba(204,0,37,1) 0%,rgba(122,10,23,1) 100%);
    border: 0;
    cursor: pointer;
}
#cboxLoadedContent #popin-rgpd .wrap-boutons a.accept{
    background: rgb(59,181,94);
    background: -moz-linear-gradient(top, rgba(59,181,94,1) 0%, rgba(21,84,39,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,181,94,1)), color-stop(100%,rgba(21,84,39,1)));
    background: -webkit-linear-gradient(top, rgba(59,181,94,1) 0%,rgba(21,84,39,1) 100%);
    background: -o-linear-gradient(top, rgba(59,181,94,1) 0%,rgba(21,84,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(59,181,94,1) 0%,rgba(21,84,39,1) 100%);
    background: linear-gradient(to bottom, rgba(59,181,94,1) 0%,rgba(21,84,39,1) 100%);
}
#cboxLoadedContent #popin-rgpd .wrap-boutons a:hover,
#cboxLoadedContent #popin-rgpd .wrap-boutons a:focus{
    text-decoration:none;
    opacity: .8;
    border: none;
    outline: none;
}

/****** SLIDER BANDEAU PROMO - IMAGES ******/
#promotionsRow{
    clear: both;
}
#promotionsRow .bx-wrapper{
    position: relative;
    max-width: unset;
    margin : 60px auto !important;
    padding: 0;
    zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
#promotionsRow .bx-wrapper .bx-viewport{
    height: 350px;
    max-width: unset;
}
#promotionsRow .bx-wrapper .bx-controls{
    position: unset;
    top: unset;
    left: unset;
}
#promotionsRow .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
#promotionsRow .bx-wrapper .bx-prev {
    left: 0;
    background:url(../images/control-left.png) no-repeat center center;
}
#promotionsRow .bx-wrapper .bx-next {
    right: 0;
    background:url(../images/control-right.png) no-repeat center center;
}



/*///////////////////////////////////////////////////////////////////////////////////
// FANCYBOX - lib/fancybox/jquery.fancybox.css */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../lib/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../lib/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../lib/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../lib/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../lib/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../lib/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/*///////////////////////////////////////////////////////////////////////////////////
// RÉASSURANCES - style/promotions-row.css */

/****** PROMOTIONS ROW ******/
#promotionsRow{
	margin: 20px 0;
}
#promotionsRow .wrap-promo{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: start;
    align-items: start;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
#promotionsRow .wrap-promo .promo{}
#promotionsRow .wrap-promo .promo img{
	display: block;
	margin: 0 auto;
}


/*///////////////////////////////////////////////////////////////////////////////////
// INTERIEUR - style/interieur.css */



/*///////////////////////////////////////////////////////////////////////////////////
// PROCESSUS - style/processus.css */

div#wrapperShoppingCart{font: normal 12px Arial, Helvetica, sans-serif; color: #000;}
div#wrapperShoppingCart li{list-style: none;}
/* FIL ARIANE TUNNEL DE VENTE */
div#breadCrumbsSalesTunnel ol{
    clear: both; /* juste pendant l'intégration */
    width: 980px; height: 52px;
    padding: 0 0 5px 0;
    margin: 15px 0 0 0; /* juste pour Maison Alex */
}
div#breadCrumbsSalesTunnel ol li{
    float: left;
    width: 164px; height: 52px;
    font-weight: normal; font-size: 16px; line-height: 52px;
    border-right-width: 2px; border-right-style: solid;
    padding: 0 15px;
}
div#breadCrumbsSalesTunnel ol li:last-child{
    width: 166px;
    border-right: 0;
}
div#breadCrumbsSalesTunnel ol li span{
    font-style: italic; font-weight: bold; font-size: 35px; line-height: 52px;
    vertical-align: top;
    margin: 0 15px 0 0;
}
/* GENERAL */
label:hover{cursor: pointer;}
.alignL{text-align: left;}
.alignR{text-align: right;}
.alignC{text-align: center;}
.floatL{float: left;}
.width75{width: 75px;}
.width100{width: 100px;}
.width155{width: 155px;}
.width185{width: 185px;}
.width265{width: 265px;}
.mb10{margin-bottom: 10px;}
select, input[type="text"], input[type="password"] {
    padding:2px;
    border:1px solid #999;
    border-radius: 2px;
}
p.error{font-weight: bold; color:#cc0025;}
.dspInL,
table.salesTunnel td input.dspInL{display: inline;}
a.link, a.linkArrow{
    font-size: 12px;
    text-decoration: underline;
}
a.linkArrow{text-decoration: none;}
a.linkArrow span{text-decoration: underline;}
a.linkArrow:before{
    content: '>';
    margin-right: 5px;
    text-decoration: none;
}
a.linkArrow:hover span, a.link:hover{text-decoration: none;}
.title, table.salesTunnel tbody tr td div.help p.title{font-weight: normal; font-size: 20px; line-height: 20px;}
.stitle{
    font-weight: bold; font-size: 14px; line-height: 20px;
    border-bottom-width: 1px; border-bottom-style: dotted;
    margin: 5px 0;
}
.stitletext{
    font-style: italic; font-weight: normal; font-size: 14px; line-height: 16px;
    margin: 5px 0;
}
.text, .text-mini{
    font-weight: normal; font-size: 15px; line-height: 18px;
    margin: 5px 0;
}
.text-mini{font-size: 13px;}
.text a:hover, .text-mini a:hover{text-decoration: none;}
/* PANIER */
table.salesTunnel,
table.orderTracking{
    width: 100%;
    margin: 10px 0;
    font-weight: normal; font-size: 12px; line-height: 13px;
}
div#emptyBasket { height:400px; padding:20px; text-align: center;}
div#emptyBasket p { font-size: 20px;}

table.salesTunnel.paymentType td{vertical-align: middle;}
table.salesTunnel span{font-size: 14px; font-weight: bold; line-height: 14px;}
table.salesTunnel span.percent{font-size: 14px; line-height: 14px;}
table.salesTunnel span.TTCPrice{font-weight: bold; font-size: 14px; line-height: 14px;}
table.salesTunnel span.large{font-weight: bold; font-size: 16px; line-height: 30px;}
table.salesTunnel span.xlarge{font-weight: bold; font-size: 18px; line-height: 35px;}
table.salesTunnel span.xxlarge{font-weight: bold; font-size: 24px; line-height: 40px;}
table.salesTunnel thead th,
table.orderTracking thead th{font-weight: bold; font-size: 14px; line-height: 40px; white-space: nowrap;}
table.salesTunnel tbody tr td{border-bottom-width: 1px; border-bottom-style: solid;}
table.salesTunnel tbody tr td.emptyCell{border: 0;}
table.salesTunnel.deliveryMode tbody tr td, table.salesTunnel.paymentType tbody tr td, table.salesTunnel.summary tbody tr td{
    border-top-width: 0;
    padding-top: 10px; padding-bottom: 10px;
}
table.salesTunnel th,
table.salesTunnel td,
table.orderTracking td{padding: 4px 8px;}
table.salesTunnel td{ vertical-align: middle;}
table.salesTunnel td.sideBySidePrice{ padding-left: 2px; padding-right: 2px; white-space: nowrap;}
table.salesTunnel td div.picture{
    float: left;
    width: 30px; height: 30px;
    margin: 0 5px 0 0;
}
table.salesTunnel input.qte{
    display: block;
    width: 20px;
    margin: 0 5px;
}
table.salesTunnel input.promoCode{width: 100%;}
table.salesTunnel td.textCGV{padding: 10px; border:0;}
table.salesTunnel td.textCGV input{margin: 0 5px 0 0;}
table.salesTunnel td.textCGV p{font-weight: normal; font-size: 14px; line-height: 16px; text-align: center;}
table.salesTunnel td.textCGV p a:hover{text-decoration: none;}
table.salesTunnel div#tdHelp{
    position: relative;
    width: 100%
}
table.salesTunnel td div.help{
    position: absolute; top: 42px; left: 15px;
    width: 480px;
    border-width: 1px; border-style: solid;
    padding: 10px 15px;
    overflow: hidden
}
table.salesTunnel tbody tr td div.help p.title {font-size:18px; line-height: 18px;}
table.salesTunnel td div.help p{
    font-weight: normal; font-size: 13px; line-height: 14px;
    margin: 0 0 5px 0;
}
table.salesTunnel td div.help ul li{
    line-height: 20px;
    padding: 0 0 0 10px;
}
table.salesTunnel td div.help ul{padding: 0 0 10px 0;}
table.salesTunnel td div.img-call {width:60px; height:60px; background-position: -5px;}
table.salesTunnel td div.help p.telephone{
    float: left;
    width: 260px;
    font-weight: normal; font-size: 30px; line-height: 18px;
    margin: 0 0 0 15px; padding-top: 12px;
}
table.salesTunnel td div.help p.telephone em{font-style: italic; font-weight: normal; font-size: 12px; line-height: 28px;}
table.salesTunnel table.garantie tr td {
    border:none;
    padding:8px;
}
table.salesTunnel table.garantie {
    width:100%;
}
table.salesTunnel table.garantie tr td {
    vertical-align: middle;
    height:30px;
}
table.salesTunnel table.garantie tr td label {
    font-weight: bold;
}

table.salesTunnel table.garantie tr td.radio-btns {
    line-height: 20px;
}
table.salesTunnel table.garantie tr td input[type="radio"] {
    margin:4px;
}
i.info {
    font-style: italic; font-size: 11px; line-height: 20px;
}
/* Images */
div.img-call, div.img-mail, div.img-CB, div.img-paypal, div.img-cheque{
    width: 70px; height: 70px;
    border-radius: 35px;
}
div.img-call{background-image: url("../images/processus/img-call.png");}
div.img-mail{background-image: url("../images/processus/img-mail.png");}
div.img-CB{background-image: url("../images/processus/img-CB.png");}
div.img-paypal{background-image: url("../images/processus/img-paypal.png");}
div.img-cheque{background-image: url("../images/processus/img-cheque.png");}
/* Boutons */
.btn-micro{
    display: inline-block;
    width: 18px; height: 18px;
    border-radius: 9px;
    font-weight: normal; font-size: 13px; text-decoration: none; text-align: center; line-height: 18px;
    cursor: pointer;
}
.btn-micro span{
    display: block;
    width: 18px; height: 18px;
}
.btn-micro span.delete{background: url("../images/processus/sprite-item.png") no-repeat -3px -2px;}
.btn-micro span.plus{background: url("../images/processus/sprite-item.png") no-repeat -3px -33px;}
.btn-micro span.minus{background: url("../images/processus/sprite-item.png") no-repeat -3px -63px;}
.btn-micro span.ask{background: url("../images/processus/sprite-item.png") no-repeat -3px -92px;}
.btn-mini{
    display: inline-block;
    height: 20px;
    border-radius: 3px;
    font-weight: normal; font-size: 12px; text-decoration: none; text-align: center; line-height: 20px;
    padding: 0 5px;
}
.btn{
    display: inline-block;
    height: 27px;
    border-radius: 5px;
    font-weight: normal; font-size: 12px; text-decoration: none; text-align: center; line-height: 27px;
    padding: 0 12px;
}
.btn-xlarge{
    display: inline-block;
    height: 45px;
    border-radius: 5px;
    font-weight: normal; font-size: 20px; text-decoration: none; text-align: center; line-height: 45px;
    padding: 0 20px;
    border: 0;
    cursor: pointer;
}
.btn-back{}
/* Icones des boutons */
span.icon-shoppingcart{
    display: inline-block;
    width: 22px; height: 17px;
    background: url("../images/processus/icon-shoppingcart.png") no-repeat 0 0;
    vertical-align: middle;
    margin: 0 8px 2px 0;
}
span.icon-print{
    display: inline-block;
    width: 17px; height: 17px;
    background: url("../images/processus/icon-print.png") no-repeat 0 0;
    vertical-align: middle;
    margin: 0 10px 3px 0;
}
span.icon-lock-large{
    display: inline-block;
    width: 17px; height: 23px;
    background: url("../images/processus/icon-lock-large.png") no-repeat 0 0;
    vertical-align: middle;
    margin: 0 10px 6px 0;
}
/* CONNECTION */
#connectionContent h2 {
    font: normal 24px "botonitalic", Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #cc0025;
    margin:10px 100px;
}
#connectionContent p.desc {
    padding:0 100px;
}
div#accountExist, div#accountNew{
    float: left;
    width: 270px; height: 265px;
    margin: 20px 0 20px 100px;
    border-width: 1px; border-style: solid;
    border-radius: 10px;
    padding: 20px;
}
div#accountExist div.container, div#accountNew div.container{height: 210px;}
div#accountExist input[type="text"],
div#accountExist input[type="password"]{
    font-size: 14px;
    margin: 2px 0 5px 0;
}
div#accountNew{
    width: 420px;
    margin-left: 16px;
}
div#accountNew .greybox {
    padding:10px; text-align: center;
    background-color:#EEE;
}
div#question{
    float: left;
    width: 746px;
    border-width: 1px; border-style: solid;
    padding: 20px; margin: 0 0 20px 107px;
}
table.servicesList{
    width: auto;
    margin: 0 auto;
}
table.servicesList td{
    width: 33%;
    padding: 10px; margin: 0 0 0 15px;
    text-align: center;
}
table.servicesList td>div{margin: 0 15px 0 0;}
table.servicesList td p{font-size: 18px; line-height: 20px;}
table.servicesList td p em{font-style: italic; font-weight: normal; font-size: 12px;}
/* CREATION COMPTE */
div#creationContent{
    position: relative;
    width: 540px;
    margin: 20px auto;
    border-width: 1px; border-style: solid;
    border-radius: 10px;
    padding: 20px 40px;
}
div#creationContent table{
    width: 100%;
    margin: 10px 0 20px 0;
}
div#creationContent table td{
    width: 50%;
    padding: 5px 0;
    text-align: left;
    font-weight: normal; font-size: 14px;
}
/* MON COMPTE */
div#account_links,
div#account_links_pro {
    display:block; width:100%; margin:auto;
    padding:15px 0 0 0;
    line-height: 20px;
    text-align: center;
}
div#account_links_pro { width:620px; }
div#account_links a,
div#account_links_pro a {
    display:inline-block; vertical-align: middle;
    /* width:120px; */
    margin-left:30px;
    padding: 0 0 0 12px;
    background: url("../images/picto/arrow-right-cc0025.png") no-repeat 0 7px;
    color:#000; text-decoration: none;
}

div#account_links_pro a { width:117px; margin-left:25px; }
div#account_links a:hover,
div#account_links_pro a:hover { text-decoration: underline;}
div.not_valid {
    background-color:#F66;
    padding:3px 0;
    font-weight: bold; color:#FFF;
}
div.valid {
    background-color:#3A3;
    padding:3px 0;
    font-weight: bold; color:#FFF;
}
/* SUIVI DE COMMANDE cf. PANIER */
div#orderTrackingContent{
    width: 900px;
    margin: 20px auto;
    border-width: 1px; border-style: solid;
    border-radius: 10px;
    padding: 20px;
}
div#orderTrackingContent td{
    vertical-align: middle;
    padding: 5px 0;
}
div#orderTrackingContent td.desc{
    color: #666; text-align: justify;
    border-top-size: 1px; border-top-style: dotted;
    padding: 10px;
}

div#orderTrackingContent td a.button {
    height: 20px;
    padding: 3px 10px; margin: 6px 0 0 10px;
    background-color: #cc0025;
    font: normal 12px Arial, Helvetica, sans-serif; color: #fff; line-height: 20px; text-decoration: none;
    border-radius: 3px;
}
div#orderTrackingContent td a.button:hover { background-color:#2f2f2f;}
div#orderTrackingContent td a:hover{text-decoration: none;}
/* LIVRAISON & PAIEMENT */
div#delivery, div#summary{
    float: left;
    width: 540px;
    margin: 20px 0  20px 10px;
    border-width: 1px; border-style: solid;
    border-radius: 10px;
    padding: 20px;
}
div#delivery iframe#iframeTarget {
    width: 550px;
    height: 1100px;
}
div#summary{
    width: 356px;
    margin-left: 20px;
    padding-left: 0; padding-right: 0;
}
div#summary div.container{padding: 5px 10px 0 8px;}
ul.adressList{
    overflow: hidden;
    margin: 0 0 10px 0;
}
ul.adressList li{
    float: left;
    width: 180px;
    margin: 0 10px 0 0;
}
ul.adressList li p.title{font-size: 12px;}
ul.adressList li p.stitle{font-size: 13px;}
ul.adressList li p.address{line-height: 18px;}
p.address{
    font-size: 14px;
    margin: 10px 0 15px 0;
}
h1.h1TitrePage {
    height: 25px;
    font: normal 24px "botonitalic", Arial, Helvetica, sans-serif;
    color: #333;
    text-align: left;
    line-height: 25px;
    margin: 15px 11px;
    border-bottom: 1px solid #cc0025;
}
h2.h2TitrePage {
    margin: 15px 11px;
}
form#formPaiement {
    margin:20px 0;
}
/* RECAPITULATIF */
div#summaryContent{padding: 12px;}
div#summaryContent ul.adressList li{
    width: 195px;
    margin: 0 10px 0 0;
}
div.headCentre {
    margin:10px 0;
    padding:3px;
    font-weight: bold;
    background-color:#95001b; color:#FFF;
}
div.ssTotalCentre {
    margin:10px 0 20px 0;
    padding:5px 10px;
    background-color:#DDD; color:#383d3f;
    font: bold 16px Arial, sans-serif; line-height: 20px; text-align: right;
}
/* COLORBOX MENTIONS LEGALES */
#cboxClose {margin-right:20px;}
/* ANTISPAM */
div#content table td.antispamText{
    vertical-align: middle;
    height: auto;
    padding: 0; margin: 0;
}
div#content table td.antispamText img{display: block;}
/* Mise en valeur panier */
div.mev{
    border: 1px dashed #ccc;
    background-color: #efefef;
    padding: 15px 20px; margin: 15px;
    overflow: hidden;
}
div.mev p,
p.mev{
    font-size: 13px; line-height: 20px;
    margin: 0 0 10px 0;
}
div.mev ul li{
    float: left;
    width: 36%;
    background-color: #ddd;
    margin: 0 5%; padding: 2%;
}
p.mev{margin: 15px 36px 10px 36px;}
div.mev textarea{
    width: 99.4%; height: 80px;
    font: normal 12px Arial, Helvetica, sans-serif; color: #000;
}



/*///////////////////////////////////////////////////////////////////////////////////
// PROCESSUS THEME - style/processus-theme.css */

/* COULEURS FIL ARIANE TUNNEL DE VENTE */
div#breadCrumbsSalesTunnel ol{background: #95001b;}/* Fond fil ariane */
div#breadCrumbsSalesTunnel ol li{/* Onglet fil ariane désactivé */
    color: #aaa;
    border-right-color: #fff;
    background: #7c7c7c;
    background: -moz-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7c7c), color-stop(100%,#4d4d4d));
    background: -webkit-linear-gradient(top, #7c7c7c 0%,#4d4d4d 100%);
    background: -o-linear-gradient(top, #7c7c7c 0%,#4d4d4d 100%);
    background: -ms-linear-gradient(top, #7c7c7c 0%,#4d4d4d 100%);
    background: linear-gradient(to bottom, #7c7c7c 0%,#4d4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#4d4d4d',GradientType=0 );
}
div#breadCrumbsSalesTunnel ol li span{color: #d0d0d0;}/* Chiffres des étapes */
div#breadCrumbsSalesTunnel ol li.over{/* Onglet fil ariane activé */
    color: #fff;
    background: #95001b;
    background: -moz-linear-gradient(top, #ca0025 0%, #95001b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ca0025), color-stop(100%,#95001b));
    background: -webkit-linear-gradient(top, #ca0025 0%,#95001b 100%);
    background: -o-linear-gradient(top, #ca0025 0%,#95001b 100%);
    background: -ms-linear-gradient(top, #ca0025 0%,#95001b 100%);
    background: linear-gradient(to bottom, #ca0025 0%,#95001b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca0025', endColorstr='#95001b',GradientType=0 );
}
div#breadCrumbsSalesTunnel ol li.over span{color: #fff;}/* Couleur texte onglet */
/* GENERAL */
a.link, a.linkArrow{color: #95001b;}
.title{color: #353637;}
.stitle{
    color: #333333;
    border-bottom-color: #95001b;
}
.stitletext{color: #585858;}
.text, .text-mini{color: #232323;}
.text a, .text-mini a{color: #95001b;}
/* PANIER */
table.salesTunnel{
    background-color: #fff;
    color: #535353;
}
table.salesTunnel .btn{color: #fff;}
table.salesTunnel span{color: #313131;}
table.salesTunnel span.percent{color: #929597;}
table.salesTunnel span.TTCPrice{color: #383d3f;}
table.salesTunnel span.large{color: #383d3f;}
table.salesTunnel span.xlarge{color: #95001b;}
table.salesTunnel span.xxlarge{color: #95001b;}
table.salesTunnel thead th,
table.orderTracking thead th{
    color: #000;
    background: #e1e1e1;
    background: -moz-linear-gradient(top, #ffffff 80%, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,#ffffff), color-stop(100%,#e1e1e1));
    background: -webkit-linear-gradient(top, #ffffff 80%,#e1e1e1 100%);
    background: -o-linear-gradient(top, #ffffff 80%,#e1e1e1 100%);
    background: -ms-linear-gradient(top, #ffffff 80%,#e1e1e1 100%);
    background: linear-gradient(to bottom, #ffffff 80%,#e1e1e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 );
}
table.salesTunnel tbody tr td{border-bottom-color: #b4b4b4;}
table.salesTunnel td.textCGV p{color: #484848;}
table.salesTunnel td.textCGV p a{color: #484848;}
table.salesTunnel td div.help{border-color: #b4b4b4;}
table.salesTunnel td div.help p{color: #484848;}
table.salesTunnel td div.help p.telephone{color: #95001b;}
table.salesTunnel td div.help p.telephone {color: #484848;}
table.salesTunnel a, table.salesTunnel button{color: #fff;}
/* Images */
div.img-call, div.img-mail, div.img-CB, div.img-paypal, div.img-cheque{background-color: #a1a1a1;}
/* Boutons */
.btn-micro{
    background: #4d4d4d;
    color: #fff;
}
.btn-micro.danger{background: #ce1406;}
.btn-micro.success{background: #1a981d;}
.btn-micro:hover{background: #aaaaaa;}
.btn-mini{
    background: #4d4d4d;
    color: #fff;
}
.btn-mini:hover{background: #95001b;}
.btn, .btn-xlarge{
    background: #ca0025;
    background: -moz-linear-gradient(top, #ca0025 0%, #95001b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ca0025), color-stop(100%,#95001b));
    background: -webkit-linear-gradient(top, #ca0025 0%,#95001b 100%);
    background: -o-linear-gradient(top, #ca0025 0%,#95001b 100%);
    background: -ms-linear-gradient(top, #ca0025 0%,#95001b 100%);
    background: linear-gradient(to bottom, #ca0025 0%,#95001b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca0025', endColorstr='#95001b',GradientType=0 );
    color: #fff;
}
.btn:hover, .btn-xlarge:hover{
    background: #b9bcbe;
    background: -moz-linear-gradient(top, #b9bcbe 0%, #909395 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9bcbe), color-stop(100%,#909395));
    background: -webkit-linear-gradient(top, #b9bcbe 0%,#909395 100%);
    background: -o-linear-gradient(top, #b9bcbe 0%,#909395 100%);
    background: -ms-linear-gradient(top, #b9bcbe 0%,#909395 100%);
    background: linear-gradient(to bottom, #b9bcbe 0%,#909395 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9bcbe', endColorstr='#909395',GradientType=0 );
}
.btn-back{
    background: #4d4d4d;
    color: #fff;
}
/* CONNECTION / CREATION COMPTE / LIVRAISON & PAIEMENT*/
div#accountExist,
div#accountNew,
div#question,
div#creationContent,
div#delivery,
div#summary,
div#orderTrackingContent{
    background-color: #fff;
    border-color: #b4b4b4;
}
ul.adressList li{color: #000;}
/* Tooltipster */
.tooltipster-custom{
    position:absolute; z-index:9999999;
    width:auto;
    font:normal 12px Arial, sans-serif; color:#383d3f; line-height:16px; text-align:justify;
    padding:20px;
    background:#ffffff;
    background:-moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1));
    background:-webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background:-o-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background:-ms-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background:linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
    border:3px solid #95001b;
    border-radius:4px;
    box-shadow:inset 0px 1px 0px #fff;
    pointer-events:none;
    overflow:visible;
}
.tooltipster-custom .tooltip-arrow{text-shadow:0px 2px 0px #95001b, 0px 1px 0px #95001b;}
.tooltipster-custom img{margin:0 10px 0 0;}
.tooltipster-custom strong{font-size:16px; line-height:20px;}
/* SUIVI DE COMMANDE cf. PANIER */
div#orderTrackingContent td.desc{
    border-top-color: #ccc;
    background: #f2f2f2;
}
div#orderTrackingContent td a{color: #2f2f2f;}
div#orderTrackingContent .info{color: #2f96b4;}
div#orderTrackingContent .success{color: #51a351;}
div#orderTrackingContent .warning{color: #f89406;}
div#orderTrackingContent .danger{color: #bd362f;}
div#orderTrackingContent .disabled{color: #999;}

div#delivery p {
    margin:5px 0;
    line-height: 16px;
}
table.garantie td {
    vertical-align: middle;
}
a#btn-print-panier {
    position:absolute;
    top:5px;
    left:20px;
}



/*///////////////////////////////////////////////////////////////////////////////////
// PAGES - style/richtext.css */

h1{
    margin: 0 0 40px 0;
}
/*
 * Richtext
 */
div.richtext h2{
    font: normal 28px Arial, Helvetica, sans-serif; color: #ff008a; line-height: auto;
}
div.richtext h3{
    font: normal 17px Arial, Helvetica, sans-serif; color: #ff008a; line-height: auto;
}
div.richtext img{
    display: block;
}
div.richtext a{
    font: bold 16px Arial, Helvetica, sans-serif; color: #333;
}
div.richtext p,
div.richtext ul,
div.richtext ol{
    font: normal 12px Arial, Helvetica, sans-serif; color: #333; line-height: auto;
    margin: 0;
}
div.richtext ul li,
div.richtext ol li{
    margin: 5px 0;
}
div.richtext ul p,
div.richtext ol p{
    margin: 0;
}
div.richtext ul,
div.richtext ol{
    font: bold 12px Arial, Helvetica, sans-serif; color: #333; line-height: 16px;
    list-style-position: outside;
    margin: 15px 20px;
}
div.richtext ul{
    font-size: 16px;
    list-style-type: disc;
}
div.richtext ol{
    list-style-type: decimal;
}
div.richtext table,
div.richtext table td{
    border: 1px solid #666;
    margin: 15px 0;
}
div.richtext table td{
    font-size: 12px; color: #3d3d3d; text-align: center;
    padding: 5px;
}
div.richtext table td.entete{
    background-color: #000;
    border-bottom-width: 1px;
    color: #fff; text-transform: uppercase; text-align: center;
}
/**
 * Styles définis
 */
div.richtext .titre1 {
    height: 25px;
    font: normal 24px "botonitalic", Arial, Helvetica, sans-serif;
    color: #333;
    text-align: left;
    line-height: 25px;
    margin: 0 11px;
    border-bottom: 1px solid #CC0025;
}
div.richtext .titre2 {
    margin-left: 15px;
    padding-left: 10px;
    background: url("../images/picto/arrow-right-cc0025.png") no-repeat 0 7px;
    font: normal 18px Arial, Helvetica, sans-serif;
    color: #403D40;
    line-height: 20px;
}
div.richtext .titre3 {
    padding: 15px;
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #333;
    text-align: left;
    line-height: 25px;
}
div.richtext .corps {
    padding: 15px;
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #333;
    text-align: left;
    line-height: 18px;
}
div.richtext ul {
    padding-left:15px;
}
div.richtext ul li {
    font: normal 14px Arial, Helvetica, sans-serif;
}
div.richtext ul li ul li {
    list-style: square;
}



