/*#preprocessing {
	padding: 140px 0 120px;
	background: url('../img/christopher-burns-darker.jpg');
	background-position: bottom;
	-webkit-background-size: cover;
	background-size: cover;
}*/


#utilisation {
	padding: 140px 0 120px;
}
p {
	/* text-indent: 1em; */
	font-size: 1.4em;
	margin: 1em;
}
#utilisation h3, #utilisation h3 {
	color: gray;
}
#utilisation p {
	color: rgba(0, 0, 0, 0.9);
}
#utilisation b {
	color: rgba(0, 0, 0, 1);
}

#scenario p {
	color: rgba(0, 0, 0, 0.9);
}
#scenario b {
	color: rgba(0, 0, 0, 1);
}

#preprocessing {
	padding: 140px 0 120px;
}
#preprocessing h3 {
	color: rgba(0, 0, 0, 0.9);
}
#preprocessing p {
	color: rgba(0, 0, 0, 0.9);
}
#preprocessing b {
	color: rgba(0, 0, 0, 1);
}
#logobox {
	display: flex;
	align-items:center;
	justify-content: center;
}
.copy {
	color: rgba(0, 0, 0, 0.9);
}

