@charset "UTF-8";/* Css/PC/block/contextualizedNav.css */
/******************************
* contextualizedNav.css
******************************/
.contextualizedNav .departments {
    background-color: #fff;
    display: block;
    margin-bottom: 2px;
    position: relative;
    width: 100%;
    z-index: 50;
}

.contextualizedNav .departments .departmentslist {
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.15);
    display: block;
    font-size: 0; /* hack pour supprimer l'espace entre des inline-block */
    padding: 0 10px;
    white-space: nowrap;
}
.contextualizedNav .departments .departmentslist .departmentsitem {
    border-bottom: 2px solid transparent;
    display: inline-block;
    list-style: none;
    vertical-align: middle;
}
.contextualizedNav .departments .departmentslist .departmentsitem a {
    text-decoration: none;
}
.contextualizedNav .departments .departmentslist .departmentsitem:not(:first-child).hover {
    border-bottom: 2px solid #e23a05;
}
.contextualizedNav .departments .departmentslist .departmentsitem:not(:first-child).hover .subdepartments {
    height: auto;
}
.contextualizedNav .departments .departmentslist .departmentsitem .departmentsname {
    display: block;
    font-size: 12px;
    padding: 12px 12px;
    white-space: nowrap;
}
.contextualizedNav .departments .departmentslist .departmentsitem:first-child .departmentsname {
    color: #323232;
    font-size: 14px;
    font-weight: bold;
}
.contextualizedNav .departments .departmentslist .departmentsitem:not(:first-child).hover .departmentsname {
    color: #e23a05;
}
.contextualizedNav .departments .chevron {
    display: inline-block;
    height: 8px; /* Height should be double border */
    position: relative;
    width: 8px;
}
.contextualizedNav .departments .chevron:before,
.contextualizedNav .departments .chevron:after {
    border: 4px solid transparent; /* Chevron Size */
    content: "";
    display: block;
    position: absolute;
}
.contextualizedNav .departments .chevron:before {
    border-top-color: #bebebe; /* Replace text `top` with left/right/bottom to rotate the chevron - Chevron Color */
    top: 3px; /* Replace text `top` with left/right/bottom to rotate the chevron - Change value for vertical-align */
}
.contextualizedNav .departments .chevron:after {
    border-top-color: #fff; /* Replace text `top` with left/right/bottom to rotate the chevron - Match background color */
    top: 1px; /* Replace text `top` with left/right/bottom to rotate the chevron - Chevron thickness*/
}
.contextualizedNav .subdepartments {
    background-color: #fff;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.15);
    display: block;
    font-size: 0; /* hack pour supprimer l'espace entre des inline-block */
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 42px;
    width: 100%;
    z-index: -1;
}
.contextualizedNav .subdepartments .subdepartmentslist {
    display: inline-block;
    padding: 0 10px;
}
.contextualizedNav .subdepartments .subdepartmentslist .subdepartmentsitem {
    border-bottom: 2px solid #fff;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 115px;
}
.contextualizedNav .subdepartments .subdepartmentslist .subdepartmentsitem .subdepartmentsimg {
    display: block;
    height: 105px;
    margin: 10px 5px;
    overflow: hidden;
    position: relative;
    width: 105px;
}
.contextualizedNav .subdepartments .subdepartmentslist .subdepartmentsitem .subdepartmentsimg img {
    height: 85px;
    margin-top: 10px;
    width: 85px;
}
.contextualizedNav .subdepartments .subdepartmentslist .subdepartmentsitem:not(.service) .subdepartmentsimg:after {
    background-color: rgba(0,0,0,0.05);
    border-radius: 55px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 0.1s;
    width: 100%;   
}
.contextualizedNav .subdepartments .subdepartmentslist .subdepartmentsitem:not(.service).hover .subdepartmentsimg:after {
    transform: scale(1);
 }
.contextualizedNav .subdepartments .subdepartmentslist .subdepartmentsitem .subdepartmentsname {
    display: block;
    font-size: 12px;
    height: 29px;
    margin: 0 10px 14px 10px;
    overflow: hidden;
    white-space: normal;
}
.contextualizedNav .subdepartments .subdepartmentslist .subdepartmentsitem.hover .subdepartmentsname {
    color: #e23a05;
}
.contextualizedNav .subdepartments .subdepartmentslist .subdepartmentsitem.sponso {
    height: 170px;
}
.contextualizedNav .subdepartments .subdepartmentslist .subdepartmentsitem.sponso a:after {
    color: #878787;
    content: "Sponso";
    font-size: 11px;
    line-height: 11px;
}
.contextualizedNav .subdepartments .subdepartmentslist .subdepartmentsitem.sponso .subdepartmentsname {
    height: auto;
    margin-bottom: 0;
    max-height: 29px;
}
.contextualizedNav .subdepartments .subdepartmentslist .subdepartmentsitem.service {
    display: none;
    margin-left: 20px;
}
.contextualizedNav .subdepartments .subdepartmentslist .subdepartmentsitem.service:before {
    background-color: #d7d9e4;
    content: "";
    display: block;
    height: 140px;
    left: -10px;
    position: absolute;
    top: 15px;
    width: 1px;
}
.contextualizedNav .departments .departmentsitem:first-child {
    height: 38px;
    width: 200px;
}

.contextualizedNav .departments .departmentsitem:first-child a {
    height: 38px;
    width: 200px;
    line-height: 40px;
    text-align: center;
}

.contextualizedNav .departments {
    height: 40px;
}
.cdsIconNav {
    font-size: 24px;
    display: block;
    border-right: 1px solid #d7d9e4;
    padding: 0px 24px;
}

/* on masque le menu contextualisé en dessous de 1024 */
@media only screen and (max-width: 1023px) {
    div .tetiere.contextualizedNav {
        display: none;
    }
}

@media only screen and (min-width: 1280px) {
    .contextualizedNav .subdepartments .subdepartmentslist .subdepartmentsitem.service {
        display: inline-block;
    }
}
/* Css/PC/page/pa.css */
/**
* Porte Avion CSS
*
* 1. SLIDER TOP - extracted to sliderPA.css
* 2. MODULE CONTENT
* 3. AUTRES BLOCS
* 4. MEDIA QUERIES
**/

/** 2. MODULE CONTENT **/
#paContent > div:not(.overPa1600):not(.scTTdg),
#paContent > ul:not(.overPa1600),
#paContent2 > div:not(.overPa1600):not(.scTTdg),
#paContent2 > ul:not(.overPa1600),
#footer > div:not(.overPa1600) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1620px;
    padding-left: 10px;
    padding-right: 10px;
}

.shopBloc {
    margin: 50px 10px;
    clear: both;
}

.shopBlocLeft {
    border-bottom: 1px solid #e3e4ec;
    border-left: 1px solid #e3e4ec;
    border-top: 1px solid #e3e4ec;
    float: left;
    height: 700px;
    padding: 0 0 40px;
    position: relative;
    width: 490px;
}

.shopLImg, .shopLImgTit {
    background: no-repeat 0 0;
    display: block;
    height: 80px;
    text-decoration: none;
}

.shopLImg {
    background-position: center center;
    height: 364px;
}

.shopLText, .shopLBrand {
    margin: 20px 10px 0;
    overflow: hidden;
}

    .shopLText strong, .shopLBrand strong {
        font-size: 1.35em;
        line-height: 1em;
    }

    .shopLText li {
        list-style: disc inside;
        float: left;
        width: 33.33%;
        margin: 16px 0 0;
    }

    .shopLText a:hover {
        text-decoration: underline;
    }

    .shopLBrand li {
        display: inline-block;
        margin: 5px 0 0;
    }

        .shopLBrand li + li {
            margin-left: 40px;
        }

    .shopLText a, .shopLBrand a {
        text-decoration: none;
    }

    .shopLBrand a {
        display: block;
    }

    .shopLBrand img {
        max-height: 40px;
    }

.shopLBottom {
    background: #e3e4ec;
    bottom: 0;
    color: #8689a3;
    font-size: 1.2em;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 100%;
}

    .shopLBottom a {
        color: #8689a3;
        font-weight: normal;
    }

.shopCar {
    overflow: hidden;
    position: relative;
}

.shopCrUl {
    border: solid #e3e4ec;
    border-width: 1px 1px 0 1px;
    height: 660px;
    overflow: hidden;
}

.shopCrItem {
    float: left;
    overflow: hidden;
    width: 50%;
}

    .shopCrItem + .shopCrItem {
        border-left: 1px solid #e3e4ec;
    }

.shopCrPdt > a {
    display: block;
    height: 310px;
    margin: 10px auto;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    width: 200px;
}

.shopCrPdt + .shopCrPdt {
    border-top: 1px solid #e3e4ec;
}

.shopCarImg {
    background: no-repeat center 0;
    display: block;
    height: 330px;
    text-decoration: none;
}

.shopCrPImg {
    display: block;
    margin: 0 auto;
}

.shopCrPInfos {
    overflow: hidden;
    padding: 0 0 0 10px;
    text-align: center;
}

.shopCrPdt .ecoBlk {
    top: 10px;
}

.shopCrPdt .sta {
    float: left;
    margin: 20px 5px;
}

.shopCrPdt .stroken, .shopCrPdt .price {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 1.35em;
}

.shopCrPdt .stroken {
    margin: 5px 0 0;
}

.shopCrPdt .sta + .price {
    margin-top: .4em;
}

.shopCrPdt .price {
    font-size: 2.35em;
    font-weight: normal;
    height: 30px;
    line-height: 20px;
    text-align: center;
}

.shopCrPdt sup {
    font-size: .59em;
    vertical-align: .59em;
}

.shopCrPdt .priceS {
    font-size: 2em;
    line-height: 1.25em;
}

.shopCrPTitle {
    clear: both;
    display: table;
    table-layout: fixed;
    height: 70px;
    margin: 5px 0 0;
    width: 100%;
}

.shopCrPBrand, .shopCrPName {
    display: table-cell;
    line-height: 1.2em;
    vertical-align: middle;
}

.shopCrPBrand {
    border-right: 1px solid #e3e4ec;
    min-width: 85px;
}

.shopCrPName {
    font-weight: bold;
    padding: 0 0 0 5px;
    word-wrap: break-word;
}

.shopCrArrows {
    background: #e3e4ec;
    height: 40px;
    font-size: 1.1em;
}

.shopCrLeft, .shopCrRight {
    cursor: pointer;
    float: left;
    line-height: 30px;
    margin: 5px 10px;
}

.shopCrRight {
    float: right;
}

.shopCrArr {
    background: #fff;
    color: #2c465d;
    float: left;
    font-weight: bold;
    font-size: 3.2em;
    height: 30px;
    line-height: 24px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 30px;
}

.shopCrRight .shopCrArr {
    float: right;
    margin: 0 0 0 10px;
}

.shopLoader {
    background: url('https://www.cdiscount.com/RWD/op/op_load.gif') no-repeat center;
}

/** 3. AUTRES BLOCS **/
/* Old bloc mall bottom */
.paSmartMall {
    text-align: center;
}

.paSmartBlock {
    display: inline-block;
    margin: 20px;
}

.paSmartHead {
    font-size: .9em;
    padding: 0 0 5px;
    text-transform: uppercase;
}
/* New bloc mall bottom */
.mallBottom {
    margin: 20px;
}

.mallPub {
    height: 160px;
    overflow: hidden;
    text-align: center;
}

    .mallPub li {
        display: inline-block;
        margin: 20px;
    }

    .mallPub a {
        display: block;
    }

.mallBInfos {
    color: #a5a5a5;
    font-size: .8em;
    font-style: italic;
    margin: 20px 0;
    overflow: hidden;
}

    .mallBInfos a {
        color: #a5a5a5;
    }

    .mallBInfos ul {
        float: left;
        margin: 0 20px 0 0;
        width: 50%;
        width: calc(50% -10px);
    }

    .mallBInfos img {
        float: left;
        margin: 0 20px 20px 0;
    }
/* Imagelister override (only for PA) */
.imgList2, .imgList3, .imgList4 {
    margin: 20px 10px;
    padding: 0;
}

#gpt-R2-FLUIDX200HOMEPAGE, #gpt-R2-FLUIDX200BANDEAU-TRADE, #gpt-R2-FLUIDX150VIGNETTE-CRM-PC-FLUID-150, #gpt-R2-FLUIDX200BANDEAU-TRADE-PA-2 {
    margin: 0 10px;
    max-width: 1700px;
}
#paContent .carouAnimcoTitle {
    color: #293847;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

/** 4. MEDIA QUERIES **/
/** < BP 1023 **/
@media only screen and (max-width: 1023px) {
    /* bloc content */
    .shopBlocLeft {
        border-right: 1px solid #e3e4ec;
        float: none;
        height: auto;
        padding-bottom: 0;
        width: 100%;
    }

    .shopLText, .shopLBrand, .shopLBottom {
        display: none;
    }

    .shopCrItem {
        width: 33.33%;
    }
    /* mall pub */
    .mallBInfos ul {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }
}
/** > BP 1280 **/
@media only screen and (min-width: 1280px) {
    .shopBloc {
        margin-left: 50px;
        margin-right: 50px;
    }

    .shopCrItem {
        width: 33.33%;
    }

    #gpt-R2-FLUIDX200HOMEPAGE, #gpt-R2-FLUIDX200BANDEAU-TRADE, #gpt-R2-FLUIDX150VIGNETTE-CRM-PC-FLUID-150, #gpt-R2-FLUIDX200BANDEAU-TRADE-PA-2 {
        max-width: 1700px;
        margin: 0 50px;
    }

    /* Department Lister */
    #paContent .departmentNavigation {
        margin: 10px 50px;
    }
}
/** >BP1600 **/
@media only screen and (min-width: 1600px) {
    #gpt-R2-FLUIDX200HOMEPAGE, #gpt-R2-FLUIDX200BANDEAU-TRADE, #gpt-R2-FLUIDX150VIGNETTE-CRM-PC-FLUID-150, #gpt-R2-FLUIDX200BANDEAU-TRADE-PA-2 {
        margin: 0 100px;
    }
    /* Department Lister */
    #paContent .departmentNavigation {
        margin: 10px 100px;
    }
}

/** >BP1920 **/
@media only screen and (min-width: 1920px) {
    .shopBloc {
        margin-left: 150px;
        margin-right: 150px;
    }

    div#gpt-R2-FLUIDX200HOMEPAGE, div#gpt-R2-FLUIDX200BANDEAU-TRADE, #gpt-R2-FLUIDX150VIGNETTE-CRM-PC-FLUID-150, #gpt-R2-FLUIDX200BANDEAU-TRADE-PA-2 {
        max-width: 1600px;
        margin: 0 150px;
    }
}

/* Css/PC/block/product.css */
/** 
	BLOC PRODUCT CSS
**/

 /*todo VARIABLE lien */
.prdtBloc .facilityP a {
	color: #096ec8;
	text-decoration: none;
}
.prdtBloc .facilityP a:hover {
	text-decoration: underline;
}
.pdtCrSC{
	font-size: .9em
}

html.isPro .displayToPro.prdtPrSt.prdtStrikedPriceBefore,
.prdtPInfoTC .prdtPrSt.prdtStrikedPriceAfter.displayToPro {
    display: none;
}

html.isPro .prdtPInfoTC .prdtPrSt.prdtStrikedPriceAfter.displayToPro {
    display: inline-block;
}

html.isPro .prdtPriceBloc .prdtPrice .price {
    font-size: 25px;
}

html.isPro .prdtPriceBloc .prdtPInfoTC .prdtPrSt {
    font-size: 12px;
}

html.isPro .prdtPriceBloc .prdtPInfoTC .prdtPrSt.displayToPro.isProStrikedPriceFontSize {
        font-size: 11px;
}

html.isPro .displayToPro.price.isProPriceFontSize {
    font-size: 21px;
}

.prdtBloc {
	background: #fff;
	display: block;
	height: 590px;
	position: relative;
	width: 100%;
}
.lpLight .prdtBImg {
	height: auto;
}
.lpLight .prdtBTit {
	height: 1.2em;
	padding: 0;
}
.lpLight .prdtBloc {
	height: 500px;
}
.lpLight .prdtOneSel, .lpLight .prdtTwoSel {
	height: 2.6em;
	padding: 7px .9em 0 0;
	overflow: hidden;
}
.lpLight .lpBNext + .prdtBTit, .lpLight .prdtBPCar + .prdtBTit {
	margin-top: 50px;
}
.lpLight .lpBNext + .prdtBStar, .lpLight .prdtBPCar + .prdtBStar {
	margin-top: 30px;
}
.lpLight .prdtOneSel + .prdtBTit, .lpLight .prdtTwoSel + .prdtBTit {
	margin-top: 35px;
}
.lpLight .vfEmpty+ .prdtBTit {
	margin-top: 25px;
}
.lpLight a + .prdtOneSel, .lpLight a + .prdtTwoSel {
	margin-top: 18px;
}
.lpLight .prdtOneSel select {
	width: auto;
}
.lpLight .prdtTwoSel select {
	max-width: 50%;
	width: auto;
}
.lpLight .prdtTwoSel select + select {
	float: none;
	margin-left: 10px;
	max-width: calc(50% - 10px);
	width: auto;
}
.lpLight .prdtPrSt, 
.prdtPriceBloc .prdtPInfoTC .prdtPrSt {
	font-size: 1.4em;
	height: 1.1em;
	text-decoration: line-through;
}
.prdtPriceBloc .prdtPInfoTC .prdtPrSt {
    font-size:16px;
    line-height: 12px;
}
.prdtPriceBloc .prdtBStart + .prdtPInfoTC {
    margin-top:0px;
}
.prdtPriceBloc .prdtPInfoTC, 
.prdtPriceBloc .prdtPrice{
    display: inline;
}
.prdtPriceBloc .prdtPInfoTC {
    margin-top: 21px;
    display: block;
    vertical-align: baseline;
}
.prdtPriceBloc .prdtPrice {
   font-size:26px;
   font-weight:normal; 
}
.prdtPriceBloc .prdtPEco {
    font-size:14px;
    white-space: nowrap;
}
.prdtPriceBloc .prdtStrikedPriceBefore {
    display:block;
}
.prdtPriceBloc .prdtStrikedPriceAfter {
    display:none;
}
.prdtPriceBloc .prdtBStart {
    margin: 5px 0px;
}
.prdtPriceBloc > .prdtBStart + .prdtPrice {
    margin:0px;
}
.prdtPriceBloc > .prdtPrice{
    margin-top: 38px;
}
.prdtPriceBloc .prdtPrice {
    display:inline-block;
}
.prdtPriceBloc .prdtPInfoTC + .prdtPrice {
    margin-top: 0px;
}
.prdtPriceBloc .prdtBStart + .prdtPInfoTC + .prdtPrice {
    margin: 0px;
}
.prdtPriceBloc .prdtPInfoTCAfter {
    margin-top:0px;
    margin-left:6px;
}
.prdtPriceBloc .prdtPrice .price {
    font-size:30px;
}
.prdtPriceBloc .perUnitPrice {
    color: #878787;
    font-size: 10.8px;
    font-weight: normal;
    margin: 2px 0 0;
    text-transform: lowercase;
}

html.isPro .prdtPriceBloc .perUnitPrice span.displayToPro {
    display: inline-block;
}

html.isPro .prdtPriceBloc .perUnitPrice span.hideFromPro {
    display: none;
}
.testPrdtBloc .prdtBZBtn .btAdd {
    margin: 1.1em auto 0;
} 
.lpLight .prdtBStar {
	padding-right: 1.1em;
	margin-top: 5px;
}
.lpLight .prdtCdav {
	height: 1.2em;
}
.lpLight .freeShipping {
    font-size: 10.8px;
    margin-top: 4px;
   text-align: left;
}
.lpLight .prdtBStart {
	margin-left: 3px;
	padding-left: 0.2em;
	position: absolute;
	top: 0px;
}
.lpLight .prdtPriceZone {
	bottom: 0;
	display: table;
	height: 95px;
	padding-right: 0;
	position: absolute;
	width: 100%
}
.lpLight .prdtBZPrice {
	display: table-cell;
	float: none;
	padding: 5px 0 0 0;
	vertical-align: top;
	width: 100%;
}
.lpLight .prdtPrice, .lpLight .prdtPInfoT {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.lpLight .prdtPrice, .prdtPriceBloc .prdtPrice{
	font-size: 2.3em;
	height: 0.9em;
}
.lpLight .prdtPInfoT {
	height: 1.6em;
	margin-left: 3px;
}
.lpLight .prdtPEco {
	font-size: 1em;
	margin-left: 3px;
}
.lpLight .prdtDetail {
	bottom: 15px;
	margin-left: 3px;
	position: absolute;
	width: 100%;
}
.lpLight .ttOverBlk {
	margin-right: 20px;
}
.lpLight .prdtBZBtn {
	display: table-cell;
	float: none;
	padding: 0 0 .9em 0;
	width: 120px;
}
.lpLight .prdtBZBtn .btAdd{
	margin: 0 auto 0;
	text-align: right;
}
.lpLight .opImg {
	margin-top: 10px;
	text-align: right;
}
.lpLight .opImg img {
	max-width: none;
}
.lpLight .mekakoPdt {
	height: 450px;
}
.prdtBloc>a {
	text-decoration: none;
}
.pdtCrSC .prdtBloc {
	margin: 0 auto;
	width: 284px;
}
/*Model Hors taille*/
.prdtOSize {
	position : relative ;
}
.prdtBDesc.oSize{
	font-size: 11px; 
	height: 3.2em; 
	padding: 14px;
}
.vfActive {
    margin-top: -22px;
}
.btOSize {
    -webkit-appearance: none;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #bebebe;
    color: #323232;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    left: 50%;
    margin-right: -50%;
    padding: 3px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transform: translate(-50%,-50%);
    white-space: normal;
    z-index: 2;
}
.btOSizeWithVf {
    bottom: 60px;
}
.btOSize.btOSizeVit {
	right :10%;
}
.btOSize.btOSizeTDG {
	right :0px;
}
/*Model Hors taille*/
.overBP {
	background: url('https://www.cdiscount.com/RWD/loader.gif') no-repeat center center #fff;
	display: none;
	height: 540px;
	left: 0;
	margin: 6px;
	position: absolute;
	opacity: .75;
	top: 0;
	width: 247px; /*IE 8 */
	width: calc(100% - 12px);
	z-index: 20;
}
.lpBlocInline .overBP {
	height: 100%;
	margin: 0;
	width: 100%;
}
.prdtTitle {
	border-bottom: 1px solid #323232;
	font-size: 1.5em;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
}
.prdtBloc a, .prdtBloc a:hover {
	text-decoration: none;
}
.prdtBloc a:hover .prdtBTit, .prdtBloc a:hover .prdtBDesc {
	text-decoration: underline;
}
.lpLight .prdtBloc a:hover .prdtBTit {
	text-decoration: none;
}
.prdtBloc > a, .prdtBloc > form > a,.prdBlocContainer > a,.prdBlocContainer > form > a {
	display: block;
	position: relative;
}
.prdtBloc .prdtBImg {
	margin: 15px auto; /* img 200/200 */
}
.prdtBloc form {
	overflow: hidden;
}
.prdtBloc .mekakoGomette {
	top: .9em;
}
.prdtBPCar {
	overflow: hidden;
	height: 280px;
}
.prdtBPCar li {
	display: block;
	float: left;
	width: 100%;
}
.prdtOneSel, .prdtTwoSel {
	height: 2.6em;
	padding: 7px;
	overflow: hidden;
}
.prdtOneSel select {
	width: 100%;
	margin: 0;
}
.prdtTwoSel select {
	float: left;
	margin: 0;
	width: 45%;
}
.prdtTwoSel select + select {
	float: right;
}
.prdtBImg {
	display: block;
	height: 250px;
	margin: 0 auto;
	width: 250px;
}
.prdtBTit {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 1.2em;
	line-height: 1.2em;
	margin: .4em 0 0 0;
	overflow: hidden;
	padding: 0 .9em;
}
.opImg {
	height: 30px;
	overflow: hidden;
	text-align: center;
}
.opImg img {
	height: auto;
}
.opImg + .prdtBTit {
	margin-top: 0;
}
.prdtBDesc {
	cursor: pointer;
	display: block;
	height: 3.4em;
	line-height: 1.2em;
	overflow: hidden;
	padding: 0 .9em;
}
.prdtBDesc.descS {
	height: 1.2em;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newLpTopBox .prdtBloc.testPrdtBloc .prdtBDesc.descS {
    display:none;
}
.prdtBDesc .prdtBCat{
	text-transform: capitalize;
}
.prdtBDesc span {
	margin: 0 .5em 0 0;
	font-weight:bold;
	font-size:11px;
}
.prdtBDesc span:after {
	color: #323232;
	content: "/";
	margin-left: 4px;
}
.prdtBDesc span:not(.textColor){
	color: #16a538;
}
.lpLight .prdtBTit .destock:not(.textColor) {
    color: #16a538;
}
.lpLight .prdtBTit .destock, .flagPreOrderDetail {
    font-size: 11px;
	font-weight: bold;
	margin: 0 .5em 0 0;	
}
.lpLight .prdtBTit .destock:after, .flagPreOrderDetail:after {
    color: #323232;
    content: "/";
    margin-left: 4px;
}
.lpLight a:hover .prdtBTit .prdtTit {
	text-decoration: underline;
}
.prdtBDesc:hover {
	text-decoration: underline;
}
/*Bloc facility*/
.prdtBloc .facilityP {
	clear: both;
}
.lpTopTDG .prdtBloc .facilityP {
	bottom: 0;
	position: absolute;
}
.prdtBloc .facilityP>div {
    color: #323232;
	display: table;
	height: 7.2em;
	padding: .6em 1em 0;
}
.prdtBloc .facilityP .ttOver {
	padding: 0;
	height: 13px;
}
.prdtBloc .facilityP .ttOverBlk {
	padding: 10px;
	height: auto;
}
.prdtBloc .facilityP .facMkt {
	padding: .3em 1em;
	height: auto;
}
.prdtBloc .facilityP .lpRim{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAMAAABIK2QJAAAAZlBMVEX+/v7U1NTHx8ezs7Pj4+Pc3NzV1dXLy8u3t7fi4uL6+vr29vbS0tK1tbWvr6/4+PjKysr09PTDw8PCwsLp6enFxcXd3d3k5OT7+/vh4eHW1tb19fXBwcGurq7Pz8/5+fmtra3///+lGCD+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhBwcMJgYdnFlbAAAAYElEQVQI11XORw6AMAwEQEJC772lbP7/SRwjkNiL52CtHUW/XCMAPQTuOUIaR1YwYj4NEnIK672vkbFX8sFWWMgx73QttJhgqlBkucdyv5NE6Z5jBXl7L8fovy+cLsO4AZUDCAFNEw/PAAAAAElFTkSuQmCC') no-repeat left;
	height: auto;
	margin-left: .8em;
	padding: .3em 1em 0 1.2em;
}
.facilityP sup {
	font-size: .5em;
}
.imgExpress{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAKCAMAAADfAc3wAAABpFBMVEUAtf////8AAAAAtf8Atf8Atf8Atf8Atf+65/1j0P8Atf/19vsAtf8AvP8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf8Atf/19vu65/0AvP9j0P/G2ChYAAAAh3RSTlMAAACwQBDQMAAAkAAYAOhgAfoDseDi8Ab2gPsE0d0F/ggKqgwHbam8DvflPCFO6tMqIsCPu9QTeUe47nDyYp/aHUt+wmy5oHRBgSQ2Fz0/eN4gH0QR+b6ThMPMts6hFs0S0l7nMazh7w0te+R1lmuS9DnjZpUCCWQuxYpbUqs0LE0zWAuipZo4kWkKAAABUElEQVR4XqXSVVNCURiF4aX7wFFEGkGwE+zCxu7u7u7u7mX8abeMo+fW8b347p5ZNx/C/1iYJomjIiKjAbRNuPCH1NoZDUZPDrSl9if8AF9hEmDTyZOq8+pkLl9uge4Lv759vJNMockLoJXpGEhsTK7xsLoXCg1IqGvxcC/WorKvFJlUKDM7SP4ulw6fM9fWPTbOfLSzfprF5c0MSpzWkEfDoJ1NKjniFTSanW5zh8OkKJpldprsQJc5jtkHAYs7HjCyQmKg0mHBEItUliSOCgL6GKQ5rfrJ3+Upf9WsxwjMlfvnuYDFvGQscTmEV1bXsE67ytgNboawMb26siqoWY4TJdyCbJtOF3ao382y7iuMF2WHzD/KsmZLbElhCB8XmNxCfC+f4LToDLaMC8gKxSWAq8zA9Q1uhRBluKvQZ9wjRzzg8UkAxc/Ai5D4X0/yCfUTUimgYmv6AAAAAElFTkSuQmCC') no-repeat center center;
	display: inline-block;
	height: 13px;
	width:60px;
}
/*Bloc Price*/
.prdtPrice {
	font-size: 3em;
	font-weight: normal;
	height: 1em;
	line-height: .5em;
}
.pdtCrSC.price{
	font-size:.9em;
}
.prdtPrice .price {
	font-weight: normal;
}
.prdtPrice .priceS {
	font-size: .8em;
}

.prdtPrice sup {
	font-size: .6em;
	line-height: .6em;
	vertical-align: .6em;
}
.prdtBZPrice {
	float: left;
	margin: .7em 0 0;
	padding: 0 0 0 .9em;
	width: 48%;
}
.prdtBStar {
	height: 1.4em;
}
.prdtBStar .sta{
	display:inline-block;
}
.prdtPInfoT {
	display: table;
	height: 2.5em;
	margin: 0 0 .3em;
	width: 100%;
}
.prdtPInfoTC {
	display: table-cell;
	vertical-align: bottom;
}
.prdtBStart {
	font-size: .8em;
	font-weight: normal;
}
.prdtPrSt {
	font-size: 1.2em;
	height: 1.1em;
	text-decoration: line-through;
}
.prdtBZBtn {
	float: right;
	margin: 1.2em 0 0;
	padding: 0 .9em .9em 0;
	text-align: center;
	width: 52%;
}
.testPrdtBloc .prdtBZBtn {
    margin: 0.2em 0 0;
}
.testPrdtBloc .opImg {
    margin-bottom: 9px;
}
.prdtBZBtn select {
	float:left;
	height:2em;
	margin-left:-2em;
	margin-top:.6em;
}
.crItem .prdtBZBtn{
	padding: 0;
}
.newLpTopBox .crItem .prdtBZBtn {
    margin-top: 5px;
}
.crUl .crItem .prdBlock.prdtBZBtn {
    min-height: 67px;
    position:relative;
}
.crUl .crItem .prdBlock.prdtBZBtn .btAdd{
    bottom: 0;
    margin:auto;
    left:0;
    position: absolute;
    right:0;
}
.prdtBZBtn .btAdd,.newLpTopBox .testPrdtBloc .crItem .prdtBZBtn .btAdd {
	display: inline-block;
	margin: .6em auto 0;
}
.prdtBloc .btGreen, .prdtBloc .btPink {
	display: block;
	font-size: 1.1em;
	padding: .6em;
}
.prdtBloc .btGreen {
	margin: auto;
}
.prdtSoldOut {
	color: #29ab02;
	font-size:  1.1em;    
	margin: .6em 0;
	padding: .6em;
}
.prdtSoldOutExpress {
	color: #29ab02;
	font-size:  0.9em;    
	margin: .6em 0;
	padding: 0;
}
/* Loader */
.liEmpty {
	background-image: url('https://www.cdiscount.com/RWD/loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
/*VF*/
.vfEmpty{
	height: 2.3em;
}
.newLpTopBox .testPrdtBloc .vfEmpty {
    height: 30px;
}

/*Hors Taille*/
htEmpty{
	height: 3.2em;
}
/* Mecaco */
.mkkGVisu, .mkkGVisu > div {
	height: 100%;
	width: 100%;
}
.mkkGVisu > div {
	background: no-repeat center #fff;
	background-size: contain;
}
.pdtCrSC .mkkGVisu, #lpBloc .mkkGVisu {
	height: 215px;
	padding-top: 15px;
}
.pdtCrSC .mkkGVisu > div, #lpBloc .mkkGVisu > div {
	top: 15px;
}
.mekakoPdt {
	display: none;
	font-size: 1.1em;
	height: 515px;
}
.mkkPDesc {
	padding: 2em 10px 0;
}
.mkkPDesc > div {
	margin-left: 95px;
}
.pdtCrSC .mekakoPdt .btGreen, #lpBloc .mekakoPdt .btGreen {
	font-size: .9em;
	margin: 20px 0 0;
	padding: 1em;
	text-decoration: none;
	white-space: normal;
}
/* Mabaya */
.Sponsorised {
	color: #878787;
}
.MKPUrl{
    color: #096ec8;
    font-size: 0.9em;
    margin-top: 6px;
}
.prdtBILSponsored span.MKPUrl
{
    cursor: pointer;
}
/* Overlayer - only used in seller shop */
.overBlkCont {
	position: relative;
}
.overBlk {
	background: #fff;
	box-shadow: 0 0 6px #b6b6b6;	
	left: 0;
	width: 100%;
	z-index: 11;
}
.overBlk {
	padding: 7px;
}
.overBlk table {
	width: 100%;
}
.overBlk tr + tr {
	border-top: 1px solid #d7d9e4;
}
.overBlk th + th, .overBlk td + td {
	border-left: 1px solid #d7d9e4;
}
.overBlk td + td {
	text-align: center;
}
.overBlk th, .overBlk td {
	padding: 3px 5px;
}
.overBlk span {
	border-top: 1px solid #d7d9e4;
	cursor: pointer;
	font-size: 1.3em;
	margin: 5px 0 0;
	padding: 10px 0 0;
	text-align: center;
}

/* Bloc Produit dans Carroussel swipe */
/* Product */
.cPdtItem .ecoBlk {
	background: #fff;
	color: #323232;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	left: 0;
	margin-top: 7px;
	padding: 0em;
	position: static;
	text-align: left;
	top: 10px;
}
.cPdtItem .ecoBlk::after{
	background: none;
}
.cPdtItMecaco {
	color: #2c3b4a;
	font-weight: bold;
	height: 1em;
	margin-top: 10px;
	text-transform: uppercase;
	text-align: center;
}
.cPdtItMecacoOutOfStock {
	color: #29ab02;
	font-weight: bold;
	height: 1em;
	margin-top: 8px;
	text-align: center;
	text-transform: uppercase;
}
.cPdtItMecacoUsedProduct {
	color: #29ab02;
	font-weight: bold;
	margin-top: 8px;
	line-height: 13px;
}
.cPdtItImg+.cPdtItMecacoUsedProduct {
	margin-top: 30px;
}
.shopCrPdt .cPdtItMecacoOutOfStock {
	padding-top: 5px;
}
.cPdtItTitLight {
	line-height: 14px;
	margin-bottom: 4px;
	width: 90%;
	height: 2.1em;
	font-weight: bold;
	color: #323232;
}
.cPdtItTit {
	font-weight: bold;
	height: 2em;
	line-height: 1em;
	margin-top: 8px;
	overflow: hidden;
	white-space: normal;
}
.cPdtItTitVar {
	font-weight: bold;
	height: 1em;
	line-height: 0.9em;
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cPdtItTitVar + .cPdtItTitVar {
	margin-top: 0;
}
.cPdtItImg {
	display: block;
	margin: auto;
}
.cPdtItStar {
	height: 13px;
	margin-top: 8px;
}
.cPdtItStarLight span {
	font-weight: bold;
}
.cPdtItStar span {
	color: #878787;
	display: inline-block;
	height: 12px;
	padding-left: 4px;
	vertical-align: bottom;
}
.cPdtItImg + .cPdtItStar {
	margin-top: 30px;
}
.cPdtItem .ecoBlk span {
	display: inline;
	font-size: 1em;
	font-weight: bold;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 0em; 
}
.cPdtItImg + .cPdtItTit, .cPdtItImg + .cPdtItTitVar  {
	margin-top: 51px;
}
.cPdtItMecaco  + .cPdtItTit, .cPdtItMecaco  + .cPdtItTitVar {
	margin-top: 27px;
}
.cPdtItMecacoOutOfStock + .cPdtItTit, .cPdtItMecacoOutOfStock + .cPdtItTitVar {
	margin-top: 31px;
}
.cPdtItem .sta {
	display: inline-block;
}
.cPdtItem .cPdtItDesc, .cPdtItem .cPdtItDescBullet {
    color: #878787;
    display: none;
    margin: 2px 0 12px;
    white-space: normal;
}
.cPdtItBegin{
	display: block;
	font-size: .9em;
	height: 12px;
	padding-right: 3px;
	color: #e23a05;
}
.cPdtItem .price {
	display: inline-block;
	font-size: 1.7em;
	font-weight: normal;
	height: 1em;
	line-height: 1em;
	padding: 0 5px 0 0;
	vertical-align: bottom;
}
.cPdtItemLight .priceLight sup {
    font-size: 18px;
    position: relative;
	top: 6px;
}
.cPdtItem .price sup {
	font-size: .5em;
}
.cPdtItStar + .price, .cPdtItStar + .cPdtItBegin + .price {
	margin-top: .3em;
}
.cPdtItTit + .price {
	margin-top: 36px;
}
.cPdtItem .stroken {
	font-size: 1.2em;
	vertical-align: top;
	margin-top: 18px;
}
.cPdtItemLight a {
	display: block;
	position: relative;
}
.cPdtItem a {
	text-decoration: none;
}
.cPdtItem a + .price, 
.cPdtItem a + .cPdtItDesc + .price,
.cPdtItem a + .cPdtItDescBullet + .cPdtItDesc + .price,
.cPdtItem a + .cPdtItBegin + .price,
.cPdtItem a + .cPdtItDesc + .cPdtItBegin + .price,
.cPdtItem a + .cPdtItDescBullet + .cPdtItDesc + .cPdtItBegin + .price {
	margin-top: 15px;
	margin-right: 10px;
}
.cPdtItem .btGreen {
	display: block;
	font-size: 1em;
	line-height: 15px;
	margin: 12px 0;
	padding: .8em;
	width: 144px;
}
/*test A/B*/
.testAddCarrou.carouAnimco .cPdtItem .btGreen {
	margin: 12px auto;
}
.cPdtItem a:hover .cPdtItTit, .cPdtItem a:hover .cPdtItTitVar {
	text-decoration: underline;
}
/*Spécificité FP */
.fpLkBarBox .caroussel {
	clear: both;
}

/* Modifs carousel Animco */
.carouAnimcoLight .cPdtItImg {
    height: 85px;
    width: 85px;
    position: absolute;
	top: 9px;
}
.carouAnimco .cPdtItImg {
	height: 140px;
	width: 140px;
}
.carouAnimcoLight .cPdtItCompo {
	position: absolute;
	left: 96px;
	top: -20px;
}
.carouAnimco .cPdtItCompo {
    height: 71px;
    padding-top: 8px;
}
.carouAnimco .cPdtItMecaco {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	position: relative;
}
.carouAnimco .cPdtItMecaco sup {
	margin-left: 3px;
	position: absolute;
	top: -5px;
}
.carouAnimcoLight .cPdtItTitLight, .carouAnimcoLight .cPdtItTitVar { 
	font-weight: bold;
}
.carouAnimco .cPdtItTit, .carouAnimco .cPdtItTitVar {
	font-size: 12px;
	font-weight: normal;
    margin-top: 20px;
}
.carouAnimco .cPdtItMecaco + .cPdtItTit, .carouAnimco .cPdtItMecaco + .cPdtItTitVar {
    margin-top: 8px;
}
.carouAnimco .cPdtItTitVar + .cPdtItTitVar {
	margin-top: 0;
}
.carouAnimco .cPdtItStar,
.carouAnimco .cPdtItMecacoUsedProduct {
	margin-top: 3px;
}
.carouAnimcoLight .cPdtItStarLight span {
	font-size: 11px;
}
.carouAnimco .cPdtItStar span {
	font-size: 12px; 
}
.carouAnimco .cPdtItStar .S.stClip + span {
    vertical-align: top;
}
.carouAnimco .cPdtItBegin {
	font-size: 11px;
	position: relative;
}
.carouAnimco .cPdtItBegin sup {
	margin-left: 3px;
	position: absolute;
	top: -3px;
}
.carouAnimcoLight .cPdtItemLight .priceLight {
	font-size: 18px;
	margin: 0 8px 5px 0;
	position: relative;
	left: 96px;
	top: 38px;
}
.carouAnimco .cPdtItem .price {
	font-size: 27px;
	font-weight: bold;
	line-height: normal;
	vertical-align: bottom;
}
.carouAnimco .cPdtItem a + .price,
.carouAnimco .cPdtItem a + .cPdtItDesc + .price,
.carouAnimco .cPdtItem a + .cPdtItDescBullet + .cPdtItDesc + .price {
    margin-top: 14px;
}
.carouAnimco  .cPdtItem a + .cPdtItBegin + .price, 
.carouAnimco  .cPdtItem a + .cPdtItDesc + .cPdtItBegin + .price, 
.carouAnimco  .cPdtItem a + .cPdtItDescBullet + .cPdtItDesc + .cPdtItBegin + .price {
	margin-top: 2px;
}
.carouAnimcoLight .cPdtItemLight .stroken {
    font-size: 14px;
    position: relative;
    top: 41px;
    left: 96px;
}
.carouAnimco .cPdtItem .stroken {
	font-size: 15px;
	margin-top: 2px;
	vertical-align: bottom;
}
.fpContent.ecoPlaceHolder{
    height:14px;
}
.carouAnimcoLight .cPdtItemLight .ecoBlkLight {
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
    position: relative;
    left: 86px;
    top: 44px;
}
.carouAnimco .cPdtItem .ecoBlk {
	font-size: 14px;
	font-weight: normal;
	margin-top: 4px;
}
.carouAnimcoLight .cPdtItemLight .ecoBlkLight span {
    font-size: 14px;
    font-weight: bold;
}
.carouAnimco .cPdtItem .ecoBlk span {
	font-size: 18px;
	font-weight: normal;
}
.carouAnimco .cPdtItem .btGreen {
    display:none;
}

.prdtBlocInline {
	background: #fff;
	display: block;
	padding: 16px;
	margin-bottom: 16px;
	border-radius: 4px;
	max-width: 1200px;
	position: relative;
	width: 100%;
}

.prdtBlocInline form {
	display: table;
	overflow:visible;
	table-layout: fixed;
	width: 100%;
}
.prdtBILImg {
	display: table-cell;
	position: relative;
	vertical-align: top;
	width: 180px;
}
.prdtBILImg .prdtBPCar {
	cursor: pointer;
}
.prdtBlocInline .prdtBPCar, #lpBloc .prdtBlocInline .mkkGVisu, .prdtBlocInline .mkkGVisu, .prdtBlocInline .mkkGVisu > div, .prdtBlocInline .prdtBImg {
	height: 180px;
	padding: 0;
	width: 180px;
}
.prdtBlocInline .mekakoGomette {
	top: 0;
}
.prdtBILDetails {
	display: table-cell;
	padding: 0 16px 0 16px;
	vertical-align: top;
}
.prdtBILA {
	display: inline-block;
	text-decoration: none;
    width: 100%;
}
.prdtBILLink {
	color: #096ec8;
	cursor: pointer;
}
.lpTAdResponsive .regBloc 
{
    margin-top: 18px;
}
.prdtBILCta {
	display: table-cell;
	vertical-align: top;
	width: 210px;
    color: #000000;
}
.prdtBILTit {
	display: inline-block;
	font-size: 1.33em;
	font-weight: bold;
	margin-bottom: 4px;
}
div.prdtBILTit:hover{
	text-decoration : underline;
}
.prdtBILStar {
    margin-bottom: 8px;
}
.prdtBILStar, .prdtBILStar .sta, .prdtBILCdav {
	display: inline-block;
	vertical-align: middle;
}
.prdtBILState {
	color: #41b55a;
	font-weight: bold;
	margin-bottom: 8px;
}
.prdtBILSpecial {
    margin-bottom: 8px;
	margin-top: 8px;
}
.prdtBILSpecial img {
	display: inline-block;
	vertical-align: middle;
}
.prdtBILSpecial.cagnotte {
    align-items: center;
    display: flex;
}
.prdtBILSpecial .logoCagnotte {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAA49JREFUSA21V71PFEEUf7P3gSe4d5FcYiEKBRZKAoUFYqGhM0ICjZYejXZCgaUG4x/AR2kjdlgdBgwtFRZSHAnYgmKhEsyxaMA7bsf328scc7uzx/HhS+7m6837zXtv5jezguqU5jlnwBLiDpHs4l9KkOCSayRzRCLPv5wr5OL2fft9PSZFLaVUVqbi8d/D0nVHhBCpWrpqTEqZF5Y1USg0TeYHsSCzhAKnPzgZcuV4vYB+81iAS2Jou9+e9Y+hbZk603O7E0LSm5OCwibmRgRl0/O74yaMgMfpeWeaOx+ZlE/aJ4mmt/rsIX1+lceep8cAvWFb1JIIrF2379VZIwPb+kBlFnKK8OqD/rodJRq91kD3LsXoig9w1XFpZrNI774VyDnwzyy3S5IGVc49YOzeWNRZr5XTx21xGm1voGTMbFT1ft2T9GJtnxZ+BNGx4YoHdht2uxfqeNSpeVymOs/Rq+tHgwIckZi+maCHl4MrhGPAgh4Hj0lA0Egl5ujQ5BmH1m9k6VfJC+vmnutptiQsgp6e79vNEQ57UbNUrvJGG+bamAAjYdsHNLgDhpZ7m6qGMst7xjBCCZHBIp+u7BtBlSHkOmqRuAviMwm80OX557+hoNAD4Ax7ubRd0qcF6sDkHIN7zYLdq2STN83r9YJqhpZHgZYnyi7mfdlqsoKjg5+She/BfKmxY5dCJtljcdU0sSMZqeoOO5tVSnU2cLNVMZc+b6dozruuc5o6cvzFZGCNmUiXHj4eZyVS0oolpdgIM6izT8/FCIGbz0jAXCIXZsy/i6c6E1Ubzj8PUfnE5/7oBYqc5ZJc9BtQbRwNsJSSDvZ4ufcCPfDRIYhmtD1O2e7zHmVmuxupVmqA6TFlen4nzzstqQD0Ekdq9laj0QvcSHZMBG4qzAddglD8wm+0na2+ZMpLGl+HVXelroxjNPDxT5XnahwR8F+PGEOKTKAYU1iH12LM2QjzGhMg4OEnfD2G5RCbEaBh7AVvi0W7Fddi5VKqdVmUYQ//kdMOO0IgGZz3VadEqzul0AeAmhl4CKgB7+kjJK6tsxcpX/7sT44pwxWPVcd/euy95cdeRmGgDDACFJhUJnWlU9XZUz8o7AU8ViDlTxbJT13zMVN6YSU2kitFRj3u/HqhwFD0PmH4jVR+GtW3AADiyBQO7IkTfcL4V+hFoPxawcMhJQR1QgeEz0Ue1AtGCvMQurr8A6ClVky+IQW6AAAAAElFTkSuQmCC') no-repeat center;
    background-size: 16px;
    height: 16px;
    margin-right: 5px;
    width: 16px;
}
.prdtBILDetails .opImg, .prdtBILDetails .odr, .prdtBILDetails .vf, .prdtBILDetails .pc {
	background: none;
	color: #000;
	display: inline-block;
	height: auto;
	line-height: normal;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	width: auto;
}
.prdtBILDetails .solde {
	color: #f00;
}
.prdtBILDetails .opImg span, .prdtBILDetails .vf span, .prdtBILDetails .pc span {
	background: none;
	font-size: 1em;
	padding: 0;
	display: inline-block;
}
.prdtBILDetails .vf br, .prdtBILDetails .pc br {
	display: none;
}
.prdtBILDesc {
	color: #878787;
	cursor: pointer;
    display: inline-block;
	line-height: 1.33em;
	margin-bottom: 12px;
    width: 100%;
}
.prdtBILDesc p {
	line-height: 1.33em;
}
.prdtBILDesc li {
	line-height: 1.33em;
	list-style: disc inside;
	margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prdtBILSeller, .prdtBILTwoSel, .prdtBILOneSel {
	margin-bottom: 12px;
}
.prdtBILSeller > div {
    position: relative;
}
.prdtBILSeller > div  > a
{
	text-decoration : none;
}
.prdtBILTwoSel select {
	display: inline-block;
	margin-right: 20px;
	min-width: 140px;
}
.prdtBILOneSel select {
	min-width: 140px;
}
.prdtBILSponsored {
	color: #878787;
	position: relative;
}
.prdtBILSponsored .ttOverBlk {
	width: 50%;
}
.prdtBILStart {
	font-size: .8em;
	font-weight: normal;
	color: #e23a05;
}

.prdtBILPrice .price {
    font-size: 2.5em;
    font-weight: bold;
    margin-right: 5px;
    white-space: nowrap;
}

.prdtBILPrice .price sup {
    font-size: .6em;
    line-height: .6em;
    vertical-align: .5em;
}
.prdtPrBILSt {
	font-size: 1.33em;
	text-decoration: line-through;
	white-space: nowrap;
}
.prdtBILEco div:not(.ecoPlaceHolder) {
    background-color: #ffecec;
    border: 1px solid #e23a05;
    color: #e23a05;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    margin-top: 2px;
    padding: 0 8px;
    width: max-content;
}
.prdtBILCta .btGreen {
	margin: 14px 0 0;
	width: 100%;
}
.prdtBILFacilityP, .prdtBILFacMkt {
    color: #000000;
	line-height: 1.4em;
	margin: 14px 0 0;
}
.lpTopBIL 
{
    margin:0px;
}
.prdtBILFacilityP {
	margin: 16px 0 6px;
}
.prdtBILFacilityP a, .prdtBILFacMkt a {
	color: #096ec8;
	text-decoration: none
}
.prdtBILFacilityP a:hover, .prdtBILFacMkt a:hover {
	text-decoration: underline
}
.prdtBILTitle {
	margin-bottom: 16px;
	position: relative;
}
.prdtBILTitle span {
	background: #fff;
	color: #e23a05;
	display: inline-block;
	font-size: 1.33em;
	font-style: italic;
	font-weight: bold;
	padding-right: 15px;
	position: relative;
}
.prdtBILTitle:before {
	background: #d7d9e4;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
}
.prdtBlocInline .prdtBILCta .prdtBILFacilityP .lpRim 
{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAMAAABIK2QJAAAAZlBMVEX+/v7U1NTHx8ezs7Pj4+Pc3NzV1dXLy8u3t7fi4uL6+vr29vbS0tK1tbWvr6/4+PjKysr09PTDw8PCwsLp6enFxcXd3d3k5OT7+/vh4eHW1tb19fXBwcGurq7Pz8/5+fmtra3///+lGCD+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhBwcMJgYdnFlbAAAAYElEQVQI11XORw6AMAwEQEJC772lbP7/SRwjkNiL52CtHUW/XCMAPQTuOUIaR1YwYj4NEnIK672vkbFX8sFWWMgx73QttJhgqlBkucdyv5NE6Z5jBXl7L8fovy+cLsO4AZUDCAFNEw/PAAAAAElFTkSuQmCC') no-repeat left;
    height: auto;
    padding: .3em 1em 0 1.2em;
}

.prdtBILDescription {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d8d7d7;
    box-shadow: 1px 2px 3px 0 rgba(121,121,121,.43);
    color: #323232;
    display: none;
    font-size: 13px;
    height: auto;
    left: 0;
    max-width:600px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    white-space:nowrap;
    width: auto;
    z-index: 10;
}
.prdtBILLabel {
    background-color: #293848;
    border-radius: 3px;
    color: #fff;
    display: table-cell;
    font-size: 13px;
    height: 22px;
    max-width: 195px;
    overflow: hidden;
    padding: 0 6px;
    vertical-align: middle;
    width: auto;
}
.prdtBILLabel .chevron {
    display: inline-block;
    height: 8px;
    margin-left: 6px;
    position: relative;
    width: 8px;
}
.prdtBILLabel .chevron:before,
.prdtBILLabel .chevron:after {
    border: 4px solid transparent;
    content: "";
    display: block;
    position: absolute;
}
.prdtBILLabel .chevron:after {
    border-top-color: #293848;
    top: 1px; 
}
.prdtBILLabel .chevron:before {
    border-top-color: #fff; 
    top: 3px; 
}
.prdtBILLabelContainer {
    padding-bottom: 10px;
}
.prdtLPLabelContainer {
	padding: 10px 0;
}
.lpLight .prdtLPLabelContainer {
	position: absolute;
	z-index: 1;
}
.prdtLPLLabelContainer {
	padding-top: 10px;
}
.prdtBILLabel:hover + .prdtBILDescription {
    display: block;
}
.PictoVenteFlashTime
{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAPCAMAAADXs89aAAAAQlBMVEVzzYe+58fu+PA2t1SO1p7///+75sW35cJ0zYhPwGnB6MpsyoFXw3D3/Piu4brc8uHC6ctuy4OF05bD6cyh3a9tyoLI8flVAAAAaElEQVR4XoXPRw6AMAwFUcclpNPvf1WIgkQwSMzybewP8lnjAN67SXGOxMPAtOcHx4RSimCaew6EUlmQ1o6BpbGw69ibyou11njN43b2YGC5YtAna0hBP1g1xdccY5hi/hgPQY2/++MDOu4Hf+NsSt0AAAAASUVORK5CYII=') no-repeat left;
    height: auto;
    padding: 0em 1em 0 1.7em;
}
.PictoPrixCoutant 
{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAPCAMAAADXs89aAAAAnFBMVEWU2KMlsUbz+vTR7tjV8NxpyX9Vwm6g3a4msUcwtVDu+PD3/Pg1tlM4t1UytVH8/vxYw3Hb8uCy473///9kx3rB6Mq958fP7das4Lj+//6q4LbH68/h9OXm9uqi3q/W8Nzj9Oc9uVrS7tlSwGtxzIb1+/ZfxXb9/v2o4LXz+/VyzIby+vTL69K15MBaxHOY2qc4uFah3a+a26lNv2YhtXUjAAAAgElEQVR4XoXQRRLDMBQD0C9TmMvMzL3/3dqZ1I6bSadavpUkKhrzk5MdEV3HdR7AdYH5qNsKbCZkUwA3ITfBF3fOABAJmTKbP4m4VMzwHTrx4qD2mo9P46vtZWJ6+8Z7uSc0v31Z6iP3hvZKpkoNT1UT7Q4Pef2TtdMu+rO/V70AADoUuhUTu0cAAAAASUVORK5CYII=') no-repeat left;
    height: auto;
    padding: 0em 1em 0 1.7em;
}
.prdtBILDetails a {
    height: 1.6em;
    overflow: hidden;
    text-decoration: none;
}

.prdtBILDetails .prdtBILSeller a {
    color: #096ec8;
    cursor: pointer;
}
.prdtBDesc .prCmd
{
	color: #000000;
	font-weight: bold;
}
.datePreCMD
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.variantMsg .btGreen {
    font-weight: bold;
}
.fpNonDisplay {
    display: none;
}
.lpStatePrd {
    font-weight: bold;
}
@media only screen and (max-width: 1023px){
	.prdtBlocInline form {
		display: block;
	}
	.prdtBILA {
		display: block;
	}
	.prdtBILImg {
        display: inline-block;
		width: 150px;
	}
	.prdtBlocInline .prdtBPCar, #lpBloc .prdtBlocInline .mkkGVisu, .prdtBlocInline .mkkGVisu, .prdtBlocInline .mkkGVisu > div, .prdtBlocInline .prdtBImg {
		height: 150px;
		width: 150px;
	}
	.prdtBILDetails {
        display: inline-block;
		padding: 0 0 0 16px;
		width: calc( 100% - 154px );
	}
	.prdtBILCta {
		display: block;
		overflow: hidden;
		width: 100%;
	}
	.prdtBILCta > div {
		display: table;
		margin-left: 170px;
		width: calc( 100% - 170px );
	}
	.prdtBILCta > div > div {
		display: table-cell;
		width: 60%;
	}
	.prdtBILCta > div > div + div {
        padding-left: 9px;
		width: 40%;
	}
}
/* BP > 1280 **/
@media only screen and (min-width: 1280px){
  	.prdtBImg {
		height: 300px;
		width: 300px;
	}
	.prdtBloc {
		height: 640px;
	}
	.lpLight .prdtBloc {
		height: 550px;
	}
	.lpLight .prdtBStar {
		padding: 0;
	}
	.lpLight .prdtCdav {
		padding-left: .9em;
	}
	.lpLight .prdtOneSel, .lpLight .prdtTwoSel {    
		padding: 7px .9em 0 .9em;
	}
	.lpLight .prdtPriceZone {
		padding-left: .9em;        
        padding-top: 10px;
	}
	.lpLight .prdtBZBtn {
		padding: 0 .9em .9em 0;
	}
	.lpLight .mekakoPdt {
		height: 500px;
	}
	.prdtBloc > a,.prdBlocContainer > a ,.prdtBloc > form > a, .prdBlocContainer > form > a {
		padding: .9em .9em 0;
	}
	.prdtBTit {
		padding: 0;
	}
	.prdtBPCar {
		height: 320px;
	}
	.pdtCrSC .prdtBloc {
		width: 334px;
	}
	.lpLight .prdtPEco {
		font-size: 1.3em;
	}
    .lpLight .freeShipping {
        padding-left: 0.9em;
    }
    .prdtPriceBloc .prdtStrikedPriceBefore {
        display:none;
    }
    .prdtPriceBloc .prdtStrikedPriceAfter {
        display:inline-block;
    }
    .prdtPriceBloc .prdtBStart {
        margin: 7px 0px;
    }
    .prdtPriceBloc .prdtPInfoTC + .prdtPrice {
        margin-top: 24px;
    }
    .prdtPriceBloc .prdtPInfoTC {
        display: inline;
    }
    .prdtPriceBloc > .prdtPrice{
        margin-top: 24px;
    }
    .testPrdtBloc .prdtBZBtn .btAdd {
        margin: 0 auto;        
    }
    .newLpTopBox .testPrdtBloc .crItem .prdtBZBtn .btAdd {
	    margin: .6em auto 0;
    }
}
/* Css/PC/block/showcaseLight.css */
/* Hub Image Lister Actus */
.hubImgListing li:nth-child(1), .hubImgListing li:nth-child(2) {
    padding-bottom: 6px;
}

.hubImgListNow {
    background: #eef1f8;
    display: table;
    margin: 30px 0;
    padding: 20px 15px;
}

.hubImgListNowWithoutTitle {
    background: #eef1f8;
    display: inline-table;
    margin: -50px 0 30px 0;
    padding: 1px 15px 20px 15px;
}

.hubImgTitle {
    font-size: 3em;
    padding-bottom: 15px;
}

.hubImgTitleBis {
    font-size: 3em;
    padding-bottom: 10px;
    padding-top: 10px;
}

.hubImgListing {
    margin: 0 -5px;
}

    .hubImgListing a, .hubNewsListing a, .hubImgListing img, .hubNewsListing img {
        display: block;
        margin: 0 auto;
        object-fit: contain;
        width: 100%;
    }

.hubImgListing {
    overflow: hidden;
}

    .hubImgListing li, .hubNewsListing li {
        display: inline-table;
        float: left;
        margin: 3px;
        text-align: center;
        vertical-align: top;
        width: calc( 50% - 6px );
    }

    .hubImgListing li {
        margin: 0 3px;
    }

.hubNews1 {
    float: right;
}

.hubNews2 {
    position: relative;
}

    .hubNews2 > a {
        position: absolute;
        top: 0;
        width: 100%;
    }

        .hubNews2 > a + a {
            bottom: 0;
            top: auto;
        }

.hubImgListNowWithoutTitleBis {
    background: #eef1f8;
    display: table;
    margin-top: 30px;
    padding: 10px 15px 10px 15px;
    width: 100%;
}

    .hubImgListNowWithoutTitleBis + .hubImgListNowWithoutTitleBis {
        margin-top: -4px;
        padding-top: 0;
    }

.hubImgListNowBis + .hubImgListNowWithoutMargin {
    margin-top: 0px;
}

.hubImgListNowWithoutTitleBis + .hubImgListNowWithoutMargin {
    margin-top: 0px;
}

.hubImgListNowBis {
    background: #eef1f8;
    display: table;
    margin-top: 30px;
    padding: 10px 15px;
    width: 100%;
}

/** 4. MEDIA QUERIES **/
/** > BP 1280 **/
/** > BP 1279 **/
@media only screen and (max-width: 1279px) {
    .hubImgListing li, .hubNewsListing li {
        width: calc(25% - 6px) !important;
    }
}

@media only screen and (min-width: 1280px) {
    /* Hub Image Lister Actus */
    ul.hubNewsListing {
        margin: 0 auto;
        max-width: 1700px;
    }

    .hubImgListing li, .hubNewsListing li {
        width: calc( 25% - 6px );
    }

    .hubNews1 {
        float: none;
    }

    .hubImgListing li:nth-child(1), .hubImgListing li:nth-child(2) {
        padding-bottom: 0px;
    }
}

/* Css/PC/page/sc.css */
/**
* SHOWCASE CSS
* 
* 1. TDG (TETE DE GONDOLE)
* 2. AD
* 3. RAYONS
* 4. CAROUSEL
* 5. TRADE
* 6. IMAGES LISTER
* 7. CDS CARD
* 8. ADS
* 9. HUB
* 10. SOLDES & OPE COM
* 11. BLOC LF SEO
* 12. MEDIA QUERIES
**/

#scContent {
	margin: 0 10px;
	overflow: hidden;
	width: calc(100% - 32px);
	margin-right: auto;
	margin-left: auto;
}

#menuV + #scContent {
	margin-top: inherit;
	margin-bottom: inherit;
	margin-right: inherit;
	display: inline-block;
	margin-left: 24px;
	padding: 0 16px 0 0;
	position: relative;
	width: calc(100% - (236px + 16px) - 24px); /* 100% - (236px [SideBar] + 16px [Maging/SideBar]) - 24px [margin-left] */
	overflow: hidden;
}

/*todo VARIABLE lien */
.scZtdMore {
	color: #096ec8;
	cursor: pointer;
	text-decoration: none;
}
.scZtdMore:hover {
	color: #096ec8;
	text-decoration: underline;
}

/** 1. TDG  **/
.scTitle {	
	font-size: 1.5em;
	font-weight: bold;		
	padding: 4px 20px 4px 0px;
	width: 100%;
}
.scTitle h1 {	
	font-size: 1.45em;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}
.scTop {	
	overflow: hidden;
}
.scTZtdAd {
	float: right;
	margin: 0 0 0 10px;
	width: 300px;
	position: relative;
}
.scTZtdAd .regBloc {
	margin: 0;
}
.scTTdg {
	overflow: hidden;
}

/* ZTD */
.scTZtd {
	background: #fff;
	font-size: .9em;
	padding: 0 0 7px;
	text-align: justify;
	z-index: 10;
}
.scTZtd p {
	line-height: 1.2em;
}
.scZtdH {
	display: none;
}
.scTZtd + .scTAd {
	margin: 9em 0 0;
}
.scTZtdAd .scTZtd {
	position: absolute;
}

/** Ztd **/
.ztdA:hover {
	cursor: default;
}

.ztdH {
	display: none;
}

.ztdImg {
	height: auto;
	max-width: 100px;
	width: 100px;
}

.ztdLnkMore {
	color: #878787;
	cursor: pointer;
	font-size: 14px;
	text-decoration: none;
}

	.ztdLnkMore:hover {
		color: #096ec8;
		text-decoration: underline;
	}

.ztdTop {
	display: flex;
	padding: 20px 0;
}

.ztdTxt {
	color: #323232;
	font-size: 14px;
}

.ztdBloc {
	flex-shrink: 1;
	padding: 0 20px;
	vertical-align: middle;
	width: 100%;
}

.ztdBubbleBloc {
	display: flex;
	margin-top: 10px;
}

.ztdLnkOverflow {
	height: 40px;
}

.ztdBubbleLink {
	background: #ffffff;
	border: 1px solid #d7d9e4;
	border-radius: 15px;
	color: #323232;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 10px 10px 0 0;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
}

.ztdShowLinks {
	display: inline-block;
}

.ztdBubbleLink:hover {
	background: #f7f7f7;
	color: #096ec8;
}

.ztdBubbleLinkMore {
	align-self: flex-start;
	color: #096ec8;
	cursor: pointer;
	margin-top: 15px;
}

.ztdBubbleLinkBloc {
	flex-shrink: 1;
	overflow: hidden;
	margin-top: 5px;
}

.ztdRanking {
	color: #323232;
	font-size: 11px;
	margin-top: 10px;
	text-align: right;
}

.ztdRankingZtdHub {
	margin-top: 17px !important;
}

/** Refonte Ztd **/
.ztdTopRefonte {
	border-bottom: 0px solid #d7d9e4;
	border-top: 0px solid #d7d9e4;
	display: flex;
	padding: 0px 0px 32px 0px;
}

#sContener #lpContent .ztdTopRefonte {
	padding: 5px 0;
}

.ztdRefonteTxt {
	color: #323232;
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5;
}


.ztdRefonteTxt a {
	color: #096EC8;
	cursor: pointer;
	font-size: 12px;
	text-decoration: underline;
}

.ztdRefonteTxt a:hover {
	text-decoration: none;
}

.ztdRefonteTxt a:visited {
	text-decoration: underline;
}

.ztdBlocRefonte {
	flex-shrink: 1;
	padding: 0px;
	vertical-align: middle;
	width: 100%;
}

.ztdBubbleTitle {
	font-size: 14px;
	font-weight: bold;
	color: #323232;
	opacity: 1;
	height: 16px;
	text-align: left;
}

.relatedSearchTitle {
	font-size: 16px;
	font-weight: bold;
	color: #323232;
	opacity: 1;
	text-align: left;
	padding-right: 8px;
}

.ztdBlocRefonte {
	flex-shrink: 1;
	padding: 0px;
	vertical-align: middle;
	width: 100%;
	position: relative;
}

.ztdLnkMoreRefonte {
	color: #096EC8;
	cursor: pointer;
	font-size: 12px;
	text-decoration: underline;
	position: absolute;
	right: 0px;
	top: 36px;
	margin-right: 15px;
}

#jsZtdLnkLess {
	position: inherit !important;
	float: right;
	margin-top: 0px;
}

.ztdLnkMoreRefonte:hover {
	color: #096EC8;
	text-decoration: none;
}

.ztdLinkMoreHub {
	top: auto !important;
}

/* Carousel image */
.crTdg {
	background: #f0f0f7;
	border: 1px solid #d7d9e4;
	margin: 0 0 10px;
	position: relative;
}
.crTdgLeft, .crTdgRight {
	background: #fff;
	cursor: pointer;
	height: 90px;
	position: absolute;
	text-align: center;
	top: calc(50% - 45px);
	width: 45px;
	z-index: 10;
}
.crTdgLeft img, .crTdgRight img {
	position: relative;
	top: 34%;
}
.crTdgLeft {
	border-radius: 0 5px 5px 0;
	box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.2);
	left: 0
}
.crTdgRight {
	border-radius: 5px 0 0 5px;
	box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.2);
	padding: 0 12px 0 15px;
	right: 0
}
.crTdg a {
	text-decoration: none;
}
.crTdgUl {
	height: 365px;
	overflow: hidden;
	position: relative;
}
.crTdgUl li {
	background: #fff;
	width: 100%;
}
.crTdgUl .active, .crTdgUl .newActive {
	position: absolute;
	top: 0;
}
.crTdgUl .newActive {
	z-index: 2;
}
.crTdgUl a {
	background: no-repeat center center;
	display: block;
	height: 365px;
}
.scTCarou {
	border: 1px solid #d7d9e4;
	margin: 2.5em auto;
	max-width: 1700px;
	overflow: hidden;
	position: relative;
}
.scTCarouUl, .scTrade {
	position: relative;
}
.scTCarouUl li {
	position: absolute;
	top: 0;
}
.scTCarouUl img {
	width: 100%;
}

/* Refonte Top - FullSite */
.lpTopLight #main .imgListRz:first-child, .lpTopLight #paContent .imgListRz:first-child {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 60px;
	width: auto;
	max-width: unset;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0;
}

.lpTopLight #paContent .OPCoFullSite {
	padding: 0px !important;
	margin: 0 0 16px !important;
	max-width: none !important;
}

.lpTopLight #main #scContent .bmmTitle, .lpTopLight #main #lpContent .scTitle, .lpTopLight #main #lpContent .jsbrandLicenseZdt, .lpTopLight #main #lpContent .ztdTop {
	display: none;
}

.lpTopLight #main .bmmTitle, .lpTopLight #main #lpContent .lpTopContent {
	display: none;
}

/* Carousel product */
.scTCarPdt {
	border: 2px solid #f0f0f7;
}
.scTCarPdt .crUl {
	border: 0;
	height: 350px;
}
.scTCarPdt .crItem {
	border-right: 0; 
	font-size: .9em;
	height: 350px;
	width: 100%;
}
.scTCarPdt .crItem + .crItem {
	border-left: 1px dashed #d7d9e4;
}
.scTCarPdt.noFlex .crItem:last-child {
	border-right: 0;
}

/* Arrow */
.crArrows {
	background: #f0f0f7;
	height: 36px;
	overflow: hidden;
}
.crArrows .crLeft, .crArrows .crRight {
	border: 0;
	font-size: 1em;
	font-weight: normal;
	height: 28px;
	line-height: 20px;
	line-height: 28px;
	margin: 4px 0;
	max-width: 140px;
	text-align: left;
	width: 50%;
}
.crArr {
	background: #22398e;
	color: #f0f0f7;
	float: left;
	font-size: 2.8em;
	height: 28px;
	line-height: 22px;
	margin: 0 8px 0 6px;
	text-align: center;
	width: 28px;
}
.crArrows .crRight {
	text-align: right;
}
.crRight .crArr {
	float: right;
	margin: 0 6px 0 8px;
}
.disabled .crArrows .crLeft, .disabled .crArrows .crRight {
	display: none;
}

/* Carousel product : change product bloc */
.scTCarPdt .prdtBloc {
	height: 350px;
	margin: 0 auto;
	max-width: 650px;
	min-width: 330px;
	padding: 0 5px;
	width: 100%;
}
.scTCarPdt .prdtBZnImg {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	width: 180px;
}
.prdtBZnImg .prdtBImg {
	height: 180px;
	margin-bottom: 2px;
	width: 180px;
}
.prdtBZnImg .vf, .prdtBZnImg .pc {
	background-image: none;
	height: 35px;
	line-height: 35px;
	margin: 10px 0 0;
	padding-left: 10px;
}
.prdtBZnTxt {
	overflow: hidden;
}
.prdtBZnTxt > a {
	display: block;
}
.prdtBZnTxt .prdtBTit {
	cursor: pointer;
	margin: 10px 0 0;
	padding: 0;
}
.prdtBZnTxt .prdtBTit:hover, .facMkt a {
	text-decoration: underline;
}
.prdtBZnTxt .prdtBDesc {
	height: 5.6em;
	margin: 6px 0 0;
	padding: 0;
}
.prdtBZnTxt .prdtBZPrice, .prdtBZnTxt .prdtBZBtn {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.prdtBZnTxt .prdtBZPrice {
	padding: 5px 0 0;
}
.prdtBZnTxt .sta {
	float: left;
}
.prdtBZnTxt .btGreen {
	margin: 0;
	min-width: 115px;
	padding: 10px 0;
}
.prdtBZnTxt .facilityP {
	bottom: 0;
	height: 80px;
	left: 5px;
	position: absolute;
	width: 100%;
	width: calc(100% - 10px);
}
.prdtBZnTxt .facilityP>div {
	float: left;
	padding: 5px 2px 0;
	width: 55%;
}
.scTop .facilityP .facMkt {
	border: 0;
	padding: 5px 2px  0;
	width: 45%;
}
.crItem .ecoBlk span {
	font-size: 2.8em;
}
/** 2. AD **/
.AdMBan {
	margin: 2.5em 0 0;
}


/** 3. RAYONS **/
.scMags {
	background: #f0f2f5;
	margin: 2.5em 0 0;
	padding: 10px 5px;
}
.scMagsTit {
	font-size: 2em;
	text-align: center;
}
.scMags > ul > li {
	float: left;
	padding: 5px;
	width: 25%;
}
.scMgImg {
	background: no-repeat center 0;
	display: block;
	height: 90px;
	margin: 0 auto;
	max-width: 380px;
	text-decoration: none;
}
.scMgCont {
	background: #f2f6fb;
	background: -moz-linear-gradient(to bottom, #fff 20%,#f2f6fb 100%);
	background: -webkit-linear-gradient(to bottom, #fff 20%,#f2f6fb 100%);
	background: linear-gradient(to bottom, #fff 20%,#f2f6fb 100%);
	border-right: 1px solid #c9d5e3;
	border-bottom: 1px solid #c9d5e3;
	border-left: 1px solid #c9d5e3;
	margin: 0 auto;
	max-width: 380px;
	min-height: 16em;
	padding: 10px;
}
.scMgCont p {
	font-size: 1.4em;
	font-weight: bold;
	height: 1.1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.scMgCont li {
	list-style: disc inside;
}
.scMgCont a {
	text-decoration: none;
}
.scMgCont a:hover {
	text-decoration: underline;
}


/** 4. CAROUSEL **/
.crSC, .pdtCrSC {
	margin: 2.5em 0 0 0;
}

/** 5. TRADE **/
.scTrade {
	margin: 2.5em auto;
	max-width: 1700px;
}
.scTdOnglet li {
	background: #f0f0f7;
	border: 1px solid #d7d9e4;
	border-bottom: 0;
	color: #a3a7b8;
	cursor: pointer;
	float: left;
	overflow: hidden;
	padding: 1em;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 182px;
}
.scTrade .scTdOnglet li {
	background: #f0f0f7;
}
.scTrade .scTdOnglet .act {
	background: #fff;
	color:#323232;
}
.scTdOnglet li + li {
	margin: 0 0 0 2px;
}
.scTrade .scTdCar {
	border: 1px solid #d7d9e4;
	clear: both;
}
.scTrade img {
	width: 100%;
}
.scTdCarBg {
	width: 100%;
}
.scTdCarUl {
	position: relative;
}
.scTdCarUl li {
	background: #fff;
	width: 100%;
	position: absolute;
	top: 0;
}
.scTdCarUl .active, .scTCarouUl .active {
	z-index: 2;
}
.scTdCarUl .newActive, .scTCarouUl .newActive {
	z-index: 3;
}
.scTdCarUl a {
	display: block;
	text-decoration: none;
}


/** 6. IMAGES LISTER **/
/* margin negative for white space (padding-left 10px) between li - countain image lister HUB */
.scImgList1, .imgListRz {
	display: block;
	margin: 2.5em auto 0;
	max-width: 1700px;
	overflow: hidden;
	text-align: center;
}
.scTitle + .imgListRz {
	margin: 20px auto;
}
.scImgList2, .scImgList3, .scImgList4 {
	margin: 0 auto;
	max-width: 1900px;
	overflow: hidden;
}
.scImgList1 a, .scImgList2 a, .scImgList3 a, .scImgList4 a {
	background: no-repeat center 0;
	border: 1px solid #d7d9e4;
	display: block;
	text-decoration: none;
}
.scImgList1 a, .imgListRz a {
	display: block;
	overflow: hidden;
}
.scImgList2 li, .scImgList3 li, .scImgList4 li {
	float: left;
	padding: 10px 0 0 10px;
}
.scImgList2 li:first-child, .scImgList3 li:first-child, .scImgList4 li:first-child {
	margin-left: -10px;
}
.scImgList2 li {
	width: 50.2%;
	width: calc((100% + 10px) / 2);
}
.scImgList3 li {
	width: 33.33%;
	width: calc((100% + 10px) / 3);
}
.scImgList4 li {
	width: 25.1%;
	width: calc((100% + 10px) / 4);
}
.scImgList2 a, .scImgList3 a, .scImgList4 a {
	height: 200px;
}
.scImgListBrand {
	overflow: hidden;
}
.scImgListBrand li {
	float: left;
	padding: 10px 0 0;
	text-align: center;
	width: 12.5%;
}


/** 7. CDS CARD **/
.scCardCds {
	background: no-repeat center center;
	display: block;
	height: 105px;
	margin: 2.5em 0 0 0;
	text-decoration: none;
}


/** 8. ADS **/
.pubDblRegie {
	padding: 0 0 2em;
	text-align: center;
}
.pubDR1, .pubDR2 {
	display: inline-block;
	vertical-align: top;
	padding: 0 1em;
}
.scGAds, .lpGAds {
	border: 1px solid #c6d1de;
	margin: 2em 0;
	padding: 1em;
}
.scDRLegal, .lpDRLegal {
	text-align: left;
	margin: 1em 0 0;
}


/** 9. HUB **/
.hubImgList {
	margin: 20px auto;
	max-width: 1900px;
	overflow: hidden;
	padding: 0 10px;
}
.hubImgList.scImgList1 {
	margin-top: 5px;
}
.hubNoMiss {
	color: #fff;
	font-weight: bold;
	line-height: 1.5em;
	margin: 1.7em 0 0;
	padding: .4em 0;
}
.hubNoMiss li {
	padding: 0 0 0 1em;
}
.hubNoMiss a {
	color: #fff;
	font-weight: normal;
}
.scHub .scGAds, .scHub .lpGAds {
	margin: 2em 0;
}
.hubZtd {
	display: table;
	margin: 2em 0;
}
.hubZTxt {
	border-right: 1px solid #476387;
	padding: 0 20px 0 0;
	text-align: justify;
	display: table-cell;
	width: 50%;
}
.hubZTxt + .hubZTxt {
	border: 0;
	padding: 0 0 0 20px;
}
.hubZTxt .less {
	display: none;
	background: #fff;
	padding: 0 20px 10px 0;
}
.hubZTxt + .hubZTxt .less {
	padding-right: 0;
}
.ztdMore, .ztdLess {
	background: #323232;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 0 0 .5em;
	padding: 0 .3em;
	right: .5em;
	text-align: center;
	width: 1.2em;
}
.hubImgListAd {
	display: table;
	max-width: 1900px;
	margin: 20px auto;
	padding: 0 10px;
	width: 100%;
}
.hubImgListAd .regBloc {
	display: table-cell;
	margin: 0;
	margin: 20px auto 0 auto;
	padding-left: 10px;
	vertical-align: middle;
	width: 33.33%;
}
.hubImgListAd .regTxt {
	padding: 0 0 10px 0;
}
.imgList2 .hubImgList li:first-child {
	padding-left: 0px;
}
.hubImgListAd .imgList2 {
	display: table-cell;
	padding: 0;
	width: 66.66%;
}
.hubImgListAd .imgList2 a {
	height: 460px;
	max-width: 767px;
}
.hubHorizontalNavImgList {
	margin-top: 15px;
}
.hubHorizontalNavImgList ul{
	height: 110px;
	padding: 10px 0;
}
.hubHorizontalNavImgList li {
	float: left;
	height: 100%;
	padding: 0 7px;
	width: 20%;
}
.hubHorizontalNavImgList a {
	text-align: center;
	text-decoration: none;
}
.hubHorizontalNavImgList a:hover {
	color: #ee7817;
}
.hubHorizontalNavImgList img {
	display: block;
	margin: 0 auto;
}
.hubHorizontalNavImgList div {
	height: 30px;
	line-height: 30px;
}
.hubHorizontalNavImgList span {
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	vertical-align: middle;
}

/** 10. SOLDES & OPE COM **/
.opSales.crTdg {
	background: #f0f0f7;
	border:1px solid #d7d9e4;
	padding:0;
}
.opSales .pdtNbr, .opSales .crSCTit {
	background-color: #fff;
	border: 1px solid #d7d9e4;
}
.opSales .crSCTit {
	border-bottom: 0;
}
.opSales .pdtNbr, .opSales .crSCTit p {
	color: #323232;
}
.opSales .scTdOnglet li {
	background: #f0f0f7;
	border: 1px solid #d7d9e4;
	border-bottom: none;
	color:#a3a7b8;
}
.opSales .scTdOnglet .act {
	background: #fff;
	border-bottom-color:#d7d9e4;
	color:#323232;
}
.opSales .scTdCar, .opSales .scTdgPContent {
	border: 1px solid #d7d9e4;
}
.opSales .crSCTit p {
	overflow: visible;
}
.opSales .scTdgPTit {
	background: #fff;
	border: 1px solid #d7d9e4;
	border-bottom: 0;
	color: #323232;
}
.opSales .crTdgPict li{
	background: #323232;
}
/* Message d'erreur */
.variantMsg {
	width: 132px;
	right: calc(100% + 6px);
}
/** 11. BLOC SEO LF **/
.lkLf {
	margin: 30px 0;
}
.lkLf a {
	color: #096ec8;
	text-decoration: none;
}
.lkLf a:hover {
	text-decoration: underline;
}
.lkLfTop li {
	display: inline-block;
}
/* Fix end */
.lkLfTop {
	border: 1px solid #e3e4ec;
	color: #323232;
	font-weight: bold;
	padding: 14px 20px 10px 20px;
}
.lkLfTop span {
	font-size:1.17em;
}
.lkLfTop li a {
	display: block;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lkLfTopContent {
	display: table;
	margin-top: 7px;
	table-layout: fixed;
	width: 100%;
}
.lkLfTopContent ul {
	margin-top: 10px;
}
.lkLfBest, .lkLfGuide {
	display:table-cell;
}
.lkLfBest {
	width:77%;
}
.lkLfGuide {
	border-left: 1px solid #e3e4ec;
	padding-left: 15px;
	width:23%;
}
.lkLfBest ul li {
	width: 25%;
	padding-right: 20px;
}
.lkLfFull .lkLfBest {
	width: 100%;
}
.lkLfFull .lkLfBest ul li {
	width: 20%;
	padding-right: 20px;
}
.lkLfFull .lkLfTop {
	padding-right: 0px;
}
.lkLfGuide ul li {
	width: 100%;
}
.lkLfBottom {
	border-right: 1px solid #e3e4ec;
}
.lkLfBottom li {
	border: 1px solid #e3e4ec;
	border-top: 0;
	border-right: 0;
	display: inline-block;
	height: 68px;
	line-height: 68px;
	overflow: hidden;
	text-align: center;
}
.lkLfBottom li a {
	font-size:1.2em;
	color: #000;
	display: block;
	height: 100%;
	width: 100%;
}
.lkLfBottom a:hover {
	color: #096ec8;
}
.lkLfBottom img {
	opacity: .7;
	filter: grayscale(100%);
	transition: all .5s ease;
}
.lkLfBottom a:hover img { 
	opacity: 1;
	filter: grayscale(0%);
 }
/* Brand block sizes */
.lkLfBrand10 li, .lkLfBrand5 li {
	width: 20%;
}
.lkLfBrand3 li, .lkLfBrand6 li {
	width: 33.33%;
}
.lkLfBrand4 li, .lkLfBrand8 li {
	width: 25%;
}

/** bloc mark univers**/
.scMUWithImg {
	overflow:hidden;
}

.scMUPdtItem .cPdtItCompo a {
	text-decoration:none;
}
.scMUPdtItem .cPdtItCompo .cPdtItTit:hover {
	text-decoration:underline;
}
.scMUWithImg, .scMUWithVideo {
	border: 1px solid #d7d9e4;
	margin: 20px 10px;
}
.scMUWithImg, .scMUVisualM {
	height:280px;
}
.scMUWithVideo .scMUVisualM {
	display:inline-block;
	height:280px;
	width:49%;
}
.scMUWithVideo .scMUVisualMSmall {
	display:none;
}
.scMUWithVideo .scMUPdtBloc {
	display:inline-block;
	height:280px;
	vertical-align: top;
	width:49%;
}
.scMUWithVideo .scMUPdtItem {
	padding: 20px 10px;
	width:100%;
}
.scMUVisualM, .scMUOffers, .scMUPdtItem, .scMUWithImg .sta {
	display:inline-block;
}
.scMUOffers {
	height: 280px;
	vertical-align: bottom;
	width:65%;
}
.scMUPdtItem {
	padding: 10px 10px;
	vertical-align: top;
	width:49%;
}

.scMUWithImg .cPdtItTit, .scMUWithImg .cPdtItStar {
	display: inline-block;
}
.scMUWithImg .cPdtItTit {
	height: 12px;
	max-height: 28px;
	line-height: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}
.scMUPdtItemCDAV {
	display: inline-block;
	text-overflow: ellipsis;
	overflow:hidden;
	vertical-align: bottom;
	white-space: nowrap;
}
.scMUWithVideo .scMUPdtItemCDAV {
	vertical-align: text-bottom;
}
.scMUWithImg .cPdtItStar {
	margin-top: 2px;
	margin-bottom:7px;
}
.scMUWithImg .cPdtItStar span {
	height: 15px;
}
.scMUWithImg  .scMUVisualM img {
	height:280px;
	max-width: none;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width:640px
}
.scMUWithImg .scMUVisualM {
	position: relative;
	overflow: hidden;
	width: 34%
}

.scMUWithImg .cPdtItDescBullet li,
.scMUWithVideo .cPdtItDescBullet li {
	display: list-item;
	line-height: 18px;
	list-style: disc inside;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}
.scMUWithImg .cPdtItDescBullet li span,
.scMUWithVideo .cPdtItDescBullet li span {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
	width: 92%;
}
.scMUWithImg .cPdtItDescBullet {
	color: #878787;
	display:none;
	margin: 12px 0px 4px 0px;
	white-space:normal;
}
.prdtPrdtMUSt {
	font-size: 11px;
	text-decoration: line-through;
	white-space: nowrap;
}
.prdtMUEco .ecoBlk {
	background: #fff;
	color: #323232;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: inherit;
	text-align: left;
}
.prdtMUEco .ecoBlk span {
	display: inline;
	font-size: 1em;
	font-weight: normal;
}
.prdtMUEco .ecoBlk::after {
	background: none;
	content: none;
}
.cPdtInfo {
	vertical-align:top;
	position: relative;
}
.scMUWithImg .prdtBStart {
	display: inline-block;
	padding-right: 3px;
}
.prdtMUPrice .price {
	font-size:14px;
	font-weight:bold;
	}
.prdtBStart {
	font-size:11px;
}
.scMUOfferSeller {
	margin-bottom:5px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.scMUWithVideo .scMUVideo iframe,  
.scMUVisualMSmall .scMUVideo iframe  {
	height:280px;
	width:100%;
}

.scMUWithVideo .cPdtItImgDiv {
	display: inline-block;
	height: 280px;
	margin: 0px 20px 0px 20px;
	width: 180px;
}
.cPdtItImgDiv {
	margin-bottom: 10px;    
}
.scMUWithVideo .cPdtItStar {
	display: inline-block;
	margin-top: 2px;
}
.scMUWithVideo  .cPdtItStar span {
	display: inline;
	line-height: 15px;
}
.scMUWithVideo  .cPdtItStar span,
.scMUWithImg  .cPdtItStar span {
	color:#323232;
	font-size:11px;
	padding:0px;
}
  
.scMUWithVideo  .cPdtItStar .sta {
	display:inline-block;
	height: 12px;
}
.scMUWithVideo .cPdtItDescBullet {
	color: #878787;
	line-height: 20px;
	margin: 12px 0px 4px 0px;
	white-space: normal;
}
.cPdtItImgDiv300 {
	display:none;
}
.scMUWithVideo .cPdtInfo {
	display: inline-block;
	height: 280px;
	padding-right: 20px;
	width: calc(100% - 230px);
}
.scMUWithVideo .prdtMUPrice .price{
	font-size: 25px;
	font-weight:normal;
	padding-right: 3px;
}
.scMUWithVideo .prdtPrdtMUSt {
	display:inline-block;
	font-size: 15px;
}
.scMUWithVideo {
	height:280px;
	overflow: hidden;
}
.scMUWithVideo .cPdtTopInfo .cPdtItTit {
	font-size: 16px;
	height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.scMUPriceDiv {
	display:inline;
}
.scMUWithVideo .prdtBILCdav {
	display: inline-block;
}
.scMUPdtItem .cPdtItStar {
	line-height: 13px;
}

.scMUWithImg .cPdtItTit,
.scMUWithVideo .cPdtItTit {
	margin-top:0px;
} 
.emptyStar {
	height: 8px;
}

.testPrdtBloc .facilityP {
	bottom: 5px;
	height: 120px;
	position: absolute;
	width: 100%;
}

/***/
/** 12. MEDIA QUERIES **/
/* all except IE8 */
@media only screen {
	.scMags > ul > li:nth-child(5) {
		clear: both;
	}
	.scMgCont {
		min-height: 11em;
	}
}
/* BP Device < 768 */
@media only screen and (max-width: 1023px){
	/* TDG */
	.scTitle {			
		width: 100%;		
	}
	.scTop {
		position: relative;
		min-height: 1000px;
	}
	.scTZtdAd {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.scTZtdAd .scTZtd {
		display: none;
	}
	.scTZtd + .scTAd {
		margin: 0;
	}
	.scTCarPdt {
		margin: 0 310px 0 0;
	}
	.crArrow .crLeft, .crArrow .crRight {
		width: 50%;
	}
	.crArrow .crLeft {
		border-right: 0; 
	}
	.scTCarPdt .crUl, .scTCarPdt .crItem, .scTCarPdt .prdtBloc {
		height: 570px;
	}
	.scTCarPdt .prdtBloc {
		min-width: 220px;
	}
	.scTCarPdt .prdtBZnImg {
		float: none;
		height: 235px;
		margin: 0;
		width: auto;
	}
	.prdtBZnImg .prdtBImg {
		margin: 20px auto 10px;
	}
	.prdtBZnImg .ecoBlk {
		top: -10px;
	}
	.prdtBZnTxt .prdtBTit {
		height: 2.3em;
	}
	.prdtBZnTxt .prdtBDesc {
		height: 3.5em;
	}
	.prdtBZnTxt .prdtBZPrice {
		float: left;
		margin: 15px 0 0;
		padding: 0 0 0 5px;
		width: 48%;
	}
	.prdtBZnTxt .prdtBZBtn {
		float: right;
		margin: 50px 0 0;
		padding: 0 5px 0 0;
		width: 52%;
	}
	.prdtBZnTxt .facilityP {
		height: 110px;
	}
	.prdtBZnTxt .facilityP>div {
		float: none;
		width: 100%;
	}
	.prdtBZnTxt .facilityP>div + .facMkt {
		width: 100%;
	}
	.prdtBZnTxt .prdtBZBtn > div {
		height: 100%;
	}
	.prdtBZnTxt .btAdd {
		margin: 0;
	}

	/* RAYONS */
	.scMags > ul > li {
		width: 50%;
	}

	/* TRADE */
	.scTdOnglet li {
		width: 33%;
	}

	/* IMAGE LISTER */
	.scImgList2:not(.hubImgList) li {
		margin-left: 0;
		padding-left: 0;
		width: 100%;
	}
	.scImgList4:not(.hubImgList) li {
		width: 50.5%;
		width: calc((100% + 10px) / 2);
	}
	.scImgList4:not(.hubImgList) li:nth-child(3) {
		margin-left: -10px;
	}
	.scImgListBrand li {
		width: 20%;
	}

	/* HUB */
	.hubNoMiss li:first-child {
		float: none;
	}
	.scHub .AdMBan {
		display: block;
	}
	.hubZtd {
		display: block;
	}
	.hubZTxt {
		border: 0;
		display: block;
		width: 100%;
	}
	.hubZTxt + .hubZTxt {
		padding: 2em 0 0;
	}
	.hubImgListAd .imgList2 li {		
		width: 100%;
	}
	.hubImgListAd .imgList2 li:nth-child(2) {
		display: none;
	}

	/* LF Bloc */
	.lkLfTop {
		padding-right:0px;
	}
	.lkLfBest, .lkLfGuide {
		display:block;
	}
	.lkLfGuide {
		width:100%;
		border: 0;
		margin-top: 10px;
		padding-left: 0;
	}
	.lkLfGuide li {
		padding-right: 20px;
	}
	.lkLfBest {
		width:100%;
	}
	.lkLfBest ul li, .lkLfGuide ul li, .lkLfFull .lkLfBest ul li {
		width: 33.33%;
	}
	.scMUWithVideo .scMUVisualM  {
		display:none;
	}
	.scMUWithVideo .scMUVisualMSmall{
		display:block;
	}
	.scMUWithVideo .scMUPdtItem,
	.scMUWithVideo .scMUPdtBloc {
		display:block;
		width:100%;
	}
	.scMUWithVideo{
		height:auto;
	}
	.scMUWithVideo .cPdtInfo {
		padding-right:0px;
	}
	.scMUWithImg .cPdtItTit {
		height: 28px;
		white-space: normal;
	}
}

/* BP > 1280 **/
@media only screen and (min-width: 1280px){
	/* CAROUSEL */
	.scTCarPdt .prdtBloc {
		width: 330px;
	}
	.crSCTit {
		background-position: 0 0;
		border-right: 0;
		border-bottom: 1px solid #d7d9e4;
		float: left;
		height: 35.1em;
		padding: 0;
		text-align: center;
		width: 180px;
	}
	.crSCTit p, .crSCTit img {
		display: none;
	}
	.crSCTit select {
		float: none;
		margin: 375px 0 0;
		width: 85%;
	}
	#scContent .opSales .crSCTit select {
		max-width: 200px;
	}
	.opSales .crSCTit {
		border-bottom: 1px solid #d7d9e4;
		border-right: 0;
	}
	/* HUB */
	.hubHorizontalNavImgList {
		margin: 25px auto 10px auto;
		padding: 0 10px;	
	}
	.hubHorizontalNavImgList ul {
		display: inline-block;
		padding: 0;
		width: 50%;
	}
	.hubHorizontalNavImgList li{
		width: 20%;
	}

	/* LF Bloc */
	.lkLfBrand10 li {
		width:10%;
	}
	.lkLfBrand6 li {
		width: 16.66%
	}
	.lkLfBrand8 li {
		width: 12.5%;
	} 
	.scMUWithVideo .scMUVisualM  {
		display:inline-block;
	}
	.scMUWithVideo .scMUVisualMSmall {
		display:none;
	}
}

/************************************/
/**      SPECIFIC CAROUSEL TOP     **/
/** ADD CSS ON LI FOR STOP REFLOW  **/
/**    NEED SPECIFIC BREACKPOINT   **/
/************************************/
@media only screen and (min-width: 1211px){
	.scTCarPdt .crItem {
		width: 50%;
	}
}
@media only screen and (min-width: 1541px){
	.scTCarPdt .crItem {
		width: 33.33%;
	}
}
@media only screen and (min-width: 1871px){
	.scTCarPdt .crItem {
		width: 25%;
	}
}
/** BP > 1600**/
@media only screen and (min-width:1600px) {
	.scMUWithImg .cPdtItImg {
		margin:0;
	}
	.scMUWithImg .cPdtItImgDiv {
		display:inline-block;
		height: 280px;
		margin: 0px 10px;
		width:140px;
	}
	.cPdtInfo {
		display:inline-block;
		height: 280px;
		width: calc(100% - 164px);
	}
	.scMUWithImg .cPdtItDescBullet {
		display:block;
	}
	.cPdtBottomInfo {
	position: absolute;
	bottom: 30px;
	}
	.scMUWithVideo .cPdtBottomInfo {
	bottom: 0px;
	}
	.prdtMUPrice .price {
		font-size: 25px;
		font-weight: normal;
		margin-right: 5px;
		white-space: nowrap;
	} 
	.prdtMUPrice .price sup {
		font-size: .6em;
		line-height: .6em;
		vertical-align: .5em;
	}
	.scMUWithImg .prdtBStart, .prdtMUPrice {
		display:block
	}
	.prdtPrdtMUSt {
		font-size:15px;
	}

	.scMUWithImg .cPdtItStar {
		margin-bottom: 0px; 
	}
	.scMUWithVideo .scMUVideo iframe {
		height:350px;
	}
	.cPdtItImgDiv140 {
		display:none;
	}
	.cPdtItImgDiv300 {
		display:inline-block;
	}
	.scMUWithVideo .cPdtItImgDiv {
		width: 300px;    
	}
	.scMUWithVideo .cPdtInfo  {
		width: calc(100% - 355px)
	}
	.scMUWithVideo,
	.scMUWithVideo .scMUVisualM,
	.scMUWithVideo .scMUPdtBloc {
		height:350px;
	}
	.scMUWithVideo .scMUVisualM  {
		display:inline-block;
	}
	.scMUWithVideo .scMUVisualMSmall {
		display:none;
	}
	.prdtBILCdav {
		display: inline-block;
		padding-left: 3px;
	}
	.scMUWithImg .cPdtItTit {
		height: 28px;
		white-space: normal;
	}
	.cPdtTopInfo .cPdtItTit {
		font-size:16px;
		height:18px;
	}
	.emptyStar {
	display:none;
	}
}
/* BP > 1280 **/
@media only screen and (min-width: 1280px) {
	.scMUWithVideo .scMUVisualM  {
		display:inline-block;
	}
	.scMUWithVideo .scMUVisualMSmall {
		display:none;
	}

	/* Refonte Top - FullSite */
	.lpTopLight #main .imgListRz:first-child, .lpTopLight #paContent .imgListRz:first-child {
		height: 100px;
	}

}
/* Css/PC/block/sliderPA.css */
/* Slider PA component */
.landingCar {
	position: relative;
}
.landCarImgs {
	height: 500px;
}
.landCarImgs li {
	background: #fff no-repeat center center;
	height: 500px;
	position: absolute;
	width: 100%;
}
.landCarImgs .active, .landCarImgs .newActive {
	position: absolute;
	top: 0;
	z-index: 1;
}
.landCarImgs .newActive {
	z-index: 2;
}
.landCarImgs div {
	margin: 0 auto;
	overflow: hidden;
	width: 768px;
	height: 500px;
}
.landCarImgs div + div {
	position: relative;
	top: -500px;
}
.landCarImgs div + div + div {
	position: relative;
	top: -1000px;
}
.landCarImgs div.landCountDown {	
	height: 100%;
	text-align: center;
	width: 100%;
}
.landCarImgs div.landCarStressCo {
	display: none;
	height: auto;
	overflow: visible;
	width: auto;
}
.landCarImgs div.landCarVideoBg {
    width: 100%;
    height: 100%;
    position: relative;
}
.landCarImgs div.landCarVideo {
    width: 100%;
    height: 100%;
    position: relative;
}
.landCarImgs div.landCarVideo iframe {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.landCarImgs .landCarStressCo .landCarStressStock {
    font-size: 16px;
}

.landCarImgs .landCarStressCo .landCarStressCommande {
	font-size: 14px;
}

.landCarImgs .landCarStressCo .landCarStressStock,
.landCarImgs .landCarStressCo .landCarStressCommande {
	display: block;
	height: auto;
	font-weight: bold;
	overflow: visible;
	position: static;
	text-align: center;
	top: 0;
	width: auto;
}

.landCarImgs img {
	width: 100%;
	height: 500px;
}
.landCarImgs a, .landCarImgs span {
	display: block;
	float: left;
	text-decoration: none;
}

.landCarPict {
	bottom: 0;
    height: 38px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 3;
}
.landCarPict:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.landCarPict span {
	background: #323232;
	color: #fff;
	display: block;
	font-size: 1.2em;
	height: 30px;
	line-height: 30px;
	margin: 0;
	text-align: center;
	width: 30px;
	transition: all .5s;
}
.landCarPict li {
	cursor: pointer;
	display: inline-block;
	margin: 0 10px;
	filter:alpha(opacity=65);
	opacity: .65;
	transition: all .5s;
    vertical-align: middle;
}
.landCarPict li.active {
	cursor: inherit;
}
.landCarPict li:hover, .landCarPict li.active {
	filter:alpha(opacity=100);
	opacity: 1;
}
.landCarPict li:hover span {
	font-weight: bold;
	transform: rotate(360deg);
}
.landCarPict img {
	display: none;
}

/** > BP 1280 **/
@media only screen and (min-width: 1280px) {

	.landCarImgs div {
		width: 1260px;
	}
	.landCarImgs div.landCarStressCo {
		display: block;
	}
	.landCarPict span {
		display: none;
	}
	.landCarPict img {
		display: block;
	}
}
/* Css/PC/block/sliderHUB.css */
/*Bloc Opeco vente privée*/
.c-opeco__container {
    grid-gap: 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 118px;
    padding: 16px 0;
    position: relative;
    width: calc(100% + 16px)
}

@media only screen and (min-width: 1024px) {
    .c-opeco__container {
        grid-gap: 24px;
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        gap: 24px;
        margin-bottom: 16px;
        margin-left: 118px;
        margin-right: inherit;
        margin-top: inherit;
        padding: 32px 24px 32px 0;
        position: relative;
        top: 16px;
        width: auto
    }
}

.c-opeco__edito {
    background-color: #2772d9;
    left: 8px;
    margin-top: -118px;
    padding: 16px;
    position: relative;
    top: 0;
    width: calc(100% - 16px)
}

@media only screen and (min-width: 1024px) {
    .c-opeco__edito {
        background-color: #2772d9;
        flex: 0 0 310px;
        height: 276px;
        left: inherit;
        margin-left: -118px;
        margin-top: -48px;
        min-width: 310px;
        padding: 32px;
        width: 100%
    }
}

@media only screen and (min-width: 1366px) {
    .c-opeco__edito {
        flex: 0 0 368px
    }
}

.c-opeco__editoContent {
    text-align: left
}

    .c-opeco__editoContent > * {
        color: #fff
    }

    .c-opeco__editoContent > p {
        font-family: Hind,sans-serif;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 16px
    }

.c-opeco__editoTitle {
    font-family: Montserrat,sans-serif;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 16px
}

.c-opeco__carousel {
    background-color: transparent
}

@media only screen and (min-width: 1024px) {
    .c-opeco__carousel {
        width: calc(100% - 216px)
    }
}

@media only screen and (min-width: 1366px) {
    .c-opeco__carousel {
        width: calc(100% - 274px)
    }
}

.c-opeco__carousel > .carouselImage > ul li img {
    border: 1px solid #d7d9e4;
    border-radius: 3px
}
/* Fin blockquote Opeco vente privée*/
.hubMainSlideItems {
    position: relative;
    height: 550px;
}

.hubMainSlideItem {
    display: none;
    height: 550px;
    width: 100%;
    position: absolute;
}

    .hubMainSlideItem.act,
    .hubMainSlideItem.old {
        display: block;
        left: 0;
        top: 0;
    }

    .hubMainSlideItem.act {
        z-index: 5;
    }

    .hubMainSlideItem .hubSlideTdg {
        height: 300px;
        overflow: hidden;
        position: relative;
        width: auto;
    }

        .hubMainSlideItem .hubSlideTdg a {
            display: block;
        }

        .hubMainSlideItem .hubSlideTdg img {
            border: none;
            height: 300px;
            left: 0; /* for IE8 */
            max-height: none;
            max-width: none;
            position: absolute;
            -webkit-transform: translate(-50%,0);
            -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
            top: 0;
            width: 100%; /* for IE8 */
        }

    .hubMainSlideItem .hubSlideNavAndCarou {
        position: absolute;
        bottom: 14px;
        left: 14px;
        width: 744px; /* for IE8 */
    }

    .hubMainSlideItem .carouAnimcoContainer {
        margin: 0;
    }

    .hubMainSlideItem .carouAnimco {
        border: 0;
    }

    .hubMainSlideItem .hubSlideNav {
        display: table;
        width: 100%;
    }

        .hubMainSlideItem .hubSlideNav > div {
            color: #000;
            display: table-cell;
            vertical-align: middle;
            width: 33%;
        }

        .hubMainSlideItem .hubSlideNav span, .hubSlideNav ul {
            display: inline-block;
        }

    .hubMainSlideItem .hubSlideNavPrev {
        text-align: left;
    }

    .hubMainSlideItem .hubSlideNavNext {
        text-align: right;
    }

        .hubMainSlideItem .hubSlideNavPrev > span, .hubMainSlideItem .hubSlideNavNext > span {
            background-color: #f1f1f5;
            cursor: pointer;
            font-size: 15px;
            height: 40px;
            opacity: 0.9;
            padding: 0 20px;
        }

            .hubMainSlideItem .hubSlideNavPrev > span:hover, .hubMainSlideItem .hubSlideNavNext > span:hover {
                background-color: #293847;
                color: #f1f1f5;
            }

    .hubMainSlideItem .hubSlideNav .crArr {
        background: none;
        color: inherit;
        display: inline-block;
        float: none;
        font-size: 2.85em;
        height: 44px;
        left: auto;
        line-height: 34px;
        margin: 0;
        padding: 0;
        position: relative;
        right: auto;
        top: auto;
        vertical-align: middle;
        width: auto;
    }

    .hubMainSlideItem .hubSlideNavPrev .crArr {
        margin-right: 10px;
    }

    .hubMainSlideItem .hubSlideNavNext .crArr {
        margin-left: 10px;
    }

    .hubMainSlideItem .hubSlideNav .contributedArrowLabel {
        display: none;
    }

    .hubMainSlideItem .hubSlideNav .defaultArrowLabel {
        display: inline;
    }

    .hubMainSlideItem .hubSlideNavDots {
        text-align: center;
    }

        .hubMainSlideItem .hubSlideNavDots ul {
            background: #f1f1f5;
            border-radius: 9px;
            display: inline-block;
            height: 18px;
            padding: 4px 10px;
            vertical-align: middle;
            white-space: nowrap;
        }

        .hubMainSlideItem .hubSlideNavDots li {
            display: inline-block;
            height: 10px;
            margin: 0 2px;
        }

        .hubMainSlideItem .hubSlideNavDots span {
            background: #8d949f;
            border: 2px solid #f1f1f5;
            border-radius: 5px;
            cursor: pointer;
            display: inline-block;
            height: 10px;
            text-indent: -999em;
            width: 10px;
        }

        .hubMainSlideItem .hubSlideNavDots .act span {
            background: #293847;
            border-color: #293847;
        }

    .hubMainSlideItem .imgListRz {
        margin-top: 0;
    }

@media only screen {
    .hubMainSlideItem .hubSlideTdg img {
        left: 50%;
        width: 1275px;
    }

    .hubMainSlideItem .hubSlideNavAndCarou {
        width: calc(100% - 28px)
    }

    .hubMainSlideItem .hubSlideTdg .crNext img, .hubMainSlideItem .hubSlideTdg .crLast img {
        height: auto;
        top: 34%;
        width: auto;
    }

    .hubMainSlideItem .hubSlideTdg .crNext img {
        left: 55%;
    }

    .hubMainSlideItem .hubSlideTdg .crLast img {
        left: 45%;
    }
}

@media only screen and (min-width: 1280px) {
    /* HUB */
    .hubMainSlideItems {
        height: 650px;
    }

    .hubMainSlideItem {
        height: 650px;
    }

    .hubMainSlideItem .hubSlideTdg {
        height: 400px;
    }

    .hubMainSlideItem .hubSlideTdg img {
        height: 400px;
        width: 1700px;
    }

    .hubMainSlideItem .hubSlideTdg .crNext img, .hubMainSlideItem .hubSlideTdg .crLast img {
        height: auto;
        top: 34%;
        width: auto;
    }

    .hubMainSlideItem .hubSlideNav .contributedArrowLabel {
        display: inline;
    }

    .hubMainSlideItem .hubSlideNav .defaultArrowLabel {
        display: none;
    }
}

/* Css/PC/block/departmentLister.css */

/******************************
* departmentLister.css
******************************/

.renewMd5 {
    display: none;
}

.departmentNavigation {
    display: block;
    margin: 10px;
    max-height: 320px;
    position: relative;
    text-align: center;
    z-index: 10;
}

.departmentNavigationHeader {
    display: block;
    margin-bottom: 10px;
}

.departmentNavigationTitle {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
}

.departmentNavigationListContainer {
    background-color: #fff;
    display: inline-block;
    max-width: 100%;
    padding: 10px 0;
    position: relative;
    text-align: left;
}

.departmentNavigationListContainer .crLast.inactive,
.departmentNavigationListContainer .crNext.inactive {
    display: none;
}

.departmentNavigationListWrapper {
    max-height: 300px;
    overflow: visible;
}

.departmentNavigationList {
    display: block;
    font-size: 0;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 10px;
    white-space: nowrap;
}

.departmentNavigationItem {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    width: 170px;
    overflow: hidden;
    height: 290px;
}

.departmentNavigationItem a {
    text-decoration: none;
}

.departmentNavigationItemImage {
    display: block;
    height: 140px;
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
    width: 140px;
}

.departmentNavigationItemImage img {
    width: 100%;
    height: 100%;
    transform: scale(0.8);
}

.departmentNavigationItemImage:after {
    background-color: #000;
    border-radius: 70px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.05;
    position: absolute;
    top: 0;
    width: 100%;
}

.departmentNavigationItemTitle {
    font-size: 14px;
    font-weight: bold;
    display: block;
    height: 16px;
    margin-bottom: 18px;
    text-align: center;
}

.departmentNavigationItemLink {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.departmentNavigationItemChevron {
    display: block;
    height: 25px;
    margin-bottom: 12px;
    margin-top: -12px;
    padding-top: 15px;
}

.departmentNavigationItemChevron i.chevron {
    display: inline-block;
    height: 12px; /* Height should be double border */
    position: relative;
    width: 12px;
}

.departmentNavigationItemChevron i.chevron:before,
.departmentNavigationItemChevron i.chevron:after {
    border: 6px solid transparent; /* Chevron Size */
    content: "";
    display: block;
    position: absolute;
}

.departmentNavigationItemChevron i.chevron:before {
    border-top-color: #297bd1; /* Replace text `top` with left/right/bottom to rotate the chevron - Chevron Color */
    top: 3px; /* Replace text `top` with left/right/bottom to rotate the chevron - Change value for vertical-align */
}

.departmentNavigationItemChevron i.chevron:after {
    border-top-color: #fff; /* Replace text `top` with left/right/bottom to rotate the chevron - Match background color */
    top: 1px; /* Replace text `top` with left/right/bottom to rotate the chevron - Chevron thickness*/
}

.departmentNavigationItem.faded {
    opacity: 0.6;
}

.departmentNavigationItem.hover {
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.23);
    height: auto;
    overflow: visible;
    z-index: 10;
}

.departmentNavigationItem.hover .departmentNavigationItemLink:last-child {
    margin-bottom: 25px;
}

.departmentNavigationItem.hover .departmentNavigationItemImage:after {
    display: none;
}

.departmentNavigationItem.hover .departmentNavigationItemChevron {
    display: none;
} 
