@charset "utf-8";
/* CSS Document */

.top {
    background-image: url("back.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
    float: left;
    min-height: 54em;
    padding: 0 3em;
    position: relative;
    width: 100%;
}
body, html, div {
    font-family: "DejaVu Sans Condensed",Tahoma,sans-serif;
    padding: 0;
	margin: 0;
    text-align: center;
    width: 100%;
}
.lzsf {
    padding-bottom: 2em;
    position: relative;
}
#cmas {
    position: absolute;
    right: 0;
    bottom: 2em;
    max-width: 20%;
	width: 180px;
}
#members {
    background: #000;
    color: #fff;
	padding-bottom: 1em;
}
#logo {
    float: left;
    margin: 0.5em 2em 3em 0;
	min-width: 130px;
    width: 12%;
}
.lzsf p {
    color: #004662;
    font-size: 2em;
    margin-top: 2em;
    text-shadow: 0 0 20px #fff, 0 0 5px #fff;
}
.light {
    background: rgba(255,255,255,.8);
    color: #00648B;
    padding: 2em 0;
}

#langs {
  position: absolute;
  right: 5%;
  top: 1em;
  text-align: right;
  color: #fff;
}
#langs a {
  color: inherit;
  text-decoration: none;
  margin: 0 .5em;
}
#langs .act, #langs a:hover {
  text-decoration: underline;
  color: #c00;
}
a.menu {
    background-color: #067ea5;
    border-radius: 0 0 1em 1em;
    padding: 1em;
}
.menu.red {
    background-color: #c00;
}
#langs a.menu:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #fff, 0 0 0 #fff, 0 0 0 #fff;
    transition: all 0.5s ease 0s;
}

.zero {
    margin-left: -70%;
	position: relative;
    width: 53%;
	z-index: -1;
}
.red {
  color: #c00;
  padding-bottom: 1em;
}
p {
	line-height: 1.5;
	margin: auto;
	max-width: 57em;
	padding: 0 2em;
	text-align: left;
	/*! width: 80%; */
}
ul {
    list-style: none;
    margin: auto;
    max-width: 57em;
    padding-left: 0;
    text-align: left;
}
li {
    padding-bottom: 1em;
}
li::before {
    color: #aa0000;
    content: "•";
    font-size: 1.3em;
    margin-left: -1em;
    margin-right: 1em;
    margin-top: -0.1em;
    position: absolute;
}
h1 {
    clear: left;
    color: #067ea5;
    font-size: 1.5em;
    margin: auto;
    max-width: 38em;
    text-align: left;
    width: 80%;
}
.member img {
    border-right: 1px solid #a00;
    float: left;
    margin-right: 2%;
    max-width: 10%;
    padding-right: 2%;
}
.member, #footer p {
    margin: auto;
    max-width: 57em;
    text-align: left;
    width: 80%;
}
.member a {
    color: #067ea5;
	outline:none;
}
.member > div {
    clear: left;
    margin: 4em 0;
}
.member p {
    border-left: 1px solid #a00;
    margin-left: 12%;
}
#footer {
    background-color: #a00;
    color: #ffffff;
    padding: 2em;
}
#footer a {
    color: inherit;
}
.banner {
    width: 100%;
    text-align: center;
    margin: 2em 0;
    float: left;
}
.banner img {
    max-width: 57em;
    position: relative;
}

.banner p {
  margin: 1em auto;
  text-align: center;
}
.file::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: no-repeat;
  background-size: 1.2em;
  margin-right: .5em;
  vertical-align: middle;
  transition: all ease .5s;
}
.file:hover::before {
  width:1.5em;
  height: 1.5em;
  background-size: 1.5em;
}
.doc::before {
  background-image: url("doc-icon.png");
}
.pdf::before {
  background-image: url("PDF.png");
}
.file {
  color: #a1ccd2;
  display: inline-block;
  margin-right: 2em;
  text-decoration:none;
  position: relative;
}
.file:hover	{
	text-decoration:underline;
}