@font-face {
    font-family: 'Rambla';
	src: url('../_webfonts/rambla-regular-webfont.woff') format('woff') ; 
	src: url('../_webfonts/rambla-regular-webfont.eot') ; 
	src: url('../_webfonts/rambla-regular-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../_webfonts/rambla-regular-webfont.ttf') format('truetype'), 
		url('../_webfonts/rambla-regular-webfont.svg#ramblaregular') format('svg') ; 
	font-weight: normal; 
	font-style: normal;
}
@font-face {
    font-family: 'Ramblabold';
	src: url('../_webfonts/rambla-bold-webfont.woff') format('woff') ; 
	src: url('../_webfonts/rambla-bold-webfont.eot') ; 
	src: url('../_webfonts/rambla-bold-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../_webfonts/rambla-bold-webfont.ttf') format('truetype'), 
		url('../_webfonts/rambla-bold-webfont.svg#ramblaregular') format('svg') ; 
	font-weight: normal; 
	font-style: normal;
}

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

#header {
	height: 140px;
	background-color: #352b26;
	border-bottom: 2px solid #f28b06;
	color: #fff;
}
#header h1 {
	margin-top: -25px;
	font-size: 1.6em;
}
#header h1 strong {
	color: #f28b06;
}
#header .wrapper {
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
}
#header .wrapper div.h1 {
	display: inline-block;
	position: relative;
	top: 28px;
	/*margin: 0 16px 0 30px;*/
	margin: 0 30px;
	vertical-align: top;
	/*margin-left: -500px;*/
}
#header .wrapper div.h1 a {
	color: #fff;
	text-decoration: none;
	font-size: 40px;
	font-family: 'Ramblabold', Helvetica, sans-serif;
	margin: 5px 0;
	display: inline-block;
}
#header .wrapper div.h1 strong {
	/*color: #f28b06;*/
}
#header .wrapper #minimap {
	display: inline-block;
	position: relative;
	top: 22px;
	margin: 0 30px 0 0;
	vertical-align: top;
}
#header .wrapper h2.rencontres {
	display: inline-block;
	position: relative;
	top: 18px;
	color: #fff;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.1em;
	letter-spacing: 0.04em;
	vertical-align: top;
	margin: 17px 0;
	text-align: left;
}
#header .wrapper h2.rencontres em {
	display: block;
	color: #f28b06;
	font-style: normal;
	font-size: 1.2em;
}

#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;
	font-size: 18px;
}

#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;
}
#footer .logo {
	height: 55px;
}
#footer h2 {
	margin-top: -12px;
	/*font-size: 1em;*/
	font-family: 'Ramblabold', Helvetica, sans-serif;
	font-size: 32px;
}
#footer h2 strong {
	color: #f28b06;
}
#footer div.rencontres {
	font-size: 0.9em;
	margin-top: 8px;
}
#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;*/
	font-family: 'Ramblabold', Helvetica, sans-serif;
}
a.site:hover {
	text-decoration: underline;
}
a.site.plus {
	font-size: 24px;
}
span.orange {
	color: #f28b06;
}
