@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;800&display=swap');

html, body {
	height: 100%;
}
	
body {
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	font-weight: 400;
	letter-spacing: 0;
	color: #000;
}

div#page-outline {
	width: 100%;
	min-height: 100%;
	margin-bottom: -4.75em;
}

main {
	width: 100%;
	height: auto;
}

div#complement {
	width: 100%;
	height: 4.75em;
}
	
img {
	display: block;
}

/* a */
	
a {
	text-decoration: none;
	color: #000;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a:hover {
   	text-decoration: none;
	color: #6d6d6d;
}