	@import url('https://fonts.googleapis.com/css?family=Lato');
	@import url('https://fonts.googleapis.com/css?family=Oswald');


	body{
		background: url(../images/main-bg.jpg) center top no-repeat;
		background-attachment: fixed;
		overflow-x: hidden;
		color: #000;
	}
	input, select {
		color: #000;
	}
	.fieldDetails {
		text-align: left;
		float: left;
		width: 290px;
		margin-top: 5px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 20px;
		color: #000;
	}
	.formsField {
		float: left;
		width: 520px;
	}
	.lh30 {
		line-height: 30px;
	}
	.ftBigLarge {
		font-size: 20px;
	}
	.topbar{
		background: rgba(152,185,53,1.00);
		font-size: 14px;
		color: #999;
		line-height: 40px;
		padding-left: 15px;
	}

	.telTop,.seconnector,.cartArea{
		font-family: 'Lato', sans-serif;
		border-left: solid 1px #FFF;
		text-align: center;
		color: #FFF;
	}
	.seconnector .glyphicon, .cartArea .glyphicon{color: #c29562 ;margin-right: 5px;}
	.seconnector a{color: #FFF;}
	.hdIcons {position: absolute;z-index: 11111; right: 220px;}
	.hdIcons a{margin: 0 7px;}
	.telFull {position: relative;z-index: 11111;}
	.telFull p{text-align: right;color: #000;font-size: 24px;font-weight: bold;position: absolute;right: 0;top: 8px;line-height: 30px; background: #d2b391; padding: 5px 10px;}
	.ftBigLarge{}
	.topIcons{font-size:16px;}
	.topIcons a{color:#FFF; padding:10px; border-left:1px solid #FFF;}
	.topIcons a:hover{background:#FFF; color:#000;}
	.blackBg{height: 120px;background: #FFF;}
	.whiteBg{
		background-color: #000000;
	}
	.greyBg{background: #000;}
	.bordersmFull{border-right: 10px solid #fff; background: rgba(255,255,255,0.7); border: 1px #666 solid;}
	.logo{margin-top: 15px;margin-left: -70px;}
	.logo a img{max-width: 250px;}
	.naviBar{font-family: 'Lato', sans-serif; font-size:17px; margin-top: 10px;}
	.bdArea{ margin-top: 120px;}
	.mrgZero{margin:0px; padding:0px;}

	.sectionOne{ background:url(../images/section-one.jpg) center bottom no-repeat #292929; padding: 25px 0 100px 0;}
	.sectionOne h1{font-size: 36px;font-weight: bold;text-align: center;color: #986522 ;text-transform: uppercase;}
	.sectionOne h2{color:#000; font-size: 24px; font-weight: bold; text-align: center;}
	.sectionOne p{font-size:18px; font-weight:normal; text-align:center; color:#000;}
	.prod {margin-top:40px;}
	.prod h1 a{
		font-size: 45px;
		text-align: center;
		color: #000;
		line-height: 20px;
		font-weight: bold;
	}
	.prod h1 a:hover{
		color: #c29562 ;
		text-decoration: underline;
	}

	.greenColor{color: #009246;}
	.redColr{color: #c29562  !important;}

	.content-item {
	  -moz-backface-visibility: hidden;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;

	  margin: 0px auto;
	  overflow: hidden;
	  position: relative;
	}
	.content-item .overlay {
		bottom: 0;
		height: 640px;
		opacity: 0.4;
		position: absolute;
		left: 0;
		-moz-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
		width: 0%;
		background: #000000;
	}
	.content-item:hover .overlay {
		width: 100%;
		-moz-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}
	.content-item .corner-overlay-content {
	  position: absolute; top:70px; left:10px;
	  z-index:1;
	  -moz-transition: all 0.5s ease-out;
	  -o-transition: all 0.5s ease-out;
	  -webkit-transition: all 0.5s ease-out;
	  transition: all 0.5s ease-out;
	}
	.content-item .corner-overlay-content img{ width:60%; height:60%; margin-left:18px;}
	.content-item:hover .corner-overlay-content {
	  opacity: 0;
	  -moz-transition: all 0.5s ease-out;
	  -o-transition: all 0.5s ease-out;
	  -webkit-transition: all 0.5s ease-out;
	  transition: all 0.5s ease-out;
	}
	.content-item .overlay-content {
	  bottom: 0;
	  color: #333;
	  left: 0;
	  opacity: 0;
	  padding: 30px 10px;
	  position: absolute;
	  right: 0;
	  top: 0;
	  -moz-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
	  -webkit-transition: all 0.3s ease-out;
	  transition: all 0.3s ease-out;
	}
	.content-item .overlay-content h2 {
	  border-bottom: 1px solid #fff;  color:#fff; font-size:26px; padding: 0 0 12px; text-align:center; }
	.content-item .overlay-content p {
	  border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;
	  padding: 10px 0; text-align:center; color:#fff;
	}
	.content-item:hover .overlay-content {
	  opacity: 1;
	  -moz-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
	  -webkit-transition: all 0.3s ease-out;
	  transition: all 0.3s ease-out;
	  -moz-transition-delay: 0.3s;
	  -o-transition-delay: 0.3s;
	  -webkit-transition-delay: 0.3s;
	  transition-delay: 0.3s;
	}


	.sectionTwo{background: url(../images/section-two.jpg) center top no-repeat; padding: 50px 0;}
	.sectionTwo h1{font-family: 'Lato', sans-serif; font-size:28px; font-weight:bold; text-align:center; color:#fff; line-height:20px; margin-bottom:20px;}
	.quality-img{ background:url(../images/pr4.png) center center no-repeat #fff;  background-size:cover; height: 600px; padding: 100px 0;}
	.quality-img p{color:#FFFFFF; text-align: center; font-size: 36px;font-family: 'Lato', sans-serif;}
	.mobile-bg{background: url(../images/mobile-bg.png) center center no-repeat;} 
	.mobile-bg h1 {margin-top: 100px;font-size: 30px;text-align: center;color: #c29562 ; font-weight: bold;}
	.mobile-bg h2 {
		font-size: 24px;
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		text-transform: uppercase;
		font-family: serif;
	}
	.mobile-bg h2 strong {
		font-size: 30px;
		color: #c29562;
		font-family: sans-serif;
		font-weight: 100;
	}
	.mobile-bg p{color: #000; text-align: center; font-size: 18px;}
	.mobile-bg h2 a{color: #000;}
	.mobile-bg a:hover{color: #c29562 ;text-decoration: none;}
	.mobile-icon{margin:20px auto; display: flex; justify-content: space-between; align-items: center; width:55%; }
	.mobile-img{float: right;}
	.btnAvec{background: #FFF; border-radius: 100px; line-height: 50px; margin: 0 auto; text-align: center; width: 40%; margin-top: 15px;border: 2px #000 dotted;}
	.btnAvec a{color: #be0101; font-size: 22px;}
	.btnAvec a:hover{text-decoration: underline;}
	.mrgTop{margin-top: 120px !important}
	.filterProd{margin-top:40px;}
	.linkPageFilterProd{margin-top:0px;}

	.sectionThree{background: url(../images/section-three.jpg) center top no-repeat #000000; padding: 150px 0; min-height: 595px;}
	.sectionThree h1{
		font-family: 'Lato', sans-serif;
		font-size: 28px;
		margin-bottom: 20px;
		font-weight: bold;
		text-align: center;
		color: #FFFFFF;
		line-height: 30px;
	}
	.sectionFour{background:url(../images/section-four.jpg) center top no-repeat #fff; padding:30px 0px; margin: 0 auto;}
	.sectionFour h1{
		text-align: center;
		color: #fff;
		font-size: 36px;
		margin: 10px 0 50px 0;
	}


	.maskDetails{float:left; margin-left:-60px; margin-top:-40px;}
	.prodMaskDetails{float:left; margin-left:-100px; margin-top:-70px;}
	.voirBt{width:140px; line-height:35px; background-color:#FFF; text-align:center; color:#333; font-family: 'Lato', sans-serif; margin:0 auto; }
	.voirBt a{color:#333;} .voirBt a:hover{color:#333; text-decoration:none;}
	.mask p{font-size:14px; font-weight:bold; color:#FFF; width:200px; text-align:center; line-height:50px;}

	.offerPrice {
		width: 100px;
		height: 100px;
		position: absolute;
		top: -30px;
		left: 78px;
		border-radius: 100px;
		background-color: #ff9c00000;
		float: left;
		color: #fff;
		font-family: 'Lato', sans-serif;
		font-size: 20px;
		text-align: center;
		line-height: 100px;
		font-weight: 900;
	}
	.offerbox{
		width: 275px;
		min-height: 500px;
		background: url(../images/offre-box.png) center top no-repeat;
		margin: 0 5px;

	}

	.offerbox h1{
		font-family: 'Oswald', sans-serif;
		font-size: 24px;
		font-weight: normal;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		z-index:1; position:relative;
		line-height:50px;
		margin:20px 0;
		border-bottom: 5px #ff9c00 solid;
	}
	.offerbox p{
		color: #FFFFFF;
		text-align: center;
		font-size: 20px;
		font-family: 'Oswald', sans-serif;
	}
	.offerbox img {
		margin: 25px auto;
	}

	.offerBt{
		width: 220px;
		background-color: #ff9c00;
		border-radius: 10px;
		-moz-border-radius: 10px;	
		-o-border-radius: 10px;	
		margin: 0 auto;
		line-height: 40px;
		text-align: center;
		color: #fff;
		font-size: 18px;font-family: 'Oswald', sans-serif;
	}
	.offerBt a{color:#fff;}
	.ftText{
		text-align: center;
		font-size: 16px;
		color: #000000;
		margin: 5px auto;
	}
	.footer{padding:50px 0 0 0; background: url(../images/ft-bg.jpg) center top no-repeat;}
	.footerIcons{font-size:24px;width:210px;margin:5px auto;}
	.footerIcons a{color:#000;margin:0 3px;padding: 5px;}
	.footerIcons a:hover{color:#c29562 ;margin:0 3px;}
	.footer p{font-size:17px;text-align:center;color:#000;}
	.footer p a{color:#000;}
	.footer p a:hover{
		color: #c29562 ;
	}
	.footer h1{	font-size: 17px;text-align: left;color: #000000;margin: 0;padding: 0;}
	.prodSocial{font-size:15px;width:150px;margin:15px auto 0px auto;}
	.prodSocial a{color:#FFF !important;background-color:#000;padding:5px;}
	.newsLetter{width:450px;height:40px;margin:8px auto 25px auto;}
	.newsLetter label{
		line-height: 40px;
		font-size: 16px;
		font-weight: normal;
		color: #000;
		float: left;
		margin-right: 10px;
	}
	.newsLetter input{width: 250px;	height: 40px;background-color: #fff;color: #000 !important;border: 0px;float: left;	padding-left:10px; border: 1px #000 solid;}
	.ok{
		width: 60px;
		background-color: #c29562;
		border: 1px #000 solid;
		float: left;
		text-align: center;
		height: 40px;
		font-size: 14px;
		font-weight: bold;
		line-height: 40px;
		color: #000;
	}
	.ok:hover{color: #000;}
	.ok a{color: #000 !important;}
	.des{font-family: 'Lato', sans-serif;height: 50px;position: relative;padding-top: 10px;background-color: #000;font-size: 16px;font-weight: normal;color: #FFF;float: left;text-align: center;}
	.des a{
		color: #c29562;
		font-weight: bold;
	}
	.des a:hover{color:#FFF;}
	.phoneIcon a{position:fixed; bottom:28px; left:33px; font-size:30px; color:#FFF; z-index:1;}

	.scrollTop{width:30px; height:30px; background:url(../images/arrow.png) no-repeat center top; float:right; margin:6px 10px 0px 0;}
	.scrollTel{float:left;width:50px; height:50px; border-radius:100px; position:fixed; bottom:25px; left:20px;animation: blink 1s step-end infinite;}
	.scrollTelBg{float:left;width:60px; height:60px; background-color:#ff9c00; border-radius:100px; position:fixed; bottom:20px; left:15px;animation: blinkTwo 1s step-end infinite;}

	.prodBox{
		margin-bottom: 10px;
		padding: 0 5px;
	}
	.prodBox h1 {
		font-family: 'Lato', sans-serif;
		font-size: 16px;
		color: #c29562;
		line-height: 25px;
		margin: 10px 0 0 10px;
		text-align: center;
		font-weight: bold;
	}
	.prodBox p{
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		line-height: 20px;
		color: #000000;
		margin: 0px 0 0 10px;
	}
	.prodBox h3{
		font-family: 'Lato', sans-serif;
		font-size: 18px;
		text-align: left;
		font-weight: bold;
		color: #ff9c00;
		margin: 10px 0 0 0;
	}
	h3{
		font-family: 'Lato', sans-serif;
		font-size: 18px;
		text-align: left;
		font-weight: bold;
		color: #c29562 ;
		margin: 10px 0 0 0;
	}
	.prodBox h6{
		font-family: 'Lato', sans-serif;
		text-align: center;
		font-size: 14px;
		line-height: 20px;
		color: #000;
		margin: 0px 0 0 10px;
	}

	.linkPageArea{
		margin: 140px 0 0px 0;
	}

	.linkPageArea .col-lg-9 .col-lg-3{margin:0px; padding:0px;}
	.linkPageArea .col-lg-3{margin:0px; padding:0px 5px;}
	/*----PanierArea Start----*/

	.panierArea{
		color: #fff;
		background: rgba(0,0,0,0.7);
		padding: 10px 10px 20px 10px;
		margin-bottom: 10px;
	}
	.totalBar{
		width: 100%;
		font-weight: bold;
		line-height: 30px;
		padding: 0 10px;
		background-color: #fff;
		color: #000;
		float: left;
	}
	.totalBar p{margin:0px; padding:0px;}
	.panierAreabt{ margin: 10px 0px 25px 0px;font-family: 'Oswald', sans-serif;}
	.panierAreabt a{
		width: 100%;
		background: #c29562;
		float: left;
		text-align: center;
		padding: 10px 0px;
		border-radius: 10px;
		color: #000000;
		font-size: 17px;
		margin-bottom: 15px;
	}
	.panierAreabt a:hover{width:100%;border-radius:10px;}
	.ajouterBt{ text-align:center; float:right; font-family: 'Lato', sans-serif; font-weight:bold; background-color:#FFF; margin:10px 0px;}

	.ajouterBt a{width:120px; line-height:40px; text-align:center; float:right;  color:#000; font-family: 'Lato', sans-serif; font-weight:bold; background-color:#FFF;}
	.ajouterBt a:hover{width:120px; line-height:40px; text-align:center; float:right; color:#000; font-family: 'Lato', sans-serif; font-weight:bold; background-color:#ffcc33; font-size:16px;}
	.panierMovie{margin-top:20px;}


	.panierQuantiyFull{width:50%; margin:0 auto;}
	.panierMinus,.panierPlus{ float:left; background-color:#39393d; padding: 1px 5px; font-weight:bold;}
	.panierMinus a,.panierPlus a{color:#FFF;}
	.panierMinus a:hover,.panierPlus a:hover{color: #c29562 ;}

	.panierQuantiyFull input{
		width: 10px;
		float: left;
		color: #fff;
		text-align: center;
		background-color: #333;
		height: 25px;
		border: 0px;
		float: left;
		margin-top: 0;
		margin-right: 5px;
		margin-bottom: 0;
		margin-left: 5px;
	}
	.panierTitle{
		width: 100%;
		color: #000000;
		line-height: 50px;
		text-align: center;
		background-color: #c29562;
		font-size: 22px;
		font-family: 'Oswald', sans-serif;
	}
	.panierTitle img{margin-top:-5px;}
	#panierProd{width:60px; height:80px; float:left;}
	.prodTitles{
		color: #c29562;
		text-transform: uppercase;
		font-size: 28px;
		line-height: 50px;
		font-family: 'Oswald', sans-serif;
		text-align: center;
		padding-bottom: 15px;

	}
	.panierArea hr{border:1px solid #666;}
	/*----PanierArea End----*/



	@keyframes blink {
		0% {background-color:rgba(255,204,51,1);}
		20% {background-color:rgba(255,204,51,1)}
		40% {background-color:rgba(255,204,51,1)}
		60% {background-color:rgba(255,204,51,1)}
	}
	@keyframes blinkTwo {
		0% {background-color:rgba(255,204,51,1);}
		20% {background-color:rgba(255,204,51,.5)}
		40% {background-color:rgba(255,204,51,1)}
		60% {background-color:rgba(255,204,51,.5)}
	}


	.imgSlider{
		background-color: #414141;
	}
	.imgSlider .col-lg-2{padding:0px; margin:0px;}

	.item {
	  position: relative;
	  overflow: hidden;

	}
	.item img {
	  max-width: 100%;  
	  -moz-transition: all 0.3s;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	}
	.item:hover img {
	  -moz-transform: scale(1.1);
	  -webkit-transform: scale(1.1);
	  transform: scale(1.1);
	}


	@media (max-width: 1436px) {

		.mobile-icon {
				width: 82%;
		}

		.mrgTop {
			margin-top: 27px !important;
		}

	  }



	@media (max-width: 1200px) {
		.quality-img {
		height: 510px;
	} 
		.telFull p {
		position: initial;
	}

	  }
	@media (max-width: 1000px) {

		.linkPageArea{
		margin-top: 310px;
	}

	  }



	@media (min-width: 200px) and (max-width: 600px) {
		.topbar{ line-height:30px;}
		.telTop,.seconnector,.cartArea{border-left:none;}
		.navbar { min-height: 30px; }
		.bdArea{margin-top:270px;}
		.sectionOne{padding-top:10px;}
		.offerbox{width:260px; margin:30px -5px 80px -5px; }
		.footer p{ font-size:15px;}
		.des{font-size:12px;}
		.newsLetter{width:300px; margin-left:14px;}
		.newsLetter input{width:120px;}
		.scrollTop{width:30px; height:30px;  margin:0px 5px 0px 0;}
		.cd-top{right: 10px; bottom: 45px;}
		.scrollTel{left: 10px; bottom: 40px;}
		.sectionThree {padding-bottom:0px; margin-bottom:20px;}
		.linkPageArea{margin-top:290px;}

	  }


	/*----ProdDiv Start----*/
	.linkPage {
		color: #fff;
		background: rgba(0,0,0,0.7);
		margin-bottom: 10px !important;
		margin-left: -5px;
		padding-top: 20px;
		padding-bottom: 20px; }

	.linkPage a{
		color: #fff;
	}
	.linkPage a:hover{color: #c29562;}

	.linkPage h1{
		font-size: 18px;
		font-weight: bold;
		font-family: 'Lato', sans-serif;
		text-align: left;
		line-height: 20px;
		color: #c29562 !important;
	}
	.linkPage p{
		text-align: justify;
		color: #FFFFFF;
	}
	.formArea{margin-bottom:30px;}
	.formArea label,.formArea input,.formArea select,.formArea textarea{margin:3px 0px !important;}
	.formArea label{
		font-size: 12px;
		margin-left: 12px;
		color: #fff;
		text-align: left;
	}
	.formArea input{clear:right; color:#000;}
	.formArea select{width:210px; margin-left:10px;}
	.formArea .col-xs-12{padding:0 10px;}
	.votreCompte {
		width: 310px;
		background-color: #333030;
		float: left;
		padding: 20px;
		margin: 10px;
	}
	.votreCompte input {
		color: #333;
		margin: 0 75px 2px 0;
		float: right;
	}

	.votreCompte p{
		color: #FFFFFF;
	}

	.votreCompte label{color:#fff;}
	.clear {
		clear: both;
	}
	.commander{
		font-weight: 600;
		font-size: 24px;
		color: #9a5e0f !important;
	}
	.envoyer {
		width: 71%;
		margin: 25px auto 25px 80px;
		font-size: 14px;
	}
	.linkPage .ProCenterArea {margin-left: 0px;}


	.envoyerLogin{margin:10px 20%!important;}
	.envoyer a{
		width: 71%;
		text-align: center;
		padding: 10px 20px;
		border-radius: 10px;
		color: #000 !important;
		display: block;
		background: #c29562 ;
	}
	.envoyer a:hover{width:71%;border-radius:10px;}

	.seeConnector{width:100%;  margin:10px auto 10px 0px; font-size:14px; float:left;  }
	.seeConnector a{
		width: 100%;
		text-align: center;
		padding: 10px 20px;
		border-radius: 10px;
		color: #000000 !important;
		display: block;
		background: #c29562;
	}
	.seeConnector a:hover{width:100%;border-radius:10px;}

	.jeCareeBt{width:100%;  margin:16px auto 10px 0px; font-size:14px; float:left;  }
	.jeCareeBt a{
		width: 100%;
		text-align: center;
		padding: 10px 20px;
		border-radius: 10px;
		color: #000000 !important;
		display: block;
		background: #c29562;
	}
	.jeCareeBt a:hover{width:100%;border-radius:10px;}


	.validerBt{width:60%;  margin:10px auto 10px 320px; font-size:14px; float:left;  }
	.validerBt a{
		width: 60%;
		background: #c29562 ;
		text-align: center;
		padding: 10px 20px;
		border-radius: 10px;
		color: #000 !important;
		display: block;
	}
	.validerBt a:hover{width:60%;border-radius:10px;}

	.validerBigBt{width:400px;  margin:10px auto 10px 0px; font-size:14px; float:right;  }
	.validerBigBt a{
		width: 400px;
		background: #c29562;
		text-align: center;
		padding: 15px 20px;
		border-radius: 10px;
		color: #000000 !important;
		display: block;
	}
	.validerBigBt a:hover{width:400px;border-radius:10px;}

	.popUpvalider{width:300px;  margin:10px auto 10px 0px; font-size:14px; float:right;  }
	.popUpvalider a{
		width: 300px;
		background: #c29562 ;
		text-align: center;
		float: right;
		padding: 15px 20px;
		border-radius: 10px;
		color: #FFFFFF;
		display: block;
	}
	.popUpvalider a:hover{width:300px;border-radius:10px; float:right;}

	.popUpignor{width:300px;  margin:10px auto 10px 0px; font-size:14px; float:right;  }
	.popUpignor a{
		width: 300px;
		background: #c29562 ;
		text-align: center;
		padding: 15px 20px;
		border-radius: 10px;
		color: #FFFFFF;
		display: block;
	}
	.popUpignor a:hover{width:300px; border-radius:10px;}

	.popNew h1{
		color: #c29562 ;
		font-size: 22px;
		font-family: 'Oswald', sans-serif;
	}
	.popNew h2{color:#fff; font-size:18px; font-family: 'Oswald', sans-serif;}
	.popNew h2 a{
		color: #000000;
	}.popNew h2 a:hover{
		color: #c29562 ;
	}
	.popNew p{
		color: #000000;
	}


	.popUpIcon{}
	.popUpIcon a{height:230px; float:left; border:1px solid #333; color:#FFF; padding:30px 6%; margin:0 8px; }
	.popUpIcon a:hover{height:230px; float:left; border:1px solid #ff9c00; padding:30px 6%; margin:0 8px;  color:#ff9c00;}



	.popUpIcon h1{
		color: #c29562 ;
		font-size: 25px;
		font-family: 'Oswald', sans-serif;
		text-align: center
	}
	.popUpIcon h1 a{color:#ff9c00}.popUpIcon h1 a:hover{color:#FC0}

	.popNewBtDt{
		color: #000000
	}
	.popNewBtDt h1{
		font-size: 18px;
		color: #c29562 ;
		text-align: left;
		font-family: 'Oswald', sans-serif;
	}
	.pouletSmArea{float:left; margin-top:15px;}

	.checkOutvaliderBt{width:100%;  margin:10px auto 10px 0px; font-size:14px; float:left;  }
	.checkOutvaliderBt a{
		width: 100%;
		border: 1px solid #c29562;
		text-align: center;
		padding: 10px 20px;
		border-radius: 10px;
		color: #FFFFFF;
		display: block;
	}
	.checkOutvaliderBt a:hover{width:100%;border:1px solid #999; background:none; border-radius:10px;}


	.checkOutListCodeBt{width:100%;  margin:10px auto 10px 0px; font-size:14px; float:left;  }
	.checkOutListCodeBt a{
		width: 100%;
		border: 1px solid #ff9c00;
		text-align: center;
		padding: 10px 20px;
		border-radius: 10px;
		color: #333;
		display: block;
	}
	.checkOutListCodeBt a:hover{width:100%; border:1px solid #999; background:none; border-radius:10px;}


	.linkpagNav{width:100%; float:left; margin-top:30px;}
	.linkpagNav ul{list-style:none; margin:0 0 0 30px; padding:30px 0 0 0;}
	.linkpagNav ul li{float:left; margin:10px 3px 10px 0; padding:10px 25px; border-right:1px solid #333;: text-align:left; color:#FFF; line-height:20px;}
	.linkpagNav ul li:last-child{line-height:40px; border:none;}
	.linkpagNav ul li a:hover{
		color: #ff9c00;
	}
	.linkpagNav ul li a{color:#FFF;}
	.linkpagNav ul li .current	{
		color: #ff9c00; background:none; text-align:left; line-height:20px;}
	.pizzaAdds img{ margin:10px;}
	.pizzImg1{float:left;}.pizzImg2{float:right;}

	.leftPrNav{}
	.leftPrNav a{
		color: #000000;
	}
	.leftPrNav img{float:left; margin-right:10px; width:20%; height:20%;}
	.leftPrNav p{float:left;margin-top:18px; font-size:18px; font-family: 'Oswald', sans-serif;}
	.leftPrNav p a:hover{
		color: #c29562 ;
		text-decoration: none;
	}
	.allergenestable{color:#fff; margin-bottom:20px;background:rgba(0,0,0,0.7);}
	.allergenestable h1{color:#ff9c00; font-size:14px; font-family: 'Oswald', sans-serif;}
	.allergenestable td{padding-left:20px;}
	.allergenesBgs{
		background-color: #c29562;
		color: #000;
		line-height: 30px;
		padding-left: 20px;
		font-family: 'Oswald', sans-serif;
	}
	.allergenestable a{color:#fff;}
	.allergenes h1{ font-size:20px !important; color: #bf332c; line-height: 15px;}
	.productPanel{  border-left:5px solid #191919; height:450px; border-right:5px solid #191919; font-family:Arial, Helvetica, sans-serif; margin-bottom:10px;}
	.productPanel h4, .productPanel h3 {
		color: #fff;
		font-family: "Oswald",sans-serif;
		font-size: 19px;
		margin: 15px auto;
		text-align: center;
		width: 200px;
	}
	.productPanel h3 {
		color: #ff9c00;
	font-size: 22px;
	}

	.productPanel h5 {
		color: #fff;
		font-size: 12px;
		line-height: 16px;
		margin: 20px auto;
		text-align: center;
		width: 200px;
	}
	.productPanel .ajoutzBt{width:50%; background-color:#ff9c00; margin-top:10px; line-height:50px; text-align:center; color:#FFF; float:left; font-family: 'Oswald', sans-serif; margin-left:10px;}
	.productPanel .ajoutzBt a{color:#FFF;}.productPanel .ajoutzBt a:hover{color:#FC0;}
	.maskPrice {
		float: left;
		line-height: 50px;
		margin-left: 35px;
		margin-top: 15px;
		text-align: left;
	}
	.maskPrice h3{width:60px;}
	.pizzaMaskPrice {
		float: left;
		line-height: 50px;
		margin-left: 12px;
		margin-top: 15px;
		text-align: left;
	}
	.pizzaMaskPrice h3{background-color:#333; color:#FFF; font-size:15px; height:50px; margin-top:-5px; line-height:50px; width:110px; margin-left:-10px;}

	.smQuantiyFull{width:39%; margin:0 auto;}
	.smMinus,.smPlus{ float:left; background-color:#353535 ; padding: 1px 5px; font-weight:bold;}
	.smMinus a,.smPlus a{color:#FFF;}
	.smMinus a:hover,.smPlus a:hover{color:#FC0;}
	.smQuantiyFull input {
		background-color: #333;
		border: 0 none;
		color: #fff;
		float: left;
		height: 22px;
		margin: 0 5px;
		text-align: center;
		width: 30px !important;



	}

	.popUpsmQuantiyFull{width:100%; float:left; margin-top:10px;}
	.popUpsmMinus,.popUpsmPlus{ float:left; background-color:#39393d; padding: 1px 5px; font-weight:bold;}
	.popUpsmMinus a, .popUpsmPlus a{color:#FFF;}
	.popUpsmMinus a:hover, .popUpsmPlus a:hover{color:#FC0;}
	.popUpsmQuantiyFull input{
		width: 30px;
		float: left;
		color: #fff;
		text-align: center;
		background-color: #333;
		height: 25px;
		border: 0px;
		float: left;
		margin-top: 0;
		margin-right: 5px;
		margin-bottom: 0;
		margin-left: 5px;
	}

	.popUpDetailSmQuantiyFull{width:25%; float:right; margin-top:10px;}
	.popUpDetailsmMinus,.popUpDetailsmPlus{ float:left; background-color:#39393d; padding: 1px 5px; font-weight:bold;}
	.popUpDetailsmMinus a, .popUpDetailsmPlus a{color:#FFF;}
	.popUpDetailsmMinus a:hover, .popUpDetailsmPlus a:hover{color:#FC0;}
	.popUpDetailSmQuantiyFull input{
		width: 30px;
		float: left;
		color: #fff;
		text-align: center;
		background-color: #282828;
		height: 22px;
		border: 0px;
		float: left;
		margin-top: 0;
		margin-right: 5px;
		margin-bottom: 0;
		margin-left: 5px;
	}
	.popUpPrice{width:350px; margin-top:15px; float:right;}
	.popUpPrice h1{text-align:center; margin:0px; padding:0px;}

	.popUpPrice .popUpvalider{width:300px;  margin:10px 25px 10px 0px; font-size:14px; float:right;  }
	.popUpPrice .popUpvalider a{
		width: 300px;
		background: #c29562 ;
		text-align: center;
		float: right;
		padding: 15px 20px;
		border-radius: 10px;
		color: #FFFFFF;
		display: block;
	}
	.popUpPrice .popUpvalider a:hover{width:300px;border-radius:10px; float:right;}
	.pouletPopDetails{margin-top:20px;}

	.compTab{color:#fff; margin-top:20px; margin-bottom:30px;}
	.compTab a{
		line-height: 40px;
		color: #FFFFFF;
		display: block;
		text-align: center;
	}
	.current{
		line-height: 40px;
		color: #000000 !important;
		background-color: #c29562;
		display: block;
		text-align: center;
	}
	.checkOutInfoTit{
		background-color: #c29562;
		line-height: 40px;
		color: #000000;
		font-size: 14px;
		font-family: 'Oswald', sans-serif;
		margin: 10px 0px;
	}
	.checkOutPTable{margin:5px 0 0 0px; font-size:13px;}.checkOutokBt{background-color:#ff9c00; text-align:center; line-height:40px; padding:0 20px;}
	.checkOutokBt a{
		color: #000;
	}.checkOutokBt a:hover{
		text-decoration:underline;
	}
	hr{border:1px solid #666;}
	.checkOutDt{padding-left:15px; line-height:30px;}

	.checkoutButtons .seeConnector{width:100%;  margin:10px auto 10px 0px; font-size:14px; float:left;  }
	.checkoutButtons .seeConnector a{
		width: 100%;
		text-align: center;
		padding: 10px 20px;
		border-radius: 10px;
		color: #000000;
		display: block;
		background: #c29562 ;
	}
	.checkoutButtons .seeConnector a:hover{width:100%;border-radius:10px;}

	.checkoutButtons .jeCareeBt{width:100%;  margin:10px auto 10px 0px; font-size:14px; float:left;  }
	.checkoutButtons .jeCareeBt a{
		width: 100%;
		text-align: center;
		padding: 10px 20px;
		border-radius: 10px;
		color: #000000;
		display: block;
		background: #c29562 ;
	}
	.checkoutButtons .jeCareeBt a:hover{width:100%; border-radius:10px;}
	.ProCenterArea {padding: 0 0px;}

	.dejaButton{
		color: #FFFFFF;
		text-align: right;
		padding-top: 15px;
	}
	.checkoutForm label{
		color: #FFFFFF;
		font-size: 12px;
	}
	.checkoutForm input,.checkoutForm textarea,.checkoutForm select{color:#000; }


	.checkoutForm label,.checkoutForm input,.checkoutForm select,.checkoutForm textarea{margin:3px 0px;}
	.checkOutPayment{
		background-color: #000000;
		margin: 10px;
		padding: 15px;
	}
	.checkOutPayment label{
		color: #000000;
	}
	.contact p, .contact h1{text-align:center; padding-left: 0;}
	.contact p:nth-child(4) {color: #c29562 ;}
	.contact {color: #fff;background: rgba(0,0,0,0.7);}
	.checkOutPanier{
		color: #333;
		margin-bottom: 20px;
	}
	.checkOutPanier h1{color:#ff9c00; font-family: 'Oswald', sans-serif; font-size:15px;}

	.checkOutPanier .decouvrirbt{width:100%;  margin:10px auto 10px 0px; font-size:14px; float:left;  }
	.checkOutPanier .decouvrirbt a{
		width: 100%;
		border: 1px solid #ff9c00;
		text-align: center;
		padding: 10px 20px;
		border-radius: 10px;
		color: #333;
		display: block;
	}
	.checkOutPanier .decouvrirbt a:hover{width:100%; border:1px solid #999; border-radius:10px; background:none;}



	.radioBgFrom{
		color: #333;
	}
	.popupDetails {margin-top:100px;}
	.popupDetails h1 {
		font-size: 18px;
		font-family: 'Oswald', sans-serif;
		color: #c29562 ;
		float: left;
	}
	.popupDetails h2 {
		font-size: 18px;
		font-family: 'Oswald', sans-serif;
		color: #c29562 ;
		float: right;
	}
	.popupDetails h5{
		color: #c29562 ;
		font-weight: bold;
	} 
	/*----ProdDiv Ends----*/




	/*----Compte Start----*/
	#page-wrap {
		width: 100%;
		margin: 0px auto;

	}
	.example-one { padding: 10px; margin: 0; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666; background: rgba(0,0,0,0.7); margin-bottom: 10px;}

	.example-one .nav { overflow: hidden; margin-left:0px;}
	.example-one .nav li {
		float: left;
		position: relative;
		margin: 0 1px;
		background: url(../images/compsez-navi-normal.png) center top repeat-x;
		line-height: 25px;
		height: 40px;
	}
	.circleDiv{width:45px; height:45px;top:1px;
		left:0px; background-color:#9c0003; border-radius:100px;position: absolute;}
		.circleDiv a{width:45px; height:45px;top:1px;
		left:0px; background-color:#9c0003; border-radius:100px;position: absolute;}
		.circleDiv a:hover{width:45px; height:45px;top:1px;
		left:0px; background-color:#00C; border-radius:100px;position: absolute;}
	.example-one .nav li img{
		position: absolute;
		top:1px;
		left:10px; width:40px; height:40px;


	}

	.example-one .nav li.last { margin-right: 0; }
	.example-one .nav li a {
		display: block;
		color: #000;
		font-size: 12px;
		text-align: center;


	}
	.example-one .nav li a:hover {
		background:url(../images/compsez-navi-hover.png) center top repeat-x; line-height:25px;
		height:40px; color: #fff;
		}

	.example-one .nav li.active a {
		background: url(../images/compsez-navi-hover.png) center top repeat-x;
		line-height: 25px;
		height: 40px; 
		color: #FFF;
	}
	.example-one ul {list-style: none; margin:0px; padding:0px;}
	.example-one ul li a {
		display: block;
		color: #FFFFFF;
	}

	.example-one ul li:last-child a { border: none; }

	.example-one ul li.nav-one a.current, .example-one ul.featuredBottom li a:hover {background:url(../images/black-bg.jpg) repeat; color: #fff; }
	.example-one ul li.nav-one a.current, .example-one ul.featured li a:hover {
		background:url(../images/compsez-navi-hover.png) center top repeat-x; line-height:25px;
		height:40px;
		color: #FFF;
		 font-family: 'Oswald', sans-serif;
	}
	.example-one ul li.nav-two a.current, .example-one ul.core li a:hover {background:url(../images/compsez-navi-hover.png) center top repeat-x; line-height:25px;
		height:40px;color: #FFF;}
	.example-one ul li.nav-five a.current, .example-one ul.jquerytutsTwo li a:hover {background:url(../images/compsez-navi-hover.png) center top repeat-x; line-height:25px;
		height:40px;color: #FFF;}
	.example-one ul li.nav-three a.current, .example-one ul.jquerytuts li a:hover {background:url(../images/compsez-navi-hover.png) center top repeat-x; line-height:25px;
		height:40px;color: #FFF; }
	.example-one ul li.nav-four a.current, .example-one ul.classics li a:hover {background:url(../images/compsez-navi-hover.png) center top repeat-x; line-height:25px;
		height:40px;color: #FFF;}




	#example-two{padding:10px; background-color:#999; border-radius:10px 10px 0 0;}
	#example-two .list-wrap { background-color:#333; border-radius:10px 10px 0px 0px; padding: 10px; margin: 0 0 15px 0; }
	#example-two ul { list-style: none; }
	#example-two ul li a { display: block;  padding: 4px;  color: #fff; }
	#example-two ul li a:hover { background: #333; display:block; color:#7a2c2a; }
	#example-two ul li:last-child a { border: none; }
	#example-two .nav { overflow: hidden; }
	#example-two .nav li {width:120px; line-height:30px; float: left; margin:0 3px;  }
	#example-two .nav li.last { margin-right: 0; }
	#example-two .nav li a { display: block; padding: 5px;  color: white; font-size:16px; text-align: center; border: 0; }
	#example-two .nav li a:hover { display: block; padding: 5px; background: #666; color: white; font-size:16px; text-align: center; border: 0; }

	#example-two li a.current,#example-two .example-one ul.featured li a:hover { background-color: #FFF !important; color: black; }
	#example-two .nav li a:hover, #example-two .nav li a:focus { }
	@keyframes blink {
		0% {color:#000;}
		20% {color:#ff000;}
		40% {color:#fb7672;}
		60% {color:#FFCC00;}
	}
	#featured,#core,#jquerytutsTwo,#classics{font-size:14px; line-height:30px; font-family: 'Oswald', sans-serif;}
	.corebtLeft{background-color:#c29562; text-align:center; color: #000;}.corebtRight{background-color:#3e3d3d; text-align:center; color: #fff;}

	.corefideliteBt{width:100%; line-height:50px; margin:15px 0px; text-align:center; border-radius:10px; border:1px solid #c29562; }
	.corefideliteBt a{color:#FFF;}.corefideliteBt a:hover{color:#c29562;}
	#jquerytuts{font-size:14px; line-height:40px; font-family: 'Oswald', sans-serif;}
	#jquerytuts .col-lg-2{background-color:#333; margin-bottom:2px;}
	#jquerytuts .col-lg-8{background-color:#2C2C2C; margin-bottom:2px;}
	#jquerytuts a{color:#FFF;} #jquerytuts a:hover{color:#ff9c00;}
	#jquerytutsTwo{}
	.jquerytutstitle{background-color:#ff9c00;}
	.jquerytutsdt{background-color:#333; border-bottom:2px solid #000;}
	.classicsDt{background-color:#333; text-align:center; line-height:50px; margin:10px 0px 20px 0px;}
	/*----Compte End----*/

	 .footertinyLinks{float: left; margin: 0; padding: 0; width: 100%; background-color:#000;}
	  .footertinyLinks a{color:#FFF;}.footertinyLinks a:hover{color:#c29562;}

	  #allergene{
		color: #000000;
		margin-right: 30px;
	}

	.prodSubTitle {
		font-size: 20px;
		color: #c29562 ;
		text-align: center;
		line-height: 20px;
		font-family: 'Oswald', sans-serif;
		margin-bottom: 10px;
	}



	/*.PopBox{width:100%; float:left; margin:10px 3px; }*/
	.PopBox{width:100%; float:left;  height:175px; margin:10px 3px;   border:1px solid #4D4D4D; text-decoration:none;font-size: 12px!important;text-align: center; color: #fff;}
	.PopBox .selected{width:100%; float:left;  height:175px;  border:1px solid #ff9c00; text-decoration:none;}
	.PopBox img{}
	.PopBox .smQuantiyFull{margin-left:auto; margin-top:10px; width:92px;}
	.PopBox .smMinus,.PopBox .smPlus{border-radius:100px; background-color:transparent; border:1px solid #999; font-size:14px; font-weight:normal;}
	.PopBox input{background-color:transparent;color:#fff;}
	.circle {
		width: 40px;
		height: 40px;
		z-index: 10;
		position: relative;
		margin: -10px 10px 0 0;
		float: left;
		border-radius: 100px;
		color: #000;
		background-color: #fff;
		text-align: center;
		line-height: 40px;
	}
	.PopBox.selected {border: 1px solid #c29562;}
	.PopBox.selected .selectedOK{background-image: url(../images/ok-512.png);background-position-x: 6px;background-position-y: 125px; height:100%; background-repeat: no-repeat;background-size: 30px;}

	.linkPageFilterProd{margin-top:0px;}
	.maskDetails{float:left; margin-left:-60px; margin-top:-40px;}
	.prodMaskDetails{float:left; margin-left:-100px; margin-top:-70px;}
	.voirBt{
		width: 100%;
		line-height: 35px;
		background-color: #FFF;
		text-align: center;
		color: #333;
		font-family: 'Lato', sans-serif;
		margin: 0 auto;
	}
	.voirBt a{color:#333;} .voirBt a:hover{color:#333; text-decoration:none;}
	.mask p{font-size:14px; font-weight:bold; color:#FFF; width:200px; text-align:center; line-height:50px;}
	#popup {
		text-align: center !important;
		width: 400px;
		height: 50px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -15px 0 0 -200px;
		display: none;
		font-weight: 800;
		position: fixed;
		border: 1px solid #cccccc;
		z-index:11111;
	}

	.proAjBT .glyphicon {
		padding-right:10px;
	}
	.center-div{
		width: 50%;
		margin: 0 auto;
	}
	.modal-dialog {
		margin-top: 125px;
	}
	.borderGris{
		border: 1px solid #717171;
	}



	#menuVertical ul {
		/*position: absolute;*/
		top: 4em; left: 0;
		max-height:0em;	
		margin: 0; padding: 0;
		background-color: #1A1A1A;
		overflow: hidden;
		transition: 1s max-height 0.3s;
		border-radius: 0 0 8px 8px;
	}
	#menuVertical ul li a{
			padding-left: 20px;
	}

	/* ici on change la valeur de max-height au :hover */
	#menuVertical > li:hover ul {
		max-height: 13em;
	}
	.burger-x {
		position: absolute;
		top: 45%;
		left: 0;
		display: block;
		width: 100%;
		height: 8px;
		background-color: #fff;
		font-size: 0px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: all 225ms ease;
		-moz-transition: all 225ms ease;
		transition: all 225ms ease;
		margin: 0 auto;
	}
	.burger-x:before, .burger-x:after {
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		content: '';
		-webkit-transition: all 225ms ease;
		-moz-transition: all 225ms ease;
		transition: all 225ms ease;
	}
	.burger-x:before {
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%);
	}
	.burger-x:after {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
	}
	.show-nav .burger-x, .show-nav .burger-x:before, .show-nav .burger-x:after {
		background: rgb(255, 69, 112);
	}
	.show-nav{
		overflow:hidden;
	}
	.toggle-nav {
		position: absolute;
		left: 30px;
		top: 15px;
		color: #fff;
		font-size: 40px;
		display: block;
		width: 60px;
		height: 60px;
	}
	.toggle-nav:hover {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
	.toggle-nav .option {
		position: absolute;
		font-size: 12px;
		text-transform: uppercase;
		width: 80px;
		left: 125%;
		text-align: center;
		top: 20%;
	}

	.site-wrap {
		width: 100%;
		height: 100%;
	}
	.push-wrap {
		-webkit-transition: all 300ms ease 0ms;
		-moz-transition: all 300ms ease 0ms;
		-o-transition: all 300ms ease 0ms;
		transition: all 300ms ease 0ms;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	.show-nav .push-wrap {
		-webkit-transform: translate3d(0, 0, 0) rotate(90deg);
		-moz-transform: translate3d(0, 0, 0) rotate(90deg);
		-ms-transform: translate3d(0, 0, 0) rotate(90deg);
		-o-transform: translate3d(0, 0, 0) rotate(90deg);
		transform: translate3d(0, 0, 0) rotate(90deg);
	}
	.hide {
		display:none!important;
	}
	.nav-class {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	.toggle-nav {
		position: fixed;
		z-index: 9999999999;
	}
	.newNav{
		background: url(../images/navi-bg.png) center top no-repeat;
		padding: 200px 0 360px 0;
		height: 100%;
	}
	.naviBox h1{
		font-family: 'Lato', sans-serif;
		font-size: 15px;
		text-align: center;
		color: #FFFFFF;
		margin: 15px 0px;
	}
	.naviBox h1:hover{
		color: #c29562 ;
		text-decoration: underline;
	}
	.naviBox a{line-height:20px;} 
	.naviBox a:hover h1{color:#ff9c00;}


	.proAjBT {
		padding: 0 25px;
		line-height: 40px;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		border: 1px solid #c29562 ;
		margin-top: 15px;
	}

	/*
	.envie-img {
		background-color:#333333!important;
	}
	*/

	#resultImageDiv {
		background-image: url('loading.png');
		background-repeat: no-repeat;
	 opacity: 0.5;
	 cursor:auto;
	 z-index:15;
	width:100px;
	height:100px;
		display:none;
	 /* Positioning */
	 position: absolute;
	 left: 30%;
	 top: 30%;
	}

	#resultImageDiv{
		-webkit-animation:spin 2s linear infinite;
		-moz-animation:spin 2s linear infinite;
		animation:spin 2s linear infinite;
	}
	@-moz-keyframes spin { 100% { 
		-moz-transform:rotate(360deg); 
		}
	}
	@-webkit-keyframes spin { 100% { 
		-webkit-transform:rotate(360deg); 
		}
	}
	@keyframes spin { 100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
		}
	}
	.smQuantiyFull, .img-responsive{	
		margin: auto;
	}

	.prodHead {
		width: 15%;
		line-height: 40px;
		background-color: #ff9c00;
		text-align: center;
		font-family: Arial;
		font-size: 14px;
		font-weight: normal;
		margin:30px 0 0 0;
		border-radius:2px;
		-moz-border-radius:2px;
		-o-border-radius:2px;
		color:#000;

	}
	.descPrix table{
		margin:auto;
	}
	.text-muted , .bgActive a:hover{
		color:#fff;
	}

	h2.small{font-size: 100%;color: #fff;}

	h2.small a{color:#fff;}
	/*-----------------------Latest Modification-------------------*/
	.hdLinks {border: 1px #676767 solid;text-align: center;margin-top: 5px;margin-left: 5px;width: 170px;line-height: 40px;}
	.hdLinks.bgActive {background-color: #d2b391;border: 1px #676767 solid;}
	/*.hdLinks.bgActive img{filter: invert(100%)}*/
	.hdLinks.bgActive a{color: #000 !important;}
	.hdLinks > a {color: #000;font-weight: bold;font-size: 13px;text-transform: uppercase;}
	.navbar .hdLinks > a {color: #767676;font-weight: bold;font-size: 15px;}
	.hdLinks > a:hover {color: #000;}
	.item1 a { text-decoration: none; display:block; }
	.clear { clear: both;}
	.item a{display:block;position:relative;}
	.item1 a span {
		background: url('images/YouTube-dark.png') no-repeat;
		-moz-opacity: .80;
		opacity: .80;
		filter: alpha(opacity=80);
		display: block;
		position: absolute;
		top: 40%;
		left: 40%;
		z-index: 100;
		width: 40px;
		height: 30px;
	}
	.item1 a:hover span {
		background: url('images/YouTube-red.png') no-repeat;
	}
	.bar-main-container {
	  margin: 3px auto;
	  width: 300px;
	  height: 40px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  font-family: sans-serif;
	  font-weight: normal;
	  font-size: 0.8em;
	  color: #ff9c00;
	}

	.wrap { padding: 8px; }

	.bar-percentage {
	  float: left;
	  background: #fff;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
		 padding: 4px 14px;
		width: 18%;
		height: 26px;
	}

	.bar-container {
	  float: right;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	  border-radius: 10px;
	  height: 10px;
	  background: rgba(0,0,0,0.13);
	  width: 78%;
	  margin: 8px 0px;
	  overflow: hidden;
	}

	.bar {
	  float: left;
	  background: #e8d45d;
	  height: 100%;
	  -webkit-border-radius: 10px 0px 0px 10px;
	  -moz-border-radius: 10px 0px 0px 10px;
	  border-radius: 10px 0px 0px 10px;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  filter: alpha(opacity=100);
	  -moz-opacity: 1;
	  -khtml-opacity: 1;
	  opacity: 1;
	}

	/* COLORS */
	.azure   { background: #38B1CC; }
	.emerald { background: #2CB299; }
	.violet  { background: #8E5D9F; }
	.yellow  { background: #4d5050; }
	.red     { background: #E44C41; }


	.loading-div{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.56);
		z-index: 999;
		display:none;
	}
	.loading-div img {
		margin-top: 20%;
		margin-left: 50%;
	}

	/* paginationne style */
	.paginationne{margin:0;padding:0;}
	.paginationne li{
		display: inline;
		padding: 6px 10px 6px 10px;
		border: 1px solid #ddd;
		margin-right: -1px;
		font: 15px/20px Arial, Helvetica, sans-serif;
		background: #FFFFFF;
		box-shadow: inset 1px 1px 5px #F4F4F4;
	}
	.paginationne li a{
		text-decoration:none;
		color: rgb(89, 141, 235);
	}
	.paginationne li.first {
		border-radius: 5px 0px 0px 5px;
	}
	.paginationne li.last {
		border-radius: 0px 5px 5px 0px;
	}
	.paginationne li:hover{
		background: #CFF;
	}
	.paginationne li.active{
		background: #F0F0F0;
		color: #333;
	}
	body{
		overflow-x: hidden !important;
	}
	.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
		color: #000;
	}
	.firstNav{
		font-size: 22px !important;
		color: #f29310 !important;
		font-weight: bold !important;
	}
	.bar-main-container {
	  margin: 3px auto;
	  width: 300px;
	  height: 40px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  font-family: sans-serif;
	  font-weight: normal;
	  font-size: 0.8em;
	  color: #00375e;
	}

	.wrap { padding: 8px; }

	.bar-percentage {
	  float: left;
	  background: #fff;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
		 padding: 4px 14px;
		width: 18%;
		height: 26px;
	}

	.bar-container {
	  float: right;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	  border-radius: 10px;
	  height: 10px;
	  background: rgba(0,0,0,0.13);
	  width: 78%;
	  margin: 8px 0px;
	  overflow: hidden;
	}

	.bar {
	  float: left;
	  height: 100%;
	  -webkit-border-radius: 10px 0px 0px 10px;
	  -moz-border-radius: 10px 0px 0px 10px;
	  border-radius: 10px 0px 0px 10px;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  filter: alpha(opacity=100);
	  -moz-opacity: 1;
	  -khtml-opacity: 1;
	  opacity: 1;
	}
	/* COLORS */
	.azure   { background: #38B1CC; }
	.emerald { background: #2CB299; }
	.violet  { background: #8E5D9F; }
	.yellow  { background: #4d5050; }
	.red     { background: #E44C41; }
	.gift {
		padding: 10px;
		background: #828282;
		border-radius: 25px;
		font-size: 15px;
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
		min-height: 50px;
		position: relative;
		color: #000;
		line-height: 28px;
	}
	.linkMask table{
		margin-left: -29px !important;
		}
	.navbar-inverse .navbar-nav > li > a {
		color: #4B4B4B;
	}
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus {color: #000;}
	.nav-icon {
		float: left;
		margin: 0 5px;
		width: 13%;
		height: 150px;
	}
	.carousel-inner .item:hover img {
		transform: scale(1) !important;
	}
	.greyDarkBg{ background:#f7e6d4; color:#000;}
	.table-bordered {
		border: 1px solid #fff;
	}
	.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
		border: 1px solid #000;
	}
	.LoginCenterArea{ margin-left:100px;}
	.envoyerBt{ margin-left:20px;}

	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #fff;
		opacity: 1; /* Firefox */
	}


	.introInput input{ height:50px; width:80%; float:left; border-radius:5px 0px 0px 5px; padding-left:20px; border:0px; display:block; color:#333;}
	.introInput button{width:10%; float:left;height:50px; border-radius:0px; background-color:#fff; font-size:22px; font-weight:bold; color:#000 !important;}
	.introInput .btnSrc{width:10% !important; float:left; background-color:#000 !important; border-radius:0px 10px 10px 0px !important; color:#fff !important;}

	.intro{color:#fff; font-size:14px; font-weight:normal; margin-top:10px;font-family: 'Lato', sans-serif;}
	.intro h1, .intro h2{font-size:18px; color:#000; margin:0px; padding:0px;}.intro h2{color:#900; margin-top:5px;}
	.intro h1{margin:5px 0px; }
	.intro p{margin:0px; padding:0px;}


	.introBtCNt{margin-top:40px;}

	.introBt{background-color:#cf0000; border-radius:5px;   font-family: 'Lato', sans-serif;  text-align:center; line-height:40px; width:100%; font-size:18px; margin:10px 0px;}
	.introBt a{color:#FFF;}
	.introBt a:hover{background-color:#f00; display:block; border-radius:5px; color:#FFF !important;}
	.introBt a:active{background:none;}
	.introBtBlack{background-color:#000;}.introBtBlack a:hover{background-color:#333;}

	.introMap{}
	.introLogo{margin:20px 0px;}

	.introBg{margin-top:20px !important;}
	.introBg label{font-family:Arial, Helvetica, sans-serif; font-weight:normal;}
	.introdesRes{background-color:#cf0000; color:#FFF;font-family: 'Lato', sans-serif;}
	.introdesRes a{color:#fff; line-height:50px;}
	.introLogin{margin-top:60px; margin-left:75px;}
	.introLogin span{float:left; margin:0px; font-size:18px; color:#ff9c00 !important;}
	.introLogin a{float:left; color:#FFF; line-height:20px;  margin-left:10px;}
	.introLogin a:hover{color:#ff9c00;}


	.locationBG{}
	.locationPG{background:url(../images/loc-bg.jpg) center bottom no-repeat #000; background-size:cover; }
	.hotelDetail{background-color:#FFF; width:70%; margin:30% auto; color:#000 !important; padding:50px;}
	.hotelDetail h1{font-size:26px;  color:#ff9c00}
	.hotelDetail p{font-size:16px;}
	.intro hr{margin:0px !important; }

	hr{
		border: 1px solid #c29562 ;
	}	
	.introBackground{background-color:#7a4f3e;}
	input, select { color: #000;}


	/*---------ImageHover-Start-----------*/
	.pic{max-width:100%;max-height:100%;position:relative;overflow:hidden;display:inline-block;-webkit-animation:anima 2s;-moz-animation:anima 2s;-o-animation:anima 2s;-ms-animation:anima 2s;animation:anima 2s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-o-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.pic-caption{cursor:default;position:absolute;width:100%;height:100%;background:rgba(0,0,0,.8);padding:10px;text-align:center;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}.pic-image{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.pic:hover .pic-image{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.pic-image-left{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.pic:hover .pic-image-left{-webkit-transform-origin:left;-moz-transform-origin:left;-o-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.pic-caption,.pic:hover .pic-caption{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease}.pic .pic-image,.pic:hover img{-webkit-transition:all 3s ease;-moz-transition:all 3s ease;-o-transition:all 3s ease;-ms-transition:all 3s ease;transition:all 3s ease}.top-to-bottom{bottom:50%;left:0}.pic:hover .top-to-bottom{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-moz-touch-callout:none;-o-touch-callout:none;-ms-touch-callout:none;touch-callout:none;-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:transparent;-o-tap-highlight-color:transparent;-ms-tap-highlight-color:transparent;tap-highlight-color:transparent;left:0;bottom:0}.pic p{color:#333; background: #FFFFFF; padding: 20px; border-radius: 10px; font-weight: bold; font-size: 16px; line-height: 10px; margin: 150px auto; width: 80%;}.pic h1{font-weight:900;margin-top:300px;color:#ff9c00;}

	.pic p a{color:#333;}
	/*---------ImageHover-End-----------*/

	.lrgPic{background: url(../images/pr1.png) center top no-repeat; padding: 100px 50px; text-align: right; font-size: 36px; color: #FFFFFF;}
	.redColor{
		color: #FFFFFF;
	}
	.secThree{padding: 50px 0; background: url(../images/sec-three.jpg) center top no-repeat;}
	.secThree h1{text-align: center; font-size: 30px; line-height: 70px; color: #ff9c00;}
	.zone{border: 1px #636363 solid; padding: 80px 20px 0 0; text-align: right; min-height: 360px; margin-top:20px; font-size: 18px;}
	.zone a{color: #FFFFFF;}
	.zone a:hover{color: #FFFFFF;}

	.mention{border: 1px #636363 solid; padding: 80px 0 0 20px; text-align: left; min-height: 360px; margin-top:20px; font-size: 18px;}
	.mention a{color: #FFFFFF;}
	.mention a:hover{color: #FFFFFF;}


	.newsLetterFull {border: 1px #636363 solid; text-align: left;  padding: 0 0 0 10px;  margin: 20px 0;}
	.newsLetterFull h1{
		color: #b30202;
		text-align: left;
		font-size: 24px;
	}
	.newsLetterFull P{color: #FFF; text-align: left; font-size: 18px;}
	.descPrix h5{font-weight:bold;}
	.linkPage a:hover {
		color: #c29562;
	}
	h2.small a:hover {
		color: #b30202;
	}
	.ui-mobile a img {
		width: 40%;
	}

	label {color: #000;}

	form .ProCenterArea {

	}

	::placeholder {
		color: #000;
	}

	.ui-mobile a img {
		width:40%;
	}

	#mytable{
		border: 1px solid #585858;
	}
	#captcha {border: 1px #666 solid;}

	.seConnecter{width:60%;margin:25px auto 25px 180px;font-size:14px;}
	.seConnecter a{	width:60%;border: 1px solid #009246;text-align: center;padding: 10px 10px;border-radius: 10px;color: #FFFFFF;display: block;background: #009246;}
	.seConnecter a:hover{width:60%;border:1px solid #999;border-radius:10px;}
	.text-muted, .bgActive a:hover {color: #fff;}
	.allergenestable h1 {color: #c29562 ;font-size: 14px; font-family: 'Oswald', sans-serif;}
	.icons{float: right;color: #FFF;font-family: 'Oswald', sans-serif;}
	.icons a{margin: 0 2px;}
	.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
		border: 1px solid #585858;
	}

	.socialIcons{width: 250px; margin: 0 auto;}
	.socialIcon {}
	.socialIcon a{margin: 0 5px;}


	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  color: #333;
	  opacity: 1; /* Firefox */
	}

	:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color: #333;
	}

	::-ms-input-placeholder { /* Microsoft Edge */
	  color: #333;
	}	

	.gallery{margin-top: 200px; margin-bottom: 15px;}
	.lnkBtns {margin: 0; padding: 0; float: left;}
	.lnkBtns ul {list-style: none;}
	.lnkBtns ul li {font-family: 'Dancing Script', cursive; text-align: center; font-size: 24px;background: url(../images/lnk-btn.png) center top no-repeat; padding: 25px 0;display: inline-block;width: 180px;}
	.lnkBtns ul li a {color: #fff;  }
	.lnkBtns ul li a:hover {text-decoration: none; color:#c29562 ;}

	input[type=text]{ width:224px;}
	input[name=captcha]{ width:56px;}
	input[name=code_reduction]{ width:156px;}
	.votreCompte input {
		margin: 0 0px 2px 0;
		width: 83%;
	}

	.redColor.osward {
		color: #c29562 ;
	} 
	form[name="connexion"] {
		margin-left: 90px;
	}

	.iconSet {
		color: #fff;
		font-size: 16px;
		text-align: center;
		line-height: 20px;
		position: absolute;
		top: 600px;
		left: 43%;
		transform: translateX(-50%);
		z-index: 1;
	}
	.iconSet hr {
		margin: 10px 0px;
		padding: 0px;
		border: 1px solid #fff;
	}
	.iconSet i {
		font-size: 30px;
	}
	.slider input {
		width: 100%;
		height: 50px;
		border: 0px;
		color: #000;
		padding-left: 20px;
	}
	.inputBt {
		background-color: #000;
		color: #fff;
		font-size: 18px;
		width: 100%;
		height: 50px;
		text-align: center;
		line-height: 50px;
	}
	.inputBt a, .inputBt a:hover {
		color: #fff;
	} 
	.smallIcon {
		margin-top: 265px;
	}

	.iconSet .hdLinks {
		background: #ccc;
		margin-right: 4px;
		width: 98%;
		padding: 3px 10px;
		margin-left: 0;
	}

	.iconSet .hdLinks.bgActive {
		background-color: #d2b391;
		border: 1px solid #d2b391;
	}

	.descPrix table h5 {
		color: #36780d;
	}


	.carousel-indicators .active {
	  width: 20px;
	  height: 6px;
	  margin: 0;
	  background-color: #ad7847 !important;
	  border: 1px solid #ad7847;
	}


	.car-img {
		min-width: 850px;
		position: relative;
		right: 180px;
	}