@charset "utf-8";
/* CSS Document */

/********************************* Footer *********************************/
.footer_contact {
	grid-area: footer1;
	background-color: #343e40;/*#2a2929*/
	min-height: 300px;/*
	padding-right: 50px;
	border-right: 2px solid #fff;*/
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 0.8em;
}

.footer_contact h1 {
	text-align: center;
	color: #a68949;
	font-size: 1.5em;
}

.footer_contact h4 {
	color: #a68949;
	text-decoration: underline;
	font-weight: lighter;
	font-size: 110%;
	margin-bottom: -5px;
}

.footer_contact a, .footer_contact a:link, .footer_contact a:active, .footer_contact a:visited {
	text-decoration: none;
	color: #fff;
	text-align: center;
}

.footer_contact a:hover {
	text-decoration: underline;
}

.footer_map h1 {
	text-align: center;
	color: #a68949;
	font-size: 1.5em;
}
.footer_sitemap {
	grid-area: footer2;
	background-color: #343e40;/*#2a2929*/
	color: #fff;
	min-height: 300px;
	padding-right: 50px;
	padding-left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.8em;
}

.footer_sitemap ul li {
	list-style-type: square;
}

.footer_sitemap ul li a {
	color: #fff;
	text-decoration: none;
}

.footer_sitemap ul li a:hover {
	text-decoration: underline;
}

.footer_sitemap h1 {
	text-align: center;
	color: #a68949;
	font-size: 1.5em;
}

.footer_map {
	grid-area: footer3;
	background-color: #343e40;/*#2a2929*/
	min-height: 300px;
	text-align: center;
	padding: 20px;
}


/********************************* Footer | Conception *********************************/
.conception {
	grid-area: conception;
	background-color: #1A1A1A;
	text-align: center;
	color: #434343;
	font-size: 65%;
}

.conception a, .conception a:link, .conception a:active, .conception a:visited {
	text-decoration: none;
	color: #747474;
	text-align: center;
}

.conception a:hover {
	text-decoration: underline;
}