/* CSS Document */


@media (min-width: 1024px){

	.clair {
		background-image:url(../images/bg_tacheCouleur.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: auto;
	}
	
}

@media (min-width: 1024px){

	.clair:nth-of-type(2) p {
		padding-top: 3.5rem;
		
	}
	
}