/* =========================================================
   ALC PAGE PÔLE
========================================================= */

.alc-pole {
	width: min(1180px, calc(100% - 40px));
	margin: 36px auto 70px;
	color: #191919;
}

.alc-pole__section {
	position: relative;
	margin-bottom: 72px;
}

.alc-pole__section:last-child {
	margin-bottom: 0;
}


/* =========================================================
   TITRES DES SECTIONS
========================================================= */

.alc-pole__section-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	text-align: center;
}

.alc-pole__section-title {
	position: relative;
	margin: 0 !important;
	padding: 0 68px !important;
	border: 0 !important;
	background: none !important;
	color: #111 !important;
	font-family: "New Amsterdam", "Roboto", sans-serif !important;
	font-size: clamp(42px, 5vw, 64px) !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.alc-pole__section-title::before,
.alc-pole__section-title::after {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 3px;
	background: #f85903;
	content: "";
	transform: translateY(-50%);
}

.alc-pole__section-title::before {
	left: 0;
}

.alc-pole__section-title::after {
	right: 0;
}


/* =========================================================
   PRÉSENTATION
========================================================= */

.alc-pole__presentation {
	overflow: hidden;
	padding: 42px 55px;
	border: 1px solid rgba(248, 89, 3, 0.2);
	border-radius: 18px;
	background:
		radial-gradient(
			circle at 97% 15%,
			rgba(248, 89, 3, 0.17) 2px,
			transparent 2.5px
		);
	background-color: #fff;
	background-size: 15px 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.alc-pole__presentation::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 7px;
	background: #f85903;
	content: "";
}

.alc-pole__presentation-text {
	max-width: 900px;
	margin: 0 auto;
	color: #4d4d4d;
	font-size: 17px;
	line-height: 1.75;
	text-align: center;
}

.alc-pole__presentation-text p:last-child {
	margin-bottom: 0;
}


/* =========================================================
   ÉQUIPES
========================================================= */

.alc-pole__teams {
	display: grid;
	grid-template-columns: repeat(
		auto-fit,
		minmax(230px, 250px)
	);
	justify-content: center;
	gap: 22px;
	width: 100%;
}


/* =========================================================
   REGROUPEMENTS PAR TYPE DE FOOTBALL
========================================================= */

.alc-pole__football-group {
	margin-top: 46px;
}

.alc-pole__football-group:first-of-type {
	margin-top: 0;
}

.alc-pole__football-group-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0 0 25px;
	padding: 0;
	color: #f85903;
	font-family: "Roboto Slab", serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0.045em;
	text-align: center;
	text-transform: uppercase;
}

.alc-pole__football-group-title::before,
.alc-pole__football-group-title::after {
	width: 38px;
	height: 2px;
	background: rgba(248, 89, 3, 0.65);
	content: "";
}


/* =========================================================
   CARTE ÉQUIPE
========================================================= */

.alc-pole__team-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(248, 89, 3, 0.15);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 9px 25px rgba(0, 0, 0, 0.08);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.alc-pole__team-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.alc-pole__team-card-top {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 92px;
	background:
		radial-gradient(
			circle,
			rgba(255, 255, 255, 0.16) 2px,
			transparent 2.5px
		);
	background-color: #f85903;
	background-size: 14px 14px;
	color: #fff;
}

.alc-pole__team-card-top .dashicons {
	width: 48px;
	height: 48px;
	font-size: 48px;
}

.alc-pole__team-card-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	padding: 24px 18px 20px;
	text-align: center;
}

.alc-pole__team-card h3 {
	margin: 0 0 11px;
	color: #111;
	font-family: "Roboto Slab", serif;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.25;
}

.alc-pole__team-subtitle {
	margin-bottom: 7px;
	color: #696969;
	font-size: 14px;
}

.alc-pole__team-division {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 29px;
	margin-top: auto;
	padding: 5px 11px;
	border-radius: 20px;
	background: #fff2ea;
	color: #f85903;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.alc-pole__team-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 49px;
	padding: 10px 16px;
	background: #111;
	color: #fff !important;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background 0.2s ease;
}

.alc-pole__team-link:hover {
	background: #f85903;
	color: #fff !important;
}


/* =========================================================
   ACTUALITÉS
========================================================= */

.alc-pole__news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.alc-pole__news-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.alc-pole__news-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 15px 34px rgba(0, 0, 0, 0.13);
}

.alc-pole__news-image {
	position: relative;
	height: 205px;
	overflow: hidden;
	background: #111;
}

.alc-pole__news-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.alc-pole__news-card:hover .alc-pole__news-image img {
	transform: scale(1.045);
}

.alc-pole__news-category {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 13px;
	border-radius: 9px;
	background: #f85903;
	box-shadow: 0 5px 13px rgba(0, 0, 0, 0.18);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.alc-pole__news-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 22px 19px;
}

.alc-pole__news-content h3 {
	display: -webkit-box;
	min-height: 54px;
	margin: 0 0 14px;
	overflow: hidden;
	color: #171717;
	font-family: "Roboto Slab", serif;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.38;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.alc-pole__news-excerpt {
	display: -webkit-box;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.alc-pole__news-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 51px;
	padding: 11px 18px;
	background: #f85903;
	color: #fff !important;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none !important;
	text-transform: uppercase;
}

.alc-pole__news-link:hover {
	background: #d94e02;
	color: #fff !important;
}

.alc-pole__news-more {
	margin-top: 30px;
	text-align: center;
}

.alc-pole__news-more a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 10px 26px;
	border: 2px solid #f85903;
	border-radius: 11px;
	background: #fff;
	color: #f85903 !important;
	font-weight: 900;
	text-decoration: none !important;
	text-transform: uppercase;
	transition:
		background 0.2s ease,
		color 0.2s ease;
}

.alc-pole__news-more a:hover {
	background: #f85903;
	color: #fff !important;
}


/* =========================================================
   ORGANIGRAMME EN ATTENTE
========================================================= */

.alc-pole__organisation-pending {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	min-height: 190px;
	padding: 35px;
	overflow: hidden;
	border: 1px solid rgba(248, 89, 3, 0.25);
	border-radius: 18px;
	background:
		radial-gradient(
			circle at 92% 30%,
			rgba(248, 89, 3, 0.13) 2px,
			transparent 2.5px
		);
	background-color: #fff7f2;
	background-size: 15px 15px;
	text-align: left;
}

.alc-pole__organisation-icon {
	display: flex;
	flex: 0 0 88px;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background: #f85903;
	color: #fff;
	box-shadow: 0 10px 22px rgba(248, 89, 3, 0.22);
}

.alc-pole__organisation-icon .dashicons {
	width: 45px;
	height: 45px;
	font-size: 45px;
}

.alc-pole__organisation-season {
	margin-bottom: 6px;
	color: #f85903;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.alc-pole__organisation-pending strong {
	display: block;
	color: #111;
	font-family: "New Amsterdam", "Roboto", sans-serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.alc-pole__organisation-pending p {
	margin: 9px 0 0;
	color: #555;
	font-size: 15px;
}


/* =========================================================
   ORGANIGRAMME DISPONIBLE
========================================================= */

.alc-pole__organisation-card {
	padding: 20px;
	border: 1px solid rgba(248, 89, 3, 0.18);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
	text-align: center;
}

.alc-pole__organisation-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 13px;
}

.alc-pole__organisation-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	margin-top: 20px;
	padding: 10px 25px;
	border-radius: 10px;
	background: #f85903;
	color: #fff !important;
	font-weight: 900;
	text-decoration: none !important;
	text-transform: uppercase;
}

.alc-pole__organisation-button:hover {
	background: #d94e02;
	color: #fff !important;
}


/* =========================================================
   TABLETTE
========================================================= */

@media only screen and (max-width: 991px) {

	.alc-pole__teams {
		grid-template-columns: repeat(
			auto-fit,
			minmax(230px, 250px)
		);
		justify-content: center;
	}

	.alc-pole__news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}


/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 600px) {

	.alc-pole {
		width: calc(100% - 24px);
		margin-top: 25px;
	}

	.alc-pole__section {
		margin-bottom: 50px;
	}

	.alc-pole__section-title {
		padding: 0 42px !important;
		font-size: 40px !important;
	}

	.alc-pole__section-title::before,
	.alc-pole__section-title::after {
		width: 29px;
	}

	.alc-pole__presentation {
		padding: 31px 22px;
	}

	.alc-pole__presentation-text {
		font-size: 15px;
		text-align: left;
	}

	.alc-pole__teams,
	.alc-pole__news-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 20px;
	}

	.alc-pole__football-group {
		margin-top: 36px;
	}

	.alc-pole__football-group-title {
		gap: 10px;
		font-size: 17px;
	}

	.alc-pole__football-group-title::before,
	.alc-pole__football-group-title::after {
		width: 25px;
	}

	.alc-pole__organisation-pending {
		flex-direction: column;
		gap: 18px;
		padding: 28px 20px;
		text-align: center;
	}

	.alc-pole__organisation-pending strong {
		font-size: 37px;
	}

}