/* Pied de page commun */
.footer {
	position: fixed;
	bottom: 0;
	height: 30px;
	width: 100%;
	background-color: #44596a;
	text-align: center;
	background-repeat: no-repeat;
}

.footer>.mentionsLegales {
	font-size : x-small;
	color: white;
	/*height: 100%;*/
	display: inline-block;
	padding-top: 10px;
	cursor: pointer;
}

#mentionsLegalesPopup {
	position: fixed;
	bottom: 38px; /*equivaut au footer*/
	left: 25%;
	width: 50%;
	height: 60%;
	box-shadow: 3px 3px 5px #888;
	border: 1px solid #CCC;
	background-color: white;
	z-index: 10;
}

.hiddenPopup {
	position: fixed;
	bottom: 38px; /*equivaut au footer*/
	left: 25%;
	width: 50%;
	height: 60%;
	box-shadow: 3px 3px 5px #888;
	border: 1px solid #CCC;
	background-color: white;
	z-index: 10;
}

/** Ajustement de la popup des mentions legales */
@media ( max-width :520px) {
	#mentionsLegalesPopup {
		width: 90%;
		left: 5%;
		height: 80%;
	}
	.hiddenPopup {
		width: 90%;
		left: 5%;
		height: 80%;
	}
}

/*CSS générale */
body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 14px;
	border: 0px;
	line-height: 1.8;
}

@media ( max-width :900px) {
	body {
		font-size: 12px;
	}
}

li {
	list-style: none;
}

label {
	display: inline-block;
	padding: 1px;
	padding-right: 5px; 
	vertical-align: top;
	width: 160px;
	text-align: right;
}

input {
	border: none;
	border-bottom: 1px solid #684b3e;
	width: 230px;
	font-size: 100%;
}

input.button:hover {
	font-weight: bold;
}

input.button {
	background-color: #475b6d;
	color: #FFFFFF;
	margin: 20px;
	min-width: 120px;
	line-height: 25px;
	border: 0 none;
	background-size: 16px 16px;
}


section {
    background-color: #ffffff;
    margin: 2px;
    min-height: 230px;
    padding: 0 0 0 10%;
    position: relative;
    text-align: left;
    width: 80%;
    text-align: center;
}

ul {
	padding: 0px;
}

.center {
	max-width: 600px;
	margin: 0 auto;
}

