/*
Theme Name: germain
Theme URI: http://www.hotcakes.fr
Author: Hotcakes
Author URI: http://www.hotcakes.fr
Description: Germain Theme
Version: 1.3.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

input
{
	outline: none;
}


a
{
	text-decoration: none;
}

.row:after
{
	clear: both;
	content: '';
	display: table;
}

img
{
	max-width: 100%;
}

.wrap
{
	max-width: 1280px;
	margin: 0 auto;
}

sup
{
	font-size: 12px;
	vertical-align: super;
}



/*


	font-family: 'EB Garamond', serif;
*/

body {
    -webkit-text-size-adjust: 100%;
}

body, a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #020202;
}

.wpb_raw_html video {
	max-width: 100%;
}

body #header
{
	position: relative;
	padding-top: 35px;
	text-align: center;
	overflow: hidden;
	height: 536px;
}


/*
body.home #header.withslider
{
	padding-top: 0;
}
*/

#home_slider_container
{
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
}

#home_slider_container ul
{
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	position: relative;
}

body.home .header-main
{
	position: relative;
}

#home_slider li
{
	display: block;
	height: 536px;
}

#home_slider li div
{
	width: 100%;
	height: 100%;
	padding-top: 274px;
}

#home_slider li span
{
	display: inline-block;
	background: rgba(255, 255, 255, 0.8);
	padding: 16px 30px 30px 30px;
	font-size: 21px;
	color: #000;
	font-family: 'EB Garamond', serif;
	font-style: italic;
	text-align: center;
	position: relative;
}

#home_slider li span a
{
	display: inline-block;
	background: #89253f;
	color:#fff;
	border: 0;
	padding: 0px;
	line-height: 32px;
	font-size: 9px;
	text-transform: uppercase;
	position: absolute;
	bottom: -16px;
	left: calc(50% - 50px);
	width: 100px;
	height: 32px;
}

body.fixed #header, body.page-template-store-locator #header, body.page-template-contact #header
{
	overflow: visible;
}

body.single-recette
{
	background: #fff url(images/fond-recette.jpg) no-repeat center top;
}

body.single-post
{
	background: #fff url(images/fond-news.jpg) no-repeat center top;
}



body.fixed #header
{
	height: 145px!important;
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	background: #fff!important;
	z-index: 98;
}

body.fixed #header .wrap
{
	height: 100%;
}

body:not(.home).fixed #header .pad .cache
{
	display: none;
}

body:not(.home).fixed #header .pad
{
	height: 100%;
}

body.fixed #header p
{
	display: none;
}

body.home #header .wrap2
{
	position: relative;
}

body:not(.home) #header .wrap
{
	position: relative;
}

body:not(.home) #header
{
	padding-top: 0;
	height: auto;
}

body:not(.home) #header .back, body.single-recette .btnproduit, body.single-post .btnproduit
{
	display: inline-block;
	font-size: 12.5px;
	text-transform: uppercase;
	font-family: 'EB Garamond', serif;
	background: #89253f;
	color: #fff;
	padding: 10px 25px;
	margin-top: 70px;
}

body.single-recette .btnproduit, body.single-post .btnproduit {
	margin-top: 25px;
}

body:not(.home) #header .pad
{
	height: 495px;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

body.page-template-contact, body.page-template-store-locator
{
	background: url(images/fond-contact.jpg) no-repeat center center / cover;
}

#contactForm,
.wpcf7-response-output
{
	width: 794px;
	max-width: 100%;
	background: #fdfbf7;
	margin: 0 auto!important;
	padding: 33px 100px;
	border: 0!important;
}

.wpcf7-form-control-wrap {
	display: block;
}

body.single-post h1
{
	background: #f2cd51;
	color: #000;
	padding: 8px 10px 8px 30px;
	text-transform: uppercase;
	font-size: 26px;
	font-family: 'EB Garamond', serif;
	margin-left: -12px;
	margin-bottom: 38px;
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

body.single-post .body.withimg
{
	display: flex;
}

body.single-post .share
{
	padding: 20px;
}

body.single-post .share .twitter
{
	width: 60px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	background: url(images/tweet.png) no-repeat center center / 100%;
	border-radius: 2px;
	margin-left: -10px;
}

body.single-post .body.withimg .img
{
	flex: 0 0 50%;
}

body.single-post .body .inner
{
	padding: 0 16px;
	line-height: 24px;
}

body.single-post .body .inner .accroche
{
	font-weight: 600;
	padding-top: 32px;
	padding-bottom: 20px;
}

body.single-post .body .inner p
{
	padding-bottom: 26px;
}

.wpcf7-validation-errors
{
	padding: 0 25px 25px 25px!important;
	color: red;
	text-align: center;
}

#contactForm textarea::-webkit-input-placeholder, #contactForm input::-webkit-input-placeholder { color:#262626; opacity: 1; font-family: 'Open Sans', serif; font-size: 14px; text-transform: none; }
#contactForm textarea::-moz-placeholder, #contactForm input::-moz-placeholder { color:#262626; opacity: 1; font-family: 'Open Sans', serif; font-size: 14px; text-transform: none; }
#contactForm textarea:-ms-input-placeholder, #contactForm input:-ms-input-placeholder { color:#262626; opacity: 1; font-family: 'Open Sans', serif; font-size: 14px; text-transform: none; }
#contactForm textarea:-moz-placeholder, #contactForm input:-moz-placeholder { color:#262626; opacity: 1; font-family: 'Open Sans', serif; font-size: 14px; text-transform: none; }



#contactForm .wpcf7-mail-sent-ok
{
	display: none;
}

#contactForm h1, body.page-template-store-locator h1
{
	font-family: 'EB Garamond', serif;
	font-size: 36px;
	font-style: italic;
	text-align: center;
	margin-bottom: 15px;
}

#contactForm .full
{
	text-align: left;
}

#contactForm .legende
{
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#contactForm .submit
{
	text-align: center;
}

#contactForm .merci
{
	display: none;
}

#contactForm .submit input, .sent #contactForm .merci a
{
	display: inline-block;
	vertical-align: top;
	color: #fff;
	width: 126px;
	height: 40px;
	line-height: 40px;
	background: #89253f;
	text-transform: uppercase;
	font-size: 12px;
	border: 0;
}

#contactForm > .form > p
{
	font-size: 14px;
	line-height: 23px;
	padding-bottom: 40px;
	text-align: center;
}

#contactForm .rowfile
{
	margin-top: 20px;
}

#contactForm .row
{
	margin-bottom: 15px;
}

.sent #contactForm .form
{
	display: none;
}

.sent #contactForm .merci
{
	display: block;
	text-align: center;
	padding-bottom: 100px;
}

.sent #contactForm .txt
{
	width: 425px;
	max-width: 100%;
	padding: 20px 25px;
	background: #f8f0e0;
	color: #89253f;
	font-size: 14px;
	line-height: 20px;
	margin-top: 70px;
	margin-bottom: 32px;
	display: inline-block;
	vertical-align: top;
}

#contactForm .selectcontainer > span
{
	display: block;
	width: 100%;
}

#contactForm input[type=text], #contactForm input[type=email], #contactForm textarea
{
	height: 44px;
	background: #fff;
	border: 1px solid #e8e7e7;
	padding: 0 12px;
	font-size: 14px;
	color: #262626;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}

#contactForm textarea
{
	height: 180px;
	padding: 12px;
	resize: none;
}

#contactForm .left
{
	width: calc(50% - 19px);
	float: left;
	position: relative;
}

#contactForm .left .info
{
	display: none;
	position: absolute;
	right: 0;
	top: 50px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 20px;
	font-size: 13px;
	z-index: 9;
}

#contactForm .left .i
{
	position: absolute;
	right: 14px;
	top: 16px;
	width: 7px;
	height: 14px;
	cursor: pointer;
	z-index: 2;
	background: url(images/info.png) no-repeat center center / 100%;
}

form input[name=numero], form input[name=dlc]
{
	padding-right: 27px!important;
}

#contactForm .left:first-child
{
	margin-right: 38px;
}

body.page-template-contact #header .pad, body.page-template-store-locator #header .pad
{
	height: 134px;
}


body.single-fromage #header .pad
{
	height: 625px;
}

body.single-fromage:not(.home) #header h1
{
	text-transform: uppercase;
	font-size: 60px;
	padding: 0 141px;
}

body.single-fromage:not(.home) #header .txt
{
	font-size: 24px;
	text-transform: uppercase;
}

body.single-fromage:not(.home) #header .medailles
{
	position: absolute;
	right: 0;
	bottom: 5px;
	display: flex;
	align-items: center;
	flex-flow: row-reverse;
	height: 100%;
}

body.single-fromage:not(.home) #header .medailles .col
{
	margin-left: 20px;
}

body.single-fromage:not(.home) #header .medailles img
{
	display: block;
	margin-bottom: 10px;
	width: 115px;
}

body.single-fromage:not(.home) #header .aop
{
	display: block;
	background: url(images/aop.png) no-repeat center center / 90px;
	width: 100%;
	height: 90px;
	margin-top: 25px;
	position: absolute;
	left: 0;
}

body.single-fromage:not(.home) #header .arrow
{
	width: 300px;
	color: #fff;
	background: url(images/down.png) no-repeat bottom center / 36px;
	left: calc(50% - 150px);
	font-size: 30px;
	padding-bottom: 67px;
	bottom: 25px;
}

body.single-fromage:not(.home).de #header .arrow
{
	font-size: 22px;
}

body.single-fromage .row
{
	display: flex;
}

body.single-fromage .row > div
{
	width: 50%;
}

body.single-fromage .caracs
{
	position: relative;
	background: #f2cd51;
	padding: 50px 0;
}


body.single-fromage .right
{
	padding-left: 36px;
	position: relative;
}

body.single-fromage .right .more
{
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 36px;
	border: 1px solid #000;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 15px;
}


body.single-fromage .p
{
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	text-align: center;
}

body.single-fromage .right > div
{
	width: 450px;
	max-width: 100%;
}

body.single-fromage .right .intensite
{
	color: #89253f;
	font-size: 20px;
	font-style: italic;
	font-family: 'EB Garamond', serif;
}

body.single-fromage .right .intensite ul
{
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}

body.single-fromage .right .intensite li
{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 4px;
	vertical-align: middle;
	border-radius: 10px;
	background: #89253f;
	opacity: 0.2;
}

body.single-fromage .right .intensite li.on
{
	opacity: 1;
}

body.single-fromage .right .p
{
	width: auto;
	text-align: justify;
}

body.single-fromage .suggestions
{
	position: relative;
	background: #f8f0e0;
	text-align: center;
	padding: 30px;
}


body.single-fromage .suggestions .p
{
	margin: 20px 0;
}

body.single-fromage .suggestions .more
{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	background: #89253f;
	padding: 15px 20px;
	margin-top: 20px;
}

body.single-fromage .suggestions .left, body.single-fromage .saviez.intl .left
{
	background: url(images/produit-separ.png) repeat-y right center / 1px;
}

body.single-fromage .right > div.accords
{
	display: flex;
	font-size: 14px;
	justify-content: space-between;
	width: 100%;
	margin-top: 52px;
}

body.single-fromage .accords > div
{
	padding-left: 43px;
	text-align: left;
	width: calc(50% - 30px);
	min-height: 57px;
	display: flex;
	align-items: center;
}

body.single-fromage .accords:not(.one) > div:first-child
{
	margin-right: 30px;
}

body.single-fromage .right > div.accords.one
{
	justify-content: center;
}

body.single-fromage .accords .rouge
{
	background: url(images/vin_rouge.png) no-repeat left center / 31px auto;
}

body.single-fromage .accords .blanc
{
	background: url(images/vin_blanc.png) no-repeat left center / 31px auto;
}

body.single-fromage .accords .champagne
{
	background: url(images/champagne.png) no-repeat left center / 31px auto;
}

body.single-fromage .saviez.intl
{
	background: #fff;
}

body.single-fromage .saviez.intl .right h2
{
	font-size: 24px;
}

body.single-fromage .saviez.intl .right .img
{
	text-align: center;
	width: auto;
	padding-top: 10px;
}

body.single-fromage .saviez.intl .right .img img
{
	width: 211px;
}

body.single-fromage .saviez.intl .left
{
	padding: 0px 40px 10px 40px;
}

body.single-fromage .suggestions .left
{
	padding: 0px 100px 10px 100px;
}

body.single-fromage .suggestions .right
{
	padding: 0px 50px 10px 50px;
}

body.single-fromage .suggestions .left .p, body.single-fromage .ingredients .left .p
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

body.single-fromage .ingredients
{
	text-align: center;
	padding: 30px;
}

body.single-fromage .ingredients .left
{
	background: url(images/produit-separ.png) repeat-y right center / 1px;
	padding-bottom: 30px;
	padding-right: 20px;
}

body.single-fromage .ingredients .formats
{
	width: 100%;
	padding-top: 40px;
}

body.single-fromage .ingredients .formats li
{
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #89253f;

	margin: 0 10px;
}

body.single-fromage .ingredients .formats li, body.single-fromage .ingredients .formats li a
{
	color: #89253f;
	width: 146px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

body.single-fromage .ingredients .formats li a {
	display: block;
}

body.single-fromage h2
{
	font-style: italic;
	font-size: 45px;
	margin: 15px 0;
	font-family: 'EB Garamond', serif;
}

body.single-fromage .palmares
{
	background: #fdfbf7;
	padding: 20px 50px 50px 50px;
}

body.single-fromage .palmares .p
{
	width: 100%;
}

body.single-fromage .palmares .medailles, body.single-fromage .saviez .medailles
{
	text-align: center;
	margin-top: 50px;
	display: block;
}

body.single-fromage .palmares .medailles img
{
	width: 118px;
	margin: 0 50px;
}

body.single-fromage .saviez .medailles img
{
	width: 118px;
	margin: 0 10px;
}

body.single-fromage .row h2
{
	font-size: 36px;
}

body.single-fromage .slider img
{
	position: absolute;
	left: 0;
}

body.single-fromage .slider
{
	width: 430px;
	height: 430px;
	background: #fff;
	position: relative;
	margin: 0 auto;
}

body.single-fromage .saviez
{
	text-align: center;
	background: #f8f0e0;
	padding: 35px 15px;
}

body.single-fromage .slider .bx-wrapper
{
	margin: 0;
}

body.single-fromage .bx-wrapper .bx-pager, body.single-fromage  .bx-wrapper .bx-controls-auto
{
	bottom: 15px;
}

body.single-fromage .bx-wrapper .bx-pager.bx-default-pager a
{
	background: none;
	border: 2px solid #89253f;
	width: 15px;
	height: 15px;
	position: relative;
	margin: 0 3px;
}

body.single-fromage .bx-wrapper .bx-pager.bx-default-pager a.active:after, body.single-fromage .bx-wrapper .bx-pager.bx-default-pager a:hover:after
{
	content: '';
	width: 11px;
	height: 11px;
	display: inline-block;
	background: url(images/slider-puce.png) no-repeat center center / 7px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

body.single-fromage .slider .bx-wrapper img
{
	position: relative;
	left: auto;
}

body.single-fromage .slider .bx-wrapper li > div
{
	text-align: center;
	display: flex;
	width: 430px;
	height: 430px;
	justify-content: center;
	align-items: center;
	background: #fff;
}

body.single-recette #header .pad, body.single-post #header .pad
{
	height: 188px;
}

body.single-post #header .pad
{
	align-items: flex-end;
	padding-bottom: 30px;
	font-size: 42px;
	color: #89253f;
	font-family: 'EB Garamond', serif;
}

body.single-recette #header .pad .cache, body.single-post #header .pad .cache
{
	display: none;
}

body.single-recette #primary, body.single-post #primary
{
	background: #fff;
	padding: 12px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: #392b2b;
	font-size: 14px;
}

body.single-post #primary
{
	width: 1200px;
	margin-bottom: 40px;
	max-width: 100%;
}


body.single-recette h1, body.single-post h1
{
	font-size: 30px;
	font-family: 'EB Garamond', serif;
	text-transform: uppercase;
}

body.single-post h1
{
	font-size: 26px;
}

body.single-recette .criteres
{
	flex: 1;
	display: flex;
	align-items: flex-end;
}

body.single-recette .criteres ul
{
	display: flex;
}

body.single-recette .criteres li
{
	width: 50px;
	margin-right: 50px;
	text-align: center;
	padding-top: 40px;
	font-size: 12px;
	color: #89253f;
	font-weight: bold;
}

body.single-recette .criteres li.nb
{
	background: url(images/icon1.png) no-repeat center top / auto 32px;
}

body.single-recette .criteres li.preparation
{
	background: url(images/icon2.png) no-repeat center 5px / auto 27px;
}

body.single-recette .criteres li.cuisson
{
	background: url(images/icon3.png) no-repeat center 5px / auto 27px;
}


body.single-recette .criteres li.difficulte
{
	background: url(images/icon4.png) no-repeat center 2px / auto 30px;
}

body.single-recette .row {
	display: flex;
}

body.single-recette .row .left {
	width: 50%;
	display: flex;
	flex-flow: column;
	padding-right: 25px;
}

body.single-recette .row .left .content {
	padding-top: 15px;
}

body.single-recette .row .right {
	width: 50%;
}

body.single-recette .suite {
	display: flex;
}

body.single-recette .suite .ingredients {
	flex: 0 0 265px;
	margin-right: 27px;
	font-size: 14px;
}

body.single-recette .suite .ingredients li {
	background: url(images/bullet.png) no-repeat 2px 8px / auto 4px;
	margin-bottom: 15px;
	padding-left: 10px;
}

body.single-recette .suite .ingredients li.soustitre {
	background: none;
}

body.single-recette .suite .ingredients.produit {
	text-align: center;
	margin-bottom: 30px;
}

body.single-recette .suite .ingredients.produit img {
	width: 158px;
	display: inline-block;
}

body.single-recette .bx-wrapper li {
	background: none!important;
	padding-left: 0!important;
}

body.single-recette .bx-wrapper {
	margin-bottom: 15px;
}

body.single-recette .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -28px;
}

body.single-recette .suite .preparation {
	flex: 1;
}

body.single-recette .suite .preparation li {
	margin-bottom: 15px;
	display: flex;

}

body.single-recette .suite .preparation li span {
	display: inline-block;
	vertical-align: top;
	height: 23px;
	flex: 0 0 23px;
	line-height: 23px;
	margin-right: 16px;
	background: #89253f;
	text-align: center;
	color: #fff;
	font-size: 10px;
}

body.single-recette .suite h2 {
	padding-bottom: 15px;
	background: url(images/recette-hr.png) repeat-x center bottom;
	margin-bottom: 22px;
}

body:not(.home):not(.single-recette):not(.page-template-contact) #header .pad .cache
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/banner-high.png) no-repeat center center / 100%;
	z-index: 1;
}

body.single-recette .tools {
	margin-top: 140px;
	border: 1px solid #c1c1c1;
	height: 80px;
	line-height: 80px;
	text-transform: uppercase;
	font-size: 26px;
	color: #999;
	font-family: 'EB Garamond', serif;
	display: flex;
	margin-bottom: 44px;
}

body.single-recette .tools .share {
	padding: 0 50px 0 30px;
	border-right: 1px solid #c1c1c1;
	display: flex;
	align-items: center;
}

body.single-recette .tools .share span {
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
}

body.single-recette .tools .share ul
{
	display: flex;
}

body.single-recette .tools .share li {
	width: 39px;
	height: 39px;
	margin-right: 10px;
	cursor: pointer;
}

body.single-recette .tools .share li.facebook {
	background: url(images/facebook.png) no-repeat center center / 100%;
}
body.single-recette .tools .share li.twitter {
	background: url(images/twitter.png) no-repeat center center / 100%;
}
body.single-recette .tools .share li.email {
	background: url(images/email.png) no-repeat center center / 100%;
}

body.single-recette .tools .print {
	padding: 0 60px;
	display: flex;
	align-items: center;
	cursor: pointer;
}


body.single-recette .tools .print span {
	display: inline-block;
	width: 38px;
	height: 35px;
	background: url(images/print.png) no-repeat center center / 100%;
	margin-left: 23px;
}

#toggle
{
	width: 150px;
	height: 42px;
	line-height: 36px;
	float: right;
	background: url(images/menu.png) no-repeat right center / auto 42px;
	font-size: 18px;
	color : #992950;
	font-family: 'EB Garamond', serif;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 3;
}

#togglepays
{
	width: 25px;
	height: 25px;
	cursor: pointer;
	position: absolute;
	right: 23px;
	top: 49px;
	z-index: 3;
	border: 2px solid #992950;
	border-radius: 25px;
}

#togglepays.fr
{
	background: url(images/france-rond.png) no-repeat center center / 25px 25px;
}

#togglepays.en
{
	background: url(images/intl.png) no-repeat center center / 25px 25px;
}

#togglepays.nl
{
	background: url(images/belgique.png) no-repeat center center / 25px 25px;
}

#togglepays.de
{
	background: url(images/allemagne-rond.png) no-repeat center center / 25px 25px;
}

#togglepays.pl
{
	background: url(images/pologne-rond.png) no-repeat center center / 25px 25px;
}

body:not(.home) #toggle
{
	top: 25px;
}

body:not(.home) #togglepays
{
	top: 74px;
}

#mainNav
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(60, 11, 34, 0.95);
	z-index: 99;
	text-align: center;
	padding-top: 30px;
	display: none;
}

#mainNav > div {
	position: relative;
}

#mainNav > div > div {
	margin-top: 35px;
}

#mainNav .close {
	width: 27px;
	height: 27px;
	background: url(images/close.png) center center / 100%;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 25px;
}

#mainNav a
{
	font-size: 24px;
	color : #fff;
	font-family: 'EB Garamond', serif;
}

#mainNav .logo img
{
	width: 135px;
}

#mainNav li {
	margin-bottom: 15px;
}

#countries {
	position: fixed;
	left: calc(50% - 382px);
	top: 116px;
	width: 765px;
	max-width: 100%;
	background: rgba(255, 255, 255, 0.95);
	z-index: 99;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 60px;
	display: none;
}

#countries h2,
#countries p {
	font-size: 36px;
	font-family: 'EB Garamond', serif;
	margin-bottom: 45px;
	font-style: italic;
}

#countries ul {
	text-align: right;
}

#countries, #countries a {
	font-size: 14px;
	color: #333;
}

#countries a {
	font-size: 12px;
	text-decoration: underline;
}

#countries ul li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	text-align: left;
	padding-left: 62px;
	margin-bottom: 35px;
	position: relative;
}

#countries ul li span {
	font-weight: bold;
}

#countries ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 42px;
	height: 30px;
	display: block;
}

#countries .close {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 26px;
	height: 26px;
	background: url(images/pays_close.png) no-repeat center center / 100%;
	cursor: pointer;
}

#countries ul li.intl:before {
	background: url(images/intl.png) no-repeat center center / 100%;
}
#countries ul li.france:before {
	background: url(images/france.png) no-repeat center center / 100%;
}
#countries ul li.allemagne:before {
	background: url(images/allemagne.png) no-repeat center center / 100%;
}
#countries ul li.belgique:before {
	background: url(images/belgique.png) no-repeat center center / 100%;
}
#countries ul li.suisse:before {
	background: url(images/suisse.png) no-repeat center center / 100%;
}
#countries ul li.pologne:before {
	background: url(images/pologne.png) no-repeat center center / 100%;
}

@media (max-height: 700px)
{
	#mainNav li {
		margin-bottom: 5px;
	}

	#mainNav a
	{
		font-size: 18px;
	}

	#mainNav > div > div {
		margin-top: 15px;
	}
}

body #header .logo img
{
	width: 254px;
	display: inline-block;
	vertical-align: top;
}

/*
body #header.withslider .logo
{
	padding-top: 35px;
}
*/
/*
body #header.withslider .logo img
{
	width: 165px;
}
*/


body:not(.home) #header .logo
{
	position: absolute;
	left: -134px;
	z-index: 2;
}

body:not(.home).single-post #header .logo
{
	left: 0;
}

body:not(.home) #header .logo img
{
	width: 333px;
}

body.home #header .first .txt
{
	margin-top: 248px;
}

body.home #header .txt
{
	font-family: 'EB Garamond', serif;
	color: #992950;
	font-size: 30px;
	font-style: italic;
	padding-top: 10px;
	text-align: center;
}

body:not(.home) #header .txt
{
	color: #992950;
	font-size: 15px;
	text-align: center;
	position: relative;
	z-index: 3;
	width: 100%;
}


body:not(.home) #header p
{
	padding-top: 22px;
	width: 600px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

body:not(.home) #header H1
{
	font-family: 'EB Garamond', serif;
	color: #992950;
	font-size: 50px;
	line-height: 55px;
}


body:not(.home).fixed
{
	padding-top: 145px;
}

body:not(.home).fixed.tofixed
{
	padding-top: 635px;
}

body:not(.home).fixed.tofixed #header
{
	background: #fcfbf7!important;
}

body:not(.home).fixed #header H1
{
	font-size: 36px;
	line-height: 40px;
}

body:not(.home).fixed #header .years
{
	position: relative;
	z-index: 2;
}

body #header .arrow
{
	width: 37px;
	height: 20px;
	background: url(images/down.png) no-repeat center center / 100%;
	position: absolute;
	bottom: 57px;
	left: calc(50% - 18px);
	cursor: pointer;
}


body:not(.home) #header .arrow
{
	width: 130px;
	background: url(images/down2.png) no-repeat bottom center / 25px 15px;
	bottom: 36px;
	left: calc(50% - 65px);
	cursor: pointer;
	z-index: 3;
	font-size: 24px;
	font-style: italic;
	color: #89253f;
	text-align: center;
	padding-bottom: 55px;
	font-family: 'EB Garamond', serif;
}

body:not(.home).fixed #header .arrow
{
	display: none;
}

body.page-template-boutique #header
{
	margin-bottom: 40px;
}

body.page-template-boutique .cols
{
	text-align: center;
	font-family: 'EB Garamond', serif;
}

body.page-template-boutique .cols h2
{
	font-size: 40px;
	font-style: italic;
	margin-bottom: 30px;
}

body.page-template-boutique .cols .wpb_text_column
{
	width: 420px;
	max-width: 100%;
}

body.page-template-boutique .cols p
{
	padding-bottom: 20px;
	font-size: 18px;
}

body.page-template-boutique .cols img
{
	width: 420px;
	margin-bottom: 13px;
	display: inline-block;
}

body.page-template-boutique .cols .wpb_single_image:last-child img
{
	margin-bottom: 0;
}

body.page-template-boutique .wpb_column.fond_jaune > .vc_column-inner > .wpb_wrapper
{
	background: #f8f0e0;
	font-style: italic;
	font-family: 'EB Garamond', serif;
	font-size: 20px;
}

body.single-post .bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);
}

body.single-post .bx-wrapper .bx-prev {
	background: url(images/prev2.png) no-repeat center center / 100%;
	left: -140px;
}

body.single-post .bx-wrapper .bx-next {
	background: url(images/next2.png) no-repeat center center / 100%;
	background-position: 0!important;
	right: -140px;
}


.news_slider
{
	background: #89253f;
	padding: 50px 0 50px 0;
	color: #fff;
	font-size: 14px;
}

.news_slider > div
{
	width: 650px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	float: none;
}

body.single-post .news_slider > div
{
	width: 750px;
	max-width: 100%;
}

body.single-post .news_slider .news
{
	display: flex;
	align-items: center;
}

body.single-post .news_slider .more
{
	padding-top: 20px;
	text-align: center;
}

body.single-post .news_slider .more a
{
	border: 1px solid #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 10px 30px;
	text-transform: uppercase;
	color: #fff;
}

body.single-post .news_slider .more a:hover
{
	background: #fff;
	color: #89253f;
	border-color: #fff;
}

body.single-post .news_slider .pad
{
	padding: 0 40px 40px 40px;
	width: 100%;
}

body.single-post .news_slider .img
{
	flex: 1 0 260px;
}

.news_slider .wpb_text_column
{
	margin-bottom: 50px;
}

.news_slider h2
{
	font-family: 'EB Garamond', serif;
	font-style: italic;
	font-size: 36px;
}

.news_slider
{
	line-height: 25px;
}

body.page-template-boutique .contact
{
	background: #fdfbf7;
	padding: 70px 0;
}


body.page-template-boutique .contact p
{
	padding-bottom: 30px;
	background: url(images/separ.png) no-repeat center bottom / 81px auto;
	margin-bottom: 20px;
	line-height: 20px;
}

body.page-template-boutique .contact p:last-child
{
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}


body.page-template-boutique .contact .wpb_single_image
{
	margin-bottom: 0;
}

body.page-template-boutique .contact .wpb_single_image img
{
	border: 5px solid #fff;
}

body.page-template-boutique .contact
{
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	color: #010101;
}

body.page-template-boutique .contact h2
{
	font-family: 'EB Garamond', serif;
	font-style: italic;
	font-size: 36px;
	font-weight: 300;
	color: #89253f;
	margin-bottom: 35px;
}

body.page-template-boutique .contact h3
{
	font-family: 'EB Garamond', serif;
	font-size: 24px;
	color: #89253f;
}

body.page-template-boutique .cols .wpb_single_image:last-child img
{
	margin-bottom: 0;
}

body.page-template-savoir-faire .cols .wpb_text_column, body.page-template-savoir-faire .portait
{
	width: 475px;
	max-width: 87%;
	margin-left: auto;
	margin-right: auto;
}

body.page-template-savoir-faire .cols
{
	margin: 95px 0;
	text-align: center;
}

body.page-template-savoir-faire .cols.style2
{
	margin: 0;
	background: #eed9b1;
	padding: 50px 0;
}

body.page-template-savoir-faire .cols p
{
	padding-bottom: 20px;
	font-size: 18px;
}

body.page-template-savoir-faire .cols img
{
	width: 420px;
	margin-bottom: 16px;
	display: inline-block;
}

body.page-template-savoir-faire .cols .img1 img
{
	width: auto;
/*	margin-bottom: 0;*/
}

body.page-template-savoir-faire .cols .img1 .wpb_single_image
{
	padding-right: 50px;
}

body.page-template-savoir-faire .cols .img1 .wpb_single_image.wpb_text_column
{
	width: 100%;
	max-width: 100%;
	padding-bottom: 20px;
}

body.page-template-savoir-faire .citation
{
	background: url(images/v_separ2.png) no-repeat center top / 1px 36px;
	position: relative;
	padding: 42px 0;
	font-family: 'EB Garamond', serif;
}

body.page-template-savoir-faire .cols .citation p
{
	font-style: italic;
	font-size: 21px;
	line-height: 31px;
}

body.page-template-savoir-faire .citation .wpb_wrapper
{
	padding-top: 30px;
}

body.page-template-savoir-faire .citation:before
{
	content: '';
	width: 60px;
	height: 42px;
	background: url(images/quote1.png) no-repeat left top / auto 42px;
	display: block;
	position: absolute;
	left: -30px;
	top: 0;
}

body.page-template-savoir-faire .citation:after
{
	content: '';
	width: 60px;
	height: 42px;
	background: url(images/quote2.png) no-repeat right top / auto 42px;
	display: block;
	position: absolute;
	right: -30px;
	bottom: 0;
}

body.page-template-savoir-faire .style2 .citation:before
{
	background-image: url(images/quote1-b.png);
}

body.page-template-savoir-faire .style2 .citation:after
{
	background-image: url(images/quote2-b.png);
}

body.page-template-savoir-faire .cols .personne p
{
	font-size: 14px;
	text-align: center;
	font-family: 'EB Garamond', serif;
}

body.page-template-savoir-faire .cols .legende
{
	margin-top: 25px;
}

body.page-template-savoir-faire .cols .legende p
{
	font-size: 12px;
	text-align: center;
	font-family: 'EB Garamond', serif;
}

body.page-template-savoir-faire .personne strong
{
	font-size: 24px;
}

body.page-template-savoir-faire .portait
{
	text-align: center;
}

body.page-template-savoir-faire .portait img
{
	width: 155px;
	margin-bottom: 27px;
}



body.page-template-histoire .vc_row:not(.intro) .wpb_text_column
{
	width: 450px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

body.page-template-histoire .wpb_text_column p
{
	line-height: 30px;
	font-size: 14px;
}

body.page-template-histoire .vc_row.jaune
{
	background: #f2cd51;
}

body.page-template-histoire .vc_row.rouge
{
	background: #89253f;
}

body.page-template-histoire .vc_row.beige
{
	background: #eed9b1;
}

body.page-template-histoire .vc_row.jaune .wpb_column:first-child .vc_column-inner, body.page-template-histoire .vc_row.beige .wpb_column:first-child .vc_column-inner
{
	padding-left: 0;
}

body.page-template-histoire .vc_row.rouge .wpb_column:last-child .vc_column-inner
{
	padding-right: 0;
}

body.page-template-histoire .vc_row.rouge
{
	color: #fff;
}

body.page-template-histoire .vc_row.beige
{
	color: #3c0b22;
}

body.page-template-histoire .vc_row
{
	margin-bottom: 100px;
}

body.page-template-histoire .vc_row:first-child, body.page-template-histoire .vc_row:last-child
{
	margin-bottom: 0;
}

body.page-template-histoire .vc_row:not(.intro) h2
{
	position: relative;
	padding: 16px 0 25px 0;
	font-family: 'EB Garamond', serif;
	font-size: 30px;
	font-style: italic;
	font-weight: 300;
}

body.page-template-histoire .vc_row:not(.intro) h2:after
{
	background: url(images/v_separ2.png) no-repeat center bottom / 1px 36px;
	height: 36px;
	content: '';
	display: block;
}

body.page-template-histoire .vc_row.rouge h2:after
{
	background-image: url(images/v_separ2-b.png);
}

body.page-template-histoire .years
{
	background: #f6ecd8;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.page-template-histoire .years li
{
	margin-right: 15px;
}

body.page-template-histoire .years li:after
{
	content: '';
	width: 34px;
	background: url(images/annee-separ.png) no-repeat right center / auto 1px;
	height: 52px;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

body.page-template-histoire .years li a
{
	font-size: 24px;
	color: #ac9583;
	font-family: 'EB Garamond', serif;
	font-style: italic;
	height: 52px;
	display: inline-block;
	line-height: 52px;
	padding: 0 10px;
}

body.page-template-histoire .years li.active a
{
	color: #000;
}

body.page-template-histoire .years li.current a
{
	background: #eed9b1;
}


body.home .intro
{
	padding: 45px 15px 15px 15px;
}

body.home  .intro h1
{
	font-size: 42px;
	font-family: 'EB Garamond', serif;
	margin-bottom: 20px;
}



body:not(.home) .intro
{
	padding: 75px 15px 45px 15px;
}


body:not(.home) .intro h2
{
	font-size: 48px;
	font-family: 'EB Garamond', serif;
	margin-bottom: 20px;
}

body:not(.home).page-template-terroir .intro h2
{
	font-size: 30px;
	font-style: italic;
}

body.page-template-terroir .carte img
{
	max-width: 100%;
	width: 436px;
}

body.page-template-terroir .wpb_column.fond_rouge
{
	padding: 20px 0 0 0;
	font-size: 14px;
}

body.page-template-terroir .wpb_column.fond_rouge > .vc_column-inner
{
	background: #89253f;
	padding: 25px 70px;
	line-height: 30px;
}

body.page-template-terroir .wpb_column.fond_rouge hr
{
	margin: 27px 0;
	height: 1px;
	background: url(images/separ-rouge.png) no-repeat center center / 34px auto;
	border: 0;
}

a.vc_btn3-size-md, a.btn
{
	font-size: 12px!important;
	text-transform: uppercase;
	padding: 15px;
	border: 1px solid #000!important;
	background: none!important;
	display: inline-block;
}

a.btn
{
	padding: 10px 20px;
}

a.vc_btn3-size-md:hover, a.btn:hover
{
	background: #3c0b22!important;
	border: 1px solid #3c0b22!important;
	color: #fff!important;
}

.fond_rouge, .fond_bordeaux
{
	color: #fff;
}

.fond_rouge a.btn, .fond_bordeaux a.btn
{
	color: #fff;
	border-color: #fff!important;
}

.fond_rouge a.btn:hover
{
	background: #fff!important;
	border: 1px solid #fff!important;
	color: #89253f!important;
}

.fond_bordeaux a.btn:hover
{
	background: #fff!important;
	border: 1px solid #fff!important;
	color: #3c0b22!important;
}

.vc_row-o-equal-height .wpb_content_element {
	margin-bottom: 0!important;
}

.vc_row-o-equal-height {
	margin-bottom: 60px;
}


body.home .fondrecettes .vc_row-o-equal-height {
	margin-bottom: 0;
}

body.home .fondrecettes .vc_row-o-equal-height {
	margin-top: -40px;
}

body.home .fondrecettes .vc_row-o-equal-height:first-child {
	margin-top: 0;
}

.wpb_column.fond_beige > .vc_column-inner  > .wpb_wrapper {
	background: #f8f0e0;
}

.wpb_column.fond_jaune > .vc_column-inner  > .wpb_wrapper {
	background: #f2cd51;
}

.wpb_column.fond_rouge > .vc_column-inner  > .wpb_wrapper {
	background: #89253f;
}

.wpb_column.fond_bordeaux > .vc_column-inner  > .wpb_wrapper {
	background: #3c0b22;
}

.wpb_column.right_t > .vc_column-inner  > .wpb_wrapper {
	width: 80%;
	padding: 35px 15px 35px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.home .fondrecettes .wpb_column.right_t > .vc_column-inner {
	justify-content: flex-start;
	padding-top: 53px;
}

body.home .fondrecettes .wpb_column.left_t > .vc_column-inner {
	justify-content: flex-end;
	padding-bottom: 53px;
}

body.home .fondrecettes .imagecal_left {
	padding-left: 0;
}

body.home .fondrecettes .imagecal_right {
	padding-right: 0;
}

.wpb_column.left_t {
	position: relative;
	z-index: 2;
}

.wpb_column.left_t > .vc_column-inner {
	align-items: flex-end;
}

.wpb_column.left_t > .vc_column-inner  > .wpb_wrapper {
	width: 80%;
	padding: 35px 15px 70px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wpb_column.fond_jaune h2, .wpb_column.fond_rouge h2, .wpb_column.fond_bordeaux h2, .wpb_column.fond_beige h2 {
	margin: 30px 0 40px 0;
	font-family: 'EB Garamond', serif;
	font-size: 29px;
	line-height: 34px;
}

.wpb_column.fond_jaune h6, .wpb_column.fond_rouge h6, .wpb_column.fond_bordeaux h6 {
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	font-style: italic;
}


body.page-template-terroir .wpb_column.fond_jaune h2, body.page-template-terroir .wpb_column.fond_beige h2 {
	margin: 0;
	font-size: 42px;
}

body.page-template-terroir .wpb_column.fond_jaune p, body.page-template-terroir .wpb_column.fond_beige p {
	margin: 30px 0;
	font-style: italic;
	font-family: 'EB Garamond', serif;
	line-height: 35px;
	font-size: 21px;
}

body.page-template-terroir .wpb_column.right_t > .vc_column-inner > .wpb_wrapper, body.page-template-terroir .wpb_column.left_t > .vc_column-inner > .wpb_wrapper
{
	padding: 55px 15px 35px 15px;
}

.wpb_column.right_t > .vc_column-inner {
	margin-left: -80px;
}

.wpb_column.left_t > .vc_column-inner {
	margin-right: -80px;
}

.bx-wrapper .bx-viewport {
	left: 0;
	box-shadow: none;
	border: 0;
	background: none;
}


body.home #bxslider {
	margin-bottom: 78px!important;
}

body.home #bxslider .mobile {
	display: none;
}

body.home #bxslider ul img {
	height: auto;
}

body.home #bxslider li {
	position: relative;
	padding-bottom: 45px;
}

body.home #bxslider .title {
	display: block;
	background: #eed9b1;
	position: absolute;
	bottom: 0px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	text-transform: uppercase;
	width: calc(100% - 82px);
	left: 41px;
	font-family: 'EB Garamond', serif;
	text-align: center;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 20px;
	height: 20px;
	border: 5px solid #eed9b1;
	background: #eed9b1;
	border-radius: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #992950;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -46px;
}

.bx-wrapper .bx-controls-direction a {
	width: 53px;
	height: 70px;
	top: calc(50% - 35px);
}

.bx-wrapper .bx-prev {
	background: url(images/prev.png) no-repeat center center / 100%;
	left: -30px;
}

#header .bx-wrapper .bx-prev {
	left: 0;
	opacity: 0.4;
}

.bx-wrapper .bx-next {
	background: url(images/next.png) no-repeat center center / 100%;
	right: -30px;
	background-position: 0!important;
}

#header .bx-wrapper .bx-next {
	right: 0;
	opacity: 0.4;
}

body.page-template-boutique .bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);
}

body.page-template-boutique .bx-wrapper .bx-prev {
	background: url(images/prev2.png) no-repeat center center / 100%;
	left: -140px;
}

body.page-template-boutique .bx-wrapper .bx-next {
	background: url(images/next2.png) no-repeat center center / 100%;
	background-position: 0!important;
	right: -140px;
}

body.home .fondrecettes {
	background: #eed9b1;
	padding-bottom: 60px;
}

body.home .recettes {
	padding: 60px 0 40px 0;
}

body.home .recettes h2 {
	font-size: 48px;
	color: #3c0b22;
	font-family: 'EB Garamond', serif;
}

.vc_row.visite {
	background: url(images/fond_pierre.jpg) no-repeat top center / 100%;
}

.vc_row.visite h2 {
	color: #89253f;
	font-size: 40px;
	font-family: 'EB Garamond', serif;
	margin: 30px 0;
	text-align: center;
}

.vc_row.visite .boutique a , .vc_row.visite .fromage a {
	position: relative;
	display: block;
}

.vc_row.visite img, body.home .vc_row.histoire img {
	height: auto;
	display: block;
}

.vc_row.visite .boutique > .vc_column-inner, .vc_row.visite .fromage > .vc_column-inner, body.home .vc_row.histoire .wpb_column > .vc_column-inner {
	padding: 0;
}

.vc_row.visite .vc_row-o-equal-height, body.home .vc_row.histoire.vc_row-o-equal-height {
	margin-bottom: 0;
}

.vc_row.visite .boutique .b, .vc_row.visite .fromage .b {
	position: absolute;
	width: 223px;
	height: 106px;
	left: calc(50% - 111px);
	top: calc(50% - 53px);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: 'EB Garamond', serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}

.vc_row.visite .boutique .b {
	background: #89253f;
}

.vc_row.visite .boutique strong {
	font-size: 28px;
}

.vc_row.visite .fromage .b {
	background: #3c0b22;
	font-size: 21px;
	color: #eed9b1;
	line-height: 25px;
}

.vc_row.visite .fromage strong {
	font-size: 30px;
}

body.home .vc_row.recettes .vc_btn3 {
	padding: 10px 30px;
	color: #3c0b22!important;
	border-color: #3c0b22!important;
}

body.home .vc_row.recettes .vc_btn3:hover {
	color: #fff!important;
}

.vc_row.adresse {
	margin: -106px auto 0 auto;
	width: 500px;
	max-width: 80%;
	background: #fff url(images/v_separ.png) no-repeat center 28px / 1px 81px;
	position: relative;
	z-index: 2;
	padding: 28px 28px 12px 28px;
	text-align: center;
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	color: #666;
	line-height: 22px;
}

.vc_row.adresse strong {
	font-size: 24px;
	color: #992950;
	font-weight: normal;
}

body.page .visiter a {
	background: #89253f!important;
	color: #fff;
	border: 0!important;
	padding: 10px 25px;
	border: 1px solid #89253f!important;
}

body.page .visiter a:hover {
	background: #fff!important;
	color: #89253f!important;

}

body.home .adressemore {
	margin-bottom: 30px;
}

body.home .vc_row.histoire .wpb_text_column .wpb_wrapper {
	position: relative;
}

body.home .vc_row.histoire .flex {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #fff;
	line-height: 25px;
}

body.home .vc_row.histoire .flex h2 {
	font-family: 'EB Garamond', serif;
	font-size: 30px;
	margin-bottom: 20px;
}

body.home .vc_row.histoire .btn, #header #specialButton {
	margin-top: 37px;
	color: #fff;
	border: 0!important;
	padding: 10px 25px;
	line-height: normal;
}

#header #specialButton {
	position: absolute;
	right: 152px;
	top: 3px;
	margin-top: 0;
}

body.home .vc_row.histoire .left .btn, header #specialButton {
	background: #89253f!important;
}

body.home .vc_row.histoire .right .btn {
	background: #3c0b22!important;
}


body.home .vc_row.histoire .left .btn:hover, body:not(.home) #header .back:hover , body.single-recette .btnproduit:hover, #header #specialButton:hover {
	background: #fff!important;
	color: #89253f!important;
}

body.single-recette .btnproduit {
	border: 1px solid #89253f;
}


body.home .vc_row.histoire .right .btn:hover {
	background: #fff!important;
	color: #3c0b22!important;
}

body.page-template-recettes .filters {
	margin: 23px 0;
}

.selectcontainer:after
{
	clear: both;
	content: '';
	display: table;
}


.selectcontainer
{
	width: 310px;
	height: 42px;
	line-height: 42px;
	position: relative;
	overflow: hidden;
}

.selectcontainer select
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 42px;
}


.selectcontainer span.select
{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #89253f url(images/select.png) no-repeat right center / auto 9px;
	font-size: 15px;
	position: absolute;
	padding-right: 44px;
	text-align: left;
	text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
    text-indent: 13px;
    font-family: 'EB Garamond', serif;
}


#contactForm .selectcontainer {
	width: 100%;
	height: 44px;
	line-height: 44px;
}

#contactForm .selectcontainer span.select{
	background: #fff url(images/select2.png) no-repeat right center / auto 8px;
	border: 1px solid #e8e7e7;
	height: 44px;
	line-height: 44px;
	color: #262626;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	text-indent: 11px;
}

body.page-template-recettes .number {
	padding: 25px 0;
	font-family: 'EB Garamond', serif;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
}

body.page-template-recettes .number span {
	display: block;
	font-size: 36px;
}

body.page-template-recettes .filters .choices {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

body.page-template-recettes .filters .choices > * {
	margin: 10px;
}

body.page-template-recettes .filters input[type=submit] {
	background: none;
	border: 1px solid #89253f;
	color: #89253f;
	text-transform: uppercase;
	font-family: 'EB Garamond', serif;
	cursor: pointer;
	height: 35px;
	padding: 0 15px;
}

body.page-template-recettes .filters .search {
	margin-top: 38px;
	width: 640px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

body.page-template-recettes .filters .search input {
	width: 100%;
	height: 45px;
	border: 0;
	display: block;
	background: url(images/search.png) no-repeat 15px center / 15px;
	padding-left: 43px;
	color:#89253f; opacity: 1;
	font-family: 'EB Garamond', serif;
	font-size: 15px;
	text-transform: uppercase;
}


form .field::-webkit-input-placeholder { color:#89253f; opacity: 1; font-family: 'EB Garamond', serif; font-size: 15px; text-transform: uppercase; }
form .field::-moz-placeholder { color:#89253f; opacity: 1; font-family: 'EB Garamond', serif; font-size: 15px; text-transform: uppercase; }
form .field:-ms-input-placeholder { color:#89253f; opacity: 1; font-family: 'EB Garamond', serif; font-size: 15px; text-transform: uppercase; }
form .field:-moz-placeholder { color:#89253f; opacity: 1; font-family: 'EB Garamond', serif; font-size: 15px; text-transform: uppercase; }



body.page-template-recettes .filters .search:before, body.page-template-recettes .filters .search:after {
	content: '';
	height: 1px;
	display: block;
	background: url(images/search-border.png) repeat-x left top / auto 1px;
}

body.page-template-recettes .recettes, body.page-template-produits .recettes, body.page-template-produits .recettes,
.related-recipes .recettes
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


body.page-template-produits .recettes
{
	margin-top: 84px;
	width: 1227px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

body.page-template-produits .export .recettes
{
	margin-top: 50px;
}

body.page-template-recettes .recettes li, body.page-template-produits .recettes li, body.page-template-terroir-regions .recettes li,
.related-recipes .recettes li
{
	width: 312px;
	margin: 0 48px 94px 48px;
	text-align: center;
}

body.page-template-recettes .recettes li a, body.page-template-produits .recettes li a, body.page-template-terroir-regions .recettes li a,
.related-recipes .recettes li a
{
	position: relative;
	display: inline-block;
}

body.page-template-recettes .recettes li a img, body.page-template-produits .recettes li a img,
.related-recipes .recettes li a img
{
	display: block;
}

body.page-template-terroir-regions .recettes li a
{
	text-align: center;
	height: 160px;
}

body.page-template-terroir-regions .recettes li a img
{
	width: 200px;
	display: inline-block;
}

#imgmapmobile {z-index: -2; }

body.page-template-recettes .recettes li a .titre, body.page-template-produits .recettes li a .titre, body.page-template-terroir-regions .recettes li a .titre,
.related-recipes .recettes li a .titre
{
	display: flex;
	position: absolute;
	bottom: -33px;
	width: calc(100% - 42px);
	background: #eed9b1;
	justify-content: center;
	align-items: center;
	font-family: 'EB Garamond', serif;
	font-size: 16px;
	line-height: 19px;
	left: 21px;
	/*height: 63px;*/
	min-height: 63px;
	text-transform: uppercase;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

body.page-template-produits .export .recettes li a .titre
{
	padding-right: 26px;
}

body.page-template-terroir-regions .recettes li a .titre
{
	bottom: auto;
	position: relative;
	width: 100%;
	left: auto;
	line-height: 15px;
}

body.page-template-produits .recettes li a .titre > span
{
	display: block;
}

body.page-template-produits .recettes li a .medailles
{
	position: absolute;
	right: 10px;
	top: 10px;

}

body.page-template-produits .recettes li a .medailles.many
{
	width: 155px;
}

body.page-template-produits .recettes li a .medailles.many .medaille
{
	float: right;
	margin-left: 15px;
}

body.page-template-produits .recettes li a .medailles img
{
	width: 55px;
	display: block;
	margin-bottom: 10px;
}

body.page-template-produits .recettes li a .titre > span .aop
{
	display: block;
	position: absolute;
	right: -21px;
	top: 5px;
	background: url(images/aop.png) center center / 100%;
	width: 48px;
	height: 48px;
}

body.page-template-produits .export .recettes li a .aop
{
	display: block;
	position: absolute;
	right: 12px;
	top: 12px;
	background: url(images/aop.png) center center / 100%;
	width: 58px;
	height: 58px;
}

body.page-template-produits .export .recettes li.chevre .titre
{
	background: #eed9b1 url(images/chevre2.png) no-repeat right center / 39px auto;
}
body.page-template-produits .export .recettes li.vache .titre
{
	background: #eed9b1 url(images/vache2.png) no-repeat right center / 39px auto;
}

body.page-template-produits .choices
{
	display: flex;
	justify-content: center;
}

body.page-template-produits .choices .choice
{
	/*width: 358px;*/
	height: 62px;
	line-height: 62px;
	background: #eed9b1;
	color: #000;
	font-family: 'EB Garamond', serif;
	font-size: 22px;
	padding: 0 84px 0 30px;
	text-align: left;
	position: relative;
	margin: 50px 40px 0 40px;
	cursor: pointer;
}

body.page-template-produits .choices .choice.vache
{
	background: #eed9b1 url(images/vache.png) no-repeat right center / 59px auto;
}
body.page-template-produits .choices .choice.chevre
{
	background: #eed9b1 url(images/chevre.png) no-repeat right center / 59px auto;
}

body.page-template-produits .choices .choice span
{
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	/*
	position: absolute;

	left: 20px;
	top: 23px;
	*/
	margin-right: 20px;
	margin-top: 5px;
}

body.page-template-produits .choices .choice.active span
{
	background: #fff url(images/check.png) no-repeat center center / 100%;
}

body.page-template-recettes .recettes li a .cache, body.page-template-produits .recettes li a .cache, body.page-template-terroir-regions .recettes li a .cache
{
	width: calc(100% - 2px);
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	display: none;
	justify-content: center;
	align-items: center;
}

body.page-template-recettes .recettes li a:hover .cache, body.page-template-produits .recettes li a:hover .cache, body.page-template-terroir-regions .recettes li a:hover .cache
{
	display: flex;
}

body.page-template-recettes .recettes li a .cache span, body.page-template-produits .recettes li a .cache span, body.page-template-terroir-regions .recettes li a .cache span
{
	background: #89253f;
	color: #fff;
	height: 42px;
	line-height: 42px;
	padding: 0 25px;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
}

body.page-template-terroir-regions .regions .region:nth-child(2n+1)
{
	background: #fbf9f5;
}

body.page-template-terroir-regions .regions .region
{
	padding: 55px;
}

body.page-template-terroir-regions .regions .region .row
{
	display: flex;
	justify-content: center;
	align-items: center;
}

body.page-template-terroir-regions .regions .region .img
{
	/*width: 280px;*/
	/* padding-top: 30px; */
	display: flex;
	align-items: flex-end;
	margin-right: 40px;
}

body.page-template-terroir-regions .regions .region .img img
{
	width: 240px;
}

body.page-template-terroir-regions .regions .region .produits
{
	/* flex: 1 1;*/
}

body.page-template-terroir-regions .regions .region .produits .recettes
{
	display: block;
}

body.page-template-terroir-regions .regions .region h2
{
	font-family: 'EB Garamond', serif;
	font-size: 30px;
	color: #000;
	font-style: italic;
	margin-bottom: 70px;
}

body.page-template-terroir-regions .regions .region .produits .recettes li
{
	width: 188px;
	float: left;
	margin: 0 10px 18px 0;
}

body.page-template-terroir-regions .regions .region .produits .recettes li a
{
	width: 100%;
	height: 207px;
	margin-right: 19px;
	background: #fff;
}



body.page-template-terroir-regions .regions .region .produits .recettes li .img
{
	height: 159px;
	width: auto;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	position: relative;
	margin-right: 0;
}

body.page-template-terroir-regions .regions .region .produits .recettes li img
{
	width: 125px;
}

body.page-template-terroir-regions .carte
{
	background: #89253f;
	color: #fff;
	padding: 60px 0 75px 0;
	z-index: 2;
	position: relative;
}

@media (min-width: 901px)
{
	body.page-template-terroir-regions .carte:before
	{
		content: '';
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #89253f;
		z-index: 3;
	}
}

body.page-template-terroir-regions .carte .mobile {
	display: none;
}

@media (min-width: 1280px)
{

	body.page-template-terroir-regions .carte .region.bourgogne .trait
	{
		width: 488px;
		height: 118px;
		background: url(images/trait-bourgogne.png) no-repeat center center / 100%;
		position: absolute;
		left: 435px;
		top: 75px;
		z-index: 3;
	}

	body.page-template-terroir-regions .carte .region.champagne .trait
	{
		width: 491px;
		height: 49px;
		background: url(images/trait-champagne.png) no-repeat center center / 100%;
		position: absolute;
		left: 435px;
		top: 75px;
		z-index: 3;
	}

	body.page-template-terroir-regions .carte .region.perigord .trait
	{
		width: 380px;
		height: 217px;
		background: url(images/trait-perigord.png) no-repeat center center / 100%;
		position: absolute;
		left: 435px;
		top: 75px;
		z-index: 3;
	}

	body.page-template-terroir-regions .carte .region.valdeloire .trait
	{
		width: 409px;
		height: 103px;
		background: url(images/trait-valdeloire.png) no-repeat center center / 100%;
		position: absolute;
		left: 435px;
		top: 75px;
		z-index: 3;
	}
}

body.page-template-terroir-regions .carte .photo
{
	text-align: center;

}

body.page-template-terroir-regions .carte .photo img
{
	width: 293px;
	display: inline-block;
	vertical-align: top;
	border: 5px solid #fcf3e6;
	margin-bottom: 15px;
}

body.page-template-terroir-regions .carte .region.current
{
	z-index: 3;
}

body.page-template-terroir-regions .carte .region.last
{
	z-index: 4;
	background: none;
	display: block;
	width: 50%;
	left: auto;
	right: 0;
}

body.page-template-terroir-regions .carte .region
{
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #89253f;
	z-index: 1;
}

body.page-template-terroir-regions .carte .region:first-child
{
	position: relative;
}

body.page-template-terroir-regions .carte .region .text, body.page-template-terroir-regions .carte .region .img
{
	width: 50%;
}

body.page-template-terroir-regions .carte .region .img
{
	position: relative;
}

body.page-template-terroir-regions .carte .region.last .img
{
	float: none;
	width: 100%;
}

body.page-template-terroir-regions .carte .region .img img
{
	width: 425px;
}

body.page-template-terroir-regions .carte .region .img img.vide
{
	display: none;
}

body.page-template-terroir-regions .carte .region .text
{
	padding: 0 0 0 53px;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
}

body.page-template-terroir-regions .wrap
{
	position: relative;
}

body.page-template-terroir-regions .carte .region .text .more
{
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 30px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

body.page-template-terroir-regions .carte .region .text > div
{
	width: 480px;
	max-width: 100%;
}

body.page-template-terroir-regions .carte .region .text h2
{
	font-size: 36px;
	color: #f5d7ab;
	font-family: 'EB Garamond', serif;
	margin-bottom: 20px;
	line-height: 40px;
}

#colophon
{
	background: #3c0b22;
}

#colophon .after
{
	background: #330d1d;
	height: 37px;
	line-height: 37px;
	text-align: center;
}

#colophon .after ul
{
	display: flex;
}

#colophon, #colophon a
{
	font-family: 'EB Garamond', serif;
	font-size: 14px;
	color: #fff;
}

#colophon .after > div {
	display: inline-block;
}

#colophon .after > div a {
	font-size: 14px;
}

#colophon .after > div li:before {
	content: ' - ';
	margin-right: 10px;
}


#colophon li
{
	padding-left: 10px;
}

#colophon li a {
	font-size: 16px;
}

#colophon li a:hover {
	text-decoration: underline;
}

#colophon > .wrap {
	display: flex;
	padding: 70px 15px 60px 15px;
	justify-content: space-around;
	align-items: center;
}

#colophon > .wrap ul
{
	border-left: 1px solid #eed9b1;
	padding-top: 5px;
	min-height: 78px;
}

#colophon .logo img {
	width: 134px;
}

#maps
{
	width: 100%;
	height: 582px;
}

#storelocator  {
	display: flex;
	margin-top: 50px;
}

#storelocator .left {
	width: 381px;
	padding-right: 25px;
	padding-top: 10px;
}

#storelocator .right {
	flex: 1 1;
}

#storelocator .filters li {
	font-family: 'EB Garamond', serif;
	font-size: 15px;
	cursor: pointer;
	padding: 8px 20px 8px 44px;
	position: relative;
	text-transform: uppercase;
	color: #000;
}

#storelocator .filters li > span {
	position: absolute;
	display: block;
	left: 15px;
	top: 12px;
	width: 12px;
	height: 12px;
	border: 1px solid #eed9b1;
}

#storelocator .filters li.active {
	background: #89253f;
	color: #fff;
}

#storelocator .filters li.active > span {
	background: #f2cd51;
	border: 2px solid #fff;
}

#storelocator .search
{
	width: 233px;
	height: 35px;
	border: 1px solid #89253f;
	position: relative;
	margin-bottom: 50px;
}

#storelocator .search > span
{
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(images/search-rouge.png) center center / 100%;
	right: 12px;
	top: 10px;
	cursor: pointer;
}

#storelocator .search input
{
	border: 0;
	width: 100%;
	height: 33px;
	padding: 0 35px 0 10px;
	color: #89253f;
}

body.page-template-store-locator #content
{
	width: 1038px;
	max-width: 100%;
	background: #fdfbf7;
	margin: 0 auto!important;
	padding: 50px 20px 50px 50px;
	border: 0!important;
}

body.page-template-store-locator .titre
{
	font-weight: 600;
	font-size: 14px;
	color: #89253f;
	font-family: 'EB Garamond', serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

body.page-template-store-locator .legende
{
	color: #333;
	font-size: 12px;
	padding-top: 50px;
}

/*Related recipes block*/
.related-recipes h3,
.related-product-list h2.title-section{
	text-align: center;
	font-size: 30px;
	margin: 25px 0;
}

.related-recipes.related-product-list .recettes li a h3.titre{
	margin: 15px 0;
	font-style: normal;
}

@media (min-width: 1000px) {
	.related-recipes.related-product-list {
		margin-top: 50px;
	}

	.related-recipes.related-product-list h3 {
		font-size: 35px;
		margin-bottom: 35px;
	}

	.related-recipes:not(.related-product-list) .recettes li {
		margin: 0 20px 20px;
		width: 260px;
	}

	.related-recipes:not(.related-product-list) .recettes li a img {
		height: 240px;
	}
}

@media (max-width: 1500px)
{
	body:not(.home) #header .logo
	{
		left: 0;
	}
}

@media (max-width: 1290px)
{
	.bx-wrapper .bx-prev
	{
		left: 0;
	}

	.bx-wrapper .bx-next
	{
		right: 0;
	}

	body.page .vc_row, body.page-template-histoire .years{
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 1250px)
{

	body.page-template-recettes .recettes, body.page-template-produits .recettes,
	.related-recipes .recettes
	{
		text-align: center;
		display: block;
	}

	body.page-template-recettes .recettes li, body.page-template-produits .recettes li,
	.related-recipes .recettes li
	{
		margin: 0 24px 94px 24px;
		display: inline-block;

	}
}

@media (max-width: 1100px)
{
	body.single-post .news_slider .news
	{
		display: block;
		padding-bottom: 50px;
	}

	body.single-post .news_slider .news .img
	{
		text-align: center;
		padding-bottom: 15px;
	}

	body.single-post .news_slider .news .img img
	{
		display: inline-block;
	}

	body.single-post .bx-wrapper .bx-controls-direction a.bx-prev
	{
		left: 15px;
		bottom: -15px;
		top: auto;
	}

	body.single-post .bx-wrapper .bx-controls-direction a.bx-next
	{
		right: 15px;
		bottom: -15px;
		top: auto;
	}

	#header #specialButton {
		left: 22px;
		right: auto;
	}
}

@media (max-width: 1010px)
{
	body.single-post .body.withimg {
		display: block;
	}

	body.single-post .body.withimg .img {
		text-align: center;
	}

	body.single-recette .row {
		flex-flow: column-reverse;
	}

	body.single-recette .row .left, body.single-recette .row .right {
		width: 100%;
		text-align: center;
	}

	body.single-recette h1 {
		font-size: 21px;
		margin: 25px;
	}

	body.single-recette .criteres {
		justify-content: center;
	}

	body.single-recette .suite {
		display: block;
	}

	body.single-recette #primary {
		max-width: calc(100% - 40px);
	}

	#toggle {
		top: -38px;
	}

	#togglepays {
		top: 11px;
	}

	body.single-fromage:not(.home) #header h1 {
		font-size: 44px;
		line-height: 45px;
	}

	body.single-fromage:not(.home) #header .medailles img {
		width: 82px;
	}

	body.page-template-terroir .wpb_column.fond_jaune h2, body.page-template-terroir .wpb_column.fond_beige h2 {
		font-size: 29px;
	}

	body.page-template-terroir .wpb_column.fond_jaune p, body.page-template-terroir .wpb_column.fond_beige p {
		font-size: 18px;
		line-height: 26px;
		margin: 20px;
	}

	body.page-template-terroir .wpb_column.right_t > .vc_column-inner > .wpb_wrapper, body.page-template-terroir .wpb_column.left_t > .vc_column-inner > .wpb_wrapper {
		padding: 25px 15px 35px 15px;
	}

	body.page-template-terroir .wpb_column.fond_rouge > .vc_column-inner {
		line-height: 21px;
	}

	body.page-template-savoir-faire .cols .citation p {
		font-size: 18px;
		line-height: 26px;
	}

	body.page-template-savoir-faire .citation {
		padding: 27px 0;
	}

	body.single-recette .related-recipes .recettes {
		display: block;
	}
}



@media (max-width: 900px)
{
	body.single-fromage .row
	{
		display: block;
	}

	body.single-fromage .saviez .right
	{
		margin-top: 45px;
	}

	body.single-fromage .row > div
	{
		width: 100%;
	}

	body.single-fromage .right .more {
		position: relative;
		left: auto;
		margin-top: 15px;
	}

	body.single-fromage .right {
		padding-right: 36px;
		text-align: center;
	}

	body.single-fromage .right .p {
		text-align: center;
	}

	body.single-fromage .right > div {
		width: auto;
	}

	body.single-fromage h2 {
		font-size: 36px;
	}

	body.single-fromage .suggestions .left, body.single-fromage .saviez.intl .left {
		padding: 0;
		background: none;
	}

	body.single-fromage .ingredients .left {
		background: none;
	}

	body.page-template-boutique .bx-wrapper .bx-prev {
		left: 10px;
	}

	body.page-template-boutique .bx-wrapper .bx-next {
		right: 10px;
	}

	body.page-template-boutique .bx-wrapper .bx-controls-direction a {
		top: auto;
		bottom: -45px;
	}

	body.page-template-store-locator #content {
		padding-left: 20px;
	}

	body.page-template-store-locator:not(.home) #header {
		height: 133px;
	}

	#storelocator  {
		display: block;
	}

	#storelocator  .left {
		width: 100%;
		padding-right: 0;
	}

	#storelocator  .titre {
		text-align: center;
	}

	#storelocator .search {
		width: 100%;
	}

	#maps {
		height: 550px;
		margin-top: 25px;
	}


	body.page-template-terroir-regions .carte .region .text {
		position: absolute;
		left: 25px;
		top: 25px;
		width: calc(100% - 50px)!important;
		height: calc(100% - 50px);
		display: none;
		background: rgba(60, 11, 34, 0.9);
		z-index: 9;
		text-align: center;
	}

	body.page-template-terroir-regions .carte .region .text, body.page-template-terroir-regions .carte .region .img, body.page-template-terroir-regions .carte .region.last {
		width: 100%;
		text-align: center;
	}

	body.page-template-terroir-regions .carte .mobile {
		display: block;
		text-align: center;
		font-size: 25px;
		color: #f9e7cd;
		font-style: italic;
		font-family: 'EB Garamond', serif;
		padding-bottom: 50px;
		background: url(images/carte-separ.png) no-repeat center bottom / 1px auto;
		margin-bottom: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}

	body.page-template-terroir-regions .carte .region {
		display: block;
		padding: 60px 0 75px 0;
	}

	body.page-template-terroir-regions .carte .region.current .text {
		display: block;
		padding: 25px;
	}

	body.page-template-terroir-regions .carte .region.current {
		z-index: 10;
	}

	body.page-template-terroir-regions .carte {
		position: relative;
	}

	body.page-template-terroir-regions .carte .wrap {
		position: static;
	}

	body.page-template-terroir-regions .carte .region .text > div {
		width: 100%;
	}

	body.page-template-terroir-regions .carte .region .text {
		padding-left: 0;
	}


	body.page-template-terroir-regions .carte .close
	{
		width: 22px;
		height: 22px;
		background: url(images/terroir-close.png) no-repeat center center / 100%;
		position: absolute;
		right: 10px;
		top: 10px;
		cursor: pointer;
	}

	body.page-template-terroir-regions .carte .region .img img.dyn
	{
		display: none;
	}

	body.page-template-terroir-regions .carte .region .img img.vide
	{
		display: inline-block;
	}

	body.page-template-terroir-regions .regions .region .row {
		display: block;
		text-align: center;
	}

	body.page-template-terroir-regions .regions .region .img {
		width: 130px;
		display: inline-block;
		vertical-align: top;
	}

	body.page-template-terroir-regions .regions .region h2 {
		font-size: 23px;
	}

	body.page-template-terroir-regions .regions .region .produits .recettes li {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	body.page-template-terroir-regions .regions .region {
		padding: 35px 15px;
	}

	body.page-template-terroir-regions .regions .region .produits .recettes li {
		width: calc(50% - 20px);
		margin-right: 10px;
	}

	body.page-template-terroir-regions .recettes li a .titre {
		font-size: 13px;
	}

	body.page-template-produits .choices {
		flex-flow: column;
		align-items: center;
		margin-top: 20px;
	}

	body.page-template-produits .choices .choice {
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 0px;
		margin-top: 20px;
		max-width: 500px;
	}

	#header #specialButton {
		left: 4px;
		top: -31px;
		font-size: 11px!important;
		padding: 7px 10px;
	}
}

@media (max-width: 800px)
{
	#countries
	{
		width: calc(100% - 40px);
		left: 20px;
		top: 50px;
		padding: 25px;
	}

	#countries li {
		min-width: 224px;
	}
}

@media (max-width: 750px)
{
	#colophon .after {
		height: auto;
		line-height: normal;
	}

	#colophon .after > div li::before {
		margin: 5px;
	}

	#contactForm p br {
		display: none;
	}

	#contactForm .left {
		width: 100%;
	}

	#contactForm .left:first-child {
		margin-bottom: 15px;
	}

	.wpb_column.right_t > .vc_column-inner
	{
		margin-left: 0;
	}

	#colophon > .wrap {
		display: block;
		padding: 40px 15px 40px 15px;
	}

	#colophon {
		text-align: center;
	}

	#colophon li {
		padding-left: 0;
	}

	#colophon > .wrap ul {
		border-left: 0;
		margin: 20px 0;
	}

	#colophon > .wrap > div:nth-child(2) > div:before, #colophon > .wrap > div:last-child > div:after
	{
		background: #f1d9ad;
		display: inline-block;
		width: 88px;
		content: '';
		height: 1px;
		opacity: 0.6;
	}

	#colophon > .wrap ul {
		min-height: 0;
	}

	body.page-template-recettes .filters .choices {
		flex-flow: column;
	}

	body.page-template-recettes .filters .choices > * {
		margin-left: auto;
		margin-right: auto;

	}

	body.page-template-recettes .filters .search {
		margin-top: 15px;
		padding: 0 20px;
	}

	body.page-template-recettes .recettes li a .titre, body.page-template-produits .recettes li a .titre,
	.related-recipes .recettes li a .titre{
		font-size: 13px;
		padding: 10px;
	}

	body.page-template-recettes .recettes li, body.page-template-produits .recettes li,
	.related-recipes .recettes li {
		margin-bottom: 54px;
	}

	body.page-template-recettes .recettes li a img, body.page-template-produits .recettes li a img,
	.related-recipes .recettes li a img{
		margin-left: auto;
		margin-right: auto;
	}


	body.single-fromage:not(.home) #header h1 {
		font-size: 29px;
		line-height: 34px;
		padding: 0 87px;
	}

	body.page-template-savoir-faire .cols .img1 .wpb_single_image {
		padding-right: 0;
	}

}

@media (max-width: 600px)
{
	body:not(.home) #header H1
	{
		font-size: 35px;
		line-height: 45px;
	}

	body:not(.home) #header .txt
	{
		font-size: 13px;
	}

	body #header .logo img
	{
		width: 128px;
	}

	#header #specialButton {
		top: -47px;
	}

	body.home #header .txt
	{
		font-size: 26px;
		padding-top: 20px;
	}

	body.home #header .first .txt
	{
		margin-top: 144px;
	}

	body #header
	{
		height: 433px;
		padding-top: 52px;
	}

	body.home .intro h1
	{
		font-size: 30px;
	}

	body.home .intro
	{
		padding-top: 15px;
	}

	body.home .intro .txt
	{
		font-size: 12px;
	}

	.vc_btn3.vc_btn3-size-md
	{
		padding: 8px 15px!important;
	}

	a.vc_btn3-size-md, a.btn
	{
		font-size: 11px!important;
	}

	body.home #bxslider .bx-viewport
	{
		max-width: calc(100% - 140px);
		margin-left: auto;
		margin-right: auto;
	}



	body.home #bxslider .title
	{
		font-size: 15px;
		height: 42px;
		width: calc(100% - 44px);
		left: 22px;
		bottom: 18px;
	}

	body.home #bxslider li
	{
		text-align: center;
	}

	body.home #bxslider .desktop {
		display: none;
	}

	body.home #bxslider .mobile {
		display: inline-block;
		vertical-align: top;
	}

	.bx-wrapper .bx-controls-direction a
	{
		width: 46px;
		height: 60px;
		top: calc(50% - 30px);
	}

	.bx-wrapper .bx-pager.bx-default-pager a
	{
		width: 15px;
		height: 15px;
		border-width: 4px;
	}

	body #header .arrow
	{
		width: 30px;
		height: 15px;
		bottom: 78px;
		left: calc(50% - 15px);
	}

	#home_slider li div
	{
		padding-top: 174px;
	}

	.wpb_column.fond_jaune h2, .wpb_column.fond_rouge h2, .wpb_column.fond_bordeaux h2, .wpb_column.fond_beige h2
	{
		font-size: 23px;
		line-height: 31px;
		margin: 27px 0 28px 0;
	}

	#header .bx-wrapper .bx-controls-direction a {
		top: 373px;
	}
	#header .bx-wrapper .bx-controls-direction a.bx-prev {
		left: 16px;
	}
	#header .bx-wrapper .bx-controls-direction a.bx-next {
		right: 16px;
	}

	.vc_row-o-equal-height
	{
		margin-bottom: 36px;
	}

	.wpb_column.right_t > .vc_column-inner > .wpb_wrapper, .wpb_column.left_t > .vc_column-inner > .wpb_wrapper
	{
		width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
		padding: 23px 30px 34px 30px;
		margin-top: -25px;
	}

	body.home .recettes
	{
		padding: 37px 0 22px 0;
	}

	.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li
	{
		margin-bottom: 27px;
	}

	body.home .fondrecettes
	{
		padding-left: 20px!important;
		padding-right: 20px!important;
	}


	body.home .fondrecettes .imagecal_left
	{
		padding-right: 0;
	}

	body.home .fondrecettes .imagecal_right
	{
		padding-left: 0;
	}

	body.home .recettes h2
	{
		font-size: 28px;
	}

	body.home .fondrecettes .wpb_column.right_t > .vc_column-inner
	{
		padding-top: 0;
	}

	body.home .fondrecettes .wpb_column.right_t > .vc_column-inner > .wpb_wrapper, body.home .fondrecettes .wpb_column.left_t > .vc_column-inner > .wpb_wrapper
	{
		width: 100%;
	}

	.wpb_column.fond_jaune h6, .wpb_column.fond_rouge h6, .wpb_column.fond_bordeaux h6
	{
		font-size: 15px;
	}

	.wpb_column.fond_jaune h2, .wpb_column.fond_rouge h2, .wpb_column.fond_bordeaux h2, .wpb_column.fond_beige h2
	{
		font-size: 22px;
		line-height: 27px;
	}

	body.home .fondrecettes .vc_row-o-equal-height
	{
		margin-top: 56px;
	}

	.wpb_column.left_t > .vc_column-inner
	{
		margin-right: 0;
	}

	body.home .vc_row.histoire .flex .pad {
		padding: 0 20px;
	}

	body.home .vc_row.histoire .flex {
		line-height: 20px;
	}

	body.home .fondrecettes {
		padding-bottom: 0;
	}

	.vc_row.visite h2 {
		font-size: 29px;
	}

	.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
		margin-bottom: 32px!important;;
	}

	.vc_row.visite {
		background-size: cover;
	}

	body.home .vc_row.histoire .flex h2 {
		font-size: 24px;
		padding-top: 10px;
		margin-bottom: 10px;
	}

	body.home .vc_row.histoire .btn {
		margin-top: 13px;
	}

	.vc_row.adresse {
		margin-top: 0;
		background: none;
	}

	.vc_row.visite .boutique strong {
		font-size: 23px;
	}

	.vc_row.visite .fromage strong {
		font-size: 25px;
	}

	body:not(.home):not(.single-post) #header {
		height: 433px;
	}

	body:not(.home) #header .arrow {
		bottom: 84px;
	}

	body:not(.home) #header .logo {
		width: 100%;
	}

	body:not(.home) #header .logo img {
		width: 235px;
	}

	body:not(.home) .intro {
		padding: 25px 15px 25px 15px;
	}

	body:not(.home) .intro h2 {
		font-size: 25px;
		margin-bottom: 10px;
	}

	body.page-template-histoire .wpb_text_column p {
		line-height: 20px;
	}

	body.page-template-histoire .years li:after {
		display: none;
	}

	body.fixed.page-template-histoire:not(.home) #header .pad {
		padding-top: 96px;
	}

	body.fixed.page-template-histoire:not(.home) #header H1 {
		font-size: 26px;
	}

	body.page-template-histoire .years li a {
		font-size: 14px;
		height: 36px;
		line-height: 36px;
		padding: 0 5px;
	}

	body.page-template-histoire .years li {
		margin-right: 5px;
	}

	body.page-template-histoire .vc_row.jaune {
		background: none;
	}

	body.page-template-histoire .vc_row.jaune .wpb_column:last-child  {
		background: #f2cd51;
		max-width: calc(100% - 80px);
		margin-top: -20px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 2;
		padding-bottom: 20px;
	}

	body.page-template-histoire .vc_row:not(.intro) .wpb_text_column {
		max-width: calc(100% - 80px);
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 25px;
	}

	body.page-template-histoire .vc_row {
		margin-bottom: 0;
	}

	body.page-template-histoire .wpb_text_column p {
		font-size: 13px;
	}

	body.page-template-histoire .wpb_text_column p br {
		display: none;
	}


	body.page-template-histoire img[src*=aop] {
		width: 100px;
	}

	body:not(.home) #header .pad {
		align-items: flex-start;
		padding-top: 150px;
	}

	body:not(.home).page-template-terroir .intro h2 {
		font-size: 25px;
	}

	body.page-template-terroir .wpb_column.fond_jaune h2, body.page-template-terroir .wpb_column.fond_beige h2 {
		font-size: 30px;
	}

	body.page-template-terroir .wpb_column.fond_jaune p, body.page-template-terroir .wpb_column.fond_beige p {
		line-height: 27px;
		font-size: 18px;
	}

	body.page-template-terroir .wpb_column.fond_jaune p br, body.page-template-terroir .wpb_column.fond_beige p br {
		display: none;
	}

	body.page-template-terroir .wpb_column.right_t > .vc_column-inner > .wpb_wrapper, body.page-template-terroir .wpb_column.left_t > .vc_column-inner > .wpb_wrapper {
		padding-top: 35px;
	}

	a.btn {
		padding: 5px 20px;
	}

	body:not(.home) #header .txt {
		padding: 0 20px;
	}

	body:not(.home).fixed #header .txt {
		position: absolute;
		left: 0;
		width: 100%;
		top: 91px;
	}

	body:not(.home).fixed #header H1 {
		font-size: 26px;
	}

	body:not(.home) #header .pad {
		padding-top: 104px;
	}


	body.page-template-savoir-faire .cols {
		margin: 45px 0;
	}

	body.page-template-savoir-faire .citation::before {
		width: 51px;
		height: 30px;
		background-size: auto 30px;
		left: 0;
	}

	body.page-template-savoir-faire .citation::after {
		width: 51px;
		height: 30px;
		background-size: auto 30px;
		right: 0;
	}

	body.page-template-savoir-faire .citation .wpb_wrapper {
		padding-top: 0;
	}

	body.page-template-savoir-faire .cols .img1 .wpb_single_image {
		padding-right: 0;
	}

	body.page-template-savoir-faire .img1 .wpb_single_image {
		margin-bottom: 15px!important;
	}

	body.page-template-savoir-faire .img1.first {
		padding-top: 15px;
	}

	body.page-template-savoir-faire .cols .citation p {
		font-size: 20px;
		line-height: 30px;
	}


	body.single-fromage:not(.home) #header .medailles img {
		width: 60px;
	}

	body.single-fromage #header .pad {
		height: 423px;
	}

	body.single-fromage:not(.home) #header .arrow {
		font-size: 20px;
		background-size: 27px;
		padding-bottom: 56px;
	}


	body.single-fromage h2 {
		font-size: 25px!important;
		line-height: 30px!important;
	}

	body.single-fromage .suggestions .right {
		padding: 30px 0 0 0;
	}

	body.single-fromage .accords > div {
		width: 100%;
	}

	body.single-fromage .right > div.accords {
		margin-top: 22px;
	}

	body.single-fromage .palmares .medailles img, body.single-fromage .saviez .medailles img {
		width: 74px;
		margin: 0;
	}

	body:not(.home) #header .back {
		margin-top: 0;
	}

	body.single-recette:not(.home) #header {
		height: auto;
	}

	body.single-recette:not(.home) #header .pad {
		padding-top: 116px;
	}

	body.single-recette .row img {
		height: auto;
	}

	body.single-recette .row .left {
		padding-right: 0;
	}

	body.single-recette #primary {
		padding: 0;
	}


	body.single-recette .criteres li {
		width: 45px;
		margin: 0 5px 0 5px;
	}

	body.single-recette .suite .preparation {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	body.single-recette .suite .ingredients, body.single-recette .suite .preparation {
		margin-left: 26px;
		margin-right: 26px;
	}

	body.single-recette .suite h2 {
		text-transform: uppercase;
		background: none;
		border-bottom: 1px solid #000;
		font-family: 'EB Garamond', serif;
		padding-bottom: 5px;
	}

	body.page-template-boutique .cols h2 {
		font-size: 25px;
		margin-top: 15px;
	}

	.news_slider h2 {
		font-size: 25px;
	}

	.news_slider {
		font-size: 12px;
		line-height: 20px;
	}

	body.page-template-boutique .wpb_column.fond_jaune h2, body.page-template-boutique .wpb_column.fond_rouge h2, body.page-template-boutique .wpb_column.fond_bordeaux h2, body.page-template-boutique .wpb_column.fond_beige h2 {
		font-size: 21px;
	}

	body.page-template-boutique .wpb_column.fond_jaune > .vc_column-inner > .wpb_wrapper {
		font-size: 16px;
	}

	body.page-template-boutique .cols p {
		padding: 0 15px;
	}

	body.single-fromage:not(.home) #header .aop {
		background-size: 70px;
		margin-top: -10px;
	}


	body.single-fromage .slider, body.single-fromage .slider .bx-wrapper li > div {
		width: 100%;

	}

	#imgmap { z-index: -2; display: none; }
	#imgmapmobile { z-index: 4; }

	body.page-template-terroir-regions .carte .region .img img {
		width: 300px;
	}

	body.page-template-terroir-regions .carte .region .text h2 {
		font-size: 22px;
	}

	body.page-template-terroir-regions .carte .photo img {
		width: 175px;
		border-width: 3px;
	}

	#countries ul {
		text-align: center;
	}

	body.page-template-produits .choices .choice {
		font-size: 19px;
	}

	body.single-fromage:not(.home) #header .medailles .col {
		margin-left: 5px;
	}

	body.single-fromage:not(.home) #header .medailles img {
		width: 48px;
	}
}

@media (max-width: 500px)
{
	body.single-fromage:not(.home) #header h1
	{
		padding: 0;
	}

	.related-recipes.related-product-list .recettes li a img {
		height: auto;
	}
}

@media (max-width: 400px)
{
	body.page-template-produits .choices .choice {
		font-size: 15px;
	}

	body.page-template-recettes .recettes, body.page-template-produits .recettes,
	.related-recipes .recettes
	{
		margin-top: 40px;
	}

	body.page-template-recettes .recettes li, body.page-template-produits .recettes li,
	.related-recipes .recettes li
	{
		margin: 0 15px 60px 15px;
		width: auto;
	}

}





.dropdown {
  position: relative;
  margin-bottom: 0px;
}
.dropdown .dropdown-list {
  padding: 10px 20px;
  background: #fdfbf7;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  max-height: 223px;
  overflow-y: auto;
  display: none;
  z-index: 10;
  font-family: 'EB Garamond', serif;
  font-size: 15px;
  text-transform: uppercase;
}
.dropdown .checkbox {
  opacity: 0;
  transition: opacity .2s;
}



.dropdown .dropdown-label {
  display: block;
  cursor: pointer;
  position: relative;

  overflow: hidden;
	width: 310px;
	height: 35px;
	line-height: 35px;
	background: #89253f url(images/select.png) no-repeat right center / auto 9px;
	font-size: 15px;
	padding-right: 44px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
	text-indent: 13px;
	font-family: 'EB Garamond', serif;
}


.many .dropdown .dropdown-label {
	width: 240px;
}

.dropdown.open .dropdown-list {
  display: block;
}
.dropdown.open .checkbox {
  transition: 2s opacity 2s;
  opacity: 1;
}
.dropdown.open .dropdown-label:before {
  transform: translateY(-50%) rotate(-180deg);
}

.checkbox {
  margin-bottom: 9px;
}
.checkbox:last-child {
  margin-bottom: 0;
}
.checkbox .checkbox-custom {
  display: none;
}
.checkbox .checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox .checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin-top: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  height: 10px;
  padding: 2px;
  transform: rotate(45deg);
  text-align: center;
  border: solid #000;
  border-width: 0 2px 2px 0;
}
.checkbox .checkbox-custom-label {
  line-height: 16px;
  font-size: 16px;
  margin-right: 0;
  margin-left: 0;
  color: black;
  padding-left: 25px;
}

/*New changes*/

.home_slider-title h1,
.home_slider-title h2 {
	font-size: 30px;
}

.home_recettes-sub-title {
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	font-style: italic;
}

body.page .recettes-title {
	font-size: 48px;
	color: #3c0b22;
	margin: 0;
	font-family: 'EB Garamond', serif;
}

div.filters {
	display: block;
}

.recettes-seo__content {
	padding: 20px 75px 40px;
}

@media (max-width: 600px) {
	.home_slider-title h1,
	.home_slider-title h2 {
		font-size: 26px;
	}

	.home_recettes-sub-title {
		font-size: 15px;
	}

	body.page .recettes-title {
		font-size: 28px;
	}

	.recettes-seo__content {
		padding: 20px 55px 40px;
	}
}

.custom-breadcrumbs {
	position: relative;
	margin-top: 24px;
	padding-left: 24px;
	padding-right: 24px;
}

.custom-breadcrumbs__wrapper,
.custom-breadcrumbs__wrapper a {
	font-size: 16px;
	color: #3C0B22;
	font-family: 'EB Garamond', serif;
}

@media (min-width: 600px) {
	.custom-breadcrumbs {
		margin-top: 30px;
		margin-bottom: -30px;
	}
}
