.chiffres_2_container {
	display: flex;
	flex-wrap: wrap;
    /*gap: 20px 45px;*/
}

.chiffre_2_item {
	/*flex: 1;*/
	display: flex;
    flex-direction: column;
	margin-bottom: 15px;
}
.chiffre_2_item:not(:last-child)  {
    border-right: 2px solid var(--oxy_color_8);
	padding-right: 40px;
	margin-right: 40px;
}

/*
.chiffre_2_item:last-child {
    border-right: none;
}*/

.chiffre_2_item_nb {
	color: var(--oxy_color_1);
	font-size: 3rem;
    font-weight: 800;
	font-family: 'Space Grotesk';
	/*width: 70%;*/
	/*max-width: 150px;*/
	line-height: 1;
	margin-bottom: 4px;
}


.chiffre_2_item_label {
	width: 100%;
	color: var(--oxy_color_9);
	font-family: 'Space Grotesk';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 0.9rem;
}

.image_container{
	box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 22%);
}

#shortcode-11-1764 p{
	margin-top: 0px;
	margin-bottom: 0px;
}

#shortcode-72-1764 ul{
	list-style: none;
}


@media screen and (min-width: 992px) and (max-width: 1299px){
	
	.chiffre_2_item:not(:last-child)  {
		padding-right: 25px;
		margin-right: 25px;
	}
}

	

@media screen and (max-width: 767px) {
	
	.chiffre_2_item_nb {
		font-size: 2.6rem;
	}
	.chiffre_2_item_label {
		font-size:0.8rem;
	}
}

@media screen and (max-width: 599px) {
	
	.chiffres_2_container {
		flex-direction: column;
	}
	.chiffre_2_item:not(:last-child)  {
    	border-right: none;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
}


