/*** Le Peep Menu ***/
.carte{
	position: fixed;
	top:0;
	left:0;
	width:0%;
	height: 100%;
	z-index: 999;
	visibility: hidden;
}
.carte .black-bg{
	background-color: #000;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	opacity: 0;
	z-index: 999;
}
.carte .white-bg{
	width:80%;
	height:calc(95% - 90px);
	margin:auto;
	position: absolute;
	left: calc(50% - 40%);
	top: 90px;
	background-color: #f1f2f2;
	z-index: 999;
}
.admin-bar .carte .white-bg {
	top: 140px;
	height:calc(95% - 140px);
}
.carte .closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	padding: 20px;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}
.carte .closeBtn .et-pb-icon {
	font-size: 30px;
}
.carte .closeBtn:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.carte .arrow-left {
	position: absolute;
	left: 0;
	top: calc(50% - 40%);
	cursor: pointer;
	z-index: 9999;
	width: 10%;
	height: 100%;
}
.carte .arrow-left .et-pb-icon {
	font-size: 50px;
	color: rgba(255, 255, 255, 0.69);
	position: relative;
	top: calc(50% - 40px);
	left:50%;
}
.carte .arrow-right {
	position: absolute;
	right: 0;
	top: calc(50% - 40%);
	cursor: pointer;
	z-index: 9999;
	width: 10%;
	height: 100%;
}
.carte .arrow-right .et-pb-icon {
	font-size: 50px;
	color: rgba(255, 255, 255, 0.69);
	position: relative;
	top: calc(50% - 40px);
	left: calc(50% - 41px);
}
.carte .fa-times {
	font-size: 31px;
}
.carte .picture{
	float:left;
	width:50%;
	height:100%;
}
.carte .picture #slideshowMenu {
	width: 100%;
	height: 100%;
    padding: 0;
}
.carte #slideshowMenu .caption {
	position: absolute;
	bottom: 50px;
	text-align: center;
	left: 50%;
	font-family: Roboto;
	text-transform: uppercase;
}
.carte .caption p {
	background-color: rgba(255,255,255,0.6);
	padding: 3px 10px;
	color: #000;
	width: auto;
	margin: auto;
	position: relative;
	left: -50%;
	text-align: center;
	vertical-align: middle;
	line-height: 13px;
}
.carte .picture #slideshowMenu .slide-img {
	width: 100%;
	height:100%;
	background-size: cover;
	background-position: center center;
}
.carte .picture ul.rslides_tabs {
	position: absolute;
	bottom: 15px;
	z-index: 20;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.carte .picture ul.rslides_tabs li{
	display: inline-block;
	margin: 2px;
	width:10px;
	height: 10px;
}
.carte .picture ul.rslides_tabs li a .puce {
	transition:opacity 0.5s;
	background-color: #000;
	color:#000;
	border-radius: 50%;
	width:10px;
	height: 10px;
	opacity: 0.3;
}
.carte .picture ul.rslides_tabs li a .puce:hover{
	opacity: 0.4;
}
.carte .picture ul.rslides_tabs li.rslides_here a .puce{
	opacity: 0.5;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.carte #listingContent {
	margin: auto;
	width: 90%;
	max-width: 90%;
	position: relative;
	height: 100%;
}
.carte .listing{
	float: left;
	width: 50%;
	height: 100%;
	color: #000;
	position: relative;
	overflow: hidden;
}
.carte .listing h5 {
	color: #325831;
}
.carte .listing p {
	font-size: 20px;
    line-height: 1.2em;
	font-weight:400;
}
.carte .listing .title h3 {
	text-transform: uppercase;
	margin-bottom: 7px;
	width: auto;
}
.carte .listing .title{
	width:auto;
	margin:0;
	margin-top: 80px;
	margin-bottom: 20px;
	border-bottom: 5px solid #325831;
	float: left;
}
.carte .listing .list-item {
	height: calc(100% - 220px);
	overflow: scroll;
	position: relative;
	float: left;
	-ms-overflow-style: none; 
	scrollbar-width: none; 
}
.carte .listing .list-item::-webkit-scrollbar {
    display: none;
}
.carte .listing ul{
	height:auto;
	margin-top: 0px;
	padding: 0 20px 0 0 !important;
}
.carte .listing li{
	margin: 11px 0;
	width: 100%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	line-height: 11px;
	height:auto;
}
.carte ul li .blocLeft{
	width: 80%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	height: auto;
}
.carte ul li .blocRight{
	vertical-align: top;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
	font-weight: 700;
	font-family: roboto;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 14px;
}
.carte .calories {
	float: right;
	text-transform: none;
	font-size: 18px;
	position: relative;
	z-index: 5000;
}
.carte p .calories {
	float: none;
	color: #325831;
	font-family: 'URWGeometric-Bold';
	font-size: 16px;
}
.carte .listing .arrow-up{
	opacity: 0;
	top: 120px;
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 100%;
	text-align: center;
	height: 100px;
	z-index: 10;
	cursor: pointer;
}
.carte .listing .arrow-down {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	text-align: center;
	height: 100px;
	z-index: 11;
	cursor: pointer;
}
#ninja_forms_form_9_cont {
	margin: 0 auto;
}
.ninja-forms-form-wrap select {
	width: 100% !important;
}
input[type="submit"]:hover {
	cursor: pointer;
}
.carte .fixed {
	position: fixed;
	top: 0;
	z-index: 1;
}
.carte .menu{
	mix-blend-mode: difference;
	position: fixed;
	z-index: 1000;
	right: 0;
	top: 40%;
	text-align: right;
	margin-right: 25px;
	opacity: 1;
}
.carte .menu li{
	line-height:25px;
}
.carte .menu span{
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.4em;
	vertical-align: middle;
	line-height: 12px;
	opacity: 0;
}
.carte .menu .circle-o{
	line-height:40px;
	width:10px;
	height:10px;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: #FFF;
}
.carte .menu .circle{
	background-color: #fff;
	line-height:20px;
	width:10px;
	height:10px;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #fff;
}
.carte .menu .logoFB{
	margin-top: 40px;
	opacity: 0.5;
	transition:opacity 0.5s;
}
.carte .menu .logoFB:hover{
	cursor: pointer;
	opacity: 1;
}
.carte .menu .logoFB a{
	color: #fff;
}
.carte.menu .logoFB img{
	width:13px;
	vertical-align: middle;
}
.menu_category {
	display: inline-block;
    margin: 0px .8% 20px;
	box-sizing: border-box;
	width: 31%;
	max-width: 31%;
	min-width: 172px;
	text-align: center;
	position: relative;
}
.menu_category .menuoverlay {
	position: absolute;
    height: 100%;
	max-height: 224px; 
    width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: rgba(0,0,0,.5);
	transition: all 0.5s ease;
}
.menu_category:hover .menuoverlay {
	background: rgba(50, 88, 49, .0);
}
.menu_category img {
	width: 100%;
	height: auto;
	max-height: 224px;
}
.menu-row-first {
	margin-left: 0px;
}
.menu-row-last {
	margin-right: 0px;
}
.menu_category img:hover {
	background-color: #7d8a7a;
	transition: all 0.5s ease;
}
.menu_category h3 {
	font-size: 20px;
	margin-bottom: 5px;
	color: #FFF;
	text-shadow: 0px 0px 8px #000;
}
.mobile-menu {
	display:none;
}


@media (max-width: 767px) {
	.menu_category {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}
	.carte .closeBtn {
		background: #FFF;
    	border-radius: 50%;
	    padding: 6px;
		height: 40px;
    	width: 40px; 
	}
	.carte .white-bg {
		top: 85px;
		height: 75%;
	}
	.admin-bar .carte .white-bg {
		top: 115px;
		height: 72%;
	}
	.carte .picture {
		width: 100%;
		height: 250px;
	}
	.carte .listing {
    	width: 100%; 
	}
	.carte .listing .title {
		margin-top: 20px;
	}
	.carte .listing .title h3 {
		font-size: 20px;
	}
	.carte .listing h5 {
    	font-size: 18px;
	}
	.carte .listing p {
    	font-size: 16px; 
	}
	.carte .arrow-left .et-pb-icon, .carte .arrow-right .et-pb-icon {
		background: #000;
		border-radius: 50%;
	}
	.carte .arrow-left .et-pb-icon {
		left: calc(50% - 20px);
	}
	.carte .arrow-right .et-pb-icon {
		left: calc(50% - 30px);
	}
}