* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background-color: #f6f6f6;
	color: #212121;
	font: 1em "Trebuchet MS",Helvetica,sans-serif;
	text-align: center;
}
a img {
	border: none;
}

#header {
	height: 140px;
	background-color: #352b26;
	border-bottom: 2px solid #f28b06;
	color: #fff;
}
#header h1 {
	/*margin-top: -25px;
	font-size: 1.6em;*/
	/*margin: unset;*/	
	font-size: 3em;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#header h1 strong {
	color: #f28b06;
}

#page {
	width: 1024px;
	/*height: 700px;*/
	padding: 50px 12px;
	background-color: #fff;
	display: inline-block;
}

#carte svg a image {
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .3));
}

#presentation {
	text-align: justify;
	background: #fff;
	padding: 0 20px 50px 20px;
}

#carte {
	width: 1000px;
	height: 600px;
}

#family {
	width: 100%;
	background-color: #463a33;
	padding: 10px;
	text-align: center;
}
#family ul {
	list-style-type: none;
	margin: 14px 0;
}
#family ul li {
	display: inline-block;
	margin: 0 12px;
	padding: 0;
	width: auto;
}
#family ul li img {
	height: 20px;
}

#family0 {
	width: 1024px;
	margin: 0 auto;
	/*background-color: #463a33;*/
	padding: 10px;
	text-align: center;
}
#family0 ul {
	list-style-type: none;
	margin: 16px 0;
	display: flex;
	justify-content: space-around;
}
#family0 ul li {
	display: inline-block;
	margin: 0 12px;
	padding: 0;
	width: auto;
}
#family0 ul li img {
	height: 32px;
}

#footer {
	background-color: #352b26;
	color: #fff;
	padding: 30px 0;
	position: relative;
	text-align: center;
	height: 120px;
}
#footer .logo {
	height: 55px;
}
#footer h2 {
	/*margin-top: -12px;
	font-size: 1em;*/
	/*margin: unset;*/	
	font-size: 1.5em;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#footer h2 strong {
	color: #f28b06;
}
#footer .copy {
	color: #776a63;
	display: block;
	font-size: 0.75em;
	position: absolute;
	right: 60px;
	top: 42%;
}
a.site {
	color: #212121;
	text-decoration: none;
	font-weight: bold;
}
a.site:hover {
	text-decoration: underline;
}
span.orange {
	color: #f28b06;
}
