@media (min-width: 768px) {
	.domaines .col-sm-6:nth-child(4n-2) .c-content-feature-2,
	.domaines .col-sm-6:nth-child(4n-1) .c-content-feature-2 {
		background: #52c9ba !important;
	}

	.domaines .col-sm-6:nth-child(4n-2) .c-content-feature-2 h3,
	.domaines .col-sm-6:nth-child(4n-1) .c-content-feature-2 h3{
		color: #FFFFFF !important;
	}
}

@media (max-width: 767px) {
	.domaines .col-sm-6:nth-child(even) .c-content-feature-2 {
		background: #52c9ba !important;
	}
	.domaines .col-sm-6:nth-child(even) .c-content-feature-2 h3 {
		color: #FFFFFF !important;
	}
}