/* ------------------------------------------------------- *\
 				 		SUB H E A D E R
\* ------------------------------------------------------- */

.subHeader-ul{
	margin: 0px;
	padding: 0px;
	height: 40px;
}
.subHeader-ul li{
	  float: left;
  height: 40px;
  line-height: 14px;
  margin-right: 20px;
  margin-left: 20px;
}
.subHeader-ul li img{
	height: 20px;
	margin-right: 5px;
	margin-top: -3px;
	float: left;
}
.subHeader-ul li span{
	float: left;
	color: #FFF;
}

/* ------------------------------------------------------- *\
 				 		H E A D E R
\* ------------------------------------------------------- */

.header-logo{
	position: absolute;
	top: 65px;
	left: 15px;
}
.header-menu{
	width: 100%;
	height:60px;
	margin-top: 142px;
	background:#000;
}
.header-menu-ul{

	height: 60px;
	line-height: 60px;
	padding: 0px;
	margin: 0;
	text-decoration: none;
	list-style: none;
}
.header-menu-li{
	height: 60px;
	position: relative;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}
.header-menu-link {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 2px 20px;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #FFF;
  font-weight: 300;
}
.header-menu-li:hover{
	background-color: #0371d3;
	color: #FFF;
}
.lvl0-expand{
	background-color: #0371d3;
	color: #FFF;
}
.hearder-menu-search{
	margin-right: 15px;
	margin-top: 15px;
}
.hearder-menu-search input{
	width: 230px;
	height: 30px;
	border:none;
	padding-left: 10px;
	color: #d7d7d7;
	font-size: 12px;
	text-transform:uppercase;
	float: left;
}
.hearder-menu-search .goSearch{
	width: 30px;
	height: 30px;
	border:none;
	text-transform:uppercase;
	background: #FFF url(../../img/theme/design/search.png) 5px 5px no-repeat;
}
.header-subMenu-lvl1{
	display: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	position: absolute;
	top: 60px;
	width: 100%;
	background: #0371d3;
	list-style: none;
	color: #FFF;
	text-transform: uppercase;
}
.header-subMenu-lvl1-li{
	position: relative;
	height: 35px;
	line-height: 40px;
	padding-left: 9px;

	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
}
.header-subMenu-lvl1-li:hover{
	cursor: pointer;
	background-color: #41a6ff;
}
.lvl1-expand{
	background-color: #41a6ff;
	color: #FFF;
}
.header-subMenu-lvl1-link{
	color: #FFF;
}

.header-subMenu-lvl2{
	display: none;
	position: absolute;
	top:0px;
	left: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	width: 100%;
	background: #41a6ff;
	list-style: none;
	color: #FFF;
	text-transform: uppercase;
}
.header-subMenu-lvl2-li{
	height: 25px;
	line-height: 30px;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
}

.lvl2-expand{
	background-color: #FFF;
	color: #41a6ff;
}
.header-subMenu-lvl2-link{
	cursor: pointer;
	display: inline-block;
	width: 100%;
	height: 25px;
	line-height: 28px;
	padding-left: 10px;
	color: #FFF;
}
.header-subMenu-lvl2-link:hover{
	background-color: #FFF;
	color: #41a6ff;
}
.lvl2-active{
	background-color: #FFF;
	color: #41a6ff;
}

/* ------------------------------------------------------- *\
 				 		BUTTON
\* ------------------------------------------------------- */
.wrapBtn{
	margin-top: 30px;
	text-align: center;
	height: 80px;
	padding-top: 19px
}
.newBTN{
	cursor: pointer;
	display: inline-block;
	padding: 10px 30px;
	background: #0371d3;
	border: 0px;
	color:#fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.newBTN:hover{
	color: #fff;
	background: #41a6ff;
}
.btn-low {
	line-height: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.beaadcrumbBTN{
	position: relative;
	cursor: pointer;
	display: inline-block;
	height: 27px;
	line-height: 17px;
	padding: 6px 11px 6px 32px;
	margin-left: 1px;
	border: 0px;
	color: #FFF;
	background: #000;
	font-size: 16px;
}
.beaadcrumbBTN:before{
	position: absolute;
	left: 4px;
	top: -4px;
	content : url(../../img/theme/design/arrow-beamcrub.png);
	
}
.beaadcrumbBTN:hover{
	color: #FFF;
}
/* ------------------------------------------------------- *\
 				 		 GLOBAL
\* ------------------------------------------------------- */

.content-breadcrumb{
	margin-top: 20px;
	height: 40px;
}

/* ------------------------------------------------------- *\
 				 		 USER 
\* ------------------------------------------------------- */
.user-bloc-index{
	position: relative;
}
.user-information-bar{
	background: #f2f2f2;
	margin-top: 52px;
}
.user-information-bar-labelInformation {
	font-size: 19px;
	font-family: 'Roboto', sans-serif;
	color: #a3a3a3;
	font-weight: 300;
	text-transform: uppercase;
	height: 52px;
	line-height: 52px;
	text-align: left;
}
.user-infoAdresse {
	position: relative;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	margin-top: 25px;
	margin-bottom: 65px;
}
.user-wrap-submit{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.user-wrap-deco {
	width: 125px;
	display: block;
	cursor: pointer;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	color: #000;
	background: url('../../img/theme/design/spritepanier.png') no-repeat 100px -3px;
	background-size: 30px;
}
.user-btnDeco {
	color: #000;
	font-size: 14px;
	margin-right: 10px;
	text-transform: none;
	font-weight: 500
}
.user-footer{
	background: #f2f2f2;
	height: 247px;
}
.user-footer-Col{
	
}
.user-footer-icon{
	width: 100%; 
	height: 60px;
	margin-bottom: 20px;
	display: inline-block;
	margin-top: 57px;
}
.user-footer-title{
	text-align: center;
}
.user-footer-content {
	float: left;
	display: inline;
	line-height: 18px;
	padding: 1px;
	padding-right: 8px;
	background: #000;
	color: #FFF;
	font-size: 16px;
	margin-left: 46px;
	margin-bottom: 1px;
}
.user-footer-icon-1{ background: url(../../img/theme/design/spriteUserFooter.png) no-repeat 103px;}
.user-footer-icon-2{ background: url(../../img/theme/design/spriteUserFooter.png) no-repeat -178px; }
.user-footer-icon-3{ background: url(../../img/theme/design/spriteUserFooter.png) no-repeat -440px; }
.user-footer-icon-4{ background: url(../../img/theme/design/spriteUserFooter.png) no-repeat -723px; }
.user-footer-content{
	
}	



/* ------------------------------------------------------- *\
 				 		 USER LOGIN
\* ------------------------------------------------------- */


.content-user-login{
	
}
.content-bloc-user-login{
 	width: 80%
}
.content-user-signup{
	border-left:1px solid #000; 
}
.content-bloc-user-signup{
	 width: 80%;
	 float:right;
}
.user-forgot{
	color: #FF0000;
}
.user-forgot:hover{
	color: #cbcbcb;
}
.user-champObli{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #000;
	font-style: italic;
	font-weight: 500;
}

/* ------------------------------------------------------- *\
 				 		 USER INFORMATION
\* ------------------------------------------------------- */


.user-checkLivraion {
	min-height: 60px;
	position: relative;
	margin-top: 40px;
}
.user-content-libelle{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	margin: 20px 50px 20px 0px;
}



/* ------------------------------------------------------- *\
 				 		 USER LOGIN
\* ------------------------------------------------------- */
.user-InvoiceRowLabel{
	margin-top: 54px;
	text-align: center;
	font-size: 16px;
	color: #000;
}
.user-InvoiceRowLabel img{
	margin:10px auto;
}

/* ------------------------------------------------------- *\
 				 		 PRODUIT 
\* ------------------------------------------------------- */
.product-content{
	margin-top: 15px;
	padding-bottom: 35px;
	border-bottom: 1px solid #b3b3b3;
}
.product-item{
	position: relative;
	width: 228px;
	height: 228px;
	border: 1px solid #e6e6e6;
	float: left;
}
.product-item-img{
	margin:40px auto;
	
}
.product-wrap-info{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 60px;
}
.product-item-price{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #d4151e;
	font-weight: bold;
	text-align: center;

}
.product-item-name{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
/* ------------------------------------------------------- *\
 				 		 PRODUIT VIEW
\* ------------------------------------------------------- */
.product-view{
	
}
.product-content-desc{
	position: relative;
	padding-top: 43px;
	border-right:1px solid #b3b3b3;
}
.produit-view-title{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color: #636362;
	font-weight: bold;
	text-transform: uppercase;
	
}
.produit-view-ref{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #3d3d3d;
	font-weight: 300;
}
.produit-view-img{
	widows: 360px;
	height: 290px;
	margin-top: 30px;
	background: #f2f2f2
}
.produit-view-img-loader{
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 30px;
}
.produit-view-img p {
	margin: 0px;
	width: 100%;
	height: 290px;
	line-height: 290px;
	text-align: center;
}
.product-view-thumb{
	vertical-align: middle;
}
.produit-view-wrapDesc{

}
.produit-view-title-desc{
	margin-top: 35px;
	margin-bottom: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #a3a3a3;
	text-transform: uppercase;
}
.produit-view-desc{
	text-align: justify;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #666666;

}
.produit-view-price{
	line-height: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 50px;
	color: #636362;
	font-weight: bold;
}
.produit-view-livraison{
	margin-top: 20px ;
	color:#d3151e;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
}
.produit-wrapBtnShop{
	margin: 20px 0px;
}

.btnShopQtn{
	line-height: 18px;
	float: left;
	width: 38px;
	height: 18px;
	background: #FFFFFF;
	text-align: center;
}
.btnShopMoins{
	cursor: pointer;
	float: left;
	margin: 0px;
	width: 38px;
	height: 18px;
	background: #FF0000 url('../../img/theme/design/quantite.png') 23px 3px no-repeat;
}
.btnShopPlus{
cursor: pointer;
float: left;
margin: 0px;
width: 38px;
height: 18px;
background: #FF0000 url('../../img/theme/design/quantite.png') -23px 3px no-repeat;
}
.produit-wrapColoris{
	width: 160px;
	
}
.produit-Coloris-item{
	cursor: pointer;
	width: 43px;
	height: 19px;
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	
}
.coloris-actif{
	border: 2px solid #ff0000 !important;
}
.product-btn-AddShop{
	border: none;
	background: transparent;
	margin: 15px 0px;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #a3a3a3;
	font-weight: 300;
	text-transform: uppercase;
}
.product-btn-AddShop:hover{
	color: #ff0000;
}
.produit-spanDesc{
	display: inline-block;
	color:#3d3d3d;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 300;
}
.produit-spanDesc-cond{
	display: inline-block;
	color:#3d3d3d;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.product-item-asocie{
	margin-bottom: 35px;
	
}
.produit-item-img{
	width: 172px;
	height: 153px;
	background: #f2f2f2
}
.produit-item-img p{
	margin: 0px;
	width: 100%;
	height: 153px;
	line-height: 153px;
	text-align: center;
}
.product-view-thumb{
	vertical-align: middle;
}
.product-associes{
	padding-top: 43px;
	padding-left: 26px;
}
.product-associe-img{
	padding-left: 20px;
}
.product-associe-desc{
	padding-left: 33px;
}
.product-associe-price{
	margin-top: 20px;
}


/* ------------------------------------------------------- *\
 				 		 PANIER STEP1 
\* ------------------------------------------------------- */



.panier-wstep{
	width: 955px;
	margin: 40px auto;
}
.panier-step-libelle{
	color:#b3b3b3;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	
}
.panier-step-number{

	position: absolute;
	left: 73px;
	top:3px;

	color:#b3b3b3;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
}
.panier-step{
	cursor: pointer;
	position: relative;
	padding-left: 110px;
	margin-left: 5px;
	height: 54px;
	line-height: 55px;
	text-align: right;
	float:left;
	background: url('../../img/theme/design/spritePanierStep.png') no-repeat 0px 0px;
}
.panier-step-isactif{
	background: url('../../img/theme/design/spritePanierStep.png') no-repeat 0px -126px;
}
.panier-step-isactif .panier-step-number{ color:red;}
.panier-step-isactif .panier-step-libelle{ color:red;}


.panier-step-hasactif{
	background: url('../../img/theme/design/spritePanierStep.png') no-repeat 0px -62px;
}
.panier-step-hasactif .panier-step-number{ color:#4d4d4d; left: 72px;}
.panier-step-hasactif .panier-step-libelle{ color:#4d4d4d;}
.content-bloc-panier{
	margin-top: 30px;
}


.panier-ligne{
	position: relative;
}
.panier-ligne:first-child {
	border: 0px;
}
.panier-ligne-thumb{
	
}
.panier-ligne-thumb p{
	border:1px solid #e6e6e6;
	height: 114px;
	width: 114px;
	margin: 0px;
	height: 114px;
	line-height: 114px;
	text-align: center;
}
.panier-ligne-thumb img{
	
}
.panier-ligne-name {
	padding-top: 30px;
}
.panier-titleProduct {
	font-weight: 700;
	color: #636362;
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 0px;
}
.panier-ligne-delai {
	padding-top: 36px;
	font-size: 14px;
	color: #d3151e;
	font-family: 'Roboto Condensed', sans-serif;
}
.fixPanier{
	width: 115px;
	text-align: center;
	margin: 0px auto;
	margin-top: 20px ;
}
.panier-ligne-quantite {
	margin-top: 10px;
}
.panier-ligne-titlePanier {
	font-size: 18px;
	margin-top: 5px;
	font-weight: 400;
}
.panier-ligne-sup {
	text-align: center;
	margin-top: 50px;
	padding-left: 50px;
}
.panier-btndeletePanier {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url('../../img/theme/design/spritepanier.png') no-repeat -7px -11px;
	background-size: 42px;
}
.panier-ligne-price {
	margin-top: 10px;
}
.panier-item-price {
	text-align: right;
	margin-top: 9px;
	margin-right: 10px;
	padding-bottom: 15px;
	color: #000;
	font-size: 30px;
}
.panier-ligneRecapAmount {
	position: relative;
	padding: 50px 0px;
}
.panier-delivery-sum{
	margin: 0px;
	height: 83px;
	line-height: 83px;
	width: 100%;
	text-align: right;
}
.panier-delivery-sum h5 {
	color: #636362;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: 400;
	height: 85px;
	line-height: 85px;
	margin: 0px;
}
.panier-numberPanier {
	font-size: 30px;
	padding-right: 10px;
}
.panier-delivery-total {
	background: #f2f2f2;
}
.panier-btn-step2{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.panier-labelInformation {
font-size: 19px;
font-family: 'Roboto', sans-serif;
color: #a3a3a3;
font-weight: 300;
text-transform: uppercase;
height: 52px;
line-height: 52px;
text-align: left;
}
.panier-transpoPanier {
	text-align: center;
background: #f6f6f6;
width: 350px;
height: 90px;
}
.panier-transpoPanier img {
float: left;
display: inline-block;
margin-top: 16px;
padding-right: 17px;
border-right: 1px solid #a3a3a3;
margin-left: 15px;
}
.panier-transpoPanierPays {

font-family: 'Roboto', sans-serif;
display: inline-block;
height: 90px;
line-height: 100px;
font-size: 16px;
color: #a3a3a3;
font-weight: 300;
}

/* ------------------------------------------------------- *\
 				 		 PANIER STEP2
\* ------------------------------------------------------- */
.btnEtape2Panier{
	margin-top: 70px;
	text-align: right;
}

/* ------------------------------------------------------- *\
 				 		 PANIER STEP3
\* ------------------------------------------------------- */
.tabFdp {
position: relative;
font-size: 18px;
height: 105px;
line-height: 105px;
height: 330px;
}
.prixfpd {
text-align: right;
font-size: 20px;
}
.DivbtnSignup {
position: absolute;
bottom: 0px;
right: 0px;
}
/* ------------------------------------------------------- *\
 				 		 PANIER STEP4
\* ------------------------------------------------------- */
.infopaiement {
margin-top: 35px;
font-family: 'Roboto', sans-serif;
font-size: 19px;
color: #000;
}
.paiementCB {
margin-top: 30px;
cursor: pointer;
height: 105px;
border-top: 1px solid #A3A3A3;
border-bottom: 1px solid #A3A3A3;
}

.paiementCB:hover {
background: #f6f6f6;
}
.validationButton {
float: left;
background: url("../../img/theme/design/cb.png") center no-repeat;
width: 220px;
height: 105px;
/* padding: 0 0 0 10px; */
cursor: pointer;
border: 0;
margin-left: 10px;
}
.formPay span {
height: 105px;
display: inline-block;
float: left;
line-height: 105px;
margin-left: 32px;
}
/* ------------------------------------------------------- *\
 				 		F O O T E R
\* ------------------------------------------------------- */

.footer-title{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #000;
	margin-bottom: 28px;
}
.footer-para{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #3d3d3d;
	font-weight: 300;
}
.footer-share-icon{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #e6e6e6;
	margin-right: 20px;
	margin-bottom: 20px;
}
.footer-links-ul{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	list-style: none;
}
.footer-links-li{
	
}
.footer-links-link{
	font-family: 'Roboto ', sans-serif;
	font-size: 14px;
	color: #3d3d3d;
	font-weight: 300;
}
.footer-support-secu{
	margin-top: 40px;
}
.footer-support-libelle{
	display: inline-block;
	margin-bottom: 10px;
	font-family: 'Roboto ', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 500;
}