/* CSS Document */

@media (min-width: 1024px){
	
	.sombre:nth-of-type(n+1) p, .clair:last-of-type p {
		margin-top: 5rem;
	}
	
}