html {
	background: none;
}
body {
	margin: 0 auto;
	padding: 0;
	font-size: 0.9em;
	max-width: none
}

body > header {
	margin: 0;
	padding: 0
}

body > header h1 {
	margin-bottom: 2.5em;
}
body > header h1 img {
	width: 15%
}


#menus {
	padding-top: 1.5em;
}
	.stuck {
		position: relative !important;
	}

div[role="main"] {
	border-bottom: 0;
}

div[role="main"] > section > h1 + *, 
div[role="main"] > section .sticky-wrapper + * {
	padding-top: 1em;
	display: block !important;	
}

#menus section+section {
	page-break-before:always;
}

.menu > * {
	margin-bottom: 1.5em;
}

.social-medias,
.facebook-like,
#buffets,
#entreprise,
#commande {
	display: none;
}

body > footer {
	width: 100%;
  position: absolute;
  top: 2em;
  left:0;
  font-size: .75em;
  text-align: center;
}