.cont-actus-slide {
	padding: 5% 0;
	position: relative;
}

.cont-actus-slide:before {
	left: 0;
	z-index: 10;
	bottom: -6%;
	content: "";
	width: 252px;
	height: 200px;
	display: block;
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2022/12/actu-overlay.svg);
}


.actus-title {
	margin-left: 18%;
	margin-bottom: 2em;
}

.actus-title h2 {
	color: #641B5F;
	font-size: 53px;
	line-height: 64px;
	margin: 0!important;
	letter-spacing: -1.32px;
	text-transform: uppercase;

}

.actus-title h2 > span {
	z-index: 99;
	width: 100%;
	color: #D81B5A;
	display: block;
	font-size: 35px;
	line-height: 16px;
	letter-spacing: 0;
	text-transform: none!important;
	position: relative;
	font-weight: 400;
	font-style: normal;
	font-family: adobe-handwriting-ernie, sans-serif;

}

.swiper-actus {
	padding: 2em;
}

.swiper-actus-arrows {
	top: 15%;
	right: 20%;
	gap: 2em;
	z-index: 99;
	width: fit-content;
	display: flex;
	position: absolute;
	flex-direction: row;
	align-items: center;
}

.swiper-actus-arrows > div {
	width: fit-content;
}

.swiper-actus-arrow-prev {
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.swiper-actus-arrows > div > img {
	cursor: pointer;
	max-width: 60px!important;
	transition: filter 0.5s ease-in-out;
}

.swiper-actus-arrows > div:hover > img {
	filter: grayscale(1);
}

.cont-actus-slide .actus-items {
	margin-left: -22%;
}

.item-actu {
	width: 380px!important;
	border-radius: 0 0 30px 0;
	/*box-shadow: 0 3px 30px #00000012;*/
}


.item-actu .actu-bg{
	/*width: 380px;*/
	height: 230px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	border-radius: 0 0 30px 0;
	background-position: center;
	background-repeat: no-repeat;
}

.item-actu .actu-bg a {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,.04);
}

.item-actu .actu-bg .bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.item-actu .actu-infos {
	padding: 0.5em;
	border-radius: 0 0 30px 0;
	background-color: #ffffff;
}

.item-actu .actu-infos {
	color: #D81B5A;
	font-size: 14px;
	letter-spacing: 0.7px;
	font-family: "Montserrat", Sans-serif;
}

.item-actu .actu-infos a {
	text-decoration: none!important;
}

.item-actu .actu-infos a h3 {
	color: #242424;
	/*font-size: 22px;*/
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.10px;
	font-family: "Montserrat", Sans-serif;
	font-size: calc(8px + 6 * ((100vw - 320px) / 680))!important;
}


/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {

	.cont-actus-slide {
		padding-bottom: 4em;
	}

	.cont-actus-slide:before {
		left: 0;
		bottom: -4%;
		width: 120px;
		height: 80px;
	}

	.actus-title {
		margin-left: 5%;
		margin-right: 5%;
		text-align: center;
	}

	.actus-title h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.actus-title h2 > span {
		font-size: 24px;
		line-height: 14px;
	}

	.item-actu {
		width: 300px!important;
	}

	.item-actu .actu-bg {
		height: 180px;
	}

	.actus-items {
		margin-left: 0!important;
	}

	.item-actu .actu-infos {
		font-size: 12px;
	}

	.item-actu .actu-infos a h3 {
		line-height: 22px;
		font-size: 18px!important;
	}

	.swiper-actus-arrows {
		top: unset;
		bottom: 5%;
		right: 10%;
	}

	.swiper-actus-arrows > div > img {
		max-width: 30px!important;
	}


}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

	.cont-actus-slide {
		padding-bottom: 5em;
	}

	.cont-actus-slide:before {
		left: 0;
		bottom: -4%;
		width: 140px;
		height: 90px;
	}


	.actus-title {
		margin-left: 8%;
	}

	.actus-title h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.actus-title h2 > span {
		font-size: 27px;
		line-height: 20px;
	}

	.item-actu {
		width: 310px!important;
	}

	.item-actu .actu-bg {
		height: 200px;
	}

	.item-actu .actu-infos {
		font-size: 12px;
	}

	.item-actu .actu-infos a h3 {
		line-height: 22px;
		font-size: 18px!important;
	}

	.swiper-actus-arrows {
		top: 10%;
	}

	.swiper-actus-arrows > div > img {
		max-width: 40px!important;
	}

}

/*mobile and tablet*/
@media (max-width: 1024px) {



}

/*desktop*/
@media (min-width: 1025px) {

}

/*pc portable*/
@media (min-width: 1025px) and (max-width: 1700px) {

	.cont-actus-slide {
		padding-bottom: 10em;
	}

	.cont-actus-slide:before {
		left: 0;
		bottom: -6%;
		width: 222px;
		height: 170px;
	}

	.actus-title {
		margin-left: 10%;
	}

	.cont-actus-slide .actus-items {
		margin-left: -27%;
	}

	.swiper-actus-arrows {
		top: 12%;
	}

	.swiper-actus-arrows > div > img {
		max-width: 50px!important;
	}

}


/*RESPONSIVE*/
