#cookie-notice .cn-button {
	background-color: #e0d2bd !important;
}

.map-link {
	display: none !important;
}

.page-id-1179 #cookie-notice,
.page-id-55 #cookie-notice {
	display: none !important;
	pointer-events: none;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.et_pb_contact p input[type=checkbox]:checked+label i:before,
.et_pb_subscribe .et_pb_contact_field input[type=checkbox]:checked+label i:before {
	font-family: 'Montserrat';
	content: "✓";
}

#cookie-notice .cn-button {
	background: #7c1a42;
	border-radius: 0;
	border: 1px solid white;
}

.cookie-notice-container {
	background: #7c1a42;
}

#cn-notice-text {
	color: white;
}

/******************** GENERAL ******************/
*::-moz-selection {
	background: #7C1A42;
	color: white;
}

*::selection {
	background: #7C1A42;
	color: white;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: gray !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: gray !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: gray !important;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: gray !important;
}

input::placeholder,
textarea::placeholder {
	color: gray !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
#producer-first-title p {
	word-break: keep-all;
	overflow-wrap: initial;
}

p,
.et_pb_text_inner {}

html {
	background: #fbfbfb;
}

.home #page-container {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

#page-container {
	margin-top: 0 !important;
}

.page-id-55 #page-container,
.page-id-1179 #page-container {
	margin-left: 0 !important;
}

.menu-item a {
	cursor: pointer;
}

header#main-header {
	background: #2C2C2C;
	color: white;
}

.et_slide_in_menu_container .current_page_item:after,
.et_slide_in_menu_container .current-page-item:after,
.et_slide_in_menu_container .current-cat:after {
	content: "";
	background: url(https://plandedieu.fr/wp-content/uploads/2021/01/menu-paint.svg);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	background-size: contain;
}

.et_slide_in_menu_container .mobile_menu_bar.et_toggle_fullscreen_menu:before {
	content: url(https://plandedieu.fr/wp-content/uploads/2021/01/cross.svg) !important;
}

.append-logo-menu {
	position: relative;
	height: 100%;
}

.appended-menu a {
	color: white;
}

.ins-menu-notice {
	color: #757575;
	text-align: center;
	margin-top: -60px;
	font-family: 'Montserrat';
	font-size: 14px;
}

.lang-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lang-item span {
	margin: 0 9px;
}

.menu-lang-front-ins>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu-lang-front-ins a {
	margin: 0 5px;
}

#mobile_menu_slide .lang-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
}

#mobile_menu_slide .lang-item a {
	margin: 0 5px !important;
}

#mobile_menu_slide a {
	text-transform: uppercase;
}

.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
	opacity: 0.99;
}

header#main-header .mobile_menu_bar:before {
	content: "";
}

header#main-header .custom-hb:before {
	content: "MENU";
	position: absolute;
	top: 39px;
	font-size: 10px;
}

header#main-header .custom-hb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

header#main-header .custom-hb div {
	height: 4px;
	width: 32px;
	background: #FFFFFF;
	margin: 3px 0;
	-webkit-transition-duration: 600ms;
	-o-transition-duration: 600ms;
	transition-duration: 600ms;
}

header#main-header .custom-hb div:nth-child(1) {
	margin-left: -16px;
}

header#main-header .custom-hb div:nth-child(2) {
	width: 45px;
}

header#main-header .custom-hb:hover>div:nth-child(1) {
	-webkit-transform: translatex(16px);
	-ms-transform: translatex(16px);
	transform: translatex(16px)
}

header#main-header .custom-hb:hover>div:nth-child(2) {
	width: 32px;
}

@media (min-width:980px) {
	header#main-header {
		top: 0px;
		left: 0;
		height: 100vh;
		width: 160px;
	}

	header#main-header>.container {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 12%;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	header#main-header>.container:after {
		display: none;
	}

	header#main-header .logo_container {
		height: 80px;
		position: relative;
		text-align: center;
	}

	header#main-header #logo {
		height: 100px;
		width: 100px;
		max-height: unset;
		max-width: unset;
	}

	header#main-header .appended-menu {
		width: 100%;
	}

	header#main-header .appended-menu div:nth-child(1) {
		border-bottom: 0 !important;
		background: black;
	}

	header#main-header .appended-menu div:nth-child(2) {
		background: #7C1A42;
	}

	header#main-header .appended-menu div {
		text-align: center;
		border: 1px solid #707070;
		padding: 3% 0;
	}

	body {
		height: 100vh;
		overflow: hidden;
	}

	.nicescroll-rails-hr {
		display: none !important;
	}

	.et_pb_fullscreen_nav_container>div {
		width: 100%;
	}

	.et_header_style_fullscreen ul#mobile_menu_slide {
		width: 50%;
	}

	.append-logo-menu img {
		width: 250px;
		right: 0;
		top: 50%;
		right: 0;
		margin: auto;
		position: absolute;
		bottom: 50%
	}
}

#main-header .container {
	width: 90%;
}

@media (max-width:980px) {
	.append-logo-menu {
		display: none;
	}

	#logo {
		max-height: 75%;
		height: 75% !important;
		max-width: 75% !important;
	}

	.custom-hb {
		transform: scale(0.9);
	}
}

/******************** HOMEPAGE ******************/
.home .mobile_menu_bar:before {
	color: black;
}

body:not(.home) .mobile_menu_bar:before {
	color: white
}

.home .et_builder_inner_content>div {
	background-color: #fbfbfb;
}

.home #main-footer {
	display: none;
}

.home-section .et_pb_module {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#home-header-logo {
	margin-top: -9%;
	opacity: 0;
}

#home-section1:after {
	content: "";
	background: url(https://plandedieu.fr/wp-content/uploads/2021/01/paintsvg2.svg);
	background-position: right;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 2px;
	background-repeat: no-repeat;
	height: 100%;
}

#home-section1 {
	background-size: cover;
}

#home-section1 .et_pb_column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#home-section1 #home-header-logo {}

#home-section1 .et_pb_text {
	height: auto;
}

#home-section1 h1 {
	font-family: pdd;
	color: white;
	font-size: 96px;
	text-align: center;
	height: 98px;
	margin-left: 13px;
	white-space: nowrap;
}

#home-section1 h1 span {
	font-size: 69px;
	margin: 0 -17px;
}

#home-section1 h2 {
	background-size: cover;
}

#home-section1 h2 {
	font-family: montserrat;
	font-weight: 300;
	color: white;
	line-height: 1.5em;
}

#home-section1 h2 span {
	font-family: vidaloka;
	font-size: 1.5em;
	text-transform: uppercase;
}

#home-section2 p {
	font-family: vidaloka;
	color: #E0D2BD;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 1em;
}

#home-section2 p span {
	display: block;
}

.s2span2,
.s2span3 {}

#home-section3 {
	max-width: 1200px;
}

#home-section3 iframe {
	height: 100%;
	width: 100%;
	pointer-events: none;
}

#home-section3 .numbers-under-text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding: 0px;
	min-height: 500px;
}

#home-section3 .numbers-under-text .et_pb_text_inner {
	text-align: center;
	padding: 0 22% 50px 22%;
	color: black;
}

#number-module-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	padding: 0;
	overflow: hidden;
}

#number-module-section .et_pb_row {
	margin: 0;
	padding: 0;
}

#number-module-section .et_pb_row:nth-child(2) {
	margin-top: 3%;
}

.number-module {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #7c1a42;
}

.number-module .title {
	max-width: 215px;
}

.numbers-icons img {
	max-height: 68px;
	margin-bottom: 20px;
}

.page-id-55 .nicescroll-cursors {
	display: none !important;
}

.slick-dots li button:before {
	background: white;
	border-radius: 100%;
	width: 12px !important;
	height: 12px !important;
	color: white !important;
}

.slick-dots {
	bottom: 20% !important;
}

#home-section5 .et_pb_module {
	height: unset;
}

#home-section5 .et_pb_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#home-section5 .et_pb_text {
	font-family: vidaloka;
	font-size: 25px;
	margin-top: 36px;
	line-height: 34px;
}

#home-section5 .et_pb_code {
	color: #7c1a42;
	font-weight: 900;
	font-size: 20px;
	cursor: pointer;
}

.sg-popup-builder-content {
	padding: 6%;
}

.sgpb-theme-6-content {
	border-radius: 0 !important;
}

#home-section6 .et_pb_row {
	background-size: contain;
}

#home-section6 #img-to-move {}

#home-section7 .et_pb_module {
	height: unset;
}

#home-section7 .et_pb_column:nth-child(1) {
	margin-top: -10%;
	padding: 0 45px;
}

#home-section7 .et_pb_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#home-section7 .slick-dots {
	-webkit-filter: invert(1);
	filter: invert(1);
}

#home-section7 .map-link a {
	color: #7c1a42;
}

#home-section7 .map-link a:before {
	background: url(https://plandedieu.fr/wp-content/uploads/2021/01/map-png-min.png);
	content: "";
	width: 90px;
	height: 90px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -90px;
	margin: auto;
	left: 0;
	right: 0;
}

#home-section7 .et_pb_module,
#home-section8 .et_pb_module,
#home-section9 .et_pb_module,
#home-section10 .et_pb_module,
#home-section11 .et_pb_module,
#home-section12 .et_pb_module {}

#home-section9 .et_pb_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#home-section9 .et_pb_column:nth-child(2) {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

#home-section9 {
	max-width: 1100px;
	padding: 6% 2%;
}

#home-section9 .et_pb_text {
	height: auto;
}

#home-section9 a,
.popuplink,
.back-to-prod {
	font-family: "montserrat";
	padding: 9px 22px;
	color: black;
	background: #E0D2BD;
	width: 145px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 22px;
	font-size: 14px;
	display: block;
}

.back-to-prod {
	padding: 9px 22px !important;
	margin-top: 31px;
	display: block !important;
}

.generational-move {
	font-family: vidaloka;
	font-size: 50px;
	color: #E0D2BD;
	text-transform: uppercase;
	line-height: 30px;
	display: block;
}

.generational-move-1 {
	margin-top: 15px;
}

.generational-move-2 {
	margin-left: 30px;
}

.scrollmagic-pin-spacer {
	background: #fbfbfb;
	top: 0;
	left: 0;
}

#home-section10 {
	background: url(https://plandedieu.fr/wp-content/uploads/2021/01/panted.svg);
	background-size: 54%;
	background-repeat: no-repeat;
	background-position: 40% 23%;
	background-color: #fbfbfb;
}

#home-section10 .et_pb_column {
	height: unset;
}

#home-section10 article {
	border: none;
	-webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.15);
	margin: 2%;
}

#home-section10 .et_pb_post .more-link,
#home-section10 .et_pb_blog_item_0_0 .more-link {
	font-family: "montserrat";
	padding: 9px 22px;
	color: black;
	background: #E0D2BD;
	display: block;
	width: 150px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 18px !important;
	margin: auto;
}

.et_pb_post .more-link:hover,
.et_pb_blog_item_0_0 .more-link:hover {
	background: #2C2C2C;
	color: white;
}

#home-section10 .et_pb_blog_item_0_1 .more-link {
	background: #2C2C2C;
	color: white;
}

#home-section10 .et_pb_blog_item_0_1 .more-link:hover {
	color: black;
	background: #E0D2BD;
}

#home-section11 .et_pb_module {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100% !important;
}

#home-section11 .et_pb_contact {
	width: 100%;
}

#home-section11 {
	background: url(https://plandedieu.fr/wp-content/uploads/2021/01/painting-suz.svg);
	background-repeat: no-repeat;
	background-position: 120% 94%;
	background-size: 53%;
}

#home-section11 .et_pb_text_inner {
	background: #E0D2BD;
	background: #E0D2BD;
	padding: 65px;
	position: relative;
}

#home-section11 .et_pb_text_inner:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: -10%;
	left: 10%;
	display: block;
	background: #2C2C2C;
	z-index: -1;
}

#home-section11 .et_pb_contact_submit {
	background: #E0D2BD;
	font-weight: 300;
	color: black;
}

#home-section11 .et_pb_contact_field_options_title {
	display: none;
}

#home-section11 .et_pb_contact_field_options_wrapper {
	font-size: 12px;
}

.et-pb-contact-message,
.et_pb_contact .et_pb_contact_form p.et_contact_error input[type="checkbox"]+label {
	color: #7c1b42 !important;
}

.et_pb_contact p .et_contact_error {
	border: 1px solid #7c1b42 !important;
}

#home-section12 #media_image-4 img {
	max-width: 150px;
}

#home-section12 {
	color: white;
}

#home-section12 .et_pb_code {
	padding: 20px 0;
	color: white
}

#home-section12 .et_pb_code .widgettitle {
	text-align: center;
	color: white;
}

#home-section12 .et_pb_column {
	padding: 6%;
}

#home-section12 #media_image-4 img,
#home-section12 #media_image-6 img {
	max-width: 160px !important;
}

@media (min-width:980px) {
	#home-section1 h2 {
		margin-left: -210px;
	}

	#home-header-logo {
		transform: translatex(-110px);
	}

	#home-section10 .et_pb_blog_item_0_0 {
		margin-left: -50%;
	}

	#home-section10 .et_pb_blog_item_0_1 {
		margin-left: 50%;
	}

	.home .et-l.et-l--post {
		height: 100vh;
		overflow: hidden;
	}

	#page-container {
		margin-left: 160px !important;
		margin-top: 0;
		padding-top: 0 !important;
	}

	#home-section2 {
		width: 650px;
		z-index: 99;
	}

	#home-section2 .et_pb_module {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	#home-section4 {
		width: 1200px;
	}

	.home-section {
		height: 100vh;
		padding: 0;
		background: #fbfbfb;
	}

	.home-section .et_pb_row {
		height: 100%;
		padding: 0;
		margin: 0;
		width: 100vw;
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.home-section .et_pb_column {
		height: 100%;
	}

	.home .et_builder_inner_content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding: 0;
	}

	.slick-section {
		width: 100vw;
	}

	.slick-section .et_pb_row {
		margin: 13vh;
		background: #2C2C2C;
		height: 75vh;
		padding: 50px;
	}

	.slick-section .et_pb_column:nth-child(1) {
		color: #E0D2BD;
	}

	.slick-section .et_pb_column:nth-child(1) h2 {
		color: #E0D2BD;
		font-size: 3em;
		margin-bottom: 22px;
	}

	.slick-section .et_pb_column:nth-child(2) {
		position: absolute;
		right: -9%;
		top: 0;
	}

	#home-section5 .et_pb_column:nth-child(1) {
		padding-left: 9%;
	}

	#home-section5 {
		background-image: url(https://plandedieu.fr/wp-content/uploads/2021/01/painting-suz.svg);
		background-repeat: no-repeat;
		background-position: 0% 13%;
		background-size: 40%;
	}

	#home-section5 {
		width: 1300px;
	}

	.stele img {
		padding: 0px;
		-webkit-transform: translate(2%, -8%);
		-ms-transform: translate(2%, -8%);
		transform: translate(2%, -8%);
		max-width: 500px;
	}

	.steltext {
		width: 100%;
		padding-bottom: 7px;
	}

	.steltext2 {
		margin-left: 6%;
	}

	#animated-drink img,
	#animated-vineyard img {
		max-width: 400px;
	}

	#home-section6 {
		width: 1250px;
	}

	#home-section6 #not-move-img {
		max-height: 80vh;
	}

	#home-section6 #img-to-move {
		max-height: 50vh;
		-webkit-transform: translatex(-4%);
		-ms-transform: translatex(-4%);
		transform: translatex(-4%);
	}

	#home-section6 .et_pb_column {
		height: unset;
	}

	#home-section7 {
		width: 1000px;
	}

	#home-section7 .map-link {
		position: absolute;
		bottom: 3%;
		color: #7c1a42;
	}

	#home-section8 {
		width: 420px;
		background: #2C2C2C;
		margin: 0 64px;
	}

	#home-section8 .et_pb_module {
		height: unset;
	}

	#home-section8 .et_pb_column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 50px;
		height: 400%;
	}

	#home-section8 img {
		margin: 10px;
	}

	#home-section10 {
		max-width: 1200px;
	}

	#home-section10 .et_pb_salvattore_content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		-webkit-box-align: space-around;
		-ms-flex-align: space-around;
		align-items: space-around;
	}

	#home-section10 .et_pb_blog_grid article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 800px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#home-section10 .et_pb_blog_grid article>div {
		width: 50%;
		margin: 9px;
	}

	#home-section11 {
		padding: 50px;
		width: 1100px;
	}

	#home-section11 .et_pb_contact_form_container {
		padding: 60px;
	}

	#home-section12 {
		max-width: 600px;
	}

	#home-section12:after {
		content: "";
		height: 100%;
		width: 2000px;
		position: absolute;
		right: -1995px;
		top: 0;
		display: block;
		background: url(https://plandedieu.fr/wp-content/uploads/2021/01/endpaint.svg);
		background-repeat: no-repeat;
		background-position: left;
	}

	#home-section12 .et_pb_column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	#home-section12 .et_pb_module {
		width: 100%;
	}
}

@media (max-width:980px) {

	body,
	html {
		overflow-x: hidden;
	}

	.home #logo {}

	#home-section1 {
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		height: 100vh;
	}

	#home-section1:after {
		display: none;
	}

	#home-section1 h1 {
		margin: 0;
	}

	#home-section3 {
		padding-top: 0;
	}

	#home-section3 .et_pb_row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	#home-section3 .et_pb_column {
		margin-bottom: 25px;
	}

	#home-section3 .numbers-icons {
		display: none;
	}

	#home-section3 .numbers-under-text {
		min-height: unset;
	}

	#home-section3 .numbers-under-text .et_pb_text_inner {
		padding: unset;
	}

	#home-section4 {
		padding: 9% 9% 6% 9%;
		background: #2C2C2C;
		color: white;
	}

	#home-section4 h2 {
		color: white;
	}

	#home-section4 img {
		margin-top: 25px;
	}

	#home-section4 .slick-dots {
		position: relative;
	}

	#home-section5,
	#home-section6,
	#home-section7,
	#home-section8 {
		padding-bottom: 0;
	}

	#home-section6,
	#home-section7,
	#home-section8,
	#home-section10 {
		padding-top: 0;
	}

	#home-section10 {
		background-size: contain;
	}

	#home-section10 article {
		margin-bottom: 25px;
	}

	.steltext1 {
		padding-bottom: 3px;
	}

	#animated-vineyard,
	#animated-drink {
		max-width: 350px;
	}

	#et_pb_contact_form_0 {
		padding: 9%;
		margin-top: 9%;
	}

	#home-section2 p,
	#home-section9>div>div.et_pb_column.et_pb_column_1_2.et_pb_column_24.slick-col.et_pb_css_mix_blend_mode_passthrough.et-last-child>div>div {
		line-height: 35px;
	}

	#home-section7 .et_pb_column {
		display: block;
	}

	#home-section7 .slick-dots {
		position: relative;
	}

	#home-section7 .map-link a:before {
		position: relative;
		top: 0;
		margin: unset;
		display: block;
	}

	.map-link a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.home #main-header {
		background: transparent;
		box-shadow: none;
	}

	.generational-move-1 {
		margin-top: 65px;
	}

	#not-move-img {
		display: none;
	}

	#home-section7 .et_pb_column:nth-child(1) {
		padding: 0;
	}

	#home-section2 p span,
	.generational-move {
		font-size: 48px;
		line-height: 47px;
		white-space: nowrap;
	}

	.generational-move-2 {
		margin-left: 0;
	}

	.generational-move-2 i {
		display: none;
	}

	#home-section7 .et_pb_column:nth-child(1) {
		margin-top: 0;
	}

	#home-section8 {
		overflow: hidden;
	}

	#home-section8 .et_pb_column {
		display: flex;
		width: 700%;
		flex-direction: row;
	}

	#home-section8 .et_pb_row {}

	#home-section8 .et_pb_image {
		margin-left: 6px;
		margin-right: 6px;
	}

	#home-section8 .et_pb_image img {
		width: 300px;
		height: 260px;
		max-width: unset;
	}

	#home-section8 .et_pb_column {}
}

@media (max-width:480px) {
	#home-section1 h2 {
		font-size: 20px;
	}

	#home-section1 h1 {
		font-size: 76px;
		height: 75px;
	}

	#home-section1 h1 span {
		font-size: 52px;
	}

	#home-section2 p span,
	.generational-move {
		font-size: 38px;
	}
}

/*************** Article PAGE *************/
.single-post article h1 {
	text-align: center;
}

.single-post .container {
	width: 90%;
}

.single-post .et_post_meta_wrapper,
.single-post .et_post_meta_wrapper img {
	position: relative;
}

.single-post .et_post_meta_wrapper img {
	z-index: 55;
}

.single-post .et_post_meta_wrapper:after {
	background: url(https://plandedieu.fr/wp-content/uploads/2021/01/painting-brown.svg);
	content: "";
	height: 120%;
	width: 120%;
	position: absolute;
	top: -12%;
	left: -25%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
}

.single-post #main-footer {
	display: block;
	position: relative;
	z-index: 55;
}

.single-post .entry-title {
	margin-bottom: 3%;
	z-index: 9;
	position: relative;
}

.single-post .widgettitle {
	z-index: 5;
	color: white;
	mix-blend-mode: difference;
	margin-bottom: 3%;
}

.single-post .widgettitle:after {
	content: "";
	background: url(https://plandedieu.fr/wp-content/uploads/2021/01/menu-paint.svg);
	width: 185%;
	height: 60%;
	position: absolute;
	top: 0%;
	left: -50%;
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	z-index: 4;
	mix-blend-mode: exclusion;
	-webkit-filter: brightness(55);
	filter: brightness(55);
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.single-post.post-loaded .widgettitle:after {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.single-post .post-meta {
	z-index: 99;
	position: relative;
}

.et_pb_post .entry-content {
	z-index: 9;
}

.single-post #sidebar #text-2,
.single-post #sidebar #text-3 {
	position: absolute;
	bottom: 50px;
	text-align: right;
	left: 0;
	margin-right: 8%;
	width: 96%;
}

.single-post #sidebar #text-2 a,
.single-post #sidebar #text-3 a {
	font-family: "montserrat";
	padding: 9px 22px;
	color: black;
	background: #E0D2BD;
	width: 120px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}

@media (min-width:980px) {
	.single-post .widgettitle {
		font-size: 34px;
		width: 131px;
		position: relative;
		word-break: keep-all;
	}

	.single-post article .ealb-post-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.single-post article .et_post_meta_wrapper {
		width: 45%;
	}

	.single-post article .entry-content {
		width: 55%;
		padding: 3%;
	}

	.single-post .et_post_meta_wrapper:nth-child(2) {
		display: none;
	}

	.single-post #main-content .container {
		padding-top: 6% !important;
		padding-bottom: 6%;
	}

	.single-post #sidebar {
		margin-top: 3%;
		overflow: hidden;
	}
}

@media (max-width:980px) {
	.single-post .widgettitle:after {
		display: none;
	}
}

/*********** PRODUCER **********/
#producer {}

.producer-col-1 {
	padding: 2%;
}

.producer-col-2 {
	padding: 2%;
}

#producer-first-title {
	font-family: vidaloka;
	font-size: 40px;
	margin-bottom: 12px;
	line-height: 35px;
}

#producer h1 {
	font-family: montserrat;
	font-size: 40px;
	font-weight: 700;
}

#producer-coords {
	position: relative;
}

#producer-cite {
	color: #E0D2BD;
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 33px;
	margin-top: 12px;
	font-family: vidaloka;
}

#producer-content b {
	font-family: 'Vidaloka';
	font-size: 18px;
	margin: 6px 0;
	display: inline-block;
}

#producer-name {
	-webkit-transform: translateX(35px);
	-ms-transform: translateX(35px);
	transform: translateX(35px);
	text-transform: uppercase;
}

#producer-img {
	overflow: visible;
}

#producer-img .et_pb_image_wrap {
	padding: 0;
	background: #2C2C2C;
	-webkit-transform: translateX(35px);
	-ms-transform: translateX(35px);
	transform: translateX(35px);
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.project-loaded #producer-img .et_pb_image_wrap {
	padding: 35px 0px 35px 0;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

#producer-img .et_pb_image_wrap img {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.project-loaded #producer-img:not(.producer-img-gallery) img {
	-webkit-transform: translateX(-35px);
	-ms-transform: translateX(-35px);
	transform: translateX(-35px);
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

#producer .emblematik-wine {
	font-weight: 700;
}

#producer .producer-content-intro {
	text-transform: uppercase;
	margin-bottom: 12px;
}

#producer .et_pb_post_title:after {
	content: "";
	background: #e0d2bd;
	width: 250px;
	display: block;
	height: 1px;
	margin-bottom: 12px;
	margin-top: 6px;
}

.project_category-bio #producer .producer-col-2:after {
	background-image: url(https://plandedieu.fr/wp-content/uploads/2021/02/logos-bio.png);
	background-size: contain;
	display: inline-block;
	width: 60px;
	height: 80px;
	content: "";
	bottom: 0;
	z-index: 99;
	background-repeat: no-repeat;
	right: 0;
	float: right;
	margin-top: 25px;
	margin-right: -35px;
}

.producer-img-gallery .et_pb_gallery_image img,
.project-loaded .producer-img-gallery .et_pb_gallery_items {
	transition-duration: 600ms;
	background: #2C2C2C;
}

.project-loaded .producer-img-gallery .et_pb_gallery_image img {
	transform: translateX(-35px);
}

.project-loaded .producer-img-gallery .et_pb_gallery_items {
	padding: 35px 0 35px 0 !important;
	transform: translateX(35px);
}

@media (max-width:980px) {
	.producer-col-1 {}
}

@media (max-width:480px) {
	#producer {
		padding: 25px 0;
	}

	.back-to-prod {
		margin: auto;
	}

	.project-loaded #producer-img .et_pb_image_wrap {
		padding: 0;
		transform: none;
	}

	.project-loaded #producer-img:not(.producer-img-gallery) img {
		transform: none;
	}

	#producer-content .et_pb_text_inner {
		margin-bottom: 25px;
	}

	.producer-col-2 {
		padding-top: 25px;
	}
}

/************* PRODUCERS *******/
#producers h1 {
	font-size: 40px;
	font-family: vidaloka;
	margin-bottom: 2%;
}

#producers h2 a {
	font-family: "Montserrat";
	text-transform: uppercase;
	font-size: 14px;
	line-height: 12px;
}

#producers .et_pb_portfolio_item {
	margin: 1%;
}

#producers .et_pb_portfolio_filter a {
	border: none;
	background: transparent;
}

/*#producers .project_category-bio .et_portfolio_image{
	position:relative;
}
#producers .project_category-bio .et_portfolio_image:after {

	     background-image: url(https://plandedieu.fr/wp-content/uploads/2021/02/logos-bio.png);
    background-size: contain;
    display: inline-block;
    width: 74px;
    height: 30px;
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 99;
    background-repeat: no-repeat;
	right:0;
	background-color:white;
}*/
@media (min-width:980px) {
	#producers .et_pb_portfolio_item {
		width: 22% !important;
	}

	#producers .et_pb_filterable_portfolio {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		z-index: 0;
	}

	#producers .et_pb_portfolio_filters ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: fixed;
		top: 27%;
	}
}

@media (max-width:980px) {
	#producers .et_pb_portfolio_items {
		display: flex;
		flex-wrap: wrap;
	}

	#producers .et_pb_portfolio_item {
		width: 31.333%;
	}
}

@media (max-width:768px) {
	#producers .et_pb_portfolio_item {
		width: 47.333%;
	}
}

@media (max-width:480px) {
	#producers .et_pb_portfolio_item {
		width: 100%;
	}
}

/************* FOOTER ************/
#main-footer {
	z-index: 999;
	position: relative;
}

#footer-widgets {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.footer-widget {
	padding: 25px;
}

.wp-image-583,
.wp-image-582 {
	max-width: 145px !important;
}

.footer-widget .title {
	color: white !important;
	font-size: 25px;
	margin-bottom: 9px;
}

.footer-widget #media_image-2 {
	width: 150px;
}

.widget_media_image {
	width: 100%;
}

#main-footer .footer-widget:nth-child(1) img {
	max-width: 130px !important;
}

.home-section-footer a,
.footer-widget a {
	color: white;
}

.home-section-footer .widget {
	text-align: center;
}

@media (max-width:980px) {
	.footer-widget {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

/************ LEGAL PAGE *************/
#legal-page h1 {
	font-size: 36px;
	text-transform: uppercase;
}

#legal-page h2 {
	margin-top: 36px;
}

#legal-page b,
#legal-page strong {
	font-weight: 500;
}

#legal-page a {}

/******* FOOTER EALB **********/
#footer-info {
	width: 100%;
}

.ealb-credits a:nth-child(2):before {
	content: "• "
}

.ealb-credits .ealb-link {
	float: right;
}

.ealb-credits a {
	font-weight: 400 !important;
	font-family: 'Montserrat';
	font-size: 13px;
}

.ealb-credits {
	text-align: left;
}

#home-section12 .ealb-credits a:nth-child(3):before {
	content: "• "
}

@media (max-width:767px) {
	.ealb-credits {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.ealb-credits a:before {
		display: none;
	}
}