.custom_block_charte-bars {
	padding: 50px 0;
	background: var(--gris-clair);
}

.custom_block_charte-bars .chart {
	height: 165px!important;
}

.custom_block_charte-bars p.title-bloc {
	font-size: 13px;
	text-transform: uppercase;
}

.custom_block_charte-bars article h2 {
	font-size: 28px;
	margin-bottom: 25px;
}

.custom_block_charte-bars article.text-icons-content {
	margin-bottom: 50px;
}

.custom_block_charte-bars .barre {
	padding: 0 4px;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.custom_block_charte-bars .barre .barre-value {
	text-align: center;
	font-family: var(--title-family-font);
	font-size: 12px;
	color: var(--bleu-fonce);
	margin-bottom: 15px;
}

.custom_block_charte-bars .barre .barre-graphic {
	border-radius: 5px 5px 0 0;
	background: linear-gradient(0deg,var(--bleu-clair) 0%, var(--bleu-moyen) 100%);
	height: calc(var(--h) * 1.1px); /* 2px = hauteur max 200px pour 100% */
}

.custom_block_charte-bars .barre .barre-label {
	text-align: center;
	font-size: 11px;
	color: var(--gris-fonce);
	margin: 10px 0 0 0;
	font-weight: 400;
}





@media (min-width: 992px) {

	.custom_block_charte-bars {
		padding: 150px 0;
	}

	.custom_block_charte-bars article h2 {
		font-size: 32px;
	}

    .custom_block_charte-bars .row .barre-graphic {
        height: calc(var(--h) * 2.3px); /* 100px max sur mobile */
    }

	.custom_block_charte-bars .barre .barre-value {
		font-size: 22px;
	}

	.custom_block_charte-bars .barre .barre-label {
		font-size: 15px;
	}

}