/**
 * Espace propriétaire BIIM — interface modernisée
 */

.biim-owner-space,
body.biim-owner-space-page {
	--biim-owner-bg: #f1f5f9;
	--biim-owner-card: #ffffff;
	--biim-owner-border: rgba(15, 23, 42, 0.08);
	--biim-owner-text: #0f172a;
	--biim-owner-muted: #64748b;
	--biim-owner-blue: #003366;
	--biim-owner-gold: #c97516;
	--biim-owner-radius: 16px;
	--biim-owner-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
	--biim-owner-pad-left: 44px;
	--biim-owner-pad-right: 28px;
	background: var(--biim-owner-bg);
}

.biim-owner-shell {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 var(--biim-owner-pad-right) 48px var(--biim-owner-pad-left);
}

/* Layout : sidebar + contenu principal */
.biim-owner-layout {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
	padding-left: 12px;
}

.biim-owner-sidebar {
	flex: 0 0 280px;
	width: 280px;
	max-width: 100%;
	align-self: flex-start;
	position: sticky;
	top: 88px;
	z-index: 6;
}

.biim-owner-sidebar .ere-dashboard-sidebar-content {
	position: static;
	overflow: visible;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

/* Bloc photo / identité — inclus dans la sidebar fixe */
.biim-owner-sidebar .ere-dashboard-welcome {
	text-align: center;
	padding: 22px 16px;
	background: var(--biim-owner-card);
	border: 1px solid var(--biim-owner-border);
	border-radius: var(--biim-owner-radius);
	box-shadow: var(--biim-owner-shadow);
	margin-bottom: 12px;
}

.biim-owner-sidebar .ere-dashboard-user-info {
	padding: 0;
}

.biim-owner-sidebar .ere-dashboard-user-info h4 {
	margin: 12px 0 6px;
	font-size: 1rem;
	font-weight: 700;
	color: var(--biim-owner-text);
}

/* Menu latéral — partie de la sidebar fixe */
.biim-owner-sidebar .navbar {
	position: static;
	top: auto;
	z-index: auto;
	text-align: left;
	background: var(--biim-owner-card);
	border: 1px solid var(--biim-owner-border);
	border-radius: var(--biim-owner-radius);
	box-shadow: var(--biim-owner-shadow);
	padding: 10px 6px;
	margin: 0;
}

.biim-owner-sidebar .navbar-collapse {
	width: 100%;
	padding: 0 !important;
}

.biim-owner-sidebar .navbar-nav.ere-dashboard-nav,
.biim-owner-sidebar .ere-dashboard-nav {
	text-align: left;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	float: none;
}

.biim-owner-sidebar .ere-dashboard-nav > li {
	width: 100%;
	margin: 0 0 6px;
	padding: 0;
	text-align: left;
	float: none;
	display: block;
	border: 0;
}

.biim-owner-sidebar .ere-dashboard-nav > li > a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	width: 100%;
	padding: 11px 12px;
	border-bottom: 0;
	border-radius: 12px;
	color: var(--biim-owner-text);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.biim-owner-sidebar .ere-dashboard-nav > li.active > a {
	background: rgba(0, 51, 102, 0.08);
	color: var(--biim-owner-blue);
	box-shadow: inset 3px 0 0 var(--biim-owner-gold);
}

.biim-owner-sidebar .ere-dashboard-nav .badge {
	float: none;
	margin-left: auto;
}

.biim-owner-sidebar .ere-dashboard-nav > li > a i {
	margin-right: 10px;
	margin-left: 0;
	min-width: 18px;
	text-align: left;
	flex-shrink: 0;
}

.biim-owner-main {
	flex: 1 1 0;
	min-width: 0;
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
}

/* Onglets intégrés dans la zone de contenu (pas pleine largeur page) */
.biim-owner-main .biim-owner-inner-tabs,
.biim-owner-main .biim-profile-tabs,
.biim-owner-main .biim-owner-tab-nav,
.biim-owner-main .biim-verification-subtabs {
	width: 100%;
	max-width: 100%;
}

.biim-owner-main-panel,
.biim-owner-space .biim-owner-main .biim-profile-tab-panel,
.biim-owner-space .biim-owner-main .biim-owner-tab-panel,
body.biim-owner-space-page .biim-owner-main .biim-profile-tab-panel,
body.biim-owner-space-page .biim-owner-main .biim-owner-tab-panel {
	display: none;
	width: 100%;
}

.biim-owner-main-panel.is-active,
.biim-owner-space .biim-owner-main .biim-profile-tab-panel.is-active,
.biim-owner-space .biim-owner-main .biim-owner-tab-panel.is-active,
body.biim-owner-space-page .biim-owner-main .biim-profile-tab-panel.is-active,
body.biim-owner-space-page .biim-owner-main .biim-owner-tab-panel.is-active {
	display: block;
}

/* Masquer les sidebars dupliquées générées par ERE (une seule : .biim-owner-sidebar) */
.biim-owner-space .col-lg-3.ere-dashboard-sidebar,
.biim-owner-space .ere-dashboard-sidebar,
.biim-owner-space .ere-user-dashboard > .col-lg-3,
body.biim-owner-space-page .col-lg-3.ere-dashboard-sidebar,
body.biim-owner-space-page .ere-dashboard-sidebar,
body.biim-owner-space-page .ere-user-dashboard > .col-lg-3 {
	display: none !important;
}

.biim-owner-main .ere-user-dashboard,
.biim-owner-main .biim-owner-dashboard-content {
	display: block;
	width: 100%;
	margin: 0;
}

.biim-owner-main .ere-user-dashboard > .col-lg-9,
.biim-owner-main .ere-dashboard-content {
	flex: 1 1 100%;
	width: 100%;
	max-width: 100%;
	padding: 0;
	float: none;
}

.biim-owner-hero {
	text-align: left;
	margin-bottom: 24px;
	padding: 28px 0 8px 12px;
}

.biim-owner-hero__eyebrow {
	display: inline-block;
	margin: 0 0 8px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(0, 51, 102, 0.08);
	color: var(--biim-owner-blue);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.biim-owner-hero h1 {
	margin: 0;
	color: var(--biim-owner-blue);
	font-size: clamp(1.6rem, 2.8vw, 2.2rem);
	font-weight: 700;
	line-height: 1.2;
}

.biim-owner-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--biim-owner-border);
	box-shadow: var(--biim-owner-shadow);
	font-weight: 600;
	color: var(--biim-owner-text);
}

.biim-owner-hero__badge img {
	width: 28px;
	height: 28px;
	display: block;
}

/* Onglets profil / vérification */
.biim-owner-space .biim-profile-tabs,
body.biim-owner-space-page .biim-profile-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 24px;
	padding: 6px;
	border: 0;
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--biim-owner-shadow);
}

.biim-owner-space .biim-profile-tab,
body.biim-owner-space-page .biim-profile-tab {
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: var(--biim-owner-muted);
	padding: 11px 18px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
}

.biim-owner-space .biim-profile-tab.is-active,
body.biim-owner-space-page .biim-profile-tab.is-active {
	background: var(--biim-owner-blue);
	color: #fff;
	box-shadow: 0 6px 16px rgba(0, 51, 102, 0.22);
}

.biim-owner-space .biim-profile-tab-panel,
body.biim-owner-space-page .biim-profile-tab-panel {
	display: none;
}

.biim-owner-space .biim-profile-tab-panel.is-active,
body.biim-owner-space-page .biim-profile-tab-panel.is-active {
	display: block;
	width: 100%;
}

/* Ne pas appliquer en dehors de la zone principale */
.biim-owner-space .biim-owner-main .biim-profile-tab-panel:not(.is-active),
body.biim-owner-space-page .biim-owner-main .biim-profile-tab-panel:not(.is-active) {
	display: none;
}

.biim-owner-space .biim-profile-verification-heading,
body.biim-owner-space-page .biim-profile-verification-heading {
	margin-bottom: 18px;
	padding: 22px 24px;
	border-radius: var(--biim-owner-radius);
	background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
	border: 1px solid var(--biim-owner-border);
}

.biim-owner-space .biim-verification-subtabs,
body.biim-owner-space-page .biim-verification-subtabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
}

.biim-owner-space .biim-verification-subtab,
body.biim-owner-space-page .biim-verification-subtab {
	border: 1px solid #dbe3ef;
	border-radius: 999px;
	background: #fff;
	color: #475569;
	padding: 9px 14px;
	font-weight: 700;
	cursor: pointer;
}

.biim-owner-space .biim-verification-subtab.is-active,
body.biim-owner-space-page .biim-verification-subtab.is-active {
	background: var(--biim-owner-blue);
	border-color: var(--biim-owner-blue);
	color: #fff;
}

/* Onglets Mes résidences */
.biim-owner-space .biim-owner-tab-nav,
body.biim-owner-space-page .biim-owner-tab-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 22px;
	padding: 6px;
	border: 0;
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--biim-owner-shadow);
}

.biim-owner-space .biim-owner-tab-btn,
body.biim-owner-space-page .biim-owner-tab-btn {
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: var(--biim-owner-muted);
	font-weight: 700;
	padding: 11px 18px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.biim-owner-space .biim-owner-tab-btn.is-active,
body.biim-owner-space-page .biim-owner-tab-btn.is-active {
	background: var(--biim-owner-blue);
	color: #fff;
	box-shadow: 0 6px 16px rgba(0, 51, 102, 0.22);
}

.biim-owner-space .biim-owner-tab-panel,
body.biim-owner-space-page .biim-owner-tab-panel {
	display: none;
}

.biim-owner-space .biim-owner-tab-panel.is-active,
body.biim-owner-space-page .biim-owner-tab-panel.is-active {
	display: block;
	width: 100%;
}

/* Dashboard ERE — contenu seul, sans deuxième sidebar */
.biim-owner-space .biim-owner-main .ere-user-dashboard,
body.biim-owner-space-page .biim-owner-main .ere-user-dashboard {
	margin: 0;
	display: block !important;
	width: 100%;
}

.biim-owner-space .biim-owner-main .ere-dashboard-content,
.biim-owner-space .biim-owner-main .ere-user-dashboard > .col-lg-9,
.biim-owner-space .biim-owner-main .biim-owner-dashboard-content,
body.biim-owner-space-page .biim-owner-main .ere-dashboard-content,
body.biim-owner-space-page .biim-owner-main .ere-user-dashboard > .col-lg-9,
body.biim-owner-space-page .biim-owner-main .biim-owner-dashboard-content {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	flex: none !important;
	min-width: 0;
	padding: 0;
	float: none;
}

/* Navigation latérale — alignement à gauche (sidebar unique) */
.biim-owner-sidebar .ere-dashboard-welcome figure,
body.biim-owner-space-page .biim-owner-sidebar .ere-dashboard-welcome figure {
	float: none;
	width: 88px;
	height: 88px;
	margin: 0 auto;
	border: 3px solid #fff;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
	border-radius: 50%;
	overflow: hidden;
}

.biim-owner-sidebar .navbar-header,
body.biim-owner-space-page .biim-owner-sidebar .navbar-header {
	display: none;
}

.biim-owner-sidebar .navbar-collapse,
body.biim-owner-space-page .biim-owner-sidebar .navbar-collapse {
	display: block !important;
	height: auto !important;
	padding: 0 !important;
	overflow: visible !important;
}

/* Zone contenu principale */
.biim-owner-space .ere-dashboard-content,
.biim-owner-space .ere-my-profile,
.biim-owner-space .ere-my-properties,
.biim-owner-space .ere-my-favorites,
.biim-owner-space .ere-my-save-search,
body.biim-owner-space-page .ere-dashboard-content,
body.biim-owner-space-page .ere-my-profile,
body.biim-owner-space-page .ere-my-properties,
body.biim-owner-space-page .ere-my-favorites,
body.biim-owner-space-page .ere-my-save-search {
	display: block;
	visibility: visible;
	opacity: 1;
	width: 100%;
}

/* Cartes contenu */
.biim-owner-space .ere-card,
.biim-owner-space .card.ere-card,
body.biim-owner-space-page .ere-card,
body.biim-owner-space-page .card.ere-card {
	border: 1px solid var(--biim-owner-border);
	border-radius: var(--biim-owner-radius);
	box-shadow: var(--biim-owner-shadow);
	overflow: visible;
	margin-bottom: 20px;
	background: var(--biim-owner-card);
}

.biim-owner-space .ere-card .card-header,
.biim-owner-space .card.ere-card > .card-header,
body.biim-owner-space-page .ere-card .card-header,
body.biim-owner-space-page .card.ere-card > .card-header {
	padding: 18px 22px;
	border-bottom: 1px solid var(--biim-owner-border);
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.biim-owner-space .ere-card .card-title,
.biim-owner-space .card.ere-card .card-title,
body.biim-owner-space-page .ere-card .card-title,
body.biim-owner-space-page .card.ere-card .card-title {
	margin: 0;
	color: var(--biim-owner-blue);
	font-size: 1.05rem;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
}

.biim-owner-space .ere-card .card-body,
.biim-owner-space .card.ere-card > .card-body,
body.biim-owner-space-page .ere-card .card-body,
body.biim-owner-space-page .card.ere-card > .card-body {
	display: block;
	visibility: visible;
	opacity: 1;
	padding: 22px;
}

.biim-owner-space .ere-card .card-body .row,
body.biim-owner-space-page .ere-card .card-body .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.biim-owner-space .ere-card .card-body [class*="col-"],
body.biim-owner-space-page .ere-card .card-body [class*="col-"] {
	display: block;
	visibility: visible;
	opacity: 1;
	padding-left: 10px;
	padding-right: 10px;
}

/* Masquer uniquement les titres H2 redondants en anglais */
.biim-owner-space .ere-my-profile > h2,
.biim-owner-space .ere-my-properties > h2,
.biim-owner-space .ere-my-favorites > h2,
.biim-owner-space .ere-my-save-search > h2,
body.biim-owner-space-page .ere-my-profile > h2,
body.biim-owner-space-page .ere-my-properties > h2,
body.biim-owner-space-page .ere-my-favorites > h2,
body.biim-owner-space-page .ere-my-save-search > h2 {
	display: none;
}

/* Formulaires */
.biim-owner-space .ere-dashboard-content label,
body.biim-owner-space-page .ere-dashboard-content label {
	display: block;
	margin-bottom: 6px;
	color: #334155;
	font-size: 13px;
	font-weight: 700;
}

.biim-owner-space .ere-dashboard-content input[type="text"],
.biim-owner-space .ere-dashboard-content input[type="email"],
.biim-owner-space .ere-dashboard-content input[type="password"],
.biim-owner-space .ere-dashboard-content input[type="url"],
.biim-owner-space .ere-dashboard-content input[type="tel"],
.biim-owner-space .ere-dashboard-content input[type="number"],
.biim-owner-space .ere-dashboard-content select,
.biim-owner-space .ere-dashboard-content textarea,
body.biim-owner-space-page .ere-dashboard-content input[type="text"],
body.biim-owner-space-page .ere-dashboard-content input[type="email"],
body.biim-owner-space-page .ere-dashboard-content input[type="password"],
body.biim-owner-space-page .ere-dashboard-content input[type="url"],
body.biim-owner-space-page .ere-dashboard-content input[type="tel"],
body.biim-owner-space-page .ere-dashboard-content input[type="number"],
body.biim-owner-space-page .ere-dashboard-content select,
body.biim-owner-space-page .ere-dashboard-content textarea {
	display: block;
	width: 100%;
	border: 1px solid #dbe3ef;
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 14px;
	color: var(--biim-owner-text);
	background: #fff;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.biim-owner-space .ere-dashboard-content input:focus,
.biim-owner-space .ere-dashboard-content select:focus,
.biim-owner-space .ere-dashboard-content textarea:focus,
body.biim-owner-space-page .ere-dashboard-content input:focus,
body.biim-owner-space-page .ere-dashboard-content select:focus,
body.biim-owner-space-page .ere-dashboard-content textarea:focus {
	border-color: var(--biim-owner-blue);
	box-shadow: 0 0 0 3px rgba(0, 51, 102, 0.1);
	outline: none;
}

.biim-owner-space .ere-dashboard-content .form-group,
.biim-owner-space .ere-dashboard-content .form-check,
body.biim-owner-space-page .ere-dashboard-content .form-group,
body.biim-owner-space-page .ere-dashboard-content .form-check {
	display: block;
	margin-bottom: 16px;
}

.biim-owner-space .ere-dashboard-content .btn,
.biim-owner-space .ere-dashboard-content button[type="submit"],
.biim-owner-space .ere-dashboard-content .ere-btn,
body.biim-owner-space-page .ere-dashboard-content .btn,
body.biim-owner-space-page .ere-dashboard-content button[type="submit"],
body.biim-owner-space-page .ere-dashboard-content .ere-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	border-radius: 10px;
	padding: 11px 18px;
	background: linear-gradient(135deg, var(--biim-owner-gold) 0%, #d4a853 100%);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 6px 18px rgba(201, 117, 22, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.biim-owner-space .ere-dashboard-content .btn:hover,
.biim-owner-space .ere-dashboard-content button[type="submit"]:hover,
.biim-owner-space .ere-dashboard-content .ere-btn:hover,
body.biim-owner-space-page .ere-dashboard-content .btn:hover,
body.biim-owner-space-page .ere-dashboard-content button[type="submit"]:hover,
body.biim-owner-space-page .ere-dashboard-content .ere-btn:hover {
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(201, 117, 22, 0.32);
}

.biim-owner-space .ere-dashboard-content .btn-secondary,
.biim-owner-space .ere-dashboard-content .ere-btn-secondary,
body.biim-owner-space-page .ere-dashboard-content .btn-secondary,
body.biim-owner-space-page .ere-dashboard-content .ere-btn-secondary {
	background: #f1f5f9;
	color: var(--biim-owner-blue);
	border: 1px solid #dbe3ef;
	box-shadow: none;
}

/* Liste des résidences */
.biim-owner-space .ere__my-property-toolbar,
.biim-owner-space .ere__my-property-search,
body.biim-owner-space-page .ere__my-property-toolbar,
body.biim-owner-space-page .ere__my-property-search {
	margin-bottom: 16px;
	padding: 16px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid var(--biim-owner-border);
	box-shadow: var(--biim-owner-shadow);
}

.biim-owner-space .ere__my-property-filter,
.biim-owner-space .ere-my-properties-filter,
body.biim-owner-space-page .ere__my-property-filter,
body.biim-owner-space-page .ere-my-properties-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.biim-owner-space .ere__my-property-filter a,
.biim-owner-space .ere-my-properties-filter a,
body.biim-owner-space-page .ere__my-property-filter a,
body.biim-owner-space-page .ere-my-properties-filter a {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid #dbe3ef;
	background: #fff;
	color: #475569;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}

.biim-owner-space .ere__my-property-filter .active a,
.biim-owner-space .ere__my-property-filter a:hover,
.biim-owner-space .ere-my-properties-filter .active a,
.biim-owner-space .ere-my-properties-filter a:hover,
body.biim-owner-space-page .ere__my-property-filter .active a,
body.biim-owner-space-page .ere__my-property-filter a:hover,
body.biim-owner-space-page .ere-my-properties-filter .active a,
body.biim-owner-space-page .ere-my-properties-filter a:hover {
	background: rgba(0, 51, 102, 0.08);
	border-color: rgba(0, 51, 102, 0.2);
	color: var(--biim-owner-blue);
}

.biim-owner-space .ere__my-property-list .ere__property-item,
body.biim-owner-space-page .ere__my-property-list .ere__property-item {
	margin-bottom: 14px;
}

.biim-owner-space .ere__my-property-list .ere__property-item-inner,
body.biim-owner-space-page .ere__my-property-list .ere__property-item-inner {
	display: flex;
	align-items: stretch;
	gap: 18px;
	padding: 14px;
	border: 1px solid var(--biim-owner-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--biim-owner-shadow);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.biim-owner-space .ere__my-property-list .ere__property-item-inner:hover,
body.biim-owner-space-page .ere__my-property-list .ere__property-item-inner:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
}

.biim-owner-space .ere__my-property-list .ere__property-image,
body.biim-owner-space-page .ere__my-property-list .ere__property-image {
	width: 148px;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
}

.biim-owner-space .ere__my-property-list .ere__property-image img,
body.biim-owner-space-page .ere__my-property-list .ere__property-image img {
	width: 100%;
	height: 110px;
	object-fit: cover;
	border-radius: 10px;
}

.biim-owner-space .ere__loop-my-property-title a,
body.biim-owner-space-page .ere__loop-my-property-title a {
	color: var(--biim-owner-blue);
	font-size: 1.05rem;
	font-weight: 700;
	text-decoration: none;
}

.biim-owner-space .ere__loop-my-property-meta,
body.biim-owner-space-page .ere__loop-my-property-meta {
	color: var(--biim-owner-muted);
	font-size: 13px;
}

.biim-owner-space .ere__loop-my-property-action,
body.biim-owner-space-page .ere__loop-my-property-action {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.biim-owner-space .ere__loop-my-property-action a,
.biim-owner-space .ere__loop-my-property-action button,
body.biim-owner-space-page .ere__loop-my-property-action a,
body.biim-owner-space-page .ere__loop-my-property-action button {
	border: 1px solid #dbe3ef !important;
	border-radius: 8px !important;
	padding: 8px 14px !important;
	background: #fff !important;
	color: var(--biim-owner-blue) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	box-shadow: none !important;
}

.biim-owner-space .ere__loop-my-property-action a:hover,
.biim-owner-space .ere__loop-my-property-action button:hover,
body.biim-owner-space-page .ere__loop-my-property-action a:hover,
body.biim-owner-space-page .ere__loop-my-property-action button:hover {
	background: #f8fafc !important;
	border-color: var(--biim-owner-blue) !important;
}

/* Favoris / recherches */
.biim-owner-space .ere-my-favorites,
.biim-owner-space .ere-my-save-search,
body.biim-owner-space-page .ere-my-favorites,
body.biim-owner-space-page .ere-my-save-search {
	padding: 28px;
	border-radius: var(--biim-owner-radius);
	background: #fff;
	border: 1px solid var(--biim-owner-border);
	box-shadow: var(--biim-owner-shadow);
}

.biim-owner-space .ere-my-favorites p,
.biim-owner-space .ere-my-save-search p,
body.biim-owner-space-page .ere-my-favorites p,
body.biim-owner-space-page .ere-my-save-search p {
	margin: 0;
	color: var(--biim-owner-muted);
	text-align: center;
	font-size: 15px;
}

/* Réservations */
.biim-owner-space .biim-reservation-filters,
body.biim-owner-space-page .biim-reservation-filters {
	display: grid;
	grid-template-columns: 2fr repeat(3, minmax(0, 1fr)) auto;
	gap: 10px;
	margin-bottom: 16px;
	padding: 16px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid var(--biim-owner-border);
	box-shadow: var(--biim-owner-shadow);
}

.biim-owner-space .biim-reservation-item,
body.biim-owner-space-page .biim-reservation-item {
	border: 1px solid var(--biim-owner-border);
	border-radius: 14px;
	padding: 16px 18px;
	background: #fff;
	box-shadow: var(--biim-owner-shadow);
}

.biim-owner-space .not-logged-in-message,
body.biim-owner-space-page .not-logged-in-message {
	text-align: center;
	padding: 48px 24px;
	border-radius: var(--biim-owner-radius);
	background: #fff;
	border: 1px solid var(--biim-owner-border);
	box-shadow: var(--biim-owner-shadow);
}

.biim-owner-space .not-logged-in-message .btn,
body.biim-owner-space-page .not-logged-in-message .btn {
	border-radius: 10px;
	background: var(--biim-owner-blue);
}

.biim-owner-space .jumbotron.ere-account-agent,
body.biim-owner-space-page .jumbotron.ere-account-agent {
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid var(--biim-owner-border);
}

@media (max-width: 991px) {
	.biim-owner-space,
	body.biim-owner-space-page {
		--biim-owner-pad-left: 28px;
		--biim-owner-pad-right: 20px;
	}

	.biim-owner-layout {
		flex-direction: column;
		padding-left: 8px;
	}

	.biim-owner-sidebar,
	.biim-owner-main {
		flex: 1 1 100%;
		width: 100%;
	}

	.biim-owner-main {
		padding-left: 16px;
		padding-right: 16px;
	}

	.biim-owner-sidebar {
		position: static;
		top: auto;
	}

	.biim-owner-sidebar .navbar-header,
	body.biim-owner-space-page .biim-owner-sidebar .navbar-header {
		display: block;
	}

	.biim-owner-space .ere__my-property-list .ere__property-item-inner,
	body.biim-owner-space-page .ere__my-property-list .ere__property-item-inner {
		flex-wrap: wrap;
	}

	.biim-owner-space .ere__my-property-list .ere__property-image,
	body.biim-owner-space-page .ere__my-property-list .ere__property-image {
		width: 100%;
	}

	.biim-owner-space .biim-reservation-filters,
	body.biim-owner-space-page .biim-reservation-filters {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.biim-owner-space,
	body.biim-owner-space-page {
		--biim-owner-pad-left: 20px;
		--biim-owner-pad-right: 14px;
	}

	.biim-owner-hero {
		padding-left: 8px;
	}

	.biim-owner-layout {
		padding-left: 4px;
	}

	.biim-owner-main {
		padding-left: 12px;
		padding-right: 12px;
	}

	.biim-owner-space .biim-profile-tabs,
	.biim-owner-space .biim-owner-tab-nav,
	body.biim-owner-space-page .biim-profile-tabs,
	body.biim-owner-space-page .biim-owner-tab-nav {
		flex-direction: column;
	}

	.biim-owner-space .biim-profile-tab,
	.biim-owner-space .biim-owner-tab-btn,
	body.biim-owner-space-page .biim-profile-tab,
	body.biim-owner-space-page .biim-owner-tab-btn {
		width: 100%;
		text-align: center;
	}
}
