/* ===== Palette CDOI : navy / teal / crème / Inter ===== */
.cdoi-heb-wrapper {
	font-family: 'Inter', sans-serif;
	color: #12201C;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding-bottom: 4rem;
	margin-bottom: -60px;
}

/* ---------- Bandeau ---------- */
.cdoi-heb-entete {
	background: linear-gradient(135deg, #08324F, #0B3B60);
	color: #fff;
	padding: 48px 24px 40px;
	text-align: center;
	margin: 0 0 24px;
}
.cdoi-heb-entete h1 { margin: 0 0 8px; font-size: 1.9rem; color: #fff; }
.cdoi-heb-entete p { margin: 0; color: #C4D9E6; font-size: 1rem; }

/* Contenu recentré dans une colonne de lecture confortable */
.cdoi-heb-contenu {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

/* ---------- Filtres (recherche + catégorie + distance) ---------- */
.cdoi-heb-filtres {
	display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px;
}
.cdoi-heb-input {
	padding: 13px 16px; border: 1px solid #E1E6E4; border-radius: 10px;
	font-family: 'Inter', sans-serif; font-size: 14px; background: #FFFEFB; color: #12201C;
	transition: border-color .15s ease, box-shadow .15s ease;
}
#cdoi-heb-recherche { flex: 2 1 260px; }
#cdoi-heb-categorie, #cdoi-heb-distance { flex: 1 1 180px; cursor: pointer; }
.cdoi-heb-input:focus {
	outline: none; border-color: #0FA88A; box-shadow: 0 0 0 3px rgba(15,168,138,0.12);
}

/* ---------- Bandeau "Priorité CDOI" ---------- */
.cdoi-heb-priorite {
	background: #FBF3DD; border: 1px solid #EBD9A0; border-radius: 12px;
	padding: 18px 22px; margin-bottom: 28px; font-size: 14px; line-height: 1.6; color: #5B4A1E;
}
.cdoi-heb-priorite strong { color: #4A3A0D; }

/* ---------- Grille ---------- */
.cdoi-heb-grid {
	display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px;
}
.cdoi-heb-card {
	background: #FFFEFB; border: 1px solid #E1E6E4; border-radius: 14px; overflow: hidden;
	box-shadow: 0 6px 18px rgba(11,59,96,0.06); display: flex; flex-direction: column;
}
.cdoi-heb-card-photo {
	display: block; aspect-ratio: 16/10; background: #DDEAE7; overflow: hidden;
}
.cdoi-heb-card-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.cdoi-heb-card-body { padding: 18px 20px 22px; display: flex; flex-direction: column; flex: 1; }

.cdoi-heb-card-top {
	display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px;
}
.cdoi-heb-etoiles { color: #C8A96E; font-size: 15px; letter-spacing: 1px; }
.cdoi-heb-badge-distance {
	background: #EAFBF6; color: #0C7A66; font-size: 12px; font-weight: 700;
	padding: 5px 11px; border-radius: 20px; white-space: nowrap;
}

.cdoi-heb-card-body h3 { font-size: 17px; font-weight: 700; margin: 0 0 4px; color: #0B3B60; }
.cdoi-heb-sous-titre { font-size: 13px; color: #5B6B67; margin: 0 0 12px; }

.cdoi-heb-adresse { font-size: 12.5px; color: #5B6B67; margin: 0 0 10px; }
.cdoi-heb-prix { font-size: 18px; font-weight: 800; color: #0C7A66; margin: 8px 0 14px; }
.cdoi-heb-prix span { font-size: 12px; font-weight: 500; color: #8A9490; }
.cdoi-heb-contact { font-size: 13px; color: #12201C; margin: 0 0 6px; display: flex; align-items: center; gap: 6px; }
.cdoi-heb-contact em, .cdoi-heb-adresse em { color: #A9B3AE; font-style: normal; }

.cdoi-heb-btn {
	margin-top: 14px; display: inline-block; align-self: flex-start; background: #0B3B60; color: #fff;
	font-weight: 700; font-size: 13.5px; padding: 10px 18px; border-radius: 8px; text-decoration: none;
}
.cdoi-heb-btn-vide {
	background: #E1E6E4; color: #8A9490; cursor: default; pointer-events: none;
}
.cdoi-heb-btn:hover { background: #08324F; }

.cdoi-heb-aucun-resultat { text-align: center; color: #5B6B67; padding: 40px 0; }

@media (max-width: 640px) {
	.cdoi-heb-filtres { flex-direction: column; }
	#cdoi-heb-recherche, #cdoi-heb-categorie, #cdoi-heb-distance { flex: 1 1 auto; }
}
