/***********************************************/
/*************showcase-3-actus.php**************/
/***********************************************/

.blockActualites {
	width: 100%;
}

.blockActualites .actu-hero {
	height : 230px;
	background-size : cover;
	
}

.blockActualites .actu-container {
	box-shadow: 0px 0px 12px #00000029;
	background : #FFF;
	height : 100%;
}

.blockActualites .text-container {
	padding : 20px 25px;
}

.blockActualites .actu-categorie {
	margin-bottom : 5px;
	margin-left : auto;
	width: fit-content;
	background : var(--accent);
	color : #FFF;
	padding : 1px 10px;
	border-radius : 50px;
	text-transform : uppercase;
	font-size : 12px;
	font-weight: bold;
}
.blockActualites a {
	text-decoration : none;
}

.blockActualites .actu-plus {
	width : 45px;
	height : 34px;
	background-color : var(--vert);
	border-radius : 50px;
	margin : auto;
	background-image : url('/wp-content/themes/EssentielTheme/img/arrow.svg');
	background-repeat: no-repeat;
    background-position: center;
}

.blockActualites h3 {
	font-size : 20px;
	font-weight : 700;
	text-align: center;
}


.blockActualites article {
	transition : 0.3s ease;
	margin-bottom : 20px;
}
.blockActualites article:hover {
	transform : translate(0,-10px);
}