/* ========== HEADER VIDEO ========= */
/* Slogan en Contrail One et centré */
.site-description {
	font-family: 'Contrail One', sans-serif !important;
	font-size: 22px;
/* ajuste la taille si besoin */
	font-weight: 400;
	text-align: center;
	display: block;
	margin: 0 auto;
/* recentre proprement */
}

/* Titre du site et slogan en blanc */
.site-title a,
.site-description {
	color: #ffffff !important;
}

/* Centrer le logo et réduire la marge au-dessus */
.custom-logo {
	display: block;
	margin: 10px auto 0;
/* réduit la marge en haut (10px), centre horizontalement */
	max-width: 220px;
/* ajuste la taille si tu veux qu’il soit plus petit */
	height: auto;
}

/* Logo desktop */
.custom-logo {
	display: block;
	margin: 10px auto 0;
	max-width: 220px;
	height: auto;
}

/* Logo plus petit sur tablette &amp; mobile */
@media (max-width: 1024px) {
	.custom-logo {
		max-width: 140px;
		margin-top: 5px;
	}
}

/* Ne pas couper le texte du titre */
@media (max-width: 1024px) {
	.site-title a {
		white-space: nowrap;
	}
}

/* Repositionner le bouton menu mobile/tablette en haut à gauche */
@media (max-width: 1024px) {
	.menu-toggle.main-header-menu-toggle {
		position: absolute;
		top: 10px;
		left: 10px;
		margin: 0;
		z-index: 9999;
	}
}

/* Réduire gros titre (mobile + tablette) */
@media (max-width: 1024px) {
	.vc_custom_1757495809687 {
		font-size: 40px !important;
		line-height: 1.2 !important;
	}
}

.single-tribe_events h4 {
	font-weight: 400;
}

/* ======== FIN HEADER VIDEO ======= */
/* ===== MENU : BOUTON RESERVER ==== */
@media (max-width: 1024px) {
	.event-left .booking-link {
		display: block;
		width: 80%;
	/* largeur adaptée */
		margin: 10px auto;
	/* centré horizontalement */
	}
}

/* Texte du bouton RÉSERVER dans le menu */
.ast-custom-button {
	color: #ffffff !important;
/* texte toujours blanc */
}

/*Masquer le lien "RESERVER" dans le menu desktop uniquement */
@media (min-width: 1025px) {
	a.menu-link[href*="billetterie-astree.mapado.com"],
													  nav a[href*="billetterie-astree.mapado.com"] {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}
}

/* Garder le bouton rose "RÉSERVER" (ast-custom-button) toujours visible */
.ast-custom-button {
	display: inline-block !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

/* === FIN MENU: BOUTON RESERVER === */
/* ========== PAGE D'ACCUEIL ======= */
/* H3 responsive "DES TARIFS ACCESSIBLES..." */
.vc_custom_1764165917324 {
	font-size: clamp(28px, 6vw, 70px) !important;
	line-height: 1.2 !important;
}

/* Hover desktop */
.event-left .booking-link:hover {
	background-color: #00B2A9 !important;
/* bleu plus foncé */
	border-color: #00B2A9;
/* bord plus foncé */
	color: #fff !important;
}

/* ======= FIN PAGE D'ACCUEIL ====== */
/* ========= SAISON 25 26 ==== */
/* Layout responsive jusqu'à tablette */
@media (max-width: 1024px) {
	.event-left, .event-right {
		flex: 0 0 100%;
		text-align: left;
	}
	
	.event-header-image img {
		max-width: 100%;
	}
	
	.event-container {
		padding: 10px;
	}
	
	.event-title {
		font-size: 1.5rem;
	}
}

/* Titres des spectacles --&gt; les rendre responsives */
h2[style*="text-align: center"] {
	font-family: 'Contrail One', sans-serif !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	word-break: keep-all !important;
	overflow-wrap: normal !important;
	white-space: normal !important;
	text-wrap: balance;
	margin: .5em auto;
	text-align: center !important;
	max-width: 95%;
}

/* ===== FIN PROGRAMMATION PAGE ==== */
/* === PAGE EVENEMENT SINGLE === */
/* H2 uniquement sur pages Événement */
body.single-event .entry-content h2,
body.single-event .wpb_wrapper h2,
body.post-type-archive-event h2,
body.tax-event-categories h2,
body.single-tribe_events .entry-content h2,
body.tribe-events-page-template h2 {
	font-family: 'Contrail One', sans-serif !important;
	font-size: 30px !important;
	font-weight: 400 !important;
	line-height: 1.3 !important;
}

/* Bouton réserver stylisé */
.wp-block-button__link.wp-element-button.btn-reserver {
	color: #ffffff !important;
/* texte blanc */
	background-color: #00b2a9;
/* bleu de base */
	border-radius: 8px;
/* coins arrondis */
	border: 2px solid #00b2a9;
/* même couleur que fond */
	padding: 6px 30px;
/* rectangle horizontal */
	font-size: 16px;
	text-decoration: none;
	transition: all .2s ease;
}

.wp-block-button__link.wp-element-button.btn-reserver:hover {
	background-color: #ffffff !important;
	color: #00b2a9 !important;
	border: 2px solid #00b2a9 !important;
}

//* Premier widget de la sidebar : petit espace en haut */
#secondary .widget:first-child {
	margin-top: 10px !important;
/* petit espace au-dessus */
	padding-top: 0 !important;
}

/* Supprimer les paragraphes vides inutiles */
#secondary p:empty {
	display: none;
	margin: 0;
	padding: 0;
}

/* Arrondir les bords de la sidebar */
.sidebar-main {
	border-radius: 12px;
/* ajuste la valeur pour plus ou moins d'arrondi */
	overflow: hidden;
/* pour que le contenu ne dépasse pas les coins arrondis */
}

.ast-separate-container.ast-two-container #secondary .widget {
	background-color: var(--ast-global-color-5) !important;
	border-radius: 12px;
	padding: 20px;
}

/* === FIN PAGE EVENEMENT SINGLE === */