h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	display: block;
	text-transform: uppercase;
}

h1{
	font-size: 2.2em;
	line-height: 1em;
	padding: 1em 0 0 0;
}
h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0.8em 0 0 0;
}

h4 {
margin-bottom: 0px;
font-size: 1em;
line-height: 1.2em;
}
p{
	margin: auto;
	padding: 0;
	font-family: 'Lato', sans-serif;
	display: block;
	width: 95%;
	font-size: 0.8em;
}
.inputTitre{
	font-family: 'Lato', sans-serif;
}
@media screen and (max-width: 736px) {
	h4 {
    font-size: 0.6em;
    line-height: 1.1em;
	}
	p{
		font-size: 0.6em;
	}
}