@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: 0.9em 'Rambla', Helvetica, sans-serif;
	text-align: center;
}
a img {
	border: none;
}
.orange {
	color: #f28b06;
}
.h8 {
	height: 8px;
}

#header {
	height: 140px;
	background-color: #352b26;
	border-bottom: 2px solid #f28b06;
	color: #fff;
}
#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;
	vertical-align: top;
	margin-left: -500px; 
}
body.celibest #header .wrapper div.h1 {
	margin-left: -500px;
}
body.celibnord #header .wrapper div.h1 {
	margin-left: -460px;
}
body.celibouest #header .wrapper div.h1 {
	margin-left: -440px;
}
body.celiblyon #header .wrapper div.h1 {
	margin-left: -480px;
}
body.celibsudouest #header .wrapper div.h1 {
	margin-left: -460px;
	transform: scale(0.75);
	transform-origin: center right;
}
#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;
}
body.celibsudouest #header .wrapper h2.rencontres {
	transform: scale(0.8);
	transform-origin: center left;
}
#header .wrapper h2.rencontres em {
	display: block;
	color: #f28b06;
	font-style: normal;
	font-size: 1.2em;
}
#header .wrapper h2.loisir {
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 50px;
	font-size: 36px;
	margin: 17px 0;
	width: 400px;
	font-family: 'Ramblabold', Helvetica, sans-serif;
}
body.celibsudouest #header .wrapper h2.loisir {
	right: 30px;
}

#page {
	width: 1024px;
	/*height: 700px;*/
	padding: 50px 12px;
	background-color: #fff;
	display: inline-block;
}
#page .contenu {
	min-height: 600px;
	text-align: justify;
	position: relative;
}
#page a {
	color: #212121;
	text-decoration: none;
}
#page a:hover {
	border-bottom: 1px solid #f28b06;
}
#page h1 {
	font-weight: normal;
	font-size: 32px;
	margin: 0 50px 50px 50px;
}
#page h1 strong {
	font-family: 'Ramblabold', Helvetica, sans-serif;
}
#page .photos {
	position: absolute;
	z-index: 120;
	width: 500px;
	height: 600px;
	top: 180px;
	left: 0;
	transform: scale(75%);
	transform-origin: top left;
}
#page #photo1 {
	position: absolute;
	z-index: 3;
	top: 205px;
	right: 0;
}
#page #photo2 {
	position: absolute;
	z-index: 2;
	top: 130px;
	right: 180px;
}
#page #photo3 {
	position: absolute;
	top: 0;
	right: 20px;
}
#page h3 {
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 30px;
	text-align: center;
}
#page h3 strong {
	font-family: 'Ramblabold', Helvetica, sans-serif;
}
#page .texte {
	font-size: 18px;
	margin: 0 50px 0 350px;
}
#page .liens {
	margin-top: 50px;
	margin-left: 400px;
	font-size: 18px;
}

#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 {
	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;
}

