/* Page d'accueil - refonte visuelle */

.hero-section {
	background: linear-gradient(135deg, #337AB7 0%, #24507f 100%);
	color: #ffffff;
	padding: 50px 20px 40px;
	text-align: center;
	border-radius: 0 0 18px 18px;
	margin-bottom: 30px;
}

.hero-title {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #ffffff;
}

.hero-subtitle {
	font-size: 16px;
	opacity: .9;
	margin-bottom: 26px;
}

.hero-search {
	max-width: 560px;
	margin: 0 auto 22px;
	display: flex;
}

.hero-search input[type="text"] {
	flex: 1;
	height: 46px;
	border-radius: 6px 0 0 6px;
	border: none;
	padding: 0 16px;
	font-size: 15px;
}

.hero-search button {
	height: 46px;
	border-radius: 0 6px 6px 0;
	border: none;
	background: #ffffff;
	color: #337AB7;
	font-weight: 700;
	padding: 0 20px;
	cursor: pointer;
}

.hero-search button:hover {
	background: #eaf2fa;
}

.hero-cta .btn {
	margin: 6px 8px;
	min-width: 190px;
	font-weight: 600;
}

.section-title {
	font-size: 23px;
	font-weight: 700;
	color: #2c3e50;
	text-align: center;
	margin: 10px 0 22px;
}

.idees-header-band {
	background: linear-gradient(135deg, #337AB7 0%, #24507f 100%);
	border-radius: 12px;
	padding: 24px 20px;
	margin: 30px 0 24px;
}

.idees-header-band .section-title {
	color: #ffffff;
	margin-bottom: 8px;
}

.idees-header-band .section-subtitle {
	color: rgba(255, 255, 255, .85);
	margin: 0;
}

.section-subtitle {
	text-align: center;
	color: #7b8794;
	font-size: 14px;
	margin: -14px 0 26px;
}

.event-card {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
	padding: 18px;
	margin-bottom: 22px;
	height: 100%;
	transition: transform .15s ease, box-shadow .15s ease;
}

.event-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}

.event-card .event-date {
	color: #337AB7;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .03em;
}

.event-card .event-title {
	font-size: 17px;
	font-weight: 700;
	margin: 8px 0 4px;
	color: #2c3e50;
}

.event-card .event-title a {
	color: inherit;
	text-decoration: none;
}

.event-card .event-title a:hover {
	color: #337AB7;
}

.event-card .event-ville {
	color: #7b8794;
	font-size: 13px;
	margin-bottom: 10px;
}

.event-card .event-desc {
	font-size: 13px;
	color: #4a5560;
}

.ad-slot {
	text-align: center;
	margin: 10px 0 36px;
}

.idees-sorties-wrap {
	margin-top: 10px;
}

/* ---------- Page consulter.php ---------- */

.filter-toolbar {
	background: linear-gradient(135deg, #337AB7 0%, #24507f 100%);
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
	padding: 20px;
	margin-bottom: 26px;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
}

.filter-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.filter-item strong {
	color: #ffffff;
	white-space: nowrap;
}

.filter-toolbar .btn-primary,
.filter-toolbar .btn-warning {
	background: #ffffff;
	border-color: #ffffff;
	color: #337AB7;
}

.filter-toolbar .btn-primary:hover,
.filter-toolbar .btn-primary:focus,
.filter-toolbar .btn-warning:hover,
.filter-toolbar .btn-warning:focus {
	background: #eaf2fa;
	border-color: #eaf2fa;
	color: #24507f;
}

#contenuAnnonces {
	text-align: left;
}

#contenuAnnonces h3 {
	color: #67686b;
}

#contenuAnnonces .bgBlue {
	background: linear-gradient(135deg, #337AB7 0%, #24507f 100%);
	border-radius: 10px 10px 0 0;
	padding: 10px 18px;
}

#contenuAnnonces .bgBlue h3 {
	margin: 0;
	font-size: 16px;
	color: #ffffff;
}

#contenuAnnonces .bgCyan {
	background: #eaf2fa;
	padding: 16px;
}

#contenuAnnonces .bgWhite {
	background: #ffffff;
	padding: 16px;
}

#contenuAnnonces .bgWhite h1 {
	font-size: 19px;
	color: #2c3e50;
}

#contenuAnnonces .row:has(.bgCyan),
#contenuAnnonces .row:has(.bgWhite) {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
	border-radius: 0 0 10px 10px;
	margin-bottom: 28px;
	overflow: hidden;
}
