html { overflow-x: hidden; }
body { overflow-x: hidden; }

.section { padding: 30px 0; }
.section.first { padding: 10px 0 30px 0; }
.sous-section { padding: 20px 0; }

.section.background {
	background-size: 150px;
	background-repeat: no-repeat;
}

/* P */

p {
	font-family: 'light', sans-serif;
	color: var(--color-projet-gris);
	font-size: 12px;
	line-height: 18px;
}

h1 {
	font-size: 24px;
	line-height: 32px;
}

h2 {
  font-size: 20px;
  line-height: 28px;
}

h3 {
	font-size: 12px;
	line-height: 18px;
}

ul.picto li span {
	width: 42px;
	height: 42px;
}

p.credits { letter-spacing: 1px; }

ul.picto li p, p.legende {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0px;
}


ul#ligne-haute { display: none; }

#menu-principal ul.liste-liens {
	width: 100vw;
}
