@import url(https://fonts.googleapis.com/css?family=Open+Sans: 300,400,600,800);
/*------------------------------*/
/* Styles générés par main.less */
/*------------------------------*/
body {
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}
header {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  color: #FFF;
  background: #4EC5F1;
}
@media screen and (max-width: 767px) {
  header {
    position: static;
  }
}
header p {
    margin: -25px 0 20px 50px;
    font-size: 1.1em;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
  header p {
    font-size: 1em;
  }
}
header nav {
  margin-top: 40px;
  text-align: center;
  background: #478AAC;
}
@media screen and (max-width: 767px) {
  header nav {
    margin-top: 10px;
  }
}
header nav a {
  display: inline-block;
  padding: 10px 20px;
  color: #FFF !important;
  text-decoration: none !important;
  font-size: 1.4em;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
header nav a:hover {
  background: #2E6079;
}
@media screen and (max-width: 767px) {
  header nav a {
    padding: 5px;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) and (orientation:portrait) {
  header nav a {
    display: block;
  }
}
#content {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #content {
    position: static;
  }
}
#content .container {
  position: relative;
  height: 100%;
}
#content .container p {
  position: absolute;
  left: 0;
  top: 200px;
  width: 100%;
  text-align: center;
  font-size: 3.3em;
  font-weight: 300;
  color: #FFF;
  -webkit-text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#content .container p a {
  font-weight: 500;
  color: #FFF !important;
  text-decoration: none !important;
}
header .container p a {
  color: #FFF !important;
}
@media screen and (max-width: 767px) {
  #content .container p {
    position: static;
    font-size: 2em;
  }
}
footer {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  background: #4EC5F1;
}
@media screen and (max-width: 767px) {
  footer {
    position: static;
  }
}
footer a {
  display: inline-block;
  margin: 10px 0;
  padding: 10px 20px;
  color: #FFF !important;
  text-decoration: none !important;
  font-size: 1.4em;
  font-weight: 400;
  text-transform: uppercase;
  background: #478AAC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
footer a:hover {
  background: #2E6079;
}
@media screen and (max-width: 767px) and (orientation:portrait) {
  footer a {
    font-size: 1.2em;
  }
}
