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

@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Special+Elite');

*, *::after, *::before {
	box-sizing: border-box;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, strong, sub, sup, u, center, ul, ol, li, form, label {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;  
	vertical-align: baseline; 
	background: transparent;
}
html {
	font-size:100%;
}
body {
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	line-height: 1;
	color: #0b0700;
	text-align:justify;
	background-color:#c2c4a6;
	background-image: url(../images/malachite.jpg);
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
}

/* NAV */
#navbar {
	width:100%;
  overflow: hidden;
	position:fixed;
	margin-bottom:50px;
	z-index:999;
}
#nav {
	max-width:1024px;
	margin:0 auto;
	background-color:#333d44;
	border-top:3px solid #c2c4a6;
	border-bottom:3px solid #c2c4a6;
}
.topnav, 
.topnav-en {
  overflow: hidden;
	margin:0 auto;
	max-width:850px;
}
.topnav a,
.topnav-en a {
  float: left;
  display: inline-block;
  text-align: center;  
	font-size:1.05em;
	font-weight:500;
	color: #eee;
	text-decoration: none;
	text-transform:uppercase;
	transition: background-color .10s linear;
}
.topnav a {	 
	/*padding: 12px 20px;*/	 
	padding: 12px 22px;
}
.topnav-en a {
	/*padding: 12px 26px;*/
	padding: 12px 24px;
}
.topnav a:hover, 
.topnav-en a:hover  {
  background-color: #c2c4a6;
}
.topnav a.small, 
.topnav-en a.small {
	display: none;
}
.topnav .icon,
.topnav-en .icon {
  display: none;
}

#header {
	display:block;
	margin:0 auto;
	width:100%;
	max-width:1024px;
	padding:70px 20px 0;
	background-color:#eee;
	text-align:center;
}

#quinze { 
	background-image: url(../images/bg_splash.jpg);
	font-family: 'Special Elite';
	color: #dad4c6;
	color: rgba(218,212,198,0.8);	
}
#quinze  a {
	color:#f2f2f2;
	font-weight:bold;
	text-decoration:none;
}
#quinze a:hover {
	color:rgba(204,187,159,1);
	text-decoration:underline;

}

#logo {
	float:left;
	text-align:left;
	margin-right:40px;
}
#info, 
#info-en {
	float:left;
	text-align:left;
}
#info-r, 
#info-en {
	float:right;
	text-align:right;
}
#info h1, 
#info-r h1 {	
	font-size:1.6em;
	/*line-height:1.5em;*/
	font-weight:500;
	margin-bottom:35px;
}
#info-en h1 {	
	font-size:1.4em;
	font-weight:500;
	margin-bottom:15px;
}
#info h1 br, 
#info-r h1 br {	
	display:none;
}
#info-r h2 {	
  font-size: 1.5em;
  margin-bottom: 10px;
}
#info p, #info-en p, 
#info-r p, #info-en-r p {	
	font-size: 1.2em;	
	line-height: 1.2em;
  margin-bottom: 15px;
}
#market {
  display:block; 
  padding:20px 10px; 
  margin-top: 15px; 
  border-radius:10px;  
  background-image: url(../images/xmas-pop.jpg);
}
.xmas a {
  color: #fff; 
  text-shadow: -1px 0 green, 0 1px green, 1px 0 green, 0 -1px green;
  font-size: 40px; 
  font-weight: bold;
  text-decoration: none;
}
.xmas a:hover {
  color: #ff0000; 
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
#delivery {
  display: inline-block;
  padding: 20px 15px; 
  background-color: #fff;
}
#menu-take-out {
  margin-top: 15px;
}
#promo {
	float:right;
	height:100%;
	text-align:center;
	font-size:1em;
}
#promo-sm {
	display:none;	
}



#container {
	display:block;
	background-color:#eee;
	margin:0 auto;
	max-width:1024px;
	padding-top:15px;
}

/* ACCUEIL */
#banniere {
	display:inline-block;
	margin:0 15px;
	text-align:center;
	border:5px solid #fff;
}
#banner {
	padding-top:39.1%;
	display:block;
	margin:0 15px;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
	/*border:5px solid #fff;*/
}
#order {
  display: inline-block; 
  margin: 20px auto 0;
}
#order h2 {
  font-size: 1.8em;
  font-weight: 500;
  color: #333d44;
  margin-bottom: 25px;
}
#order h2 a {
	color:#333d44;
  text-decoration:none;
	font-weight:500;
  border-bottom:4px solid rgba(194,196,166,0.8);
	transition: background-color .25s linear;
}
#order h2 a:hover {
	background-color:rgba(194,196,166,0.8);	
}
#order .counter {
  /*float: left;*/
  margin-top: -25px;
}
#order .deliver {
  float: left;
  margin: 10px 0 0 20px;
}
#intro {
	display:block;
	margin:0 30px 20px;
}
#intro p {
	font-size:1em;
	line-height:1.4em;	
	margin-top:18px;
}
#intro .heures {
	margin:0 auto;
	width:100%;
	text-align:center;
	margin-top:40px;
	font-size:1em;	
}
#intro .heures h2 {
	font-size:1.6em;
	color:#fff;
	background:#707d72;
	font-weight:500;
	text-transform:uppercase;
	padding:5px 0 6px;
}
#intro .heures-container {
	margin:0 auto;
	width:550px;
	text-align:center;
}
#intro .heures h3 {
	font-size:1.4em;
	font-weight:500;
	padding-top:20px;
}
#intro .heures p {
	font-size:1.2em;
	line-height:1.2em;
}
#intro .heures-l {
	float:left;
	margin-right:15px;
}
#intro .heures-r {
	float:right;
	margin-left:15px;
}
#intro .reservations {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 1em;	
}
#intro .reservations-container {
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
  position: relative;
  z-index: 0;
}
#intro .reservations-container-sm {	
	display:none;
}
#intro .reservations h1 {
	font-size: 1.6em;
	margin-top:30px;
	font-weight:500;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}
#ot-widget-container1 {
	margin:0 auto;
	width:900px;
	max-height:60px;
}
.ot-title {	
	display:none;	
}
.ot-dtp-picker.wide {
	min-width:100%;
}
.ot-powered-by {	
	display:none;
	max-height:1px;
}	
#menus {
	margin:20px 0;
}
#menus img {
	display:inline-block;
	margin:0;
	text-align:center;
	border:2px solid #fff;
}
#menus h1 {
	font-size: 1.6em;
	margin-bottom:20px;
	font-weight:500;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}
#menus-container {
	margin:0 30px;
	display:block;
}
#brunch {
	float:left;		
	display:inline-block;
	padding:20px 0;
	width:320px;
}
#soir {	
	float:left;	
	display:inline-block;
	margin:0 2px;
	padding:20px 0;
	width:320px;
}
#boire {
	float:right;	
	display:inline-block;
	padding:20px 0;
	width:320px;
}
#brunch img, #soir img, #boire img {
	width:100%;
	margin:10px auto;
}
#brunch .content, #soir .content, #boire .content {
	margin:0 15px;
	text-align:justify;
}
#brunch h2, #soir h2, #boire h2 {
	font-size: 1.6em;
	color:#707d72;
	margin-bottom:20px;
	font-weight:500;
	text-align:center;
	text-transform:uppercase;
}
#brunch p, #soir p, #boire p {
	font-size:1em;
	line-height:1.4em;
	text-align:justify;	
	margin-top:18px;	
}
#brunch p a, #soir p a, #boire p a {
	color:#333d44;
  text-decoration:none;
	font-size:1.1em;
	font-weight:500;
  border-bottom:4px solid rgba(194,196,166,0.8);
	transition: background-color .25s linear;
}
#brunch p a:hover,  #soir p a:hover, #boire p a:hover {
	background-color:rgba(194,196,166,0.8);	
}

a.noel {
	color: #fff;
	text-decoration: none;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 red, -1px 1px 0 red, 1px 1px 0 #000;
	line-height: 1.4em;
}
a.noel:hover {
	color: #fff;
	border-bottom: 3px solid #fff;
}

#ot-widget-container5 {
	height: 150px;
}

/* PAGES */
#groupes, 
#evenements,
#contact {	
	display:block;
	margin:0 auto;
	text-align:left;
	width:100%;
	max-width:984px;
}
#groupes h1, 
#evenements h1,
#contact h1 {
	font-size: 1.6em;
	line-height:1.2em;
	color: #707d72;
	font-weight:500;
	margin:35px 0 10px;
}
#groupes h2, 
#evenements h2,
#contact h2 {
	font-size: 1.6em;
	color:#707d72;
	margin-bottom:20px;
	font-weight:500;
	text-transform:uppercase;
}
#groupes h2 {
	text-align:center;
}
#evenements h2 {
	margin:25px 0 10px;
	text-align:left;
}
#evenements h2 a {
	color:#333d44;
  text-decoration:none;
	font-weight:500;
  border-bottom:4px solid rgba(194,196,166,0.8);
	transition: background-color .25s linear;
}
#evenements h2 a:hover {
	background-color:rgba(194,196,166,0.8);	
}
#evenements h3 {
	color:#333d44;
	font-size: 1.3em;
	margin-bottom:20px;
	font-weight:500;
  line-height:1.2em;
}
#evenements h3 a {
	color:#767876;
  text-decoration:none;
	font-weight:500;
  border-bottom:4px solid rgba(194,196,166,0.8);
	transition: background-color .25s linear;
}
#evenements h3 a:hover {
	background-color:rgba(194,196,166,0.8);	
}
#groupes p, 
#evenements p,
#contact p {
	font-size:1em;
	line-height:1.4em;	
	margin-top:18px;
}
#contact p a,
#evenements p a,
#groupes p a {
	color:#333d44;
  text-decoration:none;
	font-weight:500;
  border-bottom:4px solid rgba(203,188,156,0.8);
	transition: background-color .25s linear;
}
#contact p a:hover,
#evenements p a:hover,
#groupes p a:hover {
	background-color:rgba(203,188,156,0.8);	
}
#groupes img,  
#evenements img,
#contact img {
	margin:10px 0;
}

/* GROUPES */
#groupes .groupes-info {
	width:100%;
	margin:0 auto 20px;
}
#groupes img {
	display:inline-block;
	margin:0;
	text-align:center;
	border:2px solid #fff;
}
#annexe {
	float:left;		
	display:inline-block;
	width:490px;
}
#resto {
	float:right;		
	display:inline-block;
	width:490px;
}
#annexe img, #resto img {
	width:100%;
	max-width:490px;
	margin-bottom:15px;
}
#annexe .content, #resto .content {
	margin:0 15px;
	text-align:justify;
}
.groupes-reservations {
	display:inline-block;
	text-align:center;
	/*width:100%;*/
	margin:35px 0 0 15px;
	font-size:1.4em;
}
.groupes-reservations a {    
	color: #333d44;
  text-decoration:none;
  font-weight:500;
  border-bottom:4px solid rgba(194,196,166,0.8);
	transition: background-color .25s linear;
}
.groupes-reservations a:hover {
	background-color:rgba(194,196,166,0.8);		
}
#groupes .demande, 
#groupes .menus  {  
	color:#333d44;
	font-size:1em;
  font-weight:500;	 
	text-align:left;
}
#groupes .menus {  
	margin-left:20px;
}
#groupes .demande br {
	display:none;
}
.gr-l {
	float:left;
	padding-right:50px;
}
.gr-l p {
	font-size:1em;
}
.gr-r {
	float:right;
	width:350px;
}
.menus-groupes {
	float:left;
	margin-left:25%;
}
.menus-groupes ul {
	text-align:left;
	text-transform:uppercase;
	padding-top:15px;	
}
.menus-groupes li {
	/*margin-top:50px;*/
	margin-top:25px;
	font-size:0.9em;	
}
.groupes-merci {
	float:left;
	margin-top:15px;
	font-size:1em;	
	text-align:left;
}
.groupes-merci .demande-merci { 
	color:#333d44;
	font-size:1.4em;
  font-weight:500;	 
	text-align:left;
}
.groupes-merci .reponses { 
	margin-top:20px;
}
.groupes-merci h3 {
	font-size:1.4em;
	font-weight:500;
	padding-top:10px;
}
.groupes-merci p {
	font-size:1.2em;
	line-height:1.2em;
}

/* EVENEMENTS */
.event-img {
  display: block;
  float: left;
  margin:0 20px 10px 20px;
}
.event-info {
  display: block;
	width: auto;
	padding: 15px 0 25px 40px;
  margin-right: 20px;
}
.event-mtlatable {
  display: block;
	width:auto;
	padding: 15px 20px 25px;
  text-align: center;
}
.event-mtlatable img {  
  width: 100%;
  height: auto;  
}
#fetes {
  padding-bottom:20px;
}
ul.event { 
  display: inline-block;
  margin-top:10px;
  margin-left:30px;
  text-align:left;
}
ul.event li {
  margin-bottom:10px;
  line-height:20px;
}
ul.event li strong{
  font-weight:500;
}
ul.event br {
  display: none;
}
 .fetes {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd; 
  min-width: 600px; 
  max-width: 900px;
  background-color: #fff;          
}
.fetes th, td {
  text-align: left;
  padding: 8px;
}
.fetes tr:nth-child(even){
  background-color: #f2f4f6;
}

/* NOUS JOINDRE */
#contact .heures {
	margin:0 auto 20px;
	width:100%;
	text-align:center;	
	font-size:1em;
}
#contact .heures h2 {
	font-size: 1.6em;
	line-height: 1.3em;
	margin-bottom:20px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}
#contact .heures-container {
	margin:0 auto;
	width:550px;
	height:auto;
	text-align:center;
	padding-bottom:100px;
}
#contact .heures h3,
#contact .park h3 {
	font-size:1.4em;
	font-weight:500;
	padding-top:10px;
}
#contact .heures p {
	font-size:1.2em;
	line-height:1.2em;
}
#contact .heures-l {
	float:left;
	margin-right:15px;
}
#contact .heures-r {
	float:right;
	margin-left:15px;
} 
#park-container {
	display: inline-block;
	width:auto;
	text-align:center;
	margin: 0 auto;
}
#map_canvas {
	float:left;
	width:440px;
	height:440px;
	margin:10px 0 20px 20px;
}
#contact .park {
	float:left;
	margin-left:50px;
	/*padding-top:40px;*/
	text-align:left;
}
#contact .park p strong {
	font-weight:500;
}
#contact .metro {
	float:left;	
	margin:20px 10px 0 0;
}
#contact .metro img {
	margin-top:-5px;
}
#presse {	
	display:inline-block;
	margin:0 20px 20px;
	text-align:left;
	padding:20px 0;
	border-top:4px solid #c2c4a6;
	width:984px;
}
#presse h2 {
	font-size: 1.6em;
	margin-bottom:20px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}
#presse p {
	font-size:1em;
	line-height:1.4em;	
	margin-top:18px;
}

/* FOOTER */
#footer {
	display: block;
	background:#333d44;
	padding:20px;
	text-align:center;
}
#footer h1 {
	font-size:1.1em;
	font-weight:normal;
	line-height:1.6em;
	color:#f2f0e4;
}
#footer h2 {
	font-size:1em;
	font-weight:normal;
	margin-top:20px;
	color:#f2f0e4;
}
#footer h3 {
	font-size:0.8em;
	font-weight:normal;
	color:#f2f0e4;
}
#footer p {
	font-size:1em;
	font-weight:normal;
	line-height:1.6em;
	color:#f2f0e4;
}
#footer br {
	display: none;	
}
#footer .break {
	display: none;	
}
#footer .social {
	margin:20px 0;
}
#footer .social a.facebook {
	margin-top:10px;
	float:left;
	width:75px;
	height:75px;
   background:url(../images/facebook.png) no-repeat;
}
#footer .social a.facebook:hover {
	background-position:0 -125px; 
}
#footer .social a.instagram {
	margin-top:10px;
	float:left;
	width:75px;
	height:75px;
  background:url(../images/instagram.menus.png) no-repeat;
}
#footer .social a.instagram:hover {
	background-position:0 -125px; 
}
.img-left {
	float:left;
	margin-right:20px;
}
.img-right {
	float:right;
	margin-left:20px;
}
img a, img a:hover {
	border:none;
}
.underline {
    border-bottom:4px solid #333d44;
}
.space {
	height:60px;
	margin:0 20px;	
	border-top:4px solid #c2c4a6;
}
.space40 {
	height:40px;
}
.clear {
	clear:both;
}

/* POPUP */

.reserve-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.reserve-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.reserve-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.reserve-popup-container p {
  padding: 3em 1em;
}
.reserve-popup-container .reserve-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.reserve-popup-container .reserve-buttons li {
  float: left;
  width: 50%;
}
.reserve-popup-container .reserve-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.reserve-popup-container .reserve-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .reserve-popup-container .reserve-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.reserve-popup-container .reserve-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .reserve-popup-container .reserve-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.reserve-popup-container .reserve-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.reserve-popup-container .reserve-popup-close::before, .reserve-popup-container .reserve-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.reserve-popup-container .reserve-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.reserve-popup-container .reserve-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .reserve-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.horaire-noel {
	/*font-size: 1.7em;*/
	font-size: 1.5em;
	color: #fff;  
	font-weight: 500; 
	/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
	list-style: none; 
	line-height: 1.1em
}


@media only screen and (min-width: 1170px) {
  .reserve-popup-container {
    margin: 8em auto;
  }
}



/* FORM */
#reservation-form {
	display: block;
	padding-left: 10px;
	/*margin-top:30px;*/
	margin:10px 0 15px 0;
	width:450px;
	text-align: left;
}
#reservation-form p {
	font-size: 0.8em;
}

#reservation-form ul {
	font-size: 0.8em;
	margin-left: 40px;
	padding: 10px 0 20px;
}
#reservation-form ul li {
	margin-top: 10px;
	line-height: 1.2em;
}

#form-labels br {
	display: none;
}
.reserveform input[type=text],
.reserveform select,
.reserveform textarea {
	padding:5px 0 2px 5px;
	width:200px;
	display:inline-block;
	border:1px solid #ccc;
	box-shadow:inset 0 1px 3px rgba(11,7,0,0.5);
	border-radius:4px;
	box-sizing:border-box;
	color:#000;
	font-size:0.6em;
}
.reserveform input[type=text]:focus,
.reserveform select:focus,
.reserveform textarea:focus {
	outline:0;
	outline:thin dotted;
	border-color:#c2c4a6;
}
.reserveforminput[type=file]:focus,
.reserveform input[type=radio]:focus,
.reserveform input[type=checkbox]:focus {
	outline:thin dotted #333d44;
	outline:1px auto #ccbd9c;
}
.reserveform select {
	padding:5px 0 2px 5px;
	border:1px solid #c2c4a6;
	background-color:#fff;
	font-size:0.6em;
}
.reserveform label {
	margin:.5em 0 .2em;
}
.reserveform fieldset {
	margin:0;
	padding:.35em 0 .0em;
	border:0;
}
.reserveform legend {
	display:block;
	width:100%;
	padding:.3em 0;
	margin-bottom:.3em;
	color:#333d44;
	border-bottom:1px solid #e5e5e5;
}
.reserveform-aligned input,
.reserveform-aligned textarea,
.reserveform-aligned select {
	display:inline-block;
	vertical-align: middle;
}
.reserveform-aligned textarea {
	vertical-align:top;
	width:300px;
    max-width:300px; 
    max-height:600px;
	/*margin-right:20px;*/
}
.reserveform-item {
	margin-bottom:5px;
}
.reserveform-aligned .reserveform-item label {
	text-align: right;
	line-height:14px;
	display:inline-block;
	width:50%;
	margin:0 5px 0 0;
	font-size:0.75em;
}
.reserveform-item1 {
	float:right;
	margin-top:15px;
}
.reserveform-item1 label {
	text-align: left;
	font-size:0.75em;
}

#ui-datepicker-div {
	padding:0 4px;
	background: #f5f5f5;
	box-shadow: 0px 3px 3px 3px #ccc;
	border-radius: 0 0 5px 5px;  
}
.ui-datepicker-header {
	padding: 2px 0 2px 0;
}
.ui-datepicker .ui-datepicker-prev span {
	float:left;	
	width: 80px;
  margin-left:4px;
	cursor:pointer;
}
.ui-datepicker .ui-datepicker-next span {
	float:right;
	width: 80px;
	text-align:right;
  margin-right:4px;
	cursor:pointer;
}
.ui-datepicker-title {
	text-align:left;
	margin-top:8px;
	margin-left:4px;
	color: #9f5d23;
	font-weight:bold;
}
.ui-datepicker-calendar {
	margin-top:8px;
}
.ui-datepicker-month,
.ui-datepicker-year {
	color:#333d44;
	font-weight:500;
}
.ui-datepicker-calendar a {
	color: #707d72;
	font-weight:500;
	text-decoration:none;
}
.ui-datepicker-calendar a:hover {
	color: #0b0700;
	font-weight:500;
	text-decoration:underline;
}
.ui-datepicker-calendar td {
	padding:3px;
	text-align:center;
	cursor:pointer;
}
#safe {
	margin:20px 0 0 40px;
	clear:both;
	font-size:0.85em;
}
#safe img {
	margin:8px 2px 0 0;
	vertical-align:middle;
}
.safe-l {
	float:left;
	vertical-align:top;
	margin:15px 40px 0 0;
	line-height:1em;
	text-align:center;
	font-size:0.98em;
}
.safe-r {
	float:left;
	vertical-align:top;
}
#seccode {
	font-size:1em;
	margin-top: 7px;
	padding:1px 0 5px 8px;
	width:100px;
}
#safe .change {
	margin-top:8px;
}
#reserveform-button {
	margin:45px 0 25px;
	text-align:center;
}
#reserveform-button .button {
	width: auto;
	padding: 3px 10px 4px;
	background-color: #c2c4a6;
	border: 1px solid #c2c4a6;
	font-size: 0.8em;
	font-weight: normal;
	color: #333d44;
	cursor: pointer;
	transition: background-color .25s linear;
}
#reserveform-button .button:hover {
	color:#c2c4a6;
	background-color:#333d44;-webkit-appearance: none;
}

#easter {
	display: block;
	padding:10px; 
	margin: 10px 0; 
	border: 5px solid #fc9829; 
	border-radius: 5px; 
	background-image: url("../images/easter-65.png");
}


#mothers {
	display: block;
	padding: 10px; 
	margin: 10px 0; 
	border: 5px solid #ecb2be; 
	border-radius: 5px; 
	background-image: url("../images/tulipes-fade.jpg");
}

@media screen and (max-width: 1040px) {
  #intro {
	   margin:0 15px 20px;
  }
  #menus-container {
	  text-align:center;
	  width:950px;
	  margin:0 auto;	
  }
  #brunch, #soir, #boire {
	  width:315px
  }
  #brunch img, #soir img, #boire img {
  	width:100%;
	  margin:15px auto;
  }
  #brunch .content, #soir .content, #boire .content {
	  margin:0 15px;
	  text-align:justify;
  }
}

@media screen and (max-width: 1024px) {
  #groupes .groupes-info {
    margin:0 0 20px;
    display: inline-block;
    text-align: center;
  }
  #annexe {
	  width:100%;
	  max-width:465px;
	  margin-left:15px;
  }
  #resto {
	  width:100%;
	  max-width:465px;
	  margin-right:15px;
  }
  .gr-r {
	  float:left;
  }
}

@media screen and (max-width: 960px) {
  #menus-container {
	  text-align:center;
	  width:100%;
	  margin:0 auto;	
  }
  #brunch {
	  float: none;
    vertical-align: top;
  }
  #soir {	
	  float: none;
    vertical-align: top;    
	  margin:0;
  }
  #boire {
	  float:none;	
	  margin:10px auto;
  }
  #annexe, #resto {
	  float:none;
	  max-width:490px;
  }
  #annexe {
	  margin-left:0;
  }
  #resto {
	  margin-right:0;
	  margin-top:25px;
  }
  #groupes {
	  display: inline-block;
	  text-align:center;
	  margin:0 auto;	
  }
  #groupes .groupes-info {
	  margin:0 auto;	
  }
  .menus-groupes {
    margin-left: 60px;
  }
  #contact .park {
    margin-left:30px;
  }
}

@media screen and (max-width: 880px) {
  .topnav a:not(:first-child),
  .topnav-en a:not(:first-child) {
  	display: none;
  }
  .topnav a,
  .topnav-en a { 
  	padding: 12px 20px;
  }
  .topnav a.icon,
  .topnav-en a.icon {
    float: right;
    display: block;
	  height:42px;
  }  
  .topnav a:hover.icon,
  .topnav-en a:hover.icon  {
    background-color: #333d44;
  }
  .topnav.responsive,
  .topnav-en.responsive {
	  position: relative;
  }
  .topnav.responsive .icon,
  .topnav-en.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;  
}
  .topnav.responsive a,
  .topnav-en.responsive a {
    float: none;
    display: block;
    text-align: left;
	  z-index:9999;
}
  .topnav a.full,
  .topnav-en a.full {
	  display: none;
  }   
  .topnav a.small,
  .topnav-en a.small {
	  display: block;
  }
  .burger {
    width:30px;
    height:3px;
    background-color:#fff;
    border-radius:2px;
    position:relative;
  }
  .burger:after, .burger:before {
    content: '';
    width: 100%;
    height:3px;
    background-color:#fff;
    position:absolute;
    border-radius:5px;
	  right:0;
  }
  .burger:after {
    top:8px;
  }
  .burger:before {
    top:16px;
  }
  #info, #info-en {
	  float:right;
	  text-align:right;
  }
  #order .counter {
    float: none;
    margin-top: -20px;
  }
  #order .deliver {
    float: none;
    margin: 10px 0 0 0;
  }
  #promo {
	  display:none;	
  }	
  #promo-sm {
	  display:inline-block;
	  margin-top:20px;
	  width:98%;
	  padding:10px 0;
	  text-align:center;
	  border:2px solid #c2c4a6;	
	  transition: border .25s linear;
  }		
  #promo-sm:hover {
	  border:2px solid #333d44;
  }
  #promo-sm h2 {
	  font-size:1.2em;
	  font-weight:500;
	  font-style:italic;	
	  color:#fff;	
  }
  #intro .reservations {
  	display:none
  }
  #groupes, 
  #evenements,
  #contact {
	  width:auto;
	  /*max-width:96%;*/
  }
  .groupes-reservations {
    margin: 25px auto 0 ;
  }
  #groupes .demande, 
  #groupes .menus {
    text-align: center;
  } 
  #groupes .menus {
    margin-left:0;
  }
  .gr-l {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .gr-r {
    float: none;
    width: auto;
  }
  .menus-groupes {
    float: none;
	  display:inline-block;
    margin:-10px 0 50px 50px;
  }
  #fetes {
    margin:0 auto;
	  text-align:center;
  }
  #contact {
	  text-align:center;
  }
  #map_canvas {
	  float:none;
	  margin: 0 auto;
  }
  #contact .park {
    float:none;
	  margin: 0 10px 20px;
	  display: inline-block;
  }
}

@media screen and (max-width: 720px) {  
  #info-r p, 
  #info-en-r p {	
	  font-size: 1.1em;	
  } 
  .event-img {
    float: none;
    margin:0 auto;
    text-align: center;
  }
  .event-img img {
    max-width:300px;
  }
  ul.event br {
    display: inline;
  }	
	.horaire-noel {
	font-size: 1.5em;
}
}

@media screen and (max-width: 600px) {  
  #info-r h2 {	
	  font-size: 1.5em;
  }
  #info h1 br, 
  #info-r h1 br {	
	  display: block;
  }
  .event-info {
    float: none;
    padding-left: 15px;
  }
  .img-right {
    float: none;
    text-align: center;
    margin: 15px 0;
  } 
}

@media screen and (max-width: 560px) {
  #logo img {
	  width:150px;
  }
  #order {
    display: block;
  }
  #order h2 {
    font-size: 1.2em;
  }
  #info h1 {	
	  font-size:1.4em;
	  line-height:1.3em;
	  margin-bottom:15px;
  } 
  #info-r h1 {	
	  font-size:1.3em;
	  line-height:1.2em;
	  margin-bottom:0;
  }
  #info-r h2 {	
    font-size: 1.2em;
    margin-bottom: 8px;
  }
  #info-en, info-en-r {
	  margin-top:0px;
  }
  #info-en h1 {	
	  font-size:1.3em;
	  margin-bottom:10px
  }
  #info p, #info-en p {	
	  font-size:1.1em;	
	  line-height:1.1em;
  }
  #info-r p, #info-en-r p {	
	  font-size:0.8em;	
	  line-height: 1em;
    margin-top: 10px;    
  }
  #info-en p {
	  font-size:1em;	
	  line-height:1.1em;
  }
  #contact .heures-container {
	  width:auto;
    padding-bottom: 10px;
  }
  #contact .heures-l {
	  float:none;
	  margin-right:0;
  }
  #contact .heures-r {
  	float:none;
  	margin-left:0;
  } 
}

@media screen and (max-width: 500px) {
  #banner {
    margin: 0 10px;	
  }
  #intro .heures-container {
  	width:auto;
  }
  #intro .heures h2 {
    font-size: 1.3em;
  }
  #intro .heures h3 {
	  font-size:1.1em;
	  font-weight:500;
  }
  #intro .heures p {
  	font-size:1em;
	  margin-top:12px;
  }
  #intro .heures-l {
    float: none;
    margin-right:0;
  }
  #intro .heures-r {
    float: none;
    margin-left:0;
  }
  #annexe img, #resto img {
    width: 97%;
  }
  .reserveform-aligned textarea {
    width: 250px;
  }
  #footer h1 {
	  font-size:0.9em;
  }
  #footer p {
	  font-size:0.9em;
  }
  #footer h3 {
	  font-size:0.8em;
	  line-height:1.2em;
  }
  #footer br {
	  display:block;	
  }
  #footer .break {
	  display:block;
	  height:12px;		
  }
  /*#evenements .event-info {
	  margin:0 0 20px 10px;
  }*/
  .event-mtlatable h2 {
  	font-size:0.95em;
  }	
}

@media screen and (max-width: 465px) {
  #info h1 br {	
	  display:block;
  }
  #info h1 {	
	  font-size:1.1em;
	  line-height:1.1em;
	  margin-bottom:10px;
  }  
  #info-r h2 {	
    font-size: 1em;
    margin-bottom: 5px;
  }
  #info p, info-r p {	
	  font-size:1em;	
	  line-height:1.1em;
  }	
  #promo-sm h2 {
	  font-size:1em;
  }
  #groupes .demande br {
	  display:block;
  }
  #groupes .demande {
	  line-height:1.2em;
		margin-left: 5px;
  }
  #reservation-form {
	  width:auto;
    margin-right: 0px;
  }
  .reserveform-aligned .reserveform-item label,
  .reserveform-aligned .reserveform-item1 label {
    text-align: center;	
    margin-bottom: 8px;
	  width:auto;
  }
  .reserveform-item1 {
    float: none;
  }
  #form-labels br {
	  display: block;
  }
  #safe {
	  margin:0 auto;
	  text-align:center;
  }
  .safe-l {
	  float:none;
	  margin:15px 0 5px;
  }
  .safe-r {
	  float:none;
  }
  #reserveform-button {
    margin: 25px 0 35px;
  }
  #evenements h2 a {
	  font-size:0.9em;
  }
  #map_canvas {
	  width:376px;
  }
	.horaire-noel {
	font-size: 1.3em;
}
}

@media screen and (max-width: 440px) {
  #logo {
	  margin-right:10px;
  }
  #logo img {
	  width:130px;
  }	
 /* #info-r p, #info-en-r p {	
	  font-size: 0.8em;	
  }*/
}

@media screen and (max-width: 400px) {
	#header {
	  padding: 70px 15px 0;
  }
  #promo-sm h2 {
	  font-size:0.95em;
  }	
  #menus-container {
    margin:0 auto;	
  }
  #brunch, #soir, #boire {	
	  width:98%;
  }
  #brunch img, #soir img, #boire img {
	  width:96%;	
  }
  #evenements h2 a {
    font-size: 0.85em;
  }
  #map_canvas {
	  width:330px;
  }
  .xmashead {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 385px) {  
  #info-r, #info-en {
    float: none;
    text-align: center;
  }
  #logo {
    float: none;
    text-align: center;
  } 
  #delivery {
    display: block;
  }
  #market img {
    max-width: 90%;
  } 
  #market img,
  #delivery img {
    max-width: 90%;
  }
  #promo-sm h2 {
	  font-size:0.85em;
  }
  #evenements h2 a {
    font-size: 0.75em;
  }
  #map_canvas {
	  width:290px;
  }
}

@media screen and (max-width: 350px) {
  #info-r p, #info-en-r p {	
	  font-size: 0.75em;	
  }
  .xmas {
    max-width: 265px;
  }  
}