@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'sackers_gothic_heavyheavy';
    src: url('../fonts/atsackersheavygothic-webfont.eot');
    src: url('../fonts/atsackersheavygothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/atsackersheavygothic-webfont.woff2') format('woff2'),
         url('../fonts/atsackersheavygothic-webfont.woff') format('woff'),
         url('../fonts/atsackersheavygothic-webfont.ttf') format('truetype'),
         url('../fonts/atsackersheavygothic-webfont.svg#sackers_gothic_heavyheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sackers_square_gothicregular';
    src: url('../fonts/atsackerssquaregothic-webfont.eot');
    src: url('../fonts/atsackerssquaregothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/atsackerssquaregothic-webfont.woff2') format('woff2'),
         url('../fonts/atsackerssquaregothic-webfont.woff') format('woff'),
         url('../fonts/atsackerssquaregothic-webfont.ttf') format('truetype'),
         url('../fonts/atsackerssquaregothic-webfont.svg#sackers_square_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body {
	background-color: #fff;
	margin: 0;
    font-family: 'sackers_square_gothicregular';
}
.wrapper {
	width:960px;
	margin:0 auto;
	
}
#container {
	background:url(../images/bg.png) no-repeat;
	height:700px;
	text-align:center;
	padding-top:200px;
}
#logo {
}
#horaire {
	margin:0 auto;
	margin-top:15px;
	width:680px;
	padding:10px;
    /*font-family: 'sackers_square_gothicregular';*/
	font-family: 'Jura', sans-serif;
	font-size:20px;
	text-align:center;
	border:5px solid #fde8e0;
}
#info {
	margin:0 auto;
	margin-top:15px;
	width:700px;
	height:115px;
   /* font-family: 'sackers_gothic_heavyheavy';*/
	font-family: 'Jura', sans-serif;
	font-size:16px;
}
a {
	color:#7a997d;
	font-weight:bold;
	text-decoration:none;
	font-size:18px;
}
a:hover {
	color:#333;
	font-weight:bold;
	text-decoration:none;
	font-size:18px;
}
#reservations {
	margin:0 auto;
	margin-top:15px;
	width:220px;
	text-align:center;	
}
#reservations a:hover {
	color:#000;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
}
.menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.menu:target {
	opacity:1;
	pointer-events: auto;
}
.menu > div {
	width: 820px;
	height: 90%;
	background:#fff url(../images/bg.png) no-repeat;
	text-align:center;
	position: relative;
	margin: 0 auto;
	padding:20px 0 0 ;
	color: #333;
	border:5px solid #7a997d;
	overflow-y: scroll;
	overflow-x: hidden;
}
.close-menu {
	background: #7a997d;
	color: #fde8e0;
	line-height: 25px;
	position: absolute;
	right:5px;
	text-align: center;
	top: 12px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close-menu:hover { 
	background:#333; 
	color: #fff;
}     
.nota {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.nota:target {
	opacity:1;
	pointer-events: auto;
}
.nota > div {
	width: 170px;
	background:url(../images/bg.png) no-repeat;
	text-align:center;
	position: relative;
	margin: 10% auto;
	padding:40px 40px 20px;
	color: #333;
	border:5px solid #7a997d;
}
.close {
	background: #7a997d;
	color: #fde8e0;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { 
	background:#333; 
	color: #fff;
} 