html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, img {
  display: block; }

html, body {
  width: 100%; }

hr {
  height: 0;
  border: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

a {
  text-decoration: none; }

a img {
  border: none; }

.centered {
  margin: 0 auto; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.col-left {
  float: left; }

.col-right {
  float: right; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

body {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #595959;
  background: #fff; }

.body-box {
  background-image: url("../img/bio-fond3.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom; }

.body-box2 {
  background: #797572; }

.body-box3 {
  background-image: url("../img/bio-fond5.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed; }

#console {
  display: none;
  position: fixed;
  z-index: 200;
  top: 10;
  right: 10; }

#loader {
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 50%;
  padding: 5px;
  margin-top: -21px;
  margin-left: -21px;
  background: #fff; }

/**** Header ****/
header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 70px; }
  header h1 {
    position: absolute;
    bottom: 0px;
    padding: 13px 10px 7px 10px;
    left: 30px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 200;
    font-size: 50px;
    line-height: 50px;
    background: #fff;
    border: 0px solid red;
    border-radius: 0 0 1px 0; }
    header h1 a {
      color: #595959; }
  header #nav-bnt {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px 40px 0 10px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 1px 0 0 1px;
    border: 0px solid red; }
    header #nav-bnt div {
      width: 35px;
      height: 3px;
      margin-bottom: 8px;
      border-radius: 2px;
      background: #666; }
    header #nav-bnt p {
      margin-top: -11px;
      padding: 0;
      font-family: 'Fira Sans Extra Condensed', sans-serif;
      font-weight: 200;
      font-size: 12px;
      color: #595959; }
  header #nav-page {
    display: block;
    position: absolute;
    bottom: 0px;
    right: -690px;
    padding: 19px 15px 14px 0px;
    width: 503px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 1px 0 0 1px; }
    header #nav-page ul {
      float: right;
      margin: 0px;
      font-family: 'Fira Sans Extra Condensed', sans-serif;
      font-size: 20px;
      line-height: 20px;
      text-align: right; }
      header #nav-page ul li {
        float: left;
        position: relative;
        list-style-type: none;
        padding-left: 0px;
        color: #595959;
        font-weight: 200; }
        header #nav-page ul li .sep {
          display: inline-block;
          width: 25px;
          color: #7f8da8;
          text-align: center;
          font-weight: 400; }
        header #nav-page ul li a {
          color: #595959; }
        header #nav-page ul li a:hover, header #nav-page ul li .nav-on {
          color: #7f8da8;
          font-weight: 200; }
        header #nav-page ul li ul {
          float: none;
          position: absolute;
          top: 34px;
          left: -20px;
          padding: 0px 20px 10px 20px;
          width: 200px;
          font-size: 16px;
          line-height: 16px;
          text-align: left;
          background-color: rgba(255, 255, 255, 0.9); }
          header #nav-page ul li ul li {
            float: none;
            padding: 3px 0; }
            header #nav-page ul li ul li .sep {
              width: 30px;
              font-size: 25px;
              line-height: 0;
              text-align: left;
              padding-left: 5px;
              vertical-align: -3px; }

/**** Page ****/
#page {
  display: none;
  width: 100%; }

/**** Home ****/
#hp-header {
  height: 100%;
  border: 0px solid red; }
  #hp-header h1 {
    bottom: 120px;
    padding: 0;
    right: 40px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 150px;
    line-height: 150px;
    font-weight: 100;
    text-align: right;
    background: none;
    border-radius: 0;
    border: 0px solid red; }
    #hp-header h1 a {
      color: #eeece1; }
  #hp-header #nav-bnt {
    display: none; }
  #hp-header #hp-nav {
    display: block;
    position: absolute;
    bottom: 60px;
    right: 50px;
    padding: 0;
    width: auto;
    height: 20px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 25px;
    font-weight: 200;
    line-height: 20px;
    text-align: right;
    background: none;
    border-radius: 0; }
    #hp-header #hp-nav ul {
      float: right;
      margin: 0px; }
      #hp-header #hp-nav ul li {
        float: left;
        list-style-type: none;
        padding-left: 0px;
        color: #eeece1;
        font-weight: 200; }
        #hp-header #hp-nav ul li .sep {
          display: inline-block;
          width: 25px;
          text-align: center;
          color: #eeece1;
          font-weight: 400; }
        #hp-header #hp-nav ul li span {
          color: #eeece1;
          font-weight: 400; }
        #hp-header #hp-nav ul li a {
          color: #eeece1; }
        #hp-header #hp-nav ul li a:hover {
          color: #eeece1; }

#hp-photo {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  border: 0px solid blue;
  background: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover; }

#hp-actu {
  display: none;
  position: fixed;
  top: 40px;
  right: 40px;
  width: 300px;
  padding: 20px 20px 50px 20px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  color: #fff;
  background-color: rgba(220, 220, 225, 0.5); }
  #hp-actu h2 {
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 15px; }
  #hp-actu p {
    font-size: 17px;
    line-height: 21px;
    font-weight: 200; }
  #hp-actu img {
    margin-top: 5px;
    margin-left: 5px; }

/**** Mur de Geographie ****/
#geographie-mur-wrapper {
  max-width: 1500px;
  margin: 80px auto 0 auto;
  padding: 0 0 30px 0;
  clear: both;
  border: 0px solid red; }
  #geographie-mur-wrapper .geographie-mur {
    position: relative;
    float: left;
    margin: 0px 5px 10px 5px;
    padding: 0px;
    background: #fff;
    line-height: 1.4em;
    border: 0px solid red;
    overflow: hidden;
    cursor: pointer; }
    #geographie-mur-wrapper .geographie-mur img {
      display: block;
      -webkit-border-radius: 0px 0px 0 0;
      -moz-border-radius: 0px 0px 0 0;
      border-radius: 0px 0px 0 0;
      *width: 100%;
      border: 0px solid red; }
    #geographie-mur-wrapper .geographie-mur .detail {
      position: absolute;
      display: none;
      left: 0px;
      bottom: 0px;
      width: 100%;
      text-decoration: none;
      color: #595959;
      background-color: rgba(255, 255, 255, 0.7); }
      #geographie-mur-wrapper .geographie-mur .detail h2 {
        margin: 10px 10px 5px 10px;
        font-size: 17px;
        font-weight: 400; }
      #geographie-mur-wrapper .geographie-mur .detail p {
        margin: 0px 10px 10px 10px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 200; }
    #geographie-mur-wrapper .geographie-mur .detail:hover {
      color: #595959; }
  #geographie-mur-wrapper .col1 {
    width: 290px; }
  #geographie-mur-wrapper .col1 img {
    max-width: 290px; }
  #geographie-mur-wrapper .col2 {
    width: 590px; }
  #geographie-mur-wrapper .col2 img {
    max-width: 590px; }

/**** Geographie ****/
#geographie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid red; }
  #geographie img {
    margin: 0px auto;
    height: 100%;
    border: 0px solid red; }

#fermer {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100; }

#fleche_g {
  position: fixed;
  top: 50%;
  left: 20px;
  z-index: 100; }

#fleche_d {
  position: fixed;
  top: 50%;
  right: 20px;
  font-size: 60px;
  z-index: 100; }

/**** VideOdile ****/
#videodile-wrap {
  position: relative;
  top: 80px;
  margin: 0 auto 0 auto;
  padding-bottom: 100px;
  width: 600px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 200;
  text-align: center; }
  #videodile-wrap iframe {
    margin: 15px; }
  #videodile-wrap div h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 25px;
    color: #595959;
    font-weight: 200; }
  #videodile-wrap div a {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    margin: 0;
    font-weight: 200;
    font-size: 18px;
    line-height: 26px;
    color: #595959; }

/**** Petites histoires ****/
#histoire-wrap {
  position: relative;
  top: 80px;
  margin: 0 auto 0 auto;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 200;
  border: 0px solid red;
  text-align: right; }
  #histoire-wrap h2 {
    font-size: 24px;
    line-height: 24px;
    font-style: italic;
    color: #595959;
    margin-bottom: 10px;
    font-weight: 300; }
  #histoire-wrap p {
    font-size: 16px;
    line-height: 22px;
    color: #595959;
    font-weight: 200; }

#histoire-nav {
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size: 17px;
  line-height: normal;
  color: #595959; }
  #histoire-nav a {
    color: #595959; }
  #histoire-nav a:hover {
    text-decoration: underline; }

/**** Actu ****/
#actu-wrapper {
  position: relative;
  height: 100%;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  border: 0px solid blue; }
  #actu-wrapper .actu {
    margin-bottom: 50px;
    padding: 0;
    width: 490px;
    border: 0px solid red; }
    #actu-wrapper .actu h2 {
      font-family: 'Fira Sans Extra Condensed', sans-serif;
      font-size: 23px;
      margin-bottom: 13px;
      font-weight: 200; }
    #actu-wrapper .actu p {
      font-family: 'Fira Sans Extra Condensed', sans-serif;
      margin: 0 0 0px 0;
      border: 0px solid red;
      font-weight: 200; }
    #actu-wrapper .actu img {
      float: right;
      margin-top: 5px;
      margin-left: 5px; }

/**** Biographie ****/
#biographie-wrapper {
  position: relative;
  height: 100%;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  border: 0px solid blue; }
  #biographie-wrapper .onglet {
    position: absolute;
    width: 540px;
    border: 0px solid red;
    font-weight: 200; }
    #biographie-wrapper .onglet h2 {
      font-family: 'Fira Sans Extra Condensed', sans-serif;
      font-size: 25px;
      margin-bottom: 20px;
      font-weight: 200; }
    #biographie-wrapper .onglet p {
      font-family: 'Fira Sans Extra Condensed', sans-serif;
      margin: 0 0 0px 0;
      border: 0px solid red;
      font-weight: 200; }
    #biographie-wrapper .onglet ul {
      margin: 0 20px 0 2px; }
      #biographie-wrapper .onglet ul li {
        list-style-type: none; }
    #biographie-wrapper .onglet a {
      color: #595959; }
    #biographie-wrapper .onglet a:hover {
      text-decoration: underline; }
  #biographie-wrapper #onglet1 {
    display: block;
    text-align: center; }
  #biographie-wrapper #onglet2 {
    display: none;
    padding: 0 0 0 25px; }
  #biographie-wrapper #onglet3 {
    display: none;
    padding: 0 0 0 25px; }

#biographie-nav {
  position: fixed;
  right: 55px;
  bottom: 40px;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size: 17px;
  line-height: normal;
  color: #fff;
  text-align: right;
  border: 0px solid red; }
  #biographie-nav .nav {
    color: #fff;
    cursor: pointer;
    font-weight: 200; }
  #biographie-nav .sep {
    display: inline-block;
    width: 20px;
    text-align: center; }

/**** Contact ****/
#contact-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  /*
  margin: 100px 60px 0 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 300;
  color: #fff;
  text-align: right;
  h1 {
  	margin-bottom: 30px ;
  	font-size: 80px;
  	line-height: 80px;
  	font-weight: 100;
  	}
  p {
  	margin-bottom: 10px ;
  	font-size: 35px;
  	line-height: 35px;
  	font-weight: 200;
  	span {
  		color: #fff;
  		}
  	}
  a {
  	color: #fff;
  	}
  a:hover {
  	text-decoration: underline;
  	}
  */ }
  #contact-wrapper img {
    width: 100%; }

/**** Footer ****/

/*# sourceMappingURL=style.css.map */
