/*********/
/*general*/
/*********/
* {
margin: 0;
padding: 0;
border: 0;
font-family: 'MilibusLight', Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
text-decoration: none;
color: #000000;

}

@font-face { font-family : 'Erasdust';
	src: url('/font/erasdust.eot');
	src: url('/font/erasdust.eot?#iefix') format('embedded-opentype'),
     url('/font/erasdust.ttf') format('truetype')
 }
 
 @font-face { font-family : 'Erasdust';
	src: url('/font/erasdust.eot');
	src: url('/font/erasdust.eot?#iefix') format('embedded-opentype'),
     url('/font/erasdust.ttf') format('truetype')
 }
 
  @font-face { font-family : 'eraserdust';
	src: url('/font/erasdust.eot');
	src: url('/font/erasdust.eot?#iefix') format('embedded-opentype'),
     url('/font/erasdust.ttf') format('truetype')
 }
 
 
 @font-face { font-family : 'MilibusBold';
	src: url('/font/milibus_bold.eot');
	src: url('/font/milibus_bold?#iefix') format('embedded-opentype'),
     url('/font/milibus_bold.ttf') format('truetype')
 }
 
 @font-face { font-family : 'MilibusLight';
	src: url('/font/milibus_light.eot');
	src: url('/font/milibus_light.eot?#iefix') format('embedded-opentype'),
     url('/font/milibus_light.ttf') format('truetype')
 }
 
 
 
  @font-face { font-family : 'MilibusRegular';
	src: url('/font/milibus_regular.eot');
	src: url('/font/milibus_regular.eot?#iefix') format('embedded-opentype'),
     url('/font/milibus_regular.ttf') format('truetype')
 }
 
  @font-face { font-family : 'milibus';
	src: url('/font/milibus_regular.eot');
	src: url('/font/milibus_regular.eot?#iefix') format('embedded-opentype'),
     url('/font/milibus_regular.ttf') format('truetype')
 }
 
   @font-face { font-family : 'Glyphicons Halflings';
	src: url('/font/glyphicons-halflings-regular.eot');
	src: url('/font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
     url('/font/glyphicons-halflings-regular.ttf') format('truetype')
 }
 
 

.both {
	clear: both;
	}

.left, #left {
	float: left;
	}
.right, #right {
	float: right;
	}
.texte {
    margin: 0 auto;
    max-width: 1004px;
	background-color: rgba(255, 255, 255, 0.4);
}
.texte#emporter {
	margin-top: 30px;
    max-width: 940px;}

h2 {
	margin-top: 20px; 
	width: 100%;
	max-width:990px;	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
h2 span{
	font-size: 40px;
	color: #fff;
	background-color: #ed1c24;
	font-weight: lighter;
	padding: 0 40px 0 10px;
	font-family : MilibusLight, Arial, sans-serif;
	}
@media screen and (max-width:480px) {
h2 span{
	font-size: 25px;
	color: #fff;
	background-color: #ed1c24;
	font-weight: lighter;
	padding: 0 25px 0 5px; 
	}
}
h3 {
	font-size: 30px;
	color: #50403d;
	line-height: 30px;
	padding: 10px 20px 0 20px;
	}
@media screen and (max-width:480px) {
h3 {
	font-size: 27px;
	color: #50403d;
	line-height: 22px;
	padding: 10px 20px 0 20px;
	}
}
h4 {
	font-size: 25px;
	color:#FFF;
	line-height: 22px;
	text-align:center;
	margin:10px 0 10px 0;
	text-transform:uppercase;
	}
h5 {
	font-size: 20px;
	color: #50403d;
	line-height: 22px;
	padding: 10px 20px 0 20px;
	}
@media screen and (max-width:480px) {
h5 {
	font-size: 22px;
	color: #50403d;
	line-height: 22px;
	padding: 10px 20px 0 20px;
	}
}
p {
	font-size: 14px;
	color: #50403d;
	line-height: 22px;
	padding: 10px 20px 0 20px;
	}
p a{
	font-size: 14px;
	color: #50403d;
	text-decoration: underline;
	}
	
p a:hover{
	text-decoration: none;
	}
p b{
	font-size: 14px;
	color: #50403d;
	font-weight: bold;
	}
@media screen and (max-width:480px) {
p {
	font-size: 16px;
	color: #50403d;
	line-height: 20px;
	padding: 10px 20px 0 20px;
	}
}
p u{
	text-decoration: underline;
	font-size: 16px;
	color: #50403d;
	}
}
p b {
	font-size: 14px;
	color: #50403d;
	font-weight:bold;
	}
p.bouton a {
	background-color: #50413e;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	display:inline-block;
	padding: 0 30px 0 30px;
	text-decoration: none;
	}
@media screen and (max-width:480px) {
p b {
	font-size: 16px;
	color: #50403d;
	font-weight:bold;
	}
}
p span {
	font-size: 12px;
	color: #50403d;
	}
@media screen and (max-width:480px) {
p span {
	font-size: 14px;
	}
}
img.align_d {
	float:right;
	margin-left:15px;
	}
body {
	background-color: #fff;
	margin: 0 0 0 0;
	text-align: center;
	/*background-image: url("/images/2023-09-25.jpg");
	background-repeat:repeat-y;
	background-position: top center;*/
	/*background-color: #f1e7da;*/
	background-color: #fff;
	}
#haut {
	width: 100%;
	max-width:1004px;	
	margin-left: auto;
	margin-right: auto;
	position:relative;
    background-color: #fff;
	}
#haut a.logo{
	margin: 15px 0 15px 18px;
	background-image: url("/layout/img/logo.png");
	background-repeat: no-repeat;
	width: 199px;
	height: 82px;
	display: block;
	float: left;
	}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
#haut a.logo{
	background-image: url("/layout/img/logo@x2.png");
	background-size: 199px 81px;
	}
}

#haut ul {
	float: right;
	margin: 25px 0 0 0;
	}
@media screen and (max-width:1100px) {
#haut ul {
	margin: 25px 0 0 0;
	}	
}
@media screen and (max-width:980px) {
#haut a.logo{
	margin: 15px auto 0 auto;
	float: none;
	}
#haut ul {
	float: none;
	margin: 30px auto 0 auto;
	text-align: center;
	}	
}
#haut ul#menupetit {
	display: none;
	}

#haut ul li a.background {
    color: #50403D;
}
#haut ul li a.background:hover {
    color: #EEE5D9;
}

#haut ul li:hover a.background {
    color: #EEE5D9;
}


#haut ul li{
	display: inline-table;
	font-size: 17px;
	color: #50403d;
	background-image: url("/layout/img/separation_menu.png");
	background-position:right;
	background-repeat:no-repeat;
	line-height: 50px;
	vertical-align: middle;
	font-family : 'MilibusLight', Arial, sans-serif;
	}
#haut ul li.non{
	background-image: none;
	}
#haut ul li a{
	padding: 0 10px 0 9px;
	vertical-align: middle;
	font-size: 16px;
	color: #50403d;
	}

#haut ul#ssmenu {
	margin-left:0; 
	padding-left:0;
}
#haut ul li {
	float:left;
	list-style-type: none;
}
#haut li ul{
	position: absolute;
	width: 100px;
	left: -999em;
	z-index:1000;
	top:50px;
}

#haut a.restaurant{
	background-image:none;
	color: #EEE5D9;
	text-align:center;
	padding:0;
	vertical-align: middle;
}
#haut li.visibilite {
	visibility: hidden;
}

#haut li.restaurants {
    font-size: 17px;
    height: 31px;
    /*line-height: 0;*/
    margin: 0;
    /*padding-top: 26px;*/
    width: 106px;
}

#haut li.restaurants:hover {
	background-color: #50403D;
	 color: #EEE5D9;
}
#haut li.restaurants ul li, #haut li.restaurants ul li li{
	background-color: #50403D;
	border-top:1px solid #EEE5D9;
	vertical-align: middle;
	width: 210px;
}
#haut li.restaurants ul li, #haut li.restaurants ul li li a{
	padding: 0 5px 0 5px;
}
#haut li:hover ul ul, #haut li.sfhover ul ul{
	left: -999em;
}
#haut li:hover ul, #haut li li:hover ul, #haut li.sfhover ul, #haut li li.sfhover ul{
	left: auto;
	min-height: 0;
}
@media screen and (max-width:700px) {
#haut a.logo{
	margin: 7px 0 7px 9px;
	background-image: url("/layout/img/logo_petit.png");
	width: 140px;
	height: 57px;
	display: block;
	float: left;
	}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
#haut a.logo{
	background-image: url("/layout/img/logo_petit@x2.png");
	background-size: 140px 57px;
	}
}

#haut li.visibilite {
	visibility: visible;
}

#haut ul#ssmenu {
	position: absolute;
	top: 40px;
	z-index: 100;
	}
#haut ul#ssmenu ul#restaurant {
	position: absolute;
    top: 0px;
    vertical-align: middle;
    z-index: 100;
	width: 100%;
}
#haut ul li{
	font-size: 17px;
	color: #fff;
	line-height: 34px;
	vertical-align: middle;
	background-color: #50403d;
	width: 100%;
	}

#haut ul#ssmenu li{
	font-size: 17px;
	color: #fff;
	line-height: 34px;
	vertical-align: middle;
	background-color: rgba(106, 92, 90, 0.9);
	width: 100%;
	}
a.background {
	line-height:0px ;
	background-color: rgba(106, 92, 90, 0.9) !important;
	color: #fff !important;
	border:none;
}

#haut ul li.non{
	background-image: none;
	}
#haut ul li a{
	vertical-align: middle;
	font-size: 17px;
	color: #fff;
	display: block;
}
#haut ul li a:hover, {
	background-color:#EEE5D9 ;
	color: #50403d  ;
}
#haut ul#ssmenu li a{
	vertical-align: middle;
	font-size: 17px;
	color: #fff;
	border-bottom: 1px solid #b5aead;
	margin:0;
	line-height: 34px;
	vertical-align: middle;
	text-align: center;
}
li.restaurants { padding-top: 5px !important;}
li.restaurant{
	background-color: #EEE5D9 !important;
	
}
a.restaurant{
	color: #50403d !important;
}
#haut ul#ssmenu {
	display:none;		
}
#haut ul#menupetit {
	display:block;
	width: 100px;
	height: 28px;
	margin-right: 10px;
	float: right;
	background-color: #50403d;
}
}




#ombre_haut {
	clear: both;
	width: 100%;
	max-width:990px;
	height: 11px;	
	background-image: url("/layout/img/ombre_slide_haut.png");
	background-position:center;
	margin-left: auto;
	margin-right: auto;
	}
#bandeau{
	width: 100%;
	max-width:990px;
	margin-left: auto;
	margin-right: auto;
	}

#ombre_bas {
	width: 100%;
	max-width:990px;
	height: 11px;	
	background-image: url("/layout/img/ombre_slide_bas.png");
	background-position:center;
	margin-left: auto;
	margin-right: auto;
	}
#presentation {
	width: 100%;
	max-width:940px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.4);
	text-align: left;
	margin-top: 30px;
	padding-bottom: 20px;
	}
#presentation h1 {
	font-size: 23px;
	color: #ed1c24;
	text-align: center;
	padding: 25px 20px 10px 20px;
	}

#presentation img {
	float: right;
	margin: 22px 40px 10px 40px;
	}
.hautdepage {
	width: 100%;
	max-width:990px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/layout/img/ombre_hautdepage.png");
	background-repeat:no-repeat;
	background-position: bottom center;
	text-align: right;
	}
.hautdepage img{
	margin: 18px 0 18px 0;
	}
	
/* RESTAURANT */
#restaurant {
	width: 100%;
	max-width:990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
#adresse-resto {
	background-color: rgba(255, 255, 255, 0.4);
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 940px;
    padding: 20px;
    text-align: left;
    width: 90%;
	}

#adresse-resto div.gauche{
	width: 50%;
	float:left;
	padding-right: 20px;
	box-sizing:border-box;
	}
#adresse-resto div.droite img, #adresse-resto div.droite iframe{
	width: 50%;
	height: auto;
}
img.fb {
	padding: 18px 8px 0 0;
}
	
@media screen and (max-width:540px) {
#adresse-resto {
	width: 90%;
	padding: 11px;
	background-color: rgba(255, 255, 255, 0.4);
	/*float:left;*/
	margin:32px 10px 0 10px;
	

	}
#adresse-resto div.gauche{
	width: 90%;
	min-width: 212px;
	float:left;
	}
#adresse-resto div.droite{
	/*display: none;*/
}
#adresse-resto div.droite img{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
}
@media screen and (max-width:480px) {
#adresse-resto img#qrcode {
	display:none;
	}
}
#adresse-resto p,
#adresse-resto span,
#adresse-resto ul.offre li{
	font-size: 18px;
	color: #50403d;
	line-height: 28px;
	}
#adresse-resto p.mention {
	font-size: 14px;
}
#adresse-resto li i{
	color: #ed1c24;
	line-height: 28px;
	vertical-align: middle;
}
#adresse-resto ul.offre li {
	margin-left: 40px;
	list-style: none;
}
#adresse-resto  p.horaires {
	font-size: 14px;
	color: #50403d;
	line-height: 24px;
	}
@media screen and (max-width:480px) {
#adresse-resto p {
	font-size: 20px;
	color: #50403d;
	line-height: 30px;
	}
}
#adresse-resto p b {
	font-size: 18px;
	font-weight:bold;
	color: #50403d;
	}
#adresse-resto p b.rouge {
	color: #ed1c24;
	}
@media screen and (max-width:480px) {
#adresse-resto p b {
	font-size: 20px;
	font-weight:bold;
	color: #50403d;
	}
#adresse-resto p b.rouge {
	color: #ed1c24;
	}
}
#adresse-resto p.tel {
	font-size: 24px;
	font-weight:bold;
	color: #50403d;
	}
@media screen and (max-width:480px) {
#adresse-resto p.tel {
	font-size: 26px;
	font-weight:bold;
	color: #50403d;
	}
}
#adresse-resto p.tel a {
	font-size: 24px;
	font-weight:bold;
	color: #50403d;
	}
@media screen and (max-width:480px) {
#adresse-resto p.tel a {
	font-size: 26px;
	font-weight:bold;
	color: #50403d;
	}
}
#adresse-resto p.email {
	font-size: 13px;
	color: #50403d;
	text-decoration:underline;
	}
@media screen and (max-width:480px) {
#adresse-resto p.email {
	font-size: 15px;
	color: #50403d;
	text-decoration:underline;
	}
}
#adresse-resto p.email a {
	font-size: 13px;
	color: #50403d;
	text-decoration:underline;
	}
@media screen and (max-width:480px) {
#adresse-resto p.email a {
	font-size: 15px;
	color: #50403d;
	text-decoration:underline;
	}
}
/* OFFRE */
.texte.offre .form-offre {
	background-color: #ed1c24;
	margin: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
@media screen and (max-width:950px) {
	.texte.offre .form-offre {
		flex-direction: column;
	}
	.texte.offre .form-offre img {
		width: 100%;
	}
	.texte.offre .form-offre form {
		margin-top: 25px;
	}
}
.texte.offre .form-offre img {
	margin: 0;
	padding: 0;
	height: auto;
}
.texte.offre form li {
	list-style: none;
}
.texte.offre form p {
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;
	line-height: 28px;
}
.texte.offre form input[type=submit]{
	background-color: #50403d;
    box-sizing: border-box;
    height: 33px;
    line-height: 33px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: MilibusLight, Arial, sans-serif;
    text-transform: uppercase;
    padding: 0 5% 0 5%;
    cursor: pointer;
}

/* Accès */
#carte-acces {
	width:100%;
	max-width:940px;
	margin-left:auto;
	margin-right: auto;
	}
@media screen and (max-width:480px) {
#carte-acces  {
	width: 90%;
	padding: 11px;
	background-color: rgba(255, 255, 255, 0.4);
	float:left;
	margin:32px 10px 0 10px;
	}
}
#carte-acces  iframe {
	width:100%;
	max-width:1004px;
	height:300px;
	}
#slider{
	clear: both;
	width: 100%;
	max-width:900px;
	margin-left: auto;
	margin-right: auto;
	background-image:url("/web/img/fond_galerie.png");
	background-repeat:no-repeat;
	padding: 4px 4px 16px 4px;
	margin-top: 15px;
	}
@media screen and (max-width:990px) {
#slider{
	clear: both;
	width: 100%;
	max-width:900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-image:none;
	padding: 0 0 0 0;
	}
}	
/* LA COMMANDE */
#commande {
	width: 100%;
	max-width:940px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.4);
	text-align: left;
	margin-top: 30px;
	padding-bottom: 20px;
	}
#commande img.align_d {
	float:right;
	margin:11px;
	width:335px;
	}
@media screen and (max-width:480px) {
#commande img.align_d {
	margin:0 0 10px 0;
	width:100%;
	max-width:100%;
	}

}

/* LA CARTE */
#carte, #entrecote {
	width: 100%;
	max-width:940px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.4);
	text-align: left;
	margin-top: 30px;
	padding-bottom: 20px;
	}

#carte img.align_d {
	float:right;
	margin:11px;
	width:600px;
	}
#entrecote{
	padding-bottom: 0px;
	}
#entrecote img{
	width: calc(100% - 20px);
	height: auto;
	margin: 10px;
	}
@media screen and (max-width:900px) {
#carte img.align_d {
	float:none;
	margin:2%;
	width:96%;
	}
	
	}
#menu {
	width: 100%;
	max-width:940px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.4);
	text-align: left;
	margin-top: 30px;
	padding-bottom: 20px;
	}
#menu img.align_d {
	float:right;
	margin:11px;
	width:250px;
	}
@media screen and (max-width:480px) {

#menu img.align_d {
	margin:4%;
	width:92%;
	max-width:460px;
	float: none;
	}
}
#carte2 {
	width: 100%;
	max-width:940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 30px;
	padding-bottom: 20px;
	}
#carte2 .fond_cadre_carte {
	background-image:url(/layout/img/fond_cadre_carte.png);
	background-repeat:no-repeat;
	width:300px;
	height:393px;
	float:left;
	margin:20px 12px 20px 0;
	}
@media screen and (max-width:480px) {
#carte2 .fond_cadre_carte {
	background-image:url(/layout/img/fond_cadre_carte.png);
	background-repeat:no-repeat;
	width:300px;
	height:393px;
	float:left;
	margin:20px 10px 20px 10px;
	}
}
#carte2 .gauche {
	float:left;
	width:412px;
	margin:10px 20px 10px 0;
	}
@media screen and (max-width:480px) {
#carte2 .gauche {
	float:left;
	width:320px;
	margin:10px 20px 10px 0;
	}
}

/* CUISSON */
#cuisson {
	width: 100%;
	max-width:940px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.4);
	text-align: left;
	margin-top: 30px;
	}
#cuisson img.align_d {
	float:right;
	margin:11px;
	width:335px;
	}
@media screen and (max-width:480px) {
#cuisson img.align_d {
	margin:11px;
	width:100%;
	max-width:298px;
	}
}

/* ENFANTS */
#enfants {
	width: 100%;
	max-width:940px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.4);
	text-align: left;
	margin-top: 30px;
	padding-bottom: 20px;
	}
#enfants img {
	float:right;
	margin:11px;
	width:250px;
	}
@media screen and (max-width:500px) {
#enfants img {
	margin:20px;
	width: calc(100% - 40px);
	float: none;
	}
}
#enfants h3 {
	padding: 25px 20px 15px 20px;
	}
#enfants2 {
	width: 100%;
	max-width:940px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.4);
	text-align: left;
	margin-top: 30px;
	padding-bottom: 20px;
	}
#enfants2 img.align_d {
	float:right;
	margin:11px;
	width:335px;
	}
@media screen and (max-width:480px) {
#enfants2 img.align_d {
	margin:11px;
	width:100%;
	max-width:298px;
	}
}
#enfants2 h3 {
	padding: 25px 20px 15px 20px;
	}

/* NOUS REJOINDRE */
#rejoindre {
	width: 100%;
	max-width:940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 30px;
	}
.onglets {
	height:43px;
	}
.onglet_menu {
	float:left;
	margin:0 1px 0 0;
	}
#offre {
	background-color: rgba(255, 255, 255, 0.4);
	text-align: left;
	background-image:url(/layout/img/fleche.png);
	background-repeat:no-repeat;
	padding:25px 0 0 0;
	}
@media screen and (max-width:480px) {
#offre {
	background-color: rgba(255, 255, 255, 0.4);
	text-align: left;
	padding:25px 0 0 0;
	}
}
.offres {
	/*width:410*/
	float:left;
	margin:0 0 25px 15px;
	}
@media screen and (max-width:480px) {
.offres {
	width:300px;
	float:left;
	margin:0 0 25px 5px;
	}
}
.formulaire {
	background-color: rgba(80, 64, 61, 0.65);
	text-align: left;
	padding:0 0 25px 15px;
	}
.formulaire h4 {
	font-size: 22px;
	color:#FFF;
	line-height: 22px;
	text-align:left;
	padding: 20px 20px 0 15px;
	text-transform:uppercase;
	}
.formulaire ul {
	float:left;
	margin: 15px 0 15px 25px;
	}
.formulaire li {
	list-style:none;
	}
.formulaire li input {
	width:235px;
	height:32px;
	font-size:16px;
	color:#50403d;
	margin:15px 20px 15px 0;
	padding: 0 0 0 10px;
	}
.formulaire li input#contact_rgpd {	
	width:auto;
	margin:0;
	height:auto;
}
.formulaire li.select {
	width:235px;
	height:32px;
	margin:15px 20px 15px 0;
	padding: 0 0 0 10px;
	background-color:#FFF;
	}
	
.formulaire li.select select {
	font-size:16px;
	color:#50403d;
	height:22px;
	margin-top:5px;
	width:230px;
	}
	
	
.formulaire li input#cv {
	background-color:#FFF;
	font-size:12px;
	padding:0;
}	
.formulaire li textarea {
	width:235px;
	height:150px;
	font-size:16px;
	color:#50403d;
	margin:15px 20px 15px 0;
	padding: 0 10px 0 10px;
	}
.formulaire p.bouton input {
	padding:0;
	margin:0;
	background-color:#ed1c24;
	background-image:url(/layout/img/bouton-formulaire-candidature.gif);
	background-repeat:no-repeat;
	width:251px;
	height:33px;
	cursor: pointer;
	}
.formulaire p.bouton_contact input {
	padding:0;
	margin:0;
	background-color:#ed1c24;
	background-image:url(/layout/img/bouton-formulaire-contact.gif);
	background-repeat:no-repeat;
	width:251px;
	height:33px;
	cursor: pointer;
	}
#candidature {
	background-color: rgba(255, 255, 255, 0.4);
	text-align: left;
	background-image:url(/layout/img/fleche.png);
	background-repeat:no-repeat;
	background-position:169px 0;
	padding:25px 0 0 0;
	}
#contact {
	background-color: rgba(255, 255, 255, 0.4);
	text-align: left;
	background-image:url(/layout/img/fleche.png);
	background-repeat:no-repeat;
	background-position:338px 0;
	padding:25px 0 0 0;
	}
	
/* RESERVATION */
#reservation {
	width: 100%;
	max-width:940px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.4);
	text-align: left;
	margin-top: 30px;
	}
#reservation img {
	float:right;
	margin:11px;
	width:335px;
	}
@media screen and (max-width:600px) {
#reservation img {
	margin:20px;
	width: calc(100% - 40px);
	float: none;
	}
}
#faq {
	width: 100%;
	max-width:940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 30px;
	}
#faq h6 {
	font-size: 14px;
	color: #50403d;
	font-weight:bold;
	padding: 20px 20px 5px 20px;
	}
#faq h6 a {
	font-size: 14px;
	color: #50403d;
	font-weight:bold;
	text-decoration:none;
	}
#faq .ligne {
	width: 100%;
	max-width:940px;
	height:1px;
	background-color: #50403d;
	margin:15px 0 0 0;
	}
@media screen and (max-width:480px) {
#faq .ligne {
	width:100%;
	height:1px;
	background-color: #50403d;
	margin:15px 0 0 0;
	}
}

/* VIDE */
#vide {
	height:104px;
	}

/*menu bas*/
#menu_bas {
	display:block;
 	height: 104px;
	width:100%;
	background-color: #50403d;
}

#menu_bas .centre{
	width: 100%;
 	height: 104px;
	max-width:990px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/layout/img/logo_meuh_bas.gif");
	background-repeat:no-repeat;
	background-position: 20px 10px;
}
		
#menu_bas ul {
	float: right;
	margin: 15px 0 0 0;
	}
#menu_bas ul li{
	display: inline-table;
	font-size: 17px;
	color: #50403d;
	background-image: url("/layout/img/separation_menu_bas.png");
	background-position:right;
	background-repeat:no-repeat;
	line-height: 50px;
	vertical-align: middle;
	}
#menu_bas ul li.non{
	background-image: none;
	}
#menu_bas ul li a{
	padding: 0 10px 0 9px;
	vertical-align: middle;
	font-size: 17px;
	color: #856f6b;
	}
#menu_bas p.mentions{
	color: #725954;
	font-size: 11px;
	float: right;
	padding: 0 10px 0 0;
	line-height: 16px;
	text-align:right;
	}
#menu_bas p.mentions a{
	color: #725954;
	font-size: 11px;
	}
@media screen and (max-width:820px) {
#menu_bas ul li a{
	padding: 0 5px 0 4px;
	vertical-align: middle;
	font-size: 13px;
	color: #856f6b;
	}

}	
@media screen and (max-width:540px) {
#menu_bas ul {
	display: none;
	}
#menu_bas p.mentions{
	padding-top: 65px;
	}

}

#engagements {
	text-align: left;
	padding-bottom: 100px;
}

#engagements h3 {
    padding: 25px 20px 15px 20px;
}

#engagements .gauche {
	display: inline-block;
	width: 50%;
	padding: 30px 20px 30px 0;
	vertical-align:text-top;
	box-sizing:border-box;
	}
#engagements .droite {
	display: inline-block;
	width: 49%;
	padding: 30px 0 0 0;
	box-sizing:border-box;
	vertical-align:text-top;
	}
@media screen and (max-width:767px) {
#engagements .gauche {
	width: 100%;
	padding: 30px 0 0 0;
	}
#engagements .droite {
	width: 100%;
	padding: 30px 20px 0 20px;
	}

}

#engagements .droite img {
	width: 100%;
}

#reseaux {
	position: absolute;
	top: 42px;
	right: 0px;
	background-color: #dcddde;
	padding: 2px 0 6px 0;
	}
#reseaux img{
	margin: 4px 7px 0 7px;
	display:block;

	}
@media screen and (max-width:1100px) {
#reseaux  {
	display: none;
	}
}
@media screen and (max-width:710px) {
#reseaux  {
	display: none;
	}

}

#covid {
	position: absolute;
	top: 5px;
	right: 0px;
	color: ##ed1c24;
	padding-right: 10px;
	}
#covid a{
	color: #ed1c24;
	}

/*formulaire*/

form#formulairepagecontact {
	padding-bottom: 35px;
	width: 96%;
	margin: 0 2% 0 2%;

	}
form#formulairepagecontact li{
	list-style: none;
	background:none;
	}
form#formulairepagecontact input{
	width: 52%;
	margin: 15px 20% 0 20%;
	background-color:#fff;
	height: 35px;
	line-height: 35px;
	vertical-align:middle;
	padding: 0 4% 0 4%;
	color: #252525;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #50403d;
	border-radius: 1px;
	text-align:left;
	box-sizing:border-box;
	}
.texte.reservation form#formulairepagecontact #contact_rgpd {
	width: 15px;
	height: 15px;
	padding: 0 0 0 0;
	margin: 0 5px 0 0;
	}
form#formulairepagecontact li.radio input{
	width: 15px;
	margin: 0 10px 0 10px;
	height: 15px;
	line-height: 15px;
	vertical-align:middle;
	padding: 0 0 0 0;
	color: #252525;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #50403d;
	border-radius: 1px;
	}
form#formulairepagecontact li.radio p{
	margin: 0 20% 0 20%;
	}
form#formulairepagecontact select{
	width: 52%;
	margin: 20px 20% 0 20%;
	background-color:#fff;
	height: 35px;
	line-height: 35px;
	vertical-align:middle;
	padding: 0 4% 0 3.8%;
	color: #a9a9a9;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #50403d;
	}
form#formulairepagecontact select.multiple{
	width: 52%;
	height: 120px;

	}
form#formulairepagecontact textarea{
	width: 52%;
	margin: 15px 20% 0 20%;
	background-color:#fff;
	height: 115px;
	padding: 4%;
	color: #252525;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #50403d;
	border-radius: 1px;
	}
form#formulairepagecontact li.bouton input{
	width: 30%;
	background-color:#50403d;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	height: 40px;
	border: none;
	margin: 15px 35% 0 35%;
	padding: 0 0 0 0;
	text-align: center;
	}

@media screen and (max-width:600px) {	
form#formulairepagecontact li.bouton input{
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	height: 38px;

	}
	}	
	
	
form#formulairepagecontact li.titre1{
	color: #252525;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 20px;
	padding: 20px 0 0 0;
	}
form#formulairepagecontact li.titre2{
	color: #1a6596;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 22px;
	text-transform:uppercase;
	padding: 10px 0 0 0;
	}
form#formulairepagecontact li.erreur{
	color: #ff0000;
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	}
.texte.reservation #adresse-resto {
	margin-bottom: 100px;
	
	}
.texte.reservation #adresse-resto p.alerte{
	color: #ff0000;
	}
form#formulairepagecontact p{
	width: 52%;
	margin: 15px 20% 0 20%;
	color: #252525;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 14px;
	}

.popup img {
	width:100%;
	height:100%;
}

#bouton_presse {
	float: right;
	margin: 20px 20px 20px 100px;
	}
#bouton_presse:last-child {
	clear: right;
	margin: 20px 20px 50px 100px;
	}
#photo_presse {
	max-width: 500px;
	width: 100%;
	display: block;
	margin: 0 auto 0 auto;
	
	}
/*texte*/
.centre {
	margin: 0 auto;
	max-width: 1004px;
	width: 100%;
	clear:both;
	position: relative;
	text-align: left;
	}
@media screen and (max-width: 1044px) {
.centre {
	margin: 0 20px 0 20px;
	width: calc(100% - 40px);
	}
 }

.texte .alerte {
    font-size: 16px;
    color: #ed1c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 700;
}

.texte h1 {
	display: inline;
    font-size: 40px;
    color: #fff;
    background-color: #ed1c24;
    font-weight: lighter;
    padding: 0 40px 0 10px;
    font-family: MilibusLight, Arial, sans-serif;
	}
.texte h6 {
	text-align: center;
    font-size: 20px;
    color: #50403d;
    font-weight: bold;
    font-family: MilibusLight, Arial, sans-serif;
	}
 .texte .transparent {
	background-color: rgba(255, 255, 255, 0.4);
	margin: 40px 20px 60px 20px;
	}
.texte input[type=text], .texte input[type=password] {
	background-color: fff;
	border: 1px solid #dbcfc3;
	box-sizing:border-box;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	color: #50403d;
	font-size: 14px;
    font-family: MilibusLight, Arial, sans-serif;
	}
.texte input[type=submit] {
	background-color: #ed1c24;
	box-sizing:border-box;
	height: 33px;
	line-height: 33px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
    font-family: MilibusLight, Arial, sans-serif;
	text-transform:uppercase;
	padding: 0 40px 0 40px;
	cursor: pointer;
	}
/*extranet*/
.texte.extranet {
	padding-top: 30px;
	}
.texte.extranet #bloc_intranet h6{
	padding: 30px 0 40px 0;
	}
.texte.extranet #bloc_intranet {
	text-align: center;
	padding-bottom: 60px;
	}
.texte #bloc_intranet input[type=text], .texte #bloc_intranet input[type=password] {
	width: 300px;
	}
.texte.extranet #bloc_intranet p a{
	padding-bottom: 20px;
	font-size: 11px;
	color: #988776;
	display:block;
	}
.texte.extranet p#deconnexion {
	text-align: right;
	padding-right: 25px;
	background:url(http://reseau.meuh-restaurant.fr/images/bouton-deconnexion.png) no-repeat right center;
	padding: 0 20px 0 0;
	margin: 40px 20px 0 0;
	}
.texte .transparent.espace {
	background-color: rgba(255, 255, 255, 0.4);
	margin: 10px 20px 60px 20px;
	}
.texte.extranet #bloc_intranet.espace p#ariane {
	border-bottom: 1px solid #fff;
	margin: 0 10px 0 10px;
	line-height: 40px;
	vertical-align:middle;
	height: 40px;
	color: #50403d;
	font-size: 13px;
    font-family: MilibusLight, Arial, sans-serif;
	text-align:left;
	margin-bottom: 30px;
	}
.texte.extranet #bloc_intranet.espace p#ariane a{
	color: #50403d;
	font-size: 13px;
    font-family: MilibusLight, Arial, sans-serif;
	text-align:left;
	display:inline;
	}
.texte.extranet #bloc_intranet.espace p#ariane a{
	color: #50403d;
	font-size: 13px;
    font-family: MilibusLight, Arial, sans-serif;
	text-align:left;
	display:inline;
	}
.texte.extranet #bloc_intranet.espace p.fichier, .texte.extranet #bloc_intranet.espace p.categorie {
	border-bottom: 1px solid #9d918c;
	padding: 10px 0 10px 0;
	margin: 0 25px 0 25px;
	text-align: left;
	}
.texte.extranet #bloc_intranet.espace p.fichier a, .texte.extranet #bloc_intranet.espace p.categorie a {
	padding: 0 0 0 0;
	color: #50403d;
	font-size: 15px;
    font-family: MilibusLight, Arial, sans-serif;
	text-decoration: none;
	}
.texte.extranet #bloc_intranet.espace p.fichier a img{
	width: 25px;
	}
	
	#rc-imageselect, .g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0 0;
}
.g-recaptcha {
    display: block;
    margin: 15px auto;
    text-align: center;
    width: 260px;
}

.iframe-responsive-wrapper        {
    position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 0 auto;
	
}

.iframe-responsive-wrapper .iframe-ratio {
    display: block;
    width: 100%;
    height: auto;
}

.iframe-responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#presentation.actualites img{
	width: 100%;
	height: auto;
	margin : 0 0 0 0;
	float: none;
	}

.logos_paiement {
	position: relative;
	border: 1px solid #b0a9a8;
	text-align:center;
	padding: 10px 0 5px; 
	margin: 20px 0;
	}
.logos_paiement li:first-child{
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	vertical-align:middle;
	background-color: #fff;
	padding: 0 7px;
	text-transform:uppercase;
	color: #50403d;
	font-size: 1.14em;
	font-weight: 400;
	font-family : 'MilibusRegular';
	text-align:center;
	}
.logos_paiement li{
	list-style: none;
	display: inline-block;
	}
.logos_paiement li img{
	width: auto;
	height: 40px;
	margin: 0 7px;
	}
	
.input {
	position:relative;
}

.texte .container .input input {
    padding: 0;
    font-size: 24px;
    text-transform: none;
	width:100%;
	max-width:400px;
	box-shadow: 0 -2px #ae1a20 inset;
	margin-top:20px;
	height:40px;
}

.input .glyphicon {
	position:absolute;
	left:80px;
	top:25px;

}
.offres img {
	width: 100%;
	height: auto;
	}

.merci.pub {color: #fff; padding-bottom: 10px;}

#quizz .titre{max-width: 800px; width: 100%; height: auto; margin: 20px;}

#bloc_28 .centre{
	text-align: center;
	padding: 10px; 
}
#bloc_28 .centre img {
	max-width: 728px;
	width: 100%;
	height: auto;
}
#emporter img {
	width: 99%;
	height: auto;
	}

.texte#fidelite option{font-size: 16px;}

#fidelite .milibus {
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	vertical-align:middle;
	}
#fidelite .milibus input[type=radio] {
	width: 22px;
	height: 22px;
	vertical-align:text-bottom;
	margin-right: 3px;
	}
	


.a10ans .banniere {width: 100%;}

#heure_soir {
    display: none;
}