*,
*:after,
*:before {
	box-sizing: border-box;
}
.container{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
section .container{
	padding-top: 30px;
}
*{
	font-family: 'Open Sans', sans-serif;
	color: #232323; 
}
h1{
	font-family: 'Shadows Into Light';
}
a.description, h3, h4, h5{
	font-family: 'Open Sans Condensed', serif;
	font-weight: 400;
	color: #434342;
}
p, ul, a, span, div{
	font-size: 15px;
}
section h1{
	color: #bd0c27;
}
ul{
	list-style-image: url('../img/puce-rouge.png');
}
#breadcrumb ul{
	padding: 0;
}
#breadcrumb ul li{
	display: inline-block;
		margin-right: 3px;
}
#breadcrumb li a{
	text-decoration: none;
	margin-right: 3px;
	color: #898989;
}

#breadcrumb li:last-child a{
	color: #BD0C27;
}
#breadcrumb li:after{
	content: "» ";
}
#breadcrumb li:last-child:after{
	content: "";
}
/*========== HEADER =========*/
header .container{
	height: 165px;
}
.logo-container{
	display: inline-block;
	padding: 20px 0;
	width: 23%;
	margin-left: 5px;
	position: relative;
	z-index: 1;
}
.logo-container img{
	width: 100%;
	height: auto;
}
#menu-decor{
	position: absolute;
	top: 0;
	left: 0;
	width: 33%;
	z-index: 0;
	pointer-events:none;
}
#menu-decor img{
	width: 100%;
}
/*========= MENU =========*/
nav ul{
	margin: 0;
}
nav{
	float: right;
	width: 72%;
}
.menu-title h2{
	font-family: "Shadows Into Light";
	font-size: 25px;
}
.headerwrap{
	background-color: #fff;
	height: 100px;
}
.header-info{
	position: absolute;
	top: 0;
	right: 0;
}
.header-info #social-icons{
	background-color: #2588b1;
	display: inline-block;
	padding: 5px 3px 3px 15px;
}
.header-info #social-icons img{
	margin-right: 11px;
	width: 27px;
}
.header-info #phone{
	color:  #2588b1;
}
.main-menu{
	display: flex;
	flex-direction:row;
	justify-content: space-around;
	align-items: baseline;
}
.main-menu .menu-item,
.main-menu .menu-item2 {
	padding: 10px 0px 22px;
}
.main-menu li{
	list-style: none;
}
.main-menu li a{

	font-family: 'Open Sans Condensed', 'sans-serif';
	text-decoration: none;
	display: inline-block;
}
.main-menu li > img{
	display: inline-block;
	margin-right: 5px;
}
.main-menu #item-rouge:hover::after{
	content: url('../img/triangle-menu.png');
	position: absolute;
	top: 83px;
	margin-left: 37px;
}
.underscore li{
	/*list-style-type: '_';*/
	background:url('../img/puce-rouge.png') no-repeat 0 3px;
	padding-left:14px;
}
.main-menu .submenu li a{
	color: #262626;
}
.main-menu li:hover > a{
	color: #BD0C27;
}
.main-menu .submenu{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 100px;
	height: 300px;
	background: url('../img/ombre.png') repeat-x top, url('../img/megamenu-decor.png') no-repeat bottom right #fff;
	display: none;
	z-index: 2;
	padding: 30px 20px 15px;
}
.submenu a.description{
	color: #BD0C27;
}
.submenu .menu-title{
	align-self: center;
}
.main-menu .menu-links{
	/*width: 43%;*/
	padding-left: 30px;
	display: inline-block;
}
.main-menu .menu-links p{
	margin: 0;
	padding: 20px 0;
	transition : background-color 0.2s;
}

.main-menu .menu-btn{
	display: inline-block;
	background: url('../img/bckg-menu.jpg') no-repeat left top,
	url('../img/ombre.png') repeat-x top  #C5283D;
	/*width: 56.73%;*/
	height: 300px;
	padding-left: 333px;
}
.main-menu .menu-btn a.description{
	color: #fff;
}

#logo{
	background-color: #1e1e1e;
	width: 268px;
	height: 158px;
	padding: 12px 8px;
	position: relative;
	z-index: 90;
	-webkit-box-shadow: 5px 6px 22px 0px rgba(0,0,0,0.56);
-moz-box-shadow: 5px 6px 22px 0px rgba(0,0,0,0.56);
box-shadow: 5px 6px 22px 0px rgba(0,0,0,0.56);
}
#logo img{
	position: relative;
	z-index: 91;
	width: 245px;
}
.main-menu .home{
	display: none;
}
.btn-gris{
	width: 85%;
	padding: 5px;
	background-color: #b9b9b9;
	color: #fff;
	font-family: 'Open Sans Condensed';
	display: block;
}
.menu-recette a:not(.btn-gris){
	width: 85%;
}
.sub{
	height: 100%;
}
.producteurs a:hover,
.partenaires a:hover{
	color: #BD0C27;
}
.producteurs span,
.partenaires span{
	background-repeat: no-repeat;
	background-position:center center;
	display: inline-block;
	vertical-align:middle;
	margin-right:5px;
}
.producteurs .viande span {
	width: 70px;
	height: 80px;
	background-image: url('../img/viande.png');
	background-size: 70px auto;
}
.producteurs .viande:hover span{
	background-image: url('../img/viande-rouge.png');
}
.producteurs .epicerie span{
	width: 80px;
	height: 80px;
	background-image: url('../img/epicerie-fine.png');
	background-size: 80px auto;
}
.producteurs .epicerie:hover span{
	background-image: url('../img/epicerie-fine-rouge.png');
}
.producteurs .fruits span{
	width: 80px;
	height: 80px;
	background-image: url('../img/fruits-legumes.png');
	background-size: 80px auto;
}
.producteurs .fruits:hover span{
	background-image: url('../img/fruits-legumes-rouge.png');
}
.producteurs .laitier span{
	width: 70px;
	height: 80px;
	background-image: url('../img/laitiers.png');
	background-size: 63px auto;
}
.producteurs .laitier:hover span{
	background-image: url('../img/laitiers-rouge.png');
}
.producteurs .vin span{
	width: 80px;
	height: 80px;
	background-image: url('../img/vins-spiriteux.png');
	background-size: 57px auto;
}
.producteurs .vin:hover span{
	background-image: url('../img/vins-spiriteux-rouge.png');
}
.producteurs .boisson span{
	width: 30px;
	height: 80px;
	background-image: url('../img/boissons.png');
	background-size: 30px auto;
}
.producteurs .boisson:hover span{
	background-image: url('../img/boissons-rouge.png');
}
.producteurs .insolite span{
	width: 80px;
	height: 80px;
	background-image: url('../img/insolite.png');
	background-size: 80px auto;
}
.producteurs .insolite:hover span{
	background-image: url('../img/insolite-rouge.png');
}
.producteurs .ts-producteurs span{
	width: 80px;
	height: 80px;
	background-image: url('../img/producteurswhite.png');
	background-size: 80px auto;
}

.partenaires .fournisseurs span {
	width: 70px;
	height: 80px;
	background-image: url('../img/fournisseurs.png');
	background-size: 70px auto;
}
.partenaires .fournisseurs:hover span {
	background-image: url('../img/fournisseurs-rouge.png');
}
.partenaires .filieres span{
	width: 80px;
	height: 80px;
	background-image: url('../img/filieres.png');
	background-size: 80px auto;
}
.partenaires .filieres:hover span{
	background-image: url('../img/filieres-rouge.png');
}
.partenaires .acteurs span{
	width: 80px;
	height: 80px;
	background-image: url('../img/acteurs.png');
	background-size: 80px auto;
}
.partenaires .acteurs:hover span{
	background-image: url('../img/acteurs-rouge.png');
}

.producteurs .ts-producteurs:hover span{
	background-image: url('../img/producteurs-rouge.png');
}
#carteResto{
	display: block;
}
#carteResto img{
	width:100%;
	height:auto;
	max-width:198px;
}
#btnBrochure{
	display: block;
	text-align: center;
	margin-left: 20px;
}
.titre-menu-rouge{
	background-color: #BD0C27;
	display: block;
	width: 201px;
	padding: 5px;
	margin-bottom: 3px;
	color: #fff;
	border: 3px solid #BD0C27;
	transition: all 0.3s ease;
}
.titre-menu-rouge a{
		color: #fff
	}
.submenu .col-2_sm-12:hover .titre-menu-rouge{
	background-color: #fff;
	color: #232323;
	border: 3px solid #BD0C27;
}
.submenu .col-2_sm-12:hover .titre-menu-rouge a{
	color: #232323;
}
/*Sticky*/
.headerwrap{
	margin-bottom: -100px;
	position: relative;
	z-index: 50;
	-webkit-box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.10);
box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.10);
}
.not-front section{
	padding-top: 100px;
	padding-bottom: 60px;
}
header .scrolled{
	position: fixed;
	top:0;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
}
.scrolled .headertop{
	padding: 0;
}
.scrolled .headertop .container{
	display: none;
}

/*============ SLIDER ===============*/
.slide-content{
	margin-top: 250px;
	margin-left: 160px;
	font-family: "Shadows Into Light";
	text-shadow: 1px 1px 5px rgba(20, 20, 20, 1);
	color: #fff;
	font-size: 55px;
	line-height: 66px;
}
.slide-content span{
	font-family: "Shadows Into Light";
	text-shadow: 1px 1px 5px rgba(20, 20, 20, 1);
	color: #fff;
	font-size: 55px;
	margin-left: 90px;
}
.slider-main.slick-slider {
	margin-bottom: 0;
	height: 100%;
	width: 100%;
}
.slider-main .slick-list{
	height: 100%;
	width: 100%;
}
.slider-main .slick-track{
	height: 100%;
	width: 100%;
}
.slider-nav{
	width: 830px;
}
.slider-nav .item{
/*	overflow: hidden;*/
	margin-right: 10px;
	width: 105px!important;
	height: 69px;
}
.slide4{margin-left: 770px;}
.slide5{margin-top: 200px;}
/*========== CONTENU =============*/
.btn-recette{
	width: 120px;
	display: inline-block;
}
.btn-resto{
	width: 130px;
	display: inline-block;
}
.btn-resto img{
	margin-left: 20px;
}
.btn-recette img{
	margin-left: 20px;
}
.embedded-video .player{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.embedded-video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-title{
	min-height: 20px;
}
.region-content{
	margin-top: 35px;
}

/*---------------------*/
.listeRecette{
	width: 100%;
	height: 200px;
	background-color: #252525;
	background-image: url('../img/icon-recette.png');
	background-position: 97% 6%;
	background-repeat: no-repeat;
	background-size: 50px;
	display: flex;
}
.imgRecette{
	min-width: 210px;
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 210px
}
.imgRecette img{
	width: 100%;
}
.wrapRecette{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	bottom: -200px;
	height: 200px;
	width: 220px;
	padding: 3px;
	transition: bottom 0.4s ease;
}
.listeRecette:hover .wrapRecette{
	bottom: 0;
}
.wrapRecette a{
	color: #fff;
    display: block;
    font-family: "Shadows Into Light";
    font-size: 30px;
    height: 200px;
    padding: 70px 66px;
    text-decoration: none;
    width: 200px;
}
.wrapRecette a::after{
	content: url("../img/arrow-right.png");
    margin-left: 10px;
}
.texteRecette{
	padding: 10px;
	margin: auto;
	text-align:center;
}
.texteRecette a{
	color: #fff;
	text-decoration: none;
	font-size:24px;
	font-family: "Shadows Into Light";
}
.page-recettes h3,
.page-recettesduchef h3{
	width: 100%;
	color: #BD0C27;
	font-size: 30px;
}
body.node-type-recette h1 {
	color:#fff;
	font-size:30px;
}
/*----------------------*/


/*---------------------*/
.listeArticle{
	width: 100%;
	height: 370px;
	background-color: #252525;
	overflow: hidden;
}
.listeArticle2{
	width: 100%;
	height: 500px;
	background-color: #252525;
	overflow: hidden;
}
.contentArticle{
	position: relative;
}
.dateArticle {
   background-image: url("../img/calendar-actu.png");
    background-repeat: no-repeat;
    height: 54px;
    width: 170px;
    padding: 22px 4px;
    position: absolute;
    right: 6px;
    top: -31px;
    transition: top 0.4s ease;
}
.listeArticle > a img,
.listeArticle2 > a img{
	width: 100%;
	height: auto;
}
.wrapArticle{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	bottom: -200px;
	height: 200px;
	width: 220px;
	padding: 3px;
	transition: bottom 0.4s ease;
}
.listeArticle:hover .wrapArticle,
.listeArticle2:hover .wrapArticle{
	bottom: 0;
}
.wrapArticle a{
	color: #fff;
    display: block;
    font-family: "Shadows Into Light";
    font-size: 30px;
    height: 200px;
    padding: 70px 66px;
    text-decoration: none;
    width: 200px;
}
.wrapArticle a::after{
	content: url("../img/arrow-right.png");
    margin-left: 10px;
}
.texteArticle{
	position: absolute;
	padding: 10px;
	top: 15px;
	color: #fff;
}
.texteArticle a{
	color: #fff;
	text-decoration: none;
}
.listeArticle:hover .dateArticle,
.listeArticle2:hover .dateArticle{
	top: -38px;
}
.presse > .listeArticle{
	height: 410px;
}
@media screen and (min-width: 1025px){
	.page-actualites-des-restaurants .listeArticle > a,
	.page-actualites-des-restaurants .listeArticle2 > a{
		display: block;
		min-height: 270px;
	}
}

/*----------------------*/



.slider-main img{
	width:auto;
}

.container .slider-main .slick-prev,
.container .slider-main .slick-next {
    width:55px;
    height:80px;
    margin-top: -40px;
}
.slick-prev::before,
.slick-next::before {
    content: " ";
}
.container .slider-main .slick-prev {
    position:absolute;
    left:0;
    background:url("../img/slide-prev.png") no-repeat;
}
.container .slider-main .slick-next {
    position:absolute;
    right:0;
    background:url("../img/slide-next.png") no-repeat;
}
..slider-main {
    margin-bottom:0;
}
.slider-nav {
    padding:10px 25px 10px 0;
}

.bloc-infos{
	display: flex;
}
.bloc-gauche{
	flex-basis: 55%;
	max-width: 55%
}
.bloc-droite{
	background-color: #252525;
	padding: 10px 20px;
	flex-basis: 45%;
	max-width: 45%;
}
.bloc-gauche h1{
	margin: 0;
	background-color: #B90C26;
	color: #fff;
	font-size: 18px;
	padding: 5px;
}
.bloc-droite h2, .bloc-droite p, .bloc-droite a{
	color: #fff;
}
.bloc-droite h2{
	font-family: "Shadows Into Light";
	margin: 0;
	position: relative;
	padding-left: 40px;
}
.bloc-droite h2::before{
	content: url('../img/pin-bloc.png');
	position: absolute;
	left: 3px;
}
.bloc-contact{
	background-color: #252525;
	padding: 20px;
	width: 100%;
}
.bloc-contact h2, .bloc-contact p, .bloc-contact a, .bloc-contact strong{
	color: #fff;
	text-decoration: none;
}
.bloc-contact h2{
	margin: 0;
	font-family: "Shadows Into Light";
	font-size: 25px;
	position: relative;
}
.titre-contact{padding-left: 45px;}
.titre-producteurs{padding-left: 50px;}
.titre-horaires{padding-left: 50px;}
.titre-producteur{margin: 0;font-family: "Shadows Into Light";font-size: 25px;padding-top:10px;padding-left: 30px;background:url('../img/producteurs.png') no-repeat 0 0;background-size:20px 40px;color:#b90c26;clear:both;}
.titre-labels{margin: 0;font-family: "Shadows Into Light";font-size: 25px;padding-top:10px;padding-left: 30px;background:url('../img/label.png') no-repeat 0 0;background-size:20px 40px;color:#b90c26;clear:both;}
.titre-chef{padding-left: 55px; font-size: 22px !important;}
.titre-contact::before{
	content: url('../img/pin-bloc.png');
	position: absolute;
	left: 3px;
	background-size: 30px 30px;
}
.btn-resto p { margin-top:0; }
.titre-producteurs::before{
	content: url('../img/producteur-bloc.png');
	position: absolute;
	left: 3px;
	top: -9px;
}
.titre-horaires::before{
	content: url('../img/horaires.png');
	position: absolute;
	left: 3px;
	top: 4px;
}
.titre-chef::before{
	content: url('../img/restaurant-bloc.png');
	position: absolute;
	left: 3px;
}
.bloc-photo h1{
	margin: 0;
	background-color: #B90C26;
	color: #fff;
	font-size: 32px;
	padding: 8px;
	font-family: 'Shadows Into Light';
}
body.node-type-restaurant .bloc-photo h1{
	margin: 0;
	background-color: #B90C26;
	color: #fff;
	font-size: 32px;
	padding: 10px;
	font-family: 'Shadows Into Light';
}
body.node-type-restaurant #accordion #ui-id-8 img {
	margin-right:15px;
}
body.node-type-restaurant #accordion .leplus h2 {
	clear:both;
}
body.node-type-restaurant #accordion .leplus ul {
	clear:both;
}
.bloc-photo{
	/*flex-basis: 55%;*/
	overflow: hidden;
}
.bloc-photo img{
	/*height: 100%;*/
}
.bloc-ingredients{
	background-color: #252525;
	padding: 5px;
	flex-basis: 45%;
}
.bloc-ingredients p, .bloc-ingredients h2{
	color: #fff;
}
.bloc-ingredients h2{
	margin: 0;
	font-family: "Shadows Into Light";
	font-size: 25px;
}
.btn-fiche{
	text-align: right;
}
.imprimerrecette,
.ficheresto{
	text-decoration: none;
	border: 3px solid #B90C26;
	padding: 10px 20px 10px 40px;
	color: #B90C26;
	font-weight: bold; 
	display: inline-block;
	margin-bottom: 15px;
	transition: all 0.4s ease;
	position: relative;
	font-size: 14px;
}
.ficheresto.small{
	display: inline-block;
}
.btn-border{
	text-decoration: none;
	border: 3px solid #B90C26;
	padding: 10px 20px 10px 20px;
	color: #B90C26;
	font-weight: bold; 
	display: inline-block;
	margin-bottom: 15px;
	transition: all 0.4s ease;
	font-size: 14px;
}
.btn-border:hover{
	background-color: #B90C26;
	color: #fff;
}
.imprimerrecette{
	width: 250px;
}
.imprimerrecette::before{
	content: url('../img/print-icon.png');
	position: absolute;
	left: 4px;
	top: 6px;
}
.imprimerrecette:hover::before{
	content: url('../img/print-icon-white.png');
	position: absolute;
	left: 4px;
	top: 6px;
}
.ficheresto::before{
	content: url('../img/resto-icon.png');
	position: absolute;
	left: 4px;
	top: 6px;
}
.ficheresto:hover::before{
	content: url('../img/resto-icon-white.png');
	position: absolute;
	left: 4px;
	top: 6px;
}
.imprimerrecette:hover,
.ficheresto:hover{
	background-color: #B90C26;
	color: #fff;
}
.bloc-portrait h2{
	margin-top: 0;
	font-family: 'Open Sans Condensed'
}
.node-type-restaurant .bloc-contact img{
	border-radius: 10px;
}
.bloc-bouton{
	flex-basis: 50%;
}
.plus-icon{
	fill: #fff;
}
.socialIcon{
	fill: #fff;
}
.banner{
	width: 100%;
}
.center{
	text-align: center;
}

.box{
	background-color: #fff;
	height: 480px;
	margin-top: 41px;
}
.box-container{
	position: absolute;
	right: 9%;
	width: 430px;

}
.sidebar-box{
	/*background-color: #252525;*/
}
.sidebar-box h3{
	margin: 0;
}
.sidebar-box h3 a{
	color: #fff;
	font-size: 15px;
	margin: 0;
	text-decoration: none;
	font-family: "Open Sans Condensed";
}
.sidebar-box .block .field-content a {
	color: #fff;
	font-size: 14px;
	margin: 0;
	text-decoration: none;
	font-family: "Open Sans Condensed";
	font-weight:normal;
}
.sidebar-box .block {
	display:block;
	background-color: #252525;
}
#block-views-actualites-block-1 {
	margin-bottom:20px;
}
#block-views-actualites-block-1 h2 {
	background:url('../img/calendar.png') no-repeat 0 10px;
	background-size: 30px;
	padding-left:40px;
}
#block-views-recettes-block {
	margin-top:20px;
	padding-bottom:20px;

}
#block-views-recettes-block h2 {
	background:url('../img/icon-recette.png') no-repeat 0 10px;
	background-size: 30px;
	padding-left:40px;
}
#block-views-videos-block-1 {
	padding-bottom:20px;
}
#block-views-videos-block-1 div {
	margin:0 auto;
	text-align:center;
}
#block-views-videos-block-1 p {
	margin-top:15px;
}
p.toutes {
	text-align:center;
	margin:0 auto;
}
p.toutes a {
	padding:5px;
	text-align:center;
	color:#fff;
	background:#b90c26;
	text-decoration:none;
}
#block-views-videos-block-1 h2 { 
	background:url('../img/video.png') no-repeat 0 10px;
	background-size: 30px;
	padding-left:40px;
}
.block-title{
	font-family: 'Shadows Into Light';
	font-weight: normal;
	color: #fff;
	margin: 10px;
	font-size: 30px;
}
body.page-videos .region-content h2.block-title { 
	color:#BD0C27 !important;
}
.sidebar-content{
	padding: 0 10px 5px 10px;
}
.sidebar-content ul{
	list-style-type: square;
}
.date-small .date-display-single{
	font-size: 11px;
	color: #c9c9c9;
}
.gauche{
	float: left;
	margin-right: 10px;
}
.droite{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}

#logo-menu{
	display: none;
}
#map{
	margin-bottom: 20px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 5px 7px;
}

tr:nth-child(even){background-color: #f2f2f2}

body.page-carte-des-restaurants #restaurants {
	display:none;
}

/*---------------*/
/* Hover restau */
/*---------------*/
.liste div span figure,
.liste-portrait figure {
	position: relative;
	overflow: hidden;
	//margin: 10px 1%;
	//max-width: 220px;
	//max-height: 200px;
	//width: 220px;
	margin:10px 0;
	width:100%;
	background: #bd2034;
	text-align: center;
	cursor: pointer;
}
.liste div span figure:before, .liste div span figure:after, .liste div span figure>:first-child:before, .liste div span figure>:first-child:after,
.liste-portrait figure:before, .liste-portrait figure:after, .liste-portrait figure>:first-child:before, .liste-portrait figure>:first-child:after {
    position:absolute;
    width:20px;
    height: 20px;
    border-color:red; 
    border-style:solid; 
    content: ' ';
}
.liste div span figure:before,
.liste-portrait figure:before {top:0;left:0;border-width: 1px 0 0 1px}
.liste div span figure:after,
.liste-portrait figure:after {top:0;right:0;border-width: 1px 1px 0 0}
.liste div span figure>:first-child:before,
.liste-portrait figure>:first-child:before {bottom:0;right:0;border-width: 0 1px 1px 0}
.liste div span figure>:first-child:after,
.liste-portrait figure>:first-child:after{bottom:0;left:0;border-width: 0 0 1px 1px}
.liste div span figure img,
.liste-portrait figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	width:100%;
	height:auto;
	transition: opacity 0.3s ease;
}

.liste div span figure figcaption,
.liste-portrait figure figcaption {
	/*padding: 2em;*/
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.liste div span figure figcaption::before,
.liste div span figure figcaption::after,
.liste-portrait figure figcaption::before,
.liste-portrait figure figcaption::after {
	pointer-events: none;
}

.liste div span figure figcaption,
.liste div span figure figcaption > a,
.liste-portrait figure figcaption,
.liste-portrait figure figcaption > a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.liste div span figure figcaption > a,
.liste-portrait figure figcaption > a {
	z-index: 1000;
/*	text-indent: 200%;*/
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.liste div span figure a.description,
.liste-portrait figure a.description {
	word-spacing: -0.15em;
	font-weight: 300;
	text-decoration: none;
}

.liste div span figure a.description,
.liste-portrait figure a.description {
	margin: 0;
	font-family: 'Shadows Into Light';
	font-size: 25px;
}
.liste div span figure p,
.liste-portrait figure p{
	color: #fff;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 5px;

}
.liste div span,
.liste-portrait{
	position: relative;
}
figure.hover-effect figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: #252525;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.hover-effect a.description::after{
	content: url('../img/arrow-right.png');
	margin-left: 10px;
}

figure.hover-effect a.description {
	position: absolute;
	bottom: -34px;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.hover-effect a.description{
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.hover-effect a.description {
	display: inline-block;
}

figure.hover-effect:hover a.description {
	opacity: 1;
}

figure.hover-effect:hover figcaption,
figure.hover-effect:hover a.description {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.hover-effect:hover a.description {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figure.hover-effect:hover img{
	opacity: 0.5;
}
.liste h2 a,
.liste-portrait h2 a{
	text-decoration: none;
}
.liste h2,
.liste-portrait h2{
	margin-top: 3px;
	line-height:1;
}
.mCustomScrollbar{
	height: 280px;
	overflow: auto;
	margin-bottom: 15px;
	margin-top: 10px;
}
body.node-type-producteur .mCustomScrollbar{
	height: 240px;
	overflow: auto;
	margin-bottom: 15px;
	margin-top: 10px;
}
body.page-node-169 h1,
body.page-node-170 h1,
body.page-node-171 h1 {
}
body.page-node-169 h1,
body.page-node-170 h1,
body.page-node-171 h1{

	background-image: url('../img/label.png');
	background-repeat: no-repeat;
	background-size: 40px auto;
	padding-left: 55px;
}

.portrait-chef h2 a{
	color: #BD0C27;	
	font-family: "Shadows Into Light";
	font-size: 25px;
}
.grid .portrait-chef figure{
	border-radius: 15px;

}
.grid .portrait-chef figure::before,
.grid .portrait-chef figure::after,
.grid .portrait-chef figure > *:first-child::before,
.grid .portrait-chef figure > *:first-child::after{

	border: none;
   }

.bloc-engagement{
	display: flex;
}
.engagement-texte{
	background-color: #252525;
	padding: 10px 10px 10px 20px;
	color: #fff;
	flex-basis: 30%;
}
.engagement-texte a, .engagement-texte p{
	color: #fff;
	text-decoration: none;
}
.engagement-img img{
	height: 100%;
	width: auto;
}
.engagement-plus{
	background-color: #252525;
	padding: 10px;
		display: flex;
	align-items: center;
}
.engagement-plus a{
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	font-family: "Shadows Into Light";
	padding-right: 70px;
	background-image: url("../img/icon-plus.png");
	background-repeat: no-repeat;
	background-position: right center;
}
.engagement-plus:hover a{
	background-image: url("../img/icon-plus-rouge.png");
}
.engagement-plus img{
	vertical-align: top;
}
.bloc-presse{
	display: flex;
	flex-wrap: wrap;
}
.presse-img img{
	height: 230px;
	width: auto;
}
.presse-texte{
	background-color: #252525;
	padding: 10px 10px 10px 30px;
	color: #fff;
	height: 230px;
	flex-basis: 70%;
}
.presse-texte h2{
	font-family: "Shadows Into Light";
}
.presse-texte h2, .presse-texte a, .presse-texte p, .presse-texte span{
	color: #fff!important;
}
.presse-date{
	background-color: #BD0C27;
	padding: 3px 10px;
	display: inline-block;
	margin-left: -30px;
}
.btn-presse{
	padding: 5px 20px 5px 30px;
	border: 3px solid #BD0C27;
	text-decoration: none;
	background: url("../img/pdf-btn.png") 5px center / 20px no-repeat;
}
.btn-presse:hover{
	background-color: #BD0C27;
}
.page-trucs-et-astuces h3{
	font-family: "Shadows Into Light";
	color: #BD0C27;
	font-size: 30px;
}
.page-videos h3{
	color: #BD0C27;
}
.page-videos .grid,
.page-trucs-et-astuces .grid{
	align-items: flex-end;
}
/*============== FOOTER ================*/
footer{
	background-color: #252525;
	margin-top: -60px;
	width: 100%;
	padding: 0px 0;
	position: fixed;
	bottom: 0
}
#mentionsLegales{
	position: absolute;
	bottom: 8px;
	right: 6px;
	color: #7c7c7c;
	text-align: right;
	font-size: 12px;
}
#mentionsLegales a{
	text-decoration: none;
	color: #7c7c7c;
	font-size: 12px;
}
.footer-container{
	padding: 30px 40px;
}
.front-page{
	position: absolute;
	bottom: 0;
}
.nav-footer{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-around;
	width: 80%;
	margin: 5px 0;
	padding:0;
}
.nav-footer li{
	color: #fff;
	margin-right:20px;
	align-self:center;
}
.nav-footer li a,
.nav-footer li a span {
	color: #fff;
	text-decoration: none;
	touch-action: none;
}
.nav-footer li a img {
	vertical-align: middle;
	margin-right: 10px;
}
.subfooter{
	background-color: #252525;
	display: none;
	height: 240px;
	position: absolute;
	bottom: 58px;
	left: 0;
	right: 0;
	background-image: url('../img/footer-fleche.png');
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0px -23px 27px -15px rgba(0,0,0,0.65);
	-moz-box-shadow: inset 0px -23px 27px -15px rgba(0,0,0,0.65);
	box-shadow: inset 0px -23px 27px -15px rgba(0,0,0,0.65);
}
.subfooter h3{
	margin-top: 25px;
	color: #fff;
}
footer p{
	color: #fff;
}
.event{
	padding: 15px;
	width: 100%;
	min-height: 150px;
	border:solid 2px #fff;
	border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
	position: relative;
}
.wrap-date{
	position: absolute;
}
.event-date{
  background-color: #BD0C27;
  margin-left: -26px;
  padding-left: 7px;
  padding-right: 7px;
  width: 132px;
  position: relative;
  height: 26px;
  padding-top: 2px;
  color: #fff;
}
.event-date:after
{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 5px 5px;
  border-style: solid;
  border-color: #666 #666 transparent transparent;
}
.event-img{
	overflow: hidden;
	width: 113px;
	height: 113px;
	display: inline-block;
}
.event-img img{
	height: 100%;
}
.event-content{
	display: inline-block;
    max-height: 99px;
    /*max-width: 118px;*/
    width:calc(100% - 80px);
    padding-left: 5px;
    vertical-align: top;
}
.event-content h3{
	margin: 0 0 15px 0;
}
.event-content h3 a{
	font-family: "Open Sans Condensed";
	font-size: 16px;
}
.event-content p{
	margin: 2px 0;
	font-size: 13px;
}
span.date-display-single{
	color: #252525;
}
.titre-footer{
	align-self: center;
}
.titre-footer h3{
	margin: 0 0 0 40px;
	font-size: 25px;
}
.lien-footer{
	align-self: center;
}
.lien-footer a{
	font-family: 'Shadows Into Light';
	font-size: 40px;
	margin-left: 30px;
}
.lien-footer a svg{
	display:inline-block;
	vertical-align:middle;
}
.social{
	display: flex;
	justify-content: space-around;
	padding-top: 40px;
}
.partenaires a img{
	margin-bottom: 10px;
}
/*============ RESPONSIVE =============*/
@media screen and (max-width: 1375px){
	.event-img {
	    width: 50px;
	    height: 100px;
	}
	.event-content{
	    width:calc(100% - 60px);
	}
	.event-date span {
	    font-size:11px;
	}
	footer {
		padding:8px 0;
	}
	.footer-container{
		padding: 30px 20px;
	}
	.nav-footer {
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
	}
	.nav-footer li a,
	.nav-footer li a span {
		font-size:12px
	}
	.nav-footer li .lien-footer a {
		font-size:40px
	}
	.nav-footer li.slideup > a > img {
		height:20px;
		width:auto;
	}
}
@media screen and (max-width: 1220px){
	nav {
		width:74%;
	}
	.submenu {
		padding-top:20px !important;
	}
	.main-menu li a,
	.liste-restos ul li a,
	.producteurs p a {
		font-size:13px;
	}
	.producteurs .viande span{
		width: 40px;
		background-image: url('../img/viande.png');
		background-size: 40px auto;
	}
	.producteurs .epicerie span{
		width: 45px;
		background-image: url('../img/epicerie-fine.png');
		background-size: 45px auto;
	}
	.producteurs .fruits span{
		width: 45px;
		background-image: url('../img/fruits-legumes.png');
		background-size: 45px auto;
	}
	.producteurs .laitier span{
		width: 40px;
		background-image: url('../img/laitiers.png');
		background-size: 40px auto;
	}
	.producteurs .vin span{
		width: 45px;
		background-image: url('../img/vins-spiriteux.png');
		background-size: 40px auto;
	}
	.producteurs .insolite span{
		width: 45px;
		background-image: url('../img/insolite.png');
		background-size: 45px auto;
	}
	.producteurs .ts-producteurs span{
		width: 55px;
		background-image: url('../img/producteurswhite.png');
		background-size: 45px auto;
	}
	.container{
		width: 100%;
		padding: 0 10px;
	}
}
@media screen and (max-width: 65em){
	/*.container{
		width: 100%;
		padding: 0 10px;
	}*/
	.bckg-menu .container{
		width: 100%;
	}
	#front-section{
		height: 560px;
		width: 150px;
	}
	.tab-responsive{
		overflow-x: auto;
	}
	/*Menu mobile*/
	header .scrolled{
		position: static;
	}
	#logo-menu{
		display: block;
		margin-left: 10px;
		text-decoration: none;
		font-weight: bold;
		color: #BD0C27;
		position: absolute;
		top: -9px;
		right: 28px;
		z-index: 105;
	}
	.underscore li{
		background: none;
	}
	.main-menu-hidden{
		display: none;
	}
	nav{
		position: absolute;
		top: 64px;
		width: 100%;
	}
	.main-menu-visible .menu-item,
	.main-menu-visible .menu-item2 {
		padding: 20px 0;
	}
	.main-menu-visible{
		flex-direction: column;
		justify-content: start;
		align-items: center;
		height: 100%;
		flex-wrap: wrap;
		background-color: #fff;
		position: relative;
		z-index: 100;
		top: 20px;
		background-image: url('../img/ombre.png');
		background-position: top;
		background-repeat: repeat-x;
	}
	.main-menu-visible {
		list-style-type: none;
		list-style-image: none;
	}
	.main-menu-visible li{
		padding: 0;
	}
	.main-menu-visible a.description{
		font-size: 18px;
		margin-bottom: 0;
	}
	.main-menu-visible .col{
		padding-bottom: 0;
	}
	.main-menu-visible li a{
		/*color: #fff;*/
		text-decoration: none;
	}
	.main-menu-visible .menu-item > a br,
	.main-menu-visible .menu-item2 > a br{
		display: none;
	}
	.main-menu-visible .menu-item > img,
	.main-menu-visible .menu-item2 > img{ 
		display: none;
	}
	.main-menu-visible .menu-title{
		display: none;
	}
	.main-menu-visible .dropdown-content{
		list-style-type: none;
	}
	.main-menu-visible .dropdown-content li a span{
		color: #fff;
	}
	.main-menu-visible .submenu{
		display: block;
		background-color: transparent;
		box-shadow: none;
		min-width: 0;
		position: static;
		list-style-image: none;
		margin-top: 20px;
	}
	.main-menu-visible .dropdown-content li a:hover{
		background-color: transparent;
	}
	.main-menu-visible .home{
		display: block;
		color: #fff;
	}
	#main-menu #logo{
		display: none;
	}
	.sub img{
		display: none;
	}
	.sub{
		padding-left: 10px;
	}
	.titre-menu-rouge{
		transition: none;
		background-color: #fff;
		color: #232323;
		display: inline;
		border: none;
	}
	.titre-menu-rouge a{
		color: #232323;
	}
	.submenu .col-2_sm-12:hover .titre-menu-rouge{
		border: none;
	}
	.menu-btn{
		display: none;
	}
	.menu-links{
		padding: 0!important;
	}
	.not-front section {
	    padding-bottom: 80px;
	}
	.titre-footer{
		display: none;
	}
	.front-page{
		/*position: static;
		bottom: 0;*/
		padding: 0;
	}
	.subfooter{
		overflow:auto;
		/*background: none;*/
		/*position: static;*/
		/*height: auto;*/
		/*box-shadow: none;*/
		/*display: none;*/
		/*z-index: -1;*/
	}
	.footer-container{
		padding:30px 15px 0 15px;
	}
	.footer-container p, .footer-container ul, .footer-container a, .footer-container span, .footer-container div {
		font-size:11px;
	}
	.producteurs img,
	.partenaires img{
		display: none;
	}
	.producteurs,
	.partenaires {
		padding-left: 10px;
	}
	.social a {
		width:20%;
		text-align:center;
		align-self:center;
	}
	.social svg {
		width:50%;
	}
	footer{
		/*position: static;*/
	}
	.nav-footer{
		width: 100%;
	}
	.nav-footer li a .subfooter a svg{
		width:20px;
	}
	#mentionsLegales{
		position: static;
		text-align: center;
	}
	.listeArticle > a{
		display: block;
		height: 75%;
		overflow: hidden;
	}
}

@media screen and (max-width: 767px){
	.headerwrap{
		height: 114px;
	}
	#menu-decor{
		display: none;
	}
	#logo-menu{
		left: 0;
		right: 0;
		top: 12px;
		width: 71px;
		margin: 0 auto;
	}
	.main-menu-visible{
		top: 49px;
	}
	.logo-container{
		width: 200px;
		margin: 0 auto;
		display: block;
	}
	.nav-footer{
		padding-top: 10px;
		width: 100%;
		margin-bottom: 0;
		/*flex-direction: column;*/
	}
	.nav-footer li{
		/*min-width: 33%;*/
		/*margin-bottom: 10px;*/
		margin-right:10px;
		margin-left:10px;
	}
	.nav-footer li a span {
		display:none;
	}
	/*.front-page{
		position: relative;
		margin-top: 0;
	}*/
	.subfooter{
		bottom: 75px;
	}
	.box-container{
		position: static;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.sub ul li{
		line-height: 30px;
	}
	.social img{
		width: 50px;
	}
	.social a:nth-child(1) img{
		width: 35px;
	}
	[class*="grid"] > .sm-6 {
    flex-basis: 50%!important;
    max-width: 50%!important;
}
[class*="grid"] > .sm-12 {
    flex-basis: 100%!important;
    max-width: 100%!important;
}

.slider-nav{
	display: none!important;
}
.bloc-photo img{
	height: auto;
	width: 100%;
}


.slide-content{
	margin-top:150px;
	margin-left:30px;
	margin-right:30px;
}
.slide-content span{
	margin-left:0;
}

}
@media screen and (max-width: 568px){
	.liste > div,
	.liste-portrait > div{
		margin: 0 auto;
		
	}
	.liste div span figure, .liste-portrait figure{
		max-width: 100%;
		width: 100%;
		max-height: 240px;
	}
	.liste div span figure img, .liste-portrait figure img{
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	[class*="grid"] > .xs-12 {
    flex-basis: 100%!important;
    max-width: 100%!important;
}
	.bloc-gauche, .bloc-droite{
		flex-basis: 100%;
	}
	.bloc-infos{
		flex-flow: row wrap;
	}
	.bloc-gauche, .bloc-droite{
		max-width: 100%;
	}
	.listeRecette{
		flex-direction: column;
		height: 270px;
	}
	.imgRecette{
		width: 100%;
		height: auto;
	}
	.imgRecette img {
    height: auto;
    width: 100%;
	}
	.wrapRecette{
		width: 100%;
	}
	.bloc-ingredients{
		flex-basis: 100%;
		max-width: 100%;
	}
	.btn-fiche{
		text-align: left;
	}
	.bloc-engagement{
		flex-flow: column wrap;
		width: 225px;
		margin: 0 auto
	}
	.slide-content span{
		font-size: 35px;
	}
	.slide-content{
		font-size: 35px;
	}
}

@media screen and (max-width: 700px){
	.bloc-presse{
		flex-flow: column wrap;
		width: 335px;
		margin: 0 auto;
	}
	.bloc-presse img{
		width: 335px
	}
	.presse-texte{
		height: auto;
		width: 335px;
	}
	#edit-field-resto-filtre-labels-value-1-wrapper,
	#edit-field-resto-ptix-value-1-wrapper,
	#edit-field-resto-services-value-wrapper,
	.views-exposed-widget.views-submit-button {
		flex-basis:100% !important;
		width:100% !important;
		max-width:100% !important;
	}
	footer .evenements .grid-3_sm-2_xs-1 .container .grid div.col:nth-child(2),
	footer .evenements .grid-3_sm-2_xs-1 .container .grid div.col:nth-child(3) {
		display:none;
	}
	footer .evenements .footer-container .col-8_md-12 {
		width:60% !important;
		flex-basis:60% !important;
		max-width:60% !important;
	}
	footer .evenements .footer-container .col-2_sm-12 {
		width:40% !important;
		flex-basis:40% !important;
		max-width:40% !important;
	}

}

/* RECHERCHE*/
.filtres {
	width:100%;
	/*background:#252525;*/
}
.views-exposed-widgets {
	display:block;
	width:100%;
}
#edit-field-resto-filtre-labels-value-1-wrapper,
#edit-field-resto-ptix-value-1-wrapper,
#edit-field-resto-services-value-wrapper,
.views-exposed-widget.views-submit-button {
	flex-basis:25%;
	width:25%;
	max-width:25%;
}
#edit-field-resto-filtre-labels-value-1-wrapper label,
#edit-field-resto-ptix-value-1-wrapper label,
#edit-field-resto-services-value-wrapper label {
	margin-bottom:15px;
}
#edit-field-resto-filtre-labels-value-1-wrapper label,
#edit-field-resto-ptix-value-1-wrapper label,
#edit-field-resto-services-value-wrapper label {
	background-color:#bd0c27;
	color:#fff;
	padding:5px;
}
.views-widget label.option {
	background-color:#f2c4cb !important;
	color:#000 !important;
	padding:0 !important;
}
.views-exposed-widgets .views-widget {
	background-color:#f2c4cb;
	color:#fff;
	padding:10px;
}
.views-exposed-widget.views-submit-button {
	text-align: center;
}
#edit-submit-restaurants-avec-filtres {
	width:200px;
	height:50px;
	background-color:#2FA352;
	border:none;
	color:#fff;
}

body.page-les-restaurants-labellises .container h2 {
	font-family: 'Shadows Into Light';
}