/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
*{
	margin: 0;
	padding: 0;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.secteur{
	height: 70vh;
}
.delimiter{
	margin-top: 40vh;
}

@media only screen and (max-width: 992px) {
	.secteur{
		height: 50vh;
	}
	.delimiter{
		margin-top: 30vh;
	}
}