.latest {
	margin-top: 20px;
}

.latest .container {
	max-width: 1241px;
}

.latest .latest-grid {
	padding-left: 50%;
	position: relative;
	min-height: 600px;
}

@media (max-width: 768px) {

	.latest .latest-grid {
		padding-left: 0;
	}

}

.latest .latest-grid .news-card {
	background-color: var(--white);
}

.latest .latest-grid .news-card figure {
	width: 552px;
	height: 277px;
}

.latest .latest-grid .news-card figure img {
	width: 100%;
	height: 100%;
}

.latest .latest-grid .news-card .news-content {
	padding: 10px;
}

.latest .latest-grid .news-card .news-content .pill {
	padding: 5px;
	margin-top: 10px;
	background: #ECEDFB;
	color: #121127;
	font-size: 10px;
	border-radius: 4px;
	font-weight: 600;
	width: 77px;
	text-align: center;
}

.latest .latest-grid .news-card .news-content .date-seen {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 12px;
	margin: 15px 0 20px 0;
}

.latest .latest-grid .news-card .news-content .date-seen p {
	margin: 0;
}

.latest .latest-grid .news-card .news-content .date-seen .seen-number p {
	font-size: 12px;
}

.latest .latest-grid .news-card .news-content .date-seen .seen-number i {
	font-size: 9px;
}

.latest .latest-grid .news-card .news-content .title {
	font-size: 16px;
	font-weight: 700;
	color: #444BD3;
}

.latest .latest-grid .news-card .news-content .para {
	margin: 10px 0;
	font-size: 14px;
	font-weight: 400px;
}

.latest .latest-grid .news-card .news-content .avatar-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.latest .latest-grid .news-card .news-content .avatar-label__text {
	font-size: 12px;
	font-weight: 700;
	color: #8F93E5;
}

.latest .latest-grid .news-card .news-content .avatar-label__text a {
	text-decoration: none;
	color: #8F93E5;
}

.latest .latest-grid .news-card .news-content .avatar-label__text p {
	margin: 0;
}

.latest .latest-grid .news-card .news-content .avatar-label figure {
	width: 28px;
	height: 28px;
	margin-right: 5px;
}

.latest .latest-grid .news-card .news-content .avatar-label figure img {
	width: 100%;
	height: 100%;
}

.latest .latest-grid .news-card .news-content .text-tab {
	width: 60px;
	border: 1px solid #ECEDFB;
	padding: 5px;
	margin-top: 10px;
	border-radius: 40px;
	font-weight: 600;
	font-size: 10px;
	color: #121127;
	text-align: center;
}

.latest .latest-grid .news-card .news-content ul {
	margin: 10px 0 0 0;
}

.latest .latest-grid .news-card .btn-container {
	text-align: end;
}

.latest .latest-grid .news-card .btn-container .card-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #444BD3;
	cursor: pointer;
}

.latest .latest-grid .news-card .btn-container .card-btn a {
	font-size: 14px;
	text-decoration: none;
	color: #444BD3;
}

.latest .latest-grid .news-card .btn-container .card-btn i {
	padding-left: 10px;
}

.latest a {
	text-decoration: none;
}

.latest .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 100%;
	position: relative;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 20px;
}

@media (max-width: 768px) {

	.latest .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: static !important;
		width: 100% !important;
		height: auto;
	}

	.latest .item .content-image figure {
		height: 250px !important;
	}

	.latest .item .content-image figure img {
		height: 100%;
		background-size: cover;
		-o-object-fit: cover;
		object-fit: cover;
	}

}

.latest .item:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	width: 48%;
	height: 89%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.latest .item:nth-child(1) figure {
	height: 250px;
}

.latest .item:nth-child(1) figure img {
	background-size: cover;
	-o-object-fit: cover;
	object-fit: cover;
}

.latest .item:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {

	.latest .item {
		display: block;
	}

}

.latest .content-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 166px 0;
	flex: 0 0 166px 0;
	position: relative;
}

.latest .content-image figure {
	position: relative;
	height: 100%;
	overflow: hidden;
}

@media (max-width: 767px) {

	.latest .content-image figure {
		height: 200px;
		overflow: hidden;
	}

}

.latest .content-image figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.latest .content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 10px 20px;
	background-color: var(--white);
}

.latest .content .cat-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 5px;
	column-gap: 5px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.latest .content .view-time time {
	font-size: 12px;
}

.latest .content .view-time .nb-view i {
	font-size: 9px;
}

.latest .content .view-time .nb-view span {
	font-size: 12px;
}

.latest .content .title {
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media (max-width: 768px) {

	.latest .content .title {
		display: block;
	}

}

.latest .content .descr {
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media (max-width: 768px) {

	.latest .content .descr {
		display: block;
	}

}

.latest .content ul {
	margin: 0;
}

.latest .content .cat {
	position: relative;
	width: 77px;
	text-align: center;
	color: var(--black);
	background: var(--light-purple);
	padding: 7px;
	border-radius: 5px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 10px;
}

.latest .content h3 {
	color: var(--purple-2);
	font-weight: 700;
}

.latest .content p {
	margin: 10px 0;
	line-height: 21px;
}

.latest .content .author {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.latest .content .author .name {
	font-size: 12px;
}

.latest .content .author figure {
	width: 28px;
	height: 28px;
}

.latest .content .author figure img {
	width: 100%;
	height: 100%;
}

.latest .content .author .post-at {
	color: #8F93E5;
	font-size: 12px;
}

.latest .content .author p {
	margin: 0;
}

.latest .read-article {
	text-align: end;
	font-size: 14px;
}

.latest .read-article a {
	color: var(--purple-2);
}

.latest .read-article i {
	color: var(--purple-2);
	margin-left: 5px;
}

@media (max-width: 440px) {

	.latest .read-article {
		text-align: start;
	}

}

/*# sourceMappingURL=latest.css.map */



/* Actu a la une */

.actu_a_la_une {
	.push-actu__left {
		display: flex;
		flex-basis: 66%;
		border-radius: 20px;
		height: 432px;
		overflow: hidden;



		/* IMAGE */
		.push-actu__image {
			flex-basis: 59.35%;
			height: 100%;
		}

		.push-actu__content {
			flex-basis: 40.6%;
			padding: 48px;
			padding-right: 19px;
			background-color: #F6F8FF;
			transition: all 0.3s linear;
			position: relative;

			&::before {
				content: "";
				position: absolute;
				top: 0;
				left: -8px;
				width: 8px;
				height: 100%;
				background-image: linear-gradient(180deg, #4CD7DB 0%, #0526B1 50%, #000142 100%);
				transition: all 0.3s linear;
				opacity: 0;
			}
		}

		/* META (date + views) */
		.push-actu__meta {
			display: flex;
			align-items: center;
			justify-content: space-between;
			margin-bottom: 16px;
		}

		.push-actu__date {
			font-weight: 500;
			font-size: 14px;
			color: #5C54FF;
		}



		.push-actu__views {
			display: flex;
			align-items: center;
			gap: 4px;
			font-size: 12px;
			color: #B1B1B1;
		}

		/* TEXT */
		.push-actu__title {
			font-weight: 500;
			font-size: 24px;
			line-height: 120%;
			color: #110055;
			margin-bottom: 4px;
		}

		.push-actu__description {
			font-size: 16px;
			line-height: 140%;
			color: #313131;
		}

		&:hover {
			.push-actu__content {
				background-color: #110055;

				&::before {
					opacity: 1;
				}
			}

			.push-actu__date,
			.push-actu__views,
			.push-actu__title,
			.push-actu__description {
				color: #FFFFFF;
			}
		}

	}

	.push-actu__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}


/* --------------------------------- */

.show_more_button{
	display: flex!important;
}
.btn-grey-light{
	color: white;
}



/* medie query */

@media (max-width: 767px) {
	.actu_a_la_une {

		.push-actu__left {
			flex-basis: 100%;
			flex-direction: column;
			gap: 0;
			height: auto;



			.push-actu__content {
				flex-basis: 100%;
				padding: 14px;
				margin-top: -6px;
				

				&::before {
					top: -8px;
					left: 0px;
					width: 100%;
					height: 8px;
					background-image: linear-gradient(90deg, #4CD7DB 0%, #0526B1 50%, #000142 100%);
				}
			}
		}
	}
}