@media (min-width:1120px){
	.fm-lg-width-25,
	.fm-lg-width-33,
	.fm-lg-width-50,
	.fm-lg-width-66,
	.fm-lg-width-75{
		min-width: inherit;
	}
	.fm-lg-width-25 {
		width: calc(25% - 24px);
	}
	.fm-lg-width-33 {
		width: calc(33.33% - 24px);
	}
}
.Cartes .parent-details {
	padding: 0px 4px;
	background-color: #2c6140;
    text-align: left;
	font-family: antique-olive-compact;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff9e5;
	margin-right: 15px;
}