/*  
Theme Name: Boucherie Moderne
Theme URI: http://www.kaudiz.com
Version: 1.0.0
Author: Kaudiz
Author URI: http://www.kaudiz.com
*/
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:400,700);
@font-face {
    font-family: 'meta';
    src: url('font/metaplusmedium-roman-webfont.eot');
    src: url('font/metaplusmedium-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/metaplusmedium-roman-webfont.woff') format('woff'),
         url('font/metaplusmedium-roman-webfont.ttf') format('truetype'),
         url('font/metaplusmedium-roman-webfont.svg#metaplusmedium-romanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*styles génériques*/
*{
	margin:0;
	padding:0;
	outline:none;
}
html, body{
	width:100%;
	height:100%;
}
object, embed{
	position:relative;
	z-index:1;
}
img{
	border:none;
	outline:none;
	max-width: 100%;
	height: auto;
}
a{
	color:inherit;
}
.clear{
	float:none !important;
	clear:both !important;
	margin:0 !important;
	padding:0 !important;
	width:0 !important;
	height:0 !important;
	overflow:hidden !important;
}
.hide{
	visibility:hidden;
}
.none{
	display:none;
}
li{
	list-style-position:inside;
}
.Fleft{
	float:left;
}
.Fright{
	float:right;
}
.auto{
	margin:0 auto;
}
.Tcenter{
	text-align:center;
}
.Tright{
	text-align:right;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#1A171B;
	font-size:12px;
	background-color:#000;
}

/**/

/**/
/*FIN styles génériques*/

#site{
	margin:0 auto;
	width:920px;
	padding:0 20px;
	background-color:#fff;
}
#gauche{
	float:left;
	width:135px;
}
	#gauche>*:first-child{
		margin-bottom:20px;
	}
#centre{
	float:left;
	width:439px;
	margin:0 20px;
}
.home #centre{
	width:455px;
}
#droite{
	float:left;
	width:306px;
}
#reste{
	float:left;
	width:765px;
	margin-left:20px;
}

/*entete*/
header{
	position:relative;
	z-index:2;
	width:100%;
	height:85px;
}
h1{
	position:absolute;
	top:10px;
	left:-9px;
	z-index:1;
	width:154px;
	height:154px;
	/*background:url(images/logo.png) 0 0 no-repeat;*/
		/*text-indent:-999px;*/
}
	h1 a{
		display:block;
		width:100%;
		height:100%;
		overflow:hidden;
		/*text-indent:-999px;*/
	}
	header nav{
	}
		header nav ul{
			text-align:right;
			position:relative;
			top:52px;
		}
			header nav li{
				display:inline-block;
				list-style:none;
				padding:0 5px;
				height:30px;
				vertical-align:middle;
			}
			header nav li:last-child{
				padding-right:0;
			}
			header nav a{
				font-family:'meta';
				color:#1A171B;
				font-size:15px;
				text-transform:uppercase;
				text-decoration:none;
				padding:0 10px;
				display:inline-block;
				height:30px;
				line-height:35px;
			}
			header nav li:last-child a{
				padding-right:0;
			}
			header nav .current-menu-item a, header nav .current-post-ancestor a, header nav .current-category-ancestor a, header nav a:hover{
				color:#b11f16;
			}
			header nav li.accueil{
				background:url(images/picto_home.png) center center no-repeat;
				width:30px;
				height:30px;
				overflow:hidden;
			}
			header nav li.accueil:hover, header nav li.accueil.current-menu-item{
				background:url(images/picto_home_on.png) center center no-repeat;
			}
				header nav li.accueil a{
					padding:0;
					display:block;
					width:100%;
					height:100%;
					overflow:hidden;
					text-indent:9999px;
				}
			header nav li.contact{
				background:url(images/picto_contact.png) center center no-repeat;
				width:30px;
				height:30px;
				overflow:hidden;
			}
			header nav li.contact:hover, header nav li.contact.current-menu-item{
				background:url(images/picto_contact_on.png) center center no-repeat;
			}
				header nav li.contact a{
					padding:0;
					display:block;
					width:100%;
					height:100%;
					overflow:hidden;
					text-indent:9999px;
				}
	header .news{
		position:absolute;
		top:0;
		right:0;
		z-index:1;
		background-color:#000;
		color:#fff;
		font-family: 'meta';
		padding:8px 11px;
		min-width:290px;
		height:25px;
		font-size:12px;
	}
		header .news label{
			display:none;
		}
		.mc_custom_border_hdr{
			float:left;
			width:80px;
			margin-right:11px;
		}
		#mc_signup,#mc_message{
			float:left;
		}
			#mc_message .mc_error_msg{
				display:inline-block;
				max-width:175px;
			}
			#mc_message .mc_success_msg{
				display:inline-block;
				max-width:375px;
			}
		.mc_merge_var{
			float:left;
		}
			.mc_merge_var input{
				padding:2px 3px;
				width:156px;
				height:19px;
				border:none;
				background:#fff;
				line-height:19px;
			}
		.mc_signup_submit{
			float:left;
			margin-left:10px;
		}
			#mc_signup_submit{
				display:block;
				margin:0;
				padding:0;
				background:#fff;
				border:none;
				color:#B21F17;
				width:auto;
				min-width:23px;
				height:23px;
				overflow:hidden;
				text-transform:uppercase;
				text-align:center;
				line-height:23px;
				font-family: 'meta';
				font-size:12px;
				cursor:pointer;
				-moz-border-radius:0;
				-webkit-border-radius:0;
				border-radius:0;
			}
.side_top{
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	background-color:#000;
	color:#fff;
	font-family: 'meta';
	padding:8px 11px;
	display:inline-block;
	min-height:40px;
	font-size:12px;
	box-sizing:border-box;
}
	.side_top .wid>div, .side_top ul, .side_top li{
		display:inline-block;
		vertical-align:middle;
	}
	.side_top li{
		list-style:none;
		margin-left:8px;
	}
	.side_top li a{
		display:block;
		width:28px;
		height:28px;
		overflow:hidden;
		padding-left:28px;
		box-sizing:border-box;
	}
	.side_top li.ook a{
		background:url(images/picto_ook.png) center center no-repeat;
	}
	.side_top li.est a{
		background:url(images/picto_est.png) center center no-repeat;
	}
	.side_top li.ube a{
		background:url(images/picto_ube.png) center center no-repeat;
	}
	.side_top li.lus a{
		background:url(images/picto_lus.png) center center no-repeat;
	}
/*fin entete*/

/*footer*/
footer{
	position:relative;
	padding-bottom:10px;
}
	footer nav{
		padding:20px 0;
	}
	footer ul{
		width:100%;
		height:20px;
	}
		footer li{
			width:20%;
			list-style:none;
			float:left;
			height:100%;
			color:#fff;
			box-sizing: border-box;
			padding-left: 5px;
		}
		footer li:first-child{
			padding-left: 0;
		}
			footer li a{
				display:block;
				width:100%;
				height:100%;
				line-height:22px;
				font-family:'meta';
				font-size:11px;
				text-transform:uppercase;
				text-decoration:none;
				text-align:center;
				background-color:#1A171B;
			}
		/*footer li:nth-child(1){
			color:#000;
			background-color:#FABB00;
		}
		footer li:nth-child(2){
			background-color:#8E7400;
		}
		footer li:nth-child(3){
			background-color:#642A0B;
		}
		footer li:nth-child(4){
			background-color:#86A20B;
		}
		footer li:nth-child(5){
			background-color:#B21F17;
		}*/
	footer .mention{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		text-transform:uppercase;
	}
	.top{
		position:absolute;
		right:0;
		bottom:10px;
		display:block;
		width:27px;
		height:27px;
		background:url(images/top.png) 0 0 no-repeat;
	}
/*fin footer*/

/*slide*/
#slide{
	width:100%;
	height:250px;
	overflow:hidden;
	position:relative;
	z-index:1;
	background-color:#1A171B;
	margin-bottom:15px;
}
.category-rotisserie-epicerie #slide, .category-porc #slide, .category-boeuf #slide, .category-veau #slide, .category-agneau #slide, .category-volailles #slide, .category-charcuterie #slide{
	/*background-color:#b11f16;*/
}
	#slide .prev, #slide .next{
		width:40px;
		height:40px;
		position:absolute;
		top:40%;
		cursor:pointer;
		z-index:3;
		display:none;
	}
	#slide .prev{
		left:15px;
		background:url(images/prev.png) 0 0 no-repeat;
	}
	#slide .next{
		right:15px;
		background:url(images/next.png) 0 0 no-repeat;
	}
	#slide>.elem{
		position:absolute;
		top:0;
		left:0;
		/*padding-top:15px;*/
		width:100%;
		height:100%;
		overflow:hidden;
	}
		.elem .map{
			float:left;
			margin-left:90px;
			width:290px;
			height:220px;
			margin-top:15px;
		}
		.rotisserie-epicerie .elem .map, .charcuterie .elem .map, .volailles .elem .map{
			width:360px
		}
			.map figure{
				width:290px;
				height:220px;
				overflow:hidden;
			}
			.rotisserie-epicerie .map figure, .charcuterie .map figure, .volailles .map figure{
				width:360px
			}
				.map figure img{
					/*position:relative;
					top:-14px;
					left:-7px;*/
				}
			.map figure.porc{
				background:url(images/porc.png) 0 -220px no-repeat;
			}
			.map figure.boeuf{
				background:url(images/boeuf.png) 0 -220px no-repeat;
			}
			.map figure.veau{
				background:url(images/veau.png) 0 -220px no-repeat;
			}
			.map figure.agneau{
				background:url(images/agneau.png) 0 -220px no-repeat;
			}
		.category-rotisserie-epicerie .elem .map, .category-charcuterie .elem .map, .category-volailles .elem .map{
			margin-left:20px;
		}
		.elem .les_photos{
			float:left;
			width:330px;
			height:220px;
			position:relative;
			overflow:hidden;
			margin-top:15px;
		}
			.elem .les_photos>img{
				position:absolute;
				top:0;
				left:0;
				z-index:1;
				display:none;
			}
		.elem .la_liste{
			float:left;
			margin-left:15px;
			width:160px;
			height:220px;
			color:#fff;
			padding-left:10px;
			margin-top:15px;
		}
			.elem .la_liste li{
				margin:4px 0;
				list-style:none;
			}
			.elem .la_liste li>em{
				background-color: #FFFFFF;
				color: #000000;
				display: inline-block;
				font-size: 11px;
				font-weight: bold;
				width: 15px;
				height: 12px;
				line-height: 12px;
				margin-right: 6px;
				text-align: center;
				font-style:normal;
			}
			.elem .la_liste li.open, .elem .la_liste li:hover{
				color:#FCEA0D;
				cursor:pointer;
			}
/*fin slide*/

/*nav*/
#nav{
	margin-bottom:15px;
	width:100%;
	height:34px;
	border-right:solid 1px #1A171B;
	display:table;
}
	#nav li{
		list-style:none;
		height:34px;
		border-left:solid 1px #1A171B;
		display:table-cell;
	}
	#nav a{
		font-family:'meta';
		color:#1A171B;
		font-size:15px;
		text-transform:none;
		text-decoration:none;
		display:block;
		height:34px;
		line-height:34px;
		text-align:center;
		padding:0 35px;
	}
	#nav .current-menu-item a, #nav .current-post-ancestor a, #nav a:hover{
		color:#b11f16;
		background:url(images/puce_rub.gif) center top no-repeat;
	}
/*fin nav*/


#content{
	clear:both;
}
.push, .block{
    box-shadow: 0 0 3px #AAAAAA;
	position:relative;
}
.padd{
	padding:12px;
}
.paginate{
	margin-top:20px;
	text-align:center;
}
	.paginate span, .paginate a{
		text-decoration:none;
		font-weight:bold;
		color:#AAAAAA;
		width:21px;
		height:21px;
		line-height:21px;
		display:inline-block;
		border:solid 1px #AAAAAA;
		background-color:#fff;
	}
	.paginate span.dots{
		border:none;
		background:none;
	}
	.paginate a:hover, .paginate span.current{
		background-color:#A5131C;
		color:#fff;
	}
/*shortcode*/
.col{
	float:left;
	width:198px;
}
.col:first-child{
	margin-right:13px;
}
/*fin shortcode*/

/*accueil*/
.home #gauche, .home #centre, .home #droite{
	height:290px;
}
	.home #gauche>*:first-child, .home #centre>*:first-child, .home #droite>*:first-child{
		height:100%;
		margin-bottom:0;
	}
.push-accueil{
	clear:both;
	padding-top:20px;
}
	#equipe{
		float:left;
		width:765px;
		height:100%;
		margin-right:20px;
	}
		#equipe .cartouche{
			margin-bottom:10px;
		}
		#equipe>div{
			width:100%;
			height:100%;
			float:left;
		}
		#equipe .block>div{
			width: 16.66666667%;
			float:left;
			font-size:11px;
			box-sizing:border-box;
			/*height:195px;*/
			height:180px;
			overflow:hidden;
			box-shadow: 0 0 3px #aaaaaa;
		}
		#equipe figure{
			margin-bottom:5px;
			width:100%;
			height:140px;
			overflow:hidden;
		}
		#equipe figure img{
			min-width:100%;
			height:auto;
		}
		#equipe .det{
			padding-left:10px;
		}
		#equipe h3{
			text-transform:uppercase;
			margin-bottom:0 !important;
			line-height:125%;
			font-size:12px;
		}
		#equipe em{
		}
		#equipe sup{
			line-height:70%;
		}
	.push-accueil aside{
		float:left;
		width:135px;
	}
/*fin accueil*/

/*push coord/horaires*/
.push.coord{
	background-color:#000;
	color:#fff;
	padding-top:15px;
	height:275px !important;
	font-size:13px;
}
	.push.coord p:first-child{
		font-size:16px;
	}
	.push.coord img{
		margin-top:5px;
	}
	.push.coord a{
		color:#fff;
		text-decoration:none;
	}
	.push.coord a:hover{
		text-decoration:underline;
	}
/*.push.horaires{
	height:353px;
}
	.horaires>figure{
		margin-bottom:20px !important;
	}*/
.home #droite{
	width:290px;
}
.home #droite>.push{
	float:left;
	width:135px;
	vertical-align:top;
}
.push.horaires{
	background-color:#1A171B;
	color:#fff;
	margin-right:20px;
	font-size:13px;
	padding-top:35px;
	box-sizing:border-box;
}
.push.horaires p:first-child strong{
	font-size:16px;
}
.home #droite>.push img{
	display:block;
}
.home #droite>.push p{
	margin-bottom:0 !important;
}
.home #droite>.push.horaires p{
	margin-bottom:15px !important;
}
/*fin push coord*/

/*nos actus*/
.block.actus{
    background-color: #FFFFFF;
    display: inline;
    float: left;
    font-size: 12px;
    height: auto;
    margin: 6px;
    padding: 5px 5px 15px;
    position: relative;
    width: 162px;
}
	.actus figure{
		margin-bottom:10px;
	}
	.actus h4{
		color: #A5131C;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 7px;
		text-transform: uppercase;
	}
	.actus .texte>p:first-child{
		line-height: 13px;
    	margin-bottom: 7px;
	}
	.actus a{
		color: #A5131C;
		font-size: 11px;
		text-decoration: underline;
	}
/*fin nos actus*/

/*en images*/
#gauche .sommaire{
	height:353px;
}
	#gauche .sommaire .cartouche{
		margin-bottom:5px;
	}
	#gauche .sommaire li{
		list-style:none;
		display:block;
		height:27px;
		font-size:14px;
		color:#1A171B;
		font-family: 'meta';
		text-transform:uppercase;
	}
		#gauche .sommaire li a{
			display:block;
			padding-left:13px;
			height:27px;
			line-height:28px;
			text-decoration:none;
		}
		#gauche .sommaire li.current-menu-item a, #gauche .sommaire li.current-cat a, #gauche .sommaire li.current-post-ancestor a, #gauche .sommaire li a:hover{
			color: #A5131C;
			background:url(images/puce_li.png) 0 center no-repeat;
		}
dl.gallery-item + br { display: none; }

.pave_gallery{
	width:100%;
	height:95px;
	max-height:95px;
}
.img_gal{
}
	.img_gal {
	}
.gallery{
	/*width:2000px;
	height:73px;*/
}
.gallery-item{
	float:left;
	box-sizing:border-box;
	width:25%;
	padding:5px;
}
	.gallery-item dd{
		display: none;
	}
	.gallery-item a{
		display:block;
	}
	.gallery-item img{
		width:100%;
		height:auto;
		display:block;
	}
.apercu{
	margin:0 auto;
	margin-top:50px;
	width:657px;
}
	.apercu .prev, .apercu .next{
		float:left;
		width:40px;
		height:40px;
		position:relative;
		top:180px;
		cursor:pointer;
	}
	.apercu .prev{
		margin-right:15px;
		background:url(images/prev.png) 0 0 no-repeat;
	}
	.apercu .next{
		margin-left:15px;
		background:url(images/next.png) 0 0 no-repeat;
	}
	.zoom{
		float:left;
		padding:2px;
		width:543px;
		height:407px;
	}
/*fin en images*/

/*recettes*/
#gauche .sommaire.re7{
	height:198px;
}
#content.recette #gauche .liste{
	height:333px;
}
	#content.recette #gauche .liste ul{
		margin-top:5px;
	}
	#content.recette #gauche .liste li{
		list-style:none;
		height:25px;
		line-height:25px;
		padding-left:10px;
	}
	#content.recette #gauche .liste a{
		text-decoration:none;
	}
	#content.recette #gauche .liste li.open a{
		color:#b11f16;
	}
#content.recette #centre>div, #content.recette #droite>div{
	height:550px;
}
#centre .detail{
	float:left;
	width:200px;
	text-transform:uppercase;
}
	#centre .detail span{
		text-transform:none;
	}
	#centre .detail strong{
		height:33px;
		display:inline-block;
		line-height:33px;
		margin-bottom:3px;
		padding-left:40px;
	}
	#centre .detail strong.picto_recette{
		background:url(images/picto_recette.gif) 0 0 no-repeat;
	}
	#centre .detail strong.picto_preparation{
		background:url(images/picto_preparation.gif) 0 0 no-repeat;
	}
	#centre .detail strong.picto_cuisson{
		background:url(images/picto_cuisson.gif) 0 0 no-repeat;
	}
	#centre .detail strong.picto_repos{
		background:url(images/picto_repos.gif) 0 0 no-repeat;
	}
	#centre .detail strong.picto_temps{
		background:url(images/picto_temps.gif) 0 0 no-repeat;
	}
#centre .ingredient{
	float:left;
	width:200px;
}
	#centre .ingredient .chapitre{
		margin-bottom:15px;
	}
/*fin recettes*/

/*rubrique*/
.rub #gauche>div:first-child{
	height:355px;
}
/*.rotisserie-epicerie .rub #gauche>div:first-child{
	height:503px;
}*/
.rub #centre>div{
	height:432px;
}
/*.rotisserie-epicerie .rub #centre>div{
	height:581px;
}*/
.rotisserie-epicerie .rub #centre>div .texte>span{
	padding: 0 12px;
	display: inline-block;
}
.rub #centre>div:first-child{
	margin-bottom:20px;
	height:212px;
}
.tarif {
    background-image: url("images/pointi.gif");
    background-position: left bottom;
    background-repeat: repeat-x;
    height:15px;
    line-height:15px;
    margin-top:11px;
    position:relative;
    width:100%;
	font-size:14px;
}
	.tarif strong {
		background-color: #FFFFFF;
		display: block;
		float: left;
		height: 15px;
		padding-right: 3px;
	}
	.tarif span, .tarif em {
		background-color: #FFFFFF;
		bottom: 0;
		display: block;
		float: right;
		height: 15px;
		padding-left: 4px;
		position: absolute;
		right: 0;
		font-style:normal;
	}
.re7{
	position:relative;
	width:100%;
	height:665px;
	overflow:hidden;
}
	.re7 .prev, .re7 .next{
		width:25px;
		height:25px;
		position:absolute;
		/*top:170px;*/
		top:145px;
		cursor:pointer;
		z-index:3;
		display:none;
	}
	.re7 .prev{
		left:13px;
		background:url(images/prev_small.png) 0 0 no-repeat;
	}
	.re7 .next{
		right:13px;
		background:url(images/next_small.png) 0 0 no-repeat;
	}
	.re7 figure{
		height:185px;
		margin-bottom:0 !important;
	}
	.re7 .texte{
		position:absolute;
		/*top:25px;*/
		top:0;
		left:0;
		width:100%;
		/*height:635px;*/
		height:655px;
		overflow:hidden;
	}
		.re7 .texte h3{
			font-size: 23px;
		}
		.re7 .texte .zone_scroll{
			/*height:325px;*/
			height:340px;
			line-height:150%;
		}
.lien_pdf{
	position:absolute;
	left:10px;
	bottom:10px;
	color:#B21F17;
	margin:0 !important;
}
	.lien_pdf a{
		background:url(images/lien_pdf.gif) right center no-repeat;
		text-transform:uppercase;
		padding-right:20px;
		display:inline-block;
		height:15px;
	}
#centre .block .zone_scroll{
	width:416px;
	/*height:350px;*/
	height:380px;
	margin:0 auto;
	margin-top:10px;
}
.rotisserie-epicerie #centre .block .zone_scroll{
	height:350px;
}
#centre .block .prix>p{
	width:416px;
	margin:0 auto;
}

.rotisserie-epicerie #droite .block{
	/*height:396px;*/
	height:322px;
}
.rotisserie-epicerie #droite .block:first-child{
	margin-bottom:20px;
}
.rotisserie-epicerie #droite .block .zone_scroll{
	/*height:136px;*/
	height:256px;
}
/*fin rubrique*/

/*page entreprise*/
#page{
	font-size:13px;
}
.tiers,.princ{
	float:left;
}
#page .tiers{
	width:172px;
}
.tiers .padd{
	padding:10px 12px;
}
.tiers figure{
	margin-bottom:15px;
}
#page .princ{
	margin:0 15px;
	width:546px;
	border-top:2px solid #000;
	padding-top:2px;
}
.manchette{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:24px 15px;
	font-size:14px;
	font-style:italic;
}
.mcms .manchette{
	padding:15px 15px;
}
.mcms .manchette h2{
	font-size:14px;
	margin-bottom:10px;
}
	.manchette .rouge{
		font-style:normal;
		font-weight:bold;
	}
.mcms .manchette p{
	margin-bottom:10px;
}
.mcms .manchette p:last-child{
	margin-bottom:0;
}
.page_entreprise .Fleft{
	width:250px;
	padding-left:15px;
}
	.page_entreprise .Fleft p{
		padding-top:30px;
	}
	.page_entreprise .Fleft img.alignleft{
		margin-right:5px;
		float:left;
	}
	.page_entreprise .rouge{
		font-style:normal;
		font-weight:bold;
	}
/*fin page entreprise*/

/*popin*/
#fancybox-close{
	top:10px !important;
	right:10px !important;
}
#site.popin{
	padding:0;
	margin:0;
	/*width:500px;*/
	width: 100%;
	background-color:#000;
	color:#fff;
}
	#site.popin h1{
		width:105px;
		height:105px;
		/*background:url(images/logo_popin.png) 0 0 no-repeat;*/
		top:15px;
		left:35px;
	}
	#site.popin_cab h1{
		width: 130px;
		height:150px;
		background:url(images/LOGO-BARBACK.png) 0 0 no-repeat;

		background-size:auto 100%;
	}
	/*mentions*/
	.popin h2{
		position:absolute;
		top:50px;
		left:150px;
		font-weight:normal;
		font-size:30px;
		text-transform:uppercase;
	}
	.popin .poz_top{
		position:absolute;
		top:40px;
		left:165px;
		
	}
	.popin_cab .poz_top{
		left:180px;
		width:300px;
		top:20px;
	}
		.popin .poz_top p{
			margin-bottom:8px;
		}
	.popin h5{
		/*color:#FABB00;*/
		margin-bottom:12px;
		font-weight:bold;
		font-size:15px;
	}
	.popin #content{
		margin:0 auto;
		padding-top:150px;
		width:455px;
	}
	.popin #content>div{
		clear:both;
		padding-top:20px;
	}
	.popin #content>form{
		padding-top:20px;
	}
		.popin #content>div p{
			margin-bottom:8px;
		}
	.popin #content>div.Fleft{
		clear:none;
	}
	.popin #content>div.Fleft:first-child{
		margin-right:25px;
	}
	.popin form input, .popin form textarea{
		display:block;
		width:446px;
		margin-bottom:10px;
		height:26px;
		line-height:30px;
		padding:2px 4px;
	}
	.popin form textarea{
		height:170px;
		line-height:1.2em;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
	}
	.popin form input.demi{
		width:210px;
		display:inline-block;
	}
	.popin form input.marge{
		margin-right:15px;
	}
	.popin form input.box{
		display:inline-block;
		padding:0;
		width:13px;
		height:13px;
		overflow:hidden;
		position:relative;
		top:2px;
		margin-right:6px;
	}
	.popin form label{
		line-height:13px;
	}
	.popin form input[type="submit"]{
		width:100px;
		height:30px;
		margin:10px auto;
		border:none;
		background-color:#fff;
		cursor:pointer;
	}
/*fin popin*/
.mcms .fifty{
	float:left;
	width:50%;
	box-sizing:border-box;
}
.mcms .fifty:first-child{
	padding-right:20px;
}
.mcms .fifty .rouge{
	font-weight:bold;
}
.mcms .fifty p{
	margin:20px 0;
}

/**/
.fancybox-title-float{
	bottom:auto;
	top:-15px;
	text-align:left;
	background-color:#1A171B;
	height:35px !important;
	left:20px !important;
	right:20px !important;
}
#fancybox-title-float-left, #fancybox-title-float-main, #fancybox-title-float-right{
	background:none !important;
}
#fancybox-title-float-main{
	font-style:italic;
	text-transform:none;
	line-height:35px !important;
}
.category #fancybox-close{
	top:-33px !important;
	background:url(images/close_gallery.png) center center no-repeat !important;
}

/**/
#content.blog{
	background:#1A171B;
	padding:15px;
}
	#content.blog .list_article, .det_article{
		width:595px; float:left; box-sizing:border-box; margin-right:15px;
	}
	.list_article>article, .det_article>article{
		background:#fff; margin-bottom:20px; padding:0 15px; box-sizing:border-box;
		position:relative;
		padding-bottom:15px;
	}
	#content.cab .det_article>article{
		padding:15px;
	}
	.meta_date{
		background:url(images/blog_flag.png) 0 -4px no-repeat;
		float:left;
		width:62px;
		height:80px;
		text-align:center;
		font-size:15px;
		font-family:'meta';
		position:absolute;
		top:0;
		left:9px;
		color:#fff;
		line-height:14px;
		padding-top:2px;
	}
	.meta_date.red{
		background:url(images/blog_flag_red.png) 0 -4px no-repeat;
	}
	.list_article .ent, .det_article .ent{
		min-height:85px;
		
		/*padding-left:65px;*/
	}
	.list_article .title, .det_article .title{
		padding-top: 5px;
		font-family:'Dancing Script';
		font-size:37px;
		font-weight:700;
	}
	.list_article .title a, .det_article .title a{
		text-decoration:none;
	}
	.list_article figure{
		float:left;
		width:50%;
		box-sizing:border-box;
		height:180px;
		overflow:hidden;
	}
	.list_article .extrait{
		float:left;
		padding-left:20px;
		width:50%;
		box-sizing:border-box;
	}
		.list_article .extrait p{
			padding-bottom:7px;
		}
	.list_article .more{
		color:#B11E16;
		text-transform:uppercase;
		font-weight:bold;
	}
	
	.liste_link, .wid_search, .slid_blog>.wid{
		background:white; margin-bottom:20px; padding:15px; box-sizing:border-box;
		text-align:center;
		font-family:'meta';
		font-size:15px;
	}
	.liste_link h4, .slid_blog>.wid h4{
		text-transform:uppercase;
		color:#B11E16;
		font-weight:normal;
	}
	.liste_link li{
		margin-top:15px;
		list-style:none;
	}
	.liste_link a{
		text-decoration:none;
	}
	#searchform *{
		display:inline-block;
		vertical-align:middle;
	}
	#searchform label{
		text-transform:uppercase;
		font-family:'meta';
		font-size:12px;
	}
	#s{
		border:solid 1px #1A171B;
		margin:0 4px;
		height:20px;
	}
	#searchsubmit{
		border:solid 1px #1A171B;
		height:22px;
		background-color:#fff;
		text-transform:uppercase;
		color:#B11E16;
		font-weight:normal;
	}
	
	.det_article figure{
		margin-bottom:15px;
	}
	.content_blog>*{
		margin-bottom:15px;
	}
	.content_blog a{
		color:#B11E16;
	}
	.det_article aside>*{
		margin-bottom:10px;
	}
	.share_blog{
		color:#B11E16;
		font-weight:bold;
		text-transform:uppercase;
	}
	#content.cab .share_blog{
		color:#1a171b;
	}
	.share_blog span{
		text-decoration:underline;
	}
	.share_blog>*{
		display:inline-block;
		vertical-align:middle;
	}
	.share_blog a.blog_s{
		width:28px;
		height:28px;
		overflow:hidden;
		margin-left:8px;
		text-decoration:none;
		padding-left:28px;
		box-sizing:border-box;
	}
	.share_blog a.est{
		background:url(images/blog_p.png) center center no-repeat;
	}
	.share_blog a.ook{
		background:url(images/blog_f.png) center center no-repeat;
	}
	.share_blog a.lus{
		background:url(images/blog_g.png) center center no-repeat;
	}
	.share_blog a.ail{
		background:url(images/blog_m.png) center center no-repeat;
	}
	#content.cab .share_blog a.est{
		background:url(images/blog_p2.png) center center no-repeat;
	}
	#content.cab .share_blog a.ook{
		background:url(images/blog_f2.png) center center no-repeat;
	}
	#content.cab .share_blog a.lus{
		background:url(images/blog_g2.png) center center no-repeat;
	}
	#content.cab .share_blog a.ail{
		background:url(images/blog_m2.png) center center no-repeat;
	}
	.slid_blog{
		width:275px; float:left;
	}
	.nav_article{
		color:#fff;
		font-weight:bold;
	}
	.nav_article .Fleft a{
		display:inline-block;
		padding-left:30px;
		background:url(images/blog_prev.png) left 0 no-repeat;
		height:25px;
		line-height:25px;
	}
	.nav_article .Fright a{
		display:inline-block;
		padding-right:30px;
		background:url(images/blog_next.png) right 0 no-repeat;
		height:25px;
		line-height:25px;
	}
.rfbp-text, .rfbp-heading{
	display: none;
}
	.rfbp-posts-wrap{
		margin-top:15px;
	}
	.rfbp-post{
		width:122px;
		height:122px;
		float:left;
		overflow:hidden;
		margin:0 !important;
		position: relative;
	}
.rfbp-image-wrap, .rfbp-image-link{
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
	.rfbp-post img{
		position: absolute;
		top: -999px;
		bottom: -999px;
		left: -999px;
		right: -999px;
		margin: auto;
		z-index: 1;
		height: auto;
		max-width: 1000% !important;
		height: 100%;
		min-width: 100%;
		/*min-width: 100vw;*/
		width: auto;
	}
.rfbp-page-link-wrap{
	clear: both;
	padding-top: 10px;
}

@media (max-device-width: 640px) {
.menu-rubriques-container{
	display:none;
}
.side_top, .home #gauche, .home #droite>.push.mea{
	display:none;
}
#site{
	width:100%;
	box-sizing:border-box;
}
header{
	height:100px;
	padding-top:0;
	margin-bottom:20px;
	background-color:#1A171B;
}
	header h1{
		position:relative;
		top:0;
		left:0;
		/*width:100%;*/
		width:120px;
		/*width:35%;*/
		/*background:url(images/logo_popin.png) 0 0 no-repeat;*/
		background-color:#1A171B;
		text-align:center;
		background-position:center center;
		height:100px;
		background-size:auto 80%;
		/*margin: auto;*/
		float:left;
	}
		header h1 a{
			box-sizing:border-box;
			/*padding-left:100%;
			text-indent:999px;*/
		}
		header h1 img{
			margin-top: 10px;
			max-width: 80px;
			height: auto;
		}
	header .burger{
		float:right;
		text-align:left;
		line-height:100px;
		content:' ';
		width:210px;
		height:100%;
		border-left:solid 3px #fff;
		color:#fff;
		font-family:'meta';
		font-size:22px;
		cursor:pointer;
		background:url(images/burger_menu.png) center center no-repeat;
		background-size:auto 40%;
		max-width: 62%;
	}
	header nav{
		clear:both;
		margin-top:100px;
		position:relative;
		padding-top:0;
		background-color:#fff;
	}
		/*header nav ul:first-child:before{
			display:block;
			position:absolute;
			top:-40px;
			left:0;
			width:100%;
			height:40px;
			text-align:center;
			line-height:40px;
			content:'MENU';
			color:#fff;
			font-family:'meta';
			font-size:22px;
			cursor:pointer;
			background-color:#1A171B;
		}*/
		header nav ul{
			top:0;
			background-color:#fff;
			height:auto;
		}
		header nav ul#nav{
		}
			header nav ul li, header #nav li{
				display:none ;
				border-bottom:solid 1px #1A171B;
				width:100% !important;
				text-align:left;
				box-sizing:border-box;
				height:40px;
			}
			header nav ul#nav li:first-child{
			margin-top:40px;
			}
			header nav ul li.accueil, header nav ul li:hover.accueil, header nav ul li.accueil.current-menu-item{
				background:url(images/picto_home.png) 34px center no-repeat;
				height:40px;
			}
			header nav ul li.menu_page{
				background:url(images/menu_page.png) 30px center no-repeat;
			}
			header nav ul li.menu_image{
				background:url(images/menu_image.png) 30px center no-repeat;
			}
			header nav ul li.menu_recette{
				background:url(images/menu_recette.png) 30px center no-repeat;
			}
			header nav ul li.menu_actus{
				background:url(images/menu_actus.png) 30px center no-repeat;
			}
			header nav ul li.menu_blog{
				background:url(images/menu_blog.png) 30px center no-repeat;
			}
			header nav ul li.contact, header nav ul li:hover.contact{
				background:url(images/picto_contact.png) 32px center no-repeat;
				height:40px;
			}
				header nav ul li a{
					text-indent:0 !important;
					padding:0px 10px !important;
					padding-left:90px !important;
					box-sizing:border-box;
					display:block;
					height:40px;
					line-height:42px;
				}
				header #nav a{
					height:40px;
					line-height:42px;
				}
		header nav ul#nav li.picto_porc{
			background:url(images/picto_porc.png) 25px center no-repeat !important;
		}
		header nav ul#nav li.picto_boeuf{
			background:url(images/picto_boeuf.png) 25px center no-repeat !important;
		}
		header nav ul#nav li.picto_veau{
			background:url(images/picto_veau.png) 25px center no-repeat !important;
		}
		header nav ul#nav li.picto_agneau{
			background:url(images/picto_agneau.png) 25px center no-repeat !important;
		}
		header nav ul#nav li.picto_volaille{
			background:url(images/picto_volaille.png) 25px center no-repeat !important;
		}
		header nav ul#nav li.picto_charcuterie{
			background:url(images/picto_charcuterie.png) 25px center no-repeat !important;
		}
		header nav ul#nav li.picto_rotisserie{
			background:url(images/picto_rotisserie.png) 25px center no-repeat !important;
		}
			header nav ul#nav li a{
				padding-left:90px !important;
			}
	#slide{
		height:auto;
	}
	#slide .elem {
		position:relative;
	}
	#slide .elem img{
		width:100%;
		height:auto;
	}
	/**/
	#nav{
		display:block;
		width:100%;
		height:auto;
		border:none;
	}
		#nav li{
			display:block;
			border:none;
			border-bottom:solid 1px #1A171B;
			width:100% !important;
			text-align:left;
			background:none !important;
			box-sizing:border-box;
		}
			#nav li a{
				text-indent:0 !important;
				padding:0px 15px !important;
				box-sizing:border-box;
				display:block;
				text-align:left;
			}
			#nav li a:hover{
				background:none;
			}
	/**/
	footer ul{
		height:auto;
	}
		footer li{
			display:block;
			float:none;
			width:100%;
			height:40px;
			padding-left: 0;
		}
			footer li a{
				line-height:40px;
				font-size:18px;
			}
	.top{
		display:block;
		position:static;
		margin:20px auto;
		width:70px;
		height:70px;
		background:url(images/top_mobile.png) center center no-repeat;
	}
	/*actus*/
	.block.actus{
		width:45%;
		box-sizing:border-box;
	}
		.block.actus img{
			width:100%;
			height:auto;
		}
	/**/
	.home #gauche, .home #centre, .home #droite{
		height:auto;
	}
	.home #centre{
		width:100%;
		margin:0;
		margin-bottom:25px;
	}
	.home #droite{
		width:100%;
	}
	.home #droite > .push{
		width:100%;
		margin-right:0;
	}
	#equipe .block > div{
		width:33.3334%;
	}
	/**/
	#page .tiers{
		display:none;
	}
	#page .princ{
		width:100%;
		box-sizing:border-box;
		margin:0;
	}
	.page_entreprise .Fleft, .mcms .fifty{
		float:none;
		width:100%;
		box-sizing:border-box;
	}
	/**/
	.en-images #gauche{
		display:none;
	}
	#reste{
		float:none;
		width:100%;
		margin:0;
		padding:0 15px;
		box-sizing:border-box;
	}
	.gallery-item{
		width:50%;
	}
	/**/
	#content.rub #gauche, #content.rub #centre, #content.rub #centre2, #content.rub #droite{
		float:none;
		width:100%;
		margin:0;
		box-sizing:border-box;
	}
	.rub #centre > div:first-child,	.rub #gauche > div:first-child{
		height:auto;
	}
	.rotisserie-epicerie .rub #gauche > div:first-child{
		height:auto;
	}
		.rub #gauche > div:first-child img{
			display:block;
			width:100%;
			height:auto;
		}
	.rub .prix .lien_pdf{
		display:none;
	}
	/**/
	/**/
	.re7, .re7 .texte{
		height:auto;
	}
		#centre2 .texte, .re7 .texte{
			position:relative;
			top:0;
			padding:15px;
			box-sizing:border-box;
		}
		.tarif strong{
			/*padding-top:10px;*/
			height:20px;
			line-height:15px;
		}
	.lien_download{
		font-weight:bold;
		text-transform:uppercase;
		font-size:12px;
		padding:0 4px;
	}
	/**/
	.popin #content{
		margin:0 auto;
		padding-top:135px;
		width:90%;
	}
		.popin form input, .popin form textarea{
			width:100%;
		}
	/**/
	.rotisserie-epicerie #droite .block{
		height:auto;
	}
		.rotisserie-epicerie #droite .block figure{
			text-align:center;
		}
		.rotisserie-epicerie #droite .block figure img{
			max-width:100%;
			width:100%;
			height:auto;
		}
	/**/
	.bloc_recette{
		margin-bottom:20px;
	}
		.bloc_recette h2{
			background:none;
			color:#1A171B;
			border-bottom:solid 1px #1A171B;
			text-align:left;
		}
		.cartouche.porc-recettes{
			padding-left:50px;
			background:url(images/picto_porc.png) 0 center no-repeat !important;
		}
		.cartouche.boeuf-recettes{
			padding-left:50px;
			background:url(images/picto_boeuf.png) 0 center no-repeat !important;
		}
		.cartouche.veau-recettes{
			padding-left:50px;
			background:url(images/picto_veau.png) 0 center no-repeat !important;
		}
		.cartouche.agneau-recettes{
			padding-left:50px;
			background:url(images/picto_agneau.png) 0 center no-repeat !important;
		}
		.cartouche.volaille{
			padding-left:50px;
			background:url(images/picto_volaille.png) 0 center no-repeat !important;
		}
		.cartouche.charcuterie-recettes{
			padding-left:50px;
			background:url(images/picto_charcuterie.png) 0 center no-repeat !important;
		}
		.cartouche.rotisserie-recettes{
			padding-left:50px;
			background:url(images/picto_rotisserie.png) 0 center no-repeat !important;
		}
	/**/
	#content.blog .list_article, .det_article{
		width:100%;
		box-sizing:border-box;
	}
	.slid_blog{
		display:none;
	}
	.list_article .ent, .det_article .ent{
		padding-left:0;
	}
	.ent .meta{
		padding:5px 0;
	}
	.list_article figure{
		display:none;
	}
	.list_article .extrait{
		width:100%;
		box-sizing:border-box;
		padding-left:0;
	}
	.meta_date, .meta_date.red{
		display:block;
		background:none;
		color:#1A171B;
		width:100%;
		float:none;
		position:relative;
		text-align:left;
		height:auto;
		padding:5px 0;
	}
	.list_article .title, .det_article .title{
		font-size:30px;
	}
	.det_article img{
		max-width:100%;
		height:auto;
	}
	
/**/
#site.popin{
	width:100%;
	box-sizing:border-box;
}
	.popin #content{
		width:90%;
	}
	.popin form input, .popin form textarea{
		max-width:100%;
		box-sizing:border-box;
	}
	/**/
}
@media (max-device-width: 500px) {
	#site{
		padding:0 15px;
	}
	/**/
	#equipe .block > div{
		width:50%;
	}
	/**/
	iframe{
		width:100%;
		max-height:230px;
	}
}
@media (max-device-width: 400px) {
	/**/
	.push.horaires{
		padding-top:15px;
	}
	.push.horaires p *{
		display:inline-block;
		margin:0 8px;
		vertical-align:middle;
	}
	.push.horaires p br{
		display:none;
	}
	/*actus*/
	.block.actus{
		width:100%;
		/*max-width:320px;*/
		margin:6px 0;
	}
	/**/
	#reste{
		padding:0;
	}
	.gallery-item{
		width:100%;
		padding:0;
	}
	.gallery-item a{
		width:100%;
	}
}
@media (max-device-width: 350px) {
	.tarif{
		height:30px;
	}
	.tarif strong{
		display:inline-block;
		max-width:80%;
		height:30px;
	}
}

.encart_cab{
	border-top:2px solid #000000;
	padding-bottom:15px;
	padding-top: 2px;
	text-align: center;
}
	.encart_cab .titre{
		border-top:2px solid #000000;
		padding-top:15px;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	.encart_cab p{
	margin-bottom: 10px;
	}
	.bt_reserve>a{
		max-width: 100%;
		display:inline-block;
		padding: 10px 35px;
		text-align: center;
		text-decoration: none;
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
		background-color: #b11e16;
		font-family: "meta";
	}
	.slid_blog .bt_reserve{
	margin-bottom:15px;
	width: 100%;
	}
	.slid_blog .bt_reserve>a{
	display: block;
	}
	#content.cab .slid_blog h4{
		margin-bottom: 15px;
	}
	#content.cab .slid_blog .liste_link h4{
		margin-bottom: 0;
	}
	.slid_blog .wid.fancybox li{
	float:left;
	list-style: none;
	}
	.slid_blog .wid.fancybox li img{
		display:block;
	}
.row{
	float:none;
	clear:both;
	float:left;
	width:100%;
}
.col-md-6{
	width:50%;
	float:left;
	clear:none;
}
@media (max-device-width: 800px) {
.col-md-6{
	width:100%;
	float:left;
	clear:none;
}
}