/*
Theme Name: Homen Résidences
Theme URI: https://homenresidences.com/
Template: generatepress
Author: Com Maker
Author URI: https://com-maker.fr/
Description: Alexis Maker est passé par là
Version: 3.4.0.1716295925
Updated: 2024-05-21 14:52:05

*/

body.feedback-page {
	background-color: #EFE8DD;
}

section.HeroIMG figure {
	width: 100%;
}

/***********************************************************************************\
*  PAGE | MOT DE PASSE REQUIS
\***********************************************************************************/
/* Cacher le header et le footer */
body:has(.post-password-required) .homen-site-header, body:has(.post-password-required) footer { 
	display:none; 
}
/*  */
body:has(.post-password-required) .entry-content {
	width: 100%;
	height: 100svh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0;
	background-color: var(--secondary);
	padding: 20px;
}
body:has(.post-password-required) .entry-content:before {
	content: "";
	background-image: url(https://homenresidences.com/wp-content/uploads/2025/02/full-lines-bg-homen-primary-color.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: inherit;
	pointer-events: none;
	opacity: 0.3;
}
body:has(.post-password-required) svg.site-logo {
	max-height: 50px;
	fill: var(--primary)
}
.custom-password-form {
	max-width: 450px;
	width: 100%;
	padding: 40px;
	border-radius: 10px;
	text-align: center;
	background: var(--blanc);
	z-index: 1;
}
.password-input-group {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.password-input-group input[type="password"] {
	padding: 8px;
	border: 1px solid #ccc;
}
.password-input-group input[type="submit"] {
	font-family: Satoshi;
	letter-spacing: 3px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 20px;
	color: var(--blanc);
	background-color: var(--primary);
}
@media (max-width:768px) {
	.password-input-group {
		flex-wrap: wrap;
	}
	.password-input-group input[type="password"], .password-input-group input[type="submit"] {
		width: 100%;
		text-align: center;
	}
}

/***********************************************************************************\
*  HEADER V2
\***********************************************************************************/
/* Top Header */
.top-header {
	display: flex;
	flex-direction: column;
	padding: 10px 40px 10px 40px;
	transition: all 300ms linear;
}
.top-header a {
	display: flex;
}
a.top-header-site-logo svg {
	max-height: 20px;
	width: 100%;
	fill: white;
}
/* Général */
header.homen-site-header .language-switcher *, .site-menu-canva .language-switcher *, header.homen-site-header .language-switcher a:hover, .site-menu-canva .language-switcher a:hover {
	color: var(--texte);
}
header.homen-site-header {
	background-color: white;
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
	width: 100%;
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0);
	transition: all 300ms linear;
	z-index: 10000;
}
body:not(.residence) header.homen-site-header:not(.is-stuck) .container-header {
	padding: 40px;
}
body:not(.residence, .fixed-header, .sticky-header, .home) header.homen-site-header a.header-site-logo svg {
	fill: var(--primary);
}
.container-header {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px 40px 20px 40px;
	width: 100%;
	transition: all 300ms linear;
}
.defaut-header {
	display: flex;
	width: 100%;
	min-height: 50px;
	justify-content: space-between;
	align-items: center;
}
.header-logo-wrapper {
	width: min-content;
	max-width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.header-logo-wrapper a {
	display: flex;
	align-items: center;
	width: max-content;
}
.header-logo-wrapper a > * {
	height: 50px;
	max-height: 50px;
	width: auto;
	transition: all ease-in-out 300ms;
}
.header-logo-wrapper a > svg {
	fill: var(--primary);
}
.header-logo-wrapper a.header-site-favicon > * {
	max-height: 40px;
}
.header-logo-wrapper a > img {
	width: min-content;
}
.secondary-menu-wrapper {
	display: flex;
	align-items: center;
	font-family: Helvetica Neue;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	color: var(--texte);
	gap: 40px;
}
.sub-header-residence-page {
	width: 100%;
}
.sub-header-residence-page nav.residence-menu ul {
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 40px;
}
.sub-header-residence-page nav.residence-menu a {
	font-family: Helvetica Neue;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	color: var(--texte);
}
/* Fixed header */
body.fixed-header header.homen-site-header.is-stuck .container-header {
	padding: 20px 40px;
}
body.fixed-header header.homen-site-header {
	position: fixed;
}
body.fixed-header form.post-password-form {
	margin-top: 200px;
}
body.fixed-header header.homen-site-header:not(.is-stuck) .canva-menu-control-wrapper span {
	background-color: var(--blanc);
}
body.fixed-header header.homen-site-header:not(.is-stuck) .header-logo-wrapper svg {
	fill: var(--blanc);
}
body.fixed-header header.homen-site-header:not(.is-stuck) a, .fixed-header header.homen-site-header:not(.is-stuck) span {
	color: var(--blanc);
}
body.fixed-header .top-header {
	padding: 10px 40px 0px 40px;
}
body.fixed-header .is-stuck .top-header {
	padding: 10px 40px 10px 40px;
}
/* Sticky header */
body.sticky-header header.homen-site-header .container-header {
	padding: 20px 40px;
}
body.sticky-header header.homen-site-header {
	position: sticky;
}
body.sticky-header form.post-password-form {
	margin-top: 200px;
}
/* Icone menu burger + ses animations */ 
.canva-menu-control-wrapper {
	position: relative;
	width: 24px;
	height: 20px;
	background: transparent;
	cursor: pointer;
	display: block;
}
.canva-menu-control-wrapper input {
	display: none;
}
.canva-menu-control-wrapper span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: black;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}
.canva-menu-control-wrapper span:nth-of-type(1) {
	top: 0px;
	transform-origin: left center;
}
.canva-menu-control-wrapper span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.canva-menu-control-wrapper span:nth-of-type(3) {
	top: 100%;
	transform-origin: left center;
	transform: translateY(-100%);
}
.canva-menu-control-wrapper input:checked ~ span:nth-of-type(1) {
	transform: rotate(45deg);
	top: 1px;
	left: 4px;
}
.canva-menu-control-wrapper input:checked ~ span:nth-of-type(2) {
	width: 0%;
	opacity: 0;
}
.canva-menu-control-wrapper input:checked ~ span:nth-of-type(3) {
	transform: rotate(-45deg);
	top: calc(100% - 2px);
	left: 4px;
}
/* Menu canva */
#site-menu-canva {
	position: fixed;
	top: var(--wp-admin--admin-bar--height, 0);
	left: -30vw;
	width: 30vw;
	height: 100%;
	background: var(--secondary);
	transition: all 0.3s ease;
	padding: 40px !important;
	display: flex;
	flex-direction: column;
}
#site-menu-canva.is-stuck {
	padding: 20px 40px !important;
}
#site-menu-canva.is-active {
	z-index: 10002!important;
	left: 0!important;
}
.menu-overlay {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: var(--wp-admin--admin-bar--height, 0);
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.menu-overlay.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 10001;
}
/* Menu canva - Header */
.menu-canva-header {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
}
.menu-canva-close-btn {
	position: absolute;
	left: 40px;
	width: 24px;
	height: 20px;
	background: transparent;
	cursor: pointer;
	display: block;
}
.menu-canva-close-btn span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: black;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}
.menu-canva-close-btn span:nth-of-type(1) {
	transform: rotate(45deg);
	top: 4px;
	left: 0px;
}
.menu-canva-close-btn span:nth-of-type(2) {
	width: 0%;
	opacity: 0;
}
.menu-canva-close-btn span:nth-of-type(3) {
	transform: rotate(-45deg);
	top: 4px;
	left: 0px;
}
.menu-canva-logo-wrapper {
	width: min-content;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 20px;
}
.menu-canva-logo-wrapper a {
	display: flex;
	align-items: center;
	width: max-content;
}
.menu-canva-logo-wrapper a > * {
	height: 40px;
	max-height: 40px;
	width: auto;
	transition: all ease-in-out 300ms;
}
.menu-canva-logo-wrapper a.header-site-favicon > * {
	max-height: 40px;
}
.menu-canva-logo-wrapper a svg {
	fill: var(--primary);
}
.menu-canva-logo-wrapper a > img {
	width: 100%;
}
/* Menu canva - Body */
.menu-canva-body {
	padding: 40px 0;
}
.menu-canva-body ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	list-style-type: none;
	margin: 0;
}
.menu-canva-body ul li {
	text-align: center;
}
.menu-canva-body ul a {
	font-family: 'Satoshi';
	text-align: center;
	text-decoration: none;
	letter-spacing: 3px;
	font-weight: 300;
	font-style: italic;
	font-size: 24px;
	background: none;
	color: var(--primary);
	line-height: 1.5;
}
li.menu-canva-residence-menu-item.back-to-home a:before {
	content: "❮ ";
	font-style: normal;
}
li.menu-canva-residence-menu-item.back-to-home a {
	color: var(--texte);
	border-bottom: 1px solid;
}

/* Menu canva - Footer */
.menu-canva-footer {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.btn-reservation {
	display: block;
	width: fit-content;
	max-width: 100%;
	font-weight: 500;
	text-align: center;
	padding: 10px 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 30px;
	background-color: var(--primary, #8B947B);
	color: var(--secondary, #EFE8DD);
	text-decoration: none;
	cursor: pointer;
}
.third-nav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
ul.hpo-social-links {
	margin: 0;
	display: flex;
	list-style-type: none;
	align-items: center;
	gap: 10px;
}
li.hpo-social-link, li.hpo-social-link a {
	display: flex;
}
li.hpo-social-link svg {
	fill: var(--primary);
	width: 30px;
	height: 30px;
}
.menu-canva-footer .language-switcher .current-language, .menu-canva-footer .language-switcher a:hover {
	color: var(--texte);
}
/* Home / A Spartera */
body.home header.homen-site-header:not(.is-stuck) .canva-menu-control-wrapper span {
	background: var(--blanc);
}
body.home header.homen-site-header:not(.is-stuck) .header-logo-wrapper a > svg {
	fill: var(--blanc);
}
body.home header.homen-site-header:not(.is-stuck) .language-switcher *, body.home header.homen-site-header:not(.is-stuck) .language-switcher a:hover {
	color: var(--blanc);
}
body.home header.homen-site-header:not(.is-stuck) {
	background-color: transparent;
	box-shadow: none;
}
body.home header.homen-site-header:not(.is-stuck) .container-header {
	padding: 40px;
}
body.home header.homen-site-header:not(.is-stuck) .secondary-menu-wrapper .contact-button {
	color: var(--blanc)
}

/* À SUPPRIMER LORS DE L'IMPLEMENTATION DES NOUVELLES PAGES A SPARTERA */
body.a-spartera header.homen-site-header:not(.is-stuck) {
	background-color: transparent;
	box-shadow: none;
}
body.a-spartera header.homen-site-header:not(.is-stuck) .container-header {
	padding: 40px;
}
body.a-spartera header.homen-site-header:not(.is-stuck) .secondary-menu-wrapper .contact-button {
	color: var(--blanc)
}
/**** JUSQU'ICI ****/
/* Snow Angel - Sticky Header */
body.snow-angel header.homen-site-header .top-header {
	background-color: var(--gris-snow-angel);
}
body.snow-angel header.homen-site-header .container-header {
	background-color: var(--blanc);
}
body.snow-angel.sticky-header header.homen-site-header .header-logo-wrapper svg {
	fill: var(--gris-snow-angel);
}
body.snow-angel.sticky-header header.homen-site-header .sub-header-residence-page nav.residence-menu a, 
body.snow-angel.sticky-header header.homen-site-header .secondary-menu-wrapper, 
body.snow-angel.sticky-header header.homen-site-header .language-switcher *, 
body.snow-angel.sticky-header header.homen-site-header .language-switcher a:hover {
	color: var(--gris-snow-angel);
}
body.snow-angel header.homen-site-header .canva-menu-control-wrapper span {
	background-color: var(--gris-snow-angel);
}
/* La ferme du Chozal - Sticky Header */
body.la-ferme-du-chozal header.homen-site-header .top-header {
	background-color: var(--ferme-chozal);
}
body.la-ferme-du-chozal.sticky-header header.homen-site-header .header-logo-wrapper svg {
	fill: var(--ferme-chozal);
}
body.la-ferme-du-chozal.sticky-header header.homen-site-header .sub-header-residence-page nav.residence-menu a, 
body.la-ferme-du-chozal.sticky-header header.homen-site-header .secondary-menu-wrapper, 
body.la-ferme-du-chozal.sticky-header header.homen-site-header .language-switcher *, 
body.la-ferme-du-chozal.sticky-header header.homen-site-header .language-switcher a:hover {
	color: var(--ferme-chozal);
}
body.la-ferme-du-chozal header.homen-site-header .canva-menu-control-wrapper span {
	background-color: var(--ferme-chozal);
}

/* V2 A Spartera - Sticky Header */
body.v2-a-spartera header.homen-site-header .top-header {
	background-color: var(--a-spartera);
}
body.v2-a-spartera.sticky-header header.homen-site-header .header-logo-wrapper svg {
	fill: var(--a-spartera);
}
body.v2-a-spartera.sticky-header header.homen-site-header .sub-header-residence-page nav.residence-menu a, 
body.v2-a-spartera.sticky-header header.homen-site-header .secondary-menu-wrapper, 
body.v2-a-spartera.sticky-header header.homen-site-header .language-switcher *, 
body.v2-a-spartera.sticky-header header.homen-site-header .language-switcher a:hover {
	color: var(--a-spartera);
}
body.la-ferme-du-chozal header.homen-site-header .canva-menu-control-wrapper span {
	background-color: var(--a-spartera);
}
/* Desktop only */
@media screen and (min-width: 1025px) {
	a.menu-canva-site-favicon, a.menu-canva-residence-logo, nav.menu-canva-residence-menu {
		display: none;
	}	
}
/* Tablette */
@media screen and (max-width: 1024px) {
	.sub-header-residence-page {
		display: none;
	}
	body.residence a.menu-canva-site-logo, body.residence nav.menu-canva-primary-menu {
		display: none;
	}
	body.page-id-3226.residence a.menu-canva-site-logo, body.page-id-622.residence a.menu-canva-site-logo, body.page-id-3226.residence nav.menu-canva-primary-menu, body.page-id-622.residence nav.menu-canva-primary-menu {
		display: block!important;
	}
	/* Menu canva */
	.site-menu-canva {
		left: -50vw;
		width: 50vw;
	}
}
/* Mobile */
@media screen and (max-width: 768px) {
	header.homen-site-header .defaut-header {
		min-height: 40px!important;
	}
	header.homen-site-header .top-header, header.homen-site-header.is-stuck .top-header, body.fixed-header header.homen-site-header .top-header {
		padding: 10px 20px 10px 20px !important;
	}
	header.homen-site-header .container-header, header.homen-site-header.is-stuck .container-header {
		padding: 20px !important;
	}
	header.homen-site-header .secondary-menu-wrapper .contact-button {
		display: none!important;
	}
	/* Menu canva */
	.site-menu-canva {
		left: -100vw!important;
		width: 100vw!important;
		padding: 20px!important;
	}
	#site-menu-canva.is-stuck {
		padding: 20px !important;
	}
	.menu-canva-close-btn {
		left: 20px!important;
	}
	.menu-canva-logo-wrapper a > *, .header-logo-wrapper a > *  {
		max-height: 40px!important;
	}
}




/*************************************************
* IMPORT FONTS (DIDOT / SATOSHI / HELVETICA)
************************************************/
/* Didot */
@font-face {
	font-family: 'Didot';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Didot.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Didot.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Didot.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Didot.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Didot.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Didot.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Didot.svg#Didot') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Didot';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Didot-Italic.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Didot-Italic.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Didot-Italic.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Didot-Italic.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Didot-Italic.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Didot-Italic.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Didot-Italic.svg#Didot-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
/* Satoshi */
@font-face {
	font-family: 'Satoshi';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Regular.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Regular.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Regular.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Regular.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Regular.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Regular.svg#Satoshi-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Medium.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Medium.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Medium.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Medium.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Medium.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Medium.svg#Satoshi-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-MediumItalic.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-MediumItalic.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-MediumItalic.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-MediumItalic.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-MediumItalic.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-MediumItalic.svg#Satoshi-MediumItalic') format('svg');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-LightItalic.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-LightItalic.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-LightItalic.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-LightItalic.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-LightItalic.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-LightItalic.svg#Satoshi-LightItalic') format('svg');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Bold.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Bold.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Bold.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Bold.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Bold.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Bold.svg#Satoshi-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-BlackItalic.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-BlackItalic.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-BlackItalic.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-BlackItalic.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-BlackItalic.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-BlackItalic.svg#Satoshi-BlackItalic') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Light.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Light.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Light.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Light.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Light.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Light.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Light.svg#Satoshi-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-BoldItalic.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-BoldItalic.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-BoldItalic.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-BoldItalic.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-BoldItalic.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-BoldItalic.svg#Satoshi-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Italic.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Italic.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Italic.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Italic.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Italic.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Italic.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Italic.svg#Satoshi-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Black.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Black.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Black.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Black.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Black.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Black.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/Satoshi-Black.svg#Satoshi-Black') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
/* Helvetica */
@font-face {
	font-family: 'Helvetica Neue';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-ThinItalic.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-ThinItalic.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-ThinItalic.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-ThinItalic.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-ThinItalic.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-ThinItalic.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-ThinItalic.svg#HelveticaNeue-ThinItalic') format('svg');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-UltraLight.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-UltraLight.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-UltraLight.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-UltraLight.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-UltraLight.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-UltraLight.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-UltraLight.svg#HelveticaNeue-UltraLight') format('svg');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-LightItalic.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-LightItalic.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-LightItalic.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-LightItalic.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-LightItalic.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-LightItalic.svg#HelveticaNeue-LightItalic') format('svg');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Medium.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Medium.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Medium.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Medium.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Medium.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-BoldItalic.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-BoldItalic.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-BoldItalic.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-BoldItalic.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-BoldItalic.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-BoldItalic.svg#HelveticaNeue-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Bold.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Bold.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Bold.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Bold.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Bold.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Thin.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Thin.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Thin.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Thin.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Thin.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Thin.svg#HelveticaNeue-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-UltraLightItalic.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-UltraLightItalic.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-UltraLightItalic.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-UltraLightItalic.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-UltraLightItalic.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-UltraLightItalic.svg#HelveticaNeue-UltraLightItalic') format('svg');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Light.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Light.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Light.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Light.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Light.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Italic.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Italic.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Italic.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Italic.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Italic.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Italic.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Italic.svg#HelveticaNeue-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Heavy.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Heavy.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Heavy.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Heavy.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Heavy.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Heavy.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Heavy.svg#HelveticaNeue-Heavy') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Roman.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Roman.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Roman.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Roman.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Roman.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-HeavyItalic.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-HeavyItalic.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-HeavyItalic.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-HeavyItalic.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-HeavyItalic.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-HeavyItalic.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-HeavyItalic.svg#HelveticaNeue-HeavyItalic') format('svg');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-MediumItalic.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-MediumItalic.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-MediumItalic.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-MediumItalic.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-MediumItalic.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-MediumItalic.svg#HelveticaNeue-MediumItalic') format('svg');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-BlackItalic.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-BlackItalic.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-BlackItalic.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-BlackItalic.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-BlackItalic.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-BlackItalic.svg#HelveticaNeue-BlackItalic') format('svg');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Black.eot');
	src: url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Black.eot?#iefix') format('embedded-opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Black.woff2') format('woff2'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Black.woff') format('woff'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Black.ttf') format('truetype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Black.otf') format('opentype'),
		url('https://homenresidences.com/wp-content/uploads/2024/05/HelveticaNeue-Black.svg#HelveticaNeue-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/*************************************************
* CSS GLOBAL
************************************************/
:root {
	--gp-slideout-width: 30vw !important;
}
body {
	scroll-behavior: smooth;
}
.content-mid-size > * {
	max-width: calc(1270px / 2);
}
.link-cta-light {
	text-decoration: underline;
	text-decoration-color: var(--noir);
	text-underline-offset: 4px;
}
.aspect-ratio-1 {
	aspect-ratio: 1;
}
.width-30 {
	width: 30%;
}
.align-content-center{
	align-content: center;
}
.align-content-normal{
	align-content: normal !important;
}
.img-left {
	object-position: left center!important;
}
.img-top {
	object-position: center top!important;
}
.img-middle-top {
	object-position: center 30%!important;
}
.position-absolute {
	position: absolute;
}
ul.wp-block-social-links {
	margin: 0;
}
a{
	text-decoration: none;
}
p.justify-text-block {
	text-align: justify;
}
h2 {
	margin-bottom: 10px;
}
.h2-alinea {
	margin-right: 12%;
	font-size: 0.75em;
	vertical-align: bottom;
	line-height: 0.75em;
}
.h2-alinea-droite {
	margin-left: 8%;
	font-size: 0.75em;
	vertical-align: bottom;
}
.h2-alinea-droite-2{
	margin-left: -26%;
	font-size: .75em;
	vertical-align: bottom;
}
.grecaptcha-badge {
	display: none;
}
.entry-content {
	overflow: hidden;
}
.pointer {
	cursor: pointer;
}
.site-footer footer > div {
	z-index: 1;
}
.site-footer footer .language-switcher {
	transform: translateY(-5px);
}
.bg-lines:before {
	z-index: -1 !important;
}
/* CSS SIRDATA */
div#sd-cmp > div > div:last-of-type {
	left: 10px;
}
div#baguetteBox-overlay div#baguetteBox-slider {
	padding: 100px 0;
}
@media(max-width: 1023px){
	div#baguetteBox-overlay div#baguetteBox-slider {
		padding: 50px 0;
	}
}
/***********************
* GLOBALS STYLES
**********************/
/* Box1 */
.Box1 {
	align-content: baseline;
}
.Box1__IcTitle span.gb-headline-text {
	width: 100%;
}
.Box1 .gb-block-image {
	display: flex;
	justify-content: center;
}
/* Box2 */
.Box2__Subtitle span.gb-headline-text {
	width: 100%;
}
/***********************
* LANGUAGE SWITCHER
**********************/
.language-switcher {
	display: flex;
	gap: 5px;
}
.language-switcher * {
	color: var(--secondary);
	text-decoration: none;
}
.language-switcher a{
	font-size: 15px;
	font-weight: 300;
}
.language-switcher .current-language, .language-switcher a:hover {
	border-bottom: solid 1px;
	color: var(--secondary);
	height: 1.25em;
}
/***********************
* HEADER
**********************/
/* HEADER BLANC */
body:not(.white-header) .inside-header{
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
}
body:not(.white-header) header .inside-header > div * {
	color: black;
}
body:not(.white-header) header .inside-header nav.main-navigation > button.menu-toggle svg {
	fill: black;
}
/* HEADER */
header nav.main-navigation {
	margin-right: 0 !important;
	justify-content: left;
}
header .inside-header nav, header .inside-header > div{
	width: 30%;
}
header .inside-header {
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
header .inside-header > :not(.gb-button).site-logo {
	display: none;
}
header .inside-header nav.main-navigation > button.menu-toggle {
	display: flex;
	flex: 0;
	padding: 0;
}
header .inside-header nav.main-navigation > button.menu-toggle svg {
	width: 24px;
	height: 24px;
	fill: var(--blanc);
}
header .gb-container.gb-container-71e4bfc4 {
	text-transform: uppercase;
	color: var(--secondary);
}
/* HEADER STICKY */
a.gb-button.site-logo svg {
	transition: all ease-in-out 300ms;
	width: 100%;
	max-width: 200px;
	max-height: 60px;
}
.main-navigation.is_stuck a.gb-button.site-logo svg {
	fill: var(--primary);
}
nav.navigation-stick {
	background: var(--blanc);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 20px 40px;
}
nav.navigation-stick div#primary-menu, nav.navigation-stick .menu-bar-items{
	display: none;
}
nav.navigation-stick .inside-navigation {
	width: 100%;
	max-width: 100%;
}
nav.navigation-stick .inside-navigation * {
	color: black;
	vertical-align: middle;
}
nav.navigation-stick .inside-navigation button, nav.navigation-stick .inside-navigation > div{
	width: 30%;
}
nav.navigation-stick .inside-navigation button {
	display: flex;
}
nav.navigation-stick .inside-navigation button span {
	margin-right: 0;
	justify-content: left;
}
nav.navigation-stick .inside-navigation button svg {
	width: 24px;
	height: 24px;
	fill: black;
}
nav.navigation-stick .inside-navigation button.menu-toggle {
	padding: 0;
}
/***********************
* MENU BURGER
**********************/
nav#generate-slideout-menu .inside-navigation {
	display: block;
	padding: 40px 40px 100px 40px;
	height: 100%;
}
nav#generate-slideout-menu button.slideout-exit.has-svg-icon {
	padding: 0;
	margin-bottom: 40px;
}
nav#generate-slideout-menu button.slideout-exit.has-svg-icon svg {
	width: 24px;
	height: 24px
}
nav#generate-slideout-menu .main-nav {
	margin-bottom: 0;
}
nav#generate-slideout-menu ul.slideout-menu li a {
	background: none;
	color: var(--primary);
	line-height: 1.5;
}
nav#generate-slideout-menu ul.slideout-menu a {
	font-family: 'Satoshi';
	text-align: center;
	letter-spacing: 3px;
	font-weight: 300;
	font-style: italic;
	font-size: 24px;
}
nav#generate-slideout-menu .gb-container-05e2e0d3{
	position: absolute;
	bottom: 100px;
	left: 0;
}
.main-navigation .social-links-slideout{
	display: flex;
}
.main-navigation .social-links-slideout a {
	font-size: 30px;
	padding: 0;
}
.main-navigation .main-nav>ul {
	gap: 20px;
}
/***********************
* FOOTER
**********************/
.lien-footer a {
	text-decoration: none;
}
.titre-footer:after {
	content: "";
	display: block;
	height: 1px;
	width: 40px;
	background-color: #5d4e4e;
	margin-top: 15px;
	margin-bottom: 15px;
}
body footer .site-logo svg {
	fill: var(--blanc) !important;
}
/***********************
* POPUP
**********************/
div.pum-container {
	border: none !important;
	border-radius: 0 !important;
	padding: 40px !important;
	background: var(--primary) !important;
}
div.pum-container p, div.pum-container .wpcf7-response-output {
	color: var(--secondary) !important;
	text-align: center !important;
	border-color: var(--secondary) !important;
}
.wpcf7-response-output{
	padding: 20px !important;
	border-color: #dc3232 !important;
}
span.wpcf7-not-valid-tip{
	text-align: left;
	margin-top: 10px;
}
.popmake-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
/*p.popup-description {
width: 50%;
font-family: 'Satoshi';
text-transform: uppercase;
}*/
p.popup-description {
	width: 90%;
	font-family: 'Satoshi';
	font-size: 20px;
	font-style: italic;
}
p.popup-phone {
	font-family: 'Didot';
	font-style: italic;
	font-size: 55px;
	margin-bottom: 40px;
}
button.pum-close.popmake-close {
	top: 9px !important;
	right: 7px !important;
	background: none !important;
	box-shadow: none !important;
	border: none !important;
	font-size: 40px !important;
}
.popup-social {
	margin-top: 20px;
}
.popup-social ul {
	margin-bottom: 10px;
	justify-content: center;
	align-items: center;
}
.popup-social p {
	margin-bottom: 0px;
}
.popup-email {
	text-align: center;
}
.popup-email, .popup-email a {
	color: var(--secondary);
}
.popup-email.press-contact {
	margin-top: 10px;
	font-style: italic;
}
/* Decalage popup */ 
html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
	padding-right: unset !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){
	padding-right: unset !important;
}
html.pum-open.pum-open-overlay {
	height: 100vh !important;
	overflow: visible !important;
}
div.pum.pum-overlay.pum-theme-1015.pum-theme-lightbox.popmake-overlay.pum-click-to-close.click_open.pum-active::-webkit-scrollbar {
	display: none;
}
/* CONTACT FORM */
.contact-form-7-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	column-gap: 20px;
	row-gap: 30px;
}
.contact-form-7-wrapper * {
	outline: none;
}
.form-left, .form-right {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.form-left, .form-right {
	width: calc(100% / 2 - 20px * 1 / 2);
}
.contact-form-7-wrapper p {
	margin-bottom: 0;
}
.contact-form-7-wrapper .form-field {
	width: 100%;
	border: 1px solid var(--secondary);
	color: var(--secondary);
}
.contact-form-7-wrapper .form-field::placeholder {
	color: var(--secondary);
}
.form-right * {
	height: 100% !important;
}
.contact-form-7-wrapper .form-submit-wrapper {
	width: min-content;
}
.contact-form-7-wrapper .form-submit {
	background-color: var(--secondary);
	color: var(--primary);
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	font-family: 'Satoshi';
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.contact-form-7-wrapper .form-submit-wrapper p {
	display: none;
}
/*.form-submit-wrapper p {
display: flex;
position: relative;
align-items: center;
}*/
.contact-form-7-wrapper span.wpcf7-spinner {
	position: absolute;
	right: -30px;
	margin: 0;
}
/***********************
* HOME
**********************/
.header-home{
	align-content: end;
}
hr.decouvre-homen {
	height: 2px;
	width: 150px;
	margin: auto;
	margin-top: -30px;
}
.listing-residences:before {
	content: "";
	display: block;
	height: 200px;
	background: var(--secondary);
	width: 100vw;
	position: absolute;
	left: 0;
	z-index: -1;
	margin-bottom: 100px;
}
.gb-container-27dff37e:before {
	background-size: contain;
	top: auto;
	right: auto;
	margin-bottom: 200px;
	margin-left: -60px;
	height: 750px;
	width: 100%;
}
/* Video */
.background-video {
	position: absolute;
	left: 0;
	top: 0;
}
video[poster] {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/* Section - Préserver les sites, penser avec étique, ... */
.gb-container.gb-container-d978d24a.Content .Box1 {
	align-content: space-between;
}
/***********************
* PAGES DE RÉSIDENCES
**********************/
/* Slider top */
.residence-slider-header-container {
	position: absolute !important;
	top: 0;
	left: 0;
	height: 100%;
}
.residence-slider-header-container .gs-swiper-init, .residence-slider-header-container .swiper {
	height: 100%;
}
.residence-slider-header-container figure.gb-block-image:after {
	content: "";
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
/* Image avec texte dessus */
.float-bloc-img-container figure {
	width: 100%;
}
/* Galerie d'images */
.residence-main-gallery-container {
	height: calc(332px * 3 + 15px);
}
.residence-main-gallery {
	align-content: flex-start;
	justify-content: center;
	gap: 10px !important;
}
.residence-gallery img {
	aspect-ratio: 16 / 9 !important;
}
.residence-main-gallery.limit-6 figure.wp-block-image:nth-of-type(n+7) {
	display: none;
}
.residence-main-gallery.limit-3 figure.wp-block-image:nth-of-type(n+4) {
	display: none;
}
/***********************
* A SPARTERA
**********************/
@media (max-width: 768px) {
	.tmp-a-spartera-room-s-name {
		font-weight: 400 !important;
	}
}
.listing-residences-2:before {
	content: "";
	display: block;
	height: calc(100% - 350px);
	background: var(--secondary);
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.wp-block-gallery > .wp-block-image{
	flex-grow: 0 !important;
}
.wp-block-gallery > .wp-block-image:nth-of-type(odd){
	width: calc(35% - 10px * 1 / 2) !important;
}
.wp-block-gallery > .wp-block-image:nth-of-type(even) {
	width: calc(65% - 10px * 1 / 2) !important;
}
.wp-block-gallery > .wp-block-image {
	height: 100% !important;
	max-height: 332px !important;
}
.wp-block-gallery.wp-block-gallery-1{
	gap: 20px;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: relative !important;
	width: 100% !important;
	left: 0 !important;
	margin-top: 20px !important;
}
.swiper-button-disabled {
	display: none;
}
.bg-fixed {
	background-attachment: fixed !important;
}
.title-img-headline{ 
	font-size : 2em!important;
}
.gb-container-ab1d08f3 {
	background-size: 95%!important;
}
body.a-spartera article.page > div > div > section.gb-container.gb-container-efd9d67c.bg-fixed.HeroContainer > div > div.gb-container.gb-container-1f5753e1.a-spartera-lieux-title-section > h2 > em > span {
	margin-right: 0;
}
/***********************
* (V2) A SPARTERA
**********************/
.v2-a-spartera .wp-block-gallery > .wp-block-image {
	width: 100% !important;
}
a.discover-book {
	position: absolute;
	top: calc(100% - 50px);
	left: 50%;
	transform: translateX(-50%);
}
/* BOUTON TÉLÉCHARGER BOOK DANS LE MENU */
.download-book-button {
	display: block;
	width: fit-content;
	max-width: 100%;
	font-weight: 500;
	text-align: center;
	padding: 10px 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 30px;
	background-color: var(--primary, #8B947B);
	color: var(--secondary, #EFE8DD);
	text-decoration: none;
	cursor: pointer;
}
.download-book-button:hover {
	background-color: var(--secondary, #EFE8DD);
	color: var(--primary, #8B947B);
}
@media screen and (max-width: 1024px) {
	.secondary-menu-wrapper .download-book-button {
		display: none;
	}
}
/***********************
* SNOW ANGEL
**********************/
/* PAGE - SNOW ANGEL */
.snow-angel .wp-block-gallery > .wp-block-image {
	width: 100% !important;
}
/***********************
* LA FERME DU CHOZAL
**********************/
/* PAGE - LA FERME DU CHOZAL */
.la-ferme-du-chozal .wp-block-gallery > .wp-block-image {
	width: 100% !important;
}
/* PAGE - EXPÉRIENCES */
.experiences-tabs button.t-btn {
	line-height: 1;
	padding-left: calc(55px);
}
.experiences-tabs button.t-btn:before {
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background: var(--ferme-chozal);
	position: absolute;
	left: 2px
}
/***********************
* RÉSIDENCE | TOUTES
**********************/
/* FOOTER */
body.residence .site-footer footer {
	background-color: var(--secondary);
}
body.residence .site-footer footer:before {
	background-image: url(https://homenresidences.com/wp-content/uploads/2025/02/full-lines-bg-homen-primary-color.svg);
	opacity: 0.5 !important;
}
body.residence .site-footer footer .gb-button.site-logo .gb-icon svg {
	fill: var(--primary) !important;
}
body.residence .site-footer footer .gb-headline-text, 
body.residence .site-footer footer .gb-headline-text a, 
body.residence .site-footer footer .language-switcher * {
	color: var(--texte) !important;
}
body.residence .site-footer footer ul.wp-block-social-links li {
	background-color: var(--primary) !important;
}
/*******************************************************************************************************************************************************
* RESPONSIVE
*******************************************************************************************************************************************************/
/* TABLETTE */
@media (max-width: 1024px) {
	body .bg-lines {
		background-color: transparent !important;
		background: none;
	}
	body .bg-no-lines:before {
		content: "";
		display: block;
		z-index: -1;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: var(--blanc);
		background-size: cover;
	}
	body .bg-lines:before {
		content: "";
		display: block;
		z-index: -1;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		background-size: cover !important;
		-o-background-size: cover !important;
	}
	body.a-spartera .bg-lines:before {
		background: url(https://homenresidences.com/wp-content/uploads/2024/06/full-lines-bg-homen.svg) no-repeat center center;
	}
	body.v2-a-spartera .bg-lines:before {
		background: url(https://homenresidences.com/wp-content/uploads/2025/07/full-lines-bg-homen-secondary-beige.svg) no-repeat center center;
	}
	body.snow-angel .bg-lines:before {
		background: url(https://homenresidences.com/wp-content/uploads/2025/01/full-lines-bg-homen-snow-angel.svg) no-repeat center center;
		opacity: 0.3;
	}
}
/* MOBILE */
@media (max-width: 768px){
	/* GLOBAL */
	:root {
		--gp-slideout-width: 100vw !important;
	}
	.Box1 figure {
		order: 1;
	}
	/* HEADER */
	a.gb-button.site-logo svg {
		transition: all ease-in-out 300ms;
		width: auto;
		height: 35px;
	}
	header .inside-header nav, header .inside-header > div, nav.navigation-stick .inside-navigation button, nav.navigation-stick .inside-navigation > div {
		width: 20%;
	}
	header .inside-header nav.main-navigation > button.menu-toggle svg, nav.navigation-stick .inside-navigation button svg, nav#generate-slideout-menu button.slideout-exit.has-svg-icon svg {
		width: 24px;
		height: 24px;
	}
	.inside-header, nav.navigation-stick {
		padding: 20px;
	}
	nav#generate-slideout-menu .inside-navigation {
		padding: 20px;
	}
	nav#generate-slideout-menu .gb-container-05e2e0d3 {
		bottom: 140px;
	}
	/* FOOTER */
	.titre-footer:after {
		margin: 15px auto;
	}
	/* POPUP */
	div.pum-container {
		width: 90vw !important;
		position: relative !important;
		left: 0 !important;
		margin: auto !important;
		padding: 20px !important;
	}
	p.popup-description {
		width: 80%;
	}
	p.popup-phone{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.contact-form-7-wrapper{
		gap: 20px;
	}
	.contact-form-7-wrapper .form-left, .contact-form-7-wrapper .form-right {
		width: 100%;
	}
	/* PAGES DE RÉSIDENCES */
	.wp-block-gallery > .wp-block-image{
		max-height: 200px !important;
	}
	/* A SPARTERA */
	.a-spartera-lieux-container-parent .Box1__Image2 {
		aspect-ratio: 8/7;
		object-position: center;
	}
	.a-spartera-lieux-container-parent .swiper-slide:nth-of-type(odd) .a-spartera-lieux-heure {
		bottom: 10px;
		top: unset;
	}
	.a-spartera-lieux-container-parent .Box1 figure {
		margin-bottom: 0;
	}
	.title-img-headline{ 
		font-size : 25px!important;
	}
	.header-home .wp-block-greenshift-blocks-swiper div[role="button"] {
		z-index: 0;
	}
}

/* Carousel résidences */
.test-1-logo svg {
	padding: 10px;
}
.test-1-logo-top-container .gb-icon svg {
	width: 80px !important;
	height: 80px !important;
}
.test-1-logo-top-container .ferme-chozal .gb-icon svg {
	width: 110px !important;
	height: 110px !important;
}
.test-1-logo-top-container .heaven .gb-icon svg, .test-1-logo-top-container .snow-angel .gb-icon svg {
	width: 95px !important;
	height: 95px !important;
}
.test-1-logo-top-container {
	position: absolute;
	right: 20px;
	top: -60px;
	background: var(--secondary);
	border-radius: 1000px;
	height: 100px;
	width: 100px;
}
.test-1-logo-container {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.test-1-loc {
	position: absolute;
	top: 10px;
	left: 10px;
	background: var(--secondary);
	padding: 5px 10px;
	z-index: 1;
}
.test-1-loc-text {
	font-family: 'Satoshi';
	font-weight: bold;
	line-height: 1;
}
.test-1-loc-open {
	font-style: italic;
	font-family: 'Didot';
	font-size: 12px;
}