html {
	overflow-x: hidden;
	height: 100%;
}

body {
	background-color: #F7F4ED;
	min-height: 100%;
	position: relative;
}

@media(max-width: 991px) {
	.responsive-top {
		height: 70px;
	}
}

@media(max-width: 767px) {
	.responsive-bottom {
		height: 70px;
	}
}

@media(max-width: 470px) {
	#recette_nav > li > a {
		font-size: 1.2em!important;
		padding: 5px 2px;
	}
}

#push-recettes {
	background-color: #EFECDB;
	border-radius: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: grey;
}

#push-recettes > hr {
	border-color: #E2DCC2;
}

.fl-left {
	float: left;
}

.margin-left-1 {
	padding-left: 10px;
}

.social-icon-instagram {
	width: 40px;
    height: 40px;
    display: inline-block;
    background: url("../../img/style/maquette/elements/sprite-social-footer.png");
    background-position: right bottom;
}

.social-icon-instagram:hover {
	background-position: right top;
}

.embedded-img {
	width: 100%;
}

.recette-layout {
	background-color: white;
    border-radius: 10px;
}

.recette-layout > a > .titre-recette {
	font-family: moonflower;
	font-size: 3em;
	padding-left: 5px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.recette-layout > .titre-recette-link {
	text-decoration: none;
	color: gray;
}

.recette-layout > .titre-recette-link > img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.recette-cat-name, .recette-cat-name:hover {
    font-family: signika-regular;
    font-size: 1.6em;
    color: grey;
    padding-right: 10px;
    text-decoration: none;
}

.recette-cat-separator {
	border-bottom: 1px #E2DCC2 dotted;
    width: 100%;
    margin-top: -16px;
    margin-bottom: 27px;
}

/*#blog-recette-filter {
	border-top: 1px solid #E2DCC2;
	border-bottom: 1px solid #E2DCC2;
}

#recette-filter-liste {
	padding: 20px 0;
	margin: 0;
}

#recette-filter-liste > li {
	color: grey;
}

#recette-filter-liste > li > a {
	text-decoration: none;
	color: grey;
}

#recette-filter-liste > li > a:hover {
	color: #6C9174;
}

#recette-filter-liste > li > a.active {
	font-weight: bold;
}*/

#recette_nav {
	margin-bottom: 4px;
}

#recette_nav > li {
	padding: 0 20px;
}

#recette_nav > li > a {
	font-size: 1.6em;
	font-family: signika-light;
	color: grey;
	text-decoration: none;
	padding: 5px 2px;
}

#recette_nav > li.active > a {
	color: #7BBC91;
	border-bottom: 3px solid #7BBC91;
}

/*#blog-recette-filter {
	background-color: #EFECDB;
}*/

#slider1 {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.landing-list li {
	display: inline-block;
}

.landing-list li img {
	vertical-align:0;
}

.btn-landing-page {
	margin-left: 30px;
}

.ccm-close-quote-padding {
	padding-top:260px;
}

.title-landing {
	font-size:6em;
}

#btn-prev-popup, #btn-next-popup {
	background: url("../../img/style/maquette/elements/sprite_chevron_popup.png") no-repeat;
	height: 45px;
	width: 27px;
}

#btn-prev-popup {
	background-position: 100% 100%;
}

#btn-next-popup {
	background-position: 100% 0%;
}

#btn-prev-popup:hover {
	background-position: 0% 100%;
}

#btn-next-popup:hover {
	background-position: 0% 0%;
}

.text-landing-livraison {
	padding-left: 40px;
}

.triangle-first-visite {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 43px 30px;
	border-color: transparent transparent white transparent;
	position: absolute;
	left: 80%;
	top: -43px;
}

.navbar-fixed-top {
	z-index: 100;
}

.griser-btn-container-responsive-visible {
	visibility: visible;
}

.griser-btn-container-responsive-hidden {
	visibility: hidden;
}

#cart_adress_async_container {
	background-color: #E2DCC2;
	border-radius: 10px;
	padding-bottom: 10px;
}

#content-produit {
	padding-top: 7px;
}

#liste-ccm > li {
	margin-bottom: 20px;
}

#liste-ccm > li > img {
	margin-right: 20px;
}

#menu-utilisateur > li > a {
	color: #333333;
}

.img-popup-produit-non-placer {
	width: 80%;
}

.table-account-section > tbody > tr > td {
	border-top: 0;
}

.table-account-section > tbody > tr > td.picto_account_section {
	width: 50px;
}

.table-account-section > tbody > tr > td > a {
	text-decoration: none;
	color: #333333;
	font-family: signika-light;
	font-size: 1.2em;
}

.index-slogan {
	font-size:4.7em;
}

.griser {
	position: absolute;
	top:0;
	left:0;
	z-index: 50;
	opacity: 0.5;
}

.visibility-hidden {
	visibility: hidden;
}

.griser-btn-container > .btn-group.btn-group-lg > a:first-child {
	border-right: 1px grey solid;
	margin-right: 1px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.griser-btn-container > .btn-group.btn-group-lg > a:last-child {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.griser-btn-container > .btn-group.btn-group-lg > a {
	width: 50%;
}

.griser-btn-container > .btn-group.btn-group-lg  {
	width: 80%;
	position: absolute;
	bottom: 5px;
	left: 9%;
	z-index: 55;
	opacity: 0.95;
}

.bold {
	font-weight: bold;
}

.question {
	font-family: signika-regular;
	font-size: 1.5em;
	padding-bottom: 10px;
	text-align: justify;
}

.reponse {
	padding-bottom: 35px;
	font-family: signika-light;
	font-size: 1.3em;
	color: #646464;
	text-align: justify;
}

.text-ccm-container {
	width: 783px;
	margin: auto;
}

#form_nous_contacter > div.form-group > label, #form_nous_contacter > div.form-group > div {
	padding: 0;
}

.btn-style-onglet {
	color: #333333;
}

.btn-style-onglet.active {
	font-weight: bold;
	font-family: signika-regular;
}

.btn-style-onglet.active, .btn-style-onglet:hover {
	box-shadow: inset 2px 2px 8px 0 rgba(0,0,0,0.25);
}

.faraco {
	font-family: faraco;
}

.signika {
	font-family: signika-regular;
}

.signika-bold {
	font-family: signika-bold;
}

.signika-semibold {
	font-family: signika-semibold;
}

.signika-light {
	font-family: signika-light;
}

.floodStd {
	font-family: flood-std;
}

.majuscule {
	text-transform: uppercase;
}

.subCatName, .subCatName:hover {
	font-family: signika-regular;
	font-size: 2em;
	color: #333333;
	padding-right: 10px;
	text-decoration: none;
}

.subCatSeparator {
	border-bottom: 1px #E2DCC2 dotted;
	width: 100%;
	margin-top: -20px;
	margin-bottom: 27px;
}

.nom-produit {
	font-family: ando-semibold;
	font-size: 1.8em;
	text-transform: uppercase;
	color: #333333;
}

.nom-produit > a {
	font-family: ando-regular;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 10px;
	display: block;
}

.nom-produit > p > a {
	font-family: ando-semibold;
	font-size: 1em;
	text-transform: uppercase;
	color: #333333;
}

.menu-item-v-centered-3 {
	padding-top: 10px;
}

.nom-produit > a:hover, .nom-ferme > span:hover {
	text-decoration: none;
	color: #7DBC90;
}

#myModal > .modal-dialog > .modal-content > .modal-body > .container-fluid > .row > .col-md-11 > .row > .col-md-4 > .row > .col-md-12 > span.nom-produit {
	font-size: 2.8em;
	line-height: 1;
}

.product-inline > .row > .col-xs-12 > .row > .col-xs-12 > .nom-produit {
	font-size: 2.2em;
}

.product-inline > .row > .col-xs-12 > .row > .col-xs-12 > .nom-ferme {
	padding-bottom: 7px;
	margin-top: -20px;
}

.product-inline > .row > .product_description_wrapper > .prix-quantite-produit > .prix-produit > .price-centimes {
	margin-top: -1px;
}

.product-grid > .product_description > .col-xs-12 > .row > .col-xs-12 > .quantite-produit {
	margin-top: -15px;
	font-size: 1.3em;
	font-family: signika-light;
	word-wrap: break-word;
}

.product-inline > .row > .product_description_wrapper > .prix-quantite-produit > .quantite-produit {
	font-size: 1.3em;
	font-family: signika-light;
}

.product-grid > .product_description > .col-xs-12 > .row > .col-xs-12 > .nom-produit {
	line-height: 1;
	padding-top: 5px;
}

.product-grid > .product_description > .col-xs-12 > .row > .col-xs-12 > .nom-ferme {
	margin-top: -12px;
}

.nom-ferme > a, .nom-ferme > span, .nom-ferme > span:hover{
	font-family: signika-light;
	font-size: 1.3em;
	color: green;
}

.nom-ferme > a:hover, .nom-produit-span > span:hover {
	color: #7DBC90;
	text-decoration: none;
}

.description-breve-produit {
	font-family: signika-light;
	font-size: 1.2em;
}

.price-unit {
	font-size: 2.5em;
	font-family: signika-light;
	margin-top: -6px;
	display: inline-block;
}

.popup.nom-produit {
	font-size: 2.5em;
	line-height: 1;
}

.btn-group-lg > .btn-ajouter-panier, .btn-group-lg > .btn-enlever-panier {
	line-height: 0.76;
	font-size: 2.2em;
}

.popup.price-unit {
	margin-top: 0px;
}

.price-centimes {
	font-size: 1.5em;
	font-family: signika-light;
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
	margin-left: -3px;
}

.popup.price-centimes {
	margin-top: 4px;
}

.produits-sous-categorie {
	padding-bottom: 20px;
}

#filter > li > a, #filter > li, #recette-filter-list > li > a, #recette-filter-list > li {
	font-family: signika-light;
	color: #6C9174;
	font-size: 1.05em;
}

#filter > li > a:hover, #recette-filter-list > li > a:hover {
	color: #7DBC90;
	text-decoration: none;
}

#filter > li > a.active, #recette-filter-list > li > a.active {
	color: #333333;
	font-family: signika-bold;
	text-decoration: none;
}

.cliquable {
	cursor: pointer;
}

.grey {
	color: #404040;
}

.green {
	color: #7BBC91;
}

.product-inline, .product-grid {
	display: none;
}

.display {
	display: block;
}

.hidden {
	display: none;
}

.panier-product-separator {
	border-top: #E2DCC2 1px solid;
	opacity: 0.5;
	margin: 4px 0;
}

.product-grid > .product_img > .content_product_img > div > a > .img-produit, .product-grid > .product_img > .content_product_img > div > a > .griser {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
}

.product-grid > .product_description > .product_description_wrapper {
	background-color: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

.product-inline > .row > .product_img > div > .img-produit, .product-inline > .row > .product_img > div > .griser {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-right:15px;
}

.product-inline > .row > .product_description_wrapper {
	background-color: white;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left: 15px;
	margin-right: 15px;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	z-index: 60;
}

.container-page-la-livraison {
	margin-top: -70px;
}

.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.3px 10px 0 10px;
	border-color: #F7F4ED transparent transparent transparent;
	line-height: 0px;
	_border-color: #F7F4ED #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.cercle {
	width: 5px;
	height: 5px;
	border-radius: 50px;
	background-color: gray;
}

.empty-circle {
	width: 12px;
	height: 12px;
	border-radius: 50px;
	border: 1.5px solid black;
}

.bgGreen {
	background-color: #7BBC91;
}

.bgDarkGreen {
	background-color: green;
}

.bgGray {
	background-color: gray;
}

.bgCream {
	background-color: #F9F8F3;
}

.border-grey-dotted {
	border-bottom: 1px gray dotted;
}

.border-green-solid {
	border-bottom: 1px green solid;
}

.text-green {
	color: rgb(108,145,116);;
}

.top-space-2 {
	margin-top: 20px;
}

.bottom-space-1 {
	margin-bottom: 10px!important;
}

.bottom-space-2 {
	margin-bottom: 20px!important;
}

.bottom-space-3 {
	margin-bottom: 30px!important;
}

.bottom-space-4 {
	margin-bottom: 40px!important;
}

.bottom-space-5 {
	margin-bottom: 50px!important;
}

.bottom-space-6 {
	margin-bottom: 60px!important;
}

.bottom-space-7 {
	margin-bottom: 70px!important;
}

.bottom-space-8 {
	margin-bottom: 80px!important;
}

.bottom-space-9 {
	margin-bottom: 90px!important;
}

.bottom-space-10 {
	margin-bottom: 100px!important;
}

.required {
	color: red;
}

.landing_sprite {
	width:40px;
	height:40px;
	display: inline-block;
	background: url("../../img/style/sprite-social-footer.png") no-repeat;
}

.landing_sprite .icone1 {
	background-position: left top;
}

.landing_sprite .icone2 {
	background-position: 33% top;
}

.landing_sprite .icone3 {
	background-position: 66% top;
}

.bg-light-green {
	background-color: #65A388;
	color: white;
	padding-right: 5px;
	padding-left: 5px;
}

.btn-light-green {
	background-color: #65A388;
	color: white;
	padding-right: 5px;
	padding-left: 5px;
}

.btn-light-gray {
	background-color: grey;
	color: white;
	padding-right: 5px;
	padding-left: 5px;
}

.btn-light-green:hover {
	color: white;
}

.btn-light-green:focus {
	color: white;
}

.btn-light-gray:hover {
	color: white;
}

.btn-light-gray:focus {
	color: white;
}

.popover-content {
	padding:0;
	margin:0;
}

.badge-perso {
	padding: 16px 32px;
	font-size: 50px;
	color: #fff;
	background-color: #7BBC91;
	border-radius: 50px;
}

.icon-panier {
	display: inline-block;
	background-image: url('../../img/style/maquette/elements/icon-panier.png');
	background-size:12px 12px;
	height: 12px;
	width: 12px;
}

.col-md-offset-00 {
	margin-left: 4.166666666666666%;
}

.nav.nav-tabs > li > a {
	background-color: #EFECDB;
	height: 52px;
	border-bottom: 0px;
	font-size: 1.07em;
}

.nav.nav-tabs > li  {
	vertical-align: bottom;
	border-right: 3px #F7F4ED solid;
}

.nav.nav-tabs > li > a:hover {
	color: black;
}

.nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:hover {
	background-color: #E2DCC2;
	color: #404040;
	font-weight: bolder;
	border-bottom: 0px;
	height: 56px;
}

.menu li a span.menu-item-icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url("../../img/style/maquette/elements/sprite-menu.png");
	float: left;
}

.menu li a span.menu-item-label {
	float: left;
	width: 59%;
	font-family: signika-regular;
	color: #6C9174;
}

.menu li.active a span.menu-item-label {
	float: left;
	width: 59%;
	font-family: signika-bold;
	color: #333333;
}

.nav-tabs> li > a {
	border: 0px;
}

.menu li a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu li a span.menu-fruits-legumes {
	background-position: left top;
}

.menu li a span.menu-viande-charcuterie {
	background-position: 20% top;
}

.menu li a span.menu-cremerie {
	background-position: 40% top;
}

.menu li a span.menu-boulangerie-patisserie {
	background-position: 60% top;
}

.menu li a span.menu-epicerie {
	background-position: 80% top;
}

.menu li a span.menu-boissons {
	background-position: right top;
}

.menu li.active a span.menu-fruits-legumes {
	background-position: left bottom;
}

.menu li.active a span.menu-viande-charcuterie {
	background-position: 20% bottom;
}

.menu li.active a span.menu-cremerie {
	background-position: 40% bottom;
}

.menu li.active a span.menu-boulangerie-patisserie {
	background-position: 60% bottom;
}

.menu li.active a span.menu-epicerie {
	background-position: 80% bottom;
}

.menu li.active a span.menu-boissons {
	background-position: right bottom;
}

.sub-menu div.switchView span {
	width: 25px;
	height: 30px;
	display: inline-block;
	background: url("../../img/style/maquette/elements/sprite_shift_affichage_brown.png");
	float: right;
}

.sub-menu div.switchView span.SwitchToGridView {
	background-position: left top;
}

.sub-menu div.switchView span.SwitchToInlineView {
	background-position: left bottom;
}

.sub-menu div.switchView span.SwitchToGridView.active {
	box-shadow: 2px 2px 6px grey inset;
	border-radius: 5px 0px 0px 5px;
}

.sub-menu div.switchView span.SwitchToInlineView.active {
	box-shadow: 2px 2px 6px grey inset;
	border-radius: 0px 5px 5px 0px;
}

.menu-footer ul li a, .menu-footer ul li span {
	color: white;
	font-size: 1.3em;
	font-family: signika-bold;
}

.menu-footer ul li.contact-us a {
	font-family: signika-regular;
}

.social-network-icons div span {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url("../../img/style/maquette/elements/sprite-social-footer.png");
}

.social-network-icons div span.icon-fb:hover {
	background-position: left top;
}

.social-network-icons div span.icon-twitter:hover {
	background-position: center top;
}

.social-network-icons div span.icon-instagram:hover {
	background-position: right top;
}

.social-network-icons div span.icon-fb {
	background-position: left bottom;
}

.social-network-icons div span.icon-twitter {
	background-position: center bottom;
}

.social-network-icons div span.icon-instagram {
	background-position: right bottom;
}

ul.list-link-footer li {
	padding-left: 0px;
	padding-right: 0px;
}

ul.list-link-footer li:before {
	content: '\2014';
}

ul.list-link-footer li:first-child:before {
	content: normal;
}

ul.list-link-footer li a {
	color: white;
	text-decoration: none;
}

ul.navigation-top > li, ul.navigation-top > li > a {
	color: #7BBC91;
	text-decoration: none;
	font-weight: bold;
}

ul.navigation-top > li > span.active {
	color: black;
	font-weight: bold;
}

@media(max-width: 428px) {
	.landing_img_responsive {
		display: none;
	}
	
	.text-landing-livraison {
		padding-left: 0;
	}
}

@media(max-width: 1264px) {
	.title-site {
		display: none;
	}
	
	.banniere-display {
		display: none;
	}
}

@media(max-width: 1201px) {
	.sous-titre-site {
		display: none;
	}
}

@media(max-width: 546px) {
	.logo_site > img {
		display: none;
	}
}

@media(min-width: 992px) {
	.title-section-our-description {
		padding:0;
		height:200px;
		background-color:#F2D8DB;
	}
	
	.h2-title-section-our-description  {
		margin-top: 50px;
	}
	
	.icon-panier {
		margin-right: 10px;
	}
	
	#nav-panier {
		position: fixed;
		top: 3px;
		right: 0;
		display: none;
	}

	.col-md-1-5 {
		width: 12.5%;
	}
}

@media(min-width: 1288px) {
	.menu-item-v-centered-1 {
		padding-top: 10px;
	}
}

@media(min-width: 1401px) {
	.menu-item-v-centered-2 {
		padding-top: 10px;
	}
}

@media(max-width: 1200px) {
	.hidden1200px {
		display: none;
	}
}

@media(max-width: 991px) {
	.title-section-our-description {
		padding:0;
		padding-top: 15px;
		padding-bottom: 15px;
		background-color:#F2D8DB;
	}
	
	.ccm-close-quote-padding {
		padding-top:250px;
	}
	
	.text-ccm-container {
		width: 100%;
		margin: auto;
	}
	
	.text-ccm-sm-w-margin {
		width: 90%;
		margin: auto;
	}
	
	.sm-text-center {
		text-align: center;
	}
	
	.sm-bottom-space-2 {
		margin-bottom: 20px;
	}
	
	.col-sm-only-offset-2 {
		margin-left: 16.66666667%;
	}
	
	#content-produit {
		padding-bottom: 50px;
	}
	
	#body_page {
		padding-bottom: 65px;
	}
	
	.icon-panier {
		margin-right: 0px;
	}
	
	button.navbar-toggle {
		padding: 0px;
		margin: 0px;
		margin-left: 20px;
		display: block;
	}
	
	button.navbar-toggle:focus {
		outline: none;
	}
	
	.navbar-header {
		width:100%;
		background-color: #E2DCC2;
	}
	
	.navbar-collapse.collapse {
		display: none!important;
	}
	
	.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
		display: block!important;
		background-color: #FFFFFF;
	}
	
	.navbar-toggle .icon-bar {
		background-color: #7BBC91;
		height: 6px;
		width: 45px;
		margin-bottom: 7px;
		border-radius: 5px;
	}
	
	.navbar {
		margin-bottom: 0px;
	}
	
	#nav-mobile {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 60;
	}
	
	#menu {
		padding-top: 52px;
	}
	
	#content-produit {
		padding-top: 0px;
	}
	
	.griser-btn-container-responsive-hidden {
		visibility: visible;
	}
	
	.griser-btn-container-responsive-visible {
		visibility: visible;
	}
}

@media(max-width: 767px) {
	.xs-text-center {
		text-align:center;
	}
	
	.xs-text-right {
		text-align: right;
	}
	
	.ccm-close-quote-padding {
		padding-top: 0px;
	}
	
	.container-page-la-livraison {
		margin-top: 30px;
	}
	
	.btn-landing-page {
		margin-left: 0;
	}
	
	.col-sm-only-offset-2 {
		margin-left: 0;
	}

	.xs-title-landing {
		font-size:4em;
	}
}

@media(min-width: 1270px) {
	.index-slogan {
		font-size: 6em;
	}
}

@media(max-width: 1130px) {
	.menu-text-size-responsive {
		font-size: 0.84em;
	}
}

@media(max-width: 700px) {
	.img-popup-produit-non-placer {
		width: 120%;
	}
}

@media(max-width: 400px) {
	.img-popup-produit-non-placer {
		width: 145%;
	}
}