@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Lora');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes&display=swap&subset=latin-ext');

body{
	background: #000;
	background-attachment: fixed;
	overflow-x: hidden;
	color: #fff;
}
input, select {
    color: #fff;
}
.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: #fff;margin-right: 5px;}
.seconnector a{color: #FFF;}
.telFull {position: relative;z-index: 11111;}
.telFull p{text-align: right;color: #fff;font-size: 24px;font-weight: bold;position: absolute;right: 0;top: 40px;	line-height: 30px;}
.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: 160px;background: #000;}
.whiteBg{background-color: #c30707;}
.greyBg{background: #d51010;}
.bordersmFull{border-right: 10px solid #000; background: #2b2b2b;}
.logo{margin-top:2px;}
.logo img{width: 240px; margin-left: -45px;}
.FtLogo{margin-top:2px;}
.FtLogo img{width: 240px; margin: 0 auto;}
.naviBar{font-family: 'Lato', sans-serif; font-size:17px; margin-top: 10px;}
.bdArea{ margin-top: 140px;}
.mrgZero{margin:0px; padding:0px;}

.sectionOne{ background:#a90101; padding:50px 0;}
.sectionOne h1{font-family: 'Great Vibes', cursive;font-size: 40px;margin-bottom: 20px;text-align: center;color: #FFF; line-height: 30px;font-weight: normal;}
.sectionOne p{font-family: 'PT Sans', sans-serif; font-size:15px; font-weight:normal; text-align:center; color:#FFF;}
.prod { margin:40px 0 0 10px; float:left; width:210px;}
.prod h1 a{font-family: 'PT Sans', sans-serif; font-size:18px; text-align:center; color:#FFF; line-height:20px; margin-top: 0px; display: block;}
.prod h1 a:hover{
	color: #fff;
}

.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:#000; padding:0;}
.sectionTwo h1{font-family: 'Dancing Script', cursive; font-size:38px; text-align:center; color:#fff; line-height:45px;}
.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{margin: 0 auto;height: auto;padding: 30px 0;background: url(../images/mobile-bg.png) center top no-repeat;} 
.mobile-bg h1 {margin-top: 160px;font-size: 48px;text-align: center;color: #d51010;font-family: 'Great Vibes', cursive;}
.mobile-bg h1 strong {font-size: 48px;}
.mobile-bg h1 a{color: #fff;font-style: normal;}
.mobile-bg a:hover{color: #fff;}
.mobile-icon{margin:20px auto; display: flex; justify-content: space-between; align-items: center; width:60%; }
.mobile-icon a{margin:0 5px;}
.mobile-img{float: right;}
.filterProd{margin-top:40px;}
.linkPageFilterProd{margin-top:0px;}

.sectionThree{background: url(../images/section-three.jpg) center bottom no-repeat #000000; padding: 0;}
.sectionThree h1{
	font-family: 'Great Vibes', cursive;
	font-size: 38px;
	margin-bottom: 20px;
	text-align: center;
	color: #FFFFFF;
	line-height: 40px;
	margin-top: 100px;
	letter-spacing: 1px;
}
.sectionThree p{
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	margin: 20px 0;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	line-height: 30px;
	text-shadow: 2px 2px #000;
}
.sectionThree h2{
	font-family: 'Great Vibes', cursive;
	font-size: 45px;
	text-align: center;
	color: #FFFFFF;
	line-height: 30px;
	background: #d51010;
	width: 70%;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	letter-spacing: 1px;
}
.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:20px 0 0 0; background: url(../images/ft-bg.jpg) center top no-repeat;}
.footerIcons{font-size:25px;width:225px;margin:5px auto;}
.footerIcons a{color:#fff;margin:0 3px;padding: 5px;}
.footerIcons a:hover{color:#ea1301;margin:0 3px;}
.footer p{font-size:17px;text-align:center;color:#fff;margin:0 0 20px 0;}
.footer p a{color:#fff;}
.footer p a:hover{color: #ea1301;}
.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 20px auto;}
.newsLetter label{
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	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: 50px;
	background-color: #d51010;
	float: left;
	text-align: center;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: #FFF;
	border: none;
}
.ok:hover{color: #FFF;}

.ok a{color: #FFFFFF;}
.des{font-family: 'Lato', sans-serif;height: 50px;position: relative;padding-top: 10px;background-color: #d51010;font-size: 16px;font-weight: normal;color: #FFF;float: left;text-align: center;}
.des a{color:#fff; 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: #d51010;
	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: #ea1301;
	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: 200px 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: #2b2b2b;
	padding: 10px 10px 20px 10px;
	margin-bottom: 10px;
}
.totalBar{
	width: 100%;
	font-weight: bold;
	line-height: 30px;
	padding: 0 10px;
	background-color: #525151;
	color: #FFF;
	float: left;
}
.totalBar p{margin:0px; padding:0px;}
.panierAreabt{ margin: 10px 0px 25px 0px;font-family: 'Oswald', sans-serif;}
.panierAreabt a{
	width: 100%;
	background: #d51010;
	float: left;
	text-align: center;
	padding: 10px 0px;
	border-radius: 10px;
	color: #FFFFFF;
	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: #d51010;}

.panierQuantiyFull input{
	width: 25px !important;
	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: #FFFFFF;
	line-height: 50px;
	text-align: center;
	background-color: #d51010;
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
}
.panierTitle img{margin-top:-5px;}
#panierProd{width:60px; height:80px; float:left;}
.prodTitles{
	color: #ea1301;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 50px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	padding-bottom: 15px;
	padding-left: 90px;
}
.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: 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: #2b2b2b;
    padding-top: 38px;
    padding-bottom: 20px;
	margin-left: -10px;
	margin-bottom: 10px;
}
.linkPage a{
	color: #fff;
}
.linkPage h1{
	font-size: 18px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-align: left;
	line-height: 20px;
	color: #ea1301 !important;
}
.linkPage p{
	text-align: justify;
	color: #fff;
}
.formArea{margin-bottom:30px;}
.formArea label,.formArea input,.formArea select,.formArea textarea{margin:3px 0px;}
.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: 350px;
	background-color: #545454;
	float: left;
	padding: 20px;
	margin: 10px 25px;
}
.votreCompte input {
    color: #333;
	width: 190px !important;
}

.votreCompte p{
	color: #FFFFFF;
	margin-bottom: 16px;
}

.votreCompte label{color:#fff; width: 50px;}
.clear {
	clear: both;
}
.commander {font-weight: bold;font-size: 24px;color: #ea1301 !important;}
.envoyer{width:70%; margin:25px auto 25px 100px; font-size:14px;}
.envoyerLogin{margin:8px 31%!important;}
.envoyer a{
	width: 70%;
	text-align: center;
	padding: 10px 20px;
	border-radius: 10px;
	color: #FFFFFF !important;
	display: block;
	background: #d51010;
}
.envoyer a:hover{width:70%;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: #FFFFFF !important;
	display: block;
	background: #d51010;
}
.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: #FFFFFF !important;
	display: block;
	background: #d51010;
}
.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: #d51010;
	text-align: center;
	padding: 10px 20px;
	border-radius: 10px;
	color: #FFFFFF !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: #d51010;
	text-align: center;
	padding: 15px 20px;
	border-radius: 10px;
	color: #FFFFFF !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: #d51010;
	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: #d51010;
	text-align: center;
	padding: 15px 20px;
	border-radius: 10px;
	color: #FFFFFF;
	display: block;
}
.popUpignor a:hover{width:300px; border-radius:10px;}

.popNew h1{
	color: #d51010;
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
}
.popNew h2{color:#fff; font-size:18px; font-family: 'Oswald', sans-serif;}
.popNew h2 a{
	color: #fff;
}.popNew h2 a:hover{
	color: #d51010;
}
.popNew p{
	color: #fff;
}


.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: #d51010;
	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: #d51010;
	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 #d51010;
	text-align: center;
	padding: 10px 20px;
	border-radius: 10px;
	color: #fff;
	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: #fff;
}
.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: #d51010;
	text-decoration: none;
}
.allergenestable{color:#fff; margin-bottom:20px;background: #2b2b2b;}
.allergenestable h1{color:#ff9c00; font-size:14px; font-family: 'Oswald', sans-serif;}
.allergenestable td{padding-left:20px;}
.allergenesBgs{
	background-color: #02395a;
	color: #FFFFFF;
	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:#39393d; padding: 1px 5px; font-weight:bold;}
.smMinus a,.smPlus a{color:#FFF;}
.smMinus a:hover, .smPlus a:hover{color:#fff !important;}
.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 !important;
	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 !important;
	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: #d51010;
	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: #fff;
	display: block;
	text-align: center;
}
.current{
	line-height: 40px;
	color: #FFFFFF !important;
	background-color: #d51010;
	display: block;
	text-align: center;
}
.checkOutInfoTit{
	background-color: #d51010;
	line-height: 40px;
	color: #FFFFFF;
	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: #d51010;
}
.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: #d51010;
}
.checkoutButtons .jeCareeBt a:hover{width:100%; border-radius:10px;}
.ProCenterArea {padding: 0 0px;}

.dejaButton{
	color: #fff;
	text-align: right;
	padding-top: 15px;
}
.checkoutForm label{
	color: #fff;
	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: #545454;
	margin: 10px;
	padding: 15px;
}
.checkOutPayment label{
	color: #fff;
}
.contact p, .contact h1{text-align:center;}
.contact p:nth-child(3) {color: #ea1301;}
.contact {color: #fff;background: #2b2b2b;}
.checkOutPanier{
	color: #333;
	margin-bottom: 20px;
}
.checkOutPanier h1{color:#ff9c00; font-family: 'Oswald', sans-serif; font-size:15px;}
.contact .prodTitles{padding-left:65px;}
.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: #d51010;
	float: left;
}
.popupDetails h2 {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	color: #d51010;
	float: right;
}
.popupDetails h5{
	color: #d51010;
	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:#2b2b2b;}

.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: #fff;
}

.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:#a70404; text-align:center; color: #fff;}.corebtRight{background-color:#000; text-align:center; color: #fff;}

.corefideliteBt{width:100%; line-height:50px; margin:15px 0px; text-align:center; border-radius:10px; border:1px solid #333; }
.corefideliteBt a{color:#FFF;}.corefideliteBt a:hover{color:#ff9c00;}
#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:#ea1301;}
  
  #allergene{
	color: #fff;
	margin-right: 30px;
}
  
.prodSubTitle {
	font-size: 20px;
	color: #fff;
	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: #FFF;
	background-color: #000;
	text-align: center;
	line-height: 40px;
}
.PopBox.selected {border: 1px solid #d51010;}
.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:#2b2b2b;
	padding:250px 0 300px 0;
}
.naviBox h1{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	text-align: center;
	color: #fff;
	margin: 5px 0px;
}
.naviBox h1:hover{
	color: #fff;
	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 #d51010;
	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;
	color:#000;
	
}
.descPrix table{
	margin:auto;
}

h2.small{font-size: 100%;color: #fff;}

h2.small a{color:#fff;}
/*-----------------------Latest Modification-------------------*/
.hdLinks {border: 1px solid #636161;text-align: center;margin-top: 5px;margin-left: 5px;width: 170px;line-height: 30px; float: left;}
.hdLinks.bgActive {background-color: #3c3a3a;}
.hdLinks.bgActive img{filter: invert(100%)}
.hdLinks img{filter: invert(100%)}
.hdLinks.bgActive a{color: #FFF !important;}
.hdLinks > a {color: #fff;font-weight: bold;font-size: 13px;text-transform: uppercase;}
.navbar .hdLinks > a {color: #fff;font-weight: bold;font-size: 15px;}
.hdLinks > a:hover {color: #fff;}
.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: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {color: #ea1301;}
.nav-icon {
	float: left;
	margin: 0 5px;
	width: 11.5%;
	height: 160px;
}
.carousel-inner .item:hover img {
    transform: scale(1) !important;
}
.greyDarkBg{ background:#525151; color:#fff;}
.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 #fff;
}
.LoginCenterArea{ margin-left:100px;}
.envoyerBt{ margin-left:0px;}

::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 #d51010;
}	
.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 3s;-moz-animation:anima 3s;-o-animation:anima 3s;-ms-animation:anima 3s;animation:anima 3s;-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,.6);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 .3s 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{margin-top:200px;color:#fff;}

.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: #fff;
}
.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: #ea1301;
}
h2.small a:hover {
	color: #d51010;
}
.ui-mobile a img {
	width: 40%;
}

label {color: #fff;}

form .ProCenterArea {
	padding: 0 88px;
	font-family: Arial;
}

::placeholder {
	color: #000;
}

.ui-mobile a img {
	width:40%;
}

#mytable{
	border: 1px solid #fff;
}
#captcha {border: 1px #666 solid;}

.seConnecter{width:60%;margin:25px auto 25px 180px;font-size:14px;}
.seConnecter a{	width:60%;border: 1px solid #ab5107;text-align: center;padding: 10px 10px;border-radius: 10px;color: #FFFFFF;display: block;background: #ab5107;}
.seConnecter a:hover{width:60%;border:1px solid #999;border-radius:10px;}
.text-muted, .bgActive a:hover {color: #fff;}
.allergenestable h1 {color: #d51010;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 #fff;
}

	
::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:#d51010;}

input[type=text]{ width:224px;}
input[name=captcha]{ width:56px;}
input[name=code_reduction]{ width:156px;}
.fieldDetails textarea {
	margin-left:0px !important;
}

@media only screen and (max-width : 1400px) {
	.pic h1 {margin-top: 120px;}
}
@media only screen and (max-width : 900px) {
	.sectionTwo h1 { font-size: 30px; line-height: 35px;}
}
@media only screen and (max-width : 1200px) {
	.sectionThree h2 { font-size: 40px;}
}