body {
	background: radial-gradient(circle at top, #1f3b6c 0%, #0b1020 55%, #050712 100%);
	color: #f8f9fa;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background-attachment: fixed;
  }

.hero-section {
	min-height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 3rem 1rem 0;
	margin-bottom: 1.5rem;
}
  
@media (max-width: 576px) and (orientation: portrait) {
.hero-section .container {
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.hero-card {
	max-width: 720px;
	margin: 0 auto;
	padding: 1.5rem;
	background: rgba(8, 15, 35, 0.9);
	border-radius: 1.5rem;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.club-logo picture,
.club-logo img {
	max-width: 199px;
}

@media (min-width: 768px) {
	.hero-card {
		max-width: 100%;
		padding: 1.5rem 1.5rem 2rem;
	}
	.club-logo picture,
	.club-logo img {
		max-width: 1000px;
	}
}

.club-logo img {
	width: 100%;
	height: auto;
	max-width: 420px;
}

.hero-title {
	font-weight: 800;
	margin-top: 1.5rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-subtitle {
	font-size: 1rem;
	opacity: 0.85;
}

.hero-badges {
	margin-top: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .5rem;
}

.hero-badge {
	padding: .35rem .9rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	opacity: 0.9;
}

.hero-cta {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.hero-cta a.btn {
	min-width: 180px;
}

/* Bandeau annonce */
.annonce-wrapper {
	margin-top: 1.5rem;
}

.no-annonce {
	padding-top: 0 !important;
}

.annonce-active {
	background: linear-gradient(135deg, #f97316, #ec4899);
	color: #0b1020;
	border: 1px solid #ffe8a1;
	border-radius: 1rem;
	padding: 1rem;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
	text-align: center;
}

.annonce-titre {
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: .25rem;
	word-break: break-word;
    overflow-wrap: break-word;
}

.annonce-message {
	white-space: pre-line;
	margin-top: .25rem;
	white-space: pre-wrap;
	overflow-wrap: anywhere; /* empêche tout débordement */
    word-break: break-word;
}

.annonce-label {
	font-size: .75rem;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 700;
	opacity: 0.9;
}

/* Sections */
.section-block {
	padding: 1.5rem 0;
}

.section-block h5 {
	text-align: center;
	font-weight: 700;
	font-size: 1.15rem;
	margin-bottom: 1rem;
	padding-bottom: .4rem;
	border-bottom: 1px solid rgba(255,255,255,0.15);
}

.section-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: .6rem;
}

.section-title span.icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: rgba(13, 110, 253, 0.15);
	color: #0d6efd;
}

.card-soft {
	background: #10152a;
	border-radius: 1rem;
	padding: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.contact-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	margin-bottom: .5rem;
	font-size: .95rem;
}

.contact-label {
	opacity: 0.8;
}

.contact-value a {
	color: #0d6efd;
	text-decoration: none;
}

.contact-value a:hover {
	text-decoration: underline;
}

.schedule-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: .25rem;
	font-size: .95rem;
}

.schedule-row .day {
	opacity: 0.85;
}

.schedule-row .time {
	font-weight: 500;
}

.schedule-row .closed {
	color: #f97373;
	font-weight: 600;
}

.schedule-note {
	margin-top: .8rem;
	font-size: .9rem;
	opacity: 0.85;
}

.card-adresse {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.map-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    height: 350px; /* mobile */
	flex-grow: 1;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Tablette */
@media (min-width: 768px) {
    .map-wrapper {
        height: 380px;
    }
}

/* Écran large PC */
@media (min-width: 992px) {
    .map-wrapper {
        height: 500px;
    }
}

.range-title {
	font-weight: 600;
	margin-top: .5rem;
	margin-bottom: .25rem;
}

.range-row {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem;
	font-size: .9rem;
}

.range-row span {
	flex: 1 1 30%;
}

@media (max-width: 576px) {
	.range-row span {
		flex: 1 1 100%;
	}
}

footer a,
footer a:visited {
	color: #ffffff !important;
}

footer .text-body-secondary {
	color: #ffffff !important;
	opacity: 0.9;
}

footer a:hover {
	color: #ffffff;
}