/*///////////////////////////////////////////////////////////////////////////////////
// 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 */



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

/* SERVICES ROW */
div#servicesRow{
    width: 960px;
    height: 50px;
    margin: 20px auto;
    background: url("../images/background/services2.jpg") no-repeat 0 0;
}
div#servicesRow ul{
    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;
}
div#servicesRow ul li{
    font: normal 14px "botonitalic", Arial, Helvetica, sans-serif; color:#333; text-align: left; line-height: 48px;
}
div#servicesRow ul li.service1,
div#servicesRow ul li.service2,
div#servicesRow ul li.service3,
div#servicesRow ul li.service4{
    position: relative;
    padding-left: 45px;
}
div#servicesRow ul li.service1:before,
div#servicesRow ul li.service2:before,
div#servicesRow ul li.service3:before,
div#servicesRow ul li.service4:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
div#servicesRow ul li.service1:before{
    background: url("../images/picto/clock.jpg") no-repeat center center;
    background-size: contain;
    width: 31px;
    height: 31px;
}
div#servicesRow ul li.service2:before{
    background: url("../images/picto/livraison.png") no-repeat center center;
    background-size: contain;
    width: 38px;
    height: 20px;
}
div#servicesRow ul li.service3:before{
    background: url("../images/picto/star.jpg") no-repeat center center;
    background-size: contain;
    width: 31px;
    height: 31px;
}
div#servicesRow ul li.service4:before{
    background: url("../images/picto/quality.jpg") no-repeat center center;
    background-size: contain;
    width: 38px;
    height: 20px;
}
/*div#servicesRow ul li.service1{margin: 0 0 0 100px;}
div#servicesRow ul li.service2{margin: 0 0 0 30px;}
div#servicesRow ul li.service3{margin: 0 0 0 80px;}
div#servicesRow ul li.service4{margin: 0 0 0 6*/0px;}

div#servicesRow ul li p {
    display: block;
    margin-top:17px;
    line-height: 14px;
}
div#servicesRow ul li span {
    display: block;
    font-size:10px;
    line-height: 14px;
    color: #888;
}



/*///////////////////////////////////////////////////////////////////////////////////
// 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;
}



