:root {
	--ajlb-blue: #071bb8;
	--ajlb-blue-bright: #0878ff;
	--ajlb-red: #ff2a55;
	--ajlb-club-black: #050506;
	--ajlb-ink: #070814;
	--ajlb-muted: #5d667a;
	--ajlb-paper: #f7f8fc;
	--ajlb-line: #e3e7f2;
}

body {
	color: var(--ajlb-ink);
	font-family: Arial, Helvetica, sans-serif;
	overflow-wrap: normal;
	word-break: normal;
}

#page-container,
#main-content,
.entry-content,
.et_pb_section,
.et_pb_row,
.et_pb_column,
.et_pb_module,
.et_pb_text_inner,
.ajlb-card {
	min-width: 0;
}

p,
li,
a,
strong,
span {
	overflow-wrap: break-word;
	word-break: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.et_pb_module_header {
	hyphens: none;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.entry-title a,
.entry-title span,
.et_pb_module_header a,
.et_pb_module_header span,
.ajlb-title a,
.ajlb-title span {
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
}

.single-post #main-content .container::before,
.ajlb-single-fullwidth #main-content .container::before {
	display: none;
}

.single-post #left-area,
.ajlb-single-fullwidth #left-area {
	float: none;
	padding-right: 0;
	width: 100%;
}

.single-post #content-area,
.ajlb-single-fullwidth #content-area {
	width: 100%;
}

.single-post #sidebar,
.ajlb-single-fullwidth #sidebar {
	display: none;
}

.single-post article,
.single-post .et_post_meta_wrapper,
.ajlb-single-fullwidth article,
.ajlb-single-fullwidth .et_post_meta_wrapper {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.single-post article.ajlb-single-article {
	margin: 0;
	max-width: none;
	width: 100%;
}

.single-post #main-content .container {
	max-width: none;
	padding-top: 0;
	width: 100%;
}

.single-post .wp-site-blocks > header.wp-block-group:first-child,
.single-post .wp-site-blocks > hr.wp-block-separator,
.single-post main#wp--skip-link--target > .wp-block-group.is-layout-constrained:first-child {
	display: none !important;
}

.ajlb-article-nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 4px solid var(--ajlb-red);
	box-shadow: 0 10px 34px rgba(7, 8, 20, 0.08);
	box-sizing: border-box;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 92px;
	padding: 12px max(22px, calc((100vw - 1180px) / 2));
	position: sticky;
	top: 0;
	width: 100vw;
	z-index: 10030;
}

.single-post .entry-content > .ajlb-article-nav,
.single-post .entry-content > .ajlb-single-rendered,
.single-post .entry-content > .ajlb-article-footer {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.ajlb-article-nav-logo {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
	text-decoration: none;
}

.ajlb-article-nav-logo img {
	display: block;
	height: 68px;
	object-fit: contain;
	width: 68px;
}

.ajlb-article-nav-logo span {
	color: var(--ajlb-ink);
	font-size: 22px;
	font-weight: 950;
}

.ajlb-article-nav-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	min-width: 0;
}

.ajlb-article-nav-links a {
	border-radius: 8px;
	color: var(--ajlb-club-black) !important;
	font-size: 16px;
	font-weight: 950;
	line-height: 1;
	padding: 13px 14px;
	text-decoration: none;
	transition: background 170ms ease, color 170ms ease, transform 170ms ease;
}

.ajlb-article-nav-links a:hover,
.ajlb-article-nav-links a:focus-visible {
	background: var(--ajlb-paper);
	color: var(--ajlb-red) !important;
	transform: translateY(-1px);
}

.ajlb-article-nav-links .ajlb-article-nav-cta {
	background: var(--ajlb-red);
	box-shadow: 0 14px 30px rgba(255, 42, 85, 0.26);
	color: #fff !important;
	padding-left: 20px;
	padding-right: 20px;
}

.ajlb-article-nav-links .ajlb-article-nav-cta:hover,
.ajlb-article-nav-links .ajlb-article-nav-cta:focus-visible {
	background: var(--ajlb-club-black);
	color: #fff !important;
}

.ajlb-article-top-menu-nav,
.ajlb-article-nav #top-menu {
	float: none !important;
	line-height: 1 !important;
}

.ajlb-article-nav #top-menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}

.ajlb-article-nav #top-menu > li {
	align-items: center;
	display: inline-flex;
	padding-right: 0;
}

.ajlb-article-nav #top-menu > li > a {
	border-radius: 8px;
	color: var(--ajlb-club-black) !important;
	font-size: 16px;
	font-weight: 950;
	line-height: 1;
	padding: 13px 14px !important;
}

.ajlb-article-nav #top-menu > li.ajlb-nav-cta > a {
	background: var(--ajlb-red);
	box-shadow: 0 14px 30px rgba(255, 42, 85, 0.26);
	color: #fff !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.single-post #left-area > article:not(.ajlb-single-article) {
	margin: 0;
	max-width: none;
	width: 100%;
}

.single-post .et_post_meta_wrapper > .entry-title,
.single-post .et_post_meta_wrapper > .post-meta,
.single-post .et_post_meta_wrapper > .et_featured_image {
	display: none;
}

@media (max-width: 980px) {
	.ajlb-article-nav {
		align-items: center;
		gap: 14px;
		min-height: 78px;
		overflow: hidden;
		padding-bottom: 10px;
		padding-top: 10px;
		position: sticky;
	}

	.ajlb-article-nav-logo img {
		height: 54px;
		width: 54px;
	}

	.ajlb-article-nav-links {
		flex: 1 1 auto;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.ajlb-article-nav #top-menu {
		display: flex !important;
		flex-wrap: nowrap;
		gap: 6px;
		justify-content: flex-start;
		min-width: max-content;
		overflow: visible;
	}

	.ajlb-article-nav #top-menu > li {
		padding-right: 0 !important;
	}

	.ajlb-article-nav #top-menu > li > a,
	.ajlb-article-nav-links > a {
		font-size: 14px;
		padding: 11px 12px !important;
		white-space: nowrap;
	}

	.ajlb-article-nav #top-menu > li > ul.sub-menu {
		display: none !important;
	}
}

.ajlb-single-main {
	background: var(--ajlb-paper);
}

.ajlb-single-rendered {
	background: var(--ajlb-paper);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.ajlb-single-rendered .ajlb-single-hero {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}

.ajlb-single-hero {
	box-sizing: border-box;
	display: flex;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: clamp(380px, 56vh, 620px);
	padding: clamp(76px, 9vw, 120px) max(24px, calc((100vw - 1180px) / 2));
	width: 100vw;
}

.ajlb-single-hero-inner {
	align-self: flex-end;
	max-width: 1040px;
	position: relative;
	z-index: 2;
}

.ajlb-single-hero .ajlb-title h1 {
	color: #fff !important;
	font-size: clamp(48px, 8vw, 112px);
	line-height: 0.98;
	margin: 18px 0 18px;
	max-width: 980px;
}

.ajlb-single-meta {
	align-items: center;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 850;
	gap: 10px 18px;
	text-shadow: 0 12px 34px rgba(0, 0, 0, 0.38);
}

.ajlb-single-meta span {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	padding: 8px 12px;
}

.ajlb-single-layout {
	display: grid;
	gap: clamp(28px, 4vw, 52px);
	grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(44px, 6vw, 84px) 24px;
}

.ajlb-single-content {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	box-shadow: 0 18px 46px rgba(7, 8, 20, 0.08);
	color: var(--ajlb-ink);
	font-size: clamp(18px, 1.8vw, 21px);
	line-height: 1.72;
	padding: clamp(26px, 4vw, 52px);
}

.ajlb-single-content > *:first-child {
	margin-top: 0;
}

.ajlb-single-content > *:last-child {
	margin-bottom: 0;
}

.ajlb-single-content p {
	margin-bottom: 1.1em;
}

.ajlb-single-content h2 {
	color: var(--ajlb-ink);
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 950;
	line-height: 1.12;
	margin: 1.35em 0 0.55em;
}

.ajlb-original-post {
	border-left: 6px solid var(--ajlb-red);
	font-size: 1.04em;
	font-weight: 650;
	margin-bottom: clamp(24px, 4vw, 40px);
	padding-left: 22px;
}

.ajlb-single-lead {
	color: var(--ajlb-ink);
	font-size: clamp(22px, 2.2vw, 30px);
	font-weight: 850;
	line-height: 1.28;
	margin-bottom: 28px !important;
}

.ajlb-single-section-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
}

.ajlb-single-info-card {
	box-shadow: none;
	font-size: 17px;
	line-height: 1.55;
	padding: 24px;
}

.ajlb-single-info-card h2 {
	font-size: clamp(22px, 2vw, 28px);
	margin: 0 0 12px;
}

.ajlb-single-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.ajlb-single-aside {
	display: grid;
	gap: 18px;
	align-content: start;
}

.ajlb-single-side-card {
	position: sticky;
	top: 116px;
}

.ajlb-single-side-card + .ajlb-single-side-card {
	top: 358px;
}

.ajlb-single-side-card h2 {
	font-size: 24px;
	margin-bottom: 12px;
}

.ajlb-single-side-card p {
	font-size: 16px;
	line-height: 1.55;
}

.ajlb-single-side-card .et_pb_button {
	margin-top: 8px;
}

.ajlb-article-footer {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

#main-header {
	box-shadow: 0 8px 28px rgba(7, 8, 20, 0.08);
	background: #fff;
	z-index: 10020 !important;
}

#main-header #logo {
	max-height: 72px;
	width: auto;
}

#et_top_search {
	display: none !important;
}

#main-header {
	border-bottom: 3px solid var(--ajlb-red);
}

#top-menu li a {
	color: var(--ajlb-club-black) !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 950;
	letter-spacing: 0;
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
}

.mobile_menu_bar::before {
	color: var(--ajlb-red) !important;
}

.et_mobile_menu {
	border-top-color: var(--ajlb-red) !important;
}

.et_mobile_menu li a {
	color: var(--ajlb-club-black) !important;
	font-weight: 800;
}

.ajlb-site-footer {
	background: #050506 !important;
	color: #fff;
	margin-top: 0;
}

.ajlb-footer-main {
	background:
		linear-gradient(135deg, rgba(255, 42, 85, 0.2), transparent 32%),
		linear-gradient(180deg, #11121a 0%, #050506 100%);
	border-top: 5px solid var(--ajlb-red);
	padding: 62px 0 52px;
}

.ajlb-footer-main .container {
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.6fr);
	max-width: 1180px;
	width: min(92%, 1180px);
}

.ajlb-footer-brand {
	align-items: flex-start;
	display: flex;
	gap: 18px;
	min-width: 0;
}

.ajlb-footer-logo-link {
	align-items: center;
	background: #fff;
	border: 2px solid rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
	display: flex;
	flex: 0 0 86px;
	height: 86px;
	justify-content: center;
	transition: transform 180ms ease, box-shadow 180ms ease;
	width: 86px;
}

.ajlb-footer-logo-link:hover,
.ajlb-footer-logo-link:focus-visible {
	box-shadow: 0 22px 42px rgba(255, 42, 85, 0.25);
	transform: translateY(-3px);
}

.ajlb-footer-logo-link img {
	display: block;
	height: 72px;
	object-fit: contain;
	width: 72px;
}

.ajlb-footer-kicker {
	color: var(--ajlb-red);
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.03em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ajlb-footer-brand h2 {
	color: #fff;
	font-size: clamp(25px, 2.2vw, 34px);
	font-weight: 950;
	line-height: 1.05;
	margin: 0 0 12px;
	max-width: 460px;
}

.ajlb-footer-brand p:not(.ajlb-footer-kicker) {
	color: rgba(255, 255, 255, 0.76);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
	max-width: 440px;
}

.ajlb-footer-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.ajlb-footer-button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	padding: 13px 16px;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.ajlb-footer-button-red {
	background: var(--ajlb-red);
	color: #fff !important;
}

.ajlb-footer-button-dark {
	background: #fff;
	color: var(--ajlb-club-black) !important;
}

.ajlb-footer-button:hover,
.ajlb-footer-button:focus-visible {
	transform: translateY(-2px);
}

.ajlb-footer-button-red:hover,
.ajlb-footer-button-red:focus-visible {
	background: #fff;
	color: var(--ajlb-club-black) !important;
}

.ajlb-footer-button-dark:hover,
.ajlb-footer-button-dark:focus-visible {
	background: var(--ajlb-red);
	color: #fff !important;
}

.ajlb-footer-nav {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ajlb-footer-column {
	min-width: 0;
}

.ajlb-footer-column h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 950;
	line-height: 1.15;
	margin: 0 0 17px;
	padding-bottom: 12px;
	position: relative;
}

.ajlb-footer-column h3::after {
	background: var(--ajlb-red);
	border-radius: 99px;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 46px;
}

.ajlb-footer-column ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ajlb-footer-column li {
	line-height: 1.35;
	margin: 0;
	padding: 0;
}

.ajlb-footer-column a {
	color: rgba(255, 255, 255, 0.76) !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
	padding: 2px 0;
	text-decoration: none;
	transition: color 160ms ease, transform 160ms ease;
}

.ajlb-footer-column a:hover,
.ajlb-footer-column a:focus-visible {
	color: #fff !important;
	transform: translateX(4px);
}

.ajlb-footer-bottom {
	background: #000 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 18px 0 !important;
}

.ajlb-footer-bottom .container {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	max-width: 1180px;
	width: min(92%, 1180px);
}

.ajlb-footer-bottom p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	margin: 0;
}

.ajlb-footer-bottom-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-end;
}

.ajlb-footer-bottom-links a {
	color: rgba(255, 255, 255, 0.68) !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: color 160ms ease;
}

.ajlb-footer-bottom-links a:hover,
.ajlb-footer-bottom-links a:focus-visible {
	color: #fff !important;
}

.cookieadmin-poweredby {
	display: none !important;
}

@media (min-width: 981px) {
	#main-header .container {
		position: relative;
		z-index: 2;
	}

	#top-menu li {
		padding-right: 8px;
	}

	#top-menu li a {
		font-size: 16px;
		line-height: 1 !important;
	}

	#top-menu > li {
		position: relative;
	}

	#top-menu > li > a {
		border-radius: 8px;
		padding: 13px 14px !important;
		transition: color 180ms ease, transform 180ms ease;
	}

	#top-menu > li.menu-item-has-children > a:first-child {
		align-items: center;
		display: inline-flex !important;
		gap: 8px;
		padding-right: 14px !important;
	}

	#top-menu > li.menu-item-has-children > a:first-child::after {
		content: "3";
		display: inline-block;
		font-family: "ETmodules";
		font-size: 16px;
		font-weight: 800;
		line-height: 1;
		margin-left: 2px;
		position: static !important;
		right: auto !important;
		top: auto !important;
		transform: translateY(1px);
	}

	#top-menu > li.ajlb-mega-menu > a:first-child::after {
		color: currentColor;
	}

	#top-menu > li > a:hover {
		color: var(--ajlb-red) !important;
		transform: translateY(-1px);
	}

	#top-menu > li.ajlb-nav-cta > a {
		background: var(--ajlb-red);
		box-shadow: 0 14px 30px rgba(255, 42, 85, 0.28);
		color: #fff !important;
		margin-top: 0;
		padding: 13px 20px !important;
	}

	#top-menu > li.ajlb-nav-cta > a:hover {
		background: var(--ajlb-club-black);
		color: #fff !important;
	}

	#top-menu > li.ajlb-mega-menu {
		position: static;
	}

	#top-menu > li.ajlb-mega-menu > ul.sub-menu {
		background: #fff;
		border: 0;
		border-bottom: 1px solid rgba(7, 8, 20, 0.18);
		border-top: 1px solid rgba(255, 42, 85, 0.22);
		border-radius: 0;
		box-shadow: 0 18px 42px rgba(7, 8, 20, 0.16);
		display: grid !important;
		gap: 22px 42px;
		grid-template-columns: repeat(4, minmax(170px, 1fr));
		left: 50% !important;
		max-height: calc(100vh - var(--ajlb-mega-top, 92px));
		overflow-y: auto;
		padding: 24px max(42px, calc((100vw - 1180px) / 2)) 32px !important;
		position: fixed !important;
		top: var(--ajlb-mega-top, 92px);
		transform: translateX(-50%) translateY(8px);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
		width: 100vw !important;
		z-index: 10000;
	}

	#top-menu > li.ajlb-mega-menu:not(:hover) > ul.sub-menu {
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}

	#top-menu > li.ajlb-mega-menu:hover > ul.sub-menu,
	#top-menu > li.ajlb-mega-menu:focus-within > ul.sub-menu,
	#top-menu > li.ajlb-mega-menu.et-show-dropdown > ul.sub-menu {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(-50%) translateY(0);
		visibility: visible;
	}

	#top-menu > li.ajlb-mega-menu > ul.sub-menu::before {
		align-items: center;
		background: transparent;
		border-bottom: 1px solid rgba(7, 8, 20, 0.1);
		border-left: 6px solid var(--ajlb-red);
		color: var(--ajlb-club-black);
		content: "Menu";
		display: flex;
		font-size: 23px;
		font-weight: 900;
		grid-column: 1 / -1;
		letter-spacing: 0;
		line-height: 1.1;
		margin: 0 0 2px;
		min-height: 42px;
		padding: 0 0 14px 16px;
		text-align: left;
	}

	#top-menu > li.ajlb-mega-club > ul.sub-menu {
		width: 100vw !important;
	}

	#top-menu > li.ajlb-mega-club > ul.sub-menu::before {
		content: "Le club et la vie associative";
	}

	#top-menu > li.ajlb-mega-practice > ul.sub-menu::before {
		content: "Pratiquer";
	}

	#top-menu > li.ajlb-mega-competition > ul.sub-menu::before {
		content: "Compétition";
	}

	#top-menu > li.ajlb-mega-menu > ul.sub-menu li {
		display: block !important;
		float: none !important;
		padding: 0 !important;
		position: static !important;
		width: auto !important;
	}

	#top-menu > li.ajlb-mega-menu > ul.sub-menu li a {
		background: transparent;
		border: 0;
		border-radius: 0;
		color: var(--ajlb-ink) !important;
		display: block;
		font-size: 14px;
		font-weight: 650;
		hyphens: none;
		line-height: 1.35;
		min-height: 0;
		overflow-wrap: normal;
		padding: 8px 0 !important;
		transition: color 180ms ease, padding-left 180ms ease;
		white-space: normal;
		width: auto !important;
		word-break: normal;
	}

	#top-menu > li.ajlb-mega-menu > ul.sub-menu li a:hover {
		color: var(--ajlb-red) !important;
		padding-left: 7px !important;
	}

	#top-menu > li.ajlb-mega-menu > ul.sub-menu > li:not(.ajlb-mega-heading) > a {
		border-left: 3px solid transparent;
		font-weight: 850;
		padding-left: 12px !important;
	}

	#top-menu > li.ajlb-mega-menu > ul.sub-menu > li:not(.ajlb-mega-heading) > a:hover {
		border-left-color: var(--ajlb-red);
		padding-left: 18px !important;
	}

	#top-menu > li.ajlb-mega-menu > ul.sub-menu > li.ajlb-mega-heading > a {
		border-bottom: 4px solid var(--ajlb-red);
		color: var(--ajlb-club-black) !important;
		cursor: default;
		display: inline-block;
		font-size: 20px;
		font-weight: 950;
		line-height: 1.12;
		margin-bottom: 14px;
		padding: 0 0 10px !important;
		position: relative;
	}

	#top-menu > li.ajlb-mega-menu > ul.sub-menu > li.ajlb-mega-heading > a::after {
		display: none;
	}

	#top-menu > li.ajlb-mega-menu > ul.sub-menu > li.ajlb-mega-heading > a:hover {
		color: var(--ajlb-club-black) !important;
		padding-left: 0 !important;
	}

	#top-menu > li.ajlb-mega-menu > ul.sub-menu > li.ajlb-mega-heading > ul.sub-menu {
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		display: block !important;
		left: auto !important;
		opacity: 1 !important;
		padding: 0 !important;
		position: static !important;
		top: auto !important;
		transform: none !important;
		visibility: visible !important;
		width: auto !important;
	}

	#top-menu > li.ajlb-mega-menu > ul.sub-menu > li.ajlb-mega-heading > ul.sub-menu li {
		clear: both !important;
		display: block !important;
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
	}

	#top-menu > li.ajlb-mega-menu > ul.sub-menu > li.ajlb-mega-heading > ul.sub-menu li a {
		color: #1f2430 !important;
		display: block !important;
		font-size: 14px;
		font-weight: 550;
		line-height: 1.35;
		padding: 7px 0 !important;
		width: 100% !important;
	}

}

.ajlb-hero {
	--ajlb-hero-photo: url("/wp-content/plugins/ajlb-club-tools/assets/import/home_gymnase_large_2026.jpeg");
	--ajlb-drone-pointer-x: 0px;
	--ajlb-drone-pointer-y: 0px;
	position: relative;
	overflow: hidden;
	background: var(--ajlb-ink);
	background-image: var(--ajlb-hero-photo) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	isolation: isolate;
	min-height: clamp(560px, 72vh, 760px);
}

.ajlb-hero::before {
	background:
		linear-gradient(90deg, rgba(5, 5, 6, 0.52) 0%, rgba(5, 5, 6, 0.38) 30%, rgba(5, 5, 6, 0.72) 61%, rgba(5, 5, 6, 0.86) 100%),
		linear-gradient(0deg, rgba(5, 5, 6, 0.34), rgba(5, 5, 6, 0.03)),
		var(--ajlb-hero-photo) center center / cover no-repeat;
	content: "";
	filter: saturate(1.08) contrast(1.04);
	inset: -22%;
	position: absolute;
	transform: translate3d(var(--ajlb-drone-pointer-x), var(--ajlb-drone-pointer-y), 0) scale(1.06);
	transform-origin: 50% 52%;
	will-change: transform;
	z-index: 0;
}

.ajlb-hero::after {
	background-image: url("/wp-content/plugins/ajlb-club-tools/assets/import/logo.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	filter: grayscale(1) brightness(0) invert(1) drop-shadow(0 24px 48px rgba(0, 0, 0, 0.36));
	height: 88%;
	left: clamp(18px, 4vw, 58px);
	mix-blend-mode: screen;
	opacity: 0.72;
	pointer-events: none;
	position: absolute;
	top: 6%;
	width: min(32vw, 360px);
	z-index: 2;
}

.ajlb-hero .et_pb_row {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	padding-left: min(34vw, 390px) !important;
	position: relative;
	z-index: 3;
}

@keyframes ajlbDroneFlight {
	0% {
		transform: translate3d(calc(0% + var(--ajlb-drone-pointer-x)), calc(0% + var(--ajlb-drone-pointer-y)), 0) scale(1.06);
		transform-origin: 50% 52%;
	}

	12% {
		transform: translate3d(calc(3% + var(--ajlb-drone-pointer-x)), calc(-2% + var(--ajlb-drone-pointer-y)), 0) scale(1.22);
		transform-origin: 40% 62%;
	}

	28% {
		transform: translate3d(calc(18% + var(--ajlb-drone-pointer-x)), calc(-17% + var(--ajlb-drone-pointer-y)), 0) scale(2.18);
		transform-origin: 31% 69%;
	}

	40% {
		transform: translate3d(calc(17% + var(--ajlb-drone-pointer-x)), calc(-17.5% + var(--ajlb-drone-pointer-y)), 0) scale(2.24);
		transform-origin: 31% 69%;
	}

	58% {
		transform: translate3d(calc(-18% + var(--ajlb-drone-pointer-x)), calc(-15.5% + var(--ajlb-drone-pointer-y)), 0) scale(2.08);
		transform-origin: 66% 65%;
	}

	70% {
		transform: translate3d(calc(-19% + var(--ajlb-drone-pointer-x)), calc(-15% + var(--ajlb-drone-pointer-y)), 0) scale(2.14);
		transform-origin: 66% 65%;
	}

	86% {
		transform: translate3d(calc(-2% + var(--ajlb-drone-pointer-x)), calc(-2% + var(--ajlb-drone-pointer-y)), 0) scale(1.24);
		transform-origin: 52% 58%;
	}

	100% {
		transform: translate3d(calc(0% + var(--ajlb-drone-pointer-x)), calc(0% + var(--ajlb-drone-pointer-y)), 0) scale(1.06);
		transform-origin: 50% 52%;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.ajlb-hero::before {
		animation: ajlbDroneFlight 52s cubic-bezier(0.45, 0, 0.18, 1) infinite;
	}
}

.ajlb-hero,
.ajlb-hero h1,
.ajlb-hero h2,
.ajlb-hero h3,
.ajlb-hero p,
.ajlb-hero .et_pb_text_inner {
	color: #fff !important;
}

.ajlb-hero .ajlb-kicker {
	color: var(--ajlb-red) !important;
}

.ajlb-photo-hero {
	background-color: var(--ajlb-ink);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	isolation: isolate;
	min-height: clamp(390px, 52vh, 580px);
	overflow: hidden;
	position: relative;
}

.ajlb-club-presentation-hero {
	background-image: var(--ajlb-photo-hero-url) !important;
}

html body div.et_pb_section.ajlb-club-presentation-hero {
	background-image: url("https://ajlaboisse.f-grandjean.fr/wp-content/uploads/2026/06/home_gymnase_large_2026.jpeg") !important;
	background-position: center !important;
	background-size: cover !important;
}

.ajlb-photo-hero::before {
	background:
		linear-gradient(90deg, rgba(5, 5, 6, 0.78) 0%, rgba(5, 5, 6, 0.62) 42%, rgba(5, 5, 6, 0.22) 100%),
		linear-gradient(0deg, rgba(5, 5, 6, 0.42), rgba(5, 5, 6, 0.05));
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.ajlb-photo-hero .et_pb_row {
	max-width: 1180px;
	position: relative;
	z-index: 2;
}

.ajlb-photo-hero,
.ajlb-photo-hero h1,
.ajlb-photo-hero h2,
.ajlb-photo-hero h3,
.ajlb-photo-hero p,
.ajlb-photo-hero li,
.ajlb-photo-hero .et_pb_text_inner {
	color: #fff !important;
}

.ajlb-photo-hero .ajlb-title h1,
.ajlb-photo-hero .ajlb-title h2 {
	max-width: 900px;
	text-shadow: 0 20px 52px rgba(0, 0, 0, 0.38);
}

.ajlb-photo-hero p:not(.ajlb-kicker) {
	max-width: 740px;
	text-shadow: 0 12px 32px rgba(0, 0, 0, 0.34);
}

.ajlb-photo-hero .ajlb-kicker {
	background: rgba(255, 42, 85, 0.92);
	border-radius: 999px;
	color: #fff !important;
	display: inline-block;
	padding: 7px 12px;
}

.ajlb-photo-hero .ajlb-card {
	background: rgba(255, 255, 255, 0.94);
	color: var(--ajlb-ink);
	text-shadow: none;
}

.ajlb-photo-hero .ajlb-card h3,
.ajlb-photo-hero .ajlb-card p,
.ajlb-photo-hero .ajlb-card li {
	color: var(--ajlb-ink) !important;
	text-shadow: none;
}

.ajlb-practice-hero.ajlb-photo-hero,
.ajlb-sporteasy-guide-hero.ajlb-photo-hero,
.ajlb-pingpocket-hero.ajlb-photo-hero {
	box-sizing: border-box;
	margin-left: calc(50% - 50vw);
	max-width: none;
	padding: clamp(64px, 8vw, 96px) max(24px, calc((100vw - 1180px) / 2));
	width: 100vw;
}

.ajlb-practice-hero.ajlb-photo-hero {
	grid-template-columns: minmax(0, 1fr);
	margin-right: calc(50% - 50vw);
	min-height: clamp(430px, 58vh, 640px);
}

.ajlb-practice-hero.ajlb-photo-hero .ajlb-practice-hero-copy,
.ajlb-sporteasy-guide-hero.ajlb-photo-hero > *,
.ajlb-pingpocket-hero.ajlb-photo-hero > * {
	position: relative;
	z-index: 2;
}

.ajlb-practice-hero.ajlb-photo-hero .ajlb-practice-hero-copy {
	max-width: 830px;
}

.ajlb-practice-hero.ajlb-photo-hero h1 {
	color: #fff;
	font-size: clamp(42px, 6vw, 76px);
	text-shadow: 0 20px 52px rgba(0, 0, 0, 0.38);
}

.ajlb-practice-hero.ajlb-photo-hero .ajlb-lead {
	color: rgba(255, 255, 255, 0.92);
	text-shadow: 0 12px 32px rgba(0, 0, 0, 0.34);
}

.ajlb-sporteasy-guide-hero.ajlb-photo-hero,
.ajlb-pingpocket-hero.ajlb-photo-hero {
	min-height: clamp(430px, 52vh, 610px);
}

.ajlb-sporteasy-guide-hero.ajlb-photo-hero .ajlb-title h1,
.ajlb-pingpocket-hero.ajlb-photo-hero .ajlb-title h1 {
	font-size: clamp(36px, 4.8vw, 62px);
	line-height: 1.06;
}

.ajlb-practice-badge {
	background: rgba(255, 255, 255, 0.92);
	border-left: 6px solid var(--ajlb-red);
	border-radius: 8px;
	color: var(--ajlb-ink);
	display: inline-block;
	font-size: 13px;
	font-weight: 900;
	margin-top: 8px;
	padding: 10px 13px;
	text-transform: uppercase;
}

.ajlb-kicker {
	color: var(--ajlb-red);
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.ajlb-title h1,
.ajlb-title h2,
.ajlb-title h3 {
	font-weight: 900;
	hyphens: none;
	line-height: 1.04;
	letter-spacing: 0;
	max-width: 100%;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.ajlb-title h1 {
	font-size: clamp(38px, 4.8vw, 70px);
}

.ajlb-title h2 {
	font-size: clamp(31px, 3.9vw, 52px);
}

.ajlb-title h3 {
	font-size: clamp(23px, 2.8vw, 34px);
}

.ajlb-hero-line {
	font-size: clamp(22px, 3vw, 36px);
	font-weight: 900;
	line-height: 1.08;
	margin-bottom: 14px;
}

.ajlb-section {
	background: #fff;
}

.ajlb-section-soft {
	background: var(--ajlb-paper);
}

.ajlb-card {
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	background: #fff;
	padding: 24px;
	box-shadow: 0 18px 44px rgba(7, 8, 20, 0.08);
	min-width: 0;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	will-change: transform;
}

.ajlb-card:hover,
.ajlb-card:focus-within {
	border-color: rgba(255, 42, 85, 0.32);
	box-shadow: 0 22px 54px rgba(7, 8, 20, 0.13);
	transform: translateY(-3px);
}

.ajlb-card h3 {
	font-weight: 900;
	line-height: 1.14;
	hyphens: none;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.ajlb-card p:last-child,
.ajlb-card ul:last-child,
.ajlb-card ol:last-child {
	margin-bottom: 0;
}

.ajlb-board-section .et_pb_row + .et_pb_row {
	padding-top: 18px;
}

.ajlb-member-card {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.ajlb-member-card::before {
	background: var(--ajlb-red);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ajlb-member-photo {
	aspect-ratio: 1;
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: 0 16px 34px rgba(7, 8, 20, 0.18);
	height: 112px;
	overflow: hidden;
	width: 112px;
}

.ajlb-member-photo img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ajlb-member-role {
	background: rgba(255, 42, 85, 0.1);
	border: 1px solid rgba(255, 42, 85, 0.2);
	border-radius: 999px;
	color: var(--ajlb-red);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 2px 0 0;
	padding: 8px 11px;
	text-transform: uppercase;
}

.ajlb-member-card h3 {
	font-size: clamp(22px, 2.2vw, 30px);
	margin: 0;
}

.ajlb-member-card p {
	max-width: 30rem;
}

.ajlb-member-card-compact::before {
	background: var(--ajlb-ink);
}

.ajlb-member-card-compact .ajlb-member-role {
	background: rgba(7, 8, 20, 0.06);
	border-color: rgba(7, 8, 20, 0.12);
	color: var(--ajlb-ink);
}

.ajlb-association-note {
	background: #fff;
	border: 1px solid rgba(7, 8, 20, 0.1);
	border-left: 6px solid var(--ajlb-red);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(7, 8, 20, 0.08);
	padding: 24px;
}

.ajlb-association-note strong {
	display: block;
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 900;
	line-height: 1.12;
	margin-bottom: 8px;
}

.ajlb-association-note p:last-child {
	margin-bottom: 0;
}

.ajlb-practice-page {
	background: #fff;
	color: var(--ajlb-ink);
	overflow: hidden;
}

.ajlb-practice-page h1,
.ajlb-practice-page h2,
.ajlb-practice-page h3,
.ajlb-practice-card h2,
.ajlb-practice-flow li strong {
	hyphens: none !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

.ajlb-shortcode-canvas.et_pb_section {
	padding: 0 !important;
}

.ajlb-shortcode-canvas .et_pb_row {
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

.ajlb-shortcode-canvas .et_pb_column,
.ajlb-shortcode-canvas .et_pb_module,
.ajlb-shortcode-canvas .et_pb_text_inner {
	width: 100%;
}

.ajlb-practice-hero,
.ajlb-practice-flow,
.ajlb-practice-focus,
.ajlb-practice-form,
.ajlb-practice-next {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	margin: 0 auto;
	max-width: 1180px;
	padding: 72px 24px;
	width: 100%;
}

.ajlb-practice-hero {
	align-items: center;
	min-height: 520px;
}

.ajlb-practice-hero h1,
.ajlb-practice-flow h2,
.ajlb-practice-focus h2,
.ajlb-practice-form h2,
.ajlb-practice-next h2 {
	font-weight: 900;
	hyphens: none;
	letter-spacing: 0;
	line-height: 1.08;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.ajlb-practice-hero h1 {
	color: var(--ajlb-blue);
	font-size: clamp(40px, 5.2vw, 72px);
	margin-bottom: 18px;
}

.ajlb-practice-flow h2,
.ajlb-practice-focus h2,
.ajlb-practice-form h2,
.ajlb-practice-next h2 {
	font-size: clamp(28px, 3.5vw, 46px);
}

.ajlb-practice-page .ajlb-lead {
	color: #252a38;
	font-size: clamp(19px, 2vw, 24px);
	line-height: 1.42;
	max-width: 760px;
}

.ajlb-practice-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
	min-width: 0;
}

.ajlb-practice-visual {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	box-shadow: 0 26px 70px rgba(7, 8, 20, 0.16);
	margin: 0;
	overflow: hidden;
	position: relative;
}

.ajlb-practice-visual img,
.ajlb-practice-focus img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ajlb-practice-visual figcaption {
	background: var(--ajlb-red);
	bottom: 18px;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	left: 18px;
	letter-spacing: 0;
	padding: 9px 12px;
	position: absolute;
	text-transform: uppercase;
}

.ajlb-practice-stats,
.ajlb-practice-grid {
	display: grid;
	gap: 18px;
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 24px 72px;
	width: 100%;
}

.ajlb-practice-stats {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ajlb-practice-stats div {
	background: var(--ajlb-paper);
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	padding: 22px;
}

.ajlb-practice-stats strong {
	color: var(--ajlb-blue);
	display: block;
	font-size: clamp(28px, 4vw, 46px);
	font-weight: 900;
	hyphens: none;
	line-height: 1;
	overflow-wrap: normal;
	word-break: normal;
}

.ajlb-practice-stats span {
	color: var(--ajlb-muted);
	display: block;
	font-size: 15px;
	font-weight: 800;
	margin-top: 8px;
}

.ajlb-practice-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ajlb-practice-gallery {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 24px 72px;
	width: 100%;
}

.ajlb-practice-gallery-head {
	margin-bottom: 24px;
	max-width: 820px;
}

.ajlb-practice-gallery h2 {
	color: var(--ajlb-club-black);
	font-size: clamp(28px, 3.5vw, 46px);
	font-weight: 950;
	hyphens: none;
	line-height: 1.08;
	margin: 0 0 12px;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.ajlb-practice-gallery-head p {
	color: #252a38;
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
}

.ajlb-practice-gallery-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ajlb-practice-gallery figure {
	aspect-ratio: 4 / 3;
	background: var(--ajlb-paper);
	border-radius: 8px;
	box-shadow: 0 20px 48px rgba(7, 8, 20, 0.1);
	margin: 0;
	overflow: hidden;
	position: relative;
}

.ajlb-practice-gallery img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease, filter 260ms ease;
	width: 100%;
}

.ajlb-practice-gallery figcaption {
	background: linear-gradient(180deg, transparent 0%, rgba(7, 8, 20, 0.88) 100%);
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 850;
	left: 0;
	line-height: 1.35;
	opacity: 0;
	padding: 46px 18px 18px;
	position: absolute;
	right: 0;
	transform: translateY(8px);
	transition: opacity 220ms ease, transform 220ms ease;
}

.ajlb-practice-gallery figure:hover img,
.ajlb-practice-gallery figure:focus-within img {
	filter: saturate(1.08) contrast(1.04);
	transform: scale(1.035);
}

.ajlb-practice-gallery figure:hover figcaption,
.ajlb-practice-gallery figure:focus-within figcaption {
	opacity: 1;
	transform: translateY(0);
}

.ajlb-practice-card h2 {
	font-size: clamp(23px, 2.4vw, 32px);
	font-weight: 900;
	hyphens: none;
	line-height: 1.08;
	margin-bottom: 12px;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.ajlb-practice-flow,
.ajlb-practice-form,
.ajlb-practice-next {
	align-items: start;
	background: var(--ajlb-paper);
	max-width: none;
	padding-left: max(24px, calc((100vw - 1180px) / 2 + 24px));
	padding-right: max(24px, calc((100vw - 1180px) / 2 + 24px));
}

.ajlb-practice-flow ol {
	counter-reset: practice-step;
	display: grid;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ajlb-practice-flow li {
	align-items: start;
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	display: grid;
	gap: 14px;
	grid-template-columns: 44px minmax(0, 1fr);
	line-height: 1.45;
	padding: 18px;
}

.ajlb-practice-flow li::before {
	align-items: center;
	background: var(--ajlb-blue);
	color: #fff;
	content: counter(practice-step);
	counter-increment: practice-step;
	display: flex;
	font-weight: 900;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.ajlb-practice-focus {
	align-items: center;
}

.ajlb-practice-focus-red {
	background: var(--ajlb-red);
	color: #fff;
	max-width: none;
	padding-left: max(24px, calc((100vw - 1180px) / 2 + 24px));
	padding-right: max(24px, calc((100vw - 1180px) / 2 + 24px));
}

.ajlb-practice-focus-red .ajlb-kicker,
.ajlb-practice-focus-red h2,
.ajlb-practice-focus-red p {
	color: #fff !important;
}

.ajlb-practice-focus img {
	aspect-ratio: 16 / 10;
	border-radius: 8px;
	box-shadow: 0 26px 70px rgba(7, 8, 20, 0.18);
}

.ajlb-practice-form .ajlb-contact-form {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(7, 8, 20, 0.08);
	padding: 24px;
}

.ajlb-practice-next {
	background: #fff;
	display: block;
	text-align: center;
}

.ajlb-practice-next p {
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
}

.ajlb-practice-next .ajlb-practice-actions {
	justify-content: center;
}

.ajlb-club-presentation {
	background: #fff;
	color: var(--ajlb-ink);
	overflow: hidden;
}

.ajlb-club-presentation h2,
.ajlb-club-presentation h3 {
	color: var(--ajlb-club-black);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
	text-wrap: balance;
}

.ajlb-club-presentation h2 {
	font-size: clamp(34px, 5vw, 72px);
	max-width: 920px;
}

.ajlb-club-presentation h3 {
	font-size: clamp(22px, 2.2vw, 31px);
}

.ajlb-club-presentation p {
	color: #252a38;
	font-size: 18px;
	line-height: 1.62;
	margin: 0;
}

.ajlb-club-presentation .ajlb-lead {
	color: var(--ajlb-ink);
	font-size: clamp(20px, 2vw, 25px);
	line-height: 1.48;
	margin-top: 18px;
	max-width: 900px;
}

.ajlb-club-intro,
.ajlb-club-reasons,
.ajlb-club-profiles,
.ajlb-club-split,
.ajlb-club-final-cta {
	margin: 0 auto;
	max-width: 1180px;
	padding: 78px 24px;
	width: 100%;
}

.ajlb-club-intro,
.ajlb-club-photo-band,
.ajlb-club-split {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
}

.ajlb-club-intro-copy > p:last-child {
	margin-top: 18px;
}

.ajlb-club-presentation-image {
	background: var(--ajlb-paper);
	border-radius: 8px;
	box-shadow: 0 24px 64px rgba(7, 8, 20, 0.13);
	margin: 0;
	overflow: hidden;
	position: relative;
}

.ajlb-club-presentation-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 360ms ease, filter 360ms ease;
	width: 100%;
}

.ajlb-club-presentation-image:hover img,
.ajlb-club-presentation-image:focus-within img {
	filter: saturate(1.05) contrast(1.04);
	transform: scale(1.025);
}

.ajlb-club-intro-photo {
	aspect-ratio: 16 / 10;
}

.ajlb-section-heading {
	margin-bottom: 30px;
	max-width: 930px;
}

.ajlb-section-heading h2 {
	margin-bottom: 16px;
}

.ajlb-club-reason-grid,
.ajlb-club-profile-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ajlb-club-reason-card {
	border-top: 6px solid var(--ajlb-red);
	min-height: 238px;
}

.ajlb-club-reason-card p {
	color: var(--ajlb-muted);
	font-size: 16px;
	margin-top: 12px;
}

.ajlb-club-photo-band {
	background: var(--ajlb-club-black);
	color: #fff;
	margin: 0;
	max-width: none;
	padding: 82px max(24px, calc((100vw - 1180px) / 2 + 24px));
}

.ajlb-club-photo-band h2,
.ajlb-club-photo-band p,
.ajlb-club-photo-band .ajlb-kicker {
	color: #fff !important;
}

.ajlb-club-photo-band p {
	max-width: 680px;
}

.ajlb-club-band-photo {
	aspect-ratio: 16 / 10;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

.ajlb-club-profile-card {
	background: var(--ajlb-paper);
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	color: var(--ajlb-ink);
	display: grid;
	gap: 10px;
	min-height: 160px;
	padding: 22px;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ajlb-club-profile-card strong {
	color: var(--ajlb-club-black);
	font-size: 24px;
	font-weight: 950;
}

.ajlb-club-profile-card span {
	color: var(--ajlb-muted);
	font-size: 16px;
	line-height: 1.45;
}

.ajlb-club-profile-card:hover,
.ajlb-club-profile-card:focus-visible {
	border-color: rgba(255, 42, 85, 0.62);
	box-shadow: 0 18px 44px rgba(7, 8, 20, 0.1);
	transform: translateY(-3px);
}

.ajlb-club-markers {
	background: var(--ajlb-paper);
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 42px max(24px, calc((100vw - 1180px) / 2 + 24px));
}

.ajlb-club-markers div {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	padding: 22px;
}

.ajlb-club-markers strong {
	color: var(--ajlb-red);
	display: block;
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 950;
	line-height: 1;
}

.ajlb-club-markers span {
	color: var(--ajlb-muted);
	display: block;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	margin-top: 10px;
}

.ajlb-club-split {
	grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
}

.ajlb-club-split p {
	max-width: 720px;
}

.ajlb-club-split-gallery {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ajlb-club-split-gallery .ajlb-club-presentation-image {
	aspect-ratio: 4 / 5;
}

.ajlb-club-final-cta {
	background: var(--ajlb-red);
	color: #fff;
	max-width: none;
	padding-left: max(24px, calc((100vw - 1180px) / 2 + 24px));
	padding-right: max(24px, calc((100vw - 1180px) / 2 + 24px));
	text-align: center;
}

.ajlb-club-final-cta h2,
.ajlb-club-final-cta p,
.ajlb-club-final-cta .ajlb-kicker {
	color: #fff !important;
	margin-left: auto;
	margin-right: auto;
}

.ajlb-club-final-cta p:not(.ajlb-kicker) {
	max-width: 820px;
}

.ajlb-club-final-cta .ajlb-button-row {
	justify-content: center;
}

.ajlb-note {
	border-top: 6px solid var(--ajlb-blue-bright);
}

.ajlb-stat {
	border-left: 6px solid var(--ajlb-red);
	padding-left: 18px;
}

.ajlb-stat strong {
	color: var(--ajlb-blue);
	display: block;
	font-size: 34px;
	font-weight: 900;
	line-height: 1;
}

.ajlb-button .et_pb_button,
.et_pb_button {
	border-radius: 6px !important;
	border: 0 !important;
	box-shadow: 0 14px 34px rgba(7, 8, 20, 0.16);
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-weight: 900 !important;
	letter-spacing: 0 !important;
	line-height: 1.1 !important;
	max-width: 100%;
	min-height: 44px;
	hyphens: none;
	overflow-wrap: normal;
	overflow: hidden;
	padding: 13px 20px !important;
	position: relative;
	text-align: center;
	text-shadow: none !important;
	transform: translateZ(0);
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	white-space: normal !important;
	word-break: normal;
}

.et_pb_button::after {
	display: none !important;
}

.et_pb_button::before,
.ajlb-contact-form button::before {
	background: #fff;
	border-radius: 999px;
	box-shadow: 0 0 0 2px rgba(7, 8, 20, 0.14);
	content: "";
	height: 12px;
	left: -22px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 160ms ease, transform 420ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 12px;
}

.et_pb_button:hover,
.ajlb-contact-form button:hover {
	box-shadow: 0 18px 42px rgba(7, 8, 20, 0.22);
	transform: translateY(-2px);
}

.et_pb_button:hover::before,
.ajlb-contact-form button:hover::before {
	opacity: 1;
	transform: translate(calc(100% + 230px), -50%);
}

.et_pb_button.ajlb-button-hit,
.ajlb-contact-form button.ajlb-button-hit,
#top-menu a.ajlb-button-hit {
	animation: ajlb-button-hit 360ms ease;
}

.ajlb-button-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
	min-width: 0;
}

.ajlb-button-row .et_pb_button {
	margin: 0;
}

.ajlb-hero .et_pb_button_module_wrapper {
	display: inline-block;
	margin: 16px 10px 0 0;
}

.ajlb-hero .et_pb_button {
	background: var(--ajlb-red) !important;
	color: #fff !important;
}

.ajlb-hero .ajlb-button-row .et_pb_button:nth-child(2),
.ajlb-hero .ajlb-button-black {
	background: var(--ajlb-club-black) !important;
	color: #fff !important;
}

.ajlb-hero .ajlb-button-row .et_pb_button:nth-child(3) {
	background: var(--ajlb-red) !important;
	color: #fff !important;
}

.ajlb-blue-band {
	background: var(--ajlb-blue);
	color: #fff;
}

.ajlb-blue-band h2,
.ajlb-blue-band h3,
.ajlb-blue-band p {
	color: #fff;
}

.ajlb-red-band {
	background: var(--ajlb-red);
	color: #fff;
}

.ajlb-red-band h2,
.ajlb-red-band h3,
.ajlb-red-band p {
	color: #fff;
}

.ajlb-gallery img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
}

img.ajlb-gallery,
.ajlb-gallery img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.ajlb-media-gallery {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ajlb-media-gallery-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ajlb-media-gallery-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ajlb-media-gallery-item {
	background: #fff;
	border: 1px solid rgba(9, 16, 31, 0.08);
	border-radius: var(--ajlb-radius);
	box-shadow: 0 14px 38px rgba(10, 18, 32, 0.08);
	cursor: pointer;
	margin: 0;
	overflow: hidden;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ajlb-media-gallery-item img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 420ms ease;
	width: 100%;
}

.ajlb-media-gallery-item::after {
	background: linear-gradient(180deg, rgba(5, 5, 6, 0), rgba(5, 5, 6, 0.76));
	content: "";
	inset: auto 0 0;
	height: 48%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 180ms ease;
}

.ajlb-media-gallery-item figcaption {
	background: rgba(5, 5, 6, 0.78);
	border-left: 4px solid var(--ajlb-red);
	border-radius: 8px;
	bottom: 14px;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	left: 14px;
	line-height: 1.35;
	opacity: 0;
	padding: 10px 12px;
	pointer-events: none;
	position: absolute;
	right: 14px;
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease;
	z-index: 2;
}

.ajlb-media-gallery-item:hover,
.ajlb-media-gallery-item:focus,
.ajlb-media-gallery-item:focus-within,
.ajlb-media-gallery-item.is-caption-open {
	border-color: rgba(255, 42, 85, 0.38);
	box-shadow: 0 22px 52px rgba(7, 8, 20, 0.16);
	transform: translateY(-3px);
	outline: none;
}

.ajlb-media-gallery-item:hover img,
.ajlb-media-gallery-item:focus img,
.ajlb-media-gallery-item:focus-within img,
.ajlb-media-gallery-item.is-caption-open img {
	transform: scale(1.035);
}

.ajlb-media-gallery-item:hover::after,
.ajlb-media-gallery-item:focus::after,
.ajlb-media-gallery-item:focus-within::after,
.ajlb-media-gallery-item.is-caption-open::after,
.ajlb-media-gallery-item:hover figcaption,
.ajlb-media-gallery-item:focus figcaption,
.ajlb-media-gallery-item:focus-within figcaption,
.ajlb-media-gallery-item.is-caption-open figcaption {
	opacity: 1;
	transform: translateY(0);
}

.ajlb-media-gallery-item.is-caption-open::after {
	opacity: 1 !important;
}

.ajlb-media-gallery-item.is-caption-open figcaption {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

.ajlb-gallery-hub {
	display: grid;
	gap: 72px;
}

.ajlb-gallery-index {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 34px 0 10px;
}

.ajlb-gallery-index-card {
	background: #fff;
	border: 1px solid rgba(9, 16, 31, 0.08);
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(10, 18, 32, 0.08);
	color: var(--ajlb-club-black);
	display: grid;
	gap: 10px;
	min-height: 132px;
	padding: 22px;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ajlb-gallery-index-card span {
	color: var(--ajlb-red);
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ajlb-gallery-index-card strong {
	font-size: clamp(20px, 2vw, 27px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.08;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.ajlb-gallery-index-card:hover,
.ajlb-gallery-index-card:focus {
	border-color: rgba(214, 0, 28, 0.34);
	box-shadow: 0 22px 54px rgba(10, 18, 32, 0.14);
	color: var(--ajlb-club-black);
	outline: none;
	transform: translateY(-3px);
}

.ajlb-gallery-theme {
	scroll-margin-top: 130px;
}

.ajlb-gallery-theme-head {
	margin-bottom: 28px;
	max-width: 880px;
}

.ajlb-gallery-theme-head .ajlb-title {
	margin-bottom: 14px;
}

.ajlb-gallery-theme-head p:last-child {
	max-width: 760px;
}

.ajlb-gallery-theme-esprit-club,
.ajlb-gallery-theme-anniversaire {
	background: linear-gradient(135deg, rgba(255, 42, 85, 0.06), rgba(18, 33, 196, 0.04));
	border-radius: 8px;
	margin-inline: calc(50% - 50vw);
	padding: 58px max(24px, calc(50vw - 590px));
}

.ajlb-gallery-theme-esprit-club .ajlb-media-gallery-item,
.ajlb-gallery-theme-anniversaire .ajlb-media-gallery-item {
	box-shadow: 0 18px 46px rgba(10, 18, 32, 0.1);
}

.ajlb-table-wrap {
	overflow-x: auto;
}

.ajlb-table-wrap table,
.et_pb_text table {
	border-collapse: collapse;
	min-width: 720px;
	width: 100%;
}

.ajlb-table-wrap th,
.ajlb-table-wrap td,
.et_pb_text th,
.et_pb_text td {
	border: 1px solid var(--ajlb-line);
	padding: 12px 14px;
	text-align: left;
	vertical-align: top;
}

.ajlb-table-wrap th,
.et_pb_text th {
	background: var(--ajlb-blue);
	color: #fff;
	font-weight: 900;
}

.ajlb-partner-grid img {
	max-height: 70px;
	object-fit: contain;
}

.ajlb-calendar {
	display: grid;
	gap: 14px;
}

.ajlb-event {
	border-left: 5px solid var(--ajlb-red);
	background: #fff;
	border-radius: 8px;
	padding: 16px 18px;
	box-shadow: 0 12px 28px rgba(7, 8, 20, 0.08);
}

.ajlb-source-badge {
	background: rgba(18, 33, 176, 0.08);
	border: 1px solid rgba(18, 33, 176, 0.16);
	border-radius: 999px;
	color: var(--ajlb-blue);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 8px;
	padding: 6px 9px;
	text-transform: uppercase;
}

.ajlb-event time {
	color: var(--ajlb-blue);
	display: block;
	font-weight: 900;
	margin-bottom: 4px;
}

.ajlb-event h3 {
	font-size: 19px;
	line-height: 1.22;
	margin: 0 0 4px;
	padding: 0;
}

.ajlb-event p {
	margin: 0;
}

.ajlb-calendar-sync {
	color: var(--ajlb-muted);
	font-size: 13px;
	font-weight: 700;
	margin: 14px 0 0;
}

.ajlb-sporteasy-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.ajlb-sporteasy-actions .et_pb_button {
	margin: 0;
}

.ajlb-button-red {
	background: var(--ajlb-red) !important;
	color: #fff !important;
}

.ajlb-button-blue {
	background: var(--ajlb-blue) !important;
	color: #fff !important;
}

.ajlb-button-black {
	background: var(--ajlb-club-black) !important;
	color: #fff !important;
}

.ajlb-button-red:hover,
.ajlb-button-black:hover {
	background: var(--ajlb-club-black) !important;
	color: #fff !important;
}

.ajlb-button-black:hover {
	background: var(--ajlb-red) !important;
}

.ajlb-ics-link {
	color: var(--ajlb-blue);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ajlb-sporteasy-hub {
	display: grid;
	gap: 22px;
}

.ajlb-sporteasy-main {
	border-top: 6px solid var(--ajlb-blue-bright);
}

.ajlb-tournament-main {
	border-top: 6px solid var(--ajlb-red);
}

.ajlb-sporteasy-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ajlb-sporteasy-item {
	box-shadow: none;
}

.ajlb-tournament-hub {
	display: grid;
	gap: 22px;
}

.ajlb-pingpocket {
	display: grid;
	gap: 58px;
}

.ajlb-pingpocket-hero {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
}

.ajlb-pingpocket-lead {
	font-size: 19px;
	line-height: 1.65;
	max-width: 780px;
}

.ajlb-pingpocket .ajlb-title h1 {
	font-size: clamp(38px, 5vw, 66px);
	line-height: 1.08;
}

.ajlb-pingpocket .ajlb-title h2 {
	font-size: clamp(30px, 3.8vw, 46px);
	line-height: 1.12;
}

.ajlb-pingpocket-id-card {
	background:
		linear-gradient(145deg, rgba(7, 27, 184, 0.96), rgba(7, 8, 20, 0.98)) padding-box,
		linear-gradient(135deg, var(--ajlb-blue-bright), var(--ajlb-red)) border-box;
	border: 6px solid transparent;
	border-radius: 8px;
	box-shadow: 0 28px 70px rgba(7, 8, 20, 0.22);
	color: #fff;
	display: grid;
	gap: 10px;
	padding: 30px;
	text-align: center;
}

.ajlb-pingpocket-id-card span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.ajlb-pingpocket-id-card strong {
	font-size: clamp(42px, 7vw, 78px);
	font-weight: 900;
	hyphens: none;
	line-height: 0.95;
	overflow-wrap: normal;
	word-break: normal;
}

.ajlb-pingpocket-id-card em {
	color: #fff;
	font-style: normal;
	font-weight: 900;
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
}

.ajlb-pingpocket-stat-grid,
.ajlb-pingpocket-link-grid,
.ajlb-pingpocket-team-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	min-width: 0;
}

.ajlb-pingpocket-stat {
	border-top: 6px solid var(--ajlb-blue-bright);
}

.ajlb-pingpocket-stat:hover,
.ajlb-pingpocket-stat:focus-within {
	border-top-color: var(--ajlb-red);
}

.ajlb-pingpocket-stat strong {
	color: var(--ajlb-red);
	display: block;
	font-size: 38px;
	font-weight: 900;
	hyphens: none;
	line-height: 1;
	margin-bottom: 10px;
	overflow-wrap: normal;
	word-break: normal;
}

.ajlb-pingpocket-link {
	color: var(--ajlb-ink);
	display: block;
	height: 100%;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ajlb-pingpocket-link:hover {
	border-color: var(--ajlb-red);
	box-shadow: 0 22px 54px rgba(7, 8, 20, 0.12);
	color: var(--ajlb-blue);
	transform: translateY(-2px);
}

.ajlb-pingpocket-team {
	display: grid;
	gap: 16px;
	min-width: 0;
	padding: 18px;
}

.ajlb-pingpocket-team-head {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	min-width: 0;
}

.ajlb-pingpocket-team-head h3,
.ajlb-pingpocket-team-head p {
	margin: 0;
	padding: 0;
}

.ajlb-pingpocket-team-head a {
	background: var(--ajlb-blue);
	border-radius: 6px;
	color: #fff;
	flex: 0 0 auto;
	font-weight: 900;
	padding: 9px 12px;
	text-decoration: none;
}

.ajlb-pingpocket-frame-wrap {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	min-height: 620px;
	overflow: hidden;
	width: 100%;
}

.ajlb-pingpocket-team .ajlb-pingpocket-frame-wrap {
	min-height: 720px;
}

.ajlb-pingpocket-frame {
	border: 0;
	display: block;
	height: 720px;
	width: 100%;
}

.ajlb-pingpocket-team .ajlb-pingpocket-frame {
	height: 720px;
}

.ajlb-pingpocket-note .ajlb-card {
	border-left: 6px solid var(--ajlb-red);
}

.ajlb-pingpocket-module {
	display: grid;
	gap: 22px;
	min-width: 0;
}

.ajlb-pingpocket-module + .ajlb-pingpocket-module {
	margin-top: 38px;
}

.ajlb-pp-module-head {
	display: grid;
	gap: 10px;
	max-width: 980px;
	min-width: 0;
}

.ajlb-pp-module-head p {
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	max-width: 760px;
	overflow-wrap: normal;
	padding: 0;
	word-break: normal;
}

.ajlb-pingpocket-module .ajlb-title h2 {
	font-size: clamp(28px, 3.2vw, 36px);
	hyphens: none;
	line-height: 1.14;
	overflow-wrap: normal;
	word-break: normal;
}

.ajlb-pp-overview .ajlb-title h1 {
	font-size: clamp(34px, 4.5vw, 52px);
	hyphens: none;
	line-height: 1.08;
	overflow-wrap: normal;
	word-break: normal;
}

.ajlb-pp-table-wrap {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(7, 8, 20, 0.08);
	overflow-x: auto;
	width: 100%;
}

.ajlb-pp-table {
	border-collapse: collapse;
	min-width: 720px;
	table-layout: auto;
	width: 100%;
}

.ajlb-pp-table th,
.ajlb-pp-table td {
	border-bottom: 1px solid var(--ajlb-line);
	color: var(--ajlb-ink);
	font-size: 15px;
	line-height: 1.4;
	overflow-wrap: anywhere;
	padding: 15px 16px;
	text-align: left;
	vertical-align: top;
}

.ajlb-pp-table th {
	background: #f4f6fb;
	color: var(--ajlb-blue);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.ajlb-pp-table tr:last-child td {
	border-bottom: 0;
}

.ajlb-pp-table td strong {
	display: block;
	font-weight: 900;
	overflow-wrap: anywhere;
}

.ajlb-pp-table td span {
	color: var(--ajlb-muted);
	display: block;
	font-size: 13px;
	line-height: 1.35;
	margin-top: 4px;
	overflow-wrap: anywhere;
}

.ajlb-pp-table a {
	color: var(--ajlb-blue);
	font-weight: 900;
	text-decoration: none;
}

.ajlb-pp-table span.ajlb-pp-table-progress {
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	margin: 0;
	padding: 7px 9px;
}

.ajlb-pp-progress-positive {
	background: rgba(8, 120, 255, 0.12);
	color: var(--ajlb-blue-bright) !important;
}

.ajlb-pp-progress-negative {
	background: rgba(255, 42, 85, 0.12);
	color: var(--ajlb-red) !important;
}

.ajlb-pp-progress-neutral {
	background: #eef1f8;
	color: var(--ajlb-muted) !important;
}

.ajlb-sport-data-status .ajlb-pingpocket-stat-grid {
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.ajlb-sport-data-status .ajlb-pingpocket-stat {
	border-top: 4px solid var(--ajlb-red);
}

.ajlb-sport-player-matches .ajlb-pp-table tr.is-win {
	background: linear-gradient(90deg, rgba(8, 120, 255, 0.05), #fff 18%);
}

.ajlb-sport-player-matches .ajlb-pp-table tr.is-loss {
	background: linear-gradient(90deg, rgba(255, 42, 85, 0.05), #fff 18%);
}

.ajlb-sport-player-matches .ajlb-pp-table td[data-label="Compétition"] span,
.ajlb-sport-player-summary .ajlb-pp-table td[data-label="Joueur"] span {
	color: var(--ajlb-blue);
	font-weight: 900;
	text-transform: uppercase;
}

.ajlb-sport-player-matches .ajlb-pp-status {
	text-transform: none;
}

.ajlb-pp-player-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	min-width: 0;
}

.ajlb-pp-player-card {
	border-top: 6px solid var(--ajlb-red);
	color: var(--ajlb-ink);
	display: grid;
	gap: 8px;
	text-decoration: none;
}

.ajlb-pp-player-card span {
	color: var(--ajlb-blue);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.ajlb-pp-player-card strong {
	font-size: 20px;
	hyphens: none;
	line-height: 1.18;
	overflow-wrap: normal;
	word-break: normal;
}

.ajlb-pp-player-card em {
	color: var(--ajlb-red);
	font-style: normal;
	font-weight: 900;
}

.ajlb-pp-player-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.ajlb-pp-player-meta span {
	background: #f4f6fb;
	border: 1px solid var(--ajlb-line);
	border-radius: 999px;
	color: var(--ajlb-ink);
	font-size: 11px;
	line-height: 1;
	padding: 7px 9px;
}

.ajlb-pp-ranking {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.ajlb-pp-rank-row {
	align-items: center;
	color: var(--ajlb-ink);
	display: grid;
	gap: 14px;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	text-decoration: none;
}

.ajlb-pp-rank-row strong {
	font-size: 18px;
	hyphens: none;
	line-height: 1.2;
	overflow-wrap: normal;
	word-break: normal;
}

.ajlb-pp-rank-row em {
	background: rgba(255, 45, 85, 0.1);
	border-radius: 6px;
	color: var(--ajlb-red);
	font-style: normal;
	font-weight: 900;
	padding: 7px 10px;
	white-space: nowrap;
}

.ajlb-pp-rank-row em.ajlb-pp-progress-positive {
	background: rgba(8, 120, 255, 0.12);
	color: var(--ajlb-blue-bright);
}

.ajlb-pp-rank-row em.ajlb-pp-progress-negative {
	background: rgba(255, 42, 85, 0.12);
	color: var(--ajlb-red);
}

.ajlb-pp-rank-row em.ajlb-pp-progress-neutral {
	background: #eef1f8;
	color: var(--ajlb-muted);
}

.ajlb-pp-rank {
	align-items: center;
	background: var(--ajlb-blue);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.ajlb-pp-status {
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	padding: 7px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.ajlb-pp-status-victoire {
	background: rgba(7, 118, 255, 0.12);
	color: var(--ajlb-blue);
}

.ajlb-pp-status-defaite {
	background: rgba(255, 45, 85, 0.12);
	color: var(--ajlb-red);
}

.ajlb-pp-status-nul {
	background: #eef1f8;
	color: var(--ajlb-ink);
}

.ajlb-pp-status-a-venir {
	background: rgba(7, 118, 255, 0.12);
	color: var(--ajlb-blue);
}

.ajlb-pp-status-exempt {
	background: rgba(7, 8, 20, 0.08);
	color: var(--ajlb-muted);
}

.ajlb-pp-detail-results {
	gap: 28px;
}

.ajlb-pp-embedded-results {
	margin-top: 34px;
}

.ajlb-pp-team-hub {
	gap: 26px;
}

.ajlb-pp-tab-panel[hidden] {
	display: none !important;
}

.ajlb-pp-tablist {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ajlb-pp-phase-tabs {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 999px;
	box-shadow: 0 16px 42px rgba(7, 8, 20, 0.06);
	justify-self: start;
	padding: 6px;
}

.ajlb-pp-phase-body {
	display: grid;
	gap: 22px;
	min-width: 0;
}

.ajlb-pp-phase-head {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ajlb-pp-phase-head span {
	background: var(--ajlb-ink);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 950;
	line-height: 1;
	padding: 9px 12px;
	text-transform: uppercase;
}

.ajlb-pp-phase-head strong {
	color: var(--ajlb-muted);
	font-size: 13px;
	font-weight: 850;
}

.ajlb-pp-tab-button,
.ajlb-pp-team-tab {
	appearance: none;
	border: 0;
	cursor: pointer;
	font: inherit;
	letter-spacing: 0;
	text-align: center;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.ajlb-pp-tab-button {
	background: #fff;
	border: 1px solid rgba(238, 64, 88, 0.28);
	border-radius: 999px;
	color: var(--ajlb-ink);
	font-size: 14px;
	font-weight: 950;
	padding: 12px 18px;
	text-transform: uppercase;
}

.ajlb-pp-tab-button:hover,
.ajlb-pp-tab-button:focus-visible,
.ajlb-pp-tab-button.is-active {
	background: var(--ajlb-red);
	border-color: var(--ajlb-red);
	box-shadow: 0 14px 34px rgba(238, 64, 88, 0.22);
	color: #fff;
	transform: translateY(-1px);
}

.ajlb-pp-team-switcher {
	display: grid;
	gap: 24px;
	min-width: 0;
}

.ajlb-pp-team-tabbar {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 18px;
	box-shadow: 0 16px 42px rgba(7, 8, 20, 0.06);
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: clamp(16px, 2.4vw, 24px);
}

.ajlb-pp-team-tab-group {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.ajlb-pp-team-tab-group > span {
	color: var(--ajlb-red);
	font-size: 12px;
	font-weight: 950;
	line-height: 1.2;
	text-transform: uppercase;
}

.ajlb-pp-team-tab-group > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ajlb-pp-team-tab {
	background: #f5f6fb;
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--ajlb-ink);
	font-size: 13px;
	font-weight: 950;
	line-height: 1.15;
	padding: 10px 13px;
}

.ajlb-pp-team-tab:hover,
.ajlb-pp-team-tab:focus-visible {
	border-color: rgba(7, 8, 20, 0.18);
	box-shadow: 0 10px 24px rgba(7, 8, 20, 0.08);
	transform: translateY(-1px);
}

.ajlb-pp-team-tab.is-active {
	background: var(--ajlb-ink);
	color: #fff;
}

.ajlb-pp-day-accordion {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(7, 8, 20, 0.05);
	padding: 0;
}

.ajlb-pp-day-accordion + .ajlb-pp-day-accordion {
	margin-top: 16px;
}

.ajlb-pp-day-accordion summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	list-style: none;
	padding: 18px clamp(18px, 3vw, 26px);
}

.ajlb-pp-day-accordion summary::-webkit-details-marker {
	display: none;
}

.ajlb-pp-day-accordion summary::after {
	align-items: center;
	background: var(--ajlb-red);
	border-radius: 999px;
	color: #fff;
	content: "+";
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 18px;
	font-weight: 950;
	height: 30px;
	justify-content: center;
	line-height: 1;
	width: 30px;
}

.ajlb-pp-day-accordion[open] summary::after {
	content: "-";
}

.ajlb-pp-day-accordion summary span {
	color: var(--ajlb-ink);
	font-size: clamp(18px, 2.4vw, 24px);
	font-weight: 950;
	line-height: 1.15;
}

.ajlb-pp-day-accordion summary em {
	color: var(--ajlb-muted);
	font-size: 13px;
	font-style: normal;
	font-weight: 850;
	margin-left: auto;
}

.ajlb-pp-day-content {
	display: grid;
	gap: 18px;
	padding: 0 clamp(14px, 2vw, 20px) clamp(14px, 2vw, 20px);
}

.ajlb-pp-next-card {
	display: grid;
	gap: 18px;
	padding: clamp(20px, 3vw, 30px);
}

.ajlb-pp-next-card header {
	align-items: start;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.ajlb-pp-next-card header span,
.ajlb-pp-next-meta,
.ajlb-pp-latest-mini span {
	color: var(--ajlb-red);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.ajlb-pp-next-card h3 {
	color: var(--ajlb-ink);
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 950;
	line-height: 1.1;
	margin: 4px 0 0;
}

.ajlb-pp-scoreboard-next .ajlb-pp-score-final strong {
	font-size: clamp(28px, 5vw, 48px);
	text-transform: uppercase;
}

.ajlb-pp-sheet-link {
	align-items: center;
	background: var(--ajlb-ink);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 950;
	justify-content: center;
	justify-self: start;
	line-height: 1;
	padding: 12px 16px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, transform 180ms ease;
}

.ajlb-pp-sheet-link:hover,
.ajlb-pp-sheet-link:focus-visible {
	background: var(--ajlb-red);
	color: #fff;
	transform: translateY(-1px);
}

.ajlb-pp-latest-mini {
	background: #f6f7fb;
	border-left: 4px solid var(--ajlb-red);
	border-radius: 12px;
	display: grid;
	gap: 6px;
	padding: 14px 16px;
}

.ajlb-pp-latest-mini strong {
	color: var(--ajlb-ink);
	font-size: 16px;
	line-height: 1.35;
}

.ajlb-pp-team-results {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.ajlb-pp-team-results > h3 {
	align-items: center;
	color: var(--ajlb-ink);
	display: flex;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 950;
	gap: 12px;
	hyphens: none;
	line-height: 1.12;
	margin: 8px 0 0;
	overflow-wrap: normal;
	word-break: normal;
}

.ajlb-pp-team-results > h3::before {
	background: var(--ajlb-red);
	border-radius: 999px;
	content: "";
	display: block;
	flex: 0 0 auto;
	height: 12px;
	width: 12px;
}

.ajlb-pp-detail-card {
	border-left: 6px solid var(--ajlb-red);
	display: grid;
	gap: 18px;
	padding: clamp(18px, 3vw, 28px);
}

.ajlb-pp-detail-head {
	align-items: start;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	min-width: 0;
}

.ajlb-pp-detail-head div {
	min-width: 0;
}

.ajlb-pp-detail-head span {
	color: var(--ajlb-red);
	display: block;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ajlb-pp-detail-head h3 {
	color: var(--ajlb-ink);
	font-size: clamp(20px, 2.4vw, 28px);
	font-weight: 950;
	hyphens: none;
	line-height: 1.15;
	margin: 4px 0 0;
	overflow-wrap: normal;
	word-break: normal;
}

.ajlb-pp-detail-head p {
	color: var(--ajlb-muted);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	margin: 6px 0 0;
	padding: 0;
}

.ajlb-pp-detail-head a {
	background: var(--ajlb-ink);
	border-radius: 999px;
	color: #fff;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 950;
	line-height: 1;
	padding: 10px 12px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, transform 160ms ease;
}

.ajlb-pp-detail-head a:hover,
.ajlb-pp-detail-head a:focus-visible {
	background: var(--ajlb-red);
	transform: translateY(-1px);
}

.ajlb-pp-scoreboard {
	align-items: stretch;
	background: #f7f8fc;
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	overflow: hidden;
}

.ajlb-pp-score-team {
	display: grid;
	gap: 5px;
	min-width: 0;
	padding: 18px;
}

.ajlb-pp-score-team span {
	color: var(--ajlb-muted);
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

.ajlb-pp-score-team strong {
	color: var(--ajlb-ink);
	font-size: clamp(17px, 2vw, 23px);
	font-weight: 950;
	hyphens: none;
	line-height: 1.15;
	overflow-wrap: normal;
	word-break: normal;
}

.ajlb-pp-score-team.is-ajlb {
	background: #fff;
}

.ajlb-pp-score-team.is-ajlb strong {
	color: var(--ajlb-red);
}

.ajlb-pp-score-final {
	align-items: center;
	background: var(--ajlb-ink);
	color: #fff;
	display: grid;
	gap: 8px;
	justify-items: center;
	min-width: 130px;
	padding: 16px 20px;
}

.ajlb-pp-score-final strong {
	color: #fff;
	font-size: clamp(26px, 4vw, 42px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
}

.ajlb-pp-score-final .ajlb-pp-status {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.ajlb-pp-inline-report {
	background: linear-gradient(135deg, rgba(255, 42, 85, 0.08), rgba(7, 8, 20, 0.025));
	border: 1px solid var(--ajlb-line);
	border-left: 5px solid var(--ajlb-red);
	border-radius: 8px;
	display: grid;
	gap: 7px;
	margin-top: -2px;
	padding: 16px 18px;
}

.ajlb-pp-inline-report span {
	color: var(--ajlb-red);
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.ajlb-pp-inline-report h4 {
	color: var(--ajlb-ink);
	font-size: clamp(17px, 1.8vw, 22px);
	font-weight: 950;
	line-height: 1.18;
	margin: 0;
	overflow-wrap: normal;
	word-break: normal;
}

.ajlb-pp-inline-report-body {
	color: var(--ajlb-muted);
	font-size: 15px;
	line-height: 1.55;
	max-height: none;
	overflow: visible;
	position: relative;
	transition: max-height 0.22s ease;
}

.ajlb-pp-inline-report.has-toggle:not(.is-open) .ajlb-pp-inline-report-body {
	max-height: 255px;
	overflow: hidden;
}

.ajlb-pp-inline-report.has-toggle:not(.is-open) .ajlb-pp-inline-report-body::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 86%);
	bottom: 0;
	content: "";
	height: 42px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.ajlb-pp-inline-report-body p {
	margin: 0;
	padding: 0;
}

.ajlb-pp-inline-report-body p + p {
	margin-top: 0.8em;
}

.ajlb-pp-inline-report-body .ajlb-match-report {
	display: grid;
	gap: 12px;
}

.ajlb-pp-inline-report-body .ajlb-match-report > p:first-of-type {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-left: 5px solid var(--ajlb-red);
	border-radius: 8px;
	color: var(--ajlb-ink);
	font-weight: 850;
	padding: 10px 12px;
}

.ajlb-pp-inline-report-body strong {
	color: var(--ajlb-ink);
	font-weight: 950;
}

.ajlb-pp-inline-report-body h2,
.ajlb-pp-inline-report-body h3 {
	color: var(--ajlb-red);
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin: 6px 0 0;
	text-transform: uppercase;
}

.ajlb-pp-inline-report-body ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ajlb-pp-inline-report-body li {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	color: var(--ajlb-ink);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.38;
	margin: 0;
	padding: 10px 12px 10px 34px;
	position: relative;
}

.ajlb-pp-inline-report-body li::before {
	background: var(--ajlb-red);
	border-radius: 999px;
	box-shadow: 0 0 0 5px rgba(255, 42, 85, 0.1);
	content: "";
	height: 8px;
	left: 14px;
	position: absolute;
	top: 16px;
	width: 8px;
}

.ajlb-pp-inline-report-body a {
	align-items: center;
	background: var(--ajlb-ink);
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	line-height: 1;
	padding: 10px 13px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.18s ease, transform 0.18s ease;
}

.ajlb-pp-inline-report-body a:hover,
.ajlb-pp-inline-report-body a:focus-visible {
	background: var(--ajlb-red);
	transform: translateY(-1px);
}

.ajlb-pp-inline-report-toggle {
	align-self: start;
	background: var(--ajlb-ink);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	line-height: 1;
	margin-top: 3px;
	padding: 10px 14px;
	text-transform: uppercase;
	transition: background 0.18s ease, transform 0.18s ease;
}

.ajlb-pp-inline-report-toggle:hover,
.ajlb-pp-inline-report-toggle:focus-visible {
	background: var(--ajlb-red);
	transform: translateY(-1px);
}

.ajlb-pp-inline-report-toggle:focus-visible {
	outline: 3px solid rgba(255, 42, 85, 0.22);
	outline-offset: 3px;
}

.ajlb-pp-lineups {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-width: 0;
}

.ajlb-pp-lineups section {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	padding: 16px;
}

.ajlb-pp-lineups h4 {
	color: var(--ajlb-blue);
	font-size: 12px;
	font-weight: 950;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ajlb-pp-lineups ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ajlb-pp-lineups li {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	line-height: 1.25;
	min-width: 0;
}

.ajlb-pp-lineups li strong {
	color: var(--ajlb-ink);
	font-size: 14px;
	font-weight: 900;
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
}

.ajlb-pp-lineups li span {
	background: #eef1f8;
	border-radius: 999px;
	color: var(--ajlb-muted);
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	padding: 6px 8px;
}

.ajlb-pp-match-wrap {
	box-shadow: none;
}

.ajlb-pp-match-table {
	min-width: 820px;
}

.ajlb-pp-match-table tr.is-win td {
	background: rgba(8, 120, 255, 0.035);
}

.ajlb-pp-match-table tr.is-loss td {
	background: rgba(255, 42, 85, 0.035);
}

.ajlb-pp-match-score {
	background: var(--ajlb-ink);
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 12px !important;
	font-weight: 950;
	line-height: 1;
	margin: 0 !important;
	padding: 8px 10px;
	white-space: nowrap;
}

.ajlb-pp-match-table tr.is-win .ajlb-pp-match-score {
	background: var(--ajlb-blue-bright);
}

.ajlb-pp-match-table tr.is-loss .ajlb-pp-match-score {
	background: var(--ajlb-red);
}

.ajlb-pp-muted {
	color: var(--ajlb-muted);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	overflow-wrap: normal;
	word-break: normal;
}

.ajlb-pp-sheet-pending {
	align-items: center;
	background: #f7f8fc;
	border: 1px dashed rgba(7, 8, 20, 0.18);
	border-radius: 8px;
	color: var(--ajlb-muted);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 14px 16px;
}

.ajlb-pp-sheet-pending span {
	background: var(--ajlb-ink);
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 950;
	padding: 8px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.ajlb-pp-sheet-pending strong {
	color: var(--ajlb-ink);
	font-size: 15px;
	font-weight: 900;
	hyphens: none;
	line-height: 1.3;
	overflow-wrap: normal;
	word-break: normal;
}

.ajlb-pp-sync-card {
	border-left: 6px solid var(--ajlb-blue-bright);
	display: grid;
	gap: 8px;
}

.ajlb-pp-sync-card p {
	margin: 0;
	padding: 0;
}

.ajlb-pp-season-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ajlb-pp-season-list span {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 999px;
	color: var(--ajlb-blue);
	font-weight: 900;
	padding: 9px 14px;
}

.ajlb-pingpocket-empty {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-left: 6px solid var(--ajlb-red);
	border-radius: 8px;
	padding: 24px;
}

.ajlb-legacy-post {
	display: grid;
	gap: 24px;
	width: min(100%, 980px);
	margin: 0 auto 56px;
	overflow-wrap: break-word;
}

.ajlb-legacy-meta {
	margin: -10px 0 0;
	color: #63708b;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
}

.ajlb-legacy-lead {
	max-width: 860px;
	margin: 0;
	color: #101940;
	font-size: 21px;
	font-weight: 750;
	line-height: 1.55;
}

.ajlb-legacy-hero {
	margin: 6px 0 0;
	border-radius: 8px;
	overflow: hidden;
	background: #f4f6fb;
	box-shadow: 0 18px 48px rgba(16, 25, 64, 0.14);
}

.ajlb-legacy-hero img {
	display: block;
	width: 100%;
	max-height: 680px;
	object-fit: contain;
	background: #f4f6fb;
}

.ajlb-legacy-body {
	display: grid;
	gap: 16px;
}

.ajlb-legacy-body h2,
.ajlb-legacy-body h3 {
	margin: 18px 0 0;
	color: #101940;
	hyphens: none;
	letter-spacing: 0;
	line-height: 1.12;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.ajlb-legacy-body h2 {
	font-size: clamp(28px, 4vw, 42px);
}

.ajlb-legacy-body h3 {
	font-size: clamp(22px, 3vw, 30px);
}

.ajlb-legacy-body p,
.ajlb-legacy-body li {
	margin: 0;
	color: #263149;
	font-size: 18px;
	line-height: 1.72;
}

.ajlb-legacy-body ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 22px;
}

.ajlb-legacy-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
	margin-top: 10px;
}

.ajlb-legacy-gallery figure {
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
	background: #f4f6fb;
}

.ajlb-legacy-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	max-height: 420px;
	object-fit: cover;
}

.ajlb-legacy-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 10px;
}

.ajlb-collectes {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.ajlb-collecte-card {
	border-top: 6px solid var(--ajlb-red);
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ajlb-collecte-card h3 {
	margin: 0;
	padding: 0;
}

.ajlb-collecte-card .et_pb_button,
.ajlb-collecte-pending {
	margin-top: auto;
}

.ajlb-collecte-label {
	color: var(--ajlb-blue);
	font-size: 12px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

.ajlb-collecte-pending {
	background: #eef1f8;
	border-radius: 6px;
	color: var(--ajlb-muted);
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	padding: 12px 14px;
}

.ajlb-sporteasy-link-note {
	background: linear-gradient(180deg, #fff, #fbfcff);
	border-left: 7px solid var(--ajlb-red);
	display: block;
	max-width: 880px;
}

.ajlb-sporteasy-link-note h3 {
	margin: 0 0 12px;
}

.ajlb-sporteasy-link-note p {
	margin-bottom: 0;
}

.ajlb-sporteasy-link-note__meta {
	background: #f1f3f8;
	border-radius: 8px;
	color: var(--ajlb-muted) !important;
	font-weight: 800;
	margin-top: 18px;
	padding: 14px 16px;
}

.ajlb-sporteasy-guide {
	display: grid;
	gap: 58px;
}

.ajlb-sporteasy-guide-hero {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
}

.ajlb-guide-lead {
	font-size: 19px;
	line-height: 1.65;
	max-width: 760px;
}

.ajlb-sporteasy-phone-card {
	background: linear-gradient(145deg, var(--ajlb-ink), #192766);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	display: grid;
	gap: 12px;
	min-height: 280px;
	padding: 28px;
}

.ajlb-sporteasy-phone-card span,
.ajlb-sporteasy-phone-card em {
	color: rgba(255, 255, 255, 0.72);
	font-style: normal;
	font-weight: 800;
}

.ajlb-sporteasy-phone-card strong {
	font-size: 32px;
	line-height: 1.12;
}

.ajlb-sporteasy-phone-card div {
	display: grid;
	gap: 10px;
}

.ajlb-sporteasy-phone-card b {
	background: #fff;
	border-radius: 6px;
	color: var(--ajlb-blue);
	display: block;
	padding: 12px 14px;
}

.ajlb-guide-section {
	display: grid;
	gap: 22px;
}

.ajlb-guide-steps,
.ajlb-guide-feature-grid,
.ajlb-guide-faq {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ajlb-guide-step span {
	align-items: center;
	background: var(--ajlb-red);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	margin-bottom: 12px;
	width: 34px;
}

.ajlb-guide-feature {
	border-top: 5px solid var(--ajlb-blue-bright);
}

.ajlb-guide-two-col {
	align-items: start;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.ajlb-video-wrap {
	aspect-ratio: 16 / 9;
	background: var(--ajlb-ink);
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
}

.ajlb-video-wrap iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.ajlb-guide-member-card {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	padding: 24px;
}

.ajlb-guide-member-card h2 {
	font-size: 26px;
	line-height: 1.18;
	padding-bottom: 8px;
}

.ajlb-guide-member-card .ajlb-collectes {
	grid-template-columns: 1fr;
	margin-top: 18px;
}

.ajlb-contact-form input,
.ajlb-contact-form textarea {
	border: 1px solid var(--ajlb-line);
	border-radius: 6px;
	font: inherit;
	padding: 12px 14px;
	width: 100%;
}

.ajlb-contact-form button {
	background: var(--ajlb-red);
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 900;
	overflow: hidden;
	padding: 12px 18px;
	position: relative;
	transform: translateZ(0);
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ajlb-contact-form button:hover {
	background: var(--ajlb-blue);
}

.ajlb-form-status {
	background: #eef6ff;
	border-left: 5px solid var(--ajlb-blue-bright);
	border-radius: 8px;
	padding: 12px 14px;
}

.ajlb-list-grid,
.ajlb-partner-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ajlb-list-card,
.ajlb-partner-card {
	height: 100%;
	padding: 22px;
}

.ajlb-partner-card {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
	text-align: center;
}

.ajlb-partner-card h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.ajlb-doc-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 100%;
}

.ajlb-doc-card .et_pb_button,
.ajlb-doc-card .ajlb-collecte-pending {
	margin-top: auto;
}

.ajlb-doc-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 24px;
}

.ajlb-news-hub {
	display: grid;
	gap: 56px;
}

.ajlb-news-section {
	display: grid;
	gap: 24px;
	min-width: 0;
}

.ajlb-news-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ajlb-news-card {
	display: flex;
	flex-direction: column;
	gap: 0;
	height: 100%;
	overflow: hidden;
	padding: 0;
}

.ajlb-news-media {
	aspect-ratio: 16 / 10;
	background: var(--ajlb-paper);
	display: block;
	overflow: hidden;
}

.ajlb-news-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 280ms ease;
	width: 100%;
}

.ajlb-news-card:hover .ajlb-news-media img,
.ajlb-news-card:focus-within .ajlb-news-media img {
	transform: scale(1.035);
}

.ajlb-news-content {
	display: grid;
	gap: 8px;
	padding: 22px;
}

.ajlb-news-content span {
	color: var(--ajlb-red);
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.ajlb-news-content h3 {
	font-size: clamp(21px, 2vw, 27px);
	line-height: 1.14;
	margin: 0;
}

.ajlb-news-content h3 a {
	color: var(--ajlb-ink);
	text-decoration: none;
}

.ajlb-news-content h3 a:hover,
.ajlb-news-content h3 a:focus-visible {
	color: var(--ajlb-red);
}

.ajlb-news-content p {
	color: var(--ajlb-muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.ajlb-news-filters,
.ajlb-sport-filters {
	align-items: end;
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(7, 8, 20, 0.07);
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr)) auto auto;
	padding: 18px;
}

.ajlb-sport-filters {
	grid-template-columns: repeat(3, minmax(0, 1fr)) auto auto;
}

.ajlb-news-filters label,
.ajlb-sport-filters label {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.ajlb-news-filters label span,
.ajlb-sport-filters label span {
	color: var(--ajlb-muted);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
}

.ajlb-news-filters select,
.ajlb-sport-filters select {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 6px;
	color: var(--ajlb-ink);
	font: inherit;
	font-weight: 800;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.ajlb-news-filters .et_pb_button,
.ajlb-sport-filters .et_pb_button {
	border: 0;
	cursor: pointer;
	margin: 0;
	min-height: 46px;
	white-space: nowrap;
}

.ajlb-filter-reset {
	align-items: center;
	color: var(--ajlb-muted);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	min-height: 46px;
	text-decoration: none;
	white-space: nowrap;
}

.ajlb-filter-reset:hover,
.ajlb-filter-reset:focus-visible {
	color: var(--ajlb-red);
}

.ajlb-news-month {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-left: 5px solid var(--ajlb-red);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(7, 8, 20, 0.07);
	overflow: hidden;
}

.ajlb-news-month summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	list-style: none;
	padding: 20px 22px;
}

.ajlb-news-month summary::-webkit-details-marker {
	display: none;
}

.ajlb-news-month summary span {
	color: var(--ajlb-ink);
	font-size: 22px;
	font-weight: 950;
	line-height: 1.15;
}

.ajlb-news-month summary em {
	background: rgba(255, 42, 85, 0.1);
	border-radius: 999px;
	color: var(--ajlb-red);
	font-size: 12px;
	font-style: normal;
	font-weight: 950;
	padding: 8px 11px;
}

.ajlb-news-list {
	border-top: 1px solid var(--ajlb-line);
	display: grid;
	gap: 16px;
	padding: 18px;
}

.ajlb-news-card-compact {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
}

.ajlb-news-card-compact .ajlb-news-media {
	aspect-ratio: auto;
	height: 100%;
	min-height: 150px;
}

.ajlb-news-more {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(7, 8, 20, 0.07);
	overflow: hidden;
}

.ajlb-news-more summary {
	align-items: center;
	color: var(--ajlb-ink);
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 950;
	justify-content: space-between;
	line-height: 1.25;
	list-style: none;
	padding: 18px 20px;
}

.ajlb-news-more summary::after {
	background: var(--ajlb-red);
	border-radius: 999px;
	color: #fff;
	content: "+";
	display: grid;
	flex: 0 0 auto;
	font-size: 20px;
	height: 34px;
	line-height: 1;
	place-items: center;
	width: 34px;
}

.ajlb-news-more[open] summary {
	border-bottom: 1px solid var(--ajlb-line);
}

.ajlb-news-more[open] summary::after {
	content: "-";
}

.ajlb-news-more summary::-webkit-details-marker {
	display: none;
}

.ajlb-news-more .ajlb-news-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 18px;
}

.ajlb-news-slider {
	margin-top: 26px;
	overflow: hidden;
	position: relative;
}

.ajlb-news-slider::before,
.ajlb-news-slider::after {
	content: "";
	inset-block: 0;
	pointer-events: none;
	position: absolute;
	width: 70px;
	z-index: 2;
}

.ajlb-news-slider::before {
	background: linear-gradient(90deg, var(--ajlb-paper), rgba(247, 248, 252, 0));
	left: 0;
}

.ajlb-news-slider::after {
	background: linear-gradient(270deg, var(--ajlb-paper), rgba(247, 248, 252, 0));
	right: 0;
}

.ajlb-news-slider-track {
	animation: ajlb-news-slide-scroll 58s linear infinite;
	display: flex;
	gap: 22px;
	width: max-content;
	will-change: transform;
}

.ajlb-news-slider:hover .ajlb-news-slider-track,
.ajlb-news-slider:focus-within .ajlb-news-slider-track {
	animation-play-state: paused;
}

.ajlb-news-slide {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(7, 8, 20, 0.08);
	display: grid;
	flex: 0 0 360px;
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ajlb-news-slide:hover,
.ajlb-news-slide:focus-within {
	border-color: rgba(255, 42, 85, 0.35);
	box-shadow: 0 22px 52px rgba(7, 8, 20, 0.12);
	transform: translateY(-3px);
}

.ajlb-news-slide-media {
	aspect-ratio: 16 / 10;
	background: var(--ajlb-paper);
	display: block;
	overflow: hidden;
}

.ajlb-news-slide-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 280ms ease;
	width: 100%;
}

.ajlb-news-slide:hover .ajlb-news-slide-media img,
.ajlb-news-slide:focus-within .ajlb-news-slide-media img {
	transform: scale(1.035);
}

.ajlb-news-slide-content {
	display: grid;
	gap: 8px;
	padding: 20px;
}

.ajlb-news-slide-content span {
	color: var(--ajlb-red);
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.ajlb-news-slide-content h3 {
	font-size: clamp(19px, 1.8vw, 24px);
	line-height: 1.16;
	margin: 0;
}

.ajlb-news-slide-content h3 a {
	color: var(--ajlb-ink);
	text-decoration: none;
}

.ajlb-news-slide-content h3 a:hover,
.ajlb-news-slide-content h3 a:focus-visible {
	color: var(--ajlb-red);
}

.ajlb-news-slide-content p {
	color: var(--ajlb-muted);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

@keyframes ajlb-news-slide-scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.ajlb-sport-individual-dashboard {
	background: var(--ajlb-paper);
	border-radius: 8px;
	margin-top: 24px;
	padding: 24px;
}

.ajlb-label-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 100%;
}

.ajlb-label-badge {
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(135deg, var(--ajlb-blue), var(--ajlb-blue-bright), var(--ajlb-red)) border-box;
	border: 8px solid transparent;
	border-radius: 8px;
	box-shadow: 0 28px 70px rgba(7, 8, 20, 0.22);
	color: var(--ajlb-ink);
	display: grid;
	gap: 8px;
	max-width: 420px;
	padding: 34px;
	text-align: center;
	transition: box-shadow 180ms ease, transform 180ms ease;
	width: 100%;
}

.ajlb-label-badge:hover,
.ajlb-label-badge:focus-within {
	box-shadow: 0 32px 80px rgba(7, 8, 20, 0.28);
	transform: translateY(-3px);
}

.ajlb-label-badge span {
	color: var(--ajlb-red);
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
}

.ajlb-label-badge strong {
	color: var(--ajlb-blue);
	font-size: clamp(40px, 6vw, 72px);
	font-weight: 900;
	line-height: 0.94;
}

.ajlb-label-badge em {
	color: var(--ajlb-muted);
	font-style: normal;
	font-weight: 800;
}

.ajlb-label-badge {
	aspect-ratio: 420 / 281;
	background: #fff url("https://www.ajlaboisse.f-grandjean.fr/wp-content/uploads/2026/06/old-label-accueil-1-labelaccueil-1.webp") center / contain no-repeat !important;
	border: 0;
	box-shadow: 0 28px 70px rgba(7, 8, 20, 0.22);
	display: block;
	max-width: 460px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: min(100%, 460px);
}

.ajlb-label-badge span,
.ajlb-label-badge strong,
.ajlb-label-badge em {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.ajlb-label-image {
	border-radius: 8px;
	box-shadow: 0 28px 70px rgba(7, 8, 20, 0.22);
	display: block;
	height: auto;
	margin-inline: auto;
	max-width: min(100%, 460px);
	width: 100%;
}

.ajlb-label-card {
	border-top: 6px solid var(--ajlb-red);
}

.ajlb-member-tools-section {
	margin-top: 34px;
}

.ajlb-member-tools-head {
	margin-bottom: 28px;
	max-width: 1020px;
}

.ajlb-member-tools-head p:not(.ajlb-kicker) {
	color: var(--ajlb-muted);
	font-size: clamp(16px, 1.6vw, 20px);
	line-height: 1.65;
	margin: 0;
}

.ajlb-member-tools {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ajlb-member-tool-card {
	background: #fff;
	border: 1px solid rgba(6, 17, 51, 0.12);
	border-radius: 8px;
	border-top: 6px solid var(--ajlb-red);
	box-shadow: 0 18px 48px rgba(7, 8, 20, 0.08);
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-height: 100%;
	padding: clamp(22px, 2.5vw, 30px);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ajlb-member-tool-card:nth-child(even) {
	border-top-color: var(--ajlb-ink);
}

.ajlb-member-tool-card:hover,
.ajlb-member-tool-card:focus-within {
	border-color: rgba(238, 62, 88, 0.34);
	box-shadow: 0 24px 66px rgba(7, 8, 20, 0.13);
	transform: translateY(-3px);
}

.ajlb-member-tool-top {
	align-items: center;
	display: flex;
	gap: 16px;
}

.ajlb-member-tool-icon {
	align-items: center;
	background: var(--ajlb-ink);
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 58px;
	font-size: 18px;
	font-weight: 900;
	height: 58px;
	justify-content: center;
	letter-spacing: 0;
}

.ajlb-member-tool-card:nth-child(odd) .ajlb-member-tool-icon {
	background: var(--ajlb-red);
}

.ajlb-member-tool-kind {
	color: var(--ajlb-blue);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.02em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.ajlb-member-tool-card h3 {
	color: var(--ajlb-ink);
	font-size: clamp(23px, 2.2vw, 32px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
}

.ajlb-member-tool-card > p {
	color: var(--ajlb-muted);
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
}

.ajlb-member-tool-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
}

.ajlb-member-tool-links a {
	align-items: center;
	background: var(--ajlb-paper);
	border: 1px solid rgba(6, 17, 51, 0.12);
	border-radius: 8px;
	color: var(--ajlb-ink);
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.15;
	padding: 12px 14px;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ajlb-member-tool-links a:hover,
.ajlb-member-tool-links a:focus-visible {
	background: var(--ajlb-red);
	border-color: var(--ajlb-red);
	color: #fff;
}

@media (max-width: 760px) {
	.ajlb-member-tools {
		grid-template-columns: 1fr;
	}

	.ajlb-member-tool-top {
		align-items: flex-start;
	}
}

.ajlb-official-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.ajlb-official-links .et_pb_button {
	margin: 0;
}

.ajlb-ping-burst {
	height: 52px;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transform: translate(-50%, -50%);
	width: 52px;
	z-index: 100000;
}

.ajlb-ping-burst-ball {
	animation: ajlb-ball-burst 700ms cubic-bezier(0.18, 0.9, 0.2, 1) forwards;
	background: #fff;
	border: 2px solid rgba(7, 8, 20, 0.18);
	border-radius: 999px;
	box-shadow: 0 10px 22px rgba(7, 8, 20, 0.2);
	height: 14px;
	left: 21px;
	position: absolute;
	top: 18px;
	width: 14px;
}

.ajlb-ping-burst-racket {
	animation: ajlb-racket-burst 700ms cubic-bezier(0.18, 0.9, 0.2, 1) forwards;
	background: var(--ajlb-red);
	border: 3px solid var(--ajlb-ink);
	border-radius: 999px;
	height: 26px;
	left: 7px;
	position: absolute;
	top: 16px;
	transform-origin: 80% 80%;
	width: 26px;
}

.ajlb-ping-burst-racket::after {
	background: var(--ajlb-ink);
	border-radius: 999px;
	content: "";
	height: 22px;
	left: 20px;
	position: absolute;
	top: 18px;
	transform: rotate(-38deg);
	width: 7px;
}

.ajlb-cursor-ping {
	height: 58px;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transform: translate3d(-100px, -100px, 0);
	transition: opacity 180ms ease;
	width: 58px;
	z-index: 99999;
}

.ajlb-cursor-ping.is-visible {
	opacity: 0.9;
}

.ajlb-cursor-ball {
	animation: ajlb-cursor-ball 1.35s ease-in-out infinite;
	background: #fff;
	border: 2px solid rgba(7, 8, 20, 0.2);
	border-radius: 999px;
	height: 13px;
	left: 36px;
	position: absolute;
	top: 8px;
	width: 13px;
}

.ajlb-cursor-racket {
	background: var(--ajlb-red);
	border: 3px solid var(--ajlb-ink);
	border-radius: 999px;
	height: 26px;
	left: 7px;
	position: absolute;
	top: 18px;
	transform: rotate(-18deg);
	width: 26px;
}

.ajlb-cursor-racket::after {
	background: var(--ajlb-ink);
	border-radius: 999px;
	content: "";
	height: 24px;
	left: 21px;
	position: absolute;
	top: 18px;
	transform: rotate(-36deg);
	width: 7px;
}

@keyframes ajlb-button-hit {
	0% {
		transform: translateY(-2px) scale(1);
	}

	45% {
		transform: translateY(0) scale(0.97);
	}

	100% {
		transform: translateY(-2px) scale(1);
	}
}

@keyframes ajlb-ball-burst {
	0% {
		opacity: 1;
		transform: translate(0, 0) scale(0.9);
	}

	100% {
		opacity: 0;
		transform: translate(82px, -42px) scale(1.25);
	}
}

@keyframes ajlb-racket-burst {
	0% {
		opacity: 1;
		transform: rotate(-28deg) scale(0.92);
	}

	38% {
		transform: rotate(18deg) scale(1);
	}

	100% {
		opacity: 0;
		transform: rotate(-18deg) scale(0.84);
	}
}

@keyframes ajlb-cursor-ball {
	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(6px, -8px);
	}
}

.ajlb-official-labels {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 28px 0;
}

.ajlb-official-label {
	align-items: center;
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(7, 8, 20, 0.08);
	color: var(--ajlb-ink);
	display: grid;
	gap: 18px;
	grid-template-columns: 104px minmax(0, 1fr);
	min-height: 150px;
	overflow: hidden;
	padding: 18px;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ajlb-official-label:hover,
.ajlb-official-label:focus-visible {
	border-color: var(--ajlb-red);
	box-shadow: 0 24px 58px rgba(239, 65, 86, 0.16);
	color: var(--ajlb-ink);
	transform: translateY(-3px);
}

.ajlb-official-label-media {
	align-items: center;
	background: #f6f7fb;
	border-radius: 8px;
	display: flex;
	height: 92px;
	justify-content: center;
	padding: 12px;
}

.ajlb-official-label-logo {
	display: block;
	height: auto;
	max-height: 68px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.ajlb-official-label-content {
	display: grid;
	gap: 8px;
}

.ajlb-official-label-content strong {
	color: var(--ajlb-ink);
	display: block;
	font-size: 22px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.05;
}

.ajlb-official-label-content span {
	color: var(--ajlb-muted);
	display: block;
	font-size: 15px;
	line-height: 1.45;
}

.ajlb-official-label-content em {
	color: var(--ajlb-red);
	font-size: 13px;
	font-style: normal;
	font-weight: 950;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.ajlb-official-labels-compact {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 18px 0;
}

.ajlb-official-labels-compact .ajlb-official-label {
	grid-template-columns: 72px minmax(0, 1fr);
	min-height: 96px;
	padding: 12px;
}

.ajlb-official-labels-compact .ajlb-official-label-media {
	height: 66px;
	padding: 8px;
}

.ajlb-official-labels-compact .ajlb-official-label-logo {
	max-height: 48px;
}

.ajlb-official-labels-compact .ajlb-official-label-content strong {
	font-size: 18px;
}

@media (min-width: 981px) and (prefers-reduced-motion: no-preference) {
	.ajlb-parallax {
		background-attachment: fixed !important;
	}
}

@media (min-width: 981px) and (max-width: 1120px) {
	.ajlb-practice-flow,
	.ajlb-practice-focus,
	.ajlb-practice-form {
		grid-template-columns: 1fr;
	}

	.ajlb-practice-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ajlb-doc-grid,
	.ajlb-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ajlb-news-filters,
	.ajlb-sport-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}

	.ajlb-cursor-ping,
	.ajlb-ping-burst {
		display: none !important;
	}

	.ajlb-news-slider {
		overflow-x: auto;
		padding-bottom: 8px;
	}

	.ajlb-news-slider::before,
	.ajlb-news-slider::after {
		display: none;
	}

	.ajlb-news-slider-track {
		animation: none !important;
		scroll-snap-type: x mandatory;
	}

	.ajlb-news-slide {
		scroll-snap-align: start;
	}
}

@media (max-width: 980px) {
	#main-header #logo {
		max-height: 58px;
	}

	.ajlb-footer-main {
		padding: 48px 0 42px;
	}

	.ajlb-footer-main .container {
		grid-template-columns: 1fr;
	}

	.ajlb-footer-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ajlb-footer-bottom .container {
		align-items: flex-start;
		flex-direction: column;
	}

	.ajlb-footer-bottom-links {
		justify-content: flex-start;
	}

	.ajlb-title h1 {
		font-size: clamp(32px, 9.5vw, 42px);
		line-height: 1.1;
	}

	.ajlb-title h2 {
		font-size: clamp(27px, 7.6vw, 36px);
		line-height: 1.12;
	}

	.ajlb-title h3 {
		font-size: clamp(22px, 6vw, 30px);
		line-height: 1.14;
	}

	.et_pb_section {
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.ajlb-hero {
		background-position: center top !important;
		min-height: auto;
	}

	.ajlb-hero::before {
		background:
			linear-gradient(180deg, rgba(5, 5, 6, 0.84), rgba(5, 5, 6, 0.66)),
			var(--ajlb-hero-photo) center top / cover no-repeat;
		inset: -4%;
		transform: scale(1.06);
	}

	.ajlb-hero::after {
		height: 280px;
		left: 50%;
		opacity: 0.16;
		top: 24px;
		transform: translateX(-50%);
		width: min(82vw, 320px);
	}

	.ajlb-hero .et_pb_row {
		padding-left: 0 !important;
	}

	.ajlb-photo-hero {
		background-attachment: scroll !important;
		min-height: auto;
	}

	.ajlb-photo-hero::before {
		background: linear-gradient(180deg, rgba(5, 5, 6, 0.84), rgba(5, 5, 6, 0.6));
	}

	.ajlb-photo-hero .ajlb-kicker {
		border-radius: 8px;
	}

	.ajlb-practice-gallery-grid {
		grid-template-columns: 1fr;
	}

	.ajlb-practice-gallery figcaption {
		opacity: 1;
		transform: none;
	}

	.et_pb_button,
	.ajlb-contact-form button {
		width: 100%;
	}

	.ajlb-button-row {
		align-items: stretch;
		flex-direction: column;
	}

	.ajlb-sporteasy-guide-hero,
	.ajlb-guide-two-col,
	.ajlb-practice-hero,
	.ajlb-practice-flow,
	.ajlb-practice-focus,
	.ajlb-practice-form,
	.ajlb-pingpocket-hero {
		grid-template-columns: 1fr;
	}

	.ajlb-practice-hero,
	.ajlb-practice-flow,
	.ajlb-practice-focus,
	.ajlb-practice-form,
	.ajlb-practice-next {
		gap: 24px;
		padding: 48px 18px;
	}

	.ajlb-practice-hero {
		min-height: auto;
	}

	.ajlb-practice-hero.ajlb-photo-hero,
	.ajlb-sporteasy-guide-hero.ajlb-photo-hero,
	.ajlb-pingpocket-hero.ajlb-photo-hero {
		min-height: auto;
		padding: 58px 18px;
	}

	.ajlb-practice-hero h1 {
		font-size: clamp(32px, 9.5vw, 44px);
		line-height: 1.1;
	}

	.ajlb-practice-hero.ajlb-photo-hero h1 {
		font-size: clamp(34px, 10vw, 48px);
	}

	.ajlb-sporteasy-guide-hero.ajlb-photo-hero .ajlb-sporteasy-phone-card,
	.ajlb-pingpocket-hero.ajlb-photo-hero .ajlb-pingpocket-id-card {
		display: none;
	}

	.ajlb-practice-stats,
	.ajlb-practice-grid {
		grid-template-columns: 1fr;
		padding: 0 18px 48px;
	}

	.ajlb-practice-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ajlb-practice-visual,
	.ajlb-practice-focus img {
		aspect-ratio: 16 / 10;
	}

	.ajlb-club-intro,
	.ajlb-club-photo-band,
	.ajlb-club-split {
		grid-template-columns: 1fr;
	}

	.ajlb-club-intro,
	.ajlb-club-reasons,
	.ajlb-club-profiles,
	.ajlb-club-split,
	.ajlb-club-final-cta {
		padding: 50px 18px;
	}

	.ajlb-club-photo-band,
	.ajlb-club-markers {
		padding-left: 18px;
		padding-right: 18px;
	}

	.ajlb-club-presentation h2 {
		font-size: clamp(32px, 10vw, 46px);
	}

	.ajlb-club-presentation .ajlb-lead {
		font-size: 18px;
	}

	.ajlb-club-reason-grid,
	.ajlb-club-profile-grid,
	.ajlb-club-markers,
	.ajlb-club-split-gallery {
		grid-template-columns: 1fr;
	}

	.ajlb-club-reason-card,
	.ajlb-club-profile-card {
		min-height: auto;
	}

	.ajlb-club-split-gallery .ajlb-club-presentation-image {
		aspect-ratio: 16 / 10;
	}

	.ajlb-guide-lead,
	.ajlb-pingpocket-lead {
		font-size: 17px;
	}

	.ajlb-pingpocket-team-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.ajlb-pingpocket-team-head a {
		width: 100%;
		text-align: center;
	}

	.ajlb-pingpocket-frame-wrap,
	.ajlb-pingpocket-team .ajlb-pingpocket-frame-wrap {
		min-height: 620px;
	}

	.ajlb-pingpocket-frame,
	.ajlb-pingpocket-team .ajlb-pingpocket-frame {
		height: 620px;
	}

	.ajlb-pp-scoreboard {
		grid-template-columns: 1fr;
	}

	.ajlb-pp-score-final {
		min-width: 0;
		order: -1;
	}

	.ajlb-pp-lineups {
		grid-template-columns: 1fr;
	}

	.ajlb-pp-team-tabbar {
		grid-template-columns: 1fr;
	}

	.ajlb-gallery-index {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ajlb-news-filters .et_pb_button,
	.ajlb-sport-filters .et_pb_button,
	.ajlb-filter-reset {
		width: 100%;
	}

	.ajlb-gallery-theme-esprit-club,
	.ajlb-gallery-theme-anniversaire {
		margin-inline: -18px;
		padding: 44px 18px;
	}
}

@media (max-width: 760px) {
	.ajlb-footer-brand {
		flex-direction: column;
	}

	.ajlb-footer-logo-link {
		flex-basis: 76px;
		height: 76px;
		width: 76px;
	}

	.ajlb-footer-logo-link img {
		height: 64px;
		width: 64px;
	}

	.ajlb-footer-nav {
		gap: 24px;
		grid-template-columns: 1fr;
	}

	.ajlb-footer-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ajlb-footer-bottom-links {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.ajlb-media-gallery,
	.ajlb-media-gallery-2,
	.ajlb-media-gallery-4 {
		grid-template-columns: 1fr;
	}

	.ajlb-gallery-hub {
		gap: 48px;
	}

	.ajlb-gallery-index {
		grid-template-columns: 1fr;
	}

	.ajlb-gallery-index-card {
		min-height: 106px;
		padding: 18px;
	}

	.ajlb-doc-grid,
	.ajlb-news-grid,
	.ajlb-news-filters,
	.ajlb-sport-filters,
	.ajlb-news-card-compact {
		grid-template-columns: 1fr;
	}

	.ajlb-news-card-compact .ajlb-news-media {
		aspect-ratio: 16 / 10;
		min-height: 0;
	}

	.ajlb-news-more .ajlb-news-grid {
		grid-template-columns: 1fr;
	}

	.ajlb-news-slider::before,
	.ajlb-news-slider::after {
		width: 34px;
	}

	.ajlb-news-slide {
		flex-basis: min(82vw, 340px);
	}

	.ajlb-news-month summary {
		align-items: flex-start;
		flex-direction: column;
	}

	.ajlb-pp-overview .ajlb-title h1 {
		font-size: clamp(31px, 8.5vw, 38px);
		line-height: 1.12;
	}

	.ajlb-pingpocket-module .ajlb-title h2 {
		font-size: clamp(26px, 7.2vw, 31px);
		line-height: 1.16;
	}

	.ajlb-pp-module-head p {
		font-size: 16px;
	}

	.ajlb-pp-tablist,
	.ajlb-pp-team-tab-group > div {
		align-items: stretch;
		flex-direction: column;
	}

	.ajlb-pp-tab-button,
	.ajlb-pp-team-tab {
		width: 100%;
	}

	.ajlb-pp-team-tabbar {
		border-radius: 14px;
		padding: 14px;
	}

	.ajlb-pp-day-accordion summary {
		align-items: flex-start;
		flex-direction: column;
	}

	.ajlb-pp-day-accordion summary em {
		margin-left: 0;
	}

	.ajlb-pp-next-card header {
		flex-direction: column;
	}

	.ajlb-pp-table {
		min-width: 640px;
	}

	.ajlb-pp-match-table {
		min-width: 760px;
	}

	.ajlb-pp-table th,
	.ajlb-pp-table td {
		padding: 13px 12px;
	}

	.ajlb-pp-detail-head {
		flex-direction: column;
	}

	.ajlb-pp-detail-head a {
		text-align: center;
		width: 100%;
	}

	.ajlb-pp-score-team,
	.ajlb-pp-score-final,
	.ajlb-pp-lineups section {
		padding: 14px;
	}

	.ajlb-pp-rank-row {
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.ajlb-pp-rank-row em {
		grid-column: 2;
		justify-self: start;
		white-space: normal;
	}

	.ajlb-pingpocket-stat strong {
		font-size: 32px;
	}

	.ajlb-legacy-post {
		gap: 18px;
		margin-bottom: 42px;
	}

	.ajlb-legacy-meta {
		font-size: 13px;
		line-height: 1.45;
	}

	.ajlb-legacy-lead {
		font-size: 18px;
		line-height: 1.55;
	}

	.ajlb-legacy-body h2 {
		font-size: 30px;
		line-height: 1.12;
	}

	.ajlb-legacy-body h3 {
		font-size: 23px;
		line-height: 1.15;
	}

	.ajlb-legacy-body p,
	.ajlb-legacy-body li {
		font-size: 17px;
		line-height: 1.68;
	}

	.ajlb-legacy-gallery {
		grid-template-columns: 1fr;
	}

	.ajlb-legacy-actions {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.ajlb-official-labels,
	.ajlb-official-labels-compact {
		grid-template-columns: 1fr;
	}

	.ajlb-official-label,
	.ajlb-official-labels-compact .ajlb-official-label {
		gap: 14px;
		grid-template-columns: 78px minmax(0, 1fr);
		min-height: 0;
		padding: 14px;
	}

	.ajlb-official-label-media,
	.ajlb-official-labels-compact .ajlb-official-label-media {
		height: 70px;
		padding: 8px;
	}

	.ajlb-official-label-logo,
	.ajlb-official-labels-compact .ajlb-official-label-logo {
		max-height: 52px;
	}

	.ajlb-official-label-content strong,
	.ajlb-official-labels-compact .ajlb-official-label-content strong {
		font-size: 19px;
	}

	.ajlb-pp-table-wrap {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		overflow-x: visible;
	}

	.ajlb-pp-table,
	.ajlb-pp-table thead,
	.ajlb-pp-table tbody,
	.ajlb-pp-table tr,
	.ajlb-pp-table th,
	.ajlb-pp-table td {
		display: block;
		width: 100%;
	}

	.ajlb-pp-table {
		border-collapse: separate;
		border-spacing: 0;
		min-width: 0 !important;
	}

	.ajlb-pp-table thead {
		border: 0;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	.ajlb-pp-table tbody {
		display: grid;
		gap: 14px;
	}

	.ajlb-pp-table tr {
		background: #fff;
		border: 1px solid var(--ajlb-line);
		border-left: 5px solid var(--ajlb-red);
		border-radius: 8px;
		box-shadow: 0 14px 32px rgba(7, 8, 20, 0.08);
		overflow: hidden;
		padding: 8px 0;
	}

	.ajlb-pp-match-table tr.is-win {
		border-left-color: var(--ajlb-blue-bright);
	}

	.ajlb-pp-match-table tr.is-loss {
		border-left-color: var(--ajlb-red);
	}

	.ajlb-pp-table tr:last-child td {
		border-bottom: 1px solid var(--ajlb-line);
	}

	.ajlb-pp-table td {
		align-items: flex-start;
		border-bottom: 1px solid var(--ajlb-line);
		display: flex;
		gap: 18px;
		justify-content: space-between;
		padding: 12px 14px;
		text-align: right;
	}

	.ajlb-pp-table td:last-child {
		border-bottom: 0;
	}

	.ajlb-pp-table td::before {
		color: var(--ajlb-muted);
		content: attr(data-label);
		flex: 0 0 42%;
		font-size: 12px;
		font-weight: 950;
		letter-spacing: 0;
		line-height: 1.35;
		text-align: left;
		text-transform: uppercase;
	}

	.ajlb-pp-table td > * {
		max-width: 58%;
	}

	.ajlb-pp-table td strong,
	.ajlb-pp-table td span,
	.ajlb-pp-table td a {
		margin-left: auto;
		overflow-wrap: anywhere;
		text-align: right;
	}

	.ajlb-pp-table td span {
		margin-top: 3px;
	}

	.ajlb-pp-table span.ajlb-pp-table-progress,
	.ajlb-pp-match-score,
	.ajlb-pp-status {
		justify-content: center;
		margin-left: auto !important;
		white-space: normal;
	}

	.ajlb-pp-sheet-pending {
		align-items: flex-start;
		flex-direction: column;
	}

	.ajlb-member-card {
		align-items: center;
		text-align: center;
	}

	.ajlb-member-card p {
		max-width: 100%;
	}

	.ajlb-association-note {
		padding: 20px;
	}
}

.ajlb-adherer-page .ajlb-section-intro {
	max-width: 860px;
}

.ajlb-step-card,
.ajlb-license-card,
.ajlb-medical-tip {
	height: 100%;
}

.ajlb-step-number {
	align-items: center;
	background: var(--ajlb-red);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 950;
	height: 38px;
	justify-content: center;
	margin-bottom: 14px;
	width: 38px;
}

.ajlb-license-card {
	border-top: 5px solid var(--ajlb-red);
}

.ajlb-license-card strong {
	color: var(--ajlb-ink);
	font-weight: 950;
}

.ajlb-medical-list {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 24px;
}

.ajlb-medical-list .ajlb-card {
	box-shadow: 0 14px 34px rgba(7, 8, 20, 0.06);
	padding: 20px;
}

.ajlb-medical-tip {
	margin-top: 18px;
}

.ajlb-faq-list {
	display: grid;
	gap: 14px;
	margin-bottom: 28px;
}

.ajlb-faq-item {
	background: #fff;
	border: 1px solid var(--ajlb-line);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(7, 8, 20, 0.06);
	overflow: hidden;
}

.ajlb-faq-item summary {
	cursor: pointer;
	font-size: 20px;
	font-weight: 950;
	line-height: 1.25;
	list-style: none;
	padding: 22px 56px 22px 22px;
	position: relative;
}

.ajlb-faq-item summary::-webkit-details-marker {
	display: none;
}

.ajlb-faq-item summary::after {
	align-items: center;
	background: var(--ajlb-red);
	border-radius: 999px;
	color: #fff;
	content: "+";
	display: inline-flex;
	font-size: 22px;
	font-weight: 950;
	height: 30px;
	justify-content: center;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}

.ajlb-faq-item[open] summary::after {
	content: "-";
}

.ajlb-faq-item p {
	border-top: 1px solid var(--ajlb-line);
	margin: 0;
	padding: 18px 22px 22px;
}

@media (max-width: 767px) {
	.ajlb-medical-list {
		grid-template-columns: 1fr;
	}

	.ajlb-faq-item summary {
		font-size: 18px;
		padding: 18px 52px 18px 18px;
	}

	.ajlb-faq-item p {
		padding: 16px 18px 18px;
	}
}

@media (max-width: 980px) {
	.ajlb-article-nav {
		align-items: flex-start;
		gap: 14px;
		min-height: 0;
		padding: 10px 18px 14px;
		position: relative;
	}

	.ajlb-article-nav-logo img {
		height: 56px;
		width: 56px;
	}

	.ajlb-article-nav-links {
		flex: 1 1 auto;
		gap: 6px;
		justify-content: flex-end;
	}

	.ajlb-article-nav-links a {
		font-size: 14px;
		padding: 10px 9px;
	}

	.ajlb-single-layout {
		grid-template-columns: 1fr;
	}

	.ajlb-single-aside {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ajlb-single-side-card,
	.ajlb-single-side-card + .ajlb-single-side-card {
		position: static;
		top: auto;
	}
}

@media (max-width: 767px) {
	.ajlb-article-nav {
		align-items: center;
		border-bottom-width: 3px;
		flex-direction: column;
		padding: 10px 14px 12px;
	}

	.ajlb-article-nav-links {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		justify-content: stretch;
		width: 100%;
	}

	.ajlb-article-nav-links a {
		font-size: 13px;
		padding: 10px 7px;
		text-align: center;
	}

	.ajlb-article-nav-links .ajlb-article-nav-cta {
		padding-left: 7px;
		padding-right: 7px;
	}

	.ajlb-single-hero {
		min-height: 360px;
		padding: 72px 22px 44px;
	}

	.ajlb-single-hero .ajlb-title h1 {
		font-size: clamp(38px, 12vw, 56px);
		line-height: 1.02;
	}

	.ajlb-single-meta {
		font-size: 14px;
	}

	.ajlb-single-layout {
		gap: 22px;
		padding: 28px 16px 54px;
	}

	.ajlb-single-content {
		border-radius: 8px;
		font-size: 17px;
		line-height: 1.64;
		padding: 22px;
	}

	.ajlb-single-section-grid,
	.ajlb-single-aside {
		grid-template-columns: 1fr;
	}

	.ajlb-single-cta-row .et_pb_button {
		text-align: center;
		width: 100%;
	}
}
