/**
 * Toggles (valeurs)
 */
body .valeurs-toogles .fusion-toggle-heading {
	text-transform: uppercase;
	font-weight: bold;
	font-family: museo !important;
	font-weight: 500 !important;
}
@media screen and (min-width:1296px) {
	body .chiffres-clefs,
	body .fusion-layout-column.chiffres-clefs,
	body .fusion-layout-column.chiffres-clefs:not(.fusion-flex-column) {
		margin-left: 494px !important;
	}
	/**
	 * Key numbers
	 */
	body .chiffres-clefs .big {
		font-size: 45px;
	}
	body .chiffres-clefs p {
		font-size: 25px;
	}
	body .chiffres-clefs i {
		font-size: 45px;
	}
	body .chiffres-clefs svg {
		font-size: 45px;
	}
}

@media screen and (min-width: 993px) {
    /* Debug avec margin-left */
    body .chiffres-clefs,
	body .fusion-layout-column.chiffres-clefs,
	body .fusion-layout-column.chiffres-clefs:not(.fusion-flex-column) {
		width: auto !important;
        margin-right: 0 !important;
		margin-left: 350px !important;
	}
}
@media screen and (min-width: 1100px) {
	body .chiffres-clefs,
	body .fusion-layout-column.chiffres-clefs,
	body .fusion-layout-column.chiffres-clefs:not(.fusion-flex-column) {
		margin-left: 494px !important;
	}
}


/**
 * Key numbers
 */
.chiffres-clefs .big {
	margin-left: 15px;
	font-size: 40px;
}
.chiffres-clefs p {
	color: #fff;
	font-size: 20px;
	line-height: 2rem;
}
.chiffres-clefs i {
	font-size: 40px;
	color: #e30613 !important;
	margin-right: 15px;
}
.chiffres-clefs svg {
	font-size: 40px;
	color: #e30613 !important;
}