	/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@media screen and (max-width:480px) {
    #blog_rwd {
        float: none;
        width: 92.431372549019607843137254901961%;
        background-color:#FFB3B3;
    }
}
body{
	min-width: 1024px;
	background: url('../images/bg1.jpg');
	color: #777;
	font: 13px/19px 'Georgia', serif;
	letter-spacing: -0.7px;
}

#language {
	background:url(../images/bg2.png) repeat;
	float:right;
	height:23px;
	padding-top:8px;
	width:100%;
	margin: 0 auto;
	text-align:center;
	-webkit-box-shadow: 0px 0px 100px 0px rgba(180, 180, 180, 1);
	-moz-box-shadow:    0px 0px 100px 0px rgba(180, 180, 180, 1);
	box-shadow:         0px 0px 100px 0px rgba(180, 180, 180, 1);
	
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    inset 0px 0px 20px 0px rgba(255, 255, 255, 1);
	box-shadow:         inset 0px 0px 20px 0px rgba(255, 255, 255, 1);
	font-family:Verdana, Geneva, sans-serif;
	border:1px #999;
	border:#fff solid 1px;
	
}
#loginform {
    -moz-border-radius: 6px;
    background: #fff;
    -webkit-border-radius: 6px;
    border: 1px solid #536376;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
    padding: 14px 22px;
    width: 400px;
    position: relative;
    display: none;
}
#loginform #loginform_form {
    margin-top: 13px;
}
#loginform label {
    display: block;
    color: #292929;
	font-family: Verdana;
	font-size:11px;
}

#loginform_x { 
        width: 14px; height: 14px;
        overflow: hidden; line-height: 1000px;
        display: block;
        position: absolute; top: 5px; right: 5px;
        background: url(../images/loginform_x.png)
}
p {
	margin-bottom: 22px;
}

h2 {
	line-height: 34px;
	color: #3c3c3c;
	font-weight: 400;
	font-size: 34px;
	margin-bottom: 12px;
}

h2 span {
	color: #e8a81f;
	font-size: 24px;
	display: inline-block;
	margin-top: 4px;
	text-transform: uppercase;
	line-height: 34px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #e8a81f;
	font-weight: normal;
}

img {
	max-width: 100%;
}

input {
	border-radius: 0 !important;
	outline: none !important;
	-webkit-appearance: none;
	width:96%;
	padding:3px;

}


a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

.bg2 {
		border:#fff solid 1px;
	background: url('../images/bg2.png');
	width: 1041px;
	margin: 44px auto 44px;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 100px 0px rgba(180, 180, 180, 1);
	-moz-box-shadow:    0px 0px 100px 0px rgba(180, 180, 180, 1);
	box-shadow:         0px 0px 100px 0px rgba(180, 180, 180, 1);

}

.bg3 {
	background: #fff;
	width: 100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(210, 210, 210, 1);
	-moz-box-shadow:    0px 0px 10px 0px rgba(210, 210, 210, 1);
	box-shadow:         0px 0px 10px 0px rgba(210, 210, 210, 1);
}
.extra_wrapper {
	overflow: hidden;
}


/*-----------Header------------*/
#header {
	text-align: center;
}
#header .logo {
	display: inline-block;
	padding: 22px 18px 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
}

#header h1 {
	clear: both;
	padding-top: 23px;
	display: inline-block;
}
#header h1 img {
	display: block;
}
.fa {
	color: #fff;
	padding-top: 8px;
	text-align: center;
	width: 47px;
	background: #e4e4e4;
	height: 39px;
	position: relative;
	font-size: 32px;
	border-radius: 500px;
}
.socials {
	position: absolute;
	top: 65px;
	right: 54px;
}
.socials a {
	display: inline-block;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.socials a+a {
	margin-left: 5px;
}
.socials a:hover span {
	background: #eebd61;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}


/*-----------Content-----------*/
#content {
	padding-top: 35px;
}
.brd1 {
	padding-bottom: 20px;
	overflow: hidden;
}
.brd2 {
	margin-bottom: 16px;
}
.brd2+.brd2 {
	border-top: 1px dotted #ccc;
	padding-top: 14px;
}
.brd2 span {
	text-transform: uppercase;
	color: #eebd61;
	display: block;
	font-size: 16px;
}
.ban1 {
	position: relative;
	margin: 40px 0 20px;
	background: url('../images/bg_5.jpg');
	padding: 24px 10px 30px;
	text-align: center;
}
.ban1 h2 {
	color: #fff;
	font-weight: normal;
	margin-bottom: 0;
}
.ban1:after {
	content: '';
	width: 100%;
	position: absolute;
	height: 1px;
	left: 0;
	background: #949494;
	top: 1px;
	z-index: 100;
}
.ban1:before {
	content: '';
	width: 100%;
	position: absolute;
	height: 1px;
	left: 0;
	background: #949494;
	bottom: 1px;
	z-index: 100;
}
.ban1 p {
	margin-bottom: 8px;
	font-style: italic;
}

.promo_right_frame {

	-webkit-box-shadow: inset 0px 0px 30px 0px rgba(160, 160, 160, 1);
	-moz-box-shadow:    inset 0px 0px 30px 0px rgba(160, 160, 160, 1);
	box-shadow:         inset 0px 0px 30px 0px rgba(160, 160, 160, 1);
	background: url('../images/bg1.jpg');
}


.box {
	width:70%;
	height:200px;
	background:#FFF;
	margin:40px auto;
}


.promo_right {
	padding-left:20px;
	background: url('../images/bg2.png');
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;

}

.promo_right span {
	font-family: 'Univers';
	font-size:42px;
	letter-spacing:1px;
	color:#AAA;
}

.horaire
{
   width:auto;
   margin-top:5px;
   margin-bottom:15px;
   padding-bottom:80px;
   padding-top:0px;
}

.horaire_gauche
{
   width:110px;
   float:left;
   text-align:right;
}

.horaire_droite
{
   width:150px;
   float:right;
   text-align:left;
}

.ban2 {

	margin-bottom: 36px;
}
.ban2 h2 {
	font-weight: normal;
	margin-bottom: 0;
}
.ban2 p {
	margin-bottom: 0;
	font-style: italic;
}
.block1 {
	background: #f4f4f4;
	margin-bottom: 20px;
	overflow: hidden;
}
.div1 {
    padding: 17px 15px 20px 20px;
}
.block1 .a1 {
	margin-left: 20px;
}
.block2 {
	margin-bottom: 20px;
}
.block2 span {
	padding-top: 15px;
}
.block2 a:hover {
	color: #3c3c3c;
}
.block3 {
	margin-bottom: 16px;
}
.block3 .time {
	color: #fff;
	margin-right: 20px;
	display: inline-block;
	font-size: 15px;
	background: url('../images/link1.jpg') repeat-x;
	line-height: 15px;
	float: left;
	padding: 5px 9px 5px 10px;
}
.block3 .time span {
	display: block;
	font-size: 20px;
	margin-bottom: 3px;
}
.div2 {
	text-align: left;
	position: relative;
}
.block4+.block4 {
	margin-top: 20px;
}
.block4 p {
	margin-bottom: 16px;
}
.block4:last-child {
	margin-bottom: 40px;
}


/*-------------Text------------*/


.categorie {
	border-radius: 5px;
	color: #fff;

	text-decoration:none;
	padding: 6px 20px;
	background: #000;
	letter-spacing:0.5px;
	font-family:Univers;
	font-size:29px;
	font-weight:
	
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff, 0px 3px 1px 0px rgba(55, 39, 26, 1);
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff, 0px 3px 1px 0px rgba(55, 39, 26, 1);
 	box-shadow:inset 1px 1px 0px 0px #ffffff, 0px 3px 1px 0px rgba(55, 39, 26, 1);

	border:1px solid #bc9664;
	background: url('../images/button.png') 0px 0px  repeat;
	opacity: 1;

	transition:         0.3s ease-in-out;
    -moz-transition:    0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition:      0.3s ease-in-out;

	padding-left:5px; 
	margin-bottom:10px;
	width:170px;
	
}

.btn:link, .btn:visited {
	border-radius: 5px;
	color: #fff;

	text-decoration:none;
	padding: 6px 20px;
	background: #000;
	font-family:Verdana;
	font-size:16px;
	font-weight:800;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff, 0px 3px 1px 0px rgba(55, 39, 26, 1);
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff, 0px 3px 1px 0px rgba(55, 39, 26, 1);
 	box-shadow:inset 1px 1px 0px 0px #ffffff, 0px 3px 1px 0px rgba(55, 39, 26, 1);

	border:1px solid #bc9664;
	background: url('../images/button.png') 0px 0px  no-repeat;
	opacity: 1;

	transition:         0.3s ease-in-out;
    -moz-transition:    0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition:      0.3s ease-in-out;
}
.btn:hover {
	opacity: 1;
background: url('../images/button.png') 0px -200px  no-repeat;
	
}

.btn:active {
	position:relative;
	top:1px;
}

.btn2:link, .btn2:visited {
	border-radius: 5px;
	color: #fff;

	text-decoration:none;
	padding: 6px 20px;
	background: #000;
	font-family:Verdana;
	font-size:16px;
	font-weight:800;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff, 0px 3px 1px 0px rgba(55, 39, 26, 1);
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff, 0px 3px 1px 0px rgba(55, 39, 26, 1);
 	box-shadow:inset 1px 1px 0px 0px #ffffff, 0px 3px 1px 0px rgba(55, 39, 26, 1);

	border:1px solid #bc9664;
	background: url('../images/footer.png') -200px 0px  no-repeat;
	opacity: 1;

	transition:         0.3s ease-in-out;
    -moz-transition:    0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition:      0.3s ease-in-out;
}
.btn2:hover {
	opacity: 1;
background: url('../images/footer.png') -200px -160px  no-repeat;
	
}

.btn2:active {
	position:relative;
	top:1px;
}
.txt {
	text-align: center;
}
.p1 {
	font-style: italic;
}
.p2 {
	color: #eebd61;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
}
@font-face {font-family: 'Univers';
src: url('../fonts/univers-webfont.eot');
src: url('../fonts/univers-webfont.eot?#iefix') format('embedded-opentype'),
	 url('../fonts/univers-webfont.woff') format('woff'),
	 url('../fonts/univers-webfont.ttf') format('truetype');
font-weight:normal;
font-style:normal;

}
#accueil {
	border: 1px #666 inset;
	}
/*-------------List------------*/
.list {
	margin-bottom: 40px;
}
.list li {
	text-align: left;
	line-height: 30px;
	background: url('../images/marker.png') 0 13px  no-repeat;
	padding-left: 15px;
}


/*-------------Links-----------*/
a.lightbox {
	position: relative;
	display: block;
	text-align: center;
}
a.lightbox img {
	width: 100%;
}
a.lightbox span {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	display: block;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('../images/magnify.png') -100px center no-repeat;
}
a.lightbox:hover span {
	background-position: center center;
}
#black {
	color:#444;
		font-family: 'Univers';
	font-size:22px;
	letter-spacing:1px;
}

#darkgray {
	color:#777;
	font-family: 'Univers';
	font-size:46px;
	letter-spacing:1px;
	font-weight:100;
	text-shadow: 2px 2px 10px #AAA;
}
#menulinks{
	font-family:Univers;
	font-size:30px;
	letter-spacing:2px;
	border-bottom: 1px solid transparent;
	border-top:1px inset transparent;
}
#menulinks:hover{
	border-bottom: 1px solid #bbb;
	border-top:1px inset #bbb;
	-webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.25);
	-moz-box-shadow:    0px 1px 1px rgba(255, 255, 255, 0.25);
	box-shadow:         0px 1px 1px rgba(255, 255, 255, 0.25);
	
}
#menusublinks{
	font-family:Univers;
	font-size:22px;
	letter-spacing:1px;
}
a {
	text-decoration: none;
	color: inherit;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
a:hover {
	color: #e8a81f;
}
.a1 {
	padding: 12px 19px 14px;
	display: inline-block;
	font-size: 15px;
	background: url('../images/link1.jpg') repeat-x;
	line-height: 15px;
	position: relative;
	color: #fff;
	margin-bottom: 20px;
}
.a1:hover {
	color: #fff;
	background: #292929;
}
.a1:hover:after {
	content: '';
	width: 100%;
	position: absolute;
	height: 1px;
	left: 0;
	background: #949494;
	top: 1px;
	z-index: 100;
}
.a1:hover:before {
	content: '';
	width: 100%;
	position: absolute;
	height: 1px;
	left: 0;
	background: #949494;
	bottom: 1px;
	z-index: 100;
}
.a2 {
	text-decoration: underline;
	font-size: 15px;
	color: #fff;
}
.a3 {
	color: #EBC374;
}
.a3:hover {
	color: #3c3c3c;
}
.a4 {
	position: absolute;
	right: 0;
	bottom: 0;
}


/*------------Images-----------*/
.img1 {
	display: inline-block;
	margin: 11px 0 18px;
}
.img2 {
	display: inline-block;
	float: left;
	margin: 4px 20px 20px 0;
}



/*-------------Indent-----------*/
.pad1 {

	font-family: 'Univers';
	font-size:42px;
	letter-spacing:1px;
	background: url(../images/grid8back.png) no-repeat left 0;
	width:100%;
	height:60px;
	color:#FFF;
	text-align:left;

	padding-top:4px;

}
.pad2 {
	padding-top: 25px;
}
.pad3 {
	padding-bottom: 35px;
}
.mrg1 {
	margin-bottom: 0;

}
.mrg2 {
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom: 16px;
	text-align:justify;
}
.mrg3 {
	margin-bottom: 26px;
}
.mrg4 {
	margin-bottom: 30px;
}
.mrg5 {
	margin-bottom: 6px;
}
.mrg6 {
	margin-bottom: 37px;
}
.sectiontext1 {
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:14px;
}

/*-------------Footer-----------*/
footer {
	text-align: center;
}

#footer {
	border-top: 1px solid #ccc;
	height:260px;
	width:940px;
}
#footer_submenu {
float:left;
width:25%;
letter-spacing: .1em;
font-family:Verdana, Geneva, sans-serif

}
#footer_title {
	display: inline-block;
	overflow: display;
	padding: 48px 0 20px;
	list-style-type: none;
	color:#444;
	text-shadow: 2px 2px 16px #444;
	font-family: 'Univers';
	font-size:36px;
	letter-spacing:1px;

}

#footer_title a:hover {
	color: #fff;
}
#footer_wrapper {
	margin:auto;
	width:930px;
}
#seo {
	margin-top:30px;
	float:left;
	font-family:verdana;
	color:#999;
	font-size:12px;
}

#copyright {
	margin-top:0px;
	float:right;
	font-family:verdana;
	color:#999;
	font-size:12px;
	position:relative;
	right:-50px;
	bottom:-50px;
	color:#666;
}
/*--------------To_Top----------*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 22px;
    height: 26px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: 0 bottom;
}

/*--------------Map-------------*/
.map {
	overflow: hidden;
	padding-bottom: 70px;
}
.map figure {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.map figure iframe {
	width: 100%;
	height: 370px;
	max-width: 100%;
}
.map address {
    float: left;
    line-height: inherit;
    font-style: normal;
	display: block;
	color: #b3b3b3;
	font-weight: normal;
}
.map address dt {
	color: #eebd61;
	font-size: 16px;
	text-transform: uppercase;
}
.map address dd{
	height: 22px;
}
.map address dd span {
	color: inherit;
	padding: 0;
	min-width: 78px;
	display: inline-block;
	text-align: left;
}
.map address a{
	color: #eebd61;
}
.map address a:hover{
	color: #3c3c3c;
}
.map address+address {
	margin-left: 55px;
}

body:before { 
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
  box-shadow: 0px 0px 10px rgba(0,0,0,.5);
  
}
#repas_highlight{
	background-color:#eddfc1;
	cursor:pointer;
	text-align:center;
}
#repas_highlight:hover{
	color:#eddfc1;
	background-color:#e8a81f;
	text-align:center;
}
#repas_nohighlight:hover{
	color:#eddfc1;
	background-color:#e8a81f;
	text-align:center;
}
#repas_nohighlight{
	cursor:pointer;
	text-align:center;
}