@charset "UTF-8";

/*!
Theme Name: Verdora theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: verdora_theme
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.

Verdora theme 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: Jost, 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
--------------------------------------------- */
.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;
}

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

.page-links {
	clear: both;
}

/* 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;
}

/* Local
--------------------------------------------- */
.site-header {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	width: 100%;
	padding: 20px 5.5vw;
	background-color: #8da17d;
	color: #f6eed9;
}

@media screen and (min-width: 768px) {

	.site-header {
		padding: 28px 5.5vw;
	}
}

@media screen and (min-width: 900px) {

	.site-header {
		padding: 42px 5.5vw;
	}
}

.site-header a {
	color: inherit;
	text-decoration: none;
}

.entry-content {
	margin: 0;
}

body.menu-open {
	overflow: hidden;
}

.site-branding {
	position: relative;
	z-index: 12;
	grid-column: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 100px;
	text-align: center;
	pointer-events: auto;
	top: -10px;
}

@media screen and (min-width: 900px) {

	.site-branding {
		top: -30px;
	}
}

.site-branding .menu-logo-home {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	margin-bottom: 14px;
}

@media screen and (min-width: 768px) {

	.site-branding .menu-logo-home {
		width: 300px;
	}
}

.site-branding .menu-logo-home img {
	position: absolute;
	top: -10px;
	display: block;
	width: 200px;
	height: auto;
}

@media screen and (min-width: 768px) {

	.site-branding .menu-logo-home img {
		top: -80px;
		width: 200px;
	}
}

@media screen and (min-width: 900px) and (max-width: 1350px) {

	.site-branding .menu-logo-home img {
		width: 220px;
	}
}

@media screen and (min-width: 900px) {

	.site-branding .menu-logo-home img {
		width: 250px;
	}
}

@media screen and (min-width: 1350px) {

	.site-branding .menu-logo-home img {
		width: 290px;
	}
}

.site-title {
	margin: 0;
	color: #f6eed9;
	font-size: 1.65rem;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {

	.site-title {
		font-size: 2.2rem;
	}
}

@media screen and (min-width: 900px) {

	.site-title {
		font-size: clamp(1.9rem, 2.2vw, 3.2rem);
	}
}

.site-description {
	display: none;
}

.main-navigation {
	display: contents;
	grid-column: 1 / -1;
	grid-row: 1;
	width: 100%;
	color: #f6eed9;
}

@media screen and (min-width: 768px) {

	.main-navigation {
		display: block;
		margin-top: 30px;
	}
}

.main-navigation .menu-menu-container,
.main-navigation .menu-menu-en-container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	min-height: 100vh;
	padding: 232px 3.5vw 56px;
	overflow: visible;
	background-color: #4d4e4d;
	transform: translateX(-100%);
	transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

@media screen and (min-width: 768px) {

	.main-navigation .menu-menu-container,
	.main-navigation .menu-menu-en-container {
		position: static;
		right: auto;
		bottom: auto;
		left: auto;
		z-index: auto;
		display: block;
		min-height: 0;
		padding: 0;
		overflow: visible;
		background-color: inherit;
		transform: none;
		transition: none;
	}
}

.main-navigation ul {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media screen and (min-width: 768px) {

	.main-navigation ul {
		flex-direction: row;
		align-items: center;
		gap: 20px;
	}
}

@media screen and (min-width: 1100px) {

	.main-navigation ul {
		gap: 40px;
	}
}

.main-navigation li {
	position: relative;
	width: 100%;
	margin: 0;
	border-bottom: 2px solid rgba(246, 238, 217, 0.86);
	text-align: left;
}

@media screen and (min-width: 768px) {

	.main-navigation li {
		width: auto;
		margin: 0;
		border-bottom: 0;
		text-align: inherit;
	}
}

.main-navigation li:nth-child(5) {
	margin-right: 0;
}

@media screen and (min-width: 768px) {

	.main-navigation li:nth-child(5) {
		margin-right: auto;
	}
}

.main-navigation .mobile-language-link {
	z-index: 12;
	grid-column: 1;
	grid-row: 1;
	justify-self: start;
	align-self: center;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1;
	top: -10px;
}

@media screen and (min-width: 768px) {

	.main-navigation .mobile-language-link {
		display: none;
	}
}

.main-navigation li.lang-item:first-child {
	display: none;
}

.main-navigation li.lang-item:not(:first-child) {
	display: none;
}

@media screen and (min-width: 768px) {

	.main-navigation li.lang-item:not(:first-child) {
		display: block;
	}
}

.main-navigation li.menu-item-home {
	display: none;
}

.main-navigation a {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #f6eed9;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {

	.main-navigation a {
		font-size: 0.72rem;
	}
}

@media screen and (min-width: 900px) {

	.main-navigation a {
		font-size: 0.95rem;
	}
}

@media screen and (min-width: 900px) and (max-width: 1350px) {

	.main-navigation a {
		font-size: 0.9rem;
	}
}

.main-navigation li:not(.lang-item):not(.menu-item-home):not(:last-child) > a::before {
	content: none;
	position: absolute;
	bottom: -8px;
	left: 50%;
	z-index: 1;
	width: 0;
	height: 2px;
	background-color: #f6eed9;
	transform: translateX(-50%);
	transition: width 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}

@media screen and (min-width: 768px) {

	.main-navigation li:not(.lang-item):not(.menu-item-home):not(:last-child) > a::before {
		content: "";
	}
}

.main-navigation li:not(.lang-item):not(.menu-item-home):not(:last-child) > a:hover::before,
.main-navigation li:not(.lang-item):not(.menu-item-home):not(:last-child) > a:focus-visible::before,
.main-navigation li:not(.lang-item):not(.menu-item-home):not(:last-child) > a[aria-current="page"]::before {
	width: 100%;
}

.main-navigation li:not(.lang-item):not(.menu-item-home):not(:last-child).current-menu-item > a::before,
.main-navigation li:not(.lang-item):not(.menu-item-home):not(:last-child).current_page_item > a::before,
.main-navigation li:not(.lang-item):not(.menu-item-home):not(:last-child).current-menu-ancestor > a::before,
.main-navigation li:not(.lang-item):not(.menu-item-home):not(:last-child).current_page_ancestor > a::before {
	width: 100%;
}

.main-navigation li.lang-item:first-child a {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1;
}

.main-navigation li:not(.lang-item):not(:last-child) a {
	width: 100%;
	padding: 18px 0 20px 0;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.1;
}

@media screen and (min-width: 768px) {

	.main-navigation li:not(.lang-item):not(:last-child) a {
		width: auto;
		padding: 0;
		font-size: 0.72rem;
		font-weight: 500;
		line-height: 1.2;
	}
}

@media screen and (min-width: 900px) {

	.main-navigation li:not(.lang-item):not(:last-child) a {
		font-size: 0.95rem;
	}
}

@media screen and (min-width: 900px) and (max-width: 1350px) {

	.main-navigation li:not(.lang-item):not(:last-child) a {
		font-size: 0.9rem;
	}
}

.main-navigation li:last-child {
	padding-top: 40px;
	border-bottom: 0;
	text-align: center;
}

@media screen and (min-width: 768px) {

	.main-navigation li:last-child {
		padding-top: 0;
		text-align: inherit;
	}
}

.main-navigation li:last-child a {
	padding: 10px 15px;
	background-color: #fff56d;
	color: #4d4e4d;
	font-size: 0.95rem;
	line-height: 1;
	transition: background-color 0.25s cubic-bezier(0.65, 0, 0.35, 1), color 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}

@media screen and (min-width: 768px) {

	.main-navigation li:last-child a {
		padding: 13px 17px;
		font-size: 0.8rem;
	}
}

@media screen and (min-width: 900px) {

	.main-navigation li:last-child a {
		padding: 12px 16px 10px 16px;
		font-size: 0.95rem;
	}
}

@media screen and (min-width: 900px) and (max-width: 1350px) {

	.main-navigation li:last-child a {
		font-size: 0.9rem;
	}
}

.main-navigation li:last-child a::before {
	content: none;
}

.main-navigation li:last-child a:hover,
.main-navigation li:last-child a:focus-visible {
	background-color: #fff;
	color: #4d4e4d;
}

.main-navigation.toggled .menu-menu-container {
	overflow-y: auto;
	transform: translateX(0);
}

.main-navigation.toggled .menu-menu-en-container {
	overflow-y: auto;
	transform: translateX(0);
}

.menu-toggle {
	z-index: 13;
	grid-column: 3;
	grid-row: 1;
	display: inline-flex;
	justify-self: end;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 44px;
	margin-left: auto;
	padding: 0;
	border: 0;
	background: transparent;
	color: #f6eed9;
	line-height: 0;
}

@media screen and (min-width: 768px) {

	.menu-toggle {
		display: none;
	}
}

.menu-toggle .menu-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.menu-toggle .menu-burger {
	position: relative;
	width: 32px;
	height: 55px;
}

.menu-toggle .menu-burger-line {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 1.5px;
	border-radius: 999px;
	background-color: #f6eed9;
	transition: top 0.28s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.18s cubic-bezier(0.65, 0, 0.35, 1), transform 0.28s cubic-bezier(0.65, 0, 0.35, 1);
}

.menu-toggle .menu-burger-line:nth-child(1) {
	top: 5px;
}

.menu-toggle .menu-burger-line:nth-child(2) {
	top: 14px;
}

.menu-toggle .menu-burger-line:nth-child(3) {
	top: 23px;
}

.menu-toggle.is-active .menu-burger-line:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.menu-toggle.is-active .menu-burger-line:nth-child(2) {
	opacity: 0;
}

.menu-toggle.is-active .menu-burger-line:nth-child(3) {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.groupeAccueil {
	background-color: #f6eed9;
	color: #4d4e4d;
	overflow: hidden;
}

.groupeAccueil > .wp-block-group__inner-container {
	max-width: none;
}

.groupeAccueil a {
	color: inherit;
	text-decoration: none;
}

.groupeAccueil img {
	display: block;
	width: 100%;
	height: auto;
}

.groupeAccueil .wp-block-gallery {
	margin: 0;
}

.groupeAccueil p {
	line-height: 1.3;
}

.grIntroAvantFold {
	padding-left: 5.5vw;
	padding-right: 5.5vw;
	position: relative;
	background: linear-gradient(#8da17d 0%, #8da17d 42%, #f6eed9 42%, #f6eed9 100%);
	color: #f6eed9;
	padding-top: 40px;
	padding-bottom: 36px;
}

@media screen and (min-width: 900px) {

	.grIntroAvantFold {
		padding-right: 10vw;
		padding-left: 10vw;
	}
}

@media screen and (min-width: 768px) {

	.grIntroAvantFold {
		padding-top: 54px;
		padding-bottom: 48px;
	}
}

.grIntroAvantFold > .wp-block-group__inner-container {
	position: relative;
	max-width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {

	.grIntroAvantFold > .wp-block-group__inner-container {
		max-width: 100%;
	}
}

.grIntroAvantFold figure {
	position: relative;
	z-index: 1;
	max-width: 1780px;
	margin: 0 auto;
}

.grIntroAvantFold figure::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(113deg, rgba(0, 0, 0, 0.45) 6%, rgba(0, 0, 0, 0.05) 52%);
	pointer-events: none;
}

.grIntroAvantFold figure img {
	aspect-ratio: 4 / 5;
	min-height: 460px;
	object-fit: cover;
}

@media screen and (min-width: 768px) {

	.grIntroAvantFold figure img {
		aspect-ratio: 16 / 8.65;
		min-height: 520px;
	}
}

@media screen and (min-width: 900px) {

	.grIntroAvantFold figure img {
		min-height: 620px;
	}
}

.grIntroAvantFold p,
.grIntroAvantFold h1 {
	position: absolute;
	left: calc(2vw + 22px);
	z-index: 2;
	margin: 0;
}

@media screen and (min-width: 768px) {

	.grIntroAvantFold p,
	.grIntroAvantFold h1 {
		left: calc(2.5vw + 22px);
	}
}

@media screen and (min-width: 900px) {

	.grIntroAvantFold p,
	.grIntroAvantFold h1 {
		left: calc(2.5vw + 22px);
	}
}

.grIntroAvantFold .relativetexteintro {
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 4;
	width: max-content;
	max-width: calc(100% - 50px);
	margin: 0;
	padding: 12px 18px 12px 20px;
	background-color: #fff;
	color: #4d4e4d;
	font-size: clamp(0.6rem, 0.75vw, 0.75rem);
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {

	.grIntroAvantFold .relativetexteintro {
		font-size: clamp(0.7rem, 0.75vw, 0.9rem);
	}
}

.grIntroAvantFold .relativetexteintro::after {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 0;
	width: 0;
	height: 0;
	top: 0;
	border-right: 21px solid transparent;
	border-left: 21px solid transparent;
	border-top: 34px solid #fff;
	border-left-width: 30px;
	transform: translateX(50%);
}

@media screen and (min-width: 768px) {

	.grIntroAvantFold .relativetexteintro::after {
		padding: 11px 10px;
		right: -12px;
		border-right-width: 27px;
		border-left-width: 0;
		border-top-width: 30px;
	}
}

@media screen and (min-width: 900px) {

	.grIntroAvantFold .relativetexteintro::after {
		border-right-width: 27px;
		border-left-width: 10px;
		border-top-width: 35px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1529px) {

	.grIntroAvantFold .relativetexteintro::after {
		border-top-width: 35px;
	}
}

@media screen and (min-width: 1529px) and (max-width: 1925px) {

	.grIntroAvantFold .relativetexteintro::after {
		border-top-width: 36.5px;
	}
}

@media screen and (min-width: 1750px) and (max-width: 1925px) {

	.grIntroAvantFold .relativetexteintro::after {
		border-top-width: 37.5px;
	}
}

@media screen and (min-width: 1925px) {

	.grIntroAvantFold .relativetexteintro::after {
		border-top-width: 38.8px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1529px) {

	.grIntroAvantFold::after {
		border-top-width: 37px;
	}
}

@media screen and (min-width: 1540px) and (max-width: 1735px) {

	.grIntroAvantFold::after {
		border-top-width: 38px;
	}
}

@media screen and (min-width: 2030px) {

	.grIntroAvantFold::after {
		left: 20px;
	}
}

h1 {
	top: 17%;
	max-width: 76%;
	color: #fff;
	font-size: clamp(1.5rem, 8vw, 2rem);
	font-weight: 200;
	line-height: 1.4;
}

@media screen and (min-width: 768px) {

	h1 {
		top: 27%;
		max-width: 48%;
		font-size: clamp(2.5rem, 4.4vw, 3rem);
	}
}

@media screen and (min-width: 900px) {

	h1 {
		line-height: 1.2;
		top: 17%;
		max-width: 48%;
	}
}

.titreEn {
	font-size: clamp(1.4rem, 8vw, 1.6rem);
}

@media screen and (min-width: 900px) {

	.titreEn {
		font-size: clamp(2rem, 4.4vw, 2.2rem);
	}
}

@media screen and (min-width: 1130px) {

	.titreEn {
		font-size: clamp(2.5rem, 4.4vw, 3rem);
	}
}

.grIntroAvantFold p:nth-of-type(2) {
	top: 38%;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {

	.grIntroAvantFold p:nth-of-type(2) {
		top: 53%;
		font-size: 1.1rem;
	}
}

@media screen and (min-width: 950px) and (max-width: 1450px) {

	.grIntroAvantFold p:nth-of-type(2) {
		top: 41% !important;
	}
}

@media screen and (min-width: 900px) {

	.grIntroAvantFold p:nth-of-type(2) {
		top: 37%;
		font-size: 1.25rem;
	}
}

.grParenttourvirtuel {
	padding-left: 5.5vw;
	padding-right: 5.5vw;
	padding-top: 34px;
	padding-bottom: 34px;
	background-color: #f6eed9;
	color: #4d4e4d;
	text-align: center;
}

@media screen and (min-width: 900px) {

	.grParenttourvirtuel {
		padding-right: 10vw;
		padding-left: 10vw;
	}
}

@media screen and (min-width: 768px) {

	.grParenttourvirtuel {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}

@media screen and (min-width: 900px) {

	.grParenttourvirtuel {
		padding-top: 72px;
		padding-bottom: 72px;
	}
}

.grParenttourvirtuel > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	max-width: none;
}

@media screen and (min-width: 768px) {

	.grParenttourvirtuel > .wp-block-group__inner-container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
	}
}

.grParenttourvirtuel h2 {
	grid-column: 1 / -1;
	margin: 0 0 10px;
	font-size: clamp(1rem, 3.4vw, 1.4rem);
	font-weight: 300;
	line-height: 1.08;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {

	.grParenttourvirtuel h2 {
		font-size: clamp(1.6rem, 3.4vw, 1.8rem);
	}
}

.tourvirtuel:hover {
	cursor: pointer;
}

.tourvirtuel > .wp-block-group__inner-container {
	display: flex;
	height: 100%;
	justify-content: center;
}

.tourvirtuel .sousgrtourvirtuel {
	width: fit-content;
	max-width: 100%;
}

.tourvirtuel .sousgrtourvirtuel > .wp-block-group__inner-container {
	position: relative;
	margin: 0 auto;
	width: 80%;
}

@media screen and (min-width: 768px) {

	.tourvirtuel .sousgrtourvirtuel > .wp-block-group__inner-container {
		width: 100%;
	}
}

.tourvirtuel .sousgrtourvirtuel > .wp-block-group__inner-container::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	display: block;
	width: 54px;
	height: 54px;
	background-image: url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%2215.75%22%20y%3D%2212.9375%22%20width%3D%2233.1875%22%20height%3D%2236%22%20fill%3D%22%238DA17D%22%2F%3E%3Cpath%20d%3D%22M30%200C13.4235%200%200%2013.4235%200%2030C0%2046.5765%2013.4235%2060%2030%2060C46.5765%2060%2060%2046.5765%2060%2030C60%2013.4235%2046.5765%200%2030%200ZM45.375%2030.5243L33.8993%2037.1981L22.4235%2043.7987C22.0485%2044.0242%2021.5241%2043.7225%2021.5241%2043.2742V16.7257C21.5241%2016.2746%2022.0485%2015.9757%2022.4235%2016.2013L45.375%2029.5491C45.8262%2029.7014%2045.8262%2030.2987%2045.375%2030.5243Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%) scale(1);
	transition: transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
	pointer-events: none;
}

.tourvirtuel figure {
	width: fit-content;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.tourvirtuel img {
	aspect-ratio: 0.75 !important;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.tourvirtuel p {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 2;
	margin: 0;
	padding: 9px 28px 9px 20px;
	background-color: #fff;
	color: #4d4e4d;
	font-size: 0.85rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.tourvirtuel p::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-top: 31.5px solid #fff;
	transform: translate3d(50%, 0, 0);
}

.tourvirtuel:hover img {
	transform: scale(1.035);
}

.tourvirtuel:hover .sousgrtourvirtuel > .wp-block-group__inner-container::after {
	transform: translate(-50%, -50%) scale(1.12);
}

.equilibreParfait {
	padding-left: 5.5vw;
	padding-right: 5.5vw;
	margin-bottom: 70px;
	color: #f6eed9;
}

@media screen and (min-width: 900px) {

	.equilibreParfait {
		padding-right: 10vw;
		padding-left: 10vw;
	}
}

@media screen and (min-width: 768px) {

	.equilibreParfait {
		padding: 0;
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 900px) {

	.equilibreParfait {
		padding-left: 5.5vw;
		padding-right: 5.5vw;
	}
}

@media screen and (min-width: 900px) and (min-width: 900px) {

	.equilibreParfait {
		padding-right: 10vw;
		padding-left: 10vw;
	}
}

.equilibreParfait > .wp-block-group__inner-container {
	max-width: none;
	padding-top: 58px;
	padding-bottom: 0;
}

@media screen and (min-width: 768px) {

	.equilibreParfait > .wp-block-group__inner-container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.equilibreParfait .grtitrebarre {
	margin-bottom: 75px;
}

.equilibreParfait .grtitrebarre:last-child {
	margin-bottom: 0;
}

.equilibreParfait .grtitrebarre h2 {
	margin: 0;
	font-size: clamp(2.6rem, 8vw, 5rem);
	font-weight: 300;
	line-height: 0.95;
	text-transform: uppercase;
	color: #4d4e4d;
	position: relative;
}

@media screen and (min-width: 900px) {

	.equilibreParfait .grtitrebarre h2 {
		font-size: clamp(4rem, 6.2vw, 5rem);
	}
}

.equilibreParfait .grtitrebarre h2:last-child {
	text-align: right;
}

.equilibreParfait .grtitrebarre h2::after {
	display: none;
}

.equilibreParfait .grtitrebarre .wp-block-group {
	content: " ";
	width: 100%;
	flex: 1;
	height: 1.2px;
	background-color: #4d4e4d;
	top: 50%;
	left: 10px;
	animation: centzero 1s ease;
	transform-origin: 100% 0;
}

.equilibreParfait .deuxiemebarre .wp-block-group {
	transform-origin: 00% 100%;
}

@keyframes centzero {

	from {
		transform: scaleX(0);
	}

	to {
		transform: scaleX(1);
	}
}

header.intro.space-bottom-50.verdora-reveal-ready .title85.upper,
header.intro.space-bottom-50.verdora-reveal-ready p {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s cubic-bezier(0.65, 0, 0.35, 1), transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
	will-change: opacity, transform;
}

header.intro.space-bottom-50.verdora-reveal-ready .title85.upper {
	display: inline-block;
}

header.intro.space-bottom-50.verdora-reveal-ready .row:nth-child(2) .title85.upper,
header.intro.space-bottom-50.verdora-reveal-ready p:nth-of-type(2) {
	transition-delay: 0.12s;
}

header.intro.space-bottom-50.verdora-reveal-ready .before {
	display: block;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: transform 0.85s cubic-bezier(0.65, 0, 0.35, 1);
	will-change: transform;
}

header.intro.space-bottom-50.verdora-reveal-ready .before.reverse {
	transform-origin: 100% 50%;
}

header.intro.space-bottom-50.verdora-reveal-ready.is-revealed .title85.upper,
header.intro.space-bottom-50.verdora-reveal-ready.is-revealed p {
	opacity: 1;
	transform: translateY(0);
}

header.intro.space-bottom-50.verdora-reveal-ready.is-revealed .before {
	transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {

	header.intro.space-bottom-50.verdora-reveal-ready .title85.upper,
	header.intro.space-bottom-50.verdora-reveal-ready p,
	header.intro.space-bottom-50.verdora-reveal-ready .before {
		opacity: 1;
		transform: none;
		transition: none;
		will-change: auto;
	}
}

.grParentcommInspirante {
	padding-left: 5.5vw;
	padding-right: 5.5vw;
	padding-top: 100px;
	padding-bottom: 0;
	background: linear-gradient(#f6eed9 0%, #f6eed9 42%, #8da17d 42%, #8da17d 100%);
}

@media screen and (min-width: 900px) {

	.grParentcommInspirante {
		padding-right: 10vw;
		padding-left: 10vw;
	}
}

@media screen and (min-width: 900px) {

	.grParentcommInspirante {
		padding-top: 70px;
		padding-bottom: 100px;
	}
}

.grParentcommInspirante .commInspirante {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	align-items: stretch;
}

@media screen and (min-width: 900px) {

	.grParentcommInspirante .commInspirante {
		grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
		gap: 0;
	}
}

.grParentcommInspirante .commInspirante > figure,
.grParentcommInspirante .commInspirante > .wp-block-gallery,
.grParentcommInspirante .commInspirante > .wp-block-group {
	min-width: 0;
	height: 100%;
}

.grParentcommInspirante .commInspirante figure,
.grParentcommInspirante .commInspirante .wp-block-gallery,
.grParentcommInspirante .commInspirante .verdora-carousel,
.grParentcommInspirante .commInspirante .verdora-carousel__track,
.grParentcommInspirante .commInspirante .verdora-carousel__slide {
	height: 100%;
}

.grParentcommInspirante .commInspirante img {
	height: 100%;
	object-fit: cover;
}

.txtDroitcommInspi,
.appellargeTxtDroit {
	height: 100%;
	background-color: #4d4e4d;
	color: #fff;
	align-self: stretch;
}

.txtDroitcommInspi > .wp-block-group__inner-container,
.appellargeTxtDroit > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	height: 100%;
	max-width: none;
	padding: 30px;
}

@media screen and (min-width: 768px) {

	.txtDroitcommInspi > .wp-block-group__inner-container,
	.appellargeTxtDroit > .wp-block-group__inner-container {
		padding: 44px;
	}
}

@media screen and (min-width: 900px) {

	.txtDroitcommInspi > .wp-block-group__inner-container,
	.appellargeTxtDroit > .wp-block-group__inner-container {
		padding: 60px;
	}
}

.txtDroitcommInspi h2,
.appellargeTxtDroit h2 {
	margin: 0 0 20px;
	color: inherit;
	font-size: clamp(1.1rem, 2.35vw, 1.6rem);
	font-weight: 300;
	line-height: 1.8;
	text-transform: uppercase;
}

.txtDroitcommInspi p,
.appellargeTxtDroit p {
	margin: 0 0 22px;
	font-size: clamp(1rem, 1.8vw, 1.1rem);
	font-weight: 200;
	line-height: 2;
}

@media screen and (min-width: 900px) {

	.txtDroitcommInspi p,
	.appellargeTxtDroit p {
		max-width: 560px;
	}
}

.txtDroitcommInspi p:last-child,
.appellargeTxtDroit p:last-child {
	margin-bottom: 0;
}

.txtDroitcommInspi p:last-child a,
.appellargeTxtDroit p:last-child a {
	display: inline-block;
	padding: 7px 20px;
	background-color: #fff56d;
	color: #4d4e4d;
	font-size: clamp(0.8rem, 1.55vw, 0.9rem);
	font-weight: 400;
	text-transform: uppercase;
	transition: background-color 0.25s cubic-bezier(0.65, 0, 0.35, 1), color 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}

.txtDroitcommInspi p:last-child a:hover,
.txtDroitcommInspi p:last-child a:focus-visible,
.appellargeTxtDroit p:last-child a:hover,
.appellargeTxtDroit p:last-child a:focus-visible {
	background-color: #fff;
	color: #4d4e4d;
}

.txtDroitcommInspi {
	top: -30px;
	position: relative;
}

@media screen and (min-width: 900px) {

	.txtDroitcommInspi {
		top: 0;
		position: inherit;
	}
}

.nombreunite {
	padding-left: 5.5vw;
	padding-right: 5.5vw;
	padding-top: 34px;
	padding-bottom: 34px;
	background: linear-gradient(#8da17d 0%, #8da17d 72%, #f6eed9 72%, #f6eed9 100%);
	color: #f6eed9;
}

@media screen and (min-width: 900px) {

	.nombreunite {
		padding-right: 10vw;
		padding-left: 10vw;
	}
}

@media screen and (min-width: 768px) {

	.nombreunite {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}

@media screen and (min-width: 900px) {

	.nombreunite {
		padding-top: 72px;
		padding-bottom: 72px;
	}
}

.nombreunite > .wp-block-group__inner-container {
	max-width: none;
}

.nombreunite > .wp-block-group__inner-container > h2 {
	max-width: 1040px;
	margin: 0 auto 36px;
	font-size: clamp(1rem, 4.2vw, 1.2rem);
	font-weight: 300;
	line-height: 1.7;
	text-align: center;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {

	.nombreunite > .wp-block-group__inner-container > h2 {
		margin-bottom: 58px;
		font-size: clamp(1.5rem, 4.2vw, 1.8rem);
	}
}

.slidernombrechambre,
.nombrechambreetImage {
	position: relative;
}

.nombrechambre {
	position: relative;
	z-index: 2;
	display: grid !important;
	flex-wrap: wrap !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 768px) {

	.nombrechambre {
		flex-wrap: nowrap !important;
		grid-template-columns: repeat(4, minmax(0, 2fr));
	}
}

.nombrechambre h3 {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 75px;
	margin: 0;
	padding: 5px 12px;
	color: #f6eed9;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	font-size: 0.8rem;
	text-transform: uppercase;
	transition: background-color 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}

@media screen and (min-width: 768px) {

	.nombrechambre h3 {
		min-height: 100px;
		gap: 14px;
		font-size: 0.95rem;
	}
}

.nombrechambre h3 strong {
	font-size: 2rem;
	font-weight: 300;
	line-height: 0.8;
}

.nombrechambre h3.is-active {
	background-color: rgba(0, 0, 0, 0.14);
}

.slidernombrechambre > .wp-block-group__inner-container > p {
	position: absolute;
	right: 50%;
	bottom: 24px;
	z-index: 4;
	margin: 0;
	text-align: center;
	transform: translateX(50%);
}

.slidernombrechambre > .wp-block-group__inner-container > p a {
	display: inline-block;
	padding: 15px 20px;
	background-color: #fff56d;
	color: #4d4e4d;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.appellarge {
	padding-left: 5.5vw;
	padding-right: 5.5vw;
	padding-top: 34px;
	padding-bottom: 34px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	align-items: stretch;
	background-color: #f6eed9;
}

@media screen and (min-width: 900px) {

	.appellarge {
		padding-right: 10vw;
		padding-left: 10vw;
	}
}

@media screen and (min-width: 768px) {

	.appellarge {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}

@media screen and (min-width: 900px) {

	.appellarge {
		padding-top: 72px;
		padding-bottom: 72px;
	}
}

@media screen and (min-width: 900px) {

	.appellarge {
		grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
		gap: 0;
	}
}

.appellarge figure {
	min-width: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.appellarge img {
	aspect-ratio: 1.15;
	height: 100%;
	object-fit: cover;
}

.groupeAccueil > .wp-block-group__inner-container > h2:last-of-type,
.groupeAccueil > .wp-block-group__inner-container > p:last-child {
	padding-left: 5.5vw;
	padding-right: 5.5vw;
	background-color: #8da17d;
	color: #f6eed9;
	text-align: center;
}

@media screen and (min-width: 900px) {

	.groupeAccueil > .wp-block-group__inner-container > h2:last-of-type,
	.groupeAccueil > .wp-block-group__inner-container > p:last-child {
		padding-right: 10vw;
		padding-left: 10vw;
	}
}

.groupeAccueil > .wp-block-group__inner-container > h2:last-of-type {
	margin: 0;
	padding-top: 48px;
	font-size: clamp(1.6rem, 3.2vw, 2.5rem);
	font-weight: 300;
	text-transform: uppercase;
}

.groupeAccueil > .wp-block-group__inner-container > p:last-child {
	margin: 0;
	padding-top: 18px;
	padding-bottom: 48px;
	font-size: 1.25rem;
}

.verdora-carousel {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.verdora-carousel__track {
	display: flex;
	width: 100%;
	transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
	will-change: transform;
}

.verdora-carousel__slide {
	flex: 0 0 100%;
	margin: 0;
}

.verdora-carousel.wp-block-gallery .verdora-carousel__slide {
	flex: 0 0 100% !important;
	width: 100% !important;
	max-width: none;
}

.verdora-carousel img {
	width: 100%;
	object-fit: cover;
}

.verdora-carousel--fade .verdora-carousel__track {
	display: grid;
	transition: none;
	will-change: auto;
}

.verdora-carousel--fade .verdora-carousel__slide {
	grid-area: 1 / 1;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}

.verdora-carousel--fade .verdora-carousel__slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.verdora-carousel--community img {
	aspect-ratio: 1.18;
}

.verdora-carousel--rooms {
	margin-top: 0;
}

.verdora-carousel--rooms img {
	aspect-ratio: 16 / 8.6;
}

.verdora-carousel__controls {
	display: none;
}

.verdora-carousel__button {
	display: none;
}

.verdora-carousel__dots {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 3;
	display: flex;
	gap: 8px;
}

.verdora-carousel__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: transparent;
}

.verdora-carousel__dot.is-active {
	background-color: #fff;
}

.entry-content:has(.titreÉquilibreVie) {
	margin: 0;
	background-color: #f6eed9;
	color: #4d4e4d;
	overflow: hidden;
}

.entry-content:has(.titreÉquilibreVie) * {
	box-sizing: border-box;
}

.entry-content:has(.titreÉquilibreVie) > * {
	margin-top: 0;
	margin-bottom: 0;
}

.entry-content:has(.titreÉquilibreVie) .wp-block-group__inner-container {
	max-width: none;
}

.entry-content:has(.titreÉquilibreVie) a {
	color: inherit;
}

.entry-content:has(.titreÉquilibreVie) img {
	display: block;
	width: 100%;
}

.entry-content:has(.titreÉquilibreVie) h1,
.entry-content:has(.titreÉquilibreVie) h2,
.entry-content:has(.titreÉquilibreVie) h3 {
	margin-top: 0;
	color: inherit;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: uppercase;
}

.titreÉquilibreVie {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	padding-top: 44px;
	padding-bottom: 50px;
	background-color: #8da17d;
	color: #f6eed9;
	text-align: center;
}

@media screen and (min-width: 768px) {

	.titreÉquilibreVie {
		padding-top: 58px;
		padding-bottom: 70px;
	}
}

.titreÉquilibreVie h1 {
	max-width: 1180px;
	margin: 0 auto;
	font-size: clamp(1.7rem, 3.6vw, 3.35rem);
	line-height: 1.25;
}

.titreÉquilibreVie + .wp-block-group {
	background: linear-gradient(#8da17d 0, #8da17d 415px, #f6eed9 415px, #f6eed9 100%);
}

@media screen and (min-width: 900px) {

	.titreÉquilibreVie + .wp-block-group {
		background: linear-gradient(#8da17d 0, #8da17d 540px, #f6eed9 540px, #f6eed9 100%);
	}
}

.titreÉquilibreVie + .wp-block-group > .wp-block-group__inner-container {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.titreÉquilibreVie + .wp-block-group > .wp-block-group__inner-container > .wp-block-group:first-child {
	position: relative;
}

.titreÉquilibreVie + .wp-block-group > .wp-block-group__inner-container > .wp-block-group:first-child > .wp-block-group__inner-container {
	position: relative;
}

.titreÉquilibreVie + .wp-block-group > .wp-block-group__inner-container > .wp-block-group:first-child figure:first-of-type {
	margin: 0;
	overflow: hidden;
}

.titreÉquilibreVie + .wp-block-group > .wp-block-group__inner-container > .wp-block-group:first-child figure:first-of-type img {
	aspect-ratio: 16 / 7.2;
	min-height: 310px;
	object-fit: cover;
}

@media screen and (min-width: 900px) {

	.titreÉquilibreVie + .wp-block-group > .wp-block-group__inner-container > .wp-block-group:first-child figure:first-of-type img {
		min-height: 560px;
	}
}

.projetabsolute {
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 4;
	width: max-content;
	max-width: calc(100% - 50px);
	margin: 0;
	padding: 12px 32px 12px 22px;
	background-color: #fff;
	color: #4d4e4d;
	font-size: clamp(0.7rem, 0.75vw, 0.9rem);
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.projetabsolute::after {
	content: "";
	position: absolute;
	right: 1px;
	bottom: 0;
	width: 0;
	height: 0;
	border-right: 21px solid transparent;
	border-left: 21px solid transparent;
	border-top: 36px solid #fff;
	transform: translateX(50%);
}

@media screen and (min-width: 768px) {

	.projetabsolute {
		top: 42px;
		padding: 11px 30px;
	}

	.projetabsolute::after {
		border-right-width: 27px;
		border-left-width: 27px;
		border-top-width: 33px;
	}
}

@media screen and (min-width: 768px) and (max-width: 900px) {

	.projetabsolute {
		border-top-width: 33px;
	}
}

@media screen and (min-width: 900px) {

	.projetabsolute::after {
		border-right-width: 27px;
		border-left-width: 27px;
		border-top-width: 33.5px;
	}
}

@media screen and (min-width: 1925px) {

	.projetabsolute::after {
		border-right-width: 27px;
		border-left-width: 27px;
		border-top-width: 36px;
	}
}

.groupeRivage {
	background-color: #fff;
}

.groupeRivage > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
	padding: 42px 7%;
}

@media screen and (min-width: 768px) {

	.groupeRivage > .wp-block-group__inner-container {
		grid-template-columns: minmax(180px, 0.34fr) minmax(0, 0.66fr);
		gap: 54px;
		padding: 62px 6.8%;
	}
}

@media screen and (min-width: 900px) {

	.groupeRivage > .wp-block-group__inner-container {
		padding-top: 78px;
		padding-bottom: 78px;
	}
}

.groupeRivage h2 {
	margin-bottom: 0;
	font-size: clamp(1.35rem, 2.4vw, 2.3rem);
	line-height: 1.2;
}

.groupeRivage p {
	margin-bottom: 0;
	line-height: 2;
}

.grunite {
	padding-top: 54px;
	padding-bottom: 54px;
	background-color: #f6eed9;
	color: #4d4e4d;
	text-align: center;
}

@media screen and (min-width: 768px) {

	.grunite {
		padding-top: 76px;
		padding-bottom: 76px;
	}
}

@media screen and (min-width: 900px) {

	.grunite {
		padding-top: 98px;
		padding-bottom: 98px;
	}
}

.grunite > .wp-block-group__inner-container {
	max-width: 1050px;
	margin: 0 auto;
}

.grunite h2 {
	margin-bottom: 22px;
	font-size: clamp(1.35rem, 2.4vw, 2.3rem);
	line-height: 1.15;
}

.grunite p {
	margin-bottom: 0;
	font-size: clamp(1rem, 1.35vw, 1.45rem);
	line-height: 1.95;
}

.grvisitevirtuelle,
.grsurletoit,
.grrezchausse,
.grsoussol,
.gralexterieur {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #f6eed9;
}

.grvisitevirtuelle > .wp-block-group__inner-container,
.grsurletoit > .wp-block-group__inner-container,
.grrezchausse > .wp-block-group__inner-container,
.grsoussol > .wp-block-group__inner-container,
.gralexterieur > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 1fr;
	align-items: stretch;
}

@media screen and (min-width: 900px) {

	.grvisitevirtuelle > .wp-block-group__inner-container,
	.grsurletoit > .wp-block-group__inner-container,
	.grrezchausse > .wp-block-group__inner-container,
	.grsoussol > .wp-block-group__inner-container,
	.gralexterieur > .wp-block-group__inner-container {
		grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	}
}

.grvisitevirtuelle figure,
.grsurletoit figure,
.grrezchausse figure,
.grsoussol figure,
.gralexterieur figure {
	min-width: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.grvisitevirtuelle img,
.grsurletoit img,
.grrezchausse img,
.grsoussol img,
.gralexterieur img {
	aspect-ratio: 1.08;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
}

@media screen and (min-width: 900px) {

	.grvisitevirtuelle img,
	.grsurletoit img,
	.grrezchausse img,
	.grsoussol img,
	.gralexterieur img {
		min-height: 560px;
	}
}

.grvisitevirtuelle {
	padding-bottom: 62px;
}

@media screen and (min-width: 768px) {

	.grvisitevirtuelle {
		padding-bottom: 100px;
	}
}

@media screen and (min-width: 900px) {

	.grvisitevirtuelle > .wp-block-group__inner-container {
		grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	}
}

.textevisitevirtuelle,
.txtsurletoit,
.texterezchausse,
.textesoussol,
.alexterieur {
	height: 100%;
	background-color: #4d4e4d;
	color: #fff;
}

.textevisitevirtuelle > .wp-block-group__inner-container,
.txtsurletoit > .wp-block-group__inner-container,
.texterezchausse > .wp-block-group__inner-container,
.textesoussol > .wp-block-group__inner-container,
.alexterieur > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
	padding: 34px 28px;
}

@media screen and (min-width: 768px) {

	.textevisitevirtuelle > .wp-block-group__inner-container,
	.txtsurletoit > .wp-block-group__inner-container,
	.texterezchausse > .wp-block-group__inner-container,
	.textesoussol > .wp-block-group__inner-container,
	.alexterieur > .wp-block-group__inner-container {
		padding: 58px 54px;
	}
}

@media screen and (min-width: 900px) {

	.textevisitevirtuelle > .wp-block-group__inner-container,
	.txtsurletoit > .wp-block-group__inner-container,
	.texterezchausse > .wp-block-group__inner-container,
	.textesoussol > .wp-block-group__inner-container,
	.alexterieur > .wp-block-group__inner-container {
		padding: 72px;
	}
}

.textevisitevirtuelle h2,
.txtsurletoit h2,
.texterezchausse h2,
.textesoussol h2,
.alexterieur h2 {
	margin-bottom: 28px;
	font-size: clamp(1.45rem, 2.15vw, 2rem);
	line-height: 1.18;
}

.textevisitevirtuelle p,
.txtsurletoit p,
.texterezchausse p,
.textesoussol p,
.alexterieur p {
	margin-bottom: 24px;
	font-size: clamp(0.95rem, 1.08vw, 1.1rem);
	line-height: 1.65;
}

.textevisitevirtuelle ul,
.txtsurletoit ul,
.texterezchausse ul,
.textesoussol ul,
.alexterieur ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.textevisitevirtuelle ul li,
.txtsurletoit ul li,
.texterezchausse ul li,
.textesoussol ul li,
.alexterieur ul li {
	position: relative;
	margin: 0 0 11px;
	padding-left: 22px;
	font-size: clamp(0.9rem, 1vw, 1rem);
	font-weight: 400;
	line-height: 1.55;
}

.textevisitevirtuelle ul li::before,
.txtsurletoit ul li::before,
.texterezchausse ul li::before,
.textesoussol ul li::before,
.alexterieur ul li::before {
	content: "";
	position: absolute;
	top: 0.74em;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #fff56d;
	transform: translateY(-50%);
}

.textevisitevirtuelle p a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-height: 42px;
	padding: 14px 20px;
	background-color: #fff56d;
	color: #4d4e4d !important;
	font-size: clamp(0.72rem, 0.82vw, 0.9rem);
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.25s cubic-bezier(0.65, 0, 0.35, 1), color 0.25s cubic-bezier(0.65, 0, 0.35, 1);
	margin-top: 8px;
}

.textevisitevirtuelle p a:hover,
.textevisitevirtuelle p a:focus-visible {
	background-color: #fff;
	color: #4d4e4d;
}

@media screen and (min-width: 900px) {

	.textevisitevirtuelle {
		margin-bottom: -72px;
	}
}

.grvisitevirtuelle + p {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
	margin-top: -132px;
	margin-bottom: 0;
	pointer-events: none;
}

.grvisitevirtuelle + p a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-height: 42px;
	padding: 14px 20px;
	background-color: #fff56d;
	color: #4d4e4d !important;
	font-size: clamp(0.72rem, 0.82vw, 0.9rem);
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.25s cubic-bezier(0.65, 0, 0.35, 1), color 0.25s cubic-bezier(0.65, 0, 0.35, 1);
	margin-left: calc(58.4% + 72px);
	pointer-events: auto;
}

.grvisitevirtuelle + p a:hover,
.grvisitevirtuelle + p a:focus-visible {
	background-color: #fff;
	color: #4d4e4d;
}

.grvisitevirtuelle + p + h2 {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
	padding-bottom: 54px;
	background-color: #f6eed9;
	font-size: clamp(1.35rem, 2.4vw, 2.3rem);
	line-height: 1.28;
	text-align: center;
}

.carrouselpageProjet {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 94px;
	background-color: #f6eed9;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.carrouselpageProjet::-webkit-scrollbar {
	display: none;
}

.carrouselpageProjet > figure {
	flex: 0 0 100% !important;
	width: 100% !important;
	margin: 0 !important;
	scroll-snap-align: start;
}

.carrouselpageProjet img {
	aspect-ratio: 16 / 8.55;
	width: 100% !important;
	min-height: 330px;
	object-fit: cover;
}

@media screen and (min-width: 900px) {

	.carrouselpageProjet img {
		min-height: 610px;
	}
}

.appelbienetre {
	background-color: #f6eed9;
}

.appelbienetre > .wp-block-group__inner-container > h2 {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 34px;
	padding-bottom: 28px;
	font-size: clamp(1.45rem, 2.15vw, 2rem);
	line-height: 1.18;
	text-align: center;
}

.appelbienetre .grimageettexteplaceholder {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.appelbienetre .grimageettexteplaceholder > .wp-block-group__inner-container {
	position: relative;
}

.appelbienetre .carrouselpageProjet.verdora-carousel--project {
	display: block !important;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: transparent;
	overflow: hidden;
	scroll-snap-type: none;
}

.appelbienetre .verdora-carousel--project .verdora-carousel__controls {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 18px;
	transform: translateY(-50%);
	pointer-events: none;
}

.appelbienetre .verdora-carousel--project .verdora-carousel__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background-color: #fff;
	color: #4d4e4d;
	cursor: pointer;
	pointer-events: auto;
	transition: transform 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}

.appelbienetre .verdora-carousel--project .verdora-carousel__button:hover,
.appelbienetre .verdora-carousel--project .verdora-carousel__button:focus-visible {
	transform: scale(1.05);
}

.appelbienetre .verdora-carousel--project .verdora-carousel__button:focus-visible {
	outline: 2px solid #4d4e4d;
	outline-offset: 2px;
}

.appelbienetre .verdora-carousel--project .verdora-carousel__icon {
	width: 24px;
	height: 24px;
}

.appelbienetre .has-project-carousel-labels > p {
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 4;
	width: max-content;
	max-width: calc(100% - 50px);
	margin: 0;
	padding: 12px 32px 12px 22px;
	background-color: #fff;
	color: #4d4e4d;
	font-size: clamp(0.7rem, 0.75vw, 0.9rem);
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s cubic-bezier(0.65, 0, 0.35, 1), visibility 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}

.appelbienetre .has-project-carousel-labels > p::after {
	content: "";
	position: absolute;
	right: 1px;
	bottom: 0;
	width: 0;
	height: 0;
	border-right: 21px solid transparent;
	border-left: 21px solid transparent;
	border-top: 36px solid #fff;
	transform: translateX(50%);
}

@media screen and (min-width: 768px) {

	.appelbienetre .has-project-carousel-labels > p {
		top: 42px;
		padding: 11px 30px;
	}

	.appelbienetre .has-project-carousel-labels > p::after {
		border-right-width: 27px;
		border-left-width: 27px;
		border-top-width: 33px;
	}
}

@media screen and (min-width: 768px) and (max-width: 900px) {

	.appelbienetre .has-project-carousel-labels > p {
		border-top-width: 33px;
	}
}

@media screen and (min-width: 900px) {

	.appelbienetre .has-project-carousel-labels > p::after {
		border-right-width: 27px;
		border-left-width: 27px;
		border-top-width: 33.5px;
	}
}

@media screen and (min-width: 1925px) {

	.appelbienetre .has-project-carousel-labels > p::after {
		border-right-width: 27px;
		border-left-width: 27px;
		border-top-width: 36px;
	}
}

.appelbienetre .has-project-carousel-labels > p.is-active {
	opacity: 1;
	visibility: visible;
}

.espacescommuns {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 34px;
	padding-bottom: 58px;
	background-color: #f6eed9;
	color: #4d4e4d;
}

.espacescommuns h2 {
	position: relative;
	display: flex;
	align-items: center;
	color: #4d4e4d !important;
	gap: 28px;
	margin: 0 0 56px;
	font-size: clamp(2.8rem, 7.8vw, 7.25rem);
	line-height: 0.98;
}

.espacescommuns h2::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background-color: rgba(77, 78, 77, 0.35);
}

.espacescommuns h3 {
	margin: 0;
	font-size: clamp(1.35rem, 2.4vw, 2.3rem);
	line-height: 1.28;
	text-align: center;
}

.grsurletoit,
.grrezchausse,
.grsoussol,
.gralexterieur {
	padding-bottom: 58px;
}

@media screen and (min-width: 900px) {

	.grsurletoit,
	.grrezchausse,
	.grsoussol,
	.gralexterieur {
		padding-bottom: 86px;
	}
}

.grsurletoit .wp-block-gallery,
.grrezchausse .wp-block-gallery,
.grsoussol .wp-block-gallery,
.gralexterieur .wp-block-gallery {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 0 !important;
	width: 100%;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.grsurletoit .wp-block-gallery::-webkit-scrollbar,
.grrezchausse .wp-block-gallery::-webkit-scrollbar,
.grsoussol .wp-block-gallery::-webkit-scrollbar,
.gralexterieur .wp-block-gallery::-webkit-scrollbar {
	display: none;
}

.grsurletoit .wp-block-gallery > figure,
.grrezchausse .wp-block-gallery > figure,
.grsoussol .wp-block-gallery > figure,
.gralexterieur .wp-block-gallery > figure {
	flex: 0 0 100% !important;
	width: 100% !important;
	scroll-snap-align: start;
}

.grsurletoit .wp-block-gallery.verdora-carousel--project-spaces,
.grrezchausse .wp-block-gallery.verdora-carousel--project-spaces {
	display: block !important;
	overflow: hidden;
	scroll-snap-type: none;
}

.grsurletoit .verdora-carousel--project-spaces .verdora-carousel__controls,
.grrezchausse .verdora-carousel--project-spaces .verdora-carousel__controls {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 18px;
	transform: translateY(-50%);
	pointer-events: none;
}

.grsurletoit .verdora-carousel--project-spaces .verdora-carousel__button,
.grrezchausse .verdora-carousel--project-spaces .verdora-carousel__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background-color: #fff;
	color: #4d4e4d;
	cursor: pointer;
	pointer-events: auto;
	transition: transform 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}

.grsurletoit .verdora-carousel--project-spaces .verdora-carousel__button:hover,
.grsurletoit .verdora-carousel--project-spaces .verdora-carousel__button:focus-visible,
.grrezchausse .verdora-carousel--project-spaces .verdora-carousel__button:hover,
.grrezchausse .verdora-carousel--project-spaces .verdora-carousel__button:focus-visible {
	transform: scale(1.05);
}

.grsurletoit .verdora-carousel--project-spaces .verdora-carousel__button:focus-visible,
.grrezchausse .verdora-carousel--project-spaces .verdora-carousel__button:focus-visible {
	outline: 2px solid #4d4e4d;
	outline-offset: 2px;
}

.grsurletoit .verdora-carousel--project-spaces .verdora-carousel__icon,
.grrezchausse .verdora-carousel--project-spaces .verdora-carousel__icon {
	width: 24px;
	height: 24px;
}

.grsurletoit .verdora-carousel__track,
.grsurletoit .verdora-carousel__slide,
.grrezchausse .verdora-carousel__track,
.grrezchausse .verdora-carousel__slide {
	height: 100%;
}

@media screen and (min-width: 900px) {

	.grrezchausse > .wp-block-group__inner-container > figure,
	.grrezchausse > .wp-block-group__inner-container > .wp-block-gallery,
	.gralexterieur > .wp-block-group__inner-container > figure,
	.gralexterieur > .wp-block-group__inner-container > .wp-block-gallery {
		order: 2;
	}

	.grrezchausse > .wp-block-group__inner-container > .wp-block-group,
	.gralexterieur > .wp-block-group__inner-container > .wp-block-group {
		order: 1;
	}
}

.txtsurletoit p a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-height: 42px;
	padding: 14px 20px;
	background-color: #fff56d;
	color: #4d4e4d !important;
	font-size: clamp(0.72rem, 0.82vw, 0.9rem);
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.25s cubic-bezier(0.65, 0, 0.35, 1), color 0.25s cubic-bezier(0.65, 0, 0.35, 1);
	margin-top: 8px;
}

.txtsurletoit p a:hover,
.txtsurletoit p a:focus-visible {
	background-color: #fff;
	color: #4d4e4d;
}

.nbrchbrprojet {
	background-color: #8da17d;
}

.nbrchbrprojet h3.wp-block-heading {
	color: #f6eed9;
}

.grsoussol > .wp-block-group__inner-container > p:first-child {
	order: 3;
	margin: 0;
	padding: 0;
}

.grsoussol > .wp-block-group__inner-container > p:first-child a {
	display: none;
}

.texterezchausse > .wp-block-group__inner-container .wp-block-paragraph a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-height: 42px;
	padding: 14px 20px;
	background-color: #fff56d;
	color: #4d4e4d !important;
	font-size: clamp(0.72rem, 0.82vw, 0.9rem);
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.25s cubic-bezier(0.65, 0, 0.35, 1), color 0.25s cubic-bezier(0.65, 0, 0.35, 1);
	margin-top: 28px;
}

.texterezchausse > .wp-block-group__inner-container .wp-block-paragraph a:hover,
.texterezchausse > .wp-block-group__inner-container .wp-block-paragraph a:focus-visible {
	background-color: #fff;
	color: #4d4e4d;
}

.alexterieur p {
	margin-bottom: 0;
	font-size: clamp(0.95rem, 1.12vw, 1.18rem);
	line-height: 1.9;
}

.gralexterieur + h2 {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 26px;
	padding-bottom: 12px;
	font-size: clamp(1.45rem, 2.15vw, 2rem);
	line-height: 1.18;
	text-align: center;
}

.gralexterieur + h2 + p {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 78px;
	font-size: clamp(0.95rem, 1.12vw, 1.18rem);
	line-height: 1.65;
	text-align: center;
}

@media screen and (max-width: 899px) {

	.grvisitevirtuelle + p {
		margin-top: -86px;
	}

	.grvisitevirtuelle + p a {
		margin-left: 28px;
	}

	.grvisitevirtuelle + p + h2 {
		padding-top: 116px;
	}
}

@media screen and (max-width: 767px) {

	.titreÉquilibreVie,
	.titreÉquilibreVie + .wp-block-group > .wp-block-group__inner-container,
	.grvisitevirtuelle,
	.grsurletoit,
	.grrezchausse,
	.grsoussol,
	.gralexterieur,
	.grvisitevirtuelle + p,
	.grvisitevirtuelle + p + h2,
	.carrouselpageProjet,
	.espacescommuns,
	.gralexterieur + h2,
	.gralexterieur + h2 + p {
		padding-right: 24px;
		padding-left: 24px;
	}

	.titreÉquilibreVie + .wp-block-group {
		background: linear-gradient(#8da17d 0, #8da17d 330px, #f6eed9 330px, #f6eed9 100%);
	}

	.titreÉquilibreVie + .wp-block-group > .wp-block-group__inner-container > .wp-block-group:first-child figure:first-of-type img,
	.carrouselpageProjet img {
		aspect-ratio: 4 / 5;
	}

	.groupeRivage > .wp-block-group__inner-container {
		padding: 36px 28px;
	}

	.textevisitevirtuelle > .wp-block-group__inner-container,
	.txtsurletoit > .wp-block-group__inner-container,
	.texterezchausse > .wp-block-group__inner-container,
	.textesoussol > .wp-block-group__inner-container,
	.alexterieur > .wp-block-group__inner-container {
		padding: 34px 28px;
	}

	.grvisitevirtuelle + p {
		margin-top: 0;
		padding-top: 24px;
		padding-bottom: 0;
		background-color: #f6eed9;
	}

	.grvisitevirtuelle + p a {
		margin-left: 0;
	}

	.grvisitevirtuelle + p + h2 {
		padding-top: 72px;
		padding-bottom: 38px;
	}

	.carrouselpageProjet {
		padding-bottom: 64px;
	}

	.espacescommuns h2 {
		display: block;
		margin-bottom: 34px;
	}

	.espacescommuns h2::after {
		display: block;
		width: 100%;
		margin-top: 18px;
	}
}

.entry-content:has(.grplanplaire) {
	margin: 0;
	background-color: #f6eed9;
	color: #4d4e4d;
	overflow: hidden;
}

.entry-content:has(.grplanplaire) * {
	box-sizing: border-box;
}

.entry-content:has(.grplanplaire) > * {
	margin-top: 0;
	margin-bottom: 0;
}

.entry-content:has(.grplanplaire) .wp-block-group__inner-container {
	max-width: none;
}

.entry-content:has(.grplanplaire) img {
	display: block;
	width: 100%;
	height: auto;
}

.entry-content:has(.grplanplaire) a {
	color: inherit;
}

.entry-content:has(.grplanplaire) h1,
.entry-content:has(.grplanplaire) h2,
.entry-content:has(.grplanplaire) h3 {
	margin: 0 auto;
	color: inherit;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.18;
	text-transform: uppercase;
}

.grplanplaire {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	padding-top: 38px;
	padding-bottom: 34px;
	background-color: #8da17d;
	color: #f6eed9;
	text-align: center;
}

@media screen and (min-width: 768px) {

	.grplanplaire {
		padding-top: 48px;
		padding-bottom: 42px;
	}
}

.grplanplaire h1 {
	margin: 0 auto;
	font-size: clamp(1.7rem, 3vw, 3.05rem);
}

.grimgintroplan {
	background: linear-gradient(#8da17d 0%, #8da17d 36%, #f6eed9 36%, #f6eed9 100%);
	padding: 5.5vw;
}

.grimgintroplan > .wp-block-group__inner-container {
	width: 100%;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.grimgintroplan figure {
	position: relative;
	z-index: 1;
	margin: 0;
	overflow: hidden;
	background-color: #4d4e4d;
}

.grimgintroplan img {
	aspect-ratio: 16 / 7.2;
	min-height: 330px;
	object-fit: cover;
}

.relativetexte {
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 4;
	width: max-content;
	max-width: calc(100% - 50px);
	margin: 0;
	padding: 12px 32px 12px 22px;
	background-color: #fff;
	color: #4d4e4d;
	font-size: clamp(0.7rem, 0.75vw, 0.9rem);
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.relativetexte::after {
	content: "";
	position: absolute;
	right: 1px;
	bottom: 0;
	width: 0;
	height: 0;
	top: 0;
	border-right: 21px solid transparent;
	border-left: 21px solid transparent;
	border-top: 30px solid #fff;
	transform: translateX(50%);
}

@media screen and (min-width: 768px) {

	.relativetexte {
		top: 42px;
		padding: 11px 30px;
	}

	.relativetexte::after {
		border-right-width: 27px;
		border-left-width: 28px;
		border-top-width: 34px;
	}
}

@media screen and (min-width: 900px) {

	.relativetexte::after {
		border-right-width: 27px;
		border-left-width: 28px;
		border-top-width: 33.5px;
	}
}

@media screen and (min-width: 1925px) {

	.relativetexte::after {
		border-top-width: 37px;
	}
}

.grselecunite {
	background-color: #f6eed9;
}

.grselecunite > .wp-block-group__inner-container {
	padding-top: 0;
	padding: 0;
	margin: 0 5.5vw;
	background-color: #fff;
	text-align: center;
}

.grselecunite h2 {
	padding-top: 56px;
	padding-bottom: 24px;
	font-size: clamp(1.3rem, 2.25vw, 2.2rem);
}

.grselecunite > .wp-block-group__inner-container > p:last-child {
	margin: 18px 0 0;
	padding-bottom: 30px;
	font-size: clamp(0.88rem, 0.72vw, 1rem);
	line-height: 1.45;
	font-weight: 600;
}

.grlisteunite {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0 !important;
	width: calc(100% - 46px);
	margin: 0 auto !important;
	overflow: hidden;
	border-radius: 5px;
	background-color: #8da17d;
}

.grlisteunite p {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: 0;
	color: #f6eed9;
	padding: 15px 14px;
	border-right: 1px solid rgba(246, 238, 217, 0.85);
	font-size: clamp(0.68rem, 0.72vw, 0.82rem);
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
}

.grlisteunite p:last-child {
	border-right: 0;
}

.entry-content:has(.grplanplaire) > h2:nth-of-type(1),
.entry-content:has(.grplanplaire) > h2:nth-of-type(1) + p {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	text-align: center;
}

.entry-content:has(.grplanplaire) > h2:nth-of-type(1) {
	padding-top: 20px;
	font-size: clamp(1.15rem, 1.65vw, 1.7rem);
}

.entry-content:has(.grplanplaire) > h2:nth-of-type(1) + p {
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 58px;
	color: rgba(77, 78, 77, 0.78);
	font-size: clamp(0.9rem, 0.95vw, 1rem);
}

.planpoint-wrap,
#planpoint-container {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
	background-color: #f6eed9;
}

#planpoint-container {
	min-height: 560px;
	overflow-x: auto;
}

.labels-grid {
	overflow: hidden;
	border-radius: 5px;
}

.labels-grid .title {
	border-right: 1px solid #f6eed9;
}

.labels-grid .title:last-child {
	border-right: 0;
}

.entry-content:has(.grplanplaire) > h2:nth-of-type(2) {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	position: relative;
	padding-top: 86px;
	background-color: #f6eed9;
	color: #4d4e4d;
	font-size: clamp(1.35rem, 2vw, 2.05rem);
	text-align: center;
}

.entry-content:has(.grplanplaire) > h2:nth-of-type(2)::before {
	content: "";
	display: block;
	width: 62px;
	height: 62px;
	margin: 0 auto 24px;
	background-image: url(img/verdora-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.entry-content:has(.grplanplaire) > h2:nth-of-type(2) + p {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	max-width: 940px;
	margin: 0 auto;
	padding-top: 24px;
	padding-bottom: 94px;
	color: rgba(77, 78, 77, 0.78);
	text-align: center;
}

.entry-content:has(.grplanplaire) form,
.entry-content:has(.grplanplaire) .wpcf7,
.entry-content:has(.grplanplaire) .gform_wrapper {
	width: 100%;
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
}

.entry-content:has(.grplanplaire) input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.entry-content:has(.grplanplaire) select,
.entry-content:has(.grplanplaire) textarea {
	width: 100%;
	min-height: 48px;
	border: 0;
	border-radius: 3px;
	background-color: #4d4e4d;
	color: #fff;
	font-size: 0.9rem;
}

.entry-content:has(.grplanplaire) textarea {
	min-height: 150px;
	resize: vertical;
}

.entry-content:has(.grplanplaire) input[type="submit"],
.entry-content:has(.grplanplaire) button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 24px;
	border: 0;
	border-radius: 0;
	background-color: #fff56d;
	color: #4d4e4d;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	transition: background-color 0.25s cubic-bezier(0.65, 0, 0.35, 1), color 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}

.entry-content:has(.grplanplaire) input[type="submit"]:hover,
.entry-content:has(.grplanplaire) input[type="submit"]:focus-visible,
.entry-content:has(.grplanplaire) button[type="submit"]:hover,
.entry-content:has(.grplanplaire) button[type="submit"]:focus-visible {
	background-color: #fff;
	color: #4d4e4d;
}

@media screen and (max-width: 899px) {

	.grimgintroplan img {
		aspect-ratio: 4 / 3;
	}

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

	.grlisteunite p:nth-child(2) {
		border-right: 0;
	}

	.grlisteunite p:nth-child(-n + 2) {
		border-bottom: 1px solid rgba(246, 238, 217, 0.85);
	}
}

@media screen and (max-width: 767px) and (min-width: 768px) {

	.grplanplaire,
	.grimgintroplan > .wp-block-group__inner-container,
	.grselecunite > .wp-block-group__inner-container,
	.entry-content:has(.grplanplaire) > h2:nth-of-type(1),
	.entry-content:has(.grplanplaire) > h2:nth-of-type(1) + p,
	.planpoint-wrap,
	#planpoint-container,
	.entry-content:has(.grplanplaire) > h2:nth-of-type(2),
	.entry-content:has(.grplanplaire) > h2:nth-of-type(2) + p {
		padding-right: 24px;
		padding-left: 24px;
	}
}

@media screen and (max-width: 767px) {

	.grplanplaire {
		padding-top: 30px;
		padding-bottom: 28px;
	}

	.grimgintroplan {
		background: linear-gradient(#8da17d 0, #8da17d 285px, #f6eed9 285px, #f6eed9 100%);
	}

	.grimgintroplan img {
		aspect-ratio: 4 / 5;
		min-height: 360px;
	}

	.relativetexte {
		top: 20px;
		max-width: calc(100% - 56px);
		padding: 9px 28px 9px 16px;
		font-size: 0.7rem !important;
	}
}

@media screen and (max-width: 767px) and (min-width: 768px) {

	.relativetexte {
		left: 0;
	}
}

@media screen and (max-width: 767px) {

	.relativetexte::after {
		border-right-width: 20px;
		border-left-width: 22px;
		border-top-width: 29px;
	}
}

@media screen and (max-width: 767px) and (min-width: 768px) {

	.relativetexte::after {
		border-left-width: 20px;
		border-top-width: 29px;
	}
}

@media screen and (max-width: 767px) {

	.relativetextequartier {
		left: 24px;
	}
}

@media screen and (max-width: 767px) and (min-width: 768px) {

	.relativetextequartier {
		left: 0;
	}
}

@media screen and (max-width: 767px) {

	.relativetexteproj {
		left: 0;
	}

	.relativetexteproj::after {
		border-right-width: 20px;
		border-left-width: 22px;
		border-top-width: 29px;
	}
}

@media screen and (max-width: 767px) and (min-width: 768px) {

	.relativetexteproj::after {
		border-left-width: 20px;
		border-top-width: 29px;
	}
}

@media screen and (max-width: 767px) {

	.grselecunite h2 {
		padding-top: 38px;
		padding-bottom: 20px;
	}

	.grlisteunite {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.grlisteunite p,
	.grlisteunite p:nth-child(2) {
		border-right: 0;
	}

	.grlisteunite p:not(:last-child) {
		border-bottom: 1px solid rgba(246, 238, 217, 0.85);
	}

	.entry-content:has(.grplanplaire) > h2:nth-of-type(1) {
		padding-top: 18px;
	}

	.entry-content:has(.grplanplaire) > h2:nth-of-type(1)::after {
		min-height: 300px;
		background-size: auto, 58px 58px, 58px 58px, auto;
	}

	.entry-content:has(.grplanplaire) > h2:nth-of-type(1) + p {
		padding-bottom: 48px;
	}
}

@media screen and (max-width: 767px) and (min-width: 768px) {

	#planpoint-container {
		width: calc(100% + 48px) !important;
		margin-left: -24px;
	}
}

@media screen and (max-width: 767px) {

	.labels-grid {
		gap: 4px;
		background: none;
	}

	.labels-grid .title,
	.labels-grid .title:last-child {
		margin-top: -1px;
		margin-left: -1px;
		border: 0;
		border-radius: 5px;
		background-color: #8da17d;
	}

	.entry-content:has(.grplanplaire) > h2:nth-of-type(2) {
		padding-top: 66px;
	}

	.entry-content:has(.grplanplaire) > h2:nth-of-type(2) + p {
		padding-bottom: 70px;
	}
}

.entry-content:has(.grlisterestomap) {
	margin: 0;
	background-color: #f6eed9;
	color: #4d4e4d;
	overflow: hidden;
}

.entry-content:has(.grlisterestomap) * {
	box-sizing: border-box;
}

.entry-content:has(.grlisterestomap) > * {
	margin-top: 0;
	margin-bottom: 0;
}

.entry-content:has(.grlisterestomap) .wp-block-group__inner-container {
	max-width: none;
}

.entry-content:has(.grlisterestomap) img {
	display: block;
	width: 100%;
	height: auto;
}

.entry-content:has(.grlisterestomap) a {
	color: inherit;
}

.entry-content:has(.grlisterestomap) h1,
.entry-content:has(.grlisterestomap) h2,
.entry-content:has(.grlisterestomap) h3 {
	margin: 0;
	color: inherit;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.18;
	text-transform: uppercase;
}

.entry-content:has(.grlisterestomap) > .wp-block-group:first-child {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	padding-top: 38px;
	padding-bottom: 34px;
	background-color: #8da17d;
	color: #f6eed9;
	text-align: center;
}

@media screen and (min-width: 768px) {

	.entry-content:has(.grlisterestomap) > .wp-block-group:first-child {
		padding-top: 48px;
		padding-bottom: 42px;
	}
}

.entry-content:has(.grlisterestomap) > .wp-block-group:first-child h1 {
	margin: 0 auto;
	font-size: clamp(1.7rem, 3vw, 3.05rem);
}

.imgintroquatier {
	background: linear-gradient(#8da17d 0%, #8da17d 36%, #f6eed9 36%, #f6eed9 100%);
	padding: 5.5vw;
}

.imgintroquatier > .wp-block-group__inner-container {
	width: 100%;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.imgintroquatier figure {
	position: relative;
	z-index: 1;
	margin: 0;
	overflow: hidden;
	background-color: #4d4e4d;
}

.imgintroquatier img {
	aspect-ratio: 16 / 7.2;
	min-height: 330px;
	object-fit: cover;
}

.grlisterestomap {
	background-color: #f6eed9;
}

.grlisterestomap > .wp-block-group__inner-container {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 62px;
	padding-bottom: 104px;
}

.descpagequartier {
	margin: 0;
	text-align: center;
}

.descpagequartier > .wp-block-group__inner-container {
	max-width: 790px;
	margin: 0 10px;
}

@media screen and (min-width: 768px) {

	.descpagequartier > .wp-block-group__inner-container {
		margin: 0 40px;
	}
}

.descpagequartier p {
	margin: 0;
	line-height: 1.9;
	font-size: 1.1rem !important;
}

.categorielisteresto {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	margin-top: 52px !important;
	margin-bottom: 22px !important;
}

.categorielisteresto p {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	margin: 0;
	padding: 8px 18px 7px;
	border: 1px solid #4d4e4d;
	border-radius: 999px;
	background-color: transparent;
	color: #4d4e4d;
	font-size: clamp(0.66rem, 0.68vw, 0.78rem);
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.25s cubic-bezier(0.65, 0, 0.35, 1), border-color 0.25s cubic-bezier(0.65, 0, 0.35, 1), color 0.25s cubic-bezier(0.65, 0, 0.35, 1);
	user-select: none;
}

.categorielisteresto p.is-active,
.categorielisteresto p:hover,
.categorielisteresto p:focus-visible {
	border-color: #4d4e4d;
	background-color: #4d4e4d;
	color: #fff;
}

.categorielisteresto p:focus-visible {
	outline: 2px solid #fff56d;
	outline-offset: 3px;
}

.grimageetliste > .wp-block-group__inner-container {
	position: relative;
	display: grid;
	align-items: start;
}

@media screen and (min-width: 768px) {

	.grimageetliste > .wp-block-group__inner-container {
		grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.43fr);
		width: 100%;
		justify-content: center;
	}
}

@media screen and (min-width: 900px) {

	.grimageetliste > .wp-block-group__inner-container {
		justify-content: inherit;
	}
}

.grimageetliste figure {
	position: relative;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background-color: #fff;
}

.grimageetliste img {
	height: auto;
}

.grlisterestodroit {
	height: var(--quartier-map-height, auto);
	min-height: 0;
	max-height: var(--quartier-map-height, none);
	overflow: hidden;
	background-color: #8da17d;
	color: #fff;
}

.grlisterestodroit > .wp-block-group__inner-container {
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 30px 28px;
	scrollbar-width: thin;
}

.grlisterestodroit p {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 11px;
	color: inherit;
	font-size: clamp(0.72rem, 0.76vw, 0.84rem);
	font-weight: 400;
	line-height: 1.35;
}

.grlisterestodroit p.has-map-position {
	cursor: pointer;
}

.grlisterestodroit p.has-map-position:focus-visible {
	outline: 2px solid #fff56d;
	outline-offset: 3px;
}

.grlisterestodroit p[hidden] {
	display: none;
}

.grlisterestodroit p::before {
	content: attr(data-location-index);
	display: inline-flex;
	flex: 0 0 20px;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #4d4e4d;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 500;
	line-height: 1;
	transition: background-color 0.25s cubic-bezier(0.65, 0, 0.35, 1), box-shadow 0.25s cubic-bezier(0.65, 0, 0.35, 1), color 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}

.grlisterestodroit p.is-selected::before {
	background-color: #fff56d;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
	color: #4d4e4d;
}

.quartier-map-markers {
	position: absolute;
	inset: 0;
	z-index: 5;
	pointer-events: none;
}

.quartier-map-marker {
	position: absolute;
	top: var(--location-y);
	left: var(--location-x);
	width: 17px;
	height: 17px;
	transform: translate(-50%, -50%);
}

.quartier-map-marker[hidden] {
	display: none;
}

.quartier-map-marker.is-selected {
	z-index: 1;
}

.quartier-map-marker::after {
	content: attr(data-location-index);
	align-items: center;
	background: #4d4e4d;
	border: 1px solid #4d4e4d;
	border-radius: 50%;
	color: #f6eed9;
	cursor: pointer;
	display: flex;
	font-family: Jost, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	height: 17px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	transition: background 0.25s cubic-bezier(0.65, 0, 0.35, 1) 0s, box-shadow 0.25s cubic-bezier(0.65, 0, 0.35, 1) 0s, color 0.25s cubic-bezier(0.65, 0, 0.35, 1) 0s, border-color 0.25s cubic-bezier(0.65, 0, 0.35, 1) 0s, transform 0.25s cubic-bezier(0.65, 0, 0.35, 1) 0s;
	width: 17px;
}

.quartier-map-marker.is-selected::after {
	background: #fff56d;
	border-color: #fff56d;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
	color: #4d4e4d;
	transform: scale(1.15);
}

.entry-content:has(.grlisterestomap) > h2:nth-of-type(1),
.entry-content:has(.grlisterestomap) > h2:nth-of-type(1) + p {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	background-color: #f6eed9;
	text-align: center;
}

.entry-content:has(.grlisterestomap) > h2:nth-of-type(1) {
	position: relative;
	padding-top: 0;
	font-size: clamp(1.35rem, 2vw, 2.05rem);
}

.entry-content:has(.grlisterestomap) > h2:nth-of-type(1)::before {
	content: "";
	display: block;
	width: 62px;
	height: 62px;
	margin: 0 auto 24px;
	background-image: url(img/verdora-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.entry-content:has(.grlisterestomap) > h2:nth-of-type(1) + p {
	margin: 0 auto;
	padding-top: 24px;
	padding-bottom: 94px;
	color: rgba(77, 78, 77, 0.78);
}

@media screen and (max-width: 899px) {

	.grimageetliste > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	.grimageetliste img {
		height: auto;
	}
}

@media screen and (max-width: 767px) {

	.entry-content:has(.grlisterestomap) > .wp-block-group:first-child,
	.imgintroquatier > .wp-block-group__inner-container,
	.grlisterestomap > .wp-block-group__inner-container,
	.entry-content:has(.grlisterestomap) > h2:nth-of-type(1),
	.entry-content:has(.grlisterestomap) > h2:nth-of-type(1) + p {
		padding-right: 24px;
		padding-left: 24px;
	}

	.entry-content:has(.grlisterestomap) > .wp-block-group:first-child {
		padding-top: 30px;
		padding-bottom: 28px;
	}

	.imgintroquatier {
		background: linear-gradient(#8da17d 0, #8da17d 285px, #f6eed9 285px, #f6eed9 100%);
	}

	.imgintroquatier img {
		aspect-ratio: 4 / 5;
		min-height: 360px;
	}

	.imgintroquatier p {
		top: 20px;
		max-width: calc(100% - 56px);
		padding: 9px 28px 9px 16px;
		font-size: 0.68rem;
	}

	.imgintroquatier p::after {
		border-right-width: 20px;
		border-left-width: 20px;
		border-top-width: 29px;
	}

	.grlisterestomap > .wp-block-group__inner-container {
		padding-top: 46px;
		padding-bottom: 72px;
	}

	.categorielisteresto {
		margin-top: 38px !important;
		margin-bottom: 18px !important;
	}

	.categorielisteresto p {
		flex: 1 1 auto;
		min-width: 170px;
		max-width: 100%;
	}

	.grlisterestodroit > .wp-block-group__inner-container {
		padding: 26px 22px;
	}

	.entry-content:has(.grlisterestomap) > h2:nth-of-type(1) + p {
		padding-bottom: 70px;
	}
}

.emh1bizz {
	margin: 0 auto !important;
}

#secondary.widget-area {
	padding: clamp(42px, 5vw, 90px) 5.5vw clamp(24px, 2.5vw, 44px);
	background-color: #f6eed9;
	color: #4d4e4d;
}

#secondary.widget-area * {
	box-sizing: border-box;
}

#secondary.widget-area .widget {
	width: 100%;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#secondary.widget-area a {
	color: inherit;
	transition: opacity 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}

#secondary.widget-area a:hover,
#secondary.widget-area a:focus-visible {
	opacity: 0.68;
}

#secondary.widget-area .wp-block-group__inner-container {
	max-width: none;
}

.grfooterinfocontact {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(28px, 4vw, 64px) !important;
	padding: clamp(28px, 4vw, 72px) clamp(22px, 3.35vw, 64px);
	background-color: #8da17d;
	color: #f6eed9;
}

.grfooterinfocontact > .wp-block-group {
	min-width: 0;
	margin: 20px 0;
	align-self: start;
}

@media screen and (min-width: 768px) {

	.grfooterinfocontact > .wp-block-group {
		margin: 0;
	}
}

.grfooterinfocontact > .wp-block-group > .wp-block-group {
	margin: inherit;
}

.grfooterinfocontact h2 {
	margin: 0 0 clamp(22px, 2vw, 40px);
	padding-bottom: clamp(14px, 1.25vw, 26px);
	border-bottom: 1px solid rgba(246, 238, 217, 0.88);
	color: inherit;
	font-size: clamp(1.15rem, 1.45vw, 1.7rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.grfooterinfocontact p {
	margin: 0;
	font-size: clamp(1rem, 1vw, 1.25rem);
	font-weight: 300;
	line-height: 1.55;
}

.grfooterinfocontact a {
	text-decoration: none;
}

.grheureouverture p + p {
	margin-top: 10px;
	text-transform: inherit;
	color: inherit;
}

.grcontacteznous > .wp-block-group__inner-container > p {
	margin-bottom: clamp(10px, 2vw, 20px);
}

.grcontacteznous > .wp-block-group__inner-container > p a {
	display: block;
	width: max-content;
	max-width: 100%;
}

.grreseausociaux {
	display: flex !important;
	align-items: center;
	gap: 14px !important;
	margin: 0 !important;
}

.grreseausociaux figure {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0;
	overflow: hidden;
	border-radius: 50%;
}

.grreseausociaux img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
}

.footerFrancais > .wp-block-group__inner-container > .wp-block-group:not(.grfooterinfocontact):not(.grparagrfooter):not(.grcreditfooter),
.footerAnglais > .wp-block-group__inner-container > .wp-block-group:not(.grfooterinfocontact):not(.grparagrfooter):not(.grcreditfooter) {
	margin-top: clamp(38px, 4vw, 76px);
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: 0 !important;
	border-top: 1px solid rgba(77, 78, 77, 0.72);
	border-left: 1px solid rgba(77, 78, 77, 0.72);
}

.footerFrancais > .wp-block-group__inner-container > .wp-block-group:not(.grfooterinfocontact):not(.grparagrfooter):not(.grcreditfooter) figure,
.footerAnglais > .wp-block-group__inner-container > .wp-block-group:not(.grfooterinfocontact):not(.grparagrfooter):not(.grcreditfooter) figure {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(150px, 15vw, 200px);
	margin: 0;
	padding: clamp(28px, 3vw, 56px);
	border-right: 1px solid rgba(77, 78, 77, 0.72);
	border-bottom: 1px solid rgba(77, 78, 77, 0.72);
}

.footerFrancais > .wp-block-group__inner-container > .wp-block-group:not(.grfooterinfocontact):not(.grparagrfooter):not(.grcreditfooter) img,
.footerAnglais > .wp-block-group__inner-container > .wp-block-group:not(.grfooterinfocontact):not(.grparagrfooter):not(.grcreditfooter) img {
	display: block;
	width: auto;
	max-width: 70%;
	max-height: clamp(76px, 8vw, 50px);
	object-fit: contain;
}

@media screen and (min-width: 768px) {

	.footerFrancais > .wp-block-group__inner-container > .wp-block-group:not(.grfooterinfocontact):not(.grparagrfooter):not(.grcreditfooter) img,
	.footerAnglais > .wp-block-group__inner-container > .wp-block-group:not(.grfooterinfocontact):not(.grparagrfooter):not(.grcreditfooter) img {
		max-width: 100%;
	}
}

.grparagrfooter {
	margin-top: clamp(30px, 4vw, 62px);
}

.grparagrfooter p {
	margin: 0;
	font-size: clamp(0.92rem, 0.92vw, 1.08rem);
	font-weight: 500;
	line-height: 2;
}

.grcreditfooter {
	margin-top: clamp(34px, 4.5vw, 78px);
	padding-top: clamp(18px, 1.5vw, 28px);
	border-top: 1px solid rgba(77, 78, 77, 0.72);
}

.grcreditfooter > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.grcreditfooter p {
	margin: 0;
	font-size: clamp(0.95rem, 0.94vw, 1.1rem);
	line-height: 1.3;
}

.grcreditfooter p:last-child {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.grcreditfooter a {
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.grcreditfooter img {
	display: block;
	width: auto !important;
	height: 18px !important;
	max-width: 240px;
	object-fit: contain;
}

.site-footer .site-info {
	display: none;
}

@media screen and (min-width: 768px) {

	.footerFrancais > .wp-block-group__inner-container > .wp-block-group:not(.grfooterinfocontact):not(.grparagrfooter):not(.grcreditfooter),
	.footerAnglais > .wp-block-group__inner-container > .wp-block-group:not(.grfooterinfocontact):not(.grparagrfooter):not(.grcreditfooter) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.grcreditfooter > .wp-block-group__inner-container {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}

@media screen and (min-width: 900px) {

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

	.footerFrancais > .wp-block-group__inner-container > .wp-block-group:not(.grfooterinfocontact):not(.grparagrfooter):not(.grcreditfooter),
	.footerAnglais > .wp-block-group__inner-container > .wp-block-group:not(.grfooterinfocontact):not(.grparagrfooter):not(.grcreditfooter) {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.ays-pb-modals:has(.verdora-promo-popup) [id^="ays-pb-screen-shade_"] {
	background: rgba(141, 161, 125, 0.72) !important;
}

.ays-pb-modals:has(.verdora-promo-popup) div[class*="ays-pb-modal_"].ays-pb-modal:has(.verdora-promo-popup) {
	padding: 0 !important;
	overflow: visible !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.ays-pb-modals:has(.verdora-promo-popup) [class*="ays_pb_title_styles_"],
.ays-pb-modals:has(.verdora-promo-popup) .ays_pb_description,
.ays-pb-modals:has(.verdora-promo-popup) .ays-popup-hrs-default,
.ays-pb-modals:has(.verdora-promo-popup) .ays-pb-dismiss-ad,
.ays-pb-modals:has(.verdora-promo-popup) .ays_pb_timer {
	display: none !important;
}

.ays-pb-modals:has(.verdora-promo-popup) .ays_content_box:has(.verdora-promo-popup) {
	max-width: none;
	padding: 0 !important;
	overflow: visible;
}

.ays-pb-modals:has(.verdora-promo-popup) div[class*="ays-pb-modal_"].ays-pb-modal:has(.verdora-promo-popup) > .ays-pb-modal-close {
	position: absolute !important;
	top: clamp(22px, 2.1vw, 30px) !important;
	right: clamp(22px, 2.1vw, 30px) !important;
	bottom: auto !important;
	left: auto !important;
	z-index: 20;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 30px !important;
	height: 30px !important;
	padding: 0 !important;
	color: transparent !important;
	font-size: 0;
	line-height: 1;
	background: #4d4e4d !important;
	border: 0;
	border-radius: 50%;
	transform: none !important;
}

.ays-pb-modals:has(.verdora-promo-popup) div[class*="ays-pb-modal_"].ays-pb-modal:has(.verdora-promo-popup) > .ays-pb-modal-close::before {
	content: "\00d7";
	top: 6.3px;
	position: absolute;
	color: #fff56d;
	font-size: clamp(20px, 2vw, 23px);
	font-weight: 600;
	line-height: 0.82;
}

@media screen and (min-width: 768px) {

	.ays-pb-modals:has(.verdora-promo-popup) div[class*="ays-pb-modal_"].ays-pb-modal:has(.verdora-promo-popup) > .ays-pb-modal-close::before {
		top: 6.5px;
	}
}

@media screen and (min-width: 900px) {

	.ays-pb-modals:has(.verdora-promo-popup) div[class*="ays-pb-modal_"].ays-pb-modal:has(.verdora-promo-popup) > .ays-pb-modal-close::before {
		top: 5px;
	}
}

@media screen and (min-width: 1785px) {

	.ays-pb-modals:has(.verdora-promo-popup) div[class*="ays-pb-modal_"].ays-pb-modal:has(.verdora-promo-popup) > .ays-pb-modal-close::before {
		top: 4px;
	}
}

.ays-pb-modals:has(.verdora-promo-popup) div[class*="ays-pb-modal_"].ays-pb-modal:has(.verdora-promo-popup) > .ays-pb-modal-close > * {
	display: none !important;
}

.verdora-promo-popup {
	position: relative;
	display: flex;
	align-items: stretch;
	box-sizing: border-box;
	color: #4d4e4d;
	background: transparent;
}

.verdora-promo-popup__inner-group {
	position: relative;
	display: flex;
	align-items: stretch;
	overflow: hidden;
	background: #fff56d;
}

.verdora-promo-popup__image-group {
	flex: 0 0 48%;
	min-width: 0;
	overflow: hidden;
}

.verdora-promo-popup__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.verdora-promo-popup__content-group {
	position: relative;
	display: flex;
	flex: 1 1 52%;
	flex-direction: column;
	justify-content: flex-start;
	min-width: 0;
	padding: 45px 40px;
	color: #4d4e4d;
	text-align: left;
	background: #fff56d;
}

.verdora-promo-popup__title-group {
	margin: 0 0 20px 0;
}

.verdora-promo-popup__title {
	margin: 0;
	color: #4d4e4d;
	font-size: clamp(1.3rem, 3.65vw, 2rem);
	font-weight: 300;
	line-height: 0.98;
	letter-spacing: 0;
	text-align: left !important;
	text-transform: uppercase;
}

.verdora-promo-popup__offer-group {
	margin: 0 0 40px 0;
}

.verdora-promo-popup__offer-text {
	margin: 0;
	color: #4d4e4d;
	font-weight: 300;
	line-height: 1.38;
	letter-spacing: 0;
}

@media screen and (min-width: 900px) {

	.verdora-promo-popup__offer-text {
		font-size: clamp(0.9rem, 1.35vw, 1rem);
	}
}

.verdora-promo-popup__open-house-group {
	margin-bottom: 30px;
}

.verdora-promo-popup__open-house-title,
.verdora-promo-popup__open-house-text {
	margin: 0;
	color: #4d4e4d;
	font-size: clamp(1.18rem, 1.25vw, 1.5rem);
	font-weight: 300;
	line-height: 1.38;
	letter-spacing: 0;
}

.verdora-promo-popup__open-house-title {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.verdora-promo-popup__note-group {
	max-width: 560px;
	margin-top: auto;
}

.verdora-promo-popup__note-text {
	margin: 0;
	color: #4d4e4d;
	font-size: clamp(0.8rem, 0.85vw, 0.9rem);
	font-weight: 300;
	line-height: 1.55;
	letter-spacing: 0;
}

.verdora-promo-popup__close-button {
	position: absolute;
	top: clamp(22px, 2.1vw, 30px);
	right: clamp(22px, 2.1vw, 30px);
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(30px, 2.4vw, 38px);
	height: clamp(30px, 2.4vw, 38px);
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.verdora-promo-popup__close-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff56d;
	font-size: clamp(26px, 2vw, 32px);
	font-weight: 600;
	line-height: 0.82;
	background: #4d4e4d;
	border-radius: 50%;
}

.verdora-promo-popup.is-hidden {
	display: none;
}

@media (max-width: 1024px) {

	.verdora-promo-popup__image-group {
		flex-basis: 46%;
	}

	.verdora-promo-popup__content-group {
		padding: 58px 44px 52px;
	}

	.verdora-promo-popup__title-group {
		margin-bottom: 38px;
	}

	.verdora-promo-popup__title {
		font-size: clamp(2rem, 6vw, 2.25rem);
	}

	.verdora-promo-popup__offer-group,
	.verdora-promo-popup__open-house-group {
		margin-bottom: 46px;
	}

	.verdora-promo-popup__offer-text,
	.verdora-promo-popup__open-house-title,
	.verdora-promo-popup__open-house-text {
		font-size: clamp(1.15rem, 2.35vw, 1.45rem);
	}

	.verdora-promo-popup__note-text {
		font-size: clamp(0.86rem, 1.7vw, 0.98rem);
	}
}

@media (max-width: 767px) {

	.verdora-promo-popup__inner-group {
		flex-direction: column;
	}

	.verdora-promo-popup__image-group {
		flex-basis: auto;
		min-height: 230px;
		max-height: 340px;
	}

	.verdora-promo-popup__content-group {
		padding: 25px 29px 25px;
	}

	.verdora-promo-popup__title-group {
		margin-bottom: 15px;
	}

	.verdora-promo-popup__title {
		font-size: clamp(1.4rem, 11vw, 1.5rem);
		line-height: 1.02;
	}

	.verdora-promo-popup__offer-group,
	.verdora-promo-popup__open-house-group {
		margin-bottom: 40px;
	}

	.verdora-promo-popup__offer-text,
	.verdora-promo-popup__open-house-title,
	.verdora-promo-popup__open-house-text {
		font-size: clamp(0.7rem, 0.85vw, 0.85rem);
		line-height: 1.35;
	}

	.verdora-promo-popup__open-house-title {
		margin-bottom: 14px;
	}

	.verdora-promo-popup__note-group {
		margin-top: 0;
	}

	.verdora-promo-popup__note-text {
		font-size: 0.7rem;
		line-height: 1.45;
	}

	.verdora-promo-popup__close-button {
		top: 16px;
		right: 16px;
		width: 34px;
		height: 34px;
	}

	.verdora-promo-popup__close-icon {
		font-size: 28px;
	}
}

.entry-content:has(.offreexclu) {
	margin: 0;
	background-color: #f6eed9;
	color: #4d4e4d;
	overflow: hidden;
}

.entry-content:has(.offreexclu) * {
	box-sizing: border-box;
}

.entry-content:has(.offreexclu) > * {
	margin-top: 0;
	margin-bottom: 0;
}

.entry-content:has(.offreexclu) > .titreporteouverte {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	padding-top: 48px;
	padding-bottom: 44px;
	text-align: center;
	background-color: #8da17d;
}

@media screen and (min-width: 900px) {

	.entry-content:has(.offreexclu) > .titreporteouverte {
		padding-right: 10vw;
		padding-left: 10vw;
	}
}

.entry-content:has(.offreexclu) > .titreporteouverte h1 {
	letter-spacing: 0;
	color: #f6eed9;
	max-width: 1180px;
	margin: 0 auto;
	font-size: clamp(1.7rem, 3.6vw, 3.35rem);
	line-height: 1.25;
	font-weight: 300;
	text-transform: uppercase;
}

.entry-content:has(.offreexclu) .wp-block-group__inner-container {
	max-width: none;
}

.entry-content:has(.offreexclu) img {
	display: block;
	width: 100%;
}

.entry-content:has(.offreexclu) a {
	color: inherit;
}

.agentelaprvous {
	font-weight: 200;
	text-transform: uppercase;
	font-size: clamp(1.1rem, 2.35vw, 1.6rem) !important;
	line-height: 1.5 !important;
}

.entry-content:has(.offreexclu) > .grsurletoit {
	padding: 62px;
	background: linear-gradient(#8da17d 0%, #8da17d 42%, #f6eed9 42%, #f6eed9 100%);
	padding-right: 5.5vw;
	padding-left: 5.5vw;
}

@media screen and (min-width: 900px) {

	.entry-content:has(.offreexclu) > .grsurletoit {
		padding-right: 10vw;
		padding-left: 10vw;
	}
}

@media screen and (min-width: 900px) {

	.entry-content:has(.offreexclu) > .grsurletoit {
		padding-bottom: 86px;
	}
}

.entry-content:has(.offreexclu) > .grsurletoit .imgintroporteouverte {
	margin: 0;
}

.entry-content:has(.offreexclu) > .grsurletoit .imgintroporteouverte img {
	object-position: center 48%;
}

.offreexclu {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15vh;
	padding-bottom: 15vh;
	background-color: #f6eed9;
}

@media screen and (min-width: 900px) {

	.offreexclu {
		padding-right: 10vw;
		padding-left: 10vw;
	}
}

.offreexclu > .wp-block-group__inner-container > h2 {
	margin: 0;
	letter-spacing: 0;
	line-height: 1.15;
	margin-bottom: 34px;
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;
}

.offreexclu > .wp-block-group__inner-container > .wp-block-group {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 0;
	align-items: stretch;
	margin: 0;
}

@media screen and (min-width: 900px) {

	.offreexclu > .wp-block-group__inner-container > .wp-block-group {
		grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
	}
}

.txtgaucheoffreexclu,
.grdroitoffreexclu {
	min-width: 0;
	height: 100%;
}

.txtgaucheoffreexclu > .wp-block-group__inner-container,
.grdroitoffreexclu > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 34px 28px;
}

@media screen and (min-width: 768px) {

	.txtgaucheoffreexclu > .wp-block-group__inner-container,
	.grdroitoffreexclu > .wp-block-group__inner-container {
		padding: 48px;
	}
}

@media screen and (min-width: 900px) {

	.txtgaucheoffreexclu > .wp-block-group__inner-container,
	.grdroitoffreexclu > .wp-block-group__inner-container {
		padding: 62px;
	}
}

.txtgaucheoffreexclu {
	background-color: #8da17d;
	color: #f6eed9;
}

.txtgaucheoffreexclu p {
	max-width: 660px;
	margin: 0;
	font-size: clamp(1.25rem, 1.08vw, 1.35rem);
	font-weight: 300;
	line-height: 1.75;
}

.grdroitoffreexclu {
	background-color: #4d4e4d;
	color: #fff;
}

.grdroitoffreexclu h4 {
	margin: 0;
	letter-spacing: 0;
	line-height: 1.15;
	margin-bottom: 10px;
	color: #fff;
	font-size: clamp(0.95rem, 1.15vw, 1.15rem);
	font-weight: 600;
	text-transform: uppercase;
}

.grdroitoffreexclu p {
	margin: 0 0 28px;
	font-size: clamp(0.95rem, 1.08vw, 1.1rem);
	font-weight: 300;
	line-height: 1.45;
}

.grdroitoffreexclu p:last-child {
	max-width: 620px;
	margin-bottom: 0;
	padding-top: 8px;
	font-size: clamp(0.76rem, 0.86vw, 0.9rem);
	line-height: 1.55;
	opacity: 0.76;
}

.fairesonchoix {
	padding: 10vh 0;
}

.pageporteouv {
	padding-top: 0;
	padding-bottom: 76px;
}

.pageporteouv .commInspirante {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 0;
	align-items: stretch;
}

@media screen and (min-width: 900px) {

	.pageporteouv .commInspirante {
		grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	}
}

.pageporteouv .commInspirante > figure {
	height: auto;
	min-height: 0;
	margin: 0;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

@media screen and (min-width: 900px) {

	.pageporteouv .commInspirante > figure {
		aspect-ratio: 16 / 10;
	}
}

.pageporteouv .commInspirante img {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: center 47%;
}

.pageporteouv .txtDroitcommInspi {
	position: static;
	top: auto;
}

.pageporteouv .txtDroitcommInspi > .wp-block-group__inner-container {
	min-height: 100%;
	padding: 34px 28px;
}

@media screen and (min-width: 768px) {

	.pageporteouv .txtDroitcommInspi > .wp-block-group__inner-container {
		padding: 48px;
	}
}

@media screen and (min-width: 900px) {

	.pageporteouv .txtDroitcommInspi > .wp-block-group__inner-container {
		padding: 64px 72px;
	}
}

.pageporteouv .txtDroitcommInspi h2 {
	margin-bottom: 24px;
	font-size: clamp(1.1rem, 2.35vw, 1.6rem);
	line-height: 1.2;
}

.pageporteouv .txtDroitcommInspi p {
	margin-bottom: 24px;
	line-height: 1.78;
}

.pageporteouv .txtDroitcommInspi p:last-child {
	margin-bottom: 0;
}

.pageporteouv .txtDroitcommInspi p:last-child a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-height: 42px;
	padding: 14px 22px;
	background-color: #fff56d;
	color: #4d4e4d !important;
	font-size: clamp(0.72rem, 0.82vw, 0.9rem);
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.25s cubic-bezier(0.65, 0, 0.35, 1), color 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}

.pageporteouv .txtDroitcommInspi p:last-child a:hover,
.pageporteouv .txtDroitcommInspi p:last-child a:focus-visible {
	background-color: #fff;
	color: #4d4e4d !important;
}

.grveneznousvoir {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 74px;
	padding-bottom: 42px;
	background-color: #f6eed9;
}

@media screen and (min-width: 900px) {

	.grveneznousvoir {
		padding-right: 10vw;
		padding-left: 10vw;
	}
}

.grveneznousvoir > .wp-block-group__inner-container > h2 {
	margin: 0;
	letter-spacing: 0;
	line-height: 1.15;
	margin-bottom: 34px;
	font-size: clamp(1.35rem, 2.4vw, 2.3rem);
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;
}

.grveneznousvoir > .wp-block-group__inner-container > .wp-block-group {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 0;
	align-items: stretch;
	margin: 0;
}

@media screen and (min-width: 900px) {

	.grveneznousvoir > .wp-block-group__inner-container > .wp-block-group {
		grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
	}
}

.grveneznousvoir figure {
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.grveneznousvoir figure img {
	height: 100%;
	min-height: 330px;
	object-fit: cover;
	object-position: center;
}

@media screen and (min-width: 900px) {

	.grveneznousvoir figure img {
		min-height: 500px;
	}
}

.horairevenezvoir {
	height: 100%;
	background-color: #8da17d;
	color: #f6eed9;
}

.horairevenezvoir > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 34px 28px;
}

@media screen and (min-width: 768px) {

	.horairevenezvoir > .wp-block-group__inner-container {
		padding: 48px;
	}
}

@media screen and (min-width: 900px) {

	.horairevenezvoir > .wp-block-group__inner-container {
		padding: 58px;
	}
}

.horairevenezvoir h3 {
	margin: 0;
	letter-spacing: 0;
	line-height: 1.15;
	margin-bottom: 28px;
	font-size: clamp(1.15rem, 1.6vw, 1.6rem);
	font-weight: 600;
}

.horairevenezvoir p {
	margin: 0;
	padding: 13px 0;
	border-top: 1px solid rgba(246, 238, 217, 0.42);
	font-size: clamp(0.96rem, 1.05vw, 1.12rem);
	line-height: 1.45;
}

.horairevenezvoir p:last-child {
	border-bottom: 1px solid rgba(246, 238, 217, 0.42);
}

.noticevenezvoir {
	max-width: 920px;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-top: 26px;
	font-size: clamp(0.96rem, 1.08vw, 1.15rem);
	line-height: 1.65;
	text-align: center;
}

.grgooglemap {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 76px;
	padding-bottom: 70px;
	background-color: #f6eed9;
}

@media screen and (min-width: 900px) {

	.grgooglemap {
		padding-right: 10vw;
		padding-left: 10vw;
	}
}

.grgooglemap h2 {
	margin: 0;
	letter-spacing: 0;
	line-height: 1.15;
	margin-bottom: 50px;
	font-size: clamp(1.35rem, 2.4vw, 2.3rem);
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;
}

.grgooglemap iframe {
	display: block;
	width: 100%;
	height: clamp(360px, 42vw, 620px);
	background-color: #4d4e4d;
}

.calendy {
	padding-right: 5.5vw;
	padding-left: 5.5vw;
	width: 100%;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 88px;
	background-color: #4d4e4d;
	color: #fff;
	text-align: center;
}

@media screen and (min-width: 900px) {

	.calendy {
		padding-right: 10vw;
		padding-left: 10vw;
	}
}

.calendy > .wp-block-group__inner-container {
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
}

.calendy h2 {
	margin: 0;
	letter-spacing: 0;
	line-height: 1.15;
	margin-bottom: 22px;
	font-size: clamp(1.35rem, 2.4vw, 2.3rem);
	font-weight: 700;
}

.calendy p {
	margin: 0;
	font-size: clamp(0.95rem, 1.08vw, 1.1rem);
	font-weight: 300;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {

	.entry-content:has(.offreexclu) > .titreporteouverte,
	.entry-content:has(.offreexclu) > .grsurletoit,
	.offreexclu,
	.pageporteouv,
	.grveneznousvoir,
	.grgooglemap,
	.calendy {
		padding-right: 24px;
		padding-left: 24px;
	}

	.entry-content:has(.offreexclu) > .titreporteouverte {
		padding-top: 36px;
		padding-bottom: 32px;
	}

	.entry-content:has(.offreexclu) > .grsurletoit,
	.offreexclu,
	.pageporteouv,
	.grveneznousvoir,
	.grgooglemap {
		padding-bottom: 58px;
	}

	.offreexclu,
	.grveneznousvoir,
	.grgooglemap,
	.calendy {
		padding-top: 56px;
	}

	.txtgaucheoffreexclu > .wp-block-group__inner-container,
	.grdroitoffreexclu > .wp-block-group__inner-container,
	.horairevenezvoir > .wp-block-group__inner-container {
		padding: 30px 24px;
	}

	.pageporteouv .txtDroitcommInspi > .wp-block-group__inner-container {
		padding: 30px 24px;
	}

	.pageporteouv .commInspirante > figure {
		aspect-ratio: 4 / 5;
	}

	.noticevenezvoir {
		padding-top: 22px;
		text-align: left;
	}

	.calendy {
		padding-bottom: 64px;
	}
}

.grh1contacteznous {
	background-color: #8da17d;
	margin: 0 auto;
	padding: 30px 0;
}

@media screen and (min-width: 768px) {

	.grh1contacteznous {
		padding: 100px 0;
	}
}

.grh1contacteznous h1 {
	width: 100% !important;
	margin: 0 auto;
	text-align: center;
	font-weight: 400;
	color: #f6eed9;
	text-transform: uppercase;
}

.grpagecontacnous {
	background: linear-gradient(#8da17d 0%, #8da17d 42%, #f6eed9 42%, #f6eed9 100%);
}

.grpagecontacnous .grfooterinfocontact {
	background-color: #fff !important;
}

.grpagecontacnous .grbureaulocation h2,
.grpagecontacnous .grbureaulocation p,
.grpagecontacnous .grcontacteznous h2,
.grpagecontacnous .grcontacteznous p {
	color: #4d4e4d;
}

.grpagecontacnous .grbureaulocation h2,
.grpagecontacnous .grcontacteznous h2 {
	border-bottom: 1px solid #4d4e4d;
}

.grpagecontacnous .grcontacteznous .grreseausociaux {
	width: 100%;
	justify-content: space-between;
}

.grpagecontacnous > .wp-block-group__inner-container {
	padding: 5vh 5vw;
}

.grcalendy {
	background-color: #f6eed9;
}

.grtopcontactnous {
	background-color: #f6eed9;
	padding-top: 80px;
}

@media screen and (min-width: 768px) {

	.grtopcontactnous {
		padding-top: 100px;
	}
}

.grtopcontactnous figure,
.grtopcontactnous h1,
.grtopcontactnous h3 {
	margin: 0;
}

.grtopcontactnous figure {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 30px;
	width: 16vw;
}

@media screen and (min-width: 768px) {

	.grtopcontactnous figure {
		width: 7vw;
	}
}

.grtopcontactnous h1,
.grtopcontactnous h3 {
	color: #4d4e4d;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
}

.grtopcontactnous h1 {
	padding-top: 20px;
	padding-bottom: 45px;
	font-size: 2rem;
}

@media screen and (min-width: 768px) {

	.grtopcontactnous h1 {
		padding-bottom: 20px;
	}
}

.txtbascalendy {
	margin: 0 auto;
	text-align: center;
}

.txtbascalendy:first-of-type {
	color: #6a6a6a;
	padding: 20px 0;
}

.calendly-inline-widget {
	height: 1025px !important;
}

@media screen and (min-width: 768px) {

	.calendly-inline-widget {
		height: 705px !important;
	}
}

.calendly-inline-widget--details {
	height: 1370px !important;
}

@media screen and (min-width: 900px) {

	.calendly-inline-widget--details {
		height: 1100px !important;
	}
}

/*--------------------------------------------------------------
# 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;
}
