/* ==================================================
   GCT ACTUALITÉS PAGES
================================================== */

.gct-news-page,
.gct-news-detail-page {
	background: #ffffff;
	overflow: hidden;
}

/* Hero */
.gct-news-hero,
.gct-news-detail-hero {
	position: relative;
	padding: 215px 0 105px;
	overflow: hidden;
	background:
		linear-gradient(120deg, rgba(4, 35, 82, .94), rgba(11, 76, 153, .88)),
		url("../images/hero-bg-prime.jpg") center/cover no-repeat;
}

.gct-news-detail-hero {
	padding-bottom: 95px;
}

.gct-news-hero::before,
.gct-news-detail-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 12% 30%, rgba(255, 174, 24, .22), transparent 26%),
		linear-gradient(90deg, rgba(0, 20, 55, .35), transparent 62%);
	pointer-events: none;
}

.gct-news-hero .container,
.gct-news-detail-hero .container {
	position: relative;
	z-index: 2;
}

.gct-news-hero__content,
.gct-news-detail-hero__content {
	max-width: 900px;
}

.gct-news-hero__tag {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: #ffae18;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .2px;
}

.gct-news-hero__tag::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 2px;
	background: #ffae18;
	box-shadow: 0 0 0 7px rgba(255, 174, 24, .16);
}

.gct-news-hero h1,
.gct-news-detail-hero h1 {
	max-width: 850px;
	margin: 0;
	color: #ffffff !important;
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 950;
	line-height: 1.02;
	letter-spacing: -2px;
}

.gct-news-detail-hero h1 {
	max-width: 980px;
	font-size: clamp(36px, 4.5vw, 64px);
}

.gct-news-hero h1 *,
.gct-news-detail-hero h1 *,
.gct-news-hero .char,
.gct-news-detail-hero .char,
.gct-news-hero .word,
.gct-news-detail-hero .word {
	color: #ffffff !important;
}

.gct-news-hero p {
	max-width: 720px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, .88);
	font-size: 19px;
	font-weight: 500;
	line-height: 1.75;
}

.gct-news-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
	color: rgba(255, 255, 255, .78);
	font-size: 15px;
	font-weight: 700;
}

.gct-news-breadcrumb a {
	color: #ffffff;
}

.gct-news-breadcrumb i {
	color: #ffae18;
	font-size: 12px;
}

.gct-news-breadcrumb span {
	color: rgba(255, 255, 255, .78);
}

/* Sections */
.gct-news-list-section,
.gct-news-detail-section,
.gct-related-news-section {
	position: relative;
	padding: 110px 0;
}

.gct-news-list-section {
	background:
		radial-gradient(circle at 90% 12%, rgba(14, 99, 189, .08), transparent 28%),
		#ffffff;
}

.gct-news-top {
	margin-bottom: 45px;
	row-gap: 25px;
}

.gct-news-subtitle {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: #0f63bd;
	font-size: 15px;
	font-weight: 900;
}

.gct-news-subtitle::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background: #ffae18;
}

.gct-news-title-block h2 {
	margin: 0;
	color: #082f6d;
	font-size: clamp(32px, 4vw, 54px);
	font-weight: 950;
	line-height: 1.05;
	letter-spacing: -1.4px;
}

.gct-news-filter {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 10px;
}

.gct-news-filter a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border-radius: 999px;
	background: #f1f6fc;
	border: 1px solid rgba(15, 99, 189, .12);
	color: #17365f;
	font-size: 14px;
	font-weight: 800;
	transition: all .25s ease;
}

.gct-news-filter a:hover,
.gct-news-filter a.active {
	background: #ffae18;
	color: #082f6d;
	border-color: #ffae18;
	transform: translateY(-2px);
}

/* Featured */
.gct-news-featured-card {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	align-items: stretch;
	margin-bottom: 48px;
	background: #ffffff;
	border: 1px solid rgba(8, 47, 109, .1);
	border-radius: 34px;
	overflow: hidden;
	box-shadow: 0 24px 70px rgba(8, 47, 109, .12);
}

.gct-news-featured-img {
	position: relative;
	min-height: 430px;
	overflow: hidden;
}

.gct-news-featured-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s ease;
}

.gct-news-featured-card:hover .gct-news-featured-img img {
	transform: scale(1.06);
}

.gct-news-badge {
	position: absolute;
	top: 24px;
	left: 24px;
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 999px;
	background: #ffae18;
	color: #082f6d;
	font-size: 14px;
	font-weight: 900;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
}

.gct-news-featured-content {
	padding: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gct-news-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-bottom: 18px;
	color: #6c7b92;
	font-size: 14px;
	font-weight: 700;
}

.gct-news-meta i {
	color: #ffae18;
	margin-right: 6px;
}

.gct-news-featured-content h3 {
	margin: 0;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 950;
	line-height: 1.12;
	letter-spacing: -1px;
	color: #082f6d;
}

.gct-news-featured-content h3 a {
	color: inherit;
	transition: color .25s ease;
}

.gct-news-featured-content h3 a:hover {
	color: #0f63bd;
}

.gct-news-featured-content p {
	margin: 20px 0 0;
	color: #52627a;
	font-size: 17px;
	line-height: 1.75;
}

.gct-news-readmore,
.gct-news-card-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	margin-top: 26px;
	color: #0f63bd;
	font-size: 15px;
	font-weight: 900;
	transition: all .25s ease;
}

.gct-news-readmore i,
.gct-news-card-link i {
	color: #ffae18;
	transition: transform .25s ease;
}

.gct-news-readmore:hover,
.gct-news-card-link:hover {
	color: #082f6d;
}

.gct-news-readmore:hover i,
.gct-news-card-link:hover i {
	transform: translateX(4px);
}

/* Cards */
.gct-news-grid-row {
	row-gap: 30px;
}

.gct-news-page-card {
	height: 100%;
	background: #ffffff;
	border: 1px solid rgba(8, 47, 109, .1);
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 18px 50px rgba(8, 47, 109, .08);
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.gct-news-page-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 26px 70px rgba(8, 47, 109, .14);
	border-color: rgba(255, 174, 24, .45);
}

.gct-news-card-img {
	position: relative;
	height: 245px;
	overflow: hidden;
}

.gct-news-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s ease;
}

.gct-news-page-card:hover .gct-news-card-img img {
	transform: scale(1.07);
}

.gct-news-card-img span {
	position: absolute;
	left: 18px;
	bottom: 18px;
	display: inline-flex;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(8, 47, 109, .92);
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	backdrop-filter: blur(8px);
}

.gct-news-card-body {
	padding: 28px;
}

.gct-news-card-body h3 {
	margin: 0;
	color: #082f6d;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: -.3px;
}

.gct-news-card-body h3 a {
	color: inherit;
	transition: color .25s ease;
}

.gct-news-card-body h3 a:hover {
	color: #0f63bd;
}

.gct-news-card-body p {
	margin: 14px 0 0;
	color: #5a6b83;
	font-size: 15.5px;
	line-height: 1.65;
}

/* Pagination */
.gct-news-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 52px;
}

.gct-news-pagination a {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: #f1f6fc;
	color: #082f6d;
	font-size: 15px;
	font-weight: 900;
	transition: all .25s ease;
}

.gct-news-pagination a:hover,
.gct-news-pagination a.active {
	background: #0f63bd;
	color: #ffffff;
	transform: translateY(-2px);
}

/* Detail */
.gct-news-detail-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin-top: 24px;
	color: rgba(255, 255, 255, .88);
	font-size: 15px;
	font-weight: 800;
}

.gct-news-detail-meta i {
	color: #ffae18;
	margin-right: 8px;
}

.gct-news-detail-section {
	background: #ffffff;
}

.gct-news-detail-image {
	margin-bottom: 36px;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 24px 70px rgba(8, 47, 109, .13);
}

.gct-news-detail-image img {
	width: 100%;
	aspect-ratio: 1 / .58;
	object-fit: cover;
	display: block;
}

.gct-news-detail-content {
	padding-right: 15px;
}

.gct-news-detail-content p {
	color: #53657d;
	font-size: 17px;
	line-height: 1.85;
	margin-bottom: 22px;
}

.gct-news-detail-content .gct-news-lead {
	color: #17365f;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.7;
}

.gct-news-detail-content h2 {
	margin: 38px 0 16px;
	color: #082f6d;
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 950;
	line-height: 1.15;
	letter-spacing: -.8px;
}

.gct-news-highlight {
	display: flex;
	gap: 18px;
	margin: 36px 0;
	padding: 28px;
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(255, 174, 24, .22), rgba(15, 99, 189, .08));
	border: 1px solid rgba(255, 174, 24, .35);
}

.gct-news-highlight i {
	margin-top: 5px;
	color: #ffae18;
	font-size: 28px;
}

.gct-news-highlight p {
	margin: 0;
	color: #082f6d;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.6;
}

.gct-news-detail-list {
	display: grid;
	gap: 14px;
	margin: 26px 0;
	padding: 0;
	list-style: none;
}

.gct-news-detail-list li {
	position: relative;
	padding-left: 30px;
	color: #17365f;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.gct-news-detail-list li::before {
	content: "\f058";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #ffae18;
}

.gct-news-detail-share {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 42px;
	padding-top: 30px;
	border-top: 1px solid rgba(8, 47, 109, .12);
}

.gct-news-detail-share span {
	color: #082f6d;
	font-size: 16px;
	font-weight: 900;
	margin-right: 8px;
}

.gct-news-detail-share a {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f1f6fc;
	color: #0f63bd;
	transition: all .25s ease;
}

.gct-news-detail-share a:hover {
	background: #0f63bd;
	color: #ffffff;
	transform: translateY(-3px);
}

/* Sidebar */
.gct-news-sidebar {
	position: sticky;
	top: 110px;
}

.gct-news-sidebar-box {
	padding: 28px;
	border-radius: 26px;
	background: #f6f9fd;
	border: 1px solid rgba(8, 47, 109, .1);
	margin-bottom: 24px;
}

.gct-news-sidebar-box h3 {
	margin: 0 0 20px;
	color: #082f6d;
	font-size: 22px;
	font-weight: 950;
}

.gct-news-search-form {
	display: flex;
	background: #ffffff;
	border-radius: 18px;
	border: 1px solid rgba(8, 47, 109, .1);
	overflow: hidden;
}

.gct-news-search-form input {
	width: calc(100% - 52px);
	height: 52px;
	padding: 0 18px;
	border: 0;
	outline: 0;
	background: transparent;
	color: #17365f;
	font-size: 15px;
}

.gct-news-search-form button {
	width: 52px;
	height: 52px;
	border: 0;
	background: #ffae18;
	color: #082f6d;
	font-size: 16px;
}

.gct-news-category-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gct-news-category-list li:not(:last-child) {
	margin-bottom: 12px;
}

.gct-news-category-list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 16px;
	border-radius: 16px;
	background: #ffffff;
	color: #17365f;
	font-size: 15px;
	font-weight: 800;
	transition: all .25s ease;
}

.gct-news-category-list a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 26px;
	border-radius: 999px;
	background: #eef4fb;
	color: #0f63bd;
	font-size: 13px;
}

.gct-news-category-list a:hover {
	background: #0f63bd;
	color: #ffffff;
}

.gct-news-category-list a:hover span {
	background: rgba(255, 255, 255, .18);
	color: #ffffff;
}

.gct-news-small-item {
	display: flex;
	gap: 14px;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid rgba(8, 47, 109, .1);
}

.gct-news-small-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.gct-news-small-item img {
	width: 88px;
	height: 76px;
	object-fit: cover;
	border-radius: 16px;
	flex-shrink: 0;
}

.gct-news-small-item span {
	display: block;
	margin-bottom: 6px;
	color: #7b899a;
	font-size: 13px;
	font-weight: 700;
}

.gct-news-small-item a {
	display: block;
	color: #082f6d;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.35;
	transition: color .25s ease;
}

.gct-news-small-item a:hover {
	color: #0f63bd;
}

.gct-related-news-section {
	background:
		radial-gradient(circle at 10% 10%, rgba(255, 174, 24, .12), transparent 25%),
		#f6f9fd;
}

.gct-related-news-section .gct-news-title-block {
	margin-bottom: 46px;
}

/* Responsive */
@media (max-width: 1199px) {
	.gct-news-featured-card {
		grid-template-columns: 1fr;
	}

	.gct-news-featured-img {
		min-height: 360px;
	}

	.gct-news-sidebar {
		position: static;
		margin-top: 45px;
	}
}

@media (max-width: 991px) {
	.gct-news-hero,
	.gct-news-detail-hero {
		padding: 165px 0 80px;
	}

	.gct-news-list-section,
	.gct-news-detail-section,
	.gct-related-news-section {
		padding: 70px 0;
	}

	.gct-news-filter {
		justify-content: flex-start;
	}

	.gct-news-detail-content {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.gct-news-hero,
	.gct-news-detail-hero {
		padding: 145px 0 65px;
	}

	.gct-news-hero h1,
	.gct-news-detail-hero h1 {
		font-size: 34px;
		letter-spacing: -1px;
	}

	.gct-news-hero p {
		font-size: 16px;
		line-height: 1.65;
	}

	.gct-news-title-block h2 {
		font-size: 30px;
		letter-spacing: -.6px;
	}

	.gct-news-featured-img {
		min-height: 260px;
	}

	.gct-news-featured-content,
	.gct-news-card-body,
	.gct-news-sidebar-box {
		padding: 22px;
	}

	.gct-news-featured-card,
	.gct-news-page-card,
	.gct-news-detail-image {
		border-radius: 22px;
	}

	.gct-news-card-img {
		height: 220px;
	}

	.gct-news-card-body h3 {
		font-size: 20px;
	}

	.gct-news-detail-image img {
		aspect-ratio: 1 / .72;
	}

	.gct-news-detail-content .gct-news-lead {
		font-size: 18px;
	}

	.gct-news-detail-content p {
		font-size: 16px;
		line-height: 1.75;
	}

	.gct-news-highlight {
		padding: 22px;
		flex-direction: column;
	}

	.gct-news-small-item img {
		width: 78px;
		height: 70px;
	}
}