/* ========== HEADER VIDEO ========= */
/* ===== 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;
}

/*pour qu'en mode mobile la sidebar apparaissent avant le contenu principal*/
@media (max-width: 768px) {
	.ast-container {
		display: flex !important;
		flex-direction: column !important;
	}
	
	#secondary {
		order: -1 !important;
	}
}

/* ACCORDÉONS : voir en header */
/* === FIN PAGE EVENEMENT SINGLE === */
/*pour que les catégories d'événement apparaissent joliement sur les grids*/