@font-face {
  font-family: 'Klavika Bold';
  src: url("/fonts/klavika-bold.eot");
  src: local("x"), url("/fonts/klavika-bold.woff") format("woff"), url("/fonts/Klavika-Bold.otf") format("opentype"), url("/fonts/klavika-bold.svg#klavika-bold") format("svg"); }

@font-face {
  font-family: 'Klavika Reg';
  src: url("/fonts/klavika-regular.eot");
  src: local("x"), url("/fonts/klavika-regular.woff") format("woff"), url("/fonts/klavika-regular.otf") format("opentype"), url("/fonts/klavika-regular.svg#klavika-regular") format("svg"); }

@font-face {
  font-family: 'uni0554';
  src: url("/fonts/uni0554.eot");
  src: local("x"), url("/fonts/uni0554.woff") format("woff"), url("/fonts/uni0554.ttf") format("truetype"), url("/fonts/uni0554.svg#uni0554") format("svg"); }

@font-face {
  font-family: 'Clarendon Lig';
  src: url("/fonts/clarendontlig.eot");
  src: local("x"), url("/fonts/clarendontlig.woff") format("woff"), url("/fonts/ClarendonTLig.ttf") format("truetype"), url("/fonts/clarendontlig.svg#clarendontlig") format("svg"); }

/* line 1, source/stylesheets/_menu.scss */
nav {
  font-size: 16px;
  position: absolute;
  top: 76px;
  right: 0;
  margin-right: 40px; }
  /* line 8, source/stylesheets/_menu.scss */
  nav ul {
    list-style-type: none;
    margin: 0; }
    /* line 12, source/stylesheets/_menu.scss */
    nav ul li {
      display: inline;
      margin-right: 10px; }
      /* line 16, source/stylesheets/_menu.scss */
      nav ul li a {
        color: #d97e00;
        padding-bottom: 10px; }
        /* line 20, source/stylesheets/_menu.scss */
        nav ul li a:hover {
          color: #d97e00;
          text-decoration: underline; }
        /* line 25, source/stylesheets/_menu.scss */
        nav ul li a.active {
          color: white;
          background: url("/images/arrow.png") no-repeat center bottom; }

/* line 1, source/stylesheets/_footer.scss */
footer {
  text-align: center;
  margin-bottom: 40px; }
  /* line 5, source/stylesheets/_footer.scss */
  footer ul {
    list-style-type: none;
    margin: 0; }
    /* line 9, source/stylesheets/_footer.scss */
    footer ul li {
      display: inline;
      font-size: 10px;
      color: #807260; }
      /* line 14, source/stylesheets/_footer.scss */
      footer ul li a {
        color: #807260; }
        /* line 17, source/stylesheets/_footer.scss */
        footer ul li a:hover {
          color: #d97e00; }

/* line 1, source/stylesheets/_yield.scss */
#page {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative; }
  /* line 6, source/stylesheets/_yield.scss */
  #page #description-affiche {
    padding-bottom: 20px;
    color: #bfbfbf;
    width: 980px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 120; }
    /* line 16, source/stylesheets/_yield.scss */
    #page #description-affiche a#close {
      cursor: pointer;
      float: right;
      margin: 20px 20px 0 0; }
    /* line 23, source/stylesheets/_yield.scss */
    #page #description-affiche .descriptions ul {
      list-style-type: none;
      width: 920px;
      padding-left: 30px; }
      /* line 28, source/stylesheets/_yield.scss */
      #page #description-affiche .descriptions ul li {
        float: left;
        width: 460px;
        margin-left: auto;
        margin-right: auto; }
        /* line 34, source/stylesheets/_yield.scss */
        #page #description-affiche .descriptions ul li.dpn-1 {
          width: 920px; }
          /* line 37, source/stylesheets/_yield.scss */
          #page #description-affiche .descriptions ul li.dpn-1 .line {
            width: 920px; }
        /* line 42, source/stylesheets/_yield.scss */
        #page #description-affiche .descriptions ul li.dpn-2 {
          width: 920px; }
          /* line 45, source/stylesheets/_yield.scss */
          #page #description-affiche .descriptions ul li.dpn-2 div {
            width: 460px;
            float: left; }
            /* line 51, source/stylesheets/_yield.scss */
            #page #description-affiche .descriptions ul li.dpn-2 div:first-child div:last-child {
              border-right: 1px solid white; }
        /* line 59, source/stylesheets/_yield.scss */
        #page #description-affiche .descriptions ul li .line {
          border-bottom: 1px solid white;
          width: 460px;
          margin: 15px 0 8px 0; }
        /* line 65, source/stylesheets/_yield.scss */
        #page #description-affiche .descriptions ul li div p,
        #page #description-affiche .descriptions ul li h3 {
          padding-left: 16px; }
        /* line 71, source/stylesheets/_yield.scss */
        #page #description-affiche .descriptions ul li div p {
          margin: 10px 0 10px 0;
          line-height: 20px; }
          /* line 75, source/stylesheets/_yield.scss */
          #page #description-affiche .descriptions ul li div p .original-title {
            font-weight: normal;
            font-style: italic;
            margin: 0;
            line-height: 14px; }
        /* line 84, source/stylesheets/_yield.scss */
        #page #description-affiche .descriptions ul li div.col-1,
        #page #description-affiche .descriptions ul li div.col-2 {
          width: 459px;
          float: left; }
        /* line 90, source/stylesheets/_yield.scss */
        #page #description-affiche .descriptions ul li div.col-2 {
          border-left: 1px solid white; }
        /* line 94, source/stylesheets/_yield.scss */
        #page #description-affiche .descriptions ul li h3 {
          font-size: 14px;
          margin: 10px 0 10px 0;
          font-weight: bold; }
  /* line 104, source/stylesheets/_yield.scss */
  #page .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: black;
    width: 980px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 22px 0 22px 0; }
    /* line 114, source/stylesheets/_yield.scss */
    #page .read-more ul {
      list-style-type: none;
      margin: 0;
      text-align: right; }
      /* line 119, source/stylesheets/_yield.scss */
      #page .read-more ul li {
        margin-right: 20px;
        display: inline; }
      /* line 124, source/stylesheets/_yield.scss */
      #page .read-more ul li,
      #page .read-more ul a {
        color: #bf0040; }
      /* line 130, source/stylesheets/_yield.scss */
      #page .read-more ul a#show-description {
        cursor: pointer; }
      /* line 133, source/stylesheets/_yield.scss */
      #page .read-more ul a:hover {
        text-decoration: underline; }
      /* line 138, source/stylesheets/_yield.scss */
      #page .read-more ul .more {
        height: 22px;
        width: 22px;
        background-color: #bf0040;
        color: black;
        text-align: center;
        padding: 1px 7px 4px 6px; }
  /* line 149, source/stylesheets/_yield.scss */
  #page .next,
  #page .prev {
    opacity: 0.3;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 279px;
    margin-top: 122px; }
    /* line 158, source/stylesheets/_yield.scss */
    #page .next.active,
    #page .prev.active {
      opacity: 1; }
      /* line 161, source/stylesheets/_yield.scss */
      #page .next.active:hover,
      #page .prev.active:hover {
        background-color: #101010; }
    /* line 165, source/stylesheets/_yield.scss */
    #page .next.index,
    #page .prev.index {
      top: 479px; }
  /* line 170, source/stylesheets/_yield.scss */
  #page .next {
    right: -23px;
    background: black url("/images/prev_next.png") no-repeat center center; }
  /* line 175, source/stylesheets/_yield.scss */
  #page .prev {
    left: -22px;
    background: black url("/images/prev_next.png") no-repeat center center;
    rotate: 180deg; }
  /* line 181, source/stylesheets/_yield.scss */
  #page .background-opacity {
    position: relative;
    background-color: black;
    width: 980px;
    height: 705px;
    z-index: -1;
    opacity: 0.3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    /* line 191, source/stylesheets/_yield.scss */
    #page .background-opacity.credits {
      height: 590px; }
    /* line 195, source/stylesheets/_yield.scss */
    #page .background-opacity.presentation-audio {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      margin-top: 20px;
      height: 50px; }
    /* line 202, source/stylesheets/_yield.scss */
    #page .background-opacity.presentation, #page .background-opacity.expo {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      height: 580px; }
      /* line 208, source/stylesheets/_yield.scss */
      #page .background-opacity.presentation.index, #page .background-opacity.expo.index {
        height: 640px; }
    /* line 212, source/stylesheets/_yield.scss */
    #page .background-opacity.expo {
      height: 770px; }
    /* line 215, source/stylesheets/_yield.scss */
    #page .background-opacity.sections-expo {
      height: 120px;
      margin-bottom: 20px; }
    /* line 219, source/stylesheets/_yield.scss */
    #page .background-opacity.sections-presentation {
      height: 85px;
      margin-bottom: 20px; }
    /* line 223, source/stylesheets/_yield.scss */
    #page .background-opacity.index {
      height: 980px; }
      /* line 226, source/stylesheets/_yield.scss */
      #page .background-opacity.index.section-1 {
        height: 1400px; }
      /* line 229, source/stylesheets/_yield.scss */
      #page .background-opacity.index.section-2 {
        height: 1077px; }
      /* line 232, source/stylesheets/_yield.scss */
      #page .background-opacity.index.section-3 {
        height: 1068px; }
      /* line 235, source/stylesheets/_yield.scss */
      #page .background-opacity.index.section-4 {
        height: 767px; }
      /* line 238, source/stylesheets/_yield.scss */
      #page .background-opacity.index.section-5 {
        height: 1058px; }
      /* line 241, source/stylesheets/_yield.scss */
      #page .background-opacity.index.section-6 {
        height: 1350px; }
    /* line 245, source/stylesheets/_yield.scss */
    #page .background-opacity.not-found {
      height: 130px; }
  /* line 250, source/stylesheets/_yield.scss */
  #page .background {
    position: absolute;
    padding: 30px;
    color: #bfbfbf;
    z-index: 100; }
    /* line 257, source/stylesheets/_yield.scss */
    #page .background.credits h2 {
      margin-bottom: 20px; }
    /* line 260, source/stylesheets/_yield.scss */
    #page .background.credits h3 {
      color: #d9a300;
      font-size: 15px;
      font-weight: bold; }
    /* line 265, source/stylesheets/_yield.scss */
    #page .background.credits a {
      color: #807260; }
      /* line 268, source/stylesheets/_yield.scss */
      #page .background.credits a:hover {
        text-decoration: underline; }
    /* line 272, source/stylesheets/_yield.scss */
    #page .background.credits hr {
      margin-top: 20px;
      margin-bottom: 20px;
      border: 1px dotted #807260; }
    /* line 279, source/stylesheets/_yield.scss */
    #page .background.presentation-audio {
      width: 953px;
      margin-top: 20px;
      padding: 13px; }
      /* line 284, source/stylesheets/_yield.scss */
      #page .background.presentation-audio .sound {
        text-align: center;
        position: relative; }
        /* line 288, source/stylesheets/_yield.scss */
        #page .background.presentation-audio .sound .audio {
          margin-top: 5px; }
          /* line 291, source/stylesheets/_yield.scss */
          #page .background.presentation-audio .sound .audio span.title {
            font-style: italic; }
        /* line 296, source/stylesheets/_yield.scss */
        #page .background.presentation-audio .sound audio {
          position: absolute;
          left: 0px;
          top: -5px; }
    /* line 304, source/stylesheets/_yield.scss */
    #page .background.presentation-index {
      width: 919px; }
      /* line 307, source/stylesheets/_yield.scss */
      #page .background.presentation-index .front-of-the-cinema-paris img,
      #page .background.presentation-index p.credits-img {
        margin-bottom: 15px; }
      /* line 312, source/stylesheets/_yield.scss */
      #page .background.presentation-index p.credits-img {
        font-size: 12px; }
    /* line 317, source/stylesheets/_yield.scss */
    #page .background.expo {
      width: 980px;
      padding: 30px 0 30px 0; }
      /* line 322, source/stylesheets/_yield.scss */
      #page .background.expo #slider-posters img {
        margin: 0 15px 0 15px; }
    /* line 328, source/stylesheets/_yield.scss */
    #page .background.sections-expo {
      padding: 0;
      font-size: 14px;
      color: #807260; }
    /* line 333, source/stylesheets/_yield.scss */
    #page .background.not-found {
      width: 980px;
      padding: 50px 0 50px 0;
      text-align: center;
      color: #bf0040;
      font-size: 16px; }
    /* line 342, source/stylesheets/_yield.scss */
    #page .background #categories .bx-wrapper {
      padding: 0 28px 0 28px; }
    /* line 347, source/stylesheets/_yield.scss */
    #page .background ul#slider-categories {
      padding-left: 0; }
      /* line 350, source/stylesheets/_yield.scss */
      #page .background ul#slider-categories > li {
        width: 924px; }
        /* line 353, source/stylesheets/_yield.scss */
        #page .background ul#slider-categories > li ul {
          list-style-type: none;
          padding-left: 0; }
        /* line 360, source/stylesheets/_yield.scss */
        #page .background ul#slider-categories > li > ul > li {
          margin-left: 55px;
          height: 120px;
          width: 242px;
          padding-left: 10px;
          float: left;
          border-left: 1px solid #807260;
          position: relative;
          margin-top: -5px; }
          /* line 370, source/stylesheets/_yield.scss */
          #page .background ul#slider-categories > li > ul > li a {
            color: #807260; }
            /* line 373, source/stylesheets/_yield.scss */
            #page .background ul#slider-categories > li > ul > li a:hover {
              text-decoration: underline; }
          /* line 378, source/stylesheets/_yield.scss */
          #page .background ul#slider-categories > li > ul > li span.number {
            position: absolute;
            font-size: 30px;
            font-family: "Clarendon Lig";
            top: 0;
            left: -25px;
            line-height: 0.7; }
          /* line 388, source/stylesheets/_yield.scss */
          #page .background ul#slider-categories > li > ul > li.active a {
            color: #d9c2a3; }
          /* line 392, source/stylesheets/_yield.scss */
          #page .background ul#slider-categories > li > ul > li.active span.number {
            color: #d97e00; }
          /* line 396, source/stylesheets/_yield.scss */
          #page .background ul#slider-categories > li > ul > li.active ul > li a {
            color: #bfbfbf; }
            /* line 399, source/stylesheets/_yield.scss */
            #page .background ul#slider-categories > li > ul > li.active ul > li a.active {
              color: #d97e00; }
          /* line 406, source/stylesheets/_yield.scss */
          #page .background ul#slider-categories > li > ul > li > ul {
            margin-top: 5px; }
            /* line 409, source/stylesheets/_yield.scss */
            #page .background ul#slider-categories > li > ul > li > ul li {
              margin-bottom: 5px; }
    /* line 419, source/stylesheets/_yield.scss */
    #page .background #categories .prev-slide,
    #page .background #categories .next-slide,
    #page .background #categories .bx-wrapper a.bx-prev,
    #page .background #categories .bx-wrapper a.bx-next {
      height: 120px;
      width: 28px;
      position: absolute;
      top: 0;
      background-color: black; }
    /* line 430, source/stylesheets/_yield.scss */
    #page .background #categories .bx-wrapper a.bx-prev,
    #page .background #categories .bx-wrapper a.bx-next {
      background: black url("/images/arrow_slide.png") no-repeat center center;
      color: transparent; }
      /* line 435, source/stylesheets/_yield.scss */
      #page .background #categories .bx-wrapper a.bx-prev:hover,
      #page .background #categories .bx-wrapper a.bx-next:hover {
        background-color: #101010; }
    /* line 440, source/stylesheets/_yield.scss */
    #page .background #categories .prev-slide,
    #page .background #categories .bx-wrapper a.bx-prev {
      left: 0;
      border-top-right-radius: 10px;
      rotate: 180deg; }
    /* line 447, source/stylesheets/_yield.scss */
    #page .background #categories .next-slide,
    #page .background #categories .bx-wrapper a.bx-next {
      right: 0;
      border-bottom-right-radius: 10px; }
    /* line 454, source/stylesheets/_yield.scss */
    #page .background ul#slider-posters {
      padding-left: 0; }
      /* line 457, source/stylesheets/_yield.scss */
      #page .background ul#slider-posters li {
        height: 650px;
        width: 980px;
        text-align: center; }
    /* line 465, source/stylesheets/_yield.scss */
    #page .background #posters {
      position: relative; }
      /* line 469, source/stylesheets/_yield.scss */
      #page .background #posters .prev-slide.expo {
        display: none; }
    /* line 475, source/stylesheets/_yield.scss */
    #page .background #posters .prev-slide,
    #page .background #posters .next-slide,
    #page .background #posters .bx-wrapper a.bx-prev,
    #page .background #posters .bx-wrapper a.bx-next {
      height: 22px;
      width: 22px;
      position: absolute;
      top: 336px;
      background: black url("/images/prev_next.png") no-repeat center center;
      color: transparent; }
      /* line 486, source/stylesheets/_yield.scss */
      #page .background #posters .prev-slide:hover,
      #page .background #posters .next-slide:hover,
      #page .background #posters .bx-wrapper a.bx-prev:hover,
      #page .background #posters .bx-wrapper a.bx-next:hover {
        background-color: #101010; }
    /* line 491, source/stylesheets/_yield.scss */
    #page .background #posters .prev-slide,
    #page .background #posters .bx-wrapper a.bx-prev {
      left: -22px;
      rotate: 180deg; }
    /* line 497, source/stylesheets/_yield.scss */
    #page .background #posters .next-slide,
    #page .background #posters .bx-wrapper a.bx-next {
      right: -22px; }
    /* line 502, source/stylesheets/_yield.scss */
    #page .background.sections-presentation {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 80px;
      font-size: 12px;
      color: #807260; }
    /* line 510, source/stylesheets/_yield.scss */
    #page .background .columnsIndex {
      columnsindex: 1;
      margin-bottom: 8px; }
      /* line 514, source/stylesheets/_yield.scss */
      #page .background .columnsIndex.s1-ss1, #page .background .columnsIndex.s2-ss2, #page .background .columnsIndex.s3-ss1, #page .background .columnsIndex.s4-ss1, #page .background .columnsIndex.s4-ss2, #page .background .columnsIndex.s5-ss1, #page .background .columnsIndex.s6-ss3 {
        width: 356px; }
      /* line 523, source/stylesheets/_yield.scss */
      #page .background .columnsIndex.s1-ss3, #page .background .columnsIndex.s2-ss3, #page .background .columnsIndex.s3-ss3, #page .background .columnsIndex.s5-ss3 {
        width: 336px; }
      /* line 529, source/stylesheets/_yield.scss */
      #page .background .columnsIndex.s4-ss3, #page .background .columnsIndex.s6-ss4 {
        width: 148px; }
    /* line 535, source/stylesheets/_yield.scss */
    #page .background .column-grid {
      height: 840px;
      display: inline;
      float: left;
      margin-right: 20px;
      width: 168px;
      padding-right: 9px;
      margin-right: 10px;
      border-right: 1px solid #808080; }
      /* line 545, source/stylesheets/_yield.scss */
      #page .background .column-grid:last-child {
        border: #808080 0px;
        padding: 0;
        margin: 0; }
      /* line 552, source/stylesheets/_yield.scss */
      #page .background .column-grid.section-1 {
        height: 1180px; }
      /* line 555, source/stylesheets/_yield.scss */
      #page .background .column-grid.section-2 {
        height: 937px; }
      /* line 558, source/stylesheets/_yield.scss */
      #page .background .column-grid.section-3 {
        height: 928px; }
      /* line 561, source/stylesheets/_yield.scss */
      #page .background .column-grid.section-4 {
        height: 627px; }
      /* line 564, source/stylesheets/_yield.scss */
      #page .background .column-grid.section-5 {
        height: 918px; }
      /* line 567, source/stylesheets/_yield.scss */
      #page .background .column-grid.section-6 {
        height: 1209px; }
      /* line 571, source/stylesheets/_yield.scss */
      #page .background .column-grid .poster {
        border-bottom: 1px solid #808080;
        margin-bottom: 10px; }
        /* line 575, source/stylesheets/_yield.scss */
        #page .background .column-grid .poster img {
          margin-bottom: 5px; }
        /* line 579, source/stylesheets/_yield.scss */
        #page .background .column-grid .poster p {
          font-size: 12px;
          margin-bottom: 10px; }
        /* line 584, source/stylesheets/_yield.scss */
        #page .background .column-grid .poster h5 {
          margin: 5px 0 5px 0;
          font-weight: normal;
          font-style: italic; }
    /* line 592, source/stylesheets/_yield.scss */
    #page .background .section-index {
      border-bottom: 1px solid #808080;
      margin-bottom: 8px;
      padding-bottom: 8px; }
      /* line 597, source/stylesheets/_yield.scss */
      #page .background .section-index ul {
        margin: 0;
        list-style-type: none;
        padding-left: 0; }
    /* line 606, source/stylesheets/_yield.scss */
    #page .background .section-index ul li a {
      color: #d9c2a3;
      font-weight: 200; }
      /* line 610, source/stylesheets/_yield.scss */
      #page .background .section-index ul li a:hover {
        text-decoration: underline; }
    /* line 618, source/stylesheets/_yield.scss */
    #page .background .sub-section-index a {
      color: #d97e00;
      font-weight: bold; }
      /* line 622, source/stylesheets/_yield.scss */
      #page .background .sub-section-index a:hover {
        text-decoration: underline; }
    /* line 628, source/stylesheets/_yield.scss */
    #page .background div.line {
      border-bottom: 1px solid gray;
      clear: left; }
    /* line 633, source/stylesheets/_yield.scss */
    #page .background .grid-index {
      margin-top: 25px; }
    /* line 637, source/stylesheets/_yield.scss */
    #page .background .column {
      border-left: 1px solid #808080;
      float: left;
      padding-left: 10px;
      padding-right: 9px; }
      /* line 643, source/stylesheets/_yield.scss */
      #page .background .column ol {
        margin: 0;
        padding-left: 20px; }
        /* line 647, source/stylesheets/_yield.scss */
        #page .background .column ol li {
          margin-bottom: 5px; }
      /* line 652, source/stylesheets/_yield.scss */
      #page .background .column.sections-presentation {
        border-left: 1px solid #807260;
        width: 290px;
        height: 65px; }
        /* line 657, source/stylesheets/_yield.scss */
        #page .background .column.sections-presentation a {
          color: #807260; }
          /* line 660, source/stylesheets/_yield.scss */
          #page .background .column.sections-presentation a:hover {
            text-decoration: underline; }
      /* line 666, source/stylesheets/_yield.scss */
      #page .background .column.rule {
        font-size: 14px;
        column-width: 300px;
        column-rule: 1px solid #807260; }
        /* line 671, source/stylesheets/_yield.scss */
        #page .background .column.rule li a {
          color: #807260; }
          /* line 674, source/stylesheets/_yield.scss */
          #page .background .column.rule li a:hover {
            text-decoration: underline; }
          /* line 678, source/stylesheets/_yield.scss */
          #page .background .column.rule li a.active {
            color: #d97e00; }
      /* line 684, source/stylesheets/_yield.scss */
      #page .background .column.text {
        font-size: 16px;
        width: 293px;
        border-left: none;
        padding-left: 0;
        padding-right: 9px; }
        /* line 691, source/stylesheets/_yield.scss */
        #page .background .column.text p {
          line-height: 18px; }
      /* line 695, source/stylesheets/_yield.scss */
      #page .background .column.first {
        height: 646px; }
      /* line 698, source/stylesheets/_yield.scss */
      #page .background .column.second, #page .background .column.last {
        height: 571px; }
      /* line 702, source/stylesheets/_yield.scss */
      #page .background .column.last {
        padding-right: 0; }
      /* line 705, source/stylesheets/_yield.scss */
      #page .background .column.presentation {
        width: 288px;
        height: 520px; }
        /* line 709, source/stylesheets/_yield.scss */
        #page .background .column.presentation.index {
          height: 580px; }
        /* line 713, source/stylesheets/_yield.scss */
        #page .background .column.presentation.first-col {
          margin-left: -15px;
          margin-right: 15px;
          border-left: none;
          text-align: center;
          width: 284px; }
        /* line 721, source/stylesheets/_yield.scss */
        #page .background .column.presentation.first-col-index {
          border-left: none;
          padding-left: 0;
          width: 293px; }
      /* line 727, source/stylesheets/_yield.scss */
      #page .background .column p {
        line-height: 17px; }
    /* line 732, source/stylesheets/_yield.scss */
    #page .background a.box {
      color: white;
      display: block;
      border-radius: 9px;
      width: 189px;
      height: 280px;
      background-color: black;
      margin-bottom: 11px;
      text-align: center;
      position: relative; }
      /* line 744, source/stylesheets/_yield.scss */
      #page .background a.box:hover h3 {
        color: #bfbfbf; }
      /* line 749, source/stylesheets/_yield.scss */
      #page .background a.box.color-1 {
        background-color: #403930; }
        /* line 752, source/stylesheets/_yield.scss */
        #page .background a.box.color-1 p {
          color: #595043; }
      /* line 756, source/stylesheets/_yield.scss */
      #page .background a.box.color-2 {
        background-color: #40290a; }
        /* line 759, source/stylesheets/_yield.scss */
        #page .background a.box.color-2 p {
          color: #593a0d; }
      /* line 763, source/stylesheets/_yield.scss */
      #page .background a.box.color-3 {
        background-color: #403220; }
        /* line 766, source/stylesheets/_yield.scss */
        #page .background a.box.color-3 p {
          color: #59472d; }
      /* line 771, source/stylesheets/_yield.scss */
      #page .background a.box p.number {
        font-size: 85px;
        position: absolute;
        bottom: -8px;
        margin-bottom: 0;
        left: 68px;
        z-index: 0;
        font-family: "Clarendon Lig";
        line-height: 100px; }
      /* line 782, source/stylesheets/_yield.scss */
      #page .background a.box .arrow_box {
        position: relative;
        z-index: 5; }
    /* line 788, source/stylesheets/_yield.scss */
    #page .background p {
      margin-top: 0; }
    /* line 792, source/stylesheets/_yield.scss */
    #page .background a.btn {
      background: black url("/images/arrow_btn.png") no-repeat 220px center;
      padding: 18px 78px;
      display: inline-block;
      font-family: "uni0554";
      font-size: 8px;
      letter-spacing: 1px;
      color: #d97e00;
      border-radius: 5px; }
      /* line 802, source/stylesheets/_yield.scss */
      #page .background a.btn:hover {
        background-color: #101010; }
    /* line 807, source/stylesheets/_yield.scss */
    #page .background .border {
      border-top: 1px solid #808080;
      width: 608px;
      position: absolute;
      bottom: 90px;
      right: 30px; }
    /* line 815, source/stylesheets/_yield.scss */
    #page .background .glance {
      position: absolute;
      bottom: 30px;
      right: 30px;
      width: 608px;
      height: 48px;
      background-color: #262626; }
      /* line 823, source/stylesheets/_yield.scss */
      #page .background .glance p {
        float: left;
        font-family: "Georgia";
        font-size: 16px;
        padding: 15px; }
      /* line 830, source/stylesheets/_yield.scss */
      #page .background .glance a {
        float: right;
        padding: 15px;
        color: #d97e00; }
        /* line 835, source/stylesheets/_yield.scss */
        #page .background .glance a:hover {
          text-decoration: underline; }
    /* line 841, source/stylesheets/_yield.scss */
    #page .background .photo {
      position: absolute;
      left: 0;
      top: 0; }
    /* line 847, source/stylesheets/_yield.scss */
    #page .background .badge {
      position: relative;
      box-shadow: 0px 0px 12px black;
      border-radius: 15px;
      width: 30px;
      height: 30px;
      background-color: #d97e00;
      color: black;
      text-align: center;
      font-size: 20px;
      font-family: "Clarendon Lig";
      margin-left: auto;
      margin-right: auto; }
      /* line 861, source/stylesheets/_yield.scss */
      #page .background .badge p {
        margin-bottom: 0;
        padding-top: 5px; }
      /* line 865, source/stylesheets/_yield.scss */
      #page .background .badge.section-1 {
        margin-top: 110px; }
      /* line 868, source/stylesheets/_yield.scss */
      #page .background .badge.section-3 {
        margin-top: 175px; }

/* line 1, source/stylesheets/bxslider.scss */
.bx-controls-direction .disabled {
  display: none; }

/* line 16, source/stylesheets/all.scss */
body {
  margin: -20px 0 0 0;
  background: #261e13 url("/images/wood.png");
  font-family: "Helvetica Neue";
  font-size: 14px; }
  /* line 22, source/stylesheets/all.scss */
  body .container {
    width: 980px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    /* line 28, source/stylesheets/all.scss */
    body .container .back {
      position: absolute;
      top: 0;
      right: 0;
      height: 98px;
      width: 28px;
      background-color: black;
      text-align: center; }
      /* line 37, source/stylesheets/all.scss */
      body .container .back img {
        margin-top: 80px; }

/* line 44, source/stylesheets/all.scss */
h1,
h2 {
  text-shadow: 0px 0px 12px black; }

/* line 49, source/stylesheets/all.scss */
h1,
h2 {
  color: #d9ac6c;
  margin-bottom: 0;
  line-height: 26px; }
  /* line 54, source/stylesheets/all.scss */
  h1 a,
  h2 a {
    color: #d9ac6c; }

/* line 59, source/stylesheets/all.scss */
h1 {
  font-size: 24px;
  font-family: "Klavika Bold";
  padding-top: 20px; }

/* line 65, source/stylesheets/all.scss */
h2 {
  font-size: 20px;
  font-family: "Klavika Reg";
  margin-top: 0; }

/* line 71, source/stylesheets/all.scss */
h3 {
  font-size: 18px;
  font-family: "Georgia";
  font-weight: normal;
  margin: 6px 0;
  z-index: 10;
  position: relative;
  text-shadow: 0px 0px 5px black; }
  /* line 80, source/stylesheets/all.scss */
  h3.presentation {
    color: #d9a300;
    font-size: 30px;
    font-family: "Helvetica Neue";
    font-weight: 100;
    margin-top: 15px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 3px black; }

/* line 91, source/stylesheets/all.scss */
a {
  text-decoration: none; }

/* line 97, source/stylesheets/all.scss */
#description-affiche .descriptions li {
  display: none; }
  /* line 100, source/stylesheets/all.scss */
  #description-affiche .descriptions li.current {
    display: block; }
