/*
Theme Name: Stay Some Days
Theme URI: https://www.thenewstays.com
Author: Web Sigle
Author URI: https://www.web-sigle.fr
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: staysomedays
Tags: 
*/

html,
body {
	font-family: 'Poppins', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-size: 14px;
	color: #000;
	background: #FAF8F5;
}

.listing {
	padding-top: 15px;
	padding-bottom: 15px;
}

body.term-new-hotel-inspirations .listing {
	padding-top: 30px;
}


.bg_white {
	background: #fff;
}

b,
strong {
	font-weight: 500
}

.scroll-arrow {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	font-size: 0px;
	color: white;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	animation: bounce 1.5s infinite;
	background: url(./img/slider-down.png) no-repeat center center;
	background-size: 48px;
	display: block;
	width: 48px;
	height: 48px;
}

@keyframes bounce {

	0%,
	100% {
		transform: translate(-50%, 0);
	}

	50% {
		transform: translate(-50%, 10px);
	}
}

a {

	color: #000;
	text-decoration: none;

}

a:visited,
a:active {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: none;
}

img.alignleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

img.alignright {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

.mt40 {
	margin-top: 40px;
}

.mb40mob {
	margin-bottom: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt10 {
	margin-top: 10px;
}

.mt50 {
	margin-top: 50px;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt90 {
	margin-top: 90px;
}

.mt130 {
	margin-top: 130px;
}

.mgr20 {
	margin-right: 20px;
}

.pt20 {
	padding-top: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.d-none {
	display: none;
}

.formobile {
	display: none;
}

.text-white {
	color: #fff;
}

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

.mb-0 {
	margin-bottom: 0 !important;
}

.texte-limite {
	max-height: 6.5em;
	/* environ 4 lignes */
	overflow: hidden;
	position: relative;
	transition: max-height 0.5s ease;
}

.texte-complet {
	max-height: none;
}

.row-sub-geozone {
	min-height: 30px;
}

.lire-plus-btn {
	border: none;
	box-shadow: none;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin: 0px auto 15px auto;
	min-width: 120px;
	padding: 2px;
	text-align: center;
	overflow-wrap: break-word;
	border-radius: 50px;
	background: #000;
	color: #fff;
	text-decoration: none;
}


/* HEADER */
.container_header {
	width: 100%;
	padding-right: 45px;
	padding-left: 45px;
}

.container {
	width: 75%;
}

header {
	display: block;
	width: 100%;
	min-height: 70px;
	background: #fff;
}


.home .header {
	background: transparent;

}



header .top {
	height: 70px;
	background: #fff;
	margin: 0 auto;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.home header .top {
	height: 65px;
	z-index: 10;
	margin: 0 auto;
	width: 100%;
	position: relative;
	background: #fff;
}

#bgtop {
	height: 800px;
	overflow: hidden
}

.logo {
	padding: 0;
	display: block;
	width: 100%;
	z-index: 100;
	text-align: center;
}

.home .logo {
	display: none;
}

.logo a {
	display: inline-block;
}

.logo img {
	height: 48px;
	width: auto;
}

.menu-toggle {
	display: none
}

.menu-toggle .icon-bar {
	background: #aaa;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#popout {
	height: 28px;
	width: 100%
}

.container_slide {
	overflow: hidden;
	height: 800px;
}

.main-navigation {
	display: inline-block;
	padding: 3px 30px 5px 30px;
	width: 100%;
	height: 28px;
	text-align: center;
	color: #7F7F7F !important;
	margin-top: 5px;
}

.home .main-navigation {
	margin-top: 18px;
}

.main-navigation .menu-top-container ul,
.main-navigation .menu-top-en-container ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation .menu-top-container ul li,
.main-navigation .menu-top-en-container ul li {
	line-height: 16px;
	display: inline-block;
}

.main-navigation .menu-top-container ul li a,
.main-navigation .menu-top-en-container ul li a {
	color: #000;
	font-size: 18px;
	font-family: 'Poppins';
	text-transform: uppercase;
	padding: 0px 15px 0 15px;
	font-weight: 500;
}

.home .main-navigation .menu-top-container ul li a,
.home .main-navigation .menu-top-en-container ul li a {
	color: #000;

}

.main-navigation .menu-top-container ul li a:hover,
.main-navigation .menu-top-en-container ul li a:hover {
	text-decoration: none;
	color: #000;
}

.home .main-navigation .menu-top-container ul li a:hover,
.home .main-navigation .menu-top-en-container ul li a:hover {
	color: #000;

}

.home .menu-top-container li .sub-menu li a span:hover,
.home .menu-top-en-container li .sub-menu li a span:hover {
	color: #000;
}

.main-title {
	font-family: 'Times New Roman', Times, serif;
	font-size: 30px;
	display: inline-block;
	width: 100%;
	color: #000;
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
}

.home .main-title {
	margin: 25px 0 20px 0;
}

.main-title.mb0 {
	margin-bottom: 0
}

.main-desc {
	color: #000;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.home .main-desc {
	margin-bottom: 40px;
}

.main-text {
	text-align: justify;
	color: #000;
}

h1 {
	font-size: 16px;
	font-weight: 500;
}

h2 {
	font-size: 16px;
	font-weight: 500;
}

h3 {
	font-size: 16px;
	font-weight: 500;
}

main {
	margin-bottom: 30px;
}

.breadcrum_wraper {
	display: none;
}

.wishlist-icon a {
	color: transparent !important;
	background: url('img/icon-coeur.svg') no-repeat center 14px;
	background-size: 16px 11px;
	margin-right: 4px;
}

.search-icon a {
	color: transparent !important;
	background: url('img/icon-search.svg') no-repeat center 14px;
	background-size: 24px 14px;
	margin-right: 6px;
	margin-left: 2px;
}

main.container article .main-text {
	min-height: 100px;
}

.main-text form {
	text-align: center;
}

.main-text .uppercase {
	text-transform: uppercase;
}

.main-text .big-p {
	font-weight: 700;
}

.main-text form label {

	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 27px;
}

.main-text form input {
	padding: 5px 10px;
	border: none;
	border: 1px solid #000;
	font-size: 12px;
	border-radius: 25px;
}

.main-text form input:focus {
	outline: none;
}

.main-text form .wpcf7-submit {
	padding: 10px 40px;
	background: #575756;
	color: #fff;
	font-size: 20px;
	font-family: 'Poppins';
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 0 !important;
	margin: 0 !important;

}

.main-text form input:focus {
	background: #eee;
}

.main-text form .wpcf7-submit:focus {
	background: #575756;
}

.blogh h1 {
	font-size: 20px;
}

.h1-mag {
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 2px;
}

.h2-mag {
	font-size: 20px;
	font-weight: 500;
	text-decoration: underline;
}

.p-mag {
	font-size: 16px;
	text-align: center;
}

.t-mag-top {
	font-size: 20px;
	text-align: center;
}

.t-mag {
	font-size: 18px;
	text-align: center;
}

.t-mag figcaption {
	font-size: 18px;
	text-align: center;
}

.btn_book {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	color: #936037;
}

.btn_book:focus,
.btn_book:active {
	color: #936037;
}

.menu-top-container li.menu-item-has-children,
.menu-top-en-container li.menu-item-has-children {
	position: relative
}

.menu-top-container li.menu-item-has-children:after,
.menu-top-en-container li.menu-item-has-children:after {
	display: block;
	content: " / ";
	position: absolute;
	right: 0px;
	top: 5px;
	color: #000;
}

.home .menu-top-container li.menu-item-has-children:after,
.home .menu-top-en-container li.menu-item-has-children:after {
	color: #FFF;
}

.menu-top-container li .sub-menu,
.menu-top-en-container li .sub-menu {
	position: absolute;
	padding-left: 0;
	top: 0px;
	right: -45px;
}

.home .menu-top-container li .sub-menu li a span,
.home .menu-top-en-container li .sub-menu li a span {
	color: #fff;
}

.menu-top-container li .sub-menu li a span,
.menu-top-en-container li .sub-menu li a span {
	color: #000;
}

.menu-top-en-container {
	padding-left: 70px;
}

.wp-block-image img {
	height: auto;
}

.wp-block-image {
	max-width: 100%;
	margin-bottom: 1em;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
	display: table;
	margin-left: 0;
	margin-right: 0;
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image img {
	max-width: 100%;
}

.wp-block-columns {
	display: flex;
	margin-bottom: 28px;
	flex-wrap: wrap;
}

.wp-block-spacer {
	clear: both;
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word;
}

.wp-block-columns {
	flex-wrap: nowrap;
}

.wp-block-column:not(:first-child) {
	margin-left: 32px;
}

.has-text-align-right {
	text-align: right;
}

.has-medium-font-size {
	font-size: 20px;
}

.has-text-align-center {
	text-align: center;
}

#bgtopnew {
	display: inline-block;
	width: 100%;
	height: auto;
}

.container_slide_static {
	position: relative;
	width: 100%;
	height: 800px;
	background: transparent url('img/slider-the-new-stays-1900x800.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	display: table;
}

.container_slide_static_txt {
	display: table-cell;
	pointer-events: auto;
	z-index: 5;
	visibility: visible;
	width: 100%;
	vertical-align: middle;
}

.logo-home {
	display: table-caption;
	top: 5%;
	position: absolute;
	z-index: 5;
	margin: 0px;
	padding: 0px 0 10px 0;
	width: 100%;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transform-origin: 50% 50% 0px;
	text-align: center;
	;
}

.logo-home img {
	width: 300px;
	height: auto;
	z-index: 100;
}

.container_slide_static_txt_layer1 {
	display: table-caption;
	top: 28%;
	position: absolute;
	z-index: 5;
	font-family: Poppins;
	visibility: visible;
	line-height: 1;
	font-weight: 500;
	font-size: 35px;
	border-color: rgb(87, 87, 86);
	margin: 0px;
	border-radius: 0px;
	padding: 0px 0 50px 0;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transform-origin: 50% 50% 0px;
	text-align: center;
	;
}

.container_slide_static_txt_layer2 {
	display: table-caption;
	top: 40%;
	position: absolute;
	z-index: 6;
	font-family: 'Times New Roman', Times, serif;
	/*font-style: italic;*/
	visibility: visible;
	text-align: left;
	line-height: 26px;
	letter-spacing: 0px;
	font-weight: 500;
	font-size: 25px;
	border-color: rgb(87, 87, 86);
	margin: 0px;
	border-radius: 0px;
	padding: 0px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 28px;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transform-origin: 50% 50% 0px;
}

.container_slide_static_txt_layer3 {
	position: absolute;
	top: 50%;
	z-index: 5;
	font-family: Poppins;
	visibility: visible;
	text-align: left;
	line-height: 18px;
	letter-spacing: 0px;
	font-weight: 500;
	font-size: 16px;
	border-color: rgb(87, 87, 86);
	margin: 0px;
	border-radius: 0px;
	padding: 0px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	width: 460px;
	height: auto;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transform-origin: 50% 50% 0px;
}

.row.intro h2 {
	margin-top: 40px;
	text-transform: uppercase;
	font-family: 'Poppins';
}

.row.intro p {
	margin-bottom: 0px;
}

/* FOOTER */

footer {
	color: #000;
	letter-spacing: 1px;
	font-family: 'Poppins';
}

.logo-footer img {
	max-width: 30%;
	margin: 20px auto;
}

.txt-footer {
	font-family: 'Times New Roman', Times, serif;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 500;
	font-size: 18px;
	color: #000;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 28px;
	margin-bottom: 20px;
}

.main--footer h2 {
	margin-bottom: 2px !important;
}

footer .footer_top {
	padding: 15px 0;
	background: #F3F1ED;
	text-align: center;
}

footer .menu {
	list-style: none;
	display: inline-block;
	padding-left: 0;
}

footer .menu li.footer_heading {
	margin-top: 21px;
	padding-top: 0 !important;
	padding-bottom: 0;
}

footer .menu li.footer_heading a {
	cursor: default;
	text-transform: uppercase;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
}

footer .menu li.footer_heading a:hover {
	color: #000;
}

footer .menu li {
	display: block;
	line-height: 16px;

}

footer .social__link li {
	width: 60px;
}

#menu-footer li {
	border-right: none;
}

footer .menu li a {
	color: #000;
	font-family: 'Poppins';
	font-size: 14px;
}

footer .menu li a:hover,
footer .menu li a:focus,
footer .menu li a:active {
	text-decoration: none;
	color: #000;
}

.social-icons-list-item.social-facebook a {

	background: url(./img/fb.jpg) no-repeat center center;
	background-size: 14px;
	font-size: 0px;
	height: 14px;
	top: -3px;
	position: relative;
	display: inline-block;
	width: 32px;
}

.social-icons-list-item.social-instagram a {
	background: url(./img/instagram.jpg) no-repeat center center;
	background-size: 14px;
	font-size: 0px;
	height: 14px;
	top: -3px;
	position: relative;
	display: inline-block;
	width: 32px;
}

footer p {
	font-size: 14px;
	font-family: 'Poppins';
}

.social__link .menu-footer-container {
	margin-top: 5px;
}

#menu-subfooter a,
#menu-subfooter-en a {
	font-size: 18px;
	font-family: 'Poppins';
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 500;
}

#menu-subfooter a:hover,
#menu-subfooter-en a:hover,
#menu-subfooter a:focus,
#menu-subfooter-en a:focus,
#menu-subfooter a:active,
#menu-subfooter-en a:active {
	color: #000;
}

.main--footer h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	margin-top: 23px;
}

.main--footer p.email {
	text-align: left;
}

.main--footer p.email a {
	text-transform: none;
	font-size: 16px;
	font-family: 'Poppins';
}

#menu-subfooter li,
#menu-subfooter-en li {
	padding-top: 21px;
}

#footer-menu2 ul li {
	padding-top: 16px;
}

#footer-menu2 ul li:nth-child(1) {
	padding-top: 8px;
}

footer .footer__newsinfo {
	padding-right: 60px;
}

.social__link {
	margin-top: 0px;
}

#footer-menu2 {
	margin-top: 13px;
}

.social__link .menu-footer-container ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.social__link .menu-footer-container ul li a {
	width: 40px;
	height: 40px;
	border: 0px solid #fff;
	display: block;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
}

.social__link .menu-footer-container ul li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-48%, -50%);
	font-size: 24px;
}

.social__link .menu-footer-container ul li a i:active,
.social__link .menu-footer-container ul li a i:hover,
.social__link .menu-footer-container ul li a i:focus {
	color: #fff;
}

.social__link .menu-footer-container ul li a :active,
.social__link .menu-footer-container ul li a :hover,
.social__link .menu-footer-container ul li a :focus {
	color: #fff;
}

.footer_news_letter .es-form-field-container,
.footer_newsletter,
.footer_news_letter .sib_signup_box_inside_2,
.footer_news_letter .sib_signup_box_inside_3,
.footer_news_letter .wpcf7-form {
	position: relative;
}

.footer_news_letter input.es-email,
.footer_newsletter input.wpcf7-email,
.footer_news_letter .sib-email-area input.sib-email-area {
	width: 100%;
	padding: 8px 30px 8px 10px;
	color: #333;
}

.footer_news_letter .es-form-field-container .gjs-row .gjs-cell input[name="submit"],
.footer_newsletter input.wpcf7-submit,
.footer_news_letter .sib_signup_box_inside_2 input.sib-default-btn,
.footer_news_letter .sib_signup_box_inside_3 input.sib-default-btn,
.footer_news_letter .wpcf7-form input.wpcf7-submit {
	position: absolute;
	top: 15px;
	right: 5px;
	background: url('/wp-content/uploads/2022/12/ico-right-arrow1.png') no-repeat;
	border: none;
	width: 21px;
	height: 14px;
	text-indent: -1000px;
}

.footer_news_letter .sib_signup_box_inside_2 .sib_msg_disp,
.footer_news_letter .sib_signup_box_inside_3 .sib_msg_disp {
	position: absolute;
	bottom: 0;
	margin-bottom: -70px;
}

.news__letterblock {
	padding-left: 90px;
}

#bgtop .slider_desc {
	margin-top: 15px;
}

p.slider_desc {
	margin-bottom: 0;
	margin-top: 30px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.hbar {
	border-bottom: 2px solid #000;
	padding: 40px 0;
	margin: 0 0 40px 0;
}

.newHbar {
	border-top: 2px solid #000;
	font-family: 'Poppins';
	font-size: 20px;
	line-height: 1em;
	color: #000;
	padding: 40px 0;
	margin: 0px 0 8px 0;
	text-align: center;
	font-weight: 500;
	margin-bottom: 0;
}

.newHbar.maptitle {
	padding-bottom: 30px;
	text-transform: uppercase;
}

.news__letterblock p {
	font-family: 'Poppins';
	margin-bottom: 8px;
}

.wp-block-button__link {
	border: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 12px 24px;
	text-align: center;
	overflow-wrap: break-word;
	border-radius: 50px !important;
}

.cli-style-v2 {
	font-size: 16px;
	text-transform: initial;
	font-family: 'Poppins';
}

#cookie-law-info-again {
	box-shadow: none;
}

.cky-consent-container .cky-consent-bar {
	padding: 5px !important;
}

.cky-title {
	display: none;
}

/* LISTING */

.bandeau {
	position: relative;
	left: 0;
	right: 0;
	width: 100vw;
	background-color: #000;
	color: white;
	padding: 20px 0;
	overflow: hidden;
	z-index: 9;
	display: flex;
	align-items: center;
}

.marquee {
	display: flex;
	animation: defilement 80s linear infinite;
}


.marquee span {
	font-family: 'Poppins';
	padding: 0 2rem;
	font-size: 20px;
	text-transform: uppercase;
	min-width: 480px;
}

@keyframes defilement {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-50%);
	}
}

.listing figure {
	position: relative
}

.listing figure img {
	width: 100%;
	height: auto;
}

.listing figure figcaption {
	font-family: 'Poppins';
	position: absolute;
	line-height: inherit;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 22px;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0.2);
	background-color: hsla(0, 0%, 0%, 0.2);
	background-color: #00000033;
	border-radius: 100px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 80%;
}

.div-top figure figcaption {
	min-width: auto;
}

.listing figure:hover figcaption,
.listing figure:focus figcaption {
	background: #000;
	border-color: #000;
}

.gmwd_category_check {
	margin-left: 0 !important;
}

.gmwd_categories_container.wd-clear h4 {
	display: none;
}

.gmwd_cat_dropdown>ul>li {
	border: none !important;
}

.gmwd_cat_dropdown>ul {
	padding-left: 0 !important;
}

.gmwd_category_check input {
	height: 25px;
	width: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 4px;
	outline: none;
	transition-duration: 0.3s;
	background-color: #936037;
	cursor: pointer;
}

.gmwd_category_check input:checked {
	background-color: #936037;
}

.gmwd_category_check input:checked::before {
	content: '\2713';
	display: block;
	text-align: center;
	color: white;
	position: absolute;
	bottom: 0.4rem;
}


.div-top figcaption.figU {
	background-color: transparent;
	color: white;
}

.div-top:hover {
	background-color: #936037;
}

.div-top:hover figcaption.figU {
	color: white;
}

.main-text-home {
	padding-top: 20px;
}

.single-post .main-text-home {
	padding-top: 40px;
}

.btn-section {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.btn-section a {
	display: inline-block;
	padding: 5px 10px;
	border: solid 2px #936037;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Poppins';
	line-height: 24px;
	color: #936037;
	font-weight: 500;
}

.btn-section a:hover,
.btn-list a:hover,
.btn-home a:hover {
	background: #000 !important;
	color: #fff;
	border-radius: 25px;
}

.btn-list:hover~.btn-list-brown a {
	color: #000;
	background: #fff;
	border-radius: 25px;
}

.btn-list-brown:hover~.btn-list a {
	background: #000;
	color: #fff;
	border-radius: 25px;
}

.btn-list:hover a {
	color: #fff !important;
	background-color: #000 !important;
	border-radius: 25px;
}

.btn-list-brown.mob a,
.btn-list-brown a {
	padding: 10px 22px !important;
}

.btn-list a:hover {
	color: #fff !important;
	background-color: #000 !important;
}

.btn-list-brown a:hover {
	background: #F3F1ED;
	color: #000;
}

.sectionpost-button {
	display: inline-flex;
	margin-top: 20px;
}

.btn-list {
	margin-right: 25%;

}

.btn-home {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	padding: 1px 0 0;
}


.btn-list a,
.btn-home a {
	display: inline-block;
	padding: 10px 22px;
	border: solid 2px #000;
	border-radius: 25px;
	font-family: 'Poppins';
	color: #fff;
	font-size: 16px;
	min-width: 150px;
	text-align: center;
	font-weight: 500;
	background: #000;
}

.btn-list-brown a {
	display: inline-block;
	background: #F3F1ED;
	font-size: 16px;
	min-width: 150px;
	border: solid 2px #F3F1ED;
	border-radius: 25px;
	font-family: 'Poppins';
	color: #000;
	text-align: center;
	font-weight: 500;
}

.btn-read-blog,
.btn-read-blog:visited {
	display: inline-block;
	background: #000;
	font-size: 16px;
	min-width: 180px;
	border: solid 2px #000;
	border-radius: 25px;
	font-family: 'Poppins';
	color: white;
	text-align: center;
	font-weight: 500;
	padding: 10px 22px;
	width: 150px !important;
	margin-top: 35px;
}

.btn-read-blog:hover,
.btn-read-blog:focus,
.btn-read-blog:active {
	background: #fff;
	color: #000;
}

.col.col-xs-12.col-sm-5.col-md-3.col-lg-4.ps0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.listing_filter_l1 {
	margin-bottom: 40px !important;
}

.term-desert .pt-tabs_blog,
.term-suite-avec-piscine-privee .pt-tabs_blog {
	display: none;
}

.hotel-geozone {
	display: block;
	text-align: center;
}

.hotel-geozone,
.hotel-geozone a {
	color: #000;
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	vertical-align: middle;
}

.hotel-geozone a:hover {
	color: #777;
}

.hotel_img.row {
	display: table;
}

.hotel_img.row .col {
	vertical-align: middle;
	display: table-cell;
	float: none;
}

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

a.rs-save-for-later-button,
span.rs-save-for-later-button {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.8em;
	color: #575756;
	font-weight: 500;
	cursor: pointer;
}

a.rs-save-for-later-button:before,
span.rs-save-for-later-button:before {
	content: 'Wishlist';
	display: block;
}

a.rs-save-for-later-button span,
span.rs-save-for-later-button span {
	display: none;
}

.sectionpost-whishlist span.rs-save-for-later-button {
	text-align: left;
	margin-top: 40px;
}

.sectionpost-whishlist span.rs-save-for-later-button:before {
	display: none;
}


a.rs-save-for-later-button i,
span.rs-save-for-later-button i,
.contact-icon {
	font-size: 35px;
}

.pt-tabs_blog {
	display: block;
	text-align: center;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.pt-tabs_blog ul {
	border-bottom: none;
	padding-left: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 0;
	width: 100%;
}

.pt-tabs_blog ul li.nav-item {
	display: inline-block;
	text-align: center;
	float: none;
	width: auto;
	min-width: 150px;
	margin: 0;
}

.archive.tax-geozone .pt-tabs_blog ul li.nav-item {
	display: inline-block;
	text-align: center;
	float: none;
	width: auto;
	min-width: 200px;
	margin: 0;
}

.archive.tax-geozone .pt-tabs_blog ul li.nav-item:nth-child(1) {
	margin: 0;
}

.pt-tabs_blog ul li.nav-item:nth-child(4) {
	width: auto;
	margin: 0;
}

.pt-tabs_blog ul li.nav-item a {
	padding: 8.5px 20px;
	border-radius: 25px;
	border: 0;
	text-transform: uppercase;
	font-family: 'Poppins';
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	background: #fff;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	height: auto;
	width: 100%;
	display: block;
}

.pt-tabs_blog ul li.nav-item a.active {
	background: #000;
	color: #fff;
}

.blog-listing {
	margin: 0 0 40px 0;
}

.blog-listing a {
	width: 100%
}

.blog-listing section,
.blog-home-listing section {
	margin-bottom: 40px;
}

.blog-listing section {
	background: #fff;
}

.blog-listing section .sectionpost-date,
.blog-home-listing section .sectionpost-date {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 30px;
	color: #000;
	margin-top: -8px;
}

.blog-listing section .sectionpost-title,
.blog-home-listing section .sectionpost-title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: right;
	text-transform: uppercase;
	line-height: 14px;
}

.blog-listing section .sectionpost-excerpt strong,
.blog-home-listing section .sectionpost-excerpt strong {
	font-size: 16px;
	font-weight: 500;
}

.blog-listing section .sectionpost-excerpt,
.blog-home-listing section .sectionpost-excerpt {
	text-align: justify;
	margin-top: 40px;
	line-height: 1.3;
	font-size: 14px;
	color: #000;
}

.sectionpost-excerpt .has-text-align-center {
	text-align: inherit;
}

section.blog-listing .sectionpost-date {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 20px;
}

section.blog-listing img {
	width: 100%;
	height: auto;
}

.blog-listing .row-content-hotel {
	padding: 0 0 0 30px;
}

.blog-listing img,
.blog-home-listing img {
	width: 100%;
	height: auto;
}

.hotel_img h2 {
	margin: 0;
	font-weight: 500;
	font-size: 25px;
	line-height: 1.42857143;
}

#slide-1-layer-3 {
	text-align: center !important
}

#togglessd {
	display: none;
	z-index: 10;
}

#smoothup {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	position: fixed;
	bottom: 50px;
	right: 20px;
	text-indent: -9999px;
	border: 1px solid #fff;
	display: none;
	background: #000 url("img/totop2.png") no-repeat 50% 50%;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

#smoothup:hover {
	-webkit-transform: rotate(360deg);
}

a#inifiniteLoader {
	position: fixed;
	z-index: 2;
	bottom: 100px;
	right: 52%;
	display: none;
}

.map-listing {
	display: none;
	margin-top: 60px;
}

.blog-home-listing {
	display: none;
	margin-top: 20px;
}

.blog-home-listing.formobile {
	margin-top: 0px;
}

#map {
	display: block;
	width: 100%;
}

.listing_filter_l0 span {
	line-height: 2.5;
}

.mb40pc {
	margin-bottom: 40px;
}

.sectionpost-whishlist span.rs-save-for-later-button {
	margin-top: 80px;
}


.blog-home-listing.forpc .sectionpost-whishlist span.rs-save-for-later-button,
.tax-geozone-maison .blog-listing.forpc .sectionpost-whishlist span.rs-save-for-later-button {
	margin-top: 0;
}

.blog-home-listing.forpc .sectionpost-whishlist,
.tax-geozone-maison .blog-listing.forpc .sectionpost-whishlist {
	margin-top: 10px;
}


.listing_filter_l2 a:not(:last-child),
a:not(:last-child),
.listing_filter_l4 a:not(:last-child),
.explore_filter2.mgr200 {}

.sectionpost-button {
	margin-top: 35px;
}

div.wpcf7 .ajax-loader {
	display: none !important
}

.whislist-add {
	text-decoration: none !important;
}

.sectionpost-whishlist {
	position: relative;
	z-index: 9;
}

.gm-svpc,
.gm-style-mtc {
	display: none !important
}

.explore_filter {
	font-family: 'Poppins';
	display: block;
	width: 600px;
	height: 65px;
	line-height: 65px;
	background-color: #000;
	/* on garde la couleur */
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	margin: 0 auto;
	transition: background-color .25s ease;
	position: relative;
	/* pour le ::after */
}

/* Icône flèche en pseudo-élément -> on peut la faire pivoter */
.explore_filter::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 35px;
	height: 35px;
	transform: translateY(-50%) rotate(0deg);
	transition: transform .25s ease;
	background: url(./img/slider-down.png) no-repeat center center;
	background-size: contain;
}

/* État ouvert : flèche retournée (↑) */
.explore_filter.open::after {
	transform: translateY(-50%) rotate(180deg);
}



.listing_filter_l2,
.listing_filter_l0,
.listing_filter_l4,
.listing_filter_l5 {
	text-align: center;
}

.mobile_listing_filter_l2,
.mobile_listing_filter_l3,
.mobile_listing_filter_l4,
.mobile_listing_filter_l5 {
	display: inline-block;
	line-height: 1.75;
	text-align: center;
}

.listing_filter_l2 a,
a,
.listing_filter_l4 a {
	display: inline-block;
	line-height: 1.30;

}

.listing .col a {
	width: 100%
}

.listing_filter_l2 a:not(:last-child),
a:not(:last-child),
.listing_filter_l4 a:not(:last-child),
.explore_filter2.mgr200 {
	/*margin-right: 15px;*/
}

.mobile_listing_filter_l2 a:not(:last-child),
.mobile_listing_filter_l3 a:not(:last-child),
.mobile_listing_filter_l4 a:not(:last-child) {
	padding-right: 7.5px;
	padding-left: 7.5px;
}



.listing_filter_l2 span,
span,
.listing_filter_l4 span {
	display: inline-block;
}

.explore_filter2,
.listing_filter_l0 span {
	font-size: 18px;
	cursor: pointer;
	color: #575756;
	text-transform: uppercase;
	display: inline-block;
	line-height: 32px;
	font-weight: 500;
}


.listing_filter_l0 {
	margin-bottom: 40px;
}


.explore_filter2:hover,
.listing_filter_l0 span:hover,
.listing_filter_l0 span.active {
	color: #000 !important;
}

.cursor-pointer {
	cursor: pointer;
}

.listing_filter_l3.active,
.listing_filter_l4.active,
.listing_filter_l5.active {
	padding-bottom: 30px;
	padding-left: 40px;
	text-align: start;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 14px;
	gap: 8px;
}

.filter-name-parent-1 {
	color: #000 !important;
	font-size: 18px;
	padding: 0 4px 0 4px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
}

.listing_filter_l1__1.active:has(+ .listing_filter_l1__2.active)::after,
.listing_filter_l1__2.active:has(+ .listing_filter_l1__3.active)::after {
	content: "/";
	color: #000 !important;
}

.relative-pos-pos:has(.listing_filter_l1__1.active) {
	margin-top: 20px !important;
	margin-left: 20px !important;
}

.filter-name-parent-2 {
	color: #000 !important;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 18px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
}

.mobile_listing_filter_l2.active,
.mobile_listing_filter_l3.active,
.mobile_listing_filter_l4.active,
.mobile_listing_filter_l5.active {
	margin-bottom: 40px;
}

.mobile_listing_filter_l2 span {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.mobile_listing_filter_l2 {
	line-height: 2.5;
}

.mobile_listing_filter_l2_3 .explore_filter2.mgr200 {
	padding-right: 7.5px;
	padding-left: 7.5px;
}


.mobile_listing_filter_l2.active,
.mobile_listing_filter_l2_3.active,
.mobile_listing_filter_l2_4.active,
.mobile_listing_filter_l2_5.active,
.mobile_listing_filter_l3.active,
.mobile_listing_filter_l4.active,
.mobile_listing_filter_l5.active {
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.75;
	text-align: center;
}

.mobile_listing_filter_l2.active,
.mobile_listing_filter_l2_4.active {
	margin-left: 8.5px;
}

.mobile_listing_filter_l2.active,
.mobile_listing_filter_l2_5.active {
	margin-left: 8.5px;
}

.mobile_listing_filter_l2_3.active {
	margin-left: 0.511em;
}

.mobile_listing_filter_l3.active {
	margin-left: 0;
}

:lang(en-US) .mobile_listing_filter_l2.active {
	margin-left: 10.5px;
}

:lang(en-US) .mobile_listing_filter_l2_3.active {
	margin-left: 11.5px;
}

:lang(en-US) .mobile_listing_filter_l3.active {
	margin-left: 0;
}



.mobile_listing_filter_l2_4.active a,
.mobile_listing_filter_l2_4 span.explore_filter2,
.mobile_listing_filter_l2_5.active a {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.gmwd-infowindow-address {
	display: none;
}

.box-flex {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	padding: .5rem;
	text-align: center;
	font-size: 1.2rem;
	word-break: break-word;
	background-color: #333333;
	color: #d9d9d9;
}

.box-caption {
	position: absolute;
	max-width: 200px;
	word-break: break-word;
}

.box-flex-center {
	align-items: center;
}

article .hotel-geozone {
	border-bottom: 2px solid #000;
	margin: 0;
	height: 100px;
	line-height: 1;
	display: flex;
	width: 100%;
	font-size: 18px;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}

article .hotel-geozone a {
	margin: 0 5px;
}

.cli-style-v2 .cli_action_button:not(.cli-plugin-button) {
	text-transform: capitalize;
}

.order-lg-last {
	float: right;
}

.row-align-items>.col {
	order: 3;
}

.row-align-items> :nth-child(2) {
	order: 1;
}

.row-align-items> :nth-child(1) {
	order: 3;
}

.instagram-media {
	max-width: 440px !important;
	margin: 0 auto 12px auto !important
}

.ribbon {
	display: block;
	position: absolute;
	top: 20px;
	right: 15px;
	background: #000;
	color: #fff;
	padding: 2px 0;
	width: 100px;
	height: auto;
	text-align: center;
	font-size: 12px;
	font-weight: 600;

}

.ribbon2 {
	display: none;
	position: absolute;
	top: 45px;
	right: 15px;
	background: #000;
	color: #fff;
	padding: 2px 0;
	width: 165px;
	height: auto;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;

}

.tableau-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.relative-pos {
	position: relative;
}

.padding-more {
	padding-top: 0px;
}

.small-marge {
	margin-top: 0;
}

.reset-style {
	position: static !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	width: auto !important;
	margin-left: 0 !important;
}

.relative-pos-pos {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.gauche-droite {
	z-index: 5;
	display: none;
	flex-direction: column;
	left: 0;
	top: 0;
	gap: 8px;
	padding-left: 15px;
	text-align: start;
	width: 100%;
}

.gauche-droite-padding {
	padding-bottom: 30px;
	padding-top: 30px;
}

.gauche-border {
	position: absolute;
	z-index: 5;
	display: flex;
	flex-direction: column;
	top: 26px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -68px;
	margin-bottom: 40px;
	text-align: start;
	width: 600px;
	border: 2px solid #000;
	background-color: white;
}

.display-col.active {
	display: flex;
	flex-direction: column;
	background-color: white;
}

.filter-image {
	position: relative;
	/*background-color: #000;*/
	width: 100% !important;
	aspect-ratio: 1;
}

span.filter-name {
	color: #fff !important;
	position: absolute;
	padding: 10px 22px;
	border: #fff 2px solid;
	width: 80% !important;
	font-size: 20px;
	display: inline-block;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 60px;
}

span.filter-name:hover {
	border: #000 2px solid;
	background-color: #000;
}

/* POST HOTEL */
.txt-desc-hotel a,
.txt-desc-hotel a span {
	text-decoration: underline !important;
}

@media screen and (min-width: 768px) {
	body:not(.home) .container_header_inline {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 70px;
	}

	body:not(.home) .container_header_inline .logo {
		width: auto;
		text-align: left;
	}

	body:not(.home) .container_header_inline #popout {
		width: auto;
		height: auto;
	}

	body:not(.home) .container_header_inline .main-navigation {
		width: auto;
		text-align: right;
		margin-top: 0;
		padding: 0;
		display: flex;
		align-items: center;
		height: 48px;
	}
}

.single-hotel main.container,
.single-location-de-vacance main.container {
	margin-bottom: 40px !important;
}

.single-hotel-content h1,
.single-hotel-content p {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
}

.single-hotel-content h1 {
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 25px;
}

.txt-desc-hotel {
	text-align: justify;
	font-size: 14px;
}

.txt-desc-hotel h2 {
	margin: 0;
	line-height: 25px;
	font-size: 18px;
}

.txt-desc-hotel h2:nth-child(1) {
	margin: 0 0 15px 0;
	line-height: 25px;
	font-size: 20px;
	;
}

.row.hotel_img .col {
	padding-bottom: 30px;
}

.sub-geozone {
	text-align: left;
	line-height: 54px;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
}

.sub-geozone a,
.sub-geozone span {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}

.my-back-button {

	border: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	padding: 12px 24px;
	text-align: center;
	overflow-wrap: break-word;
	background-color: #000;
	border-radius: 25px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}

.my-back-button:hover {
	color: #fff;
}

.single-title {
	margin-top: 60px;
	text-align: center;
	font-family: 'Poppins';
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.single-subtitle {
	text-align: center;
	font-family: 'Poppins';
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 60px;
}

.single-hotel-content p {
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	line-height: 21px;
}

.single-hotel-content p.btn-title {
	font-family: 'Poppins';
	font-style: normal;
}

.single-hotel-content h2:nth-child(1) {
	margin-bottom: 0px;
	font-weight: 500;
	margin-top: -5px;
}

.img_author {
	position: relative;
	display: inline-block;
	height: 15px;
	font-style: italic;
	width: 100%;
}

.single-post .wp-block-button__link,
.single-post .wp-block-button__link:hover,
.single-post .wp-block-button__link:focus,
.single-post .wp-block-button__link:active,
.page-id-92669 .wp-block-button__link,
.page-id-92669 .wp-block-button__link:hover,
.page-id-92669 .wp-block-button__link:focus,
.page-id-92669 .wp-block-button__link:active,
.page-id-10567 .wp-block-button__link,
.page-id-10567 .wp-block-button__link:hover,
.page-id-10567 .wp-block-button__link:focus,
.page-id-10567 .wp-block-button__link:active,
.page-id-109 .wp-block-button__link,
.page-id-109 .wp-block-button__link:hover,
.page-id-109 .wp-block-button__link:focus,
.page-id-109 .wp-block-button__link:active {
	background-color: #000;
	color: #fff !important;
	text-decoration: none !important;
}

.single .wp-block-button__link {
	color: #000;
	padding: 10px 22px !important;
	font-size: 16px;
	width: auto !important;
}

.wp-block-buttons .wp-block-button__link {
	width: auto !important;
}

.wp-block-button.aligncenter {
	text-align: center;
}

.single .wp-block-button__link {
	background-color: #F3F1ED !important;
}

.single:not(.single-hotel) .wp-block-button__link {
	background-color: #000 !important;
	color: #fff !important;
}

h3.text-center.Et-aussi-bar {
	border-top: 2px solid #000;
	padding: 40px 0 15px 0;
	font-size: 16px;
	font-weight: 500 !important;
}

.single h1 .tadv-color {
	color: #000 !important;
}

.embed-container iframe {
	width: 100% !important;
	height: 555px;
}

/* SEARCH */
#searchsubmit {

	border: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	padding: 12px 24px;
	text-align: center;
	overflow-wrap: break-word;
	background-color: #000;
	border-radius: 25px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}

.search-field {
	font-size: 18px !important;
	padding: 10px 50px !important;
}

.search-results .section-maison .sectionpost-whishlist span.rs-save-for-later-button {
	margin-top: 10px;
}

body.search-results .formobile .sectionpost-excerpt strong {
	padding-top: 15px;
	clear: both;
	display: inline-block;

}

/* === Media Query : Tablet (768px à 1024px) === */
@media screen and (min-width: 768px) and (max-width: 1224px) {

	/* Styles spécifiques pour les tablettes */

	/*.btn-title {
		margin: 25px 0;
	}*/

	header {
		min-height: 70px
	}

	.main-navigation .menu-top-container ul li.wishlist-icon,
	.main-navigation .menu-top-container ul li.search-icon,
	.main-navigation .menu-top-en-container ul li.wishlist-icon,
	.main-navigation .menu-top-en-container ul li.search-icon {
		background-position: right !important;
		background-origin: content-box !important;
		padding-right: 10px !important;
	}

	#menu-top li,
	#menu-top-en li {
		width: 100%;
		border-right: 0;
	}

	.menu-top-container li .sub-menu,
	.menu-top-en-container li .sub-menu {
		position: relative;
		padding-left: 0;
		display: block;
		right: 0;
	}


	#bgtop {
		margin-top: 0px;
	}

	#popout {
		position: fixed;
		height: 50%;
		width: 100%;
		background: rgb(255, 255, 255);
		background: rgba(255, 255, 255, 1);
		color: #dcae94;
		top: 0px;
		right: -100%;
		overflow: auto;
		z-index: 9;
		margin-top: 0px;
		padding-right: 10px;
		padding-top: 40px;
	}

	header .top .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	header .top .logo {
		height: auto;
		margin: 25px auto 0 auto;
	}


	#togglessd {
		float: right;
		position: fixed;
		top: 18px;
		display: block;
		cursor: pointer;
		right: 30px;
		width: 28px;
		height: 24px;
		z-index: 10;
	}

	.scroll-arrow {
		bottom: 30px;
	}

	.container_slide_static {
		background-image: url('img/slider-mobile-the-new-stays-web.jpg');
	}

	#menu-top li,
	#menu-top-en li {
		width: 100%;
		border-right: 0px;
	}


	#menu-top li a,
	#menu-top-en li a {
		text-decoration: none;
		width: 100%;
		display: block;
		padding: 0 10px 0 0;
		font-size: 18px;
		font-weight: 500;
		color: #000;
		height: 50px;
		line-height: 50px;
	}



	.listing figure figcaption {
		font-size: 13px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.wishlist-icon a {
		width: 20px !important;
		float: right;
		margin-top: -5px;
		background-size: 16px 16px;
	}

	.search-icon a {
		width: 20px !important;
		float: right;
		margin-top: -5px;
		background-size: 16px 16px;
	}

	.container {
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
	}

	.container_header {
		padding-right: 15px;
		padding-left: 15px;
	}

	.wp-block-column:not(:first-child) {
		margin-left: 0px;
	}

	footer .social__link li {
		width: 30px;
	}

	#slide-1-layer-1 {
		width: 350px !important;
		min-width: 350px !important;
		max-width: 350px !important;
		font-size: 15px !important;
		line-height: 16px !important;
		margin-top: -25px !important;
	}

	#slide-1-layer-2 {
		width: 350px !important;
		min-width: 350px !important;
		max-width: 350px !important;
		font-size: 13px !important;
		line-height: 14px !important
	}

	#slide-2-layer-1,
	#slide-6-layer-1 {
		right: 85px !important;

		width: 350px !important;

		min-width: 350px !important;

		max-width: 350px !important;

		font-size: 15px !important;

		white-space: normal !important;

		line-height: 16px !important;

		top: 10px !important;
	}

	header .top {
		height: 70px;
	}


	.hotel_img.row {
		display: block;
	}

	.firstimg {
		margin-top: -30px;
	}

	header {
		margin-bottom: 10px;
	}

	.hotel_img.row .col {
		display: block;
		float: left;
	}

	.sub-geozone {
		margin-bottom: 45px;
	}

	.listing figure figcaption {
		max-width: 80%;
		font-size: 12px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.hotel_img img {
		max-height: auto;
	}

	.blog-listing section .sectionpost-excerpt {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	#bgtop {
		margin-top: 0px;
		margin-bottom: -15px;
		height: 100vh;
	}

	img.alignleft {
		width: 50%;
		height: auto;
	}

	img.alignright {
		width: 50%;
		height: auto;
	}

	.page-template-page-search footer {
		bottom: 0;
		width: 100%;
	}

	header .top .container {
		padding-top: 20px;
		padding-bottom: 33px;
	}

	.wp-block-columns.has-3-columns .wp-block-column {
		flex-basis: calc(33% - 9px);
	}

	.wp-block-columns.has-3-columns .wp-block-column:nth-child(2n),
	.wp-block-columns.has-3-columns .wp-block-column:nth-child(3n) {
		margin-left: 8px;
	}


	.menu-top-container li.menu-item-has-children:after,
	.menu-top-en-container li.menu-item-has-children:after {
		display: none;

	}

	.filter-name {
		font-size: 13px !important;
	}

	.news__letterblock {
		padding-left: 0;
	}

	.social__link .menu-footer-container ul li+li {
		margin-left: 10px;
	}

	.padding-more {
		padding-top: 0;
	}

	.tableau-3 {
		margin-top: 0;
	}

	.small-marge.explore_filter.filter_index_1 {
		margin-top: 0px;
	}

	.archive.category-blog .blog-listing section .sectionpost-title,
	.search-results .blog-listing section .sectionpost-title {
		display: none;
	}
}

/* === Media Query : Mobile (jusqu'à 767px) === */
@media screen and (max-width: 767px) {
	/* Styles spécifiques pour les petits écrans */

	header {
		min-height: 70px;
	}

	.explore_filter {
		width: 100%;
	}

	.gauche-border {
		transform: none;
	}

	.wp-block-column:not(:first-child) {
		margin-left: 0px;
	}

	.scroll-arrow {
		bottom: 30px;
	}

	.btn-read-blog {
		margin: 0 0 25px 0;
	}

	.logo-footer img {
		max-width: 75%;
		margin: 10px auto 5px;
	}

	.home .menu-top-container li .sub-menu li a span,
	.home .menu-top-en-container li .sub-menu li a span {
		color: #000;
	}

	.main-title {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.formobile {
		display: block;
	}

	.blog-home-listing {
		display: none;
		margin-top: 40px;
	}

	.formpc {
		display: none;
	}

	header {
		margin-bottom: 0;
	}

	p.slider_desc {
		margin-top: 0;
	}

	#popout {
		position: fixed;
		height: 50%;
		width: 100%;
		background: rgb(255, 255, 255);
		background: rgba(255, 255, 255, 1);
		color: #dcae94;
		top: 0px;
		right: -100%;
		overflow: auto;
		z-index: 9;
		margin-top: 0px;
		padding-right: 10px;
		padding-top: 40px;
	}

	.pt-tabs_blog {
		margin-top: 0;
		display: inline-block;
		width: 100%;
	}

	.blog-home-listing section .sectionpost-excerpt {
		margin-top: 0px;
	}

	.main-navigation .menu-top-container ul,
	.main-navigation .menu-top-en-container ul {
		padding: 0 11% 0 0;
	}

	.main-navigation .menu-top-container ul li ul,
	.main-navigation .menu-top-en-container ul li ul {
		padding: 0 !important;
	}

	#menu-top li,
	#menu-top-en li {
		width: 100%;
		border-right: 0px;
	}


	#menu-top li a,
	#menu-top-en li a {
		text-decoration: none;
		width: 100%;
		display: block;
		padding: 0 10px 0 0;
		font-size: 20px;
		font-weight: 500;
		color: #000;
		height: 50px;
		line-height: 50px;
	}

	#menu-top li.current-menu-item a,
	#menu-top-en li.current-menu-item a {
		color: #fff;
	}




	.btn-list-brown a,
	.btn-list-brown.mob a {
		min-width: 150px;
	}

	.main-navigation .menu-top-container ul li a,
	.main-navigation .menu-top-en-container ul li a {
		font-size: 20px;
	}

	footer .menu li.footer_heading a {
		font-size: 20px;
	}

	#menu-subfooter a,
	#menu-subfooter-en a {
		font-size: 20px;
	}

	.main--footer h2 {
		font-size: 20px;
	}

	.container {
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
	}

	.container_header {
		padding-right: 15px;
		padding-left: 15px;
	}

	.listing_filter_l0 span {
		line-height: 0;
	}

	.ln0 {
		line-height: 0;
	}

	.mt80mob {
		margin-top: 80px;
	}


	.listing_filter_l0 {
		margin-bottom: 15px !important;
	}


	.mb40pc {
		margin-bottom: 25px;
	}

	.mb40mob {
		margin-bottom: 15px;
	}

	.mb40mobnew {
		margin-bottom: 25px;
	}

	.mb20 {
		margin-top: 20px;
	}

	#menu-subfooter li a,
	#menu-subfooter-en li a {
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 0;
	}


	.sectionpost-button {
		width: 100%;
	}



	.tax-geozone p.sectionpost-date,
	.tax-geozone p.sectionpost-title {
		text-align: center;
	}

	.sectionpost-excerpt {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.blog-listing.formobile img {
		margin-bottom: 15px;
	}


	.blog-home-listing.formobile img {
		margin-bottom: 15px;
	}

	.formobile .sectionpost-button {
		display: flow-root;
		margin-top: 0;
		padding-bottom: 30px;
	}

	.btn-list.mob {
		float: left;
		margin-right: 0;
	}

	.btn-list-brown {
		float: right;

	}


	.formobile .sectionpost-whishlist span.rs-save-for-later-button {
		margin-top: 15px;
		margin-bottom: 10px;

	}




	.forpc,
	.tax-geozone .blog-listing.forpc {
		display: none;
	}

	.mobile_listing_filter_l3 {
		display: none;
	}

	.newHbar.maptitle {
		padding-bottom: 40px !important;
	}

	.container_slide_static_txt_layer2 br {
		display: block !important;
	}

	.container_slide_static_txt {
		left: 40%;
	}

	.wishlist-icon a {
		width: 20px !important;
		float: right;
	}

	.search-icon a {
		width: 20px !important;
		float: right;
	}

	#togglessd {
		float: right;
		position: fixed;
		top: 16px;
		display: block;
		cursor: pointer;
	}

	.container_header {
		padding-right: 15px;
		padding-left: 15px;
	}

	header .top {
		height: 70px;
	}

	.home header .top {
		background: transparent;
	}

	#bgtop {
		margin-top: 0px;
		margin-bottom: 0px;
		height: 100vh;
	}

	#slide-1-layer-1 {
		width: 185px !important;
		min-width: 185px !important;
		max-width: 185px !important;
		font-size: 10px !important;
		white-space: normal !important;
		margin-top: -85px !important;
		right: -40px !important;
		font-weight: 600 !important;
		line-height: 11px !important;
		letter-spacing: 0.5px !important;
	}

	#slide-1-layer-2 {
		width: 185px !important;
		min-width: 185px !important;
		max-width: 185px !important;
		font-size: 10px !important;
		white-space: normal !important;
		right: -40px !important;
		letter-spacing: 0.5px !important;
	}

	#slide-2-layer-1 {
		right: 121px !important;
		top: 0px !important;
		width: 205px !important;
		min-width: 205px !important;
		max-width: 205px !important;
		font-size: 11px !important;
		white-space: normal !important;
		line-height: 11px !important;
		letter-spacing: 1px !important;
	}

	#slide-3-layer-3 {
		font-size: 13px !important;
		font-weight: 500 !important;
		margin-top: -35px !important;
	}

	.listing figure figcaption {
		max-width: 80%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 20px;
	}


	img.alignleft {
		width: 100%;
		padding-right: 0px;
		height: auto;

	}

	img.alignright {
		width: 100%;
		height: auto;
		padding-left: 0px;
	}

	.blog-listing section .sectionpost-date {
		text-align: center;
		line-height: 1;
		margin-bottom: 10px;
	}

	.blog-listing section .sectionpost-title {
		text-align: center;
	}


	.pt-tabs_respons ul li.nav-item a {
		width: 100% !important;
		display: block;
	}

	.hotel-geozone,
	.hotel-geozone a {
		font-size: 18px;
		line-height: 1em;
	}

	header .top .logo {
		width: 60%;
		padding-top: 10px;
		margin: 0 auto;
	}

	.cli-style-v2 .cli-bar-btn_container .cli_action_button,
	.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
	.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
		margin-left: -7px;
	}

	footer .footer_top {
		padding: 15px 0 25px;
	}

	footer .footer_top .blog-name {
		display: block;
	}

	.home header {
		height: 750px;
	}

	header .top .container {
		padding-top: 10px;
		padding-bottom: 23px;
	}

	.main_intro {
		min-height: 450px
	}

	.search-form .search-field {
		text-align: center;
		width: 60%;
	}

	.single-hotel-content br {
		display: none
	}

	.menu-top-container li .sub-menu,
	.menu-top-en-container li .sub-menu {
		right: 30px;
	}

	.menu-top-container li.menu-item-has-children:after,
	.menu-top-en-container li.menu-item-has-children:after {
		display: none;

	}

	.menu-top-container li .sub-menu,
	.menu-top-en-container li .sub-menu {
		position: relative;
		padding-left: 0;
		display: block;
		right: 0px;
	}

	.menu-top-container li.menu-item-has-children:after,
	.menu-top-en-container li.menu-item-has-children:after {
		display: none;

	}

	.main-navigation {
		padding: 15px 0px 5px 0px;
		text-align: right;
		height: auto;
	}


	.current-menu-item {
		background: #000;
	}

	footer .current-menu-item {
		background: none;
	}




	.main-navigation ul li:focus,
	.main-navigation ul li:active {
		background: #000 !important;
	}

	.main-navigation ul li.wpml-ls-slot-9:focus,
	.main-navigation ul li.wpml-ls-slot-9:active {
		background: none !important;
	}

	.main-navigation ul li:focus a,
	.main-navigation ul li:active a {
		color: #fff !important;
	}



	.explore_filter2 {
		line-height: 30px
	}

	.mobile_listing_filter_l2 {
		text-align: center;
	}

	.mobile_listing_filter_l2_3 {
		text-align: center;
	}

	.mobile_listing_filter_l2_4 {
		text-align: center;
	}

	.mobile_listing_filter_l3 {
		text-align: center;
	}

	.mobile_listing_filter_l4 {
		text-align: center
	}

	.mobile_listing_filter_l5 {
		text-align: center
	}


	.tax-geozone .pt-tabs_blog ul li.nav-item:nth-child(3) .pt-tabs_blog {
		margin-top: 0px;
		display: inline-block;
		width: 100%
	}

	.pt-tabs_blog {
		margin-bottom: 0px;
		margin-top: 5px;
	}

	.pt-tabs_blog ul {
		width: 100%;
		flex-wrap: nowrap;
		gap: 10px;
	}

	.pt-tabs_blog ul li.nav-item {
		width: auto;
		margin: 0;
		min-width: 0;
		flex: 1;
	}

	.pt-tabs_blog ul li.nav-item:nth-child(1) {
		width: auto;
		margin: 0;
	}

	.pt-tabs_blog ul li.nav-item:nth-child(4) {
		width: auto;
		margin: 0;
	}

	.pt-tabs_blog ul li.nav-item a {
		padding: 5px 10px;
		font-size: 14px;
	}

	.mb40 {
		margin-bottom: 20px;
	}

	.listing {
		margin-top: 0px;
	}

	.page-template-page-explorer2 .listing {
		margin-top: 5px;
	}

	.blog-listing,
	.blog-home-listing {
		padding-top: 20px;
	}

	.filter-name {
		font-size: 20px !important;
	}

	.container {
		width: 100%
	}

	.menu-top-en-container {
		padding-left: 0px
	}

	#bgtopnew {
		position: absolute;
		top: 0;
	}

	#bgtop {
		margin-top: 0px;
		height: 750px;
	}

	.logo-home {
		top: 10%;
	}

	.logo-home img {
		width: 55%;
	}

	.container_slide {
		height: 98%
	}

	.container_slide_static {
		position: relative;
		top: 0;
		width: 100%;
		height: 750px;
		background-image: url('img/slider-mobile-the-new-stays-web.jpg');
		background-size: 100% 100%;
		background-position: top center;
		background-repeat: no-repeat;
	}

	.container_slide_static_txt {
		vertical-align: top;
		padding-top: 40px;
	}

	.container_slide_static_txt_layer1 {
		display: flow;
		top: 20%;
		position: absolut;
		z-index: 5;
		font-family: Poppins;
		visibility: visible;
		text-align: left;
		line-height: 40px;
		letter-spacing: 0px;
		font-weight: 500;
		font-size: 19px;
		text-align: center;
		border-color: rgb(87, 87, 86);
		margin: 0px;
		border-radius: 0px;
		padding: 0px;
		color: #FFFFFF;
		text-decoration: none;
		width: 100%;
		height: auto;
		min-height: 0px;
		min-width: 0px;
		max-height: none;
		max-width: none;
		opacity: 1;
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform-origin: 50% 50% 0px;
	}

	.container_slide_static_txt_layer2 {
		top: 35%;
		z-index: 6;
		font-family: 'Times New Roman', Times, serif;
		visibility: visible;
		text-align: left;
		line-height: 16px;
		letter-spacing: 0px;
		font-weight: 500;
		font-size: 18px;
		border-color: rgb(87, 87, 86);
		text-align: center;
		margin: 0px;
		border-radius: 0px;
		padding: 0 10px;
		color: #fff;
		text-decoration: none;
		width: 100%;
		height: auto;
		min-height: 0px;
		min-width: 0px;
		max-height: none;
		max-width: none;
		opacity: 1;
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform-origin: 50% 50% 0px;
		margin-top: 15px;
	}

	.container_slide_static_txt_layer3 {
		top: 50px;
		z-index: 5;
		font-family: Poppins;
		visibility: visible;
		text-align: left;
		line-height: 14px;
		letter-spacing: 0px;
		font-weight: 500;
		font-size: 14px;
		border-color: rgb(87, 87, 86);
		margin: 0px;
		border-radius: 0px;
		padding: 0px;
		color: rgb(255, 255, 255);
		text-decoration: none;
		width: 90%;
		height: auto;
		min-height: 0px;
		min-width: 0px;
		max-height: none;
		max-width: none;
		opacity: 1;
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform-origin: 50% 50% 0px;
	}

	footer .social__link li {
		width: 30px;
	}


	.wishlist-icon a {
		margin-right: 0px;
	}

	.blog-listing section .sectionpost-excerpt {
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.hotel_img.row {
		display: block;
	}

	.hotel_img.row .col {
		display: block;
		float: left;
	}

	.search-icon a {
		margin-right: 0px;
		margin-left: 0px;
	}

	.page-template-page-explorer2 .container {
		overflow: hidden;
	}

	.row.intro {
		padding: 0 15px
	}

	.wp-block-column {
		flex-basis: calc(50% - 16px);
		flex-grow: 0;
	}

	.wp-block-column:nth-child(2n) {
		margin-left: 0px;
	}

	.news__letterblock {
		padding-left: 0;
	}

	.social__link .menu-footer-container ul li+li {
		margin-left: 10px;
	}

	.social__link {
		margin-top: 0px;
	}

	.social__link .menu-footer-container ul li+li {
		margin-left: 32px;
	}

	#togglessd {
		right: 20px;
	}

	.container_slide_static_txt {
		left: 25%;
	}

	#menu-subfooter li,
	#menu-subfooter-en li {
		padding-top: 21px;
	}

	.mt-xl-0 {
		margin-top: 0;
	}

	#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container {
		width: 100%;
		justify-content: center;
		font-size: 20px;
		margin-top: 20px;
	}

	.archive.tax-geozone .pt-tabs_blog ul li.nav-item {
		min-width: 140px;
	}

	.archive.tax-geozone .pt-tabs_blog ul li.nav-item a {

		padding: 10px 22px;
	}

	.archive.tax-geozone .pt-tabs_blog ul li.nav-item a {
		min-width: 140px;
		padding: 11.5px 22px;
	}

	article .hotel-geozone {
		height: 100px;
		line-height: 1;
		display: table-cell;
		vertical-align: middle;
		padding-top: 70px;
		padding-bottom: 20px;
	}

	.sub-geozone {
		margin-left: 0px;
		text-align: left;
		line-height: 1;
		margin-top: 0;
		margin-bottom: 0px;
		padding: 15px 0;
	}

	.btn-title {
		margin:
			30px 0 0 0;
	}


	.footer_news_letter .gjs-row>.gjs-cell>font input {
		top: 40px;
		right: 20px;
	}

	.embed-container iframe {
		height: 360px;
	}

	.order-lg-last {
		float: none;
	}

	.row-align-items> :nth-child(1) {
		order: 1;
	}

	.row-align-items> :nth-child(2) {
		order: 2;
	}

	#menu-top li a,
	#menu-top-en li a {
		text-align: right;
	}

	.ribbon {
		right: 0px;
		line-height: 16px;
	}

	.ribbon2 {
		right: 0px;
		line-height: 16px;
	}

	body.home .ribbon,
	body.page-template-page-explorer2 .ribbon {
		right: 15px;
	}

	body.home .ribbon2,
	body.page-template-page-explorer2 .ribbon2 {
		right: 15px;
	}

	.padding-more {
		padding-top: 0;
	}

	.tableau-3 {
		margin-top: 0;
	}

	.small-marge.explore_filter.filter_index_1 {
		margin-top: 0px;
	}

	.small-marge {
		margin-top: 20px;
	}

	.tableau-3 {
		grid-template-columns: 1fr;
		margin-bottom: 40px;
	}

	.archive.category-blog .blog-listing section .sectionpost-title {
		display: none;
	}
}

/* === Base popup : 300x300 === */
.wpgmza-infowindow.ol-info-window-container {
	width: 300px !important;
	height: 300px !important;
	max-width: 300px !important;
	max-height: 300px !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: relative !important;
	border-radius: 0;
}

/* Le conteneur "plain" (selon thème/plugin) */
.wpgmza-infowindow.ol-info-window-plain {
	padding: 0 !important;
}

/* Masquer le lien "More details" d’origine */
.wpgmza_infowindow_link {
	display: none !important;
}

/* La zone image doit remplir tout */
.wpgmza_gallery_placeholder,
.wpgmza-gallery,
.wpgmza-gallery-stage {
	width: 300px !important;
	height: 300px !important;
	max-height: 300px !important;
}

/* Image: cover sur tout le carré */
.wpgmza-gallery-stage img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
}

/* === Croix (close) blanche, dans la photo en haut à droite === */
.wpgmza-infowindow .ol-info-window-close {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	z-index: 50 !important;
	color: #fff !important;
	font-size: 20px !important;
	line-height: 1 !important;
	width: 28px !important;
	height: 28px !important;
	display: grid !important;
	place-items: center !important;
	cursor: pointer !important;
	/* optionnel: petit fond pour lisibilité */
	background: rgba(0, 0, 0, .25) !important;
	border-radius: 999px !important;
}

/* Retirer le look par défaut éventuel */
.wpgmza-infowindow .ol-info-window-close::before,
.wpgmza-infowindow .ol-info-window-close::after {
	color: #fff !important;
}

/* === Titre au centre comme figcaption === */
.wpgmza-infowindow .wpgmza_infowindow_title {
	font-family: 'Poppins', sans-serif !important;
	position: absolute !important;
	line-height: inherit !important;
	max-width: 80% !important;
	margin: 0 auto !important;
	text-align: center !important;
	border: 2px solid #fff !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	padding: 10px 22px !important;
	text-transform: uppercase !important;
	background-color: rgba(0, 0, 0, .2) !important;
	border-radius: 50px !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	min-width: 80% !important;
	z-index: 40 !important;
	pointer-events: none !important;
	/* pour que le clic passe à la photo (le lien) */
}

/* Optionnel: pas de marge en bas du titre dans le flux */
.wpgmza-infowindow p {
	margin: 0 !important;
}

.wpgmza-img-link {
	width: 300px !important;
	height: 300px !important;
}

.wpgmza-img-link img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.wpgmza-gallery-item {
	cursor: pointer;
}

.explorer-container {
	padding-top: 30px;
}

.explorer-header {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.filter-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn-filter {
	background: #000;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 50px;
	cursor: pointer;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
}

.btn-filter:hover {
	background: #333;
}

.hotel-count {
	font-weight: 500;
	color: #777;
}

/* Sidebar Overlay (all screen sizes) */
.explorer-sidebar {
	position: fixed;
	top: 0;
	left: -100%;
	width: 320px;
	height: 100%;
	background: #fff;
	z-index: 1001;
	transition: left 0.3s ease;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
	padding: 30px 20px;
	overflow-y: auto;
}

.explorer-sidebar.active {
	left: 0;
}

.sidebar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.close-btn {
	background: none;
	border: none;
	font-size: 32px;
	cursor: pointer;
	line-height: 1;
}

.geozone-filter-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.geozone-filter-list li {
	margin-bottom: 15px;
}

.geozone-filter-list a {
	text-decoration: none;
	color: #555;
	transition: color 0.2s;
	display: block;
	font-size: 16px;
}

.geozone-filter-list a:hover,
.geozone-filter-list a.active {
	color: #C0A588;
	font-weight: 600;
}

.explorer-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: none;
}

.pagination-container {
	text-align: center;
	margin: 30px 0;
}


.pagination-container .page-numbers {
	display: inline-block;
	padding: 8px 15px;
	margin: 0 5px;
	border: 1px solid #eee;
	border-radius: 4px;
	color: #000;
	text-decoration: none;
	width: auto;
}

.pagination-container .page-numbers.prev,
.pagination-container .page-numbers.next {
	border: none;
}

.pagination-container .page-numbers.current {
	background: #C0A588;
	color: #fff;
	border-color: #C0A588;
}

.pagination-container .page-numbers:hover:not(.current) {
	background: #f9f9f9;
}

.hotel-listing img.attachment-medium.size-medium.wp-post-image {
	width: 100% !important;
	height: auto !important;
	display: block;
}

.explorer-sidebar {
	display: flex;
	flex-direction: column;
}

.sidebar-body {
	flex-grow: 1;
	overflow-y: auto;
	margin-bottom: 20px;
}

.sidebar-footer {
	padding-top: 20px;
	border-top: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.sidebar-footer button {
	padding: 10px 15px;
	border-radius: 25px;
	font-weight: 500;
	cursor: pointer;
	flex: 1;
	font-size: 14px;
	transition: all 0.2s;
}

.sidebar-footer .btn-secondary {
	background: #f5f5f5;
	color: #333;
	border: 1px solid #ddd;
}

.sidebar-footer .btn-secondary:hover {
	background: #eee;
}

.sidebar-footer .btn-primary {
	background: #000;
	color: #fff;
	border: none;
}

.sidebar-footer .btn-primary:hover {
	background: #333;
}

.filter-label {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	padding: 3px 0;
	margin: 0;
}

.filter-label input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	border-radius: 4px;
	background: #fff;
	position: relative;
	cursor: pointer;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, border-color 0.2s;
}

.filter-label input[type="checkbox"]:checked {
	background: #000;
	border-color: #000;
}

.filter-label input[type="checkbox"]:checked::after {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	margin-top: -2px;
}

.filter-label span {
	font-size: 15px;
	color: #000;
	font-weight: normal !important;
}

.filter-label input[type="checkbox"]:checked+span {
	color: #000;
	font-weight: normal !important;
}

.pagination-container .page-numbers.current {
	background-color: #000;
	color: #fff;
}

.main_intro {
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_intro .row {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.main_intro {
		min-height: 300px;
	}

	.blog-listing .row-content-hotel {
		padding: 0;
	}

	.row.formobile>.col.pt20.pb20 {
		background-color: #fff;
	}

	.blog-listing section .sectionpost-title,
	.blog-home-listing section .sectionpost-title {
		line-height: 18px;
	}

	.btn-read-blog {
		margin: 0;
	}

	.inspiration-separator .col-sm-8 {
		margin-left: 0 !important;
		background-color: transparent !important;
	}

	.inspiration-separator .col-sm-8 > div {
		background-color: #FAF8F5;
	}

}

.main-text a,
.main-text a span {
	text-decoration: underline;
}

.wp-block-button__link {
	text-decoration: none !important;
}

/* FAQ Accordion */
.schema-faq-section {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.schema-faq-question {
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 10px 0;
	gap: 15px;
}

.schema-faq-question::after {
	flex-shrink: 0;
}

.schema-faq-question::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
	margin-right: 5px;
	margin-top: -5px;
}

.schema-faq-section.active .schema-faq-question::after,
.schema-faq-question.active::after {
	transform: rotate(225deg);
	margin-top: 5px;
}

.schema-faq-answer {
	display: none;
	padding: 15px 0 5px 0;
	margin: 0;
	font-size: 14px;
	color: #000;
}

/* Cookie Banner */
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ccc;
	box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	padding: 15px 20px;
	text-align: center;
}

.cookie-banner .cookie-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.cookie-banner p {
	margin: 0;
	font-size: 14px;
	color: #000;
}

.cookie-banner .btn-accept-cookies {
	background-color: #000;
	color: #fff;
	border: none;
	padding: 8px 30px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	border-radius: 25px;
	transition: background-color 0.3s;
}

.cookie-banner .btn-accept-cookies:hover {
	background-color: #333;
}

a:focus,
a:active,
button:focus,
input:focus,
.wp-block-button__link:focus {
	outline: none;
}