.titleH2Engagement{
	color: #fff !important;
}

.engagement-section{
	    padding: 4% 11%;
    background: no-repeat url("../../img/imageFondEngagement.png?format=webp");
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.blocEngagementItems{
	display: flex;
    column-gap: 4%;
    width: 80%;

}

.itemEngagementImage img{
	width: 38%;
}

.itemEngagementImage{
	text-align: center;
}

.itemEngagementText{
	text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.engagementItem{
	display: flex;
    flex-direction: column;
    gap: 20px;
    width: 25%;
}

.engagement-sep{
	background: white;
    height: 18vh;
    align-self: center;
    width: 1px;
}

.strongEngagement{
	color: #fff;
	font-weight: 600;
}

.subtextEngagement{
	color: #fff;
	font-weight: 200;
}

@media screen and (max-width: 982px){
    .blocEngagementItems {
        display: flex;
        gap: 20px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .engagementItem {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 46%;
    }

    .engagement-sep {
        display: none;
    }


}