/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

:root {
	--accent-1:			#253761;
	--accent-2:			#de1100;
	--accent-3:			#213864;
	--accent-4:			#7a7a7a;
	--accent-5:			#e30614;
	--accent-6:			#636363;

	--heart-icon: 		#dc3545;
	--label-exclu:		#e30613;
	--label-sales:		#213864;
	--label-rental:		#00b26f;
	--title-property:	#213864;
	--button:			#ff0000;
	--button-hover:		#253761;
	--icon:				#253761;
	--icon-hover:		#de1100;
	--frame:			#dd3333;

	--font-family:		'Roboto';
	--font-size:		16px;
	--font-weight:		400;
	--line-height:		24px;
	--text-transform:	none;

}


.debug {
	display: none !important;
}


ul.sf-menu li a span img {
	margin-bottom: 0 !important;	
}



body, li {
	font-family: var(--font-family);
	font-size: var(--font-size);
	font-weight: var(--font-weight);
	line-height: var(--line-height);
	text-transform: var(--text-transform);
}

h1 {
	color: white !important;
}
h2, h3, h4, h5, h6 {
	color: var(--accent-1) !important;
} 
p {
	color: var(--accent-3);
} 




input, textarea, select {
	border: 1px solid lightgrey !important;
}
input {
	margin-bottom: 8px;
}



h1.home-h1 {
	text-align: center;
	font-weight: 300;
	font-size: 50px;
	color: var(--accent-1);
}





.home h2 {
	color: var(--accent-3);
	font-family: var(--font-family);
	font-size: 49px;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
.home-subtitle p {
	color: var(--accent-4);
	font-family: var(--font-family);
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 1px;	
	text-align: center;
}

.home-button,
.home-button-alt {
	padding: 10px 60px;
	border-radius: 3px;
}	
.home-button {
	background: var(--accent-5);
}	
.home-button-alt {
	background: var(--accent-3);
}	
.home-button:hover {
	background: var(--accent-3);
}
.home-button-alt:hover {
	background: var(--accent-5);
}

.home p {
	color: var(--accent-1);
	font-family: var(--font-family);
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}



.home-button p span a,
.home-button-alt p span a {
	font-family: var(--font-family);
	font-size: 16px;
	font-weight: 500;
	color: white !important;
}















strong { 
	font-family: var(--font-family);
	font-size: var(--font-size);
	font-weight: 600;
}


a span.menu-title-text {
	color: white !important;
}

/* ajustements menu */
nav ul li a {
	margin-bottom: 1px !important;
}

#top .sf-menu > li:not([class*="menu-item-btn"]) > a .menu-title-text:before {
	background-color: #214371;
}
#header-outer #top nav > ul > li:not([class*="current"]) > a:hover .menu-title-text {
	color: white !important;
}

#top .sf-menu > li[class*="current"]:not([class*="menu-item-btn"]) > a .menu-title-text:before {
background-color: #214371;
}

#top .sf-menu > li {
	margin: 4px 1.5px 0 1.5px !important;
}

#top .sf-menu {
	/*margin-bottom: 1px !important;*/
}

body[data-header-resize="0"] .container-wrap {
	padding-top: 10px;
}



span.material-symbols-outlined,
span.material-symbols-outlined.favorite {
	top: 0;
	font-weight: 100;
	color: var(--accent-1);
	font-size: 20px;
}
span.material-symbols-outlined.favorite {
	margin-left: 2px;
}





.property-readmore {
    position: absolute;
    right: 16px;
    bottom: 26px;
}







/* texte titrage home */
.texte-intro {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 50px;
	color: #253761; 
}







/* ========== PAGE ANNONCE ========== */

/* INUTILE ??
.itb-property-fullwidth {
	width: 100%;
	margin-bottom: 40px;
	background: #f5f5f5;
	padding: 20px;
	box-sizing: border-box;
}
*/

/* Layout annonce */
/* .itb-property-layout */
.single-property-layout {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 40px;
	padding-top: 30px;
}

/* .itb-property-layout > .itb-property-content */
.single-property-layout > .single-property-content {
	flex: 1 1 75%;
	max-width: 75%;
	box-sizing: border-box;
}

/* .itb-property-layout > .itb-property-sidebar */
.single-property-layout > .single-property-sidebar {
	flex: 0 0 25%;
	max-width: 25%;
}
/* .itb-property-sidebar-inner */
.single-property-sidebar-inner {
	box-sizing: border-box;
	padding: 20px;
	background: white;
}

/* .itb-property-layout > .itb-property-sidebar p span */
.single-property-layout > .single-property-sidebar p span {	
	vertical-align: sub;
}

/* .itb-property-sidebar-inner */
.single-property-sidebar-inner {

	position: sticky;
	top: 20px;
	max-height: calc(100vh - 40px);
	overflow: auto; /* optionnel mais souvent utile */
}

/* Responsive : empile sur petits écrans */
@media (max-width: 900px) {
	/* .itb-property-layout */
	.single-property-layout {	
		flex-direction: column;
		gap: 20px;
	}
	/* .itb-property-layout > .itb-property-sidebar,
	.itb-property-layout > .itb-property-content { */
	.single-property-layout > .single-property-sidebar,
	.single-property-layout > .single-property-content {



		flex: 0 0 100%;
		max-width: 100%;
	}
}






/* ---- Page "annonce" > Cadre "Overview" ---- */
.property-overview {
	width: 100%;
	margin-top: 15%;
	background: white;
	padding: 40px;
}

.property-overview-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #dce0e0;
}

.property-overview-header h2 {
	font-family: roboto;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	XXXmargin: 0;
}
.property-overview-header strong {
	font-family: roboto;
	font-size: 16px;	
	font-weight: 600;
}

.property-overview-separator {
	height: 1px;
	margin: 8px 0 20px;
}

.property-overview-data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 30px;
}

.property-overview-data li {
	font-family: roboto;
	font-size: 16px;
	line-height: 20px;	
	font-weight: 400;
	white-space: nowrap;
	list-style: none;
	color: rgb(92, 104, 114) !important;
}

.property-overview-data li span {
	vertical-align: sub;
}
.property-overview-data li strong {
	color: var(--accent-1);
	text-transform: uppercase;
}	






/* ---- Page "annonce" > Cadre "Intro" ---- */
.single-property-intro {
	width: 100%;
	margin-top: 30px;
	background: white;
	padding: 40px;
}
.single-property-intro-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #dce0e0;
}
.single-property-intro-header h2 {
	font-family: roboto;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}
.single-property-intro-separator {
	height: 1px;
	margin: 8px 0 20px;
}



/* ---- Page "annonce" > Cadre "Description" ---- */
.single-property-description {
	width: 100%;
	margin-top: 30px;
	background: white;
	padding: 40px;
}

.single-property-description-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #dce0e0;
}
.single-property-description-separator {
	height: 1px;
	margin: 8px 0 20px;
}


/* ---- Page "annonce" > Cadre "Address" ---- */
.single-property-address {
	width: 100%;
	margin-top: 30px;
	background: white;
	padding: 40px;
}

.single-property-address-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #dce0e0;
}
.single-property-address-header h2 {
	font-family: roboto;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}
.single-property-address-separator {
	height: 1px;
	margin: 8px 0 20px;
}



.single-property-address span.material-symbols-outlined {
	vertical-align: middle;
}


.single-property-address .btn-map {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 4px;
	border: none;
	background-color: var(--button-hover) !important;
	text-transform: none;
	vertical-align: middle;
	color: white;
}

.single-property-address .btn-map:hover {
	background-color: var(--button) !important;
	
}





.list-2-cols {
	columns: 2;
	padding: 0;
	margin: 0;
}

.list-2-cols li {
	list-style: none !important;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid;
	border-bottom-color: currentcolor;
	border-color: #dce0e0;
	padding: 10px 0;
	page-break-inside: avoid;
	break-inside: avoid;
}




/* ---- Page "annonce" > Cadre "Details" ---- */
.single-property-details {
	width: 100%;
	margin-top: 30px;
	background: white;
	padding: 40px;
}
.single-property-details-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid#dce0e0;
	margin-bottom: 25px;
	padding-bottom: 30px;
}
.single-property-details-header h2 {
	font-family: roboto;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}

.single-property-details-wrapper {
	border: 1px solid var(--frame);
	padding: 30px;
	border-radius: 4px;
	margin-bottom: 50px;
}








.city-country {
	font-family: Roboto;
	font-size: 15px;
	font-weight: 400;
	padding-top: 10px;
}
.city-country span {
	vertical-align: middle;
}









/* Page annonce uniquement */
.single-property .panel-body {
padding-left: 0 !important;
padding-right: 0  !important;
}

.single-property .owl-carousel-property {
	width: 100%  !important;
}







/* Carrousel d'une page annonce distincte */
.property-carousel-wrapper {
	width: 100% ;
	overflow: hidden !important;
}

.owl-carousel-single {
	width: 100% !important;
}

.owl-carousel-single .item {
	padding-right: 0;
	box-sizing: border-box;
}

.owl-carousel-single img {
	width: 100% !important;
	height: auto;
	object-fit: contain !important;
	display: block;
	margin: 0 auto !important;
}

.owl-dots {
	display: none;
}





.property-share-wrapper {
	position: relative;
	display: inline-block;
	padding-bottom: 6px;
}

/* Panel caché */
.property-share-panel {
	position: absolute;
	top: 100%;
	right: 0;

	background: var(--accent-1);
	color: white;


	padding: 8px 4px;
	border-radius: 4px;
	box-shadow: 0 10px 25px rgba(0,0,0,.15);

	opacity: 0;
	transform: translateY(-5px);
	pointer-events: none;

	transition: opacity .2s ease, transform .2s ease;

	text-align: center;
}

.property-share-panel i {
	font-size: 20px;
	margin: 6px 0;
	color: white;
}

/* Affichage au survol */
.property-share-wrapper:hover .property-share-panel {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}



/* différent types de cartes… */
#map-google-iframe {
	margin-top: 30px;
}

#map_osm {
	margin-top: 30px;
	height: 400px;
	width: 100%;
}



.note {
	color: red;
	font-family: 'Courier New', Courier, monospace;
}










/* Breadcrumb */
.breadcrumb {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: Roboto;
}

.breadcrumb li {
	display: flex;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
	font-size: 13px;
}

.breadcrumb li::after {
	content: "›";
	color: #999;
	font-size: 30px;
	margin-top: -5px;
	font-weight: 100;
}

.breadcrumb li:last-child::after {
	content: "";
}

.breadcrumb a {
	color: var(--accent-1);
	text-decoration: none;
}

.breadcrumb .current {
	color: #6c757d;
}

.breadcrumb .icon {
	font-size: 18px;
}

.property-details {
	width: 1180px;
	margin: 0 auto;
}






































/* grid pour la gestion du nombre de colonnes */
.properties-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
	gap: 30px;
}

/* alignement vertical du contenu interne */
/* La "card" interne devient une flex-column pleine hauteur */
.itb_properties_property {
	display: flex;
	flex-direction: column;
	height: 100%; /* pour que tous les cards aient la même hauteur */
	box-sizing: border-box;
	background: white !important;

}

.property-item {
	position: relative;
}






/* ---------- owl-carousel ---------- */
/* taille des images */
.owl-carousel-listing .item {
	height: 400px !important;
	position: relative !important;
	overflow: hidden !important;
}
.owl-carousel-listing .item img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

/* --- Flèches positionnées au centre gauche/droite sur l'image --- */
.owl-carousel-property .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	opacity: 0;
	transition: opacity .3s ease;
	pointer-events: none; /* évite les clics hors flèches */
}

.owl-carousel-property .owl-nav button {
	pointer-events: auto; /* clic uniquement sur les flèches */
	color: white !important;
	text-shadow: -1px 0 2px black;
	border-radius: 50%;
	width: 50px !important;
	height: 50px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px !important;
}

/* apparition des flèches uniquement au survol */
.owl-carousel-property:hover .owl-nav {
	opacity: 1;
}

/* dégradé visible initialement */
.owl-carousel-property .item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 65%;
	background: linear-gradient(to top, rgba(0,0,0, 0.65), rgba(0,0,0, 0));
	transition: opacity .3s ease;
}
.owl-carousel-property:hover .item::after {
	opacity: 0;
}






.itb_properties_property h3 a {
	font-size: 18px; 
	font-weight: 400;
	color: var(--title-property);
	text-transform: uppercase;
	line-height: 20px !important;
}

.itb_properties_property h3 {
	XXXXXXXXXXmargin-left: 20px;
	margin-bottom: 0 !important;
	line-height: 20px !important;

}

.itb_properties_property_content {
	padding-left: 20px !important;
	font-family: Roboto;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}




.property-image-wrapper {
	position: relative;
}

.property_switchselection {
	position: absolute;
	bottom: 5px; 
	right: 5px;
	z-index: 10;
	cursor: pointer;
}

.property_switchselection svg {
	fill: none;
	stroke: white;
	stroke-width: 2;
	background: rgba(0,0,0, 0.25);
	padding: 5px;
	width: 26px;
	height: 26px;
	border-radius: 2px;	
}
.property_switchselection.active svg {
	stroke: var(--heart-icon); 
	stroke-width: 2;
}


.property-price-overlay {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: white;
	padding: 6px 12px;
	font-size: 16px;
	font-weight: 500;
	z-index: 20;
	font-family: Roboto;
}






.property-data {
	margin-top: 10px;
	display: flex; 
	align-items: center; 
	gap: 3px;
	font-size: 14px;
	color: var(--accent-1);
	font-weight: 500;
	font-family: Roboto;
	min-height: 30px;
}

.property-data span {
	XXXXXXXXXXcolor: black;
}

.property-data span:not(:first-child) {
    margin-left: 10px;
}





.btn-details {
	display: inline-block;
	padding: 0 10px;
	border-radius: 4px;
	border: none;
	background-color: var(--button);
	text-transform: none;
}

.btn-details:hover {
	background-color: var(--button-hover);
}

.itb_properties_property {
	position: relative;
}

.itb_properties_property_readmore {
	position: absolute;
	right: 20px;
	bottom: 20px;
	margin: 0;
}

a.btn-details {
	font-weight: 500;
	text-decoration: none;
	font-family: Roboto;
	font-size: 16px;
	color: white;
}




/* lien invisible sur l’image */
.carousel-full-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;

}



.property-image-wrapper .owl-carousel {
	cursor: pointer;
}



.property-media-wrapper {
	position: relative;
}

.property-labels-overlay {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 20;
	display: flex;
	gap: 8px;
}

.label {
	font-family: Roboto;
	padding: 3px 5px;
	font-weight: 500;
	border-radius: 2px;
	font-size: 10px !important;
	color: white;
	line-height: 11px;
	text-transform: uppercase;
}

.label-exclu {
	background-color: var(--label-exclu);
}
.label-sale {
	background-color: var(--label-sales);
}
.label-rent {
	background-color: var(--label-rental);
}


/* page "détail" : taille des labels plus importante */
.itb-toolbar .label {
	font-size: 12px !important;
	padding: 7px 10px 6px;
	margin-right: 5px;
	float: left;
}

.icon-area img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px !important; 
	width: 50px;
	height: 50px;
}




div.itb-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	XXXXXXXXXXXXXXXXXXpadding: 10px 0;
	margin-bottom: 0;
}

.itb-toolbar-left {
	flex-grow: 1;
}
.itb-toolbar-left h1 {
	font-family: Roboto;
	font-size: 30px;
	font-weight: 300;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.property-toolbar-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 8px;
}

.property-toolbar-icons,
.property-toolbar-icons li {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.property-toolbar-icons .property-icon {
	width: 30px;
	height: 30px;
	background: var(--icon);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: background .2s ease;
}

.property-toolbar-icons .property-icon svg {
	width: 18px;
	height: 18px;
	fill: white;
}

.property-toolbar-icons .property-icon:hover {
	background: var(--icon-hover);
}

.property-toolbar-icons .property-fav {
	position: static !important;
}

/* annulation de ce qui est fait pour listing */
.property-toolbar-icons a.property_switchselection svg {
	padding: 0;
	background-color: transparent;
}





.property-price {
	font-family: Roboto;
	font-size: 30px;
	font-weight: 600;
}













.property-image-wrapper .owl-item .item a {
	display: block !important;
	height: 100% !important;
} 

.property-image-wrapper .owl-item .item img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}












.itb-search-line {
	display: flex;
	gap: 10px;
	align-items: center;
}

.itb-search-line select,
.itb-search-line button {
	height: 44px;
}








/* ----- Search ----- */
.search-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100%;
	padding: 5px 0 2px;
	XXXXXXXXXXbackground-color: var(--accent-1);
}

.search-bar {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
	z-index: 100;
}

.search-field {
	position: relative;
	padding: 8px 4px;
}

.search-select,
.search-multiselect .multiselect-toggle,
.search-submit {
	height: 44px;
	padding: 0 14px;
	border: none !important;
	border-radius: 10px !important;
	background: #fff;
	cursor: pointer;
	font-size: 16px;
}

/* submit */
.search-submit {
	background: #111;
	color: #fff;
}

form.search-bar > .search-field > button.search-submit {
	padding: 1px 12px !important;
	font-size: 16px;
	border-radius: 10px !important;
}

.search-field select {
	appearance: none;
	background-image: none;
	padding-right: 40px;
}
.search-multiselect {
	position: relative;
}

.search-multiselect .multiselect-toggle {
	width: 100%;
	padding-right: 40px;
	position: relative;
}

.multiselect-panel {
	display: none;
	position: fixed;
	z-index: 1000;

	min-width: 220px;
	padding: 10px;

	background: #fff;
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0,0,0,.2);
}

.multiselect-panel.open {
	display: block;
}

.multiselect-option {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
}

.multiselect-option input[type="checkbox"] {
	accent-color: var(--accent-1);
	cursor: pointer;
}

.multiselect-actions {
	display: flex;
	gap: 8px;
	margin-top: 10px;
}

.multiselect-actions button {
	flex: 1;
	padding: 6px 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #f7f7f7;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.multiselect-actions button:hover {
	background: var(--accent-1);
	color: #fff;
	border-color: var(--accent-1);
}


/* flèches */
.search-field::after,
.search-multiselect .multiselect-toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	pointer-events: none;

	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid currentColor;
}

.search-field:has(.search-submit)::after,
.search-field:has(.search-multiselect)::after {
	display: none;
}

.search-field select,
.search-multiselect .multiselect-toggle,
.search-multiselect .multiselect-option span {
	text-transform: uppercase !important;
}

.search-field .search-select {
	font-size: 16px;
}




/* listing layout "résultat recherche" (3/4 + 1/4) */
/* layout wrapper */
.listing-layout {
	width: 100%;
}

/* search layout 75 / 25 */
.listing-layout.is-search {
	/* MB
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 30px;
	*/
}

/* main grid */
.properties-grid-alt {
    display: grid;
    gap: 30px;
}

/* view modes */
.is-search.view-grid .properties-grid-alt {
	grid-template-columns: repeat(2, minmax(380px, 1fr));
}
.is-search.view-list .properties-grid-alt {
	grid-template-columns: 1fr;
}


/* forcer les items à ne pas casser la largeur */
.is-search.view-list .property-item,
.is-search.view-list .itb_properties_property {
    width: 100%;       /* important pour le carousel */
    min-width: 0;      /* important pour le flex/grid */
    box-sizing: border-box;
}

/* le wrapper du carousel */
.is-search.view-list .property-image-wrapper {
    width: 100%;
    overflow: hidden;   /* permet de conserver la slide unique visible */
}




/* sidebar */
.listing-sidebar {
	position: relative;
}

.sidebar-sticky {
	position: sticky;
	top: 120px;
}


.listing-layout.is-search {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

/* main */
.listing-content {
    flex: 1 1 75%;
    max-width: 75%;
}

/* sidebar */
.listing-sidebar {
    flex: 0 0 25%;
    max-width: 25%;
}

.listing-sidebar-inner {
    position: sticky;
    top: 20px;
    box-sizing: border-box;
    padding: 20px;
    background: white;
    max-height: calc(100vh - 40px);
    overflow: auto;
}

@media (max-width: 900px) {
    .listing-layout.is-search {
        flex-direction: column;
    }

    .listing-content,
    .listing-sidebar {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .listing-sidebar-inner {
        position: static !important;
        max-height: none;
        overflow: visible;
    }
}



/* adaptation de la carte en mode list */
.is-search.view-list .property-item {
	display: flex;
}
.is-search.view-list .itb_properties_property {
	display: flex;
	gap: 20px;
}
.is-search.view-list .property-image-wrapper {
	flex: 0 0 280px;
}
.is-search.view-list .property-data,
.is-search.view-list .property-title,
.is-search.view-list .property-content {
	flex: 1;
}



.property-toolbar-icons button {
    cursor: pointer;
    opacity: 0.5;
}

.property-toolbar-icons button.active {
    opacity: 1;
}








/* contenu de la sidebar */

.listing-sidebar h3 {
    font-family: Roboto;
    font-weight: 500 !important;
    font-size: 18px !important;
    margin-bottom: 30px !important;
	line-height: 24px !important;
	color: var(--accent-1);
}

@keyframes blink-and-fall {
	0% {opacity: 1; transform: translateY(0);}
				30% {opacity: 1; transform: translateY(0);}
	60% {opacity: 1; transform: translateY(50px);}
	100% {opacity: 1; transform: translateY(0);}
}
#blink-image {
    display: block;
    margin: auto;
    animation-name: blink-and-fall;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	vertical-align: middle;
    border-style: none;
}

#blink-arrow {
	font-size: 2em;
	display: block;
	padding-top: 2em;
	text-align: center;
	color: var(--accent-2);
	text-shadow: -1px 0 var(--accent-2), 0 1px var(--accent-2), 1px 0 var(--accent-2), 0 -1px var(--accent-2);
}

div.fake {
	background: #f7f7f7;
    margin-left: -20px;
    margin-right: -20px;
	height: 30px;
}
p.invite {
	padding-top: 20px;
	font-weight: 300;
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 24px;
	text-align: justify;
}





.property-price-list {
    display: none;
}

/* Mode list (desktop search uniquement) */
.listing-layout.is-search.view-list
.itb_properties_property {
    display: grid;
    grid-template-columns: 50% 50%;
}

.listing-layout.is-search.view-list
.property-price-overlay {
    display: none;
}

.listing-layout.is-search.view-list
.property-price-list {
    /*display: block;*/
	display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: 600;
    font-size: 18px;
	color: var(--accent-1);
}

/* Mode grid (search ou page normale) */
.listing-layout.view-grid
.property-price-overlay {
    display: block;
}

.listing-layout.view-grid
.property-price-list {
    display: none;
}

/* Mobile (forcé en grid) */
@media (max-width: 768px) {
    .property-price-overlay {
        display: block;
    }

    .property-price-list {
        display: none;
    }
}













/* MODE LIST : carte horizontale */
.is-search.view-list .property-item {
    width: 100%;
}

/* conteneur principal */
.is-search.view-list .itb_properties_property {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 0px;
    align-items: center;
}

/* image = colonne gauche */
.is-search.view-list .property-image-wrapper {
    grid-column: 1;
}

/* tout le reste à droite */
.is-search.view-list .property-title,
.is-search.view-list .property-data,
.is-search.view-list .property-content {
    grid-column: 2;
}




.property-meta {
    padding: 16px; /* ou 12 / 20 selon ton rythme global */
}

.property-meta .property-address {
	font-size: 13px;
	color: var(--accent-6);
}
.property-meta .property-title h3 a {
    font-family: var(--font-family);
    font-weight: 300 !important;
    text-transform: capitalize;	
	line-height: normal;
}


.property-meta .property-type {
    text-transform: uppercase;
    font-size: 12px;
	font-weight: 500;

}








.property-meta {
    display: flex !important;
    align-items: center !important;
}

.property-meta-main {
    width: 100% !important;
}









/*
.listing-layout {
	display: flex !important;
	flex-wrap: nowrap !important;
	width: 100% !important;
	max-width: 100% !important;
}

.listing-layout .listing-sidebar {
	flex: 0 0 25% !important;
	max-width: 25% !important;
}

.listing-layout .listing-content {
	flex: 0 0 75% !important;
	max-width: 75% !important;
	min-width: 0 !important; 
}

.listing-layout img {
	max-width: 100% !important;
	height: auto !important;
	display: block !important;
}
*/










.listing-layout.view-grid .properties-grid-alt {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.listing-content {
	min-width: 0;
}







.listing-layout.is-search,
.listing-layout.is-virtual {
	display: flex !important;
	align-items: flex-start !important;
	gap: 30px !important;
	width: 100% !important;
}


.listing-layout .listing-sidebar {
	flex: 0 0 25% !important;
	max-width: 25% !important;
}

.listing-layout .listing-content {
	flex: 0 0 75% !important;
	max-width: 75% !important;
	min-width: 0 !important; 
}








.is-virtual.view-list .itb_properties_property {
    display: grid;
    XXXXXXXXXgrid-template-columns: 380px 1fr; /* image à gauche, infos à droite */
	grid-template-columns: 50% 50%;  /* slider à gauche, infos à droite */
	grid-template-columns: minmax(380px, 50%) 1fr;
    column-gap: 24px;
    align-items: start;
}


.is-virtual.view-list .property-image-wrapper {	
    grid-column: 1;
	width: 100%;
    max-width: 100%;
}

/* OwlCarousel = 100% du container */
.is-virtual.view-list .property-image-wrapper .owl-carousel {
    width: 100%;
    display: block;
}


.is-virtual.view-list .property-title,
.is-virtual.view-list .property-data,
.is-virtual.view-list .property-content {
    grid-column: 2;
}


/* TEST : */
.property-image-wrapper { overflow: hidden !important; }
.owl-stage { display: flex !important; }







.itb_properties_property.view-list {
    display: flex !important;
    align-items: stretch !important;
}

.itb_properties_property.view-list .property-meta {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center; /* centrage vertical */
}

.itb_properties_property.view-list .property-meta-main {
    width: 100%;
}






.itb_properties_property.view-list {
    display: flex!important;
    align-items: stretch!important;
}

.itb_properties_property.view-list .property-image-wrapper,
.itb_properties_property.view-list .property-meta {
    align-self: stretch!important;
}

.itb_properties_property.view-list .property-meta {
    display: flex !important;
    align-items: center!important;
    position: relative!important;
    height: 100%!important;
}



.property-image-wrapper,
.property-image-wrapper .owl-stage-outer,
.property-image-wrapper .owl-stage,
.property-image-wrapper .owl-item,
.property-image-wrapper .item {
    height: 100%;
}



XXXXXXXXXX.property-image-wrapper { border: 2px solid red;}
XXXXXXXXXX.property-meta { border: 2px solid blue;}








.listing-layout.is-virtual.view-list .property-meta {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    height: 100%; 
    padding-left: 12px; 
}

.listing-layout.is-virtual.view-list .property-price-list {
    position: absolute;
    top: 20px;
    right: 20px;
	display: inline-block;
}




/* icone selection coté */

.selectionmenu a {
    display: inline-block; 
}

.selectionmenu a svg.heart-icon-svg {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 1px;
	margin-top: -2px;
}

.selectionmenu a svg.heart-icon-svg path {
    fill: var(--accent-2);
}