/* Single produit — catégorie Congrès */

html {
	scroll-behavior: smooth;
}

body.product-congres .hero-section,
body.product-congres .ct-page-title,
body.product-congres .woocommerce-breadcrumb {
	display: none !important;
}

body.product-congres {
	overflow-x: clip;
}

body.product-congres #main {
	padding-top: 0;
}

body.product-congres .related.products,
body.product-congres .upsells.products {
	display: none;
}

/* Hero */

.congres-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 72vh;
	background: #111;
	color: #fff;
	overflow: hidden;
}

.congres-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.congres-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(18, 14, 10, 0.48);
	z-index: 1;
}

.congres-hero__inner {
	position: relative;
	z-index: 2;
}

.congres-hero__content {
	max-width: 720px;
	padding: 110px 0 80px;
}

.congres-inscription-header,
.congres-hero__inner,
.congres-infos__inner,
.congres-flyer__inner {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	width: var(--block-width, var(--container-width));
	max-width: var(--block-max-width, var(--normal-container-max-width));
}

.congres-hero__title {
	margin: 0 0 16px;
	color: #fff;
	font-size: clamp(2rem, 4.4vw, 3.4rem);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 0.01em;
}

.congres-hero__meta {
	margin: 0 0 32px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 22px;
	line-height: 1.5;
}

.congres-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.congres-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.congres-btn--primary {
	background: var(--theme-button-background-initial-color, #c4b39a);
	border-color: var(--theme-button-background-initial-color, #c4b39a);
	color: var(--theme-button-text-initial-color, #fff);
}

.congres-btn--primary:hover,
.congres-btn--primary:focus {
	background: var(--theme-button-background-hover-color, #b4a289);
	border-color: var(--theme-button-background-hover-color, #b4a289);
	color: var(--theme-button-text-hover-color, #fff);
}

.congres-btn--outline {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.85);
	color: #fff;
}

.congres-btn--outline:hover,
.congres-btn--outline:focus {
	background: #fff;
	border-color: #fff;
	color: #111;
}

.congres-hero .woocommerce-Price-amount,
.congres-hero .woocommerce-Price-currencySymbol {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

@media screen and max-width(768px){
	.congres-hero__meta {
		font-size: 20px;
	}
}

/* Inscription + produit Woo */

.congres-inscription-header {
	scroll-margin-top: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.congres-kicker {
	margin: 0 0 12px;
	color: #9a938a;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.congres-inscription-header__title {
	margin: 0;
	font-size: clamp(1.7rem, 2.4vw, 2.15rem);
	font-weight: 700;
	line-height: 1.2;
	color: #111;
}

body.product-congres .product-entry-wrapper {
	padding-bottom: 60px;
}

/* Informations */

.congres-infos {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: #f6f4f1;
	padding: 80px 0;
}

.congres-infos__inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 48px;
}

.congres-infos__content,
.congres-infos__content p {
	color: #5c5854;
	font-size: 18px;
	line-height: 1.65;
	margin-bottom: 0;
}

.congres-infos__content > *:first-child {
	margin-top: 0;
}

.congres-infos__content > *:last-child {
	margin-bottom: 0;
}

.congres-infos__content h1,
.congres-infos__content h2,
.congres-infos__content h3,
.congres-infos__content h4 {
	margin: 0 0 10px;
	color: #111;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.congres-infos__content a {
	color: inherit;
}

/* Flyer */

.congres-flyer {
	scroll-margin-top: 120px;
	padding: 64px 0 88px;
}

@media (max-width: 991px) {
	.congres-infos__inner {
		grid-template-columns: 1fr;
		gap: 36px;
	}
}

@media (max-width: 767px) {
	.congres-hero {
		min-height: 62vh;
	}

	.congres-hero__content {
		padding: 88px 0 56px;
	}

	.congres-infos {
		padding: 56px 0;
	}

	.congres-flyer {
		padding: 40px 0 64px;
	}
}
