/*!
Theme Name: La Vallee De Ferney
Theme URI: http://underscores.me/
Author: GWS TECHNOLOGIES LTD
Author URI: https://www.gws-technologies.com/
Description: La Vallee De Ferney
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: la-vallee-de-ferney
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

La Vallee De Ferney is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* *************************** */
/* ***** Roslindale font ***** */
/* *************************** */

@font-face {
	src: url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/RoslindaleVariable-VF[DisplayCondensed].woff2') format("woff2"),
		url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/RoslindaleVariable-VF[DisplayCondensed].woff') format("woff");
	font-family: 'Roslindale Variable';
	font-style: normal;
	font-weight: bold;
font-display:;}

@font-face {
	src: url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedExtraLight.woff2') format("woff2"),
		url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedExtraLight.woff') format("woff");
	font-family: 'Roslindale';
	font-style: normal;
	font-weight: 200;
font-display:;}

@font-face {
	src: url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedExtraLightItalic.woff2') format("woff2"),
		url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedExtraLightItalic.woff') format("woff");
	font-family: 'Roslindale';
	font-style: italic;
	font-weight: 200;
font-display:;}

@font-face {
	src: url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedLight.woff2') format("woff2"),
		url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedLight.woff') format("woff");
	font-family: 'Roslindale';
	font-style: normal;
	font-weight: 300;
font-display:;}

@font-face {
	src: url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedLightItalic.woff2') format("woff2"),
		url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedLightItalic.woff') format("woff");
	font-family: 'Roslindale';
	font-style: italic;
	font-weight: 300;
font-display:;}

@font-face {
	src: url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedRegular.woff2') format("woff2"),
		url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedRegular.woff') format("woff");
	font-family: 'Roslindale';
	font-style: normal;
	font-weight: normal;
font-display:;}

@font-face {
	src: url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedItalic.woff2') format("woff2"),
		url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedItalic.woff') format("woff");
	font-family: 'Roslindale';
	font-style: italic;
	font-weight: normal;
font-display:;}

@font-face {
	src: url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedMedium.woff2') format("woff2"),
		url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedMedium.woff') format("woff");
	font-family: 'Roslindale';
	font-style: normal;
	font-weight: 500;
font-display:;}

@font-face {
	src: url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedMediumItalic.woff2') format("woff2"),
		url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedMediumItalic.woff') format("woff");
	font-family: 'Roslindale';
	font-style: italic;
	font-weight: 500;
font-display:;}

@font-face {
	src: url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedSemiBold.woff2') format("woff2"),
		url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedSemiBold.woff') format("woff");
	font-family: 'Roslindale';
	font-style: normal;
	font-weight: 600;
font-display:;}

@font-face {
	src: url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedSemiBoldItalic.woff2') format("woff2"),
		url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedSemiBoldItalic.woff') format("woff");
	font-family: 'Roslindale';
	font-style: italic;
	font-weight: 600;
font-display:;}

@font-face {
	src: url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedBold.woff2') format("woff2"),
		url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedBold.woff') format("woff");
	font-family: 'Roslindale';
	font-style: normal;
	font-weight: normal;
font-display:;}

@font-face {
	src: url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedBoldItalic.woff2') format("woff2"),
		url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedBoldItalic.woff') format("woff");
	font-family: 'Roslindale';
	font-style: italic;
	font-weight: normal;
font-display:;}

@font-face {
	src: url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedBlack.woff2') format("woff2"),
		url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedBlack.woff') format("woff");
	font-family: 'Roslindale';
	font-style: normal;
	font-weight: 800;
font-display:;}

@font-face {
	src: url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedUltra.woff2') format("woff2"),
		url('https://ferney.mu/wp-content/themes/la-vallee-de-ferney/fonts/Roslindale-DisplayCondensedUltra.woff') format("woff");
	font-family: 'Roslindale';
	font-style: normal;
	font-weight: normal;
font-display:;}

/* ******************* */
/* ***** General ***** */
/* ******************* */

#page {
	overflow-x: hidden;
	margin-bottom: 0 !important;
}

* h1 {
	font-family: "OldStandardTT-Regular";
	font-size: 40px;
}

* h6 {
	font-size: 18px !important;
	font-family: futura-pt, sans-serif;
}

* h2,
* h3,
* h4,
* h5 {
	font-family: futura-pt, sans-serif;
	/* color: #352412; */
}

.ferney-container>.wpb_column>.vc_column-inner>.wpb_wrapper {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.ferney-large-container>.wpb_column>.vc_column-inner>.wpb_wrapper {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

* a {
	text-decoration: none !important;
	font-size: 14px;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
}

* p {
	font-size: 16px;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	line-height: 20px;
}

.custom-text-content {
	font-size: 16px;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	line-height: 20px;
}

.site-main .entry-content {
	margin-top: 0;
	margin-bottom: 0;
}

.page {

	/* overflow-x: hidden; */
	margin-bottom: 0 !important;
}

/* **************** */
/* ***** Menu ***** */
/* **************** */

.scroll-header {
	display: none;
}

.ferney-header-container.scroll-header.active-scroll-header {
	display: none;
	/* opacity: 0; */
	z-index: -1;
	pointer-events: none;
}

/* .scroll-header.active-header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
} */

.ferney-header-container nav {
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.ferney-header-container.fixed-header {
	/* padding-top: 40px;
	padding-bottom: 40px; */
	/* position: fixed;
	top: 0;
	left: 0;
	right: 0; */
	transition: 0.3s ease-in-out;
}
nav.fixed-navbar {
    justify-content: center;
	flex-direction: column;
	display: flex;
	height: 116px;
}

.ferney-header-container.fixed-header {
    height: 116px;
}
.ferney-header-container.active-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.ferney-header-container.fixed-header {
	background-color: #ffffff;
}

ul.menu {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	height: 100%;
	align-items: center;
}

ul.menu#menu-main-menu-left {
	justify-content: flex-end;
}

ul.menu>li {
	padding: 0 10px;
}

ul.menu>li a {
	color: #003F2F;
	transition: 0.3s ease-in-out;
	font-size: 18px;
	font-weight: 400;
	outline: none;
}

ul.menu>li a:hover {
	color: #01A24B;
}

.fixed-main-menu {
	height: 100%;
}

.left-menu-col .fixed-main-menu {
	padding-right: 20px;
}

.right-menu-col .fixed-main-menu {
	padding-left: 20px;
}

.menu-search-container {
	/* position: absolute; */
	position: relative;
	/* margin: auto; */
	/* top: 0;
	left: 0;
	right: 0;
	bottom: 0; */
	width: 160px;
	margin: 0 auto;
	/* width: 25%; */
	height: 20px;
}

.menu-search-container .menu-search {
	position: absolute;
	margin: auto;
	top: 0;
	/* top: 10px; */
	right: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	/* background: #D0DB51; */
	background: transparent;
	border-radius: 50%;
	transition: all 1s;
	z-index: 4;
	/* box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4); */
}

.menu-search-container .menu-search:hover {
	cursor: pointer;
}

.menu-search-container .menu-search::before {
	content: "";
	position: absolute;
	margin: auto;
	top: 16px;
	right: 0;
	bottom: 0;
	/* left: -25px; */
	right: 6px;
	width: 8px;
	height: 2px;
	background: #003F2F;
	transform: rotate(45deg);
	transition: all 0.5s;
}

.menu-search-container .menu-search::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: -5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #003F2F;
	transition: all 0.5s;
}

.menu-search-container input[type="text"] {
	font-family: futura-pt, sans-serif;
	position: absolute;
	margin: auto;
	/* top: 10px; */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 28px;
	outline: none;
	/* border: 1px solid #ffffff;
	border-radius: 15px; */
	background: transparent;
	color: #003F2F !important;
	/* text-shadow: 0 0 10px #D0DB51; */
	/* padding: 0 80px 0 20px; */
	padding: 10px 15px;
	/* box-shadow: 0 0 25px 0 #D0DB51, 0 20px 25px 0 rgba(0, 0, 0, 0.2); */
	transition: all 1s;
	opacity: 0;
	z-index: 5;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.1em;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #003F2F;
}

.menu-search-container input:hover {
	cursor: pointer;
}

.menu-search-container input:focus {
	/* width: 250px; */
	width: 100%;
	opacity: 1;
	cursor: text;
	font-family: 'Open Sans';
	color: #003F2F;
}

.menu-search-container input:focus~.menu-search {
	/* right: -200px; */
	right: -85%;
	/* background: #151515; */
	background: transparent;
	z-index: 6;
}

.menu-search-container input:focus~.menu-search::before {
	/* top: 0;
	left: 0;
	width: 25px; */
	content: none;
}

.menu-search-container input:focus~.menu-search::after {
	/* top: 0;
	left: 0;
	width: 25px;
	height: 2px;
	border: none;
	background: #D0DB51;
	border-radius: 0%;
	transform: rotate(-45deg); */
	content: none;
}

.menu-search-container input::placeholder {
	color: #003F2F;
	opacity: 1;
	font-weight: 400;
	font-size: 12px;
}

.right-menu-col {
	display: flex;
	align-items: center;
}

.menu .sub-menu {
	display: none;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	background-color: #ffffff;
	position: absolute;
	top: 25px;
	left: 0;
	padding: 10px;
	min-width: 180px;
}

.menu>li {
	position: relative;
}

.menu>li.menu-item:hover .sub-menu {
	display: block;
}

.site-header {
	position: relative;
	z-index: 20;
	height: 116px;
}

.menu .sub-menu>li {
	padding: 5px 0;
}

.menu .sub-menu>li a {
	font-size: 16px;
}

.menu .current-menu-item>a,
.menu .current-menu-ancestor>a {
	color: #01A24B;
}

.language-dropdown-menu {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.language-dropdown .language-dropdown-menu {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
}

.language-dropdown:hover .language-dropdown-menu {
	display: block;
}

.language-dropdown {
	position: relative;
}

.language-dropdown-menu .dropdown-item {
	padding: 5px 0 0 0;

}

.language-dropdown-menu .dropdown-item:hover {
	background-color: transparent;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	display: none;
}

ul#menu-main-menu-left-fr {
    justify-content: flex-end;
}

/* ********************************* */
/* ***** Homepage banner component ***** */
/* ********************************* */

.page-banner-background {
	height: calc(100vh - 116px);
	max-height: 640px;
	position: relative;
}

.page-banner-background img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.page-banner-background:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 70%);
}

.page-banner-container {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	position: relative;
}

.page-banner-inner-content {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 50px;
}

.page-banner-logo img {
	height: 100px;
}

.page-banner-title {
	padding-top: 15px;
}

.page-banner-title h1 {
	color: #17321E;
	font-weight: 100;
	font-size: 40px;
	letter-spacing: 1.5px;
	line-height: 44px;
	text-align: center;
}

.page-banner-text p {
	text-align: center;
	/* color: #707070; */
	color: #ffffff;
	font-weight: 500;
}

.page-banner-text {
	padding-bottom: 20px;
}

.page-banner-link a {
	font-size: 14px;
	color: #ffffff;
	padding: 10px 50px;
	border: 3px solid #ffffff;
	transition: 0.3s ease-in-out;
	font-weight: 500;
}

.page-banner-link a:hover {
	background-color: #ffffff;
	color: #003F2F;
}


/* **************************** */
/* ***** Header component ***** */
/* **************************** */

.ferney-header-content h2 {
	font-size: 32px;
	font-weight: 400;
	font-family: futura-pt, sans-serif;
	line-height: 34px;
}


/* **************************** */
/* ***** Button component ***** */
/* **************************** */

.custom-button-container a {
	padding: 10px 20px;
	min-width: 240px;
	text-align: center;
}

.text-bloc-container {
	padding: 35px 30px;
	height: 100%;
}

/* ******************** */
/* ***** Homepage ***** */
/* ******************** */

.living-ferney-bloc {
	margin-left: 260px;
	margin-bottom: 25px;
}

.living-ferney-row .vc_col-sm-6 {
	position: relative;
}

.living-ferney-logo {
	position: absolute;
	bottom: 280px;
	left: 110px;
	/* width: 90px; */
	height: 100px;
}

.living-ferney-row .vc_row.vc_row-o-equal-height>.vc_column_container {
	align-items: flex-end;
}

.living-ferney-row {
	padding-top: 25px;
	padding-bottom: 25px;
}

.ferney-nature-row {
	padding-top: 40px;
	padding-bottom: 40px;
}

.ferney-nature-text-col .wpb_wrapper {
	padding-right: 15px;
}

.ferney-nature-row .vc_row.vc_row-o-equal-height>.ferney-nature-text-col.vc_column_container {
	align-items: center;
}

.vc_row.ferney-nature-row.vc_row-has-fill {
	background-size: auto !important;
}

.custom-image-content {
	display: flex;
	flex-wrap: wrap;
}

.agrihub-img-1 {
	flex: 0 0 62%;
	max-width: 62%;
	margin-left: 13%;
	height: 275px;
}

.agrihub-img-2 {
	flex: 0 0 25%;
	max-width: 25%;
	height: 275px;
}

.custom-image-component img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.custom-image-component-content {
	height: 100%;
}

.agrihub-img-1 .custom-image-component-content {
	padding-right: 10px;
	padding-bottom: 10px;
}

.agrihub-img-2 .custom-image-component-content {
	padding-right: 10px;
	padding-bottom: 10px;
}

.ferney-agrihub-inner-row .vc_column_container:first-child>.vc_column-inner {
	padding-right: 0;
}

.ferney-agrihub-inner-row .vc_column_container:last-child>.vc_column-inner {
	padding-left: 0;
}

.ferney-agrihub-inner-row .custom-text-component {
	padding-bottom: 10px;
}

.agrihub-img-3 {
	flex: 0 0 35%;
	max-width: 35%;
	height: 275px;
}

.agrihub-img-3 .custom-image-component-content {
	padding-right: 10px;
}

.agrihub-img-4 {
	flex: 0 0 65%;
	max-width: 65%;
	height: 275px;
}

.agrihub-img-4 .custom-image-component-content {
	padding-right: 10px;
}

.ferney-agrihub-inner-row .text-bloc-container {
	height: 550px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 60px;
}

.ferney-agrihub-row {
	padding-top: 75px;
	padding-bottom: 110px;
}

.farm-table-row {
	padding-top: 75px;
	padding-bottom: 110px;
}

.farm-table-inner-row.vc_row.vc_row-o-equal-height>.vc_column_container.farm-table-text-col {
	align-items: center;
	padding-right: 20px;
}

.farm-table-right-img {
	height: 285px;
}

.vie-naturel-row {
	padding-top: 35px;
	padding-bottom: 70px;
}

.vie-naturel-text-1 {
	flex: 0 0 25%;
	max-width: 25%;
	padding-right: 10px;
	height: 350px;
}

.vie-naturel-img-1 {
	flex: 0 0 50%;
	max-width: 50%;
	height: 350px;
	padding-right: 10px;
}

.custom-text-content h3 {
	font-size: 25px;
	font-weight: 400;
	font-family: futura-pt, sans-serif;
	line-height: 26px;
}

.vie-naturel-text-1 p {
	font-size: 16px;
	line-height: 24px;
}

.vie-naturel-text-1 .text-bloc-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.vie-naturel-img-container-2 .ferney-header-content {
	flex: 0 0 25%;
	max-width: 25%;
	padding-right: 30px;
	height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.vie-naturel-text-2,
.vie-naturel-img-2,
.vie-naturel-text-3 {
	flex: 0 0 25%;
	max-width: 25%;
	height: 350px;
}

.vie-naturel-img-2 {
	padding-right: 10px;
}

.vie-naturel-img-container-1 {
	margin-bottom: 15px;
}

.vie-naturel-text-2 .text-bloc-container,
.vie-naturel-text-3 .text-bloc-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* ****************** */
/* ***** Footer ***** */
/* ****************** */

.footer-logo img {
	height: 40px;
}

.footer-menu-col ul.menu {
	flex-direction: column;
	align-items: flex-start;
}

.footer-menu-col.footer-menu-col-1 {
	flex: 0 0 25%;
	max-width: 25%;
}

.footer-menu-col.footer-menu-col-2 {
	flex: 0 0 50%;
	max-width: 50%;
}

.footer-menu-col.footer-contact-col {
	flex: 0 0 25%;
	max-width: 25%;
}

.footer-top-content .container {
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
}

.footer-menu ul.menu>li {
	padding: 0;
}

.row.footer-links-row {
	padding-top: 50px;
}

.footer-menu ul.menu>li a {
	font-size: 20px;
	color: #231F20;
	transition: 0.3s ease-in-out;
	line-height: 32px;
}

.footer-menu ul.menu>li a:hover {
	color: #01A24B;
}

.footer-top-content {
	background-color: #f9f7f6;
	padding-top: 160px;
	padding-bottom: 60px;
}

.footer-contact-title p {
	font-size: 20px;
}

.footer-contact-col a {
	font-weight: 400;
	font-size: 20px;
	color: #01A24B;
	transition: 0.3s ease-in-out;
}

.footer-contact-col a:hover {
	color: #231F20;
}

.footer-ciel-logo img {
    /* height: 75px; */
    width: 13%;
    max-width: 200px;
    height: auto;
}
.footer-ciel-logo {
    display: flex;
    justify-content: flex-end;
    width: 88%;
}
.footer-ciel-row {
    padding-top: 120px;
    border: none;
    margin-top: 0;
}
/* .footer-ciel-logo {
	display: table;
	margin-left: auto;
	width: auto;
	padding-left: 15px;
	padding-right: 40px;
} */

.footer-bottom-content .container {
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* .footer-ciel-row {
	padding-top: 120px;
} */

.footer-bottom-content {
	padding: 40px 0;
	background-color: #043D33;
}

.footer-bottom-content p {
	margin-bottom: 0;
	color: #ffffff;
}

.footer-bottom-content a {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
}

.footer-privacy-col {
	text-align: center;
	color: #ffffff;
}

.footer-powered-by {
	text-align: right;
	color: #ffffff;
}

/* ***** Booking widget ***** */

/* #widgetMB2 .hz.h2 {
	color: #01A24B;
}

#widgetMB2 .hz.input.btn {
	background-color: #21759b !important;
} */

/* ******************************* */
/* ***** Menu tabs component ***** */
/* ******************************* */

/* .menu-tab-container {
	padding-top: 40px;
} */

.menu-tab-container {
	position: relative;
	margin-top: 50px;
}

.menu-tab-container:before {
	content: '';
	position: absolute;
	top: 39px;
	left: 0;
	right: 0;
	max-width: 1000px;
	margin: 0 auto;
	height: 1px;
	background-color: #d6bfb2a2;
}

.menu-tab-container>ul.menu-tab-nav.row {
	flex-wrap: wrap;
	list-style: none;
	/* position: relative; */
	padding-left: 0;
	max-width: 1000px;
	margin: 0 auto;
	/* height: 100%; */
	/* border-bottom: 1px solid #d6bfb2a4; */
}

/* .menu-tab-container>ul.menu-tab-nav.row:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #163029;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
} */

/* .custom-tab-container ul.custom-tab-nav.row:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #C6C6C6;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
} */

.menu-tab-container>ul.menu-tab-nav.row>li {
	display: table-cell;
	/* max-width: 250px; */
	/* position: relative; */
	padding-left: 0;
	padding-right: 0;
	flex: auto;
}

.menu-tab-container>ul.menu-tab-nav.row>li:first-child {
	/* margin-left: 15%; */
	/* margin-left: auto; */
}

.menu-tab-container>ul.menu-tab-nav.row>li:last-child {
	/* margin-right: 15%; */
	margin-right: auto;
}

.menu-tab-container>ul.menu-tab-nav.row>li>.tab-content {
	/* padding-top: 50px; */
	position: absolute;
	top: 70px;
	/* bottom: 0; */
	left: 0;
	right: 0;
	/* max-width: 1140px;
	margin: 0 auto; */
	background-color: transparent;
	/* height: calc(100% - 90px); */
	/* padding: 20px 40px; */
	padding-left: 80px;
	/* margin-left: calc((100vw - 1100px)/2);
	margin-right: calc((100vw - 1280px)/2); */
	border-left: 1px solid #231F20;
}

.menu-tab-container>ul.menu-tab-nav.row>li>.tab-content:before {
	content: 'MENU';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -40px;
	font-family: futura-pt, sans-serif;
	font-size: 18px;
	color: #231F20;
	display: table;
	transform: rotate(-90deg);
	padding: 5px 15px;
	background-color: rgb(243, 241, 240);
}

.menu-tab-container>ul.menu-tab-nav.row>li>.tab-name {
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 0;
}

.menu-tab-container>ul.menu-tab-nav.row>li>.tab-name:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 10px;
	left: 10px;
	height: 3px;
	/* background-color: #DE5A37; */
}

.menu-tab-container>ul.menu-tab-nav.row>li>.tab-name:hover:after {
	background-color: #DE5A37;
}

.menu-tab-container>ul.menu-tab-nav.row>li.active-tab>.tab-name:after {
	background-color: #DE5A37;
}

/* .menu-tab-container>ul.menu-tab-nav.row>li:last-child>.tab-name:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 1px;
	background-color: #231F20;
} */

.menu-tab-container>ul.menu-tab-nav.row>li>.tab-name p {
	font-family: futura-pt, sans-serif;
	text-align: center;
	cursor: pointer;
	padding: 5px 10px;
	font-weight: 300;
	color: #422121;
	/* transition: 0.3s ease-in-out; */
	/* text-transform: uppercase; */
	font-size: 14px;
	margin-bottom: 0;
}

.tab-main-title {
	border-bottom: 1px solid #42212194;
	margin-bottom: 20px;
}

.menu-tab-container>ul.menu-tab-nav.row>li>.tab-name p:hover {
	color: #DE5A37;
	/* background: #0047BA; */
}

.menu-tab-container>ul.menu-tab-nav.row>li.active-tab>.tab-name p {
	color: #DE5A37;
	/* background: #0047BA; */
	/* font-weight: 600; */
}

.menu-tab-container>ul.menu-tab-nav.row>li>.tab-content>.tab-main-title p {
	font-family: futura-pt, sans-serif;
	font-size: 24px;
	color: #422121;
}

.menu-col .wpb_wrapper {
	height: 100%;
}

.menu-top-text-bloc {
	max-width: 750px;
	margin: 0 auto;
}

.menu-top-text-bloc .text-bloc-container {
	padding: 50px 30px;
}

.menu-item-content {
	display: flex;
	padding-bottom: 25px;
}

.menu-item-name {
	max-width: 75%;
	flex: 0 0 75%;
}

.menu-item-price {
	max-width: 18%;
	flex: 0 0 18%;
	margin-left: auto;
}

.menu-item-name p,
.menu-item-price p {
	color: #231F20;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 0;
}

.menu-section-name p {
	font-size: 20px;
	margin-bottom: 0;
	color: #422121;
}

.menu-section-name {
	padding-top: 10px;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #4221217e;
}

.menu-column-container {
	padding-right: 30px;
}

/* .menu-gallery-content .slick-list {
	padding-left: 0 !important;
} */
.menu-gallery-content .slick-list {
    padding-right: 100px !important;
}

.menu-gallery-content button.slick-arrow {
	display: none !important;
}

.menu-gallery-img {
	padding-left: 5px;
	padding-right: 5px;
}

.menu-gallery-img img {
	height: 600px;
	width: 100%;
	object-fit: cover;
}

.menu-gallery-content:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 70px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(245, 239, 235, 0.5) 95%);

}

/* *********************** */
/* ***** Page banner ***** */
/* *********************** */

.static-page-banner-component .page-banner-title h1 {
	color: #ffffff;
	font-family: futura-pt, sans-serif;
	margin-bottom: 15px;
	letter-spacing: 0px;
}

.static-page-banner-component .page-banner-background {
	position: relative;
}

.static-page-banner-component .page-banner-background:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 70%);
}

.static-page-banner-component .page-banner-text p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
}

.static-page-banner-component .page-banner-sub-title p {
	font-size: 22px;
	font-family: 'Roslindale';
	color: #ffffff;
	font-weight: 300;
}

.static-page-banner-component .page-banner-sub-title {
	padding-bottom: 20px;
}

.static-page-banner-component .page-banner-logo img {
	height: 80px;
}

.static-page-banner-component .page-banner-link a {
	display: block;
	min-width: 250px;
	text-align: center;
}

/* ****************************** */
/* ***** Falaise rouge page ***** */
/* ****************************** */

.couple-minutes-text-bloc {
	padding-left: 280px;
	padding-bottom: 15px;
}

.taste-flavours-right-col.vc_column_container>.vc_column-inner {
	padding-left: 0;
	position: relative;
}

.couple-minutes-logo {
	margin: 0 auto;
	display: table;
	padding-bottom: 32px;
	padding-top: 15px;
}
.be-part-community-text-bloc .text-bloc-container {
    min-height: 360px;
}

.couple-minutes-logo img {
	height: 100px;
}

.couple-minutes-bottom-left-img {
	height: 360px;
}

.couple-minutes-bottom-right-img {
	height: 655px;
}

.couple-minutes-away-row {
	padding-top: 25px;
	padding-bottom: 50px;
}

.restaurant-menu-row {
	padding-top: 55px;
	padding-bottom: 30px;
}

.farm-table-text-bloc {
	padding-right: 250px;
	padding-bottom: 25px;
}

.farm-table-logo {
	height: 110px;
	position: absolute;
	top: 50px;
	left: 130px;
}

.farm-table-left-bottom-img {
	padding-top: 130px;
	height: 600px;
}

.restaurant-opening-bg-img {
	position: absolute;
	top: -120px;
	bottom: 0;
	height: 130%;
	left: 0;
}

.restaurant-opening-row {
	padding-top: 55px;
	padding-bottom: 90px;
	overflow-y: hidden;
}

.restaurant-opening-row .vc_inner {
	position: relative;
	z-index: 1;
}

.restaurant-opening-text-col>.vc_column-inner {
	justify-content: center;
}

.restaurant-opening-text-col .ferney-header-content {
	margin-bottom: 40px;
}

.contact-falaise-rouge-title {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #422121;
}

.falaise-rouge-email .icon-text-container,
.falaise-rouge-telephone .icon-text-container {
	display: flex;
}

.falaise-rouge-email .icon-text-container img,
.falaise-rouge-telephone .icon-text-container img {
	height: 18px;
}

.falaise-rouge-email .icon-text-container .icon-text-image,
.falaise-rouge-telephone .icon-text-container .icon-text-image {
	position: relative;
	top: -4px;
	padding-right: 20px;
	max-width: none;
	flex: 0 0 auto;
	display: block;
}

.falaise-rouge-booking-form .gform_page {
	display: flex;
}

.gform_wrapper.gravity-theme.falaise-rouge-booking-form_wrapper .gf_step_number {
	display: none;
}

.gform_wrapper.gravity-theme.falaise-rouge-booking-form_wrapper .gf_step_label {
	padding-left: 0;
	font-family: futura-pt, sans-serif;
	font-size: 16px;
	color: #231F20;
	font-weight: 100;
}

.gform_wrapper.gravity-theme.falaise-rouge-booking-form_wrapper .gf_step_active .gf_step_label {
	color: #DE5A37;
}

.falaise-rouge-booking-form_wrapper {
	padding-top: 10px;
	padding-bottom: 25px;
	position: relative;
	z-index: 1;
}

.falaise-rouge-booking-form_wrapper.gform_wrapper.gravity-theme .gf_page_steps {
	border-bottom: none;
}

.falaise-rouge-booking-form_wrapper.gform_wrapper.gravity-theme .gfield {
	display: flex;
	justify-content: center;
	background-color: #ffffff;
	padding: 12px 0;
}

.booking-falaise-bg-img {
	position: absolute;
	top: -75px;
	bottom: 0;
	right: 0;
	height: 240%;
}

.falaise-booking-row {
	padding-bottom: 110px;
	padding-top: 75px;
}

.falaise-rouge-booking-form_wrapper.gform_wrapper.gravity-theme .gform_page_fields {
	max-width: 75%;
	flex: 0 0 75%;

}

.falaise-rouge-booking-form_wrapper.gform_wrapper.gravity-theme .gform_page_fields .gform_fields {
	box-shadow: 0px 3px 6px #00000029;
	background-color: #ffffff;
}

.falaise-rouge-booking-form_wrapper.gform_wrapper.gravity-theme .gform_page_footer {
	max-width: 25%;
	flex: 0 0 25%;
	padding: 0;
	margin: 0;
}

.falaise-rouge-booking-form_wrapper.gform_wrapper.gravity-theme .gfield_label {
	font-family: futura-pt, sans-serif;
	font-size: 14px;
	color: #0A3F2F;
	font-weight: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 40px;
	margin-bottom: 0;
}

.falaise-rouge-booking-form_wrapper.gform_wrapper.gravity-theme .ginput_container {
	/* max-width: 50%;
	flex: 0 0 50%; */
}

.falaise-rouge-booking-form_wrapper.gform_wrapper.gravity-theme select {
	border: none;
	outline: none;
	font-family: futura-pt, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: 100;
	margin-top: 2px;
}

.falaise-rouge-booking-form_wrapper.gform_wrapper.gravity-theme input[type="text"] {
	border: none;
	outline: none;
	font-family: futura-pt, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: 100;
}

.booking-num-persons,
.booking-date {
	border-right: 1px solid #C9C7B7;
}

.falaise-rouge-booking-form_wrapper.gform_wrapper.gravity-theme .gform_page_footer input[type="button"] {
	width: 100%;
	height: 100%;
	background-color: #DE5A37;
	font-size: 14px;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	color: #ffffff;
	border: 1px solid #DE5A37;
	border-radius: 0;
	transition: 0.3s ease-in-out;
}

.falaise-rouge-booking-form_wrapper.gform_wrapper.gravity-theme .gform_page_footer input[type="button"]:hover {
	background-color: #ffffff;
	color: #DE5A37;
}

.organise-event-img-1 {
	padding-bottom: 10px;
	max-width: 100%;
	flex: 0 0 100%;
}

.organise-event-img-col .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.organise-img-container-1 {
	max-width: 40%;
	flex: 0 0 40%;
	padding-right: 10px;
}

.organise-event-img-4 {
	max-width: 60%;
	flex: 0 0 60%;
	height: 500px;
}

.organise-event-img-2 {
	padding-bottom: 10px;
	height: 195px;
}

.organise-event-img-3 {
	height: 305px;
}

.organise-event-row {
	padding-top: 95px;
	padding-bottom: 130px;
}

.organise-event-img-col.vc_column_container>.vc_column-inner {
	padding-right: 5px;
}

.organise-event-text-col.vc_column_container>.vc_column-inner {
	padding-left: 5px;
}

.organise-event-text-col .wpb_wrapper {
	height: 100%;
}

.text-bloc-content.organise-event-text-bloc {
	height: 100%;
}

.organise-event-text-bloc .text-bloc-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 60px;
}

.organise-event-text-bloc .ferney-header-content {
	padding-bottom: 20px;
}

.organise-event-text-bloc .custom-text-content p {
	margin-bottom: 20px;
}

.organise-event-text-bloc .icon-text-container {
	display: flex;
}

.organise-event-text-bloc .icon-text-image img {
	height: 12px;
}

.organise-event-text-bloc .icon-text-container .icon-text-image {
	position: relative;
	top: -4px;
	padding-right: 10px;
	max-width: none;
	flex: 0 0 auto;
	display: block;
}

.organise-event-text-bloc .icon-text {
	display: block;
}

.organise-event-text-bloc .custom-button-container {
	padding-top: 20px;
}

.extend-experience-text-col .vc_column-inner {
	justify-content: center;
}

.extend-experience-row {
	padding-top: 75px;
	padding-bottom: 110px;
}

/* ************************ */
/* ***** Archive blog ***** */
/* ************************ */

.archive-banner-img img {
	height: 340px;
	width: 100%;
	object-fit: cover;
}

.archive-blog-banner-container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.archive-banner-title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.archive-banner-title h1 {
	color: #ffffff;
	font-size: 60px;
	font-family: futura-pt, sans-serif;
	font-weight: 300;
}

.featured-blogs-content {
	padding-top: 40px;
}

.featured-blogs-container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.featured-blogs-title {
	padding-bottom: 40px;
}

.featured-blogs-title h2 {
	color: #352412;
	font-size: 36px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	margin-bottom: 0;
}

.featured-left-bg img {
	height: 410px;
	width: 100%;
	object-fit: cover;
}

.featured-left-content {
	background-color: #E5E9E2;
	height: 220px;
	padding: 25px 28px;
	position: relative;
}

.archive-blog-date p {
	font-size: 12px;
	color: #648278;
	text-transform: uppercase;
}

.archive-blog-category {
	position: absolute;
	top: 21px;
	right: 28px;
}

.archive-blog-category p {
	background-color: #F5F6F3;
	letter-spacing: 0.75px;
	font-size: 12px;
	color: #648278;
	padding: 4px 6px;
}

.archive-blog-title p {
	font-weight: 600;
	color: #000000;
}

.archive-blog-excerpt p {
	font-size: 14px;
	color: #000000;
}

.archive-blog-read-more {
	position: absolute;
	bottom: 25px;
	right: 28px;
}

.archive-blog-read-more a {
	display: block;
	padding: 5px 15px;
	border: 2px solid #004E42;
	font-size: 10px;
	font-weight: 600;
	color: #004E42;
	transition: 0.3s ease-in-out;
}

.archive-blog-read-more a:hover {
	background-color: #004E42;
	color: #ffffff;
}

.small-archive-blog .single-blog-archive-bg img {
	height: 300px;
	width: 100%;
	object-fit: cover;

}

.small-archive-blog {
	display: flex;
}

.single-blog-archive-bg {
	flex: 0 0 46%;
	max-width: 46%;
}

.single-blog-archive-content {
	flex: 0 0 54%;
	max-width: 54%;
	position: relative;
	background-color: #E5E9E2;
	padding: 25px 28px;
}

.featured-blogs-right-col .featured-right-blog:first-child {
	padding-bottom: 30px;
}

.single-blog-archive-container {
	padding-bottom: 30px;
}

.blog-archive-container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.blog-archive-content {
	background-color: #F1F1F1;
	margin-top: 50px;
}

.blog-archive-title h2 {
	color: #352412;
	font-size: 36px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	margin-bottom: 0;
	padding-top: 50px;
	margin-bottom: 30px;
}

.blog-archive-filter-content {
	position: relative;
	padding-bottom: 40px;
}

.blog-archive-filter-dropdown {
	padding-left: 40px;
}

.blog-archive-filter-icon {
	position: absolute;
	top: 15px;
	left: 0;
	margin: auto 0;
	height: 2px;
	width: 15px;
	background-color: #557145;
}

.blog-archive-filter-icon::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
	height: 2px;
	width: 20px;
	background-color: #557145;
}

.blog-archive-filter-icon::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	height: 2px;
	width: 10px;
	background-color: #557145;
}

.blog-archive-filter-dropdown select {
	font-size: 14px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	color: #043D33;
	padding: 6px 40px 6px 20px;
	border: 1px solid #043D33;
	background-color: #F1F1F1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.blog-archive-filter-dropdown {
	position: relative;
	display: table;
}

.blog-archive-filter-dropdown:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #043D33;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto 0;
	pointer-events: none;
}

.blog-archive-posts-content .posts-navigation {
	display: none;
}

.blog-archive-posts-content .pagination {
	justify-content: center;
	padding-top: 30px;
}

.blog-archive-posts-content .pagination .page-numbers {
	font-size: 20px;
	font-weight: 600;
	color: #043D33;
	border: 1px solid #043D33;
	min-width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin: 0 6px;
	transition: 0.3s ease-in-out;
}

.blog-archive-posts-content .pagination .page-numbers:hover {
	color: #ffffff;
	background-color: #043D33;
}

.blog-archive-posts-content .pagination .page-numbers.current {
	color: #ffffff;
	background-color: #043D33;
}

.blog-archive-posts-content .pagination .nav-links {
	display: flex;
}

.blog-archive-content {
	padding-bottom: 50px;
}

/* *********************** */
/* ***** Single blog ***** */
/* *********************** */

.single-blog-container {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

.single-blog-banner img {
	height: 350px;
	width: 100%;
	object-fit: cover;
	object-position: bottom;
}

.back-blog-archives {
	padding-top: 40px;
	padding-bottom: 40px;
}

.back-blog-archives-link img {
	height: 12px;
	width: auto;
	position: relative;
	bottom: 1px;
	padding-right: 5px;
}

.back-blog-archives-link a {
	font-weight: 100;
	color: #656565;
	transition: 0.3s ease-in-out;
}

.back-blog-archives-link a:hover {
	color: #39A85C;
}

.single-blog-top-info-row {
	display: flex;
}

.single-blog-category {
	position: relative;
	top: -4px;
}

.single-blog-category p {
	background-color: #E6E6E6;
	letter-spacing: 0.75px;
	font-size: 12px;
	color: #648278;
	padding: 4px 6px;
}

.single-blog-date {
	padding-left: 15px;
}

.single-blog-date p {
	font-size: 14px;
	color: #656565;
}

.single-blog-title h1 {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-size: 36px;
	color: #1C2126;
	line-height: 40px;
}

.single-blog-author {
	padding-top: 5px;
}

.single-blog-author p {
	font-size: 14px;
	color: #656565;
}

.single-blog-main-content {
	padding-top: 40px;
}

.single-blog-post-navigation {
	background-color: #F8F8F8;
	padding-top: 60px;
	padding-bottom: 60px;
}

.single-blog-post-navigation-container {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

.single-blog-post-navigation-container .nav-subtitle {
	font-size: 14px;
	color: #39A85C;
}

.single-blog-post-navigation-container .nav-subtitle i {
	font-size: 20px;
	position: relative;
	top: 2px;
}

.single-blog-post-navigation-container .nav-subtitle i.fa-chevron-left {
	padding-right: 10px;
}

.single-blog-post-navigation-container .nav-subtitle i.fa-chevron-right {
	padding-left: 10px;
}

.single-blog-post-navigation-container .nav-title {
	font-size: 22px;
	letter-spacing: 0.4px;
	color: #39A85C;
	margin-bottom: 0;
}

.single-blog-post-navigation-container .post-navigation {
	margin-bottom: 0;
}

.related-posts-content {
	background-color: #C0CBBB;
	padding-bottom: 60px;
}

.related-posts-container {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

.related-blog-title {
	padding-top: 60px;
	padding-bottom: 40px;
}

.related-blog-container.small-archive-blog {
	flex-direction: column;
}

.related-blog-img img {
	height: 260px;
	width: 100%;
	object-fit: cover;
}

.related-blog-info-content {
	background-color: #E5E9E2;
	padding: 28px 25px;
	position: relative;
	height: 250px;
}

.page-banner-video-background iframe {
	height: calc(((100vw - 64px)/16)*9);
	width: 100%;
}

.page-banner-inner-content.hide-banner-content {
	display: none;
}

.static-page-banner-component.page-banner-video .page-banner-inner-content {
	padding-top: 200px;
}

/* ***************************************** */
/* ***** Single activity: ferney trail ***** */
/* ***************************************** */

.activities.type-activities .entry-header{
	display: none;
}

.single-activities .navigation.post-navigation{
	display: none;
}

.about-trail-text-bloc {
	padding-right: 320px;
	padding-bottom: 30px;
}

.about-trail-col-img .vc_column-inner {
	justify-content: flex-end;
}

.about-trail-logo img {
	height: 100px;
	width: auto;
}

.about-trail-logo {
	position: absolute;
	top: 250px;
	right: 50px;
}

.next-edition-row h2 a {
	font-size: 40px;
	font-weight: 300;
	color: #ffffff;
	line-height: 46px;
	text-transform: uppercase;
}

.next-edition-row h2 a:hover {
	text-decoration: underline !important;
}

.next-edition-row .text-bloc-container {
	padding: 50px 30px;
}

/* ********************************************* */
/* ***** Single activity: 4x4 Guided tours ***** */
/* ********************************************* */

.embark-tour-logo img {
	height: 120px;
	width: auto;
}

.embark-tour-logo {
	padding-top: 100px;
	padding-bottom: 60px;
	display: table;
	margin: 0 auto;
}

.embark-tour-text-bloc .text-bloc-container {
	padding: 50px;

}

.embark-tour-text-bloc {
	display: table;
	margin-bottom: 30px;
}

.embark-tour-left-img {
	height: 500px;
}

.embark-tour-right-img {
	height: 360px;
}

.embark-tour-row {
	padding-top: 25px;
	padding-bottom: 60px;
}

.safari-options-text-col .vc_column-inner {
	justify-content: center;
}

.safari-options-row {
	padding-top: 95px;
	padding-bottom: 120px;
}

.safari-options-text-col .custom-text-content {
	padding-left: 25px;
}

.safari-options-text-col .custom-text-content p {
	margin-bottom: 8px;
}

.safari-options-text-col .custom-text-content strong {
	position: relative;
}

.safari-options-text-col .custom-text-content strong:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: -20px;
	background-color: #333333;
}

.safari-options-text-col .ferney-header-container {
	margin-bottom: 25px;
}

.safari-options-text-col .custom-button-container {
	padding-top: 25px;
}

.experience-tips-col .wpb_wrapper {
	display: flex;
}

.experience-tip-content {
	padding-left: 2px;
	padding-right: 2px;
}

.experience-tip-container {
	position: relative;
}

.experience-tip-text-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	min-height: 200px;
}

.experience-tip-text-content p {
	color: #ffffff;
	text-align: right;
	margin-bottom: 0;
}

.experience-tip-bg img {
	height: 370px;
	width: 100%;
	object-fit: cover;
}

.experience-tip-bg {
	position: relative;
}

.experience-tip-bg:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.experience-tip-number p {
	font-size: 30px;
}

.experience-tip-number {
	padding-bottom: 30px;
	position: relative;
}

.experience-tip-number:after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: -2px;
	right: -2px;
	height: 1px;
	background-color: #ffffff;
}

.experience-tip-text-col .vc_column-inner {
	justify-content: center;
}

.experience-tip-row {
	padding-top: 95px;
	padding-bottom: 120px;
}

.preparing-visit-inner-row {
	padding: 80px 70px;
	background-color: #ffffffba;
}

.preparing-visit-row {
	padding-top: 95px;
	padding-bottom: 120px;
}

.preparing-visit-left-col .ferney-header-content {
	padding-bottom: 20px;
}

.preparing-visit-left-col.vc_column_container>.vc_column-inner {
	padding-right: 100px;
}

.preparing-visit-left-col .vc_column-inner {
	border-right: 1px solid #0A3F2F;
}

.preparing-visit-right-col.vc_column_container>.vc_column-inner {
	padding-left: 70px;
}

.price-table-container {
	display: flex;
}

.price-table-container p {
	color: #231F20;
	margin-bottom: 0;
}

.price-table-duration {
	flex: 0 0 15%;
	max-width: 15%;
}

.price-table-items {
	flex: 0 0 85%;
	max-width: 85%;
}

.price-table-content {
	margin-bottom: 15px;
}

.activity-note {
	padding-top: 20px;
}

.looking-alternative-row {
	padding-top: 105px;
	padding-bottom: 130px;
}

.looking-alternative-text-col .vc_column-inner {
	justify-content: center;
}

.looking-alternative-text-col .ferney-header-content {
	padding-bottom: 20px;
}

.looking-alternative-text-col .custom-button-container {
	padding-top: 30px;
}

.lunch-options-text-col .vc_column-inner {
	justify-content: center;
}

.lunch-options-text-col .ferney-header-content {
	padding-bottom: 15px;
}

.lunch-options-text-col .custom-button-container {
	padding-top: 20px;
}

.lunch-options-row {
	padding-top: 105px;
	padding-bottom: 130px;
}

/* ************************ */
/* ***** Farming page ***** */
/* ************************ */

.integrated-ecosystem-text-bloc {
	display: table;
	margin-left: auto;
	padding-bottom: 30px;
}

.integrated-ecosystem-logo {
	padding-bottom: 50px;
	display: table;
	margin: 0 auto;
}

.integrated-ecosystem-logo img {
	height: 100px;
	width: auto;
}

.integrated-ecosystem-row {
	padding-bottom: 40px;
}

.integrated-ecosystem-img-col .vc_column-inner {
	justify-content: flex-end;
}

.farming-agri-hub-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	height: 100%;
}

.farming-agri-hub-row>.vc_column_container {
	padding-top: 95px;
	padding-bottom: 120px;
}

.farming-agri-hub-text-col .vc_column-inner {
	justify-content: center;
}

.farming-agri-hub-text-col .wpb_wrapper {
	padding-left: 30px;
}

.promoting-food-top-left-col.vc_col-sm-6 {
	width: 42%;
	padding-bottom: 24px;
}

.promoting-food-top-left-col .vc_column-inner {
	height: 100%;
}

.promoting-food-top-left-col .wpb_wrapper {
	height: 100%;
}

.promoting-food-top-left-col .text-bloc-content {
	height: 100%;
}

.promoting-food-bottom-left-col.vc_col-sm-2 {
	width: 18%;
}

.promoting-food-bottom-middle-col.vc_col-sm-4 {
	width: 40%;
}

.promoting-food-botton-right-col.vc_col-sm-6 {
	width: 42%;
}

.promoting-food-bottom-text-bloc .text-bloc-container {
	padding-right: 80px;
}

.promoting-food-top-right-col.vc_col-sm-6 {
	width: 58%;
	padding-bottom: 24px;
}

.promoting-food-top-text-bloc .text-bloc-container {
	padding-right: 90px;
}

.promoting-food-top-img {
	height: 320px;
}

.promoting-food-top-left-col.vc_column_container>.vc_column-inner {
	padding-left: 12px;
	padding-right: 12px;
}

.promoting-food-top-right-col.vc_column_container>.vc_column-inner {
	padding-left: 12px;
	padding-right: 12px;
}

.promoting-food-bottom-left-col.vc_column_container>.vc_column-inner {
	padding-left: 12px;
	padding-right: 12px;
}

.promoting-food-bottom-middle-col.vc_column_container>.vc_column-inner {
	padding-left: 12px;
	padding-right: 12px;
}

.promoting-food-bottom-middle-col.vc_column_container>.vc_column-inner {
	padding-left: 12px;
	padding-right: 12px;
}

.promoting-food-bottom-img-2 {
	height: 355px;
}

.promoting-food-bottom-img-1 {
	height: 355px;
}

.promoting-food-row {
	padding-top: 95px;
	padding-bottom: 120px;
}

.natural-life-row {
	padding-top: 95px;
	padding-bottom: 120px;
}

.life-blogs-bg img {
	height: 280px;
	width: 100%;
	object-fit: cover;
}

.life-blogs-content {
	background-color: #E5E9E2;
	position: relative;
	padding: 25px 28px;
	min-height: 250px;
}

.natural-life-row .ferney-header-content {
	padding-bottom: 30px;
}

.view-all-natural-life-blogs a {
	padding: 10px 50px;
	border: 2px solid #004E42;
	font-size: 12px;
	font-weight: 600;
	color: #004E42;
	transition: 0.3s ease-in-out;
}

.view-all-natural-life-blogs a:hover {
	background-color: #004E42;
	color: #ffffff;
}

.view-all-natural-life-blogs {
	display: table;
	margin: 0 auto;
}

/* ************************ */
/* ***** Contact page ***** */
/* ************************ */

.contact-form-row.vc_row {
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
}

.icon-text-container {
	display: flex;
}

.icon-text-container .icon-text-image {
	max-width: 15%;
	flex: 0 0 15%;
}

.icon-text-container .icon-text {
	max-width: 85%;
	flex: 0 0 85%;
}

.icon-text-content.phone-icon img {
	height: 20px;
	width: auto;
}

.icon-text-content.mail-icon img {
	height: 16px;
	width: auto;
}

.icon-text p {
	margin-bottom: 0;
}

.icon-text {
	display: flex;
	align-items: center;
}

.visit-us-col h6 {
	font-size: 24px !important;
}

.visit-us-col p {
	font-size: 14px;
}

.icon-text-image {
	display: flex;
	align-items: center;
}

.visit-us-col .icon-text-content {
	padding-bottom: 12px;
}

.visit-us-col .vc_col-sm-6 {
	padding-bottom: 10px;
}

.contact-form-col.vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.contact-form-container {
	padding: 55px 45px;
	background-color: #AEB8A3;
}

.contact-form-title p {
	font-size: 28px;
	line-height: 30px;
	color: #ffffff;
}

.contact-form-fields .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 5%;
	grid-row-gap: 25px;
}

.contact-form-fields .gform_wrapper.gravity-theme #input_2_1_3_container {
	padding-right: 4% !important;
}

.contact-form-fields .gform_wrapper.gravity-theme input {
	padding: 12px 10px !important;
	outline: none;
	border-radius: 5px !important;
	color: #8E8E8E;
	font-size: 12px !important;
	font-family: "Poppins";
}

.contact-form-fields .gform_wrapper.gravity-theme input::placeholder {
	color: #8E8E8E;
	font-size: 12px;
	font-family: "Poppins";
}

.contact-form-fields .gform_wrapper.gravity-theme select {
	padding: 12px 10px !important;
	outline: none;
	border-radius: 5px !important;
	color: #8E8E8E;
	font-size: 12px !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-family: "Poppins";
}

.contact-form-fields .gform_wrapper.gravity-theme textarea {
	padding: 12px 10px !important;
	outline: none;
	border-radius: 5px !important;
	font-family: "Poppins";
	color: #8E8E8E;
	font-size: 12px !important;
}

.contact-form-fields .gform_wrapper.gravity-theme textarea::placeholder {
	color: #8E8E8E;
	font-size: 12px;
	font-family: "Poppins";
}

.contact-form-fields .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 100px;
}

.contact-form-fields .gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"] {
	appearance: none;
	border: none;
	background-color: #ffffff;
	border-radius: 2px;
	width: 14px;
	height: 14px;
	content: none;
	outline: none;
	margin: 0;
	position: relative;
	margin-right: 10px;
	padding: 0 !important;
}

.contact-form-fields .gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"]:hover {
	cursor: pointer;
}

.contact-form-fields .gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"]:checked {
	appearance: none;
	outline: none;
	padding: 0;
	content: none;
	border: none;
}

.contact-form-fields .gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"]:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	width: 14px;
	height: 14px;
}

.contact-form-fields .gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"]:after {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
}

.contact-form-fields .gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"]:checked:after {
	content: "\00A0\2713\00A0" !important;
	font-weight: bolder;
	font-size: 14px;
	color: #AEB8A3;
}

.contact-form-fields .gform_wrapper.gravity-theme .gfield_checkbox label {
	color: #ffffff;
	font-size: 12px;
	font-family: "Poppins";
}

.contact-form-fields .gform_wrapper.gravity-theme .gform_footer input {
	font-size: 14px !important;
	padding: 12px 50px !important;
	border-radius: 0 !important;
	border: 3px solid #ffffff;
	color: #ffffff;
	background-color: #AEB8A3;
	transition: 0.3s ease-in-out;
	font-family: futura-pt, sans-serif;
}

.contact-form-fields .gform_wrapper.gravity-theme .gform_footer input:hover {
	background-color: #ffffff;
	color: #AEB8A3;
}

.contact-form-fields .gform_wrapper.gravity-theme .gform_footer {
	justify-content: center;
	padding-bottom: 0;
}

.contact-form-row {
	position: relative;
	z-index: 2;
}

.ferney-map-row {
	position: relative;
	z-index: 1;
}

.ferney-map-row>.vc_column_container {
	margin-top: -60px;
}

/* ****************************** */
/* ***** Sliding animations ***** */
/* ****************************** */

.fade-in {
	opacity: 0;
	transform: translateY(10vh);
	visibility: hidden;
	transition: opacity 0.6s ease-out, transform 1.2s ease-out;
	will-change: opacity, visibility;
}

.fade-in-right {
	opacity: 0;
	transform: translateX(10vh);
	visibility: hidden;
	transition: opacity 0.6s ease-out, transform 1.2s ease-out;
	will-change: opacity, visibility;
	/* overflow-x: hidden; */
}

.fade-in-left {
	opacity: 0;
	transform: translateX(-10vh);
	visibility: hidden;
	transition: opacity 0.6s ease-out, transform 1.2s ease-out;
	will-change: opacity, visibility;
	/* overflow-x: hidden; */
}

.fade-in.is-visible,
.fade-in-right.is-visible,
.fade-in-left.is-visible {
	opacity: 1;
	transform: none;
	visibility: visible;
}

/* **************************** */
/* ***** Real estate page ***** */
/* **************************** */

.horizontal-accordion-content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.horizontal-accordion-container {
	display: flex;
}

.accordion-content.active-accordion {
	/* max-width: 55%;
	flex: 0 0 55%; */
	width: 55%;
}

.accordion-content {
	flex: 0 0 auto;
}

.accordion-content {
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}

.accordion-background {
	position: relative;
}

.accordion-background img {
	height: 450px;
	width: 100%;
	object-fit: cover;
}

.accordion-background:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
	opacity: 0.8;
}

.accordion-text-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 220px;
	color: #ffffff;
	font-family: futura-pt, sans-serif;
	font-size: 16px;
	text-align: center;
	padding: 30px 40px;
}

.accordion-text-content:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	width: 40px;
	height: 1px;
	background-color: #ffffff;
	margin: 0 auto;
}

.accordion-title p {
	text-align: center;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 0;
}

.accordion-title {
	position: relative;
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
}

.accordion-title:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 7px solid #ffffff;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15px;
	margin: auto;
}

.accordion-content.collapsed-accordion {
	cursor: pointer;
}

.accordion-content.collapsed-accordion .accordion-description {
	/* display: none; */
	/* opacity: 0; */
	height: 0;
	overflow: hidden;
}

.accordion-content .accordion-description {
	overflow: hidden;
	display: none;
}

.text-bloc-content.welcome-agrihood-text-bloc {
	display: table;
	margin-left: auto;
	padding-bottom: 16px;
}

.custom-image-component.welcome-agrihood-img-2 {
	padding-bottom: 16px;
}

.text-bloc-content.be-part-community-text-bloc {
	display: table;
}

.welcome-agrihood-row .vc_column_container.vc_col-sm-6 {
	padding-left: 8px;
	padding-right: 8px;
}

.welcome-agrihood-row .vc_column_container.vc_col-sm-6>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.be-part-community-logo img {
	height: 100px;
	width: auto;
}

.be-part-community-logo {
	position: absolute;
	bottom: 200px;
	right: 100px;
}

.welcome-agrihood-row {
	padding-top: 25px;
	padding-bottom: 50px;
}

.welcome-agrihood-img-1 {
	height: 280px;
}

.tropical-playground-inner-row-1 .vc_column_container>.vc_column-inner {
	padding-left: 8px;
	padding-right: 8px;
}

.tropical-playground-inner-row-1 {
	padding-bottom: 16px;
}

.tropical-playground-img-1 {
	padding-bottom: 16px;
}

.tropical-playground-inner-row-2 .vc_column_container>.vc_column-inner {
	padding-left: 8px;
	padding-right: 8px;
}

.tropical-playground-inner-row-1 .wpb_wrapper {
	height: 100%;
}

.tropical-playground-top-text-bloc {
	height: 100%;
}

.tropical-playground-top-text-bloc .text-bloc-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tropical-playground-img-3 {
	height: 450px;
}

.tropical-playground-img-1 {
	height: 280px;
}

.tropical-playground-img-2 {
	height: 170px;
}

.tropical-playground-img-4 {
	height: 450px;
}

.tropical-playground-inner-row-2 .wpb_wrapper {
	height: 100%;
}

.tropical-agrihood-text-bloc-2 {
	height: 100%;
}

.tropical-agrihood-text-bloc-2 .text-bloc-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 60px;
}

.tropical-playground-row {
	padding-top: 95px;
	padding-bottom: 120px;
}

.montagne-lion-bg-img {
	position: absolute;
	top: -95px;
	bottom: -120px;
	left: 0;
}

.montagne-lion-row {
	padding-top: 65px;
	padding-bottom: 100px;
}

.montagne-lion-text-col.vc_column_container {
	align-items: center !important;
	padding-left: 40px;
}

.real-estate-master-plan-row {
	padding-top: 95px;
	padding-bottom: 120px;
}

.real-estate-master-plan-text-img.vc_column_container>.vc_column-inner,
.real-estate-master-plan-text-col.vc_column_container>.vc_column-inner {
	padding-left: 8px;
	padding-right: 8px;
}

.real-estate-master-plan-text-col .wpb_wrapper {
	height: 100%;
}

.real-estate-master-plan-text-col .text-bloc-content {
	height: 100%;
}

.real-estate-master-plan-text-col .text-bloc-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 80px;
	width: 100%;
}

.real-estate-master-plan-text-col .custom-button-container {
	padding-top: 20px;
}

.property-investment-row {
	padding-top: 95px;
	padding-bottom: 120px;
}

.property-investment-text-col .wpb_wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.property-investment-text-col .custom-button-container {
	padding-top: 20px;
}

.first-to-know-row {
	padding-top: 35px;
	padding-bottom: 70px;
}

.sustainable-development-row {
	padding-top: 85px;
	padding-bottom: 120px;
}

.real-estate-form-row .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 5%;
	grid-row-gap: 25px;
}

.real-estate-form-row .gform_wrapper.gravity-theme #input_4_1_3_container {
	padding-right: 4% !important;
}

.real-estate-form-row .gform_wrapper.gravity-theme input {
	padding: 15px 15px !important;
	outline: none;
	border-radius: 5px !important;
	color: #8E8E8E;
	font-size: 12px !important;
	font-family: "Poppins";
	border: none !important;
	background-color: #F5F5F5;
	letter-spacing: 0.21px;
}

.real-estate-form-row .gform_wrapper.gravity-theme input::placeholder {
	color: #8E8E8E;
	font-size: 12px;
	font-family: "Poppins";
	letter-spacing: 0.21px;
}

.real-estate-form-row .gform_wrapper.gravity-theme select {
	padding: 15px 15px !important;
	outline: none;
	border-radius: 5px !important;
	color: #8E8E8E;
	font-size: 12px !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-family: "Poppins";
	letter-spacing: 0.21px;
}

.real-estate-form-row .gform_wrapper.gravity-theme textarea {
	padding: 15px 15px !important;
	outline: none;
	border-radius: 5px !important;
	font-family: "Poppins";
	color: #8E8E8E;
	font-size: 12px !important;
	border: none !important;
	background-color: #F5F5F5;
	letter-spacing: 0.21px;
}

.real-estate-form-row .gform_wrapper.gravity-theme textarea::placeholder {
	color: #8E8E8E;
	font-size: 12px;
	font-family: "Poppins";
	letter-spacing: 0.21px;
}

.real-estate-form-row .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 150px;
}

.real-estate-form-row .gform_wrapper.gravity-theme .gform_footer input {
	font-size: 14px !important;
	padding: 12px 70px !important;
	border-radius: 0 !important;
	border: 3px solid #043D33 !important;
	color: #043D33;
	background-color: transparent;
	transition: 0.3s ease-in-out;
	font-family: futura-pt, sans-serif;
}

.real-estate-form-row .gform_wrapper.gravity-theme .gform_footer input:hover {
	background-color: #043D33;
	color: #ffffff;
}

.real-estate-form-row .gform_wrapper.gravity-theme .gform_footer {
	justify-content: center;
	padding-bottom: 0;
}

.real-estate-form-row {
	padding-top: 15px;
	padding-bottom: 50px;
}

.real-estate-form-row .wpb_wrapper {
	max-width: 620px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* *********************** */
/* ***** Guided tour ***** */
/* *********************** */

.guided-tour-row {
	padding-top: 15px;
	padding-bottom: 50px;
}

.guided-tour-text-bloc {
	display: table;
}

.guided-tour-right-img {
	padding-top: 30px;
}

.guided-tour-left-col .vc_column-inner {
	justify-content: flex-end;
}

.guided-tour-logo {
	position: absolute;
	bottom: 250px;
	right: 70px;
}

.guided-tour-logo.custom-image-component img {
	height: 100px;
	width: auto;
}

.worldwide-recognition-row {
	padding-top: 45px;
	padding-bottom: 80px;
}

.world-wide-recognition-bg {
	position: absolute;
	top: -45px;
	bottom: -80px;
	right: 0;
}

.worldwide-recognition-text-col .vc_column-inner {
	justify-content: center;
}

.why-choose-row {
	max-width: 1280px;
	margin: 0 auto !important;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 95px;
	padding-bottom: 120px;
}

.why-choose-row.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}

.why-choose-top-right-col.vc_column_container>.vc_column-inner {
	padding-left: 0;
}

.why-choose-img-2 {
	padding-bottom: 15px;
}

.why-choose-row.vc_row>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}

.why-choose-img-1 {
	height: 400px;
}

.why-choose-img-2 {
	height: 270px;
	width: 100%;
}

.why-choose-img-3 {
	height: 130px;
	width: 100%;
}

.why-choose-img-top-row {
	padding-bottom: 15px;
}

.why-choose-img-5 {
	height: 400px;
}

.why-choose-img-4 {
	height: 400px;
	width: 100%;
}

.why-choose-text-col .vc_column-inner {
	justify-content: center;
}

.why-choose-text-col .wpb_wrapper {
	padding: 40px 50px;
}

.why-choose-bottom-left-col .vc_column-inner {
	padding-right: 0 !important;
}

.why-choose-text ol {
	margin-left: 0;
	padding-left: 15px;
}

.why-choose-text li {
	margin-bottom: 15px;
}

.guided-tour-booking-bg-img {
	position: absolute;
	bottom: -120px;
	left: 0;
	height: 300px;
}

.guided-tour-booking-row {
	padding-top: 85px;
	padding-bottom: 120px;
}

.guided-tour-booking-text-col .wpb_wrapper {
	padding-right: 20px;
}

.guided-tour-booking-text-col .vc_column-inner {
	justify-content: center;
}

.guided-tour-booking-time {
	padding: 0 10px;
	position: relative;
}

.guided-tour-booking-time:after {
	content: '';
	position: absolute;
	right: 0;
	top: -3px;
	bottom: -3px;
	width: 1px;
	background-color: #231f2081;
}

.guided-tour-booking-time:last-child:after {
	content: none;
}

.guided-tour-booking-form-col .gform_wrapper {
	padding: 70px 80px;
	border: 2px solid #004E42;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 5%;
	grid-row-gap: 25px;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme #input_5_1_3_container {
	padding-right: 4% !important;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme input {
	padding: 12px 15px !important;
	outline: none;
	border-radius: 5px !important;
	color: #707070;
	font-size: 12px !important;
	font-family: "Poppins";
	background-color: #f5f5f58c;

}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme input::placeholder {
	color: #707070;
	font-size: 12px;
	font-family: "Poppins";
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme select {
	padding: 12px 10px !important;
	outline: none;
	border-radius: 5px !important;
	color: #707070;
	font-size: 12px !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-family: "Poppins";
	background-color: #f5f5f58c;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme .ginput_container_select {
	position: relative;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme .ginput_container_select:after {
	content: '\f078';
	font-family: "Font Awesome 5 Pro";
	color: #707070;
	position: absolute;
	right: 10px;
	top: 12px;
	pointer-events: none;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme .ginput_container_date {
	position: relative;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme .ginput_container_date:after {
	content: url('https://ferney.mu/wp-content/uploads/2022/10/ic-calendar-date-month@2x.png');
	position: absolute;
	right: 0;
	top: -4px;
	pointer-events: none;
	scale: 0.4;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme textarea {
	padding: 12px 10px !important;
	outline: none;
	border-radius: 5px !important;
	font-family: "Poppins";
	color: #707070;
	font-size: 12px !important;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme textarea::placeholder {
	color: #707070;
	font-size: 12px;
	font-family: "Poppins";
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 100px;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"] {
	appearance: none;
	border: none;
	background-color: #f5f5f58c;
	border-radius: 2px;
	width: 16px;
	height: 16px;
	content: none;
	outline: none;
	margin: 0;
	position: relative;
	margin-right: 10px;
	padding: 0 !important;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"]:hover {
	cursor: pointer;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"]:checked {
	appearance: none;
	outline: none;
	padding: 0;
	content: none;
	border: none;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"]:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	width: 16px;
	height: 16px;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"]:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 1px;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme .gfield_checkbox input[type="checkbox"]:checked:after {
	content: "\f00c" !important;
	font-family: "Font Awesome 5 Pro";
	font-weight: bolder;
	font-size: 12px;
	color: #707070;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme .gfield_checkbox label {
	color: #707070;
	font-size: 12px;
	font-family: "Poppins";
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme .gform_footer input {
	font-size: 14px !important;
	padding: 12px 70px !important;
	border-radius: 0 !important;
	border: 3px solid #043D33 !important;
	color: #043D33;
	background-color: transparent;
	transition: 0.3s ease-in-out;
	font-family: futura-pt, sans-serif;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme .gform_footer input:hover {
	background-color: #043D33;
	color: #ffffff;
}

.guided-tour-booking-form-col .gform_wrapper.gravity-theme .gform_footer {
	justify-content: center;
	padding-bottom: 0;
}

.hiking-trails-row>.wpb_column>.vc_column-inner>.wpb_wrapper {
	margin-left: calc((100% - 1170px)/2);
	margin-right: calc((100% - 1320px)/2);
	padding-left: 15px;
	padding-right: 15px;
}

.hiking-trails-row {
	padding-top: 85px;
	padding-bottom: 10px;
}

.hiking-trails-inner-row-2 .wpb_wrapper {
	margin-top: -160px;
	position: relative;
}

.hiking-trail-title h4 {
	text-align: right;
	font-style: italic;
	color: #043F2F;
	margin-bottom: 20px;
}

.hiking-trail-component {
	display: table;
	position: absolute;
}

.hiking-trail-component.route-5k {
	top: 270px;
	left: -8%;
}

.hiking-trail-component.route-13k {
	top: 220px;
	left: 42%;
}

.hiking-trail-component.route-20k {
	top: 70px;
	right: 0;
}

.hiking-trails-inner-row-3 .wpb_wrapper {
	display: flex;
	margin-top: -100px;
}

.hiking-trails-btm-img {
	flex: 0 0 11%;
	max-width: 11%;
	/* height: 120px; */
	display: table;
	margin-top: auto;
	padding-left: 3px;
	padding-right: 3px;
}

.hiking-trails-btm-img img {
	object-fit: contain;
	height: 100px;
}

.hiking-trails-btm-big-img {
	flex: 0 0 23%;
	max-width: 23%;
}

.hiking-trails-btm-big-img img {
	object-fit: contain;
}

.while-planning-row>.wpb_column>.vc_column-inner>.wpb_wrapper {
	margin-left: calc((100% - 1170px)/2);
	margin-right: calc((100% - 1320px)/2);
	padding-left: 15px;
	padding-right: 15px;
}

.while-planning-text-col .vc_column-inner {
	justify-content: center;
}

.while-planning-links-col .wpb_wrapper {
	display: flex;
}

.activity-link-content {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.while-planning-text-col.vc_col-sm-3 {
	width: 35%;
}

.while-planning-links-col.vc_col-sm-9 {
	width: 65%;
}

.while-planning-row {
	padding-top: 85px;
	padding-bottom: 120px;
}

.activity-link-container {
	position: relative;
}

.activity-link-bg img {
	height: 350px;
	width: 100%;
	object-fit: cover;
}

.activity-link-bg {
	position: relative;
}

.activity-link-bg:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000000;
	opacity: 0.1;
	transition: 0.3s ease-in-out;
}

.activity-link-content a:hover .activity-link-bg:after {
	opacity: 0.5;
}

.activity-link-text-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.activity-link-text-content p {
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 0;
}

/* *************************** */
/* ***** Price list menu ***** */
/* *************************** */

.ferney-header-container.price-list-menu {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #033123;
}

.price-list-menu ul.menu>li a {
	color: #ffffff;
}

.price-list-menu .ferney-logo img {
	height: 36px;
	width: auto;
}

.price-list-menu .scroll-menu-col {
	display: flex;
}

.price-list-menu .menu-search-container {
	margin-top: 10px;
}

.price-list-menu .menu-search-container input[type="text"] {
	color: #ffffff !important;
	border-bottom: 1px solid #ffffff;
}

.price-list-menu .menu-search-container input[type="text"]::placeholder {
	color: #ffffff;
}

.price-list-menu .menu-search-container .menu-search::before {
	background-color: #ffffff;
}

.price-list-menu .menu-search-container .menu-search::after {
	border: 2px solid #ffffff;
}

/* ******************************** */
/* ***** Farm residences page ***** */
/* ******************************** */

.ferney-general-container-content {
	display: flex;
}

.farm-residences-natural-life-row {
	padding-bottom: 40px;
}

.farm-residences-natural-top-text-bloc {
	display: table;
	margin-left: auto;
	padding-bottom: 16px;
}

.farm-residences-natural-life-left-col.vc_column_container>.vc_column-inner {
	padding-right: 8px;
}

.farm-residences-natural-life-right-col.vc_column_container>.vc_column-inner {
	padding-left: 8px;
}

.farm-residences-natural-bottom-text-bloc {
	display: table;
}

.farm-residences-natural-bottom-text-bloc .text-bloc-container {
	padding: 60px 30px;
}

.farm-residences-natural-right-img {
	padding-bottom: 16px;
	height: 350px;
}

.farm-residences-natural-left-img {
	height: 300px;
}

.farm-residences-natural-logo img {
	height: 100px;
	width: auto;
}

.farm-residences-natural-logo {
	position: absolute;
	bottom: 260px;
	right: 10px;
}

.discover-ferney-row {
	padding-top: 85px;
	padding-bottom: 120px;
}

.discover-ferney-icons-row {
	padding: 30px 5px;
}

.discover-ferney-icons-row .icon-text-container {
	/* flex-direction: column; */
	display: block;
}

.discover-ferney-icons-row .icon-text-image {
	max-width: none;
	justify-content: center;
	padding-bottom: 10px;
}

.discover-ferney-icons-row .icon-text-image img {
	height: 34px;
	width: auto;
}

.discover-ferney-icons-row .icon-text-content {
	max-width: 33.33333%;
	flex: 0 0 33.33333%;
}

.discover-ferney-icons-row .icon-text p {
	text-align: center;
	font-size: 14px;
}

.discover-ferney-icons-row .icon-text {
	justify-content: center;
	max-width: none;
}

.discover-ferney-text-col .vc_column-inner {
	justify-content: center;
}

.discover-ferney-icons-top-row {
	position: relative;
}

.discover-ferney-icons-top-row:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 100px;
	right: 100px;
	height: 1px;
	background-color: #3524123d;
}

.coming-life-row {
	padding-top: 65px;
	padding-bottom: 100px;
}

.coming-life-row .vc_row.vc_inner {
	position: relative;
	z-index: 1;
}

.coming-life-bg-img {
	position: absolute;
	top: -65px;
	bottom: -100px;
	left: 0;
}

.coming-life-text-col.vc_column_container>.vc_column-inner {
	padding-left: 30px;
	justify-content: center;
}

.coming-life-text-col .custom-button-container {
	padding-top: 20px;
}

.montagne-lion-masterplan-row {
	padding-top: 95px;
	padding-bottom: 130px;
}

.montagne-lion-masterplan-text-col.vc_column_container>.vc_column-inner {
	padding-right: 5px;
	justify-content: center;
}

.montagne-lion-masterplan-img-col.vc_column_container>.vc_column-inner {
	padding-left: 10px;
}

.montagne-lion-masterplan-text-col .wpb_wrapper {
	padding-left: 25px;
	padding-right: 25px;
}

.custom-text-content ul {
	margin-left: 0;
	padding-left: 15px;
}

.custom-text-content ul li {
	margin-bottom: 8px;
}

.farm-living-bg-img {
	position: absolute;
	right: 0;
	top: -85px;
	bottom: -120px;
}

.farm-living-row {
	padding-top: 85px;
	padding-bottom: 120px;
}

.farm-living-slider-content {
	position: relative;
	z-index: 1;
}

.farm-living-inner-content {
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

.farm-living-text-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 140px;
	padding: 25px;
}

.farm-living-text-content p {
	color: #ffffff;
}

.farm-living-slider-background img {
	height: 380px;
	width: 100%;
	object-fit: cover;
}

.farm-living-slider-background {
	position: relative;
}

.farm-living-slider-background:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000000;
	opacity: 0.4;
}

.farm-living-slider-title p {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 24px;

}

.farm-living-slider-description {
	font-size: 14px;
	color: #ffffff;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
}

.farm-living-slider-title {
	padding-top: 5px;
}

.farm-living-slider-logo img {
	height: 65px;
	width: auto;
}

.farm-living-slider-content button.slick-arrow {
	padding: 0;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border-radius: 50%;
	border: 3px solid #ffffff;
	outline: none;
	position: absolute;
	z-index: 5;
}

.farm-living-slider-content button.slick-arrow i.fal {
	color: #ffffff;
	font-weight: 700;
}

.farm-living-slider-content button.slick-arrow.slick-prev {
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 20px;
}

.farm-living-slider-content button.slick-arrow.slick-next {
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 20px;
}

.ferney-agrihood-row {
	padding-top: 85px;
	padding-bottom: 120px;
}

.ferney-agrihood-text-col .vc_column-inner {
	justify-content: center;
	align-items: center;
	padding-top: 0 !important;
}

.ferney-agrihood-img-1 {
	padding-right: 10px;
	height: 210px;
	width: 25%;
}

.ferney-agrihood-img-2 {
	height: 210px;
	width: 75%;
}

.ferney-agrihood-img-3 {
	height: 210px;
	width: 70%;
	padding-right: 10px;
}

.ferney-agrihood-img-4 {
	height: 210px;
	width: 30%;
}

.ferney-agrihood-top-img-row {
	padding-bottom: 10px;
}

.ferney-agrihood-img-col.vc_column_container>.vc_column-inner {
	padding-left: 10px;
}

.book-plot-row {
	padding-top: 40px;
	padding-bottom: 75px;
}

/* *************************** */
/* ***** Masterplan page ***** */
/* *************************** */

.ferney-masterplan-container {
	max-width: 1430px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

.ferney-masterplan-content .has-location-description:hover {
	cursor: pointer;
}

.ferney-masterplan-content .has-location-description~text:hover {
	cursor: pointer;
}

.ferney-masterplan-content text {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	color: #0C4839;
	pointer-events: none;
}

.ferney-masterplan-container {
	position: relative;
}

.masterplan-location-name {
	position: absolute;
	max-width: 150px;
	padding: 15px;
	background-color: #ffffffd7;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s ease-in-out;

}

.masterplan-location-name.display-location-name {
	opacity: 1;
}

.masterplan-location-name p {
	text-align: center;
	color: #0C4839;
	margin-bottom: 0;
}

.st0.location-active {
	fill: #0C4839;

}

.ferney-masterplan-content .st0.location-active~text {
	fill: #ffffff;
	outline: none;
}

.masterplan-map-row>.wpb_column>.vc_column-inner>.wpb_wrapper {
	position: relative;
}

.masterplan-location-description {
	position: absolute;
	top: 50px;
	right: 80px;
	max-width: 600px;
	max-height: 315px;
	height: 315px;
	background-color: #0c4839dd;
	padding: 15px;
	display: none;
	z-index: 3;
}

/* .masterplan-location-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}*/

.masterplan-location-description.display-location-description {
	display: block;
}

.masterplan-location-description-content {
	display: flex;
}

.masterplan-location-img {
	max-width: 50%;
	flex: 0 0 50%;
}

.masterplan-location-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.masterplan-location-text-content {
	max-width: 50%;
	flex: 0 0 50%;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 25px;
	overflow: scroll;
}

.masterplan-location-title p {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
}

.masterplan-location-text p {
	color: #ffffff;
	line-height: 22px;
}

.masterplan-location-link {
	padding-top: 20px;
}

.masterplan-location-link a {
	color: #ffffff;
	font-weight: 300;
	padding: 8px 60px;
	border: 2px solid #ffffff;
	transition: 0.3s ease-in-out;
}

.masterplan-location-link a:hover {
	background-color: #ffffff;
	color: #003F2F;
}

.masterplan-banner-row .page-banner-background {
	height: 45vh;
}

.masterplan-map-row {
	padding-top: 30px;
	padding-bottom: 70px;
}

.masterplan-location-description-close {
	height: 15px;
	width: 15px;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
}

.masterplan-location-description-close:after {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #ffffff;
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	transform: rotate(45deg);
}

.masterplan-location-description-close:before {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #ffffff;
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	transform: rotate(-45deg);
}

/* ************************** */
/* ***** Booking widget ***** */
/* ************************** */

.booking-widget-container .hz.widgetMB2 {
	border: none !important;
	border-radius: 0;
	background-color: #ffffff;
	color: #000000;
	font-family: futura-pt, sans-serif;
	display: flex;
	padding: 30px 25px;
	box-shadow: 0px 3px 6px #00000015;
}

.booking-widget-container .hz.widgetMB2 .hz.h2 {
	color: #352412;
	font-family: futura-pt, sans-serif;
	font-size: 16px;
}

.booking-widget-container .hz.widgetMB2 .hz.header {
	max-width: 8%;
	flex: 0 0 8%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.booking-widget-container .hz.widgetMB2 .hz.section {
	max-width: 78%;
	flex: 0 0 78%;
	border-width: 0 1px;
	border-color: #C9C9C9;
}

.booking-widget-container .hz.widgetMB2 .hz.footer {
	max-width: 12%;
	flex: 0 0 12%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.booking-widget-container #widgetMB2 {
	display: block;
}

.booking-widget-container .hz.input.date {
	width: 140px;
	border-radius: 0;
	padding: 15px 10px;
	border-color: #C9C9C9;
	outline: none;
}

.booking-widget-container .hz.input.date::placeholder {
	font-family: futura-pt, sans-serif;
	font-size: 16px;
	color: #A8A8A8;
	text-align: center;
}

.booking-widget-container .hz.select {
	width: 65px;
	padding: 15px 8px;
	border-color: #C9C9C9;
	color: #352412;
	font-size: 16px;
	font-family: futura-pt, sans-serif;
	text-align: center;
	border-radius: 0;
	outline: none;
}

.booking-widget-container .hz.widgetMB2 .hz.section .hz.form {
	display: flex;
}

.booking-widget-container .hz.widgetMB2 .hz.section .hz.form>* {
	flex: auto;
}

.booking-widget-container .hz.label.nb_nuit,
.booking-widget-container .hz.p,
.booking-widget-container label {
	color: #352412;
	font-size: 16px;
	font-family: futura-pt, sans-serif;
	padding-right: 10px;
	font-weight: 700;
}

.booking-widget-container .hz.input.btn {
	color: #ffffff;
	font-size: 16px;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	background-color: #D8882A !important;
	width: 180px;
	padding: 12px 10px;
	border-radius: 0;
	outline: none;
	border: none !important;
}

.booking-widget-container .hz.btn {
	display: flex;
	align-items: center;
}

.booking-widget-container .hz.p.best_deal {
	color: #D8882A;
	font-size: 16px;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	padding-right: 0;
}

.book-now-btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
}

.book-now-btn a {
	background-color: #d8872adb;
	transition: 0.3s ease-in-out;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	color: #352412;
	text-transform: uppercase;
	padding: 20px;
	display: block;
	/* max-width: 100px; */
	min-width: 100px;
	text-align: center;
	outline: none;
}

.book-now-btn a:hover {
	background-color: #e39e4adc;
	color: #352412;

}

/* ********************************* */
/* ***** Recent blogs homepage ***** */
/* ********************************* */

.homepage-blogs-container {
	padding-left: 15px;
	padding-right: 15px;
}

.homepage-blog-1-text-content {
	height: 100%;
	padding: 35px 25px;
	background-color: #E6E5DD;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.homepage-blog-2-text-content {
	height: 100%;
	padding: 35px 25px;
	background-color: #E6E5DD;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.homepage-blog-3-text-content {
	height: 100%;
	padding: 35px 25px;
	background-color: #e6e5ddd1;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.homepage-blogs-content h3 {
	color: #231F20;
	font-size: 22px;
	margin-bottom: 15px;
}

.homepage-blogs-content p {
	color: #231F20;
	line-height: 25px;
}

.homepage-blog-1-text.col-md-3 {
	padding-left: 5px;
	padding-right: 5px;
}

.homepage-blog-1-img.col-md-6 {
	padding-left: 5px;
	padding-right: 5px;
}

.homepage-blog-1-img-content img {
	height: 320px;
	width: 100%;
	object-fit: cover;
}

.homepage-blogs-top-row {
	padding-bottom: 20px;
}

.homepage-blog-2-img-content img {
	min-height: 320px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.homepage-blog-2-text.col-md-3 {
	padding-left: 5px;
	padding-right: 5px;
	display: flex;
    flex-direction: column;
}

.homepage-blog-2-text.col-md-3>a{
	height: 100%;
}

.homepage-blog-2-img.col-md-3 {
	padding-left: 5px;
	padding-right: 5px;
}

.homepage-blog-2-img.col-md-3>a{
	height: 100%;
}

.homepage-blog-2-img-content{
	height: 100%;
}

.col-md-3.homepage-blog-3-text {
	padding-left: 5px;
	padding-right: 5px;
}

.homepage-blogs-title {
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.homepage-blogs-title h2 {
	text-align: right;
}

/* ************************************ */
/* ***** Ferney Nature Lodge page ***** */
/* ************************************ */

.ferney-nature-lodge-banner .page-banner-container {
	height: calc(100vh - 255px);
    overflow: hidden;
    position: relative;
    max-height: 1000px;
}

.ferney-nature-lodge-banner .page-banner-container .page-banner-video-background{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}
/* Thank you page */
.page-banner-text a {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}
/* masterplan pins */
g#_x31_1-pin {
    display: none;
}
@media screen and (min-width: 1024px){
	.menu-gallery-content.slick-slider{
		height: 606px;
	}
}

.ff-layout-grid .ff-has-overlay .ff-img-landscape img{
	object-fit: cover;
}
.ferney-header-container .col-md-3 {
	flex: 0 0 auto;
	width: 12%;
}
