@media (min-width: 0px){
	
	.covering, .formules, .illustrationFormule {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.covering li {
		border: 4px dashed #999999;
		border-radius: 1.5rem;
		width: 90%;
		margin: auto;
		margin-bottom: 3rem;
		padding-top: 0rem;
		padding-bottom: 3rem;
	}
	.covering li h3 {
		font-weight: normal;
		font-size: 1.3rem;
		font-style: normal;
	}
	.formules li {
		border: 4px dashed #999999;
		border-radius: 1.5rem;
		width: 85%;
		margin: auto;
		padding-bottom: 2rem;
		margin-bottom: 4rem;
	}
	.illustrationFormule li {
		border: 0px;
		padding-bottom: 0rem;
		margin-bottom: 0rem;
	}
	
	
}

@media (min-width: 720px){
	
	.illustrationFormule {
		display: flex;
	}
	.illustrationFormule li {
		margin-top: 0px;
		margin-bottom: 0px;
		width: calc(95% / 3);
	}
	.formules li {
		border-top: 0px;
		
		border-bottom: 0px;
	}
	.clair:last-of-type {
		background-image: url(../images/bg_tacheCouleur.jpg);
		background-position: center right;
		background-repeat: no-repeat;
		background-size: auto;
	}
	
}


@media (min-width: 1024px){
	
	.covering {
		display: flex;
	}
	.covering li {
		margin-top: 0px;
		margin-bottom: 0px;
		width: calc(85% / 2);
	}
	.floatRight {
		float: right;
	}
	.clear {
		display: none;
	}
	
}