/*
Color: Gray 3d4240, light gray 5d5b5b, dark green 006537, light green 93c954 
Font: "proxima-nova" 300 400 600 700, "proxima-nova-soft" 400 700, 'Patrick Hand SC', cursive;
*/
html{font-size:100%;}
body{
	background:url(/gfx/bg/bg-food.jpg) no-repeat center top #f5f5e0;
	margin:0px;
	padding:0px;	
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#3d4240;
	font-weight:400;
}
a{text-decoration:none;color:#3d4240;}
img{border:none;}
p,ul,fieldset,h1,h2,h3,h4{padding:0;margin:0;}

/* Structure ____________________________________________________________*/
#wrapper{
	width:1075px;
	margin:0 auto;
}
#container{
	width:975px;
	padding:40px 50px 0;
	background-color:#fef6f4;
	float:left;
}

/* Elements _____________________________________________________________*/
h1{
	font-weight:300;
	color:#006537;
	font-size:2.6em;
	margin-bottom:30px;
	line-height:1em;
}

/* Header _______________________________________________________________*/
#header{
	margin-bottom:40px;
	float:left;
	width:100%;
}
#header #logo{
	float:left;
}
#nav{
	float:left;
	margin:30px 0 0 80px;
}
#nav a{
	display:block;
	padding:5px 5px 35px;
	float:left;
	text-transform:uppercase;
	font-size:1em;
	color:#93c954;
	font-weight:600;
	line-height:1.2em;
}
#nav a span{
	font-size:1.5em;
	color:#006537;
	font-weight:700;
}
#nav .inter{
	height:40px;
	width:0;
	margin:0 20px;
	border-right:1px solid #006537;
	float:left;
	margin-top:5px;
}
#nav a.active{
	background:url(/gfx/arrow-nav.png) no-repeat center bottom;
}

/* Top _________________________________________________________________*/
#top{
	padding-bottom:40px;
	margin-bottom:10px;
	float:left;
	background:url(/gfx/shadow-box.jpg) no-repeat center bottom;
}
#top .inner{
	float:left;
	border:7px solid #fff;
}
#top .inner div{
	float:left;
	padding:5px;
	border:1px dotted #999491;
}
#top img{
	display:block;
}

/* Splash _______________________________________________________________*/
.splash{
	background:url(/gfx/bg/pattern.png);
}
#splash{
	width:100%;
	height:702px;
	background:url(/gfx/bg/bg-splash.jpg) no-repeat center top;
}
.splash #wrap{
	width:1100px;
	padding-top:200px;
	margin:0 auto;
}
.splash .box{
	width:320px;
}
.splash #vitasensys{
	float:left;
	text-align:right;
}
.splash #natural{
	float:right;
}
.splash .box .logo{
	display:block;
	margin:0 auto;
	height:180px;
}
.splash #vitasensys .logo{
	width:245px;
}
.splash #natural .logo{
	width:125px;
}
.splash #vitasensys .logo img{
	margin-top:20px;
}
.splash .box h1{
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:1.3em;
	font-weight:400;
}
.splash #vitasensys h1{
	color:#e3af44;
}
.splash #natural h1{
	color:#83c03b;
}
.splash .box p{
	/*margin-bottom:30px;*/
	height:90px;
}
.splash #vitasensys p{
	text-align:right;
}
.splash .box .button{
	padding:10px 15px;
	border-radius:5px;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	text-shadow:0 1px 0 rgba(000,000,000,.2);
}
.splash #vitasensys .button{
	border-bottom:3px solid #af5420;
	background: #e5b445; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5b445 0%, #d78939 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5b445), color-stop(100%,#d78939)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5b445 0%,#d78939 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5b445 0%,#d78939 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5b445 0%,#d78939 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5b445 0%,#d78939 100%); /* W3C */
}
.splash #vitasensys .button:hover{
	background: #d78939;
}
.splash #natural .button{
	border-bottom:3px solid #55801a;
	background: #80bc35; /* Old browsers */
	background: -moz-linear-gradient(top,  #80bc35 0%, #6b9b2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80bc35), color-stop(100%,#6b9b2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #80bc35 0%,#6b9b2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #80bc35 0%,#6b9b2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #80bc35 0%,#6b9b2a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #80bc35 0%,#6b9b2a 100%); /* W3C */
}
.splash #natural .button:hover{
	background: #6b9b2a;
}
.splash .footer{
	clear:both;
	padding:30px 0;
	text-transform:uppercase;
	font-size:.7em;
	text-align:center;
}

/* Home _________________________________________________________________*/
#content{
	float:left;
	width:585px;
	margin-left:20px;
}
#content p{
	margin-bottom:15px;
	text-align:justify;
}
#content p.signature{
	margin-top:30px;
	line-height: 2em;
	font-weight:600;
}
#content img.cover {
	margin: 0 40px 40px 0;
}
#sidebar{
	float:right;
	width:270px;
	padding:25px 25px 10px;
	border:2px solid #fff;
	background-color:#faf2f0;
	border-radius:20px;
	margin-bottom:60px;
}
#sidebar h2{
	font-weight:700;
	text-transform:uppercase;
	font-size:1.2em;
	margin-bottom:20px;
	color:#5d5b5b;
}
#sidebar h3, #address h3{
	font-weight:400;
	font-size:1.1em;
	margin-bottom:5px;
	color:#93c954;
	line-height:1.1em;
}
#sidebar h3 span, #address h3 span{
	font-weight:700;
	color:#006537;
}
#sidebar p{
	margin-bottom:25px;
}

/* Restaurant ___________________________________________________________*/
img.cover{
	float:left;
	margin-right:30px;
	clear:both;
}
#presentation{
	float:left;
	width:580px;
	margin-bottom:50px;
}
#presentation h1{
	margin-bottom:10px;
}
#presentation p{
	margin-bottom:25px;
	text-align:justify;
}
a.menu{
	color:#006537;
	font-weight:300;
	font-size:1.4em;
}
a.menu .icon{
	width:50px;
	height:50px;
	float:left;
	border-radius:50%;
	display:inline-block;
	background:url(/gfx/sprite-food.png) no-repeat center center;
	box-shadow:0 1px 1px #fff, 0 1px 3px rgba(000,000,000,.3) inset;
}
a.menu .text{
	display:inline-block;
	padding:15px 5px;
}
.restaurant h2{
	clear:left;
	font-weight:300;
	font-size:2.1em;
	margin-bottom:20px;
	color:#006537;
	line-height:1.1em;
}
#address{
	float:left;
}
#address .title{
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:0;
	color:#5d5b5b;
}
#address p{
	margin-bottom:15px;
}

/* Eat Juice _______________________________________________________*/
#eat-juice{
	/*font-family:"proxima-nova-soft", Arial, Helvetica, sans-serif;
	font-weight:400;*/
	clear:left;
}
ul.juice{
	list-style:none;
	padding:0;
	float:left;
	margin:0 80px 60px 0;
}
ul.juice li{
	background:url(/gfx/feuille.png) no-repeat left center;
	padding:3px 0 3px 45px;
}
.eat-juice h1{
	color:#93c954;
	font-size:1.8em;
	margin:50px 0 35px;
	font-weight:400;
	clear:left;
}
.eat-juice h2{
	clear:left;
	color:#fff;
	font-size:1.7em;
	font-weight:700;
	/*background-color:#f2972e;*/
	background-color:#006537;
	padding:5px 15px;
	float:left;
	margin-bottom:10px;
}
#carte tbody td{
	padding:5px 0;
	font-size:1.2em;
	font-family:'Patrick Hand SC', cursive;
}
.eat-juice td h2{
	font-size:1.4em;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
#carte thead th{
	color:#006537;
	font-size:1.3em;
	text-align:left;
	font-weight:700;
	border-bottom:1px dashed #e8e1e0;
}
#carte .detail{
	color:#878787;
	font-size:1.2em;
}
#carte .prix, #carte .detail span{
	color:#93c954;
}
#carte .qty input{
	width:24px;
	height:18px;
	border:1px solid #6d7071;
	border-radius:3px;
	text-align:center;
	margin-right:3px;
	float:left;
}
#carte .qty div{
	float:left;
}
#carte .qty div span{
	cursor:pointer;
	background-color:#006537;
	border-radius:3px;
	color:#fff;
	text-align:center;
	line-height:9px;
	font-size:10px;
	width:11px;
	height:9px;
	display:block;
	float:left;
	clear:left;
	font-family:Arial, Helvetica, sans-serif;
}
#carte .qty div span:hover{
	background-color:#93c954;
}
#carte .qty div span.more{
	margin-bottom:2px;
}
#carte tfoot td, #carte tbody td.bottom{
	border-top:1px dashed #e8e1e0;
}
#carte tfoot p{
	margin:0 0 15px 0;
}
#carte tfoot p.warning, #carte tfoot p.info{
	padding-left:30px;
}
#carte tfoot p.warning{
	background:url(/gfx/warning.png) no-repeat;
}
#carte p a{
	color: #666;
}
#carte tfoot td{
	padding-top:15px;
}
#carte tfoot .left p span{
}
#carte tfoot p.info span,
#carte tfoot #total span{
	color:#93c954;
}
#carte tfoot .left{
	float:left;
	font-size:.9em;
}
#carte tfoot .right{
	float:right;
}
#carte tfoot #total{
	font-size:1.8em;
	text-align:right;
}
#carte tfoot .button{
	color:#fff;
	background-color:#93c954;
	padding:5px 15px;
	font-size:1.5em;
	font-weight:700;
	border:none;
	display:inline-block;
	border-radius:3px;
	cursor:pointer;
}
#carte tfoot .button:hover{
	background-color:#01b211;
}

/* Bottom _______________________________________________________________*/
#bottom{
	margin:10px 0;
	float:right;
	clear:both;
}

/* Footer _______________________________________________________________*/
#footer{
	width:100%;
	background-color:#f0f0f0;
	float:left;
	text-align:center;
	font-size:.9em;
	padding:10px 0;
	margin-bottom:50px;
	box-shadow:0 4px 15px -5px rgba(000,000,000,.3);
}

.newsletter form p
{
    margin-bottom: 20px;
}
.newsletter form .error,
.newsletter form .success
{
    font-style: italic;
    color: darkred;
    margin-bottom: 10px;
}
.newsletter form .success
{
    color: darkgreen;
    font-weight: bold;
}
.newsletter form .input
{
    margin-bottom: 10px;
    overflow: hidden;
}
.newsletter form .input.text label
{
    width: 80px;
    display: block;
    float: left;
}
.newsletter form .submit
{
    color: #fff;
    background-color: #93c954;
    padding: 5px 15px;
    font-size: 1.5em;
    font-weight: 700;
    border: none;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
}