.push_view_grid_variant_1 {
	margin-top: 20px;
	background-color: #F7F7F7;
	padding: 50px 0;
}

.push_view_grid_variant_1 .container {
	max-width: 1241px;
}

.push_view_grid_variant_1 .container.top-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 25px;
}

@media (max-width: 1100px) {

	.push_view_grid_variant_1 .container.top-head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

}

.push_view_grid_variant_1 .container.top-head .title-actu-category .title {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #0D2C71;
	padding-left: 20px;
}

.push_view_grid_variant_1 .container.top-head .title-actu-category .title::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 9px;
	background-color: #1CAAE2;
	border-radius: 20px;
}

.push_view_grid_variant_1 .container.top-head .title-actu-category .subtitle {
	font-size: 50px;
	font-weight: 400;
	color: #0D2C71;
	margin-top: 15px;
	max-width: 715px;
}

.push_view_grid_variant_1 .container.top-head .title-actu-category .subtitle .blue-second {
	color: #1CAAE2;
}

.push_view_grid_variant_1 .container.top-head .title-actu-category p {
	color: #808896;
	font-size: 18px;
}

.push_view_grid_variant_1 .container.top-head .btn-category {
	-ms-flex-item-align: end;
	align-self: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.push_view_grid_variant_1 .container.top-head .btn-category a {
	text-decoration: none;
	color: var(--white);
	padding: 10px 32px;
	background-color: #1CAAE2;
	border-radius: 50px;
	margin-right: 10px;
}

.push_view_grid_variant_1 .container.top-head .btn-category .icn {
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background-color: #1CAAE2;
	border-radius: 50px;
	color: var(--white);
}

.push_view_grid_variant_1 .news-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(260px, 1fr))[auto-fit];
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
}

.push_view_grid_variant_1 .news-grid .news-card {
	background-color: var(--white);
}

.push_view_grid_variant_1 .news-grid .news-card figure {
	width: 100%;
	height: 176px;
}

.push_view_grid_variant_1 .news-grid .news-card figure img {
	width: 100%;
	height: 100%;
}

.push_view_grid_variant_1 .news-grid .news-card .news-content {
	padding: 10px;
}

.push_view_grid_variant_1 .news-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;
}

.push_view_grid_variant_1 .news-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;
}

.push_view_grid_variant_1 .news-grid .news-card .news-content .date-seen p {
	margin: 0;
}

.push_view_grid_variant_1 .news-grid .news-card .news-content .date-seen .seen-number p {
	font-size: 12px;
}

.push_view_grid_variant_1 .news-grid .news-card .news-content .date-seen .seen-number i {
	font-size: 9px;
}

.push_view_grid_variant_1 .news-grid .news-card .news-content .title {
	font-size: 16px;
	font-weight: 700;
	color: #444BD3;
}

.push_view_grid_variant_1 .news-grid .news-card .news-content .para {
	margin: 10px 0;
	font-size: 14px;
	font-weight: 400px;
}

.push_view_grid_variant_1 .news-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;
}

.push_view_grid_variant_1 .news-grid .news-card .news-content .avatar-label__text {
	font-size: 12px;
	font-weight: 700;
	color: #8F93E5;
}

.push_view_grid_variant_1 .news-grid .news-card .news-content .avatar-label__text a {
	text-decoration: none;
	color: #8F93E5;
}

.push_view_grid_variant_1 .news-grid .news-card .news-content .avatar-label__text p {
	margin: 0;
}

.push_view_grid_variant_1 .news-grid .news-card .news-content .avatar-label figure {
	width: 28px;
	height: 28px;
	margin-right: 5px;
}

.push_view_grid_variant_1 .news-grid .news-card .news-content .avatar-label figure img {
	width: 100%;
	height: 100%;
}

.push_view_grid_variant_1 .news-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;
}

.push_view_grid_variant_1 .news-grid .news-card .news-content ul {
	margin: 10px 0 0 0;
}

.push_view_grid_variant_1 .news-grid .news-card .btn-container {
	text-align: end;
}

.push_view_grid_variant_1 .news-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;
}

.push_view_grid_variant_1 .news-grid .news-card .btn-container .card-btn a {
	font-size: 14px;
	text-decoration: none;
	color: #444BD3;
}

.push_view_grid_variant_1 .news-grid .news-card .btn-container .card-btn i {
	padding-left: 10px;
}

/*# sourceMappingURL=push.css.map */


.push_actu_container {

	/* BLOCK */
	.push-actu {
		display: flex;
		gap: 24px;
	}

	/*------ LEFT----------- */
	.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;
	}


	/*------ RIGHT --------*/
	.push-actu__right {
		flex-basis: 34%;
		display: flex;
		flex-direction: column;
		gap: 24px;


		/* item */
		.push-actu__item {
			display: flex;
			border-radius: 16px;
			background-color: #F6F8FF;
			overflow: hidden;
			height: 128px;


			/* image */
			.push-actu__image {
				flex-basis: 163px;
				height: 100%;
				width: 100%;
			}

			.push-actu__content {
				flex-basis: calc(100% - 163px);
				padding: 16px;
				position: relative;

				&::before {
					content: "";
					position: absolute;
					top: 0;
					left: -4px;
					width: 4px;
					height: 100%;
					background-image: linear-gradient(180deg, #4CD7DB 0%, #0526B1 50%, #000142 100%);
					transition: all 0.3s linear;
					opacity: 0;
				}

			}

			.push-actu__meta {
				font-weight: 500;
				font-size: 12px;
				margin-bottom: 4px;
				color: #5C54FF;
			}

			.push-actu__title {
				font-weight: 500;
				font-size: 16px;
				color: #110055;
			}


			&:hover {
				.push-actu__content {
					background-color: #110055;

					&::before {
						opacity: 1;
					}
				}

				.push-actu__meta,
				.push-actu__title {
					color: #FFFFFF;
				}
			}
		}
	}
}


/* medie query */

@media (max-width: 767px) {
	.push_actu_container {
		.push-actu {
			flex-direction: column;
		}


		.push-actu__left {
			flex-basis: 100%;
			flex-direction: column;
			gap: 0;



			.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%);
				}
			}
		}
	}
}