/* CSS UNIQUEMENT POUR LES 3 FORMULAIRES */


@media (max-width: 768px) {
	section h2 {
		margin-top : 20px;
	}
}



@media (min-width: 768px) {
	section h2 {
		margin-top : 100px;
	}
}

@media (min-width: 992px) {
	section h2 {
		margin-top : 80px;
	}
}



