* {
  font-family: 'Open Sans', sans-serif;
}
body,html {
  height: 100%;
}
body,.pageWrap {
  margin: 0px;
  position: relative;
  background: url('../img/main_bg.jpg') 0px 0px no-repeat;
  background-size: cover;
}
.pageWrap {
  min-height: 100%;
}
#pageheader {
  height: 80px;
  background: #ffa800;
  opacity: 0.7;
}
main {
  width: 100%;
  height: 100%;
}
.frontFigure {
  width: 90%;
  height: 84%;
  max-width: 1337px;
  max-height: 785px;
  background: url('../img/figure_03.png') 0px 0px no-repeat;
  background-size: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
#logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20%;
  display: block;
  transform: scale(0);
}
#pageheader #logo {
  max-width: 235px;
  top: 5px;
}
#logo img {
  width: 100%;
}
#slogan {
  font-size: 74px;
  margin-top: -15%;
  float: none;
  color: #fff;
  /*flex-basis: 0%;*/
  transform: scale(0);
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.content_section {
  background: #fff;
  margin-bottom: 92px !important;
}
.bleu-header {
  line-height: 62px;
  text-align: center;
  background: #263451;
  color: #fff;
  font-size: 30px;
}
.pageText {
  width: 71.6%;
  margin: 0 auto;
  padding-bottom: 150px;
}
.pageText h2 {
  font-size: 24px;
  font-weight: 400;
}
.pageText p {
  font-size: 14px;
}
#footerMenu {
    height: 62px;
    background: #fff;
    opacity: 0.7;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    opacity: 0;
    margin: 0 auto;
    overflow: hidden;
}
#footerMenu ul {
  margin: 0px;
  padding-left: 16.1%;
}
#footerMenu ul li {
  list-style: none;
  display: inline-block;
  height: 62px;
  line-height: 65px;
  font-size: 16px;
  font-weight: 100;
  margin-right: 65px;
}
#footerMenu ul li a {
  color: #000;
  text-decoration: none;
}
