/* Structure Générale */

@font-face {
    font-family: 'sf_shai_fontai_extendedRg';
    src: url('../fonts/SF_Shai_Fontai_Extended-webfont.eot');
    src: url('../fonts/SF_Shai_Fontai_Extended-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SF_Shai_Fontai_Extended-webfont.woff') format('woff'),
         url('../fonts/SF_Shai_Fontai_Extended-webfont.ttf') format('truetype'),
         url('../fonts/SF_Shai_Fontai_Extended-webfont.svg#sf_shai_fontai_extendedRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'capture_itregular';
    src: url('../fonts/Capture_it-webfont.eot');
    src: url('../fonts/Capture_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Capture_it-webfont.woff') format('woff'),
         url('../fonts/Capture_it-webfont.ttf') format('truetype'),
         url('../fonts/Capture_it-webfont.svg#capture_itregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'capture_it_2regular';
    src: url('../fonts/Capture_it_2-webfont.eot');
    src: url('../fonts/Capture_it_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Capture_it_2-webfont.woff') format('woff'),
         url('../fonts/Capture_it_2-webfont.ttf') format('truetype'),
         url('../fonts/Capture_it_2-webfont.svg#capture_it_2regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection{background-color:#a17f52;color:#ffffff;}
::-o-selection{background-color:#a17f52;color:#ffffff;}
::-ms-selection{background-color:#a17f52;color:#ffffff;}
::selection{background-color:#a17f52;color:#ffffff;}

body {
  font-family: 'Trebuchet MS',sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3em;
  color: #efe6da;
  background-color: #000;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #a17f52;
}

hr {
  border: 4px solid #a17f52;
  margin: 0;
}

strong {
  font-weight: bold;
}



/* Header */

header {
    position: absolute;
    top: 0;
    background: red;
    top: 0;
    width: 100%;
    z-index: 999;
    background: url(../images/pattern.png) repeat-x left top;
    border-bottom: 1px solid #000;
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
    margin-bottom: 0;
}
#topbar {
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

#logo {
    float: left;
    margin: 8px 0;
}
#share-box {
    float: right;
    margin: 10px 0;
}

/* Menu */

@media screen and (max-height: 26.375em){

  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }

  .cbp-spmenu-right {
    right: -190px;
  }
}

#showRight {
  border-radius: 3px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #4a3f3a;
  background: #493e39;
  position: fixed;
  top: 70px;
  right: 20px;
  z-index: 999;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  -ms-transition: all .1s ease;    
  transition: all .1s ease;
}
#showRight.move {
    top: 20px;
}

.icon-bar {
  border-radius: 1px;
  background: #fff;
  display: block;
  height: 4px;
  margin: 6px 4px;
  width: 30px;
}

#close-button {
  background: url(../images/close.png) no-repeat center center;
  cursor: pointer;
  text-indent: -9999px;
  border: none;
  width: 30px;
  display: block;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}
#cbp-spmenu-s2 {
    z-index: 9999;
}
.cbp-spmenu h4, .cbp-spmenu p {
  padding: 1em;
}

/* Intro */

.intro h1 {
  margin: 350px 20px 0 20px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1.0);
  font-family: 'capture_it_2regular','capture_itregular',sans-serif;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 1em;
}

.intro.abonnes h1 {
    margin: 200px 20px 80px 0;
}

.intro p {
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 14px;
}

/* Content Sections */

.symbole {
  display: block;
  margin: auto;
  background: url(../images/symbole.jpg) no-repeat center center;
  width: 50px;
  height: 50px;
}

section {
  padding-top: 90px;
  padding-bottom: 40px;
}

section h1, section h2 {
  text-align: center;
}

h1 {
  font-family: 'sf_shai_fontai_extendedRg','Ruslan Display',sans-serif;
  font-size: 30px;
  color: #a17f52;
  line-height: 2em;
  margin-bottom: 70px;
}

h2 {
  font-size: 20px;
  color: #a17f52;
  line-height: 2em;
  margin-bottom: 20px;
}

h3 {
    font-size: 16px;
    line-height: 2em;
}

section .pull-left {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

section .pull-right {
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}

.youtube iframe {
   max-height: 20% !important;
   width: 100% !important;
   border: none;
   margin-top: 20px;
   margin-bottom: 20px;
}

/* Parallax */

#story-introduction article {
    padding-top: 70px;
}
#story-header .bg {
    padding-top: 150px;
}
.caption {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: rgba(46,40,18, 0.65);
  border-top: 1px solid #1d1d1b;
  box-shadow: 0 0 15px rgba(0,0,0,0.6)inset;
  min-height: 40px;
  width: 100%;
}
.caption h2 {
  font-size: 18px;
  margin-top: 20px;
}
#story-interview strong {
  color: #a17f52;
}







#story-header .story {
    padding-right: 0;
    width: 850px;
}
#story-william .bg {
    left: auto;
    right: 0;
}
#story-interview {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1.0);
}

.separator {
    border-bottom: 8px solid #a17f52;
}
#story-timeline {
  padding: 0;
  margin: 0;
}





/* Footer */

.social {
  margin: 16px;
  list-style: none;
}

.social li {
  display: inline-block;
  margin: 8px;
}

#btn_top {
  background: url(../images/top.png) no-repeat center center, #493e39;
  border-radius: 3px;
  border: 1px solid #4a3f3a;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 43px;
  height: 38px;
  z-index: 999;

}

section#story-foo {
  background: url(../images/pattern.png) repeat left top;
  box-shadow: 0 0 6px rgba(0,0,0,0.8);
  margin-top: 0;
  padding-top: 100px;
}
#story-foo .col-xs-12 {
  padding-bottom: 15px;
}

#story-foo h3 {
  color: #a17f52;
  font-size: 20px;
}

#story-foo h4 {
  color: #fff;
  font-size: 18px;
}

#story-foo p, #story-foo .credits li {
  font-size: 14px;
}

.sociaux {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.sociaux a {
  display: block;
  height: 100%;
  width: 100%;
}
.facebook, .twitter, .google-plus {
  background: url(../images/sprite-sociaux_.png) no-repeat 18px 9px, #a17f52;
  width: 50px;
  height: 50px;
  display: block;
  margin: 10px 5px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  border: 1px solid #ab8b61;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;    
  transition: all .3s ease;
}
.facebook:hover, .twitter:hover, .google-plus:hover {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);    
  transform: rotate(20deg);
}
.facebook {
  margin-left: 0;
}
.twitter {
  background-position: -42px 10px;
}
.google-plus {
  background-position: -99px 10px;
  margin-right: 0;
}
.facebook:hover {
  background-color: #3b5998;
  border: 1px solid #466ab5;
}
.twitter:hover {
  background-color: #00aced;
  border: 1px solid #55c6f1;
}
.google-plus:hover {
  background-color: #d34836;
  border: 1px solid #e46656;
}
.fonction {
    margin: 0 0 15px 0;
}
.name {
    margin: 10px 0;
}
.bloc1, .bloc3 {
    padding-bottom: 40px; 
}
#story-foo .bloc1, #story-foo .bloc3 {
  border-bottom: 1px solid #a17f52;
  padding-bottom: 15px;
}
#story-foo .bloc1, #story-foo .bloc3 {
  margin-bottom: 20px;
}
#story-foo .bloc1, #story-foo .bloc2 {
    text-align: center;
}
#story-foo li {
    line-height: 1.8em;
}
#story-foo .credits {
  margin-bottom: 15px;
}



/* Responsive Design */

@media (min-width: 768px) {
  /* Intro */
  .intro h1 {
    font-size: 45px;
    line-height: 1.3em;
  }
  .intro p {
    font-size: 16px;
  }
  /* Content Sections */
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 26px;
  }
  .bg-holder {
    height: 60%;
  }
  section .pull-left {
    width: 30%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  section .pull-right {
    width: 30%;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  /* #story-foo */
  #story-foo {
    padding-top: 200px;
  }
  #story-foo .bloc1, #story-foo .bloc2 {
    text-align: left;
  }
  #story-foo .bloc1, #story-foo .bloc3 {
    border-bottom: none;
  }
  #story-foo h3 {
    font-size: 24px;
  }
  #story-foo h4 {
    font-size: 18px;
  }
  #story-foo p, #story-foo .credits li {
    font-size: 12px;
  }
}



@media (max-width: 320px) {
  /* Parallax BG ANIMATE */
  #photo1 .bg, #story-header .bg {
    left: -850px;
  }
}
@media (max-width: 500px) {
  /* Header */
  #logo, #share-box {
    float: none;
    display: block;
    width: 100%;
    margin-left: 15px;
  }
  #showRight {
    top: 100px;
  }
  .intro h1 {
    margin: 250px 20px 0 20px;
  }
  /* Parallax BG ANIMATE */
  #photo1 .bg, #story-header .bg {
    left: -500px;
  }
}
@media (max-width: 720px) {
  section .pull-left {
    width: 50%;
  }
  section .pull-right {
    width: 50%;
  }
  /* Parallax BG ANIMATE */
  #photo1 .bg, #story-header .bg {
    left: -250px;
  }
}



@media (max-height: 500px) {
  .youtube iframe {
    max-height: 250px !important;
  }
}