/* Header - General */
.mainHeader { position: relative; background-color: #FFF; z-index: 9980; }
.mainHeader > .container { padding-top: 20px; padding-bottom: 20px; position: relative; }
.mainHeader .logo { position: absolute; top: 5px; left: 30px; max-width: 240px; }
.mainHeader .logo > img { width: 100%; max-width: 140px; height: 75px; }
.mainHeader .mainMenu .menuLayer { position: relative; padding: 0; }
.mainHeader .mainMenu .menuLayer > .boxOpened { display: none; top: 64px; left: 50%; position: absolute; z-index: 10000; margin: 0 0 0 -15px; }
.mainHeader .mainMenu .menuLayer > .menuLayerLink { display: block; text-align: center; font-size: 16px; }
.mainHeader .mainMenu .menuLayer > .menuLayerLink > .fa { font-size: 20px; position: relative; float: none; padding: 0; }
.mainHeader .fa > .count { position: absolute; right: -15px; top: -7px; }
.mainHeader .fa > .count > span { border-radius: 100%; color: #fff; display: block; font-size: 12px; height: 20px; line-height: 20px; text-align: center; width: 20px; }
.mainHeader .mainMenu .menuLayer > .menuLayerLink > strong { display: block; font-size: 14px; width: 100% !important; font-weight: 300; }
.mainHeader .mainMenu .menuLayer.open .boxOpened { display: block; width: 0; height: 0; border-style: solid; border-width: 0 15px 20px; border-color: transparent transparent rgba(102, 102, 102, 0.5) transparent; }
.mainHeader .mainMenu .menuLayer.open .boxOpened:after { content: " "; position: absolute; bottom: -20px; left: -15px; display: block; width: 0; height: 0; border-style: solid; border-width: 0 15px 20px; border-color: transparent transparent #FFF transparent; }
.mainHeader .mainMenu .menuLayer .subLayer { position: absolute; right: 0; top: 75px; z-index: 9999; text-align:center; height:0; visibility: hidden; }
.mainHeader .mainMenu .menuLayer.open .subLayer { height: auto; width: auto; visibility: visible; padding: 9px 0 0 0; }
.mainHeader .mainMenu .menuLayer.open .subLayer > section { padding: 10px; position: relative; box-shadow: 0 1px 5px rgba(102, 102, 102, 0.8); background-color: #fff; border-radius: 5px; transition: initial; }
.mainHeader .mainMenu .menuLayer.open .subLayer .closeBtn { position: absolute; right: 15px; top: 10px; }
.mainHeader .container > .logoSticky,
.mainHeader .container > .stickyMenu { display: none; }
/* Header - Magasins */
.subLayer.showShop header > span.shopName { text-transform: uppercase; display: block; line-height: 32px; width: 90%; }	
.subLayer.showShop > section { width: 520px; }
.subLayer.showShop .shopInfo, 
.subLayer.showShop .searchShop { margin-top: 10px; }
.subLayer.showShop .shopInfo, 
.subLayer.showShop .searchField { padding: 10px; overflow: hidden; }	
.subLayer.showShop .searchField .input-group { float: left; } 	
.subLayer.showShop .searchField .or {color: #333; font-size: 21px; text-align: center; }
.subLayer.showShop .error { overflow: hidden; text-align: center; vertical-align: text-bottom; }
.subLayer.showShop .error.active { opacity: 1; }
.subLayer.showShop .shopHours img { display: block; margin:0 auto  10px auto; width: 100%; }
.subLayer.showShop .shopHours img.defaultMag { max-width: 140px; }
.subLayer.showShop .shopAddress > p { min-height: 85px; border-bottom: 1px solid #ccc; }
.subLayer.showShop .shopAddress > p span { display: block; }
.subLayer.showShop .shopAddress > a { margin-top: 15px; }
/* Header - Panier */
/* Header - Panier - Vide */
.subLayer.showBasket .empty { min-width: 300px; }
.subLayer.showBasket .empty .bannPV { margin-top: 15px; }
.subLayer.showBasket .empty .bannPV > a img,
.subLayer.showBasket .empty .bannPV > img { display: block; width: 100%; }
.subLayer.showBasket .basket { min-width: 385px; }
/* Header - Panier - Consultation */
.showBasket .basketList .prods.blocSize3 { width:360px; }
.showBasket .basketList .prods.blocSize4 { width:480px; }
.showBasket .basketList .prods.blocSize5 { width:600px; }
.showBasket .basketList .prods.blocSize6 { width:720px; }
.showBasket .basketList .prods > div > a { display: block; }
.showBasket .basketList .prods > div > a > .img { min-height: 105px; line-height: 95px; }
.showBasket .basketList .prods > div > a > div { margin-top: 10px; }
.showBasket .basketList .prods > div > a > .img > img { max-width: 100%; }
.showBasket .basketList .prods > div > a > .img > .CKDO { width: 100%; max-width: 120px; }
.showBasket .basketList .prods > div > a > div .oldPrice { text-decoration: line-through; }
.showBasket .basketList .total { font-size: 16px; margin: 10px auto; max-width: 300px; position: relative; overflow: hidden; }
.showBasket .basketList .total:after { content: "";position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; border-bottom: 1px solid #c1c1c1; }
.showBasket .basketList .total > span { position: relative; display: block; background-color: #FFF; z-index: 10; }
.showBasket .basketList .total > span:nth-child(1) { padding: 0 10px 1px 0; }
.showBasket .basketList .total > span:nth-child(2) { padding: 0 0 1px 10px; font-size: 21px; line-height: 22px; font-weight: 500; }
.showBasket .basketList .total > span:nth-child(2) > sup { font-size: 11px; top: -.8em; }
.showBasket .basketList .infos { color: #666; font-size: 14px; padding: 5px; }
.showBasket .basketList .actions { margin: 0; }
/* Header - Panier - Ajout */
#lightbox .addedProd > menu > a:first-child { margin-bottom: 10px; }
#lightbox .addedProd .product.CKDO { margin-bottom: 10px; }
#lightbox .addedProd .product.CKDO > .img > img { width: 100%; }
#lightbox .addedProd .infos.box { padding: 5px; }
#lightbox .addedProd .infos.box > p { display: inline-block; width: 90%; vertical-align: top; margin: 0; }
#lightbox .addedProd .actions { margin-top: 10px; }
.cross.basketBlock { margin-top: 10px; }
.cross.basketBlock > p > span { font-size: 17px; line-height: 1; padding: 0 0 0 10px; }
.cross.basketBlock ul { margin-bottom: 0; }
.cross.basketBlock > ul > li .img { margin: 0 0 10px; }
.cross.basketBlock > ul > li .img > a { display: block; }
.cross.basketBlock > ul > li .img > a > img { height: 150px; }
.cross.basketBlock > ul > li .name { display: block; padding: 0 0 5px 0; }
.cross.basketBlock > ul > li .price { display: block; text-align: center;  }
.cross.basketBlock > ul > li .price .best { font-size: 21px; display: block; position: relative; top: 0; width: 100%; }
.cross.basketBlock > ul > li .price .best > sup { font-size: 14px; }
.cross.basketBlock > ul > li .price .old { color: #333; line-height: 25px; display: block; position: absolute; top: 25px; width: 100%; }
.cross.basketBlock > ul > li .price .old > span { font-size: 18px; text-decoration: line-through; }
.cross.basketBlock > ul > li .price .old > sup { font-size: 12px; text-decoration: line-through; }
.cross.basketBlock > ul > li .price .discount { display: none; }
.cross.basketBlock > ul > li .availableColors { display: none; }
/* Header - Compte */
.subLayer.accountMenu .signIn { width: 340px; }
.subLayer.accountMenu .signIn > form { margin-top: 15px; }
.subLayer.accountMenu .signIn > form > input[type="text"],
.subLayer.accountMenu .signIn > form > input[type="email"],
.subLayer.accountMenu .signIn > form > input[type="password"] { width: 100%; margin: 0 0 9px 0; }
.subLayer.accountMenu .signIn > form .options { position: relative; height: 64px; text-align: left; }
.subLayer.accountMenu .signIn > form .options > label { font-size: 0.9em; }
.subLayer.accountMenu .signIn > form .options .errorLogin { position: absolute; top: 0; left: 0; background-color: #FFF; color: #dd0000; font-size: 14px; width: 165px; z-index: 100; }
.subLayer.accountMenu .signIn > form .options .errorLogin > span { display: block; padding: 0 0 0 3px; }
.subLayer.accountMenu .signIn > form .options .lostPass { float: right; margin: 2px 0 0 0; font-size: 15px; }
.subLayer.accountMenu .signIn > form .lostPass > span:not(.fa) { text-decoration: underline; color: #666; font-size: 12px; }
.subLayer.accountMenu .signIn .sep { display: block; width: 100%; margin: 27px 0 32px; height: 1px; background-color: #333; text-align: center; }
.subLayer.accountMenu .signIn .sep > span { background-color: #fff; color: #333; padding: 0 12px; position: relative; text-align: center; top: -12px; }
.subLayer.accountMenu .signIn .ttl { display: block; }
.subLayer.accountMenu .signIn .lbl.new { width: 100%; margin: 0 0 15px 0; font-size: 15px; display: block; }
.subLayer.accountMenu .passPrompt > form { margin: 25px 0 0 0; }
.subLayer.accountMenu .passPrompt > form .errorPass { text-align: center; font-size: 14px; margin: 10px 0; min-height: 30px; display: block; }
.subLayer.accountMenu .passOk .lbl { margin-top: 25px; margin-bottom: 15px; display: block; text-align: center; }
.subLayer.accountMenu .passOk .mail { font-size: 15px; text-align: center; display: block; margin: 0 0 15px 0; }
.subLayer.accountMenu .logged { width: 500px; }
.subLayer.accountMenu .logged .logInfos { margin-top: 15px; }
.subLayer.accountMenu .logged .logInfos > ul:first-child { border-right: 1px solid #d1d1d1; }
.subLayer.accountMenu .logged .logInfos > ul > li { padding-bottom: 10px; }
.subLayer.accountMenu .logged .logInfos > ul > li > a { font-size: 12px; text-align: left; }
/* Header - Compte - Reservation */
.mainHeader .mainMenu .menuLayer .subLayer.showResa { right: 20px; }
/* Header - Compte - Reservation - Vide */
.subLayer.showResa .empty { min-width: 300px; }
.subLayer.showResa .basket { min-width: 385px; }
/* Header - Compte - Reservation - Consultation */
.showResa .basketList .prods.blocSize3 { width:360px; }
.showResa .basketList .prods.blocSize4 { width:480px; }
.showResa .basketList .prods.blocSize5 { width:600px; }
.showResa .basketList .prods.blocSize6 { width:720px; }
.showResa .basketList .prods > div > a { display: block; }
.showResa .basketList .prods > div > a > .img { min-height: 105px; line-height: 95px; }
.showResa .basketList .prods > div > a > div { margin-top: 10px; }
.showResa .basketList .prods > div > a > .img > img { max-width: 100%; }
.showResa .basketList .prods > div > a > .img > .CKDO { width: 100%; max-width: 120px; }
.showResa .basketList .prods > div > a > div .oldPrice { text-decoration: line-through; }
.showResa .basketList .infos { color: #666; font-size: 14px; padding: 5px; }
.showResa .basketList .actions { margin-top: 15px; }
/* Header - Menu */
.mainHeader .menuBtn { display: none; }
nav.mainNav { display: block; margin: 0 auto 20px auto; position:relative; height: 40px; z-index: 1090; }
nav.mainNav > .container { text-align: center; margin-top: 0; height: auto; }
nav.mainNav > .container > span { position: relative; font-weight: 300; line-height: 37px; display: inline-block; font-family: 'Quicksand'; }
nav.mainNav > .container > span:after { content: "|"; color: #FFF; font-size: 13px; position: relative; top: -3px; }
nav.mainNav > .container > span:last-child:after { display: none; }
nav.mainNav > .container > span a { font-size: 20px; transition: background-color 0.2s ease 0s, color 0.2s ease 0s; display: inline-block; padding: 0 10px; line-height: 40px; }
nav.mainNav .mainNavLayer { background-color: rgba(255,255,255,0.9); height:0; left:0; overflow:hidden; position: absolute; right: auto; top: 40px; margin: 0 auto; width:100%; z-index:110; font-size:14px }
nav.mainNav .mainNavLayer > div { display:block; max-width: 1170px; margin:0 auto; padding:20px 0 50px 0; }
nav.mainNav .mainNavLayer .catalog .sousCat .inner > a { font-size: 16px; color: #000; margin: 0 0 15px 0; display: block; transition: color 0.2s ease 0s; font-family: 'Quicksand'; }
nav.mainNav .mainNavLayer .selections > a { text-transform: uppercase; }
/* Header - Menu - Bloc bannières */
nav.mainNav .mainNavLayer > div > aside > [data-_="grd"] > div > a { display: block; }
nav.mainNav .mainNavLayer > div > aside > [data-_="grd"] > div > img,
nav.mainNav .mainNavLayer > div > aside > [data-_="grd"] > div > a > img { width: 100%; }
/* Header - Sticky */
body.sticky .mainHeader { position: fixed; top: 0; left: 0; width: 100%; opacity: 1; transition: 0.3s opacity ease; z-index: 10000; }
body.sticky .mainHeader:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; }
body.sticky.modal-open .mainHeader { opacity: 0; }
body.sticky .mainHeader > .container { padding-top: 0; padding-bottom: 0; }
body.sticky .mainHeader > .container > .logo { display: none; }
body.sticky .mainHeader > .container > .logoSticky,
body.sticky .mainHeader > .container > .stickyMenu { display: inline-block; }
body.sticky .mainHeader > .container > .logoSticky { margin-top: 5px; }
body.sticky .mainHeader > .container > .stickyMenu { height: 37px; z-index: 10; }
body.sticky .mainHeader > .container > .stickyMenu .container { font-size: 17px; width: 100%; padding: 0; }
body.sticky .mainHeader > .container > .stickyMenu .container > span { position: relative; display: inline-block; }
body.sticky .mainHeader > .container > .stickyMenu .container > span:after { content: "|"; font-size: 13px; position: relative; top: -3px; }
body.sticky .mainHeader > .container > .stickyMenu .container > span:last-child:after { display: none; }
body.sticky .mainHeader > .container > .stickyMenu .container > span > a { line-height: 35px; display: inline-block; padding: 0 10px; transition: background-color 0.2s ease 0s, color 0.2s ease 0s; font-family: 'Quicksand'; }
body.sticky .mainHeader > .mainNavLayer { background-color: rgba(255,255,255,0.9); height: 0; margin: 0 auto; overflow: hidden; position: absolute; top: 37px; width: 100%; }
body.sticky .mainHeader > .mainNavLayer:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; }
body.sticky .mainHeader > .mainNavLayer > div { display: block; max-width: 1170px; margin: 0 auto; padding: 20px 0 50px 0; }
body.sticky .mainHeader > .mainNavLayer .catalog .sousCat .inner > a { font-size: 16px; color: #000; margin: 0 0 15px 0; display: block; transition: color 0.2s ease 0s; font-family: 'Quicksand'; }
body.sticky .mainHeader > .container > .searchLayer { display: none; }
body.sticky .mainHeader > .container > .mainMenu { width: auto; margin-top: 10px; margin-left: 0; }
body.sticky .mainHeader > .container > .mainMenu .menuLayer { width: 60px; }
body.sticky .mainHeader > .container > .mainMenu .menuLayer .menuLayerLink .count { right: -23px; }
body.sticky .mainHeader > .container > .mainMenu .menuLayer .menuLayerLink .count > span { font-size: 11px }
body.sticky .mainHeader > .container > .mainMenu .menuLayer .menuLayerLink > strong { display: none; }
body.sticky .mainHeader .mainMenu .menuLayer > .boxOpened { top: 30px; }
body.sticky .mainHeader .mainMenu .menuLayer .subLayer { top: 40px; }
body.sticky .mainHeader .mainMenu .menuLayer .subLayer.showResa { right: 0; }


/* Header - Simple */
.siteLayer > header.simple { height: 120px; position: relative; text-align: center; }
.siteLayer > header.simple.checkout { margin: 0 0 65px 0; }
.siteLayer > header.simple > .container { height: 100%; position: relative; }
.siteLayer > header.simple:after { border-bottom: 1px solid #75787b; content: " "; display: block; left: 0; position: absolute; top: 50%; width: 100%; z-index: -1; }
.siteLayer > header.simple .logo { background: #fff; display: inline-block; padding: 0 45px; position: relative; top: 20px; width: 411px; }
	.siteLayer > header.simple .logo img.big { display: block; height: 100%; margin: 0 auto; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; } 
	.siteLayer > header.simple .logo img.small { display: none; } 
	.siteLayer > header.simple .logo img.big { display: block; max-width: 140px; margin: 0 auto; }
	.siteLayer > header.simple .logo img.small { display: none; }
.siteLayer > header.simple .rea { bottom: 58px; position: absolute; right: 0; }
	.siteLayer > header.simple .rea { background:#fff; display:block; font-size:0; padding:0 8px; }
	.siteLayer > header.simple .rea > span { display:inline-block; vertical-align:bottom; }
	.siteLayer > header.simple .rea > span:nth-child(1) { font-size: 35px; line-height: 30px; }
	.siteLayer > header.simple .rea > span.cont { padding:0 0 0 13px; text-align:left; }
	.siteLayer > header.simple .rea > span.cont > span:nth-child(1) { color: #666; display:block; font-size:15px; }
	.siteLayer > header.simple .rea > span.cont > span:nth-child(2) { color: #12aae0; font-size:15px; line-height:1; }
.siteLayer > header.simple .popover { min-width: 400px; }
.siteLayer > header.simple .popover > .popover-content > div  { text-align: center; }
/* Checkout - Etapes checkout */
.siteLayer header.checkout { margin: 0 0 65px 0; }
.tunnelStep { display: inline-block; vertical-align: top; border-top: 1px solid #999; width: 100%; max-width: 410px; margin: 0 auto; height: 1px; position: relative; }
.tunnelStep > li { display: inline-block; position: absolute; top: -18px; text-align: center; }
.tunnelStep > li:nth-child(1) { left: 0; }
.tunnelStep > li:nth-child(2) { left: 31%; }
.tunnelStep > li:nth-child(3) { left: 62%; }
.tunnelStep > li:nth-child(4) { left: 93%; }
.tunnelStep > li .stepNb { display: block; width: 35px; height: 35px; border: 2px solid #999; border-radius: 100%; font-size: 22px; color: #666; line-height: 31px; background-color: #FFF; }
.tunnelStep > li .stepLbl { position: absolute; bottom: -20px; left: -30px; color: #666; width: 100px; font-size: 13px; }

/* Footer - Reassurance */
section.reassurance { margin-top: 30px; }
section.reassurance > div { min-height: 145px; }
section.reassurance > div > a { display: block; }
section.reassurance > div > a > p { font-size: 14px; height: 65px; margin: 0; }
section.reassurance > div > a > img { transition: all 200ms linear; transform: scale(0.9);  }
section.reassurance > div > a:hover > img { transform: scale(1); }

/* Footer - Normal */
.mainFooter { border-top: 1px solid #ddd; margin: 30px 0 50px; }
.mainFooter .footerInfos > a,
.mainFooter .footerInfos > span { display: inline-block; border-right: 1px solid #000; margin: 15px 0; padding: 0 20px; font-size: 12px; }
.mainFooter .footerInfos > a:last-child,
.mainFooter .footerInfos > span:last-child { border: none; }
.mainFooter .footerInfos > .siteMapBtn { cursor: pointer; border: 0; }
.mainFooter .footerInfos > .siteMapBtn > .fa { margin-left: 0.5em; }
.mainFooter .footerInfos > .siteMapBtn > .up { display: none; }
.mainFooter .footerInfos > .siteMapBtn.active > .up { display: inline-block; }
.mainFooter .footerInfos > .siteMapBtn.active > .down { display: none; }
.mainFooter .footerSocial li { line-height: 45px;}

/* Footer - Plan du site */
#siteMap { height: 0; overflow: hidden; transition: 0.5s border-color ease; border: 1px solid transparent; }
#siteMap .cont { padding: 20px 0; }
#siteMap .cont > div > .title { font-size: 18px; margin: 0 0 20px 0; display: block; }
#siteMap .cont > div > a { display: block; font-size: 15px; margin: 0 0 15px 0; }

/* Footer - SEO */
#seoFooter { position: absolute; bottom: 0; width: 90%; margin: 0 5%; }
#seoFooter [data-_="grd"],
#seoFooter [data-_="grd"] > div { height: auto !important; }
#seoFooter [data-_="grd"] > div { padding: 20px 0 !important; }
#seoFooter h1, 
#seoFooter h2, 
#seoFooter h3, 
#seoFooter h4, 
#seoFooter h5 { display: inline; font-size: 1em; margin: 0; }
#seoFooter [data-_="grd"] > div > p { display: inline; font-size: 0.8em; }
#seoFooter a { text-decoration: underline; }

/* Général - Pré-Footer */
div.loi { margin-top: 20px; }
div.loi h5 { color: #666; display: block; font-size: 13px; line-height: 1; margin: 15px 0 0 0; }
div.loi  p { color: #999; display: block; font-size: 13px; }
menu.back .requiredFields { font-size: 13px; color: #666; }

/* Slider Marques */
section.brands .boxTitle { text-transform: uppercase; }
.boxContent.swipeBrands { position: relative; padding-bottom: 40px; }
.swipeBrands .swiper-slide { width: 12%; padding: 0 11px; }
.swipeBrands .swiper-slide > a { display: block; }
.swipeBrands .swiper-slide img { width: 100%; } 

/* Acceptation des cookies */
#cookies_law { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 9989; background-color: #FFF; padding: 20px; border: 1px solid #00acdf; box-shadow: 0 -5px 10px 0 rgba(102, 102, 102,0.3); }
#lightbox.cookies_law .modal-dialog { width: 900px; }
#lightbox.cookies_law .item { margin-bottom: 30px; }
#lightbox.cookies_law .item .chk { padding-top: 15px; padding-bottom: 15px; }
#lightbox.cookies_law .item .txt { padding-top: 5px; padding-bottom: 5px; }
.cookies_1,
.cookies_2,
.cookies_3 { display: none !important; }
.cookies_1.allowed,
.cookies_2.allowed,
.cookies_3.allowed { display: block !important; }

/* Guide des tailles */
table.size_guid { width: 100%; font-size: 0.9em; border-collapse: separate; border-spacing: 4px 4px;  }
table.size_guid td { height: 25px; }
table.size_guid.men > thead > tr > td.main_ttl { background-color: #0155b7; color: #FFF; font-weight: 400; }
table.size_guid > tbody > tr > td.ttl { background-color: #0ea7e1; color: #FFF; font-weight: 400; }
table.size_guid > tbody > tr > td { text-align: center; background-color: #f2f2f2; color: #0155b7; }

/* Page recherche */
.noSearchResultList { height: auto!important; }
.noSearchResultList > [data-_=grd] > div { position: relative!important; height: auto!important; }

/* Lightbox Documents */
#lightbox.lightbox_doc [data-_="grd"] { height: auto !important; }
#lightbox.lightbox_doc [data-_="grd"] > div.elt-7 { position: relative !important; height: auto !important; width: auto !important; } 


/* ----- [TAB Portrait + minitab Paysage] ----- */
@media 	only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait),
		only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
	/* Header - General */
	.mainHeader .logo { max-width: 200px; }
	
	/* Header - Menu */
	nav.mainNav .mainNavLayer > div { max-width: 970px; }	
	nav.mainNav > .container > span a { font-size: 15px; }
}

/* ----- [MOB] ----- */
@media (max-width: 767px) {
	
	/* Header - General */
	.mainHeader { height: 60px; border-bottom: 1px solid #666; padding-bottom: 10px; }
	.mainHeader .logo { position: absolute; top: 0; left: 18%; width: 65%; height: 50px; line-height: 50px; text-align: center;  }
	.mainHeader .logo > img { height: 100%; width: auto; }
	.mainHeader .mainMenu .menuLayer > .menuLayerLink > strong { width: auto !important; font-weight: 300; }
	/* Header - Recherche */
	.mainHeader > .container > .searchLayer { display: none; }
	.siteLayer .menuMob .searchLayer { display: inline-block; background-color: #FFF; position: relative; top: 0; left: 0; width: 100%; border-bottom: 1px solid #666; padding: 10px; }
	/* Header - Panier */
	.mainHeader > .container > .hdrCart { font-size: 20px; float: right; position: absolute; top: 15px; right: 20px; z-index: 10; }
	/* Header - Panier - Ajout */
	#lightbox .addedProd > menu > a:first-child { margin-bottom: 10px; }
	#lightbox .addedProd .product .img > img { max-width: 100%; }
	#lightbox .addedProd .product.CKDO { margin-bottom: 10px; }
	#lightbox .addedProd .product.CKDO > .img > img { width: 100%; }
	.cross.basketBlock > ul > li .img > a > img { height: auto; width: 100%; }
	#lightbox .addedProd .infos.box { margin-top: 10px; }
	
	/* Header - Sticky */
	body.sticky .mainHeader { border: none; }
	body.sticky .mainHeader .container > .logoSticky, 
	body.sticky .mainHeader .container > .stickyMenu { display: none; }
	body.sticky .mainHeader .container > .logo { display: inline-block; }
	body.sticky .mainHeader > .mainNavLayer { border: none; }
	/* Header - Menu */
	#swipe_menu { position: fixed; top: 60px; left: 0; bottom: 0; width: 15px; }
	.siteLayer > .mainNav { display: none; }
	.mainHeader > .container > .mainMenu { display: none; }
	.mainHeader .menuBtn { display: block; position: absolute; top: 0; left: 0; width: 15%; height: 51px; text-align: center; z-index: 9999; }
	.mainHeader .menuBtn > strong { display: block; font-size: 0.8em; line-height: 16px; }
	#menuBurger { position: relative; width: 30px; height: 20px; overflow: hidden; display: block; margin: 10px auto 5px; }
	#menuBurger:before, 
	#menuBurger:after, 
	#menuBurger span { position: absolute; top: 50%; left: 0; right: 0; margin-top: -2px; background: #333; height: 15%; transition: all .2s linear;	}
	#menuBurger:before, 
	#menuBurger:after { content: ""; top: 10%; }
	#menuBurger:after { top: 90%; }
	.menuMob { display:block; }
	.siteLayer.menuOpen { overflow: hidden; }
	.siteLayer.menuOpen #menuBurger span { opacity: 0; }
	.siteLayer.menuOpen #menuBurger:after, 
	.siteLayer.menuOpen #menuBurger:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 50%; left: 0; right: 0; }
	.siteLayer.menuOpen #menuBurger:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
	.menuMob { position: absolute; left: 0; top: 59px; width: 100%; z-index: 9960; background-color: #FFF; overflow: hidden;
		transform: translateX(-100%);
		-o-transform: translateX(-100%); 
		-ms-transform: translateX(-100%);
		-moz-transform: translateX(-100%); 
		-webkit-transform: translateX(-100%);
		transition: transform 0.5s ease 0s; 
		-webkit-transition: transform 0.5s ease 0s; 
		transform-style: flat;
		-o-transform-style: flat;
		-ms-transform-style: flat;
		-moz-transform-style: flat;
		-webkit-transform-style: flat;
	}
	.siteLayer.menuOpen .menuMob { 
		transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform-style: flat;
		-o-transform-style: flat;
		-ms-transform-style: flat;
		-moz-transform-style: flat;
		-webkit-transform-style: flat;
	}
	.menuMob > .content { display: inline-block; background-color: #FFF; width: 100%; overflow-x: hidden; overflow-y: auto; padding: 0; }
	.menuMob .mainMenu { position: relative; top: 0; left: 0; width: 100%; overflow: hidden; }
	.menuMob .mainMenu .menuLayer { height: 60px; position:relative; border-bottom: 1px solid #d4d4d4; padding-top: 20px; padding-bottom: 10px; }
	.menuMob > .content nav.mainNav { border: 0; margin: 0; height: auto; }
	.menuMob > .content nav.mainNav > .container { margin: 0; padding: 0; }
	.menuMob > .content nav.mainNav > .container > span { position: relative; display: block; text-align: left; top: auto; }
	.menuMob > .content nav.mainNav > .container > span:after { display: none; }
	.menuMob > .content nav.mainNav > .container > span > a { font-size: 20px; display: block; transition: none; border-bottom: 1px solid #FFF; background-color: #224a64; }
	.menuMob > .content nav.mainNav > .container > span > a > div { font-size: 0.8em; }
	.menuMob > .content nav.mainNav > .container > span > a > div .fa-chevron-right { display: inline-block; }
	.menuMob > .content nav.mainNav > .container > span > a > div .fa-chevron-down,
	.menuMob > .content nav.mainNav > .container > span > a > div .fa-chevron-up,
	.menuMob > .content nav.mainNav > .container > span > a > div .fa-refresh { display: none; font-size: 1em; }
	.menuMob > .content nav.mainNav > .container > span.collapsible > a > div .fa-chevron-down { display: inline-block; }
	.menuMob > .content nav.mainNav > .container > span.collapsible > a.selected > div .fa-chevron-up { display: inline-block; }
	.menuMob > .content nav.mainNav > .container > span.collapsible > a.selected > div .fa-chevron-down { display: none; }
	.menuMob > .content nav.mainNav > .container > span.collapsible > a > div .fa-chevron-right { display: none; }
	.menuMob > .content nav.mainNav > .container > span > a.loading > div .fa-chevron-right,
	.menuMob > .content nav.mainNav > .container > span > a.loading > div .fa-chevron-down,
	.menuMob > .content nav.mainNav > .container > span > a.loading > div .fa-chevron-up { display: none; }
	.menuMob > .content nav.mainNav > .container > span > a.loading > div .fa-refresh { display: inline-block; }
	
	.menuMob > .content nav.mainNav > .container .mainNavLayer { height: 0; overflow: hidden; position: relative; top: 0; }
	.menuMob > .content nav.mainNav > .container .mainNavLayer > div { padding: 0; }
	.menuMob > .content nav.mainNav > .container .mainNavLayer .sousCat { overflow: hidden; padding: 0; }
	.menuMob > .content nav.mainNav > .container .mainNavLayer .sousCat .inner { text-align: left; }
	.menuMob > .content nav.mainNav > .container .mainNavLayer .sousCat a { border-bottom: 1px solid #FFF; display: block; font-size: 18px; height: 39px; line-height: 39px; padding: 0 10px; position: relative; margin: 0; font-weight: 300; }
	.menuMob > .content nav.mainNav > .container .mainNavLayer .sousCat a:last-child { border: none; }
	.menuMob > .content nav.mainNav > .container .mainNavLayer .selections a { border-bottom: 1px solid #ccc; display: block; font-size: 18px; height: 39px; line-height: 39px; padding: 0; position: relative; margin: 0; }
	.menuMob > .content nav.mainNav > .container .mainNavLayer .sousCat a .fa-chevron-right,
	.menuMob > .content nav.mainNav > .container .mainNavLayer .selections a .fa-chevron-right { display: inline-block; font-size: 0.7em; color: #333; }
	.menuMob > .content nav.mainNav > .container .mainNavLayer .sousCat a .fa-refresh,
	.menuMob > .content nav.mainNav > .container .mainNavLayer .selections a .fa-refresh { display: none; font-size: 1em; }
	.menuMob > .content nav.mainNav > .container .mainNavLayer .sousCat a.loading .fa-chevron-right,
	.menuMob > .content nav.mainNav > .container .mainNavLayer .selections a.loading .fa-chevron-right { display: none; }
	.menuMob > .content nav.mainNav > .container .mainNavLayer .sousCat a.loading .fa-refresh,
	.menuMob > .content nav.mainNav > .container .mainNavLayer .selections a.loading .fa-refresh { display: inline-block; }
	
	.menuMob > .content nav.mainNav > .container .mainNavLayer .doc > [data-_="grd"] { width: 100%; height: auto !important; }
	.menuMob > .content nav.mainNav > .container .mainNavLayer .doc > [data-_="grd"] > div { position: relative !important; height: auto !important; }
	
	.menuMob > .content .mainMenu .menuLayer > .menuLayerLink { text-align: left; }
	.menuMob > .content .mainMenu .menuLayer > .menuLayerLink > .fa { text-align: center; float: left; }
	.menuMob > .content .mainMenu .menuLayer > .menuLayerLink > strong { height: 30px; overflow: hidden; }
	.menuMob > .content .mainMenu .menuLayer > .menuLayerLink.blockMagasin > strong > .infos { position: relative; top: -5px; }
	.menuMob > .content .mainMenu .menuLayer > a > strong .infos > span > sup { font-size: 9px; }
	
	/* Header - Simple */
	.siteLayer header.simple { border-bottom: 1px solid #666; height: 72px; text-align: left; }
	.siteLayer header.simple { margin: 0 0 35px 0; }
	.siteLayer > header.simple.checkout { margin: 0 0 20px 0; }
	.siteLayer header.simple:after { display:none; }
		.siteLayer header.simple > .container { display: inline-block; height: auto; width: 35px; position: absolute; top: 12px; left: 12px; padding: 0; }
			.siteLayer header.simple > .container > .logo { top: 10px; width: 300px; }
			
		.siteLayer header.simple.checkout > .container > .logo { padding: 0; top: 0; width: 100%; margin: 0; }
				.siteLayer header.simple.checkout > .container > .logo img.big { display: none; }
				.siteLayer header.simple.checkout > .container > .logo img.small { display: block; width: 100%; }
		.siteLayer header.simple.checkout .tunnelStep { margin: 28px 0 0 19%; width: 68%; }
			.siteLayer header.simple.checkout .tunnelStep > li:not(.active) .stepLbl { display: none; }
	.siteLayer > header.simple .popover { min-width: 320px; }
	.siteLayer > header.simple .popover .row > div:last-child { margin-top: 10px; }
	
	
	/* Footer - Normal */
	.mainFooter .footerInfos > span,
	.mainFooter .footerInfos > a { display: block; border: 0; font-size: 1em; text-align: left; color: #FFF; border-bottom: 1px solid #FFF; padding: 10px 10px; margin: 0; }
	.mainFooter .footerInfos > .siteMapBtn > .fa { float: right; }
	.mainFooter .footerSocial { padding: 0; }
	.mainFooter .footerSocial > ul { overflow: hidden; }
	.mainFooter .footerSocial ul:first-child:after { display: none; }
	.mainFooter .footerSocial li .tooltip { display: none !important; }
	
	/* Footer - Plan du site */
	#siteMap.open { margin-bottom: 20px; }
	#siteMap .cont { background-color: #FFF; }
	
	/* Acceptation des cookies */
	#lightbox.cookies_law .modal-dialog { width: auto; }
	#lightbox.cookies_law .item { margin-bottom: 30px; }
	#lightbox.cookies_law .item .chk { padding-top: 15px; padding-bottom: 15px; }
	#lightbox.cookies_law .item .txt { padding-top: 5px; padding-bottom: 5px; }
	
	/* Guide des tailles */
	#lightbox .size_guid > p > img { width: 100%; }
}