body{
    font-family: 'open_sansregular';
    text-rendering: optimizeLegibility !important;
}

h1, h2, h3{
	font-family: 'lorabold';
        font-weight: inherit;
}

h2{
	font-size: 34px;
}

h1 span, h2 span, h3 span{
	font-family: loraitalic;
	color: #b79748;
}

img{
	width: 100%;
}

a{
	color : #b79748 ;
	text-decoration: none;
}

a.SV{
	color : #891619 ;
	text-decoration: none;
}

p{
	margin: 0;
}

.displayNone{
    display: none;
}

button.button, input.button{
    -webkit-appearance: none;
    background-color: inherit;
    border-color: #b9964c;
    color: #b9964c;
    border-radius: 0;
}

a.button{
	display: inline-block;
	border: 2px solid #b79748;
	padding: 10px 15px;
}

a.buttonSV{
	display: inline-block;
	border: 2px solid #af5a13;
	padding: 10px 15px;
}

a.buttonSV:hover{
	background-color: #af5a13;
	color: white;
	border: 2px solid #891619;
}

a:hover{
	text-decoration: underline;
}

.menu{
	font-family: ralewaysemibold;
}

h2 span{
	display: block;
	font-size: 25px;
}
h2{
	margin-bottom: 0px;
    line-height: 31px;
}

.bold{
	font-weight: bold;
}

header{
	background: #000;
	padding-top: 15px;
        position: relative;
}

header hr{
	margin-bottom: 0;
	max-width: 100%;
}


article hr{
	border-color: #b79748;
	width: 30%;
}

.buttonContainer{
	text-align: center;
	padding: 5px;
}

section{
	padding: 0 15px;
}

a.to_nav {
    cursor: pointer;
    float: left;
    color: #fff;
    background: #1e1e1e;
    text-decoration: none;
    font-size: 12px;
    line-height: 22px;
    height: 33px;
    width: 38px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 16px;
    left: 5%;
    font-size: 0;
}

.article{
	color: #777;
}
 
a.to_nav:hover,
a.to_nav:focus {
    background: #333;
}

.to_nav hr{
	border-color: #b79748;
    margin: 6px auto;
    height: 1px;
    background: #b79748;
    width: 69%;
}


hr{
	color: #333;
    background: #333;
    border-color: #333;
    max-width: 90%;
    margin: 15px auto;
}

header .logo{
    background: url(/webroot/img/logo.png);
    height: 36px;
    width: 110px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 94%;
    margin: 0 auto;
}

#primary_nav ul li a:focus, #primary_nav ul li a:active{
	color:#b79748;
}

#primary_nav.active {
	display: block;
	position: relative;
    z-index: 2;
}

#primary_nav{
	display: none;
}

#primary_nav ul {
    list-style: none;
    background: #1c1c1c;
    padding: 5px 0;
}
 
#primary_nav li a {
    display: block;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    border-bottom: 1px solid #383838;
    padding: 12px;
}
 
 
#primary_nav li:hover:not(.menusParent),
#primary_nav li:focus:not(.menusParent) {
    color: #1c1c1c;
    background: #333;
}

 #primary_nav .social li:hover{
    background: #000;
}

#primary_nav .social li a{
	border-bottom: none;
}


.menusParent{
    cursor: pointer;
}
.imgHeaderSocial {	width: 25px;	margin-left: -1px;	margin-top: 4px;	height: 24px;}
.social li{
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
}

#primary_nav .social li a, .social li a{
	font-size: 0;
	width: 24%;
	padding: 25px;
	padding-right: 0;
        padding-top: 4px;
}

.social li a:before{
    font-size: 25px;
	font-family : "FontAwesome";
	padding-right: 0;
}

.social li.fb a:before{
	content: "\f09a";
}

.social li.gp a:before{
	content: "\f0d5";
}

.headPage{
	padding: 0;
}

.headPage .container{
	position: relative;
	height: 245px;
    overflow: hidden;
}

.headPage .img{
    background: url(/webroot/img/Bandeau-restaurant2.jpg);
    background-size: cover;
}



.reserveBar{
	position: absolute;
	bottom: 0px;
	text-align: center;
	background-color: rgba(0,0,0,0.6); 
	height: 100%;
	width: 100%;
}

.reserveBar span{
	font-family: 'loraitalic';
    color: white;
    margin-top: 32px;
    display: inline-block;
    font-size: 18px;
}

.reserveBar a.button{
	margin : 10px;
	margin-top: 20px;
	text-transform: uppercase;
}

.reserveBar a.button:active{
	background-color: rgba(0,0,0,0.7); 
}

.headPage .img img{
	position: absolute;
    top: 50%;
    margin-top: -135px;;
}
.headPage .img{
	height: 150px;
	width: 100%;
}

.discoverRestaurant{
	padding: 0px 15px;
	margin-bottom: 20px;
}

.discoverRestaurant .img{
	display: none;
}

.discoverRestaurant h1 span{
	display: block;
	font-size: 25px;
}
.discoverRestaurant h1{
	margin-bottom: 0px;
    line-height: 31px;
}

.discoverRestaurant hr{
	border-color: #b79748;
	margin-left: 0;
	width: 40%;
}

.discoverRestaurant a.button{
	margin: 0 auto;
	margin-top: 15px;
}


.advantages{
	padding: 15px;
	text-align: center;
	background-color: #fafafa;
}

.advantages h2{
	font-family: 'pt_serifbold';
}

.advantages hr{
	border-color: #b79748;
	width: 30%;
}

.advantages .article{
	margin-bottom: 50px;
}

.advantages strong{
	color: #000;
}

.advantages .article:last-child{
	margin-bottom: 30px;
}

.advantages .content {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 auto;
    width: 266px;
}

.advantages .content a{
	display: inline-block;
	margin-top: 15px;
	font-family: 'open_sansbold'
}

.advtg1{
	background-image: url(/webroot/img/montre.png);
}

.advtg2{
	background-image: url(/webroot/img/voiturier.png);
}

.advtg3{
	background-image: url(/webroot/img/assiette.png);
}

.advtg4{
	background-image: url(/webroot/img/livraison.png);
}


.listProduct{
	padding: 15px;
}

.listProduct hr{
	margin-left: 0;
}

.listProduct a.button{
	margin-top: 20px;
    margin-bottom: 24px;
}

.listProduct .listImg{
	max-width: 550px;
	margin: 0 auto;
}

.listProduct .img{
	display: inline-block;
    width: 32.3%;
}

.listProduct .img img{
	width: 100%;
}

.menuDiscover{
	text-align: center;
	background-color: #fafafa;
	padding-top: 1px;
	padding-bottom: 30px;
}

.menuDiscover hr{
	border-color: #b79748;
	width: 30%;
}

.menuDiscover .buttonContainer{
	padding: 20px 0;
}

.menuDiscover .img img{
	max-width: 500px;
	margin: 0 auto;
	display: inline-block;
}

.map{
	padding: 0;
	position: relative;
	max-height : 50%;
}

.map #map{
	height: 200px;
}

.bar{
	background-color : #b9964c;
	color:  white;
	padding: 15px;
}

.bar a.button{
	color: white;
	border-color: white;
	margin: 15px 0;
}

.mise-en-avant.bar .content{
	font-size: 14px;
}

.mise-en-avant.bar .left{
	margin-bottom: 15px;
}

footer{
	background-color: #000;
	color: white;
	padding: 15px;
	font-size: 14px;
}

footer .logo{
    background: url(/webroot/img/logo.png);
    height: 36px;
    width: 110px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 94%;
    display: inline-block;
}

#footer .contact .mail{
    text-decoration: underline;
}
.columns1 article{
	font-size: 10px;
    display: inline-block;
    width: 53%;
    vertical-align: bottom;
    margin-left: 10px;
}

.columns2, .columns1{
	margin-bottom: 20px;
}

.contact a:first-child{
	margin-top: 14px;
}

.contact a{
	margin: 14px 0px;
    text-decoration: underline;
    display: inline-block;
}

footer .social{
	display:none;
}

footer .newsletter, footer .registerNews{
	margin: 7px 0px;
}

footer .registerNews{
    margin-bottom: 20px;
    position: relative;
}

footer .registerNews label.error{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px;
    color: red;
}

footer .registerNews .button{
	margin-right: 10px;
}

.columns4 .facebook{
	margin-bottom: 10px;
}

.subFooter{
	font-size: 12px;
}

.subFooter .left a{
	display: block;
    margin-bottom: 15px;
}

.subfooter .right{
	font-size: 10px;
}

.menusParent.active + .submenu{
	display: block;
}

.submenu li{
	padding-left: 30px;
}

#primary_nav ul .submenu{
	padding: 0;
	display: none;
}

.fullwidth{
	background-color: #fafafa;
}


/********Début Cm_boissons********/



.headerCarte{
	text-align: center;
	padding: 40px 25px;
	background-color: #fafafa;
}

.headerCarte hr{
	border-color: #b79748;
    width: 30%;
}

.headerCarte h1{
	margin-top: 0;
	font-size: 34px;
}

.headerCarte h1 span{
	display: block;
	font-size: 27px;
}


.headerCarte article{
	margin-bottom: 20px; 
}

.headerCarte .choiceMenu span{
	display: inline-block;
	margin: 0 5px;
	text-transform: uppercase;
}

.headerCarte .choiceMenu a{
	color: #000;
}

.headerCarte .choiceMenu a:hover:focus{
	color: #b79748;
}

.headerCarte .container{
	max-width: 450px;
	margin: 0 auto;
}


.specialitesIndiennes{
	padding: 40px 25px;
}


.specialitesIndiennes h2{
	font-size: 34px;
	margin-top: 0;
}

.specialitesIndiennes h3{
	font-size: 15px;
	font-family: "open_sansbold";
	color: #777;
	margin-bottom: 0;
}

.centerHR{
	margin: 25px auto; 
	width: 100px;
	border-color: #b79748;
}

.leftHR{
	width: 100px;
	border-color: #b79748;
	margin: 25px 0; 
}

#boissons .ligneProduct{
    font-size: 12px;
}

#boissons .ligneProduct .price{
    font-size: 12px;
    width: 14%;
    max-width: 50px;
}

.ligneProduct{
	margin: 7px 0;
	border-bottom: 1px dotted #777;
}

.ligneProduct .price{
	color: #b79748;
	float: right;
	display: inline-block;
}

.specialitesIndiennes .ligneProduct:last-child{
	margin-bottom: 30px;
}

.specialitesIndiennes .img{
	max-width: 400px;
	margin: 0 auto;
}


.boissons{
	background-color: #fafafa;
}

.cm h2{
	margin-top: 0;
}

.cm{
	padding: 40px;
}

.cm h3{
	color: #b79748;
}

.cm .titreProduct .productName{
	font-family: "open_sansbold";
	padding-top: 10px;
    display: inline-block;
}

.cm .productName{
	font-family: "lorabold";
	text-transform: uppercase;
	max-width: 85%;
	display: inline-block;
}

.cm .description{
	display: block;
	font-size: 13px;
	color: #777;
}

/******** Fin Cm_boisons **************/

.ligneProduct.padding{
	padding-top: 10px;
	padding-bottom: 10px;
}

.cm .intro{
	font-family: loraitalic;
	font-size: 18px;
	color: #bd9d58;
}

#entree, #poulet, #biryani, #poisson, #riz, #legumes, #dessert{
    background-position : 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}

#pain + .cm .img{
    max-width: 100px;
    margin: 0 auto;
}

#poulet{
    background-image: url(/webroot/img/brochettes.png);
}

#biryani{
    background-image: url(/webroot/img/assiette_pleine.png);
}

#poisson{
    background-image: url(/webroot/img/poissons.png);
}

#riz{
    background-image: url(/webroot/img/riz.png);
}

#legumes{
    background-image: url(/webroot/img/legumes.png);
}

#entree .rightColumns{
    background-image: url(/webroot/img/poulet.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

#entree .leftColumns{
    background-image: url(/webroot/img/salades.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

#dessert{
    background-image: url(/webroot/img/glaces.png);
}

.ligneProduct.head{
	border-bottom: none;
}

.ligneProduct .price{
	width: 50px;
	text-align: right;
}

.ligneProduct.head .productName{
	font-size: 18px;
}

.ligneProduct.head .price{
	color: #000;
}

.ligneProduct + .head {
    padding-top: 29px;
}
/*
#header a[href="#reservation"]{
    color: #bd9d58 !important;
}*/.reservationMenu {	color: #bd9d58 !important;}

/**CM menu */

.headerCarte .article{
	margin-bottom: 15px;
}

.menu h2{
	font-size: 26px;
}

.menu h2+p{
	font-size: 15px; 
	font-family: open_sansitalic;
	color: #959595;
	margin-bottom: 25px;
}

.menu h2, .menu h2+p{
	text-align: center;
}

.cat{
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}

.cat h2{
	font-size: 22px;
	color: #515151;
	margin-bottom: 20px;
}

.cat .food{
	font-size: 15px; 
	text-transform: uppercase;
	font-family: lorabold;
	margin-bottom: 20px;
}

.menu .accompagnement{
	font-size: 18px;
	color: #b9964c;
	font-family: 'loraitalic';
	margin-bottom: 25px;
}

.menu .accompagnement strong{
	font-family: 'lorabold_italic';
}

.menu .food .description{
	font-size: 14px;
	font-family: loraregular;
	text-transform: none;
	margin-bottom: 5px;
}

.menu .img{
	width: 100%;
	display: none;
}

.headerCarte p {
    max-width: 500px;
    margin: 0 auto;
}

.cm.bar{
    padding: 0;
    background-color: #b9964c;
}


body.popinActive{
    overflow: hidden;
    max-height: 100%;
}

body.popinActive{
    overflow: hidden;
    max-height: 100%;
}

body.popinconfirmationActive{
    overflow: hidden;
    max-height: 100%;
}

.popin{
    display: none;
}

.popin{
    position: absolute;
    top: 20px;
    background-color: #b79748;
    z-index:5;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
    left: 50%;
    margin-left: -156px;
    max-width: 312px;
}

.popinconfirmation{
    display: none;
}

.popinconfirmation{
    position: absolute;
    top: 20px;
    background-color: #b79748;
    z-index:5;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
    left: 50%;
    margin-left: -156px;
    max-width: 312px;
}

.bgPopin{
    content:"";
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity: 0.5;
    background-color: black;
    z-index: 1;
}

.crossPopin{
    color: #b79748;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.5em;
    z-index: 4;
    cursor: pointer;
}

.crossPopin:before{
    line-height: 0;
    content:"\f00d";
    font-family: "FontAwesome";
    position: relative;
    top: -5px;
    cursor: pointer;
}


.popin .contener{
    border: 4px solid #b9964c;
    background-color: black;
    z-index: 3;
    padding: 25px 30px;;
}

.popinconfirmation .contener{
    border: 4px solid #b9964c;
    background-color: black;
    z-index: 3;
    padding: 25px 30px;;
}

.popin button{
    -webkit-appearance: none;
    background-color: inherit;
    border-color: #b9964c;
    color: #b9964c;
    border-radius: 0;
}

.popinconfirmation button{
    -webkit-appearance: none;
    background-color: inherit;
    border-color: #b9964c;
    color: #b9964c;
    border-radius: 0;
}

.popin h3{
    font-size: 26px;
    color: #b79748;
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
}

.popinconfirmation h2{
    font-size: 23px;
    color: #b79748;
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
}

.popinconfirmation .reassure p{
    margin-bottom: 15px;
}

.popinconfirmation .reassure{
    text-align: center;
}

.popinconfirmation .reassure strong{
    font-size: 1.2em;
    color: #b79748;
}

.popinconfirmation input:focus, .popinconfirmation textarea:focus{
    border: 2px solid #b79748;
    border-color: #b79748;
    outline: inherit;
}

.popin .reassure p{
    margin-bottom: 15px;
}

.popin .reassure{
    text-align: center;
}

.popin .reassure strong{
    font-size: 1.2em;
    color: #b79748;
}

.popin input:focus, .popin textarea:focus{
    border: 2px solid #b79748;
    border-color: #b79748;
    outline: inherit;
}

.popin button:active{
    border: 2px solid #333;
    border-color: #333;
    background-color: #b79748;
    color: #333;
}

.popin input{
    width: 100%;
    box-sizing: border-box;
}

.popin{
    color: white;
}

.popinconfirmation{
    color: white;
}

.popin label{
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
}

.popinconfirmation label{
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
}

.popin textarea{
    width: 100%;
    height: 125px;
    box-sizing: border-box;
}

.popin button{
    display: block;
    text-align: center;
    margin: 15px auto;
    font-size: 23px;
    padding: 4px 17px;
}

.popin .button{
    display: block;
    text-align: center;
    margin: 15px auto;
    font-size: 23px;
    padding: 4px 17px;
}

.popinconfirmation button{
    display: block;
    text-align: center;
    margin: 15px auto;
    font-size: 23px;
    padding: 4px 17px;
}

.popinconfirmation .button{
    display: block;
    text-align: center;
    margin: 15px auto;
    font-size: 23px;
    padding: 4px 17px;
}

.popin .Midi, .popin .Soir{
    display: block;
}

.popinconfirmation .Midi, .popinconfirmation .Soir{
    display: block;
}

.popin label[for="midi"], .popin label[for="soir"], .my_basket label.buttonLabel{
    box-sizing: border-box;
    text-align: center;
    background-color: #111;
    padding: 10px;
    border: 2px solid #b79748;
    margin-top: 25px;
    margin-bottom: 15px;
    width: 100%;
}

.popinconfirmation label[for="midi"], .popinconfirmation label[for="soir"], .my_basket label.buttonLabel{
    box-sizing: border-box;
    text-align: center;
    background-color: #111;
    padding: 10px;
    border: 2px solid #b79748;
    margin-top: 25px;
    margin-bottom: 15px;
    width: 100%;
}

#midi:checked + label[for="midi"], #soir:checked + label[for="soir"], .radioPerso:checked  + label{
    background-color: #b79748;
    border: 2px solid #333;  
}
.radioPerso + label{
    display: block;
    width: 200px;
    margin: auto;
    color: white;
}

#midi, #soir, .radioPerso{
    display:none;
}

.champs, .objet, .message{
    position :relative;
    padding-bottom: 8px;
}

.champs label.error, .objet label.error, .message label.error{
    position: absolute;
    left: 0;
    top: 40px;
    color: red
}

#personnes{
    width: 69px;
    display: block;
}

.popin .condition{
    font-size: 12px;
    color: #999;
}

.popinconfirmation .condition{
    font-size: 12px;
    color: #999;
}

#ui-datepicker-div, .ui-datepicker-calendar, .ui-datepicker-calendar thead, .ui-datepicker-calendar tr{
    background-color: black;    
}

.ui-corner-all{
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

#ui-datepicker-div, .ui-datepicker-header{
    background:black;
}

.ui-datepicker-header:hover, .ui-datepicker-header{
    background: white !important;
}

.ui-state-disabled{
    opacity: 1 !important;
}

.ui-state-highlight, .ui-state-active{
    font-weight: bold !important;
}

.ui-state-default{
    background: white !important;
    background-color: white !important;
}

.ui-state-disabled .ui-state-default{
    color: #999 !important;
}

.ui-datepicker th, .ui-datepicker th span, .ui-state-default{
    color: #b79748 !important;
}

.ui-datepicker-title{
    color: #b79748;
}

.ui-state-highlight{
    color: black !important;
}

.ui-state-active.ui-state-highlight{
    color: #b79748 !important;
}

/*FIn CM menu*/



#fullwidthBarMessage{
    position: fixed;
    height: 40px;
    bottom: -50px;
    left: 0;
    right: 0;
    background-color: #b79748;
    color: white;
    transition-duration: 500ms;
    text-align: center;
    font-size: 16px;
    z-index: 5;
    padding-top: 10px;
}

#fullwidthBarMessage.upBottom{
    transition-duration: 500ms;
    bottom: 0px;
}


#fullwidthBarMessage.error{
    background-color: #A21313;
}

/*Contact */

.twt a:before{
        content: '\f099';
}

.frch a:before{
        content: '\f262';
}

.headContact{
        background-image: url(http://dev.restaurantdiwali.com/webroot/img/bandeau.jpg);
        background-size: 100%;
}

.headContact .centerHR{
        margin: 15px auto;
}

.headContact h1{
        margin-top: 0;
        margin-bottom: 0;
}

.headContact>div{
        background-color: rgba(0,0,0,0.7);
        text-align: center;
        color: white;
}

.headContact .info{
        padding-bottom: 15px;
        font-size: 14px;
}

.contact form{
        padding: 15px 0;
}

.contact label{
        padding-top: 10px;
        padding-bottom: 5px;
        display: inline-block;
        width: 100%;
}

.contact input{
        height : 35px;
        width: 100%;
        box-sizing: border-box;
        max-width: 350px;
        margin-bottom: 10px;
}

.contact textarea{
        margin-bottom: 10px;
}

.contact textarea{
        height: 150px;
        width: 100%;
        box-sizing: border-box;
}

.contact .button{
        display: block;
    text-align: center;
    margin: 15px auto;
    font-size: 23px;
    padding: 4px 17px;
}


 .contact .button:active,  .contact .button:focus,  .contact .button:visited{
    border: 2px solid #333;
    border-color: #333;
    background-color: #b79748;
    color: #333;
    outline: inherit;
}

input:focus,  textarea:focus, input:active, textarea:active{
    border: 2px solid #b79748;
    border-color: #b79748;
    outline: inherit;
}

.contact h2{
	margin-top: 35px; 
	font-size: 25px;
}

.contact .social ul{
	padding-left:0;
	padding-bottom: 25px;
}
.contact .social li a{
	margin: 0;
    color: white;
    background: black;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    text-decoration: none;
    height: 55px;
    width: 55px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}

.contact .social{
	text-align: center;
}

.contact .social li a:before{
	display: inline;
}

.social li a:before{
	line-height: 36px;
}



.contact .champs label.error, .objet label.error, .message label.error {
    top: auto;
    bottom: -10px;
}

.ggmap{
    width:100%;
    height: 230px;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #b9964c;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin: 0 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.popin.active{
    display:block;
}

.popinconfirmation.active{
    display:block;
}
/*Fin contact*/

.button{
    border: 2px solid #b9964c;
}

.button:focus{
    outline-color:#b9964c;
}

.button.cat, select[name="category"]{
    height: 40px;
    vertical-align: top;
    margin-bottom: 15px;
}

select[name="category"]{
    border: 2px solid #b9964c;
    width:100%;
    cursor: pointer;
}

.button.cat:focus, select[name="category"]:focus{
    outline-color:#b9964c;
}


.button.cat{
    border: none;
    display: none;
}

.button.active{
    display: inline-block;
}

.commande .label{
    padding-top: 10px;
    padding-top: 10px;
}

.commande h1{
    text-align: center;
    max-width: 783px;
    margin: 0 auto;
}

.commande h1 + form{
    text-align: center;
}

.commande .label{
    display: none;
}

.commande .leftColumns{
    padding-bottom: 30px;
    position: relative;
}

.headCategory{
    background-color: #f9f9f9;
    text-transform: uppercase;
    border: 1px solid #b9964c;
    padding: 15px;
    text-align: center;
    position: relative;
    margin-top: 0px;
    border-top: 0;
    cursor: pointer;
}

.headCategory:first-child{
    border-top:1px solid #b9964c;
    margin-top: 20px;
}

.headCategory.active + .listByCat + .headCategory{
    border-top:1px solid #b9964c;
}

.headCategory:after, .my_basket .head:after{
    content: '';
    width: 10px;
    height: 10px;
    border: 4px solid #333;
    border-bottom: none;
    border-left: none;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    left: inherit;
}

.headCategory:after, .my_basket .head.active:after{
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.headCategory.active:after,.my_basket .head:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px;
    
}

.commande .help{
    font-size: 10px;
    color: #333;
    display: inline;
}

.basket_h3{
    margin-top: 5px;
    font-size: 12px;
    font-family: 'open_sansregular';
}

.my_basket .head{
    cursor: pointer;
}

.my_basket .head h2{
    font-size: 22px;
    font-family: 'open_sansbold';
}

.my_basket .head{
    position: relative;
    border: 1px solid #EEE;
    text-align: center;
}

.my_basket .head:after{
    top: 28px;
    margin-top: 0;
}

.my_basket .head.active:after{
    top: 22px;
}

.my_basket .champs label{
    width: 100%;
    max-width: none;
}
.my_basket .champs:first-of-type{
    margin-top: 25px; 
}

.sstotalCmd{
    font-size: 14px;
    text-align: right;
}

.totalCmdReduc{
    font-size: 16px;
    color: #000;
    text-align: right;
}

.totalCmd{
    font-size: 18px;
    text-align: right;
    color: #b9964c;
}

.my_basket form .button{
    padding: 15px;
    width: 150px;
    margin: 40px auto 0 auto;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

.my_basket form .button div{
    display: inline-block;
}

.my_basket .radioPerso +label.buttonLabel{
    background: white;
    border: 1px outset #f9f9f9;
    color: black;
    position: relative;
    text-align: left;
    font-size: 12px;
}

.clientCommande .radioPerso:checked +label.buttonLabel{
    background: #f9f9f9;
    border: 1px solid #333;
    color: black;

}
.clientCommande .radioPerso:checked +label.buttonLabel:after{
    position: absolute;
    right: 10px;
    content:"\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #b9964c;
}

.basket_content .content .loader{
    margin: 50px auto;
}

.listByCat{
    display: none;
    padding: 10px 14px;
    border-left: 1px solid #b9964c;
    border-right: 1px solid #b9964c;
}

.listByCat .ligneProduct{
    margin: 0;
}

.listByCat .ligneProduct:last-of-type{
    border-bottom: none;
}

.clientCommande{
    margin-top : 30px;
}

.clientCommande label{
    display: block;
    margin: 10px 0 0px 0;
}

.clientCommande input[type="text"], 
.clientCommande input[type="tel"], 
.clientCommande input[type="email"],
.clientCommande textarea{
    width: 100%;
}

.clientCommande .head{
    padding: 15px;
    margin-bottom: 30px;
}

.clientCommande .head:after{
    top: 23px;
}

.clientCommande .head.active:after{
    top: 17px;
}

.clientCommande .basket_content{
    display: none;
}

.clientCommande .input{
    position: relative;
}

.clientCommande .input{
    margin-bottom: 20px;
    max-width: none;
    margin: 0 auto;
}
.clientCommande .input label.error{
    color: red;
    position: absolute;
    font-size: 12px;
    bottom: -14px;
    left: 0;
}

/* My basket*/

#fleche{
    position: fixed;
    bottom : 80px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0, 0.5);
    cursor: pointer;
    opacity: 0.5;
    transition-duration: 200ms;
}

#fleche:hover{
    opacity: 1;
}

#fleche:after{
    border: 4px solid #b9964c;
    border-bottom: none;
    border-left: none;
    margin-right: 5px;
    position: absolute;
    right: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    width: 40%;
    height: 40%;
    top: 11px;
    left: 7px;
}

.commande h1{
    position: relative;
}
.commande h1:after, .commande h1:before{
    content:"\f291";
    position: absolute;
    font-size: 35px;
    font-family : "FontAwesome";
    color: #b9964c;
    top:39px;
    right: 0px;
    display: block;
    width : 25px;
    cursor: pointer;
}

.commande h1:before{
    font-family: "open_sansregular";
    color: white;
    margin-top: 27px;
    margin-right: -9px;
    border-radius: 10%;
    content: attr(data-content);
    background: black;
    font-size: 8px;
    z-index: 1;
    transform: rotate(-13deg);
}

.flash{
    opacity: 1;
    float: left;
    transition-duration: 300ms;
    color: #b9964c;
    background: black;
    padding: 6px;
    left: 50%;
    margin-left: -80px;
    z-index: -3;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    border-radius: 5px;
    display: none;
}

.ligneProduct.cliked{
     position: relative;
} 

.ligneProduct.cliked .flash{
    animation: basket 1350ms linear;
    z-index: 1;
   display: block;
}

.delevery_info{
    text-align: center;
    margin-bottom: 25px;
    margin-top: 37px;
}

.delevery_info strong{
    color: #b9964c;
}

.delevery_info.order strong{
    color: white;
}

.delevery_info.order{
    position: fixed;
    bottom: 0;
    margin: 0;
    right: 0;
    left: 0;
    background-color: #b9964c;
    color: white;
    z-index: 1;
    padding: 0;
    border: none;
    padding-top: 28px;
}

.delevery_info.order:after{
    content:"\f00d";
    font-family: "FontAwesome";
    display: block;
    position:absolute;
    right: 10px;
    top: 10px;
}

.delevery_info.order strong{
    font-size: 1.2em;
}


.delevery_info p:first-of-type{
    margin-bottom: 10px;
}


.baseline{
    background: #b9964c;
    text-align: center;
    padding: 10px;
    color: white;
    font-family: open_sansitalic;
    font-size: 16px;
}
.baseline a{
    color: white;
    text-decoration: underline;
}


.baseline p{
    display: inline;
}

.devis .Midi, .devis .Soir {
    display: block;
    width: 100%;
    color: white;
    text-align: center;
}

.devis .Midi label, .devis .Soir label {
    max-width: 150px;
}

.devis label[for="midi"], .devis label[for="soir"]{
    text-align: center !important;
}

label[for="midi"], label[for="soir"]{
    box-sizing: border-box;
    text-align: center;
    background-color: #111;
    padding: 10px;
    border: 2px solid #b79748;
    margin-top: 25px;
    margin-bottom: 15px;
    width: 100%;
}

.titleMenu {
	color: #b79748;
	text-transform: none;
}

.devis{
    background: url(../img/restaurant_indien_haute_gastronomie_92.jpg);
    background-size: cover;
    color: white;
    position: relative;
    padding: 0;
    background-position: 50%;
}

.devis:before{
    content: '';
    background: rgba(0,0,0,0.6);
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
}

.devis .container{
    z-index: 1;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.devis .container .champs{
    max-width: 350px;
    margin: 0 auto;
}


.devis .container label{
    text-align: left;
    font-size: 16px;
}

.devis .description{
    margin-bottom: 20px;
}

.devis.contact form{
    padding: 15px;
    max-width: 500px;
    margin: 0 auto;
}

.devis .message{
    max-width: 500px;
}

.devis h1{
    text-align: center;
    margin-top: 0;
    padding-top: 25px;
}

.devis .leftHR{
    margin: 25px auto;
}

header{
    position: relative;
    z-index: 3;
}

body{
    overflow-x: hidden;
} 

.telResto{
    padding: 12px;
    position: absolute;
    left: 32px;
    top: 15px;
    color: white;
    display: none;
}

.summaryMenu, .summaryMenu.displayNone{
    display: none;
    opacity: 0;
    transition-duration: 500ms;
}

.popin select{
    height : 28px;
}

.clientCommande label[for="delivery"]{
    width:auto;
}

.devis .Midi label, .devis .Soir label{
    display: block;
    margin: 15px auto;
}

@keyframes basket {
    0% { top: 50%;  opacity: 0.5; }
    50% { top: 55%; opacity: 0.8; }
    100% { top: -500%;  opacity: 0;}

}

.guru {
	padding-top: 10px; 
	padding-left: 30px;
}

.newsCaptcha {
	width: 230px !important; 
	border-radius: 4px; 
	border-right: 1px solid #d8d8d8; 
	overflow: hidden;
   }
   
@media screen and (max-width: 640px) {
  .imgBaVBlock{
        display: block !important;
    }
  .guru {
	padding-top: 10px; 
	padding-left: 90px;
	}
	
   .newsInput {
	width: 83%;
    padding-bottom: 9px;
   }
   
   .newsCaptcha {
	width: 100% !important; 
    border-radius: 4px;
    border-right: none;
    overflow: hidden;
   }
}

body.reservationActive{
    overflow: hidden;
    max-height: 100%;
}

body.reservationActive{
    overflow: hidden;
    max-height: 100%;
}

body.reservationconfirmationActive{
    overflow: hidden;
    max-height: 100%;
}

.reservation{
   /* display: none;*/
}

.reservation{
    /*
    position: absolute;
    top: 20px;
    background-color: #b79748;
    z-index:5;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
    left: 50%;
    margin-left: -156px;
    max-width: 312px;
    */
}

.reservationconfirmation{
    display: none;
}

.reservationconfirmation{
    position: absolute;
    top: 20px;
    background-color: #b79748;
    z-index:5;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
    left: 50%;
    margin-left: -156px;
    max-width: 312px;
}

.bgreservation{
    content:"";
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity: 0.5;
    background-color: black;
    z-index: 1;
}

.crossreservation{
    color: #b79748;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.5em;
    z-index: 4;
    cursor: pointer;
}

.crossreservation:before{
    line-height: 0;
    content:"\f00d";
    font-family: "FontAwesome";
    position: relative;
    top: -5px;
    cursor: pointer;
}


.reservation .contener{
    border: 4px solid #b9964c;
    background-color: black;
    /*z-index: 3;*/
    padding: 25px 30px;;
}

.reservationconfirmation .contener{
    border: 4px solid #b9964c;
    background-color: black;
    z-index: 3;
    padding: 25px 30px;;
}

.reservation button{
    -webkit-appearance: none;
    background-color: inherit;
    border-color: #b9964c;
    color: #b9964c;
    border-radius: 0;
}

.reservationconfirmation button{
    -webkit-appearance: none;
    background-color: inherit;
    border-color: #b9964c;
    color: #b9964c;
    border-radius: 0;
}

.reservation h3{
    font-size: 26px;
    color: #b79748;
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
}

.reservationconfirmation h2{
    font-size: 23px;
    color: #b79748;
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
}

.reservationconfirmation .reassure p{
    margin-bottom: 15px;
}

.reservationconfirmation .reassure{
    text-align: center;
}

.reservationconfirmation .reassure strong{
    font-size: 1.2em;
    color: #b79748;
}

.reservationconfirmation input:focus, .reservationconfirmation textarea:focus{
    border: 2px solid #b79748;
    border-color: #b79748;
    outline: inherit;
}

.reservation .reassure p{
    margin-bottom: 15px;
}

.reservation .reassure{
    text-align: center;
}

.reservation .reassure strong{
    font-size: 1.2em;
    color: #b79748;
}

.reservation input:focus, .reservation textarea:focus{
    border: 2px solid #b79748;
    border-color: #b79748;
    outline: inherit;
}

.reservation button:active{
    border: 2px solid #333;
    border-color: #333;
    background-color: #b79748;
    color: #333;
}

.reservation input{
    width: 100%;
    box-sizing: border-box;
}

.reservation{
    color: white;
}

.reservationconfirmation{
    color: white;
}

.reservation label{
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
}

.reservationconfirmation label{
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
}

.reservation textarea{
    width: 100%;
    height: 125px;
    box-sizing: border-box;
}

.reservation button{
    display: block;
    text-align: center;
    margin: 15px auto;
    font-size: 23px;
    padding: 4px 17px;
}

.reservation .button{
    display: block;
    text-align: center;
    margin: 15px auto;
    font-size: 23px;
    padding: 4px 17px;
}

.reservationconfirmation button{
    display: block;
    text-align: center;
    margin: 15px auto;
    font-size: 23px;
    padding: 4px 17px;
}

.reservationconfirmation .button{
    display: block;
    text-align: center;
    margin: 15px auto;
    font-size: 23px;
    padding: 4px 17px;
}

.reservation .Midi, .reservation .Soir{
    display: block;
}

.reservationconfirmation .Midi, .reservationconfirmation .Soir{
    display: block;
}

.reservation label[for="midi"], .reservation label[for="soir"], .my_basket label.buttonLabel{
    box-sizing: border-box;
    text-align: center;
    background-color: #111;
    padding: 10px;
    border: 2px solid #b79748;
    margin-top: 25px;
    margin-bottom: 15px;
    width: 100%;
}

.reservationconfirmation label[for="midi"], .reservationconfirmation label[for="soir"], .my_basket label.buttonLabel{
    box-sizing: border-box;
    text-align: center;
    background-color: #111;
    padding: 10px;
    border: 2px solid #b79748;
    margin-top: 25px;
    margin-bottom: 15px;
    width: 100%;
}

.reservationContener {
    background: url(https://jaipurcafe.fr/img/fond_jaipur.jpg);
    background-size: cover;
    color: white;
    position: relative;
    padding: 0;
    background-position: 50%;
}

 .reservationTable {
    width: 700px;
    margin-left: 31%;
}

@media screen and (max-width: 640px) {
    .reservationTable {
        width: 100%;
        margin-left: 0px;
    }
  }

.photoCenter {
    padding-left:50%;
}

@media screen and (max-width: 640px) {
    .photoCenter {
        padding-left:0%;
    }
  }

.tayyabPhoto {
    height: 156px;
    width: auto !important;
    margin-right: 19px;
}

@media screen and (max-width: 640px) {
    .tayyabPhoto {
        height: auto;
        width: 100%;
        margin-right: 0px;
    }
  }
