@import url(https://fonts.googleapis.com/css?family=Raleway:200,400,700,800);
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

html, 
body, 
.container, 
.content-wrap {
	/*overflow: hidden;*/
	width: 100%;
	height: 100%;
}

body {
	background: #fff;
	color: #005572;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Raleway', Arial, sans-serif;
}

.clear {
	clear:both;
}

a {
	color: #006573;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #c94e50;
	outline: none;
}

a img {
	border:none;
}

button:focus {
	outline: none;
}

section {
	padding: 1em;
	text-align: center;
}

h1 {
	font-weight: 800;
	font-size: 3em;
	line-height: 1;
	margin: 0 0 1em;
}

h2 {
	font-weight: 800;
	font-size: 2.5em;
	line-height: 1;
	margin: 0 0 1em;
}

h3 {
	font-weight: 800;
	font-size: 1.5em;
	line-height: 1;
	margin: 2em 0 1em 0;
}

h4 {
	font-weight: 800;
	font-size: 1em;
	line-height: 1;
	margin: 2em 0 1em 0;
}

.center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

/* Menu Top Side */

.container {
	background: #005572;
}

.menu-wrap a {
	color: #fff; /*#F4D4AD*/
}

.menu-wrap a:hover,
.menu-wrap a:focus {
	color: #c94e50;/*#81BEAA*/
}

.content-wrap {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.content {
	position: relative;
	background: #fff; /*#FEF2D8*/
}

/* Overlay */
.content::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
	transition: opacity 0.3s, transform 0s 0.3s;
}

/* Menu Button */
.menu-button {
	position: fixed;
	z-index: 1000;
	margin: 1em;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	border: none;
	text-indent: 2.5em;
	font-size: 1.5em;
	color: transparent;
	background: transparent;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background: linear-gradient(#005572 20%, transparent 20%, transparent 40%, #005572 40%, #005572 60%, transparent 60%, transparent 80%, #005572 80%);
	content: '';
}

.menu-button:hover {
	opacity: 0.6;
}
/* Menu */
.menu-wrap {
	position: absolute;
	font-weight: 700;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.menu-top {
	line-height: 58px;
}

.menu-top .profile {
	display: inline-block;
	padding: 8px 10px;
	line-height: 42px;
}

.menu-top .profile,
.menu-side {
	width: 300px;
}

.menu-top .profile img {
	float: left;
	margin-right: 1em;
}

.icon-list {
	display: inline-block;
	font-size: 1.25em;
}

.icon-list a {
	margin: 0 1em 0 0;
	padding: 0;
}

.menu-side a {
	display: block;
	padding: 1.2em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.menu-side a:first-child {
	border-top: 1px solid rgba(0,0,0,0.1);
}

/* Shown menu */
.show-menu .menu-wrap {
	opacity: 1;
}

.show-menu .content-wrap,
.show-menu .menu-button {
	-webkit-transform: translate3d(300px,60px,0);
	transform: translate3d(300px,60px,0);
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Fin Menu Top Side */

/* Header */
.header {
	margin: 0 auto;
	padding: 1em 2em 0 6em;
	max-width: 1200px;
	/*text-align: center;*/
}

.header h1 {
	margin: 0 auto;
	font-weight: 800;
	font-size: 3.75em;
	line-height: 1;
}

.header h1 span {
	display: block;
	font-size: 50%;
	font-weight: 400;
	padding-top: 0.325em;
	/**/
	line-height: 1.5;
	float: right;
	font-style: italic;
}

.links {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.69em;
	line-height: 2.2;
	/*padding: 1.61em 5em;*/
	padding: 1.61em 0;
}

.links a {
	display: inline-block;
	/*padding: 0 1em;*/
	text-decoration: none;
	letter-spacing: 1px;
}

.main {
    margin: 0 auto;
    padding: 1em 1em 4em 6em;
    text-align:left;
    max-width: 1200px;
    min-height: 450px;
}

/* Actions Buttons Style */
.actions {
	font-size: 1em;
	/*margin: 3em auto 5em;
	padding: 2em 10em 0;*/
	margin: 20px 0;
	text-align:center;
}

.actions > a {
	display: inline-block;
	margin: 0.75em;
	padding: 1.4em 1.1em;
	min-width: 14em;
	background: #bedfea;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
	border-radius: 20px/50px;
}

.actions > a.current-action {
	background: #005572;
	color: #bedfea;
}

/* Related */
.related {
	margin-top: 5em;
	padding: 0 3em 5em;
}

.related p {
	font-size: 1.5em;
	font-weight: 700;
}

.related > a {
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	border-radius: 35px/200px;
	background: #f4d4ad;
	max-width: 100%;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
	border-radius: 20px/100px;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0.75em 0.3em;
	max-width: 300px;
	text-align: left;
}

/* Footer */
.footer {
	color: #fff;
	text-align: right;
	padding: 0.5em;
	background: #005572;
}

/* Form */

form {
	margin: 1em 0;
}

form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}

td div {
	margin-bottom: 0;
}

form fieldset {
	margin: 1em 0.5em;
    width: 97%;
    padding: 1%;
}

form fieldset legend {
	font-weight: bold;
	font-size: 110%;
}

form .required {
	font-weight: bold;
}

form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	text-align: center;
}

form a.help {
	display: inline-block;
	margin:0 6px 3px;
}

form a.help img {
	z-index: 100; 
	position: absolute;
	margin:6px;
}

form .preview {
	margin: 0;
	padding: 0;
	text-align: center;
}

label {
	display: inline-block;
	font-size: 110%;
	margin-bottom:3px;
}

.preview .media-infos {
	min-height: 175px;
} 

.radio label {
	display: block;
}

input, textarea {
	clear: both;
	padding: 1%;
	width:98%;
	border: 1px solid #005572;
}

select {
	clear: both;
    -webkit-appearance: none;
  	-webkit-border-radius: 0px;
  	background: #ffffff;
	border: 1px solid #005572;
	padding: 1%;
}

select.width100 {
	width:98%;
}

select[multiple=multiple] {
	width: 100%;
}

input[type=file] {
	border:none;
}

input[type=checkbox] {
	margin: 0px 10px;
	width: auto;
}

div.checkbox {
	margin: 0;
}

div.checkbox label {
	display: inline;
}

input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}

.radio {
	padding:0;
}

.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}

input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}

form .submit input[type=submit] {
	background:#62af56;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);*/
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}

form .submit input[type=submit]:hover {
	background: #5BA150;
}

form p.description {
	font-weight: normal;
	font-style: italic;
	font-size: 80%;
	margin: 6px 0;
}

form .preview td {
	/*vertical-align:middle;*/
	position: relative;
}

form .preview input {
	border: none;
	position: relative;
	background: transparent;
}

form .preview .actions {
	margin: 0;
	padding: 0.75em 0.5em;
	text-align: left;
	position: absolute;
	bottom: 0;
}

form .preview .actions > a {
	background: none;
	border-radius: 0;
	display: inline;
	margin: 0;
	padding: 0;
}

#import-poi div {
	margin: 0;
	padding: 0;
}

#import-poi label {
	display: inline;
	font-size: 110%;
}

#import-poi input {
	width: auto;
}

ul.chapter {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.chapter li {
    font-style: italic;
    line-height: 2;
}

ol.walk li {
	list-style-type: none;
    font-style: normal;
    line-height: 2;
}

span.actions > a {
    background: none;
    border-radius: 0;
    margin: 0 0 0 0.75em;
    padding: 0;
    min-width: 0;
    text-align: left;
}

div.more {
	padding: 1em;
	text-align: right;
}

div.alphabet {
	text-align: center;
	font-weight: 800;
	font-size:110%;
	margin: 1em 0;
}

tr.letter {
	background: #f9f9f9;
	font-size:110%;
	font-weight: 800;
}

tr.word, table tr.word:nth-child(even) {
	background: #ffffff;
}

table tr.contribution:nth-child(2n), tr.contribution {
	background: #d8ebf0;
}

tr.disabled, li.disabled a, tr.disabled a {
	color: #bbb;
}

#map { 
	width: 100%;
	height: 360px;
	margin: 30px auto;
	position:relative;
}

#map .actions{
	position:absolute;
	margin:0;
	bottom:0;
	left:0;
	z-index:99;
}

.filters {
	font-size:80%;
	text-align: right;
}

.filters form {
	display: inline-block;
}

.filters label {
	display: inline-block;
	margin: 0 8px;
}

.filters input, .filters select {
	width: auto;
	padding: 4px;
	margin: 0;
	font-size:100%;
	text-align:center;
}

.filters input[type=submit] {
	width: auto;
	padding: 4px 8px;
	margin: 0;
	font-size:100%;
	text-align: center;
	margin: 0 8px;
	border: none;
	background: #005572 none repeat scroll 0 0;
    color: #fff;
}

.filters a {
	background: #005572 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
    min-width: 0;
    padding: 4px;
    text-decoration: none;
}

#contributions tr td {
	border-bottom: none;
}

#contributions tr:nth-child(even) {
    background: none;
}

#contributions .infos {
	position: relative;
	background-color: #f7f4ee;
	padding: 8px;
	text-align: center;
	min-height: 34px;
}

#contributions .infos p {
	margin: 0;
}

#contributions p.titre {
	font-size: 16px;
	margin-bottom: 2px;
}

#contributions p.date {
	font-style: italic;
	color: #777777;
	font-size: 16px;
	padding-right: 30px;
}

#contributions .infos .moderation {
	position: absolute;
	bottom: 8px;
	right: 8px;
}

#contributions .infos .moderation a {
	display: inline-block;
	margin-left:4px;
}

.width10 {
	width: 10%;
	float:left;
}

.width20 {
	width: 20%;
	float:left;
}

.width30 {
	width: 30%;
	float:left;
}

.width40 {
	width: 40%;
	float:left;
}

.width50 {
	width: 50%;
	float:left;
}

.width60 {
	width: 60%;
	float:left;
}

.width70 {
	width: 70%;
	float:left;
}

.width80 {
	width: 80%;
	float:left;
}

@media screen and (max-width: 40em) {
	body {
		font-size: 80%;
	}

	h1 {
		font-size: 2.5em;
	}

	h2 {
		font-size: 2em;
	}

	h3 {
		font-size: 1.2em;
	}

	.header h1 {
		font-size: 2.5em;
	}
	.actions {
		max-width: 900px;
		padding: 2em 2em 0;
	}
	.related > a {
		margin: 20px 0;
	}
}

@media screen and (max-width: 32em) {
	.icon-list {
		padding-left: 1em;
	}
}