@charset "utf-8";
/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	height:100%;
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* GENERAL */
body
{
	overflow: hidden;
}


#main_wrap{
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	background: url('img/bgProducteur.jpg'); 
  	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  	background-size: cover; /* version standardisée */
	text-align:center;
}

#main_resto{
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	background: url('img/bgBois.jpg'); 
  	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  	background-size: cover; /* version standardisée */
	text-align:center;
}


header {	
	height:15%;
}

header img{
	height:90%;
	margin-top:5px;
	width:auto;
}

#corps{
	height:75%;
	display: flex; /* contexte sur le parent */
  	flex-direction: column; /* direction d'affichage verticale */
	justify-content:space-around;
	font-family:'caviar_dreamsregular',Verdana, Geneva, sans-serif;
	color:white;
}

#corps .choix{
	height:15%;
	font-size:1.8em;
	font-weight:600;
	
}

#corps .Resto{
	background:url('img/panneauBois.png') no-repeat center;
	background-size:contain;
	height:30%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	font-size:1.5em;
	font-weight:600;
}

#corps .Resto a {
	color:black;
	text-decoration:none;
}

/* Page resto */
.info{
	display:flex;
	flex-direction:column;
	justify-content:center;
	color:white;
	padding:1%;
	font-size:1.8em;
	font-weight:800;
	flex:1 0 25%;
}

.corpsResto{
	font-size:1.5em;
	font-weight:600;
	flex:9 0 75%;
	display: flex; /* contexte sur le parent */
  	flex-direction: column; /* direction d'affichage verticale */
	justify-content:space-around;
	padding:1%;
}

.bouton{
	color:black;
	background:url('img/fondBouton.png') no-repeat center;
	background-size:contain;
	flex:1;
	margin:1%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	
}
.bouton a {
	color:black;
	text-decoration:none;
}

.horaire{
	background:url('img/fondMenu.png') no-repeat center;
	background-size:contain;
	font-size:1.5em;
	font-weight:600;
	flex:9 0 75%;
	display: flex; /* contexte sur le parent */
  	flex-direction: column; /* direction d'affichage verticale */
	justify-content:space-around;
	padding:1%;
}

footer{
	height:10%;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:flex-end;
	padding-bottom:5px;
}

footer .version a{
	color:white;
	font-size:1.5em;
	font-weight:600;
	padding:5px;
}

footer .reseau{
	flex:1;
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
}

footer .reseauSocial{
	height:20px;
	margin:5px;
}

/*--------------------MENU--------------------*/
#menu{
	background: url('img/bgBois.jpg'); 
  	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  	background-size: cover; /* version standardisée */
	text-align:center;
}
.plat{
	display:flex;
	flex-direction:column;
}
#menu .retour{
	text-align:center;
	height:30px;
	color:white;
	font-size:1.8em;
	padding:5px;
}

#menu .listePlat{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	flex-wrap:wrap;
	margin-top:10px;
	
}

.presPlat{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	background:url('img/fondPlat.jpg');
	padding:8px;
	position:relative;
	
}

.descriptionPlat{
	font-size:1.5em;
	display:none;
	position:absolute;
	top:50%;
	z-index:200;
}

.infoPlat{
	font-size:1.5em;
	color:white;
}

/*font face */

@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('font/caviardreams-webfont.woff2') format('woff2'),
         url('font/caviardreams-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lemonmilkregular';
    src: url('font/lemonmilk-webfont.woff2') format('woff2'),
url('font/lemonmilk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

