/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover,
  a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.half {
  float: left;
  width: 50%; }

/* COLORS */
/* TEXT */
body {
  font-size: 23px;
  font-family: "justus-pro", Georgia, Times, serif;
  color: #ffefcf;
  line-height: 31px; }
  @media all and (max-width: 1280px) {
    body {
      font-size: 20px;
      line-height: 26px; } }

a, a:visited {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

a:hover, a:focus {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none; }

body {
  -webkit-font-smoothing: antialiased; }

img, video {
  max-width: 100%; }

body {
  background: #000; }

p {
  margin-top: 0; }

.arrow {
  background: url(../img/arrow.svg) center center no-repeat;
  background-size: contain;
  width: 27px;
  height: 103px;
  display: block;
  margin: 100px auto; }
  .arrow.jump {
    -webkit-animation: arrowjump 1s ease infinite;
    -o-animation: arrowjump 1s ease infinite;
    animation: arrowjump 1s ease infinite; }

@-moz-keyframes arrowjump {
  0% {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px); }
  50% {
    -webkit-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px); } }

@-webkit-keyframes arrowjump {
  0% {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px); }
  50% {
    -webkit-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px); } }

@-o-keyframes arrowjump {
  0% {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px); }
  50% {
    -webkit-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px); } }

@keyframes arrowjump {
  0% {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px); }
  50% {
    -webkit-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px); } }

.info-panel {
  width: 100%;
  height: 70px;
  line-height: 70px;
  position: relative;
  z-index: 99999; }
  @media all and (max-width: 1024px) {
    .info-panel {
      width: auto; } }
  .info-panel .menu-hover {
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 36px;
    height: 23px;
    background: url(../img/fleche-top.png) no-repeat;
    background-size: contain;
    opacity: 1;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease; }
  .no-touch .info-panel:hover .menu-hover {
    opacity: 0; }
  .info-panel .info-panel-content {
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    height: 100%; }
    .info-panel .info-panel-content .wrap {
      width: 60vw;
      margin: 0 auto; }
      .info-panel .info-panel-content .wrap:before,
      .info-panel .info-panel-content .wrap:after {
        content: " ";
        display: table; }
      .info-panel .info-panel-content .wrap:after {
        clear: both; }
      @media all and (max-width: 1280px) {
        .info-panel .info-panel-content .wrap {
          width: 80vw; } }
      @media all and (max-width: 1024px) {
        .info-panel .info-panel-content .wrap {
          width: auto; } }
      .info-panel .info-panel-content .wrap p {
        float: right;
        font-size: 12px;
        font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
        font-weight: bold;
        width: 500px;
        line-height: 1.4;
        margin-top: 19px;
        text-align: right; }
    .info-panel .info-panel-content .social {
      float: left; }
      .info-panel .info-panel-content .social > div, .info-panel .info-panel-content .social > a {
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle; }
      .info-panel .info-panel-content .social .fb_iframe_widget span {
        vertical-align: 0% !important; }
      .info-panel .info-panel-content .social .twitter-share-button {
        position: relative !important;
        top: 2px; }
      @media all and (max-width: 1024px) {
        .info-panel .info-panel-content .social {
          display: none; } }
      .info-panel .info-panel-content .social .fb_edge_comment_widget {
        margin-left: -350px; }
  .info-panel.header {
    position: absolute;
    top: 0;
    left: 0; }
    .info-panel.header .info-panel-content {
      position: absolute;
      top: -70px;
      left: 0;
      margin: 0;
      width: 100%;
      -webkit-transition: top, 0.3s;
      -o-transition: top, 0.3s;
      transition: top, 0.3s;
      /**/ }
    .info-panel.header .back-to-home {
      float: left; }
      .info-panel.header .back-to-home i {
        margin-right: 10px;
        margin-left: 0px; }
    .no-touch .info-panel.header:hover .info-panel-content {
      top: 0; }
    @media all and (max-width: 1024px) {
      .info-panel.header .info-panel-content {
        position: static; } }
  .info-panel.footer {
    position: absolute;
    left: 0;
    bottom: 0; }
    .info-panel.footer .back-to-home {
      float: left; }
    .info-panel.footer .social {
      display: none; }
  .info-panel .btn-haut {
    float: right;
    width: 48px;
    height: 43px;
    margin: 0 0 0 20px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .no-touch .info-panel .btn-haut:hover {
      opacity: 0.8; }
    @media all and (max-width: 1024px) {
      .info-panel .btn-haut {
        display: none; } }
  .info-panel .back-to-home {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif; }
    .info-panel .back-to-home i {
      width: 36px;
      height: 31px;
      display: inline-block;
      vertical-align: -5%;
      background: url("../img/home-icon.png"); }
      @media all and (max-width: 1024px) {
        .info-panel .back-to-home i {
          margin-right: 0;
          margin-left: 0 !important; } }
    .no-touch .info-panel .back-to-home:hover {
      text-decoration: none;
      opacity: 0.8; }
    @media all and (max-width: 1024px) {
      .info-panel .back-to-home span {
        display: none; } }

.vitrine .info-panel.header {
  position: fixed; }
  .vitrine .info-panel.header .back-to-home i {
    margin: 0; }

.vitrine .info-panel.footer .back-to-home {
  display: none; }

.vitrine .info-panel .menu-hover {
  display: none; }

.vitrine .info-panel .info-panel-content {
  top: 0;
  width: auto;
  padding: 0 20px; }
  .vitrine .info-panel .info-panel-content .social, .vitrine .info-panel .info-panel-content p {
    display: none; }
  .vitrine .info-panel .info-panel-content .wrap {
    width: auto; }

.content {
  background: rgba(0, 0, 0, 0.6);
  padding: 200px 45px 200px;
  position: relative;
  display: inline-block;
  z-index: 2; }
  @media all and (max-width: 1281px) {
    .content {
      padding: 100px 45px 100px; } }
  .content .title {
    margin-bottom: 30px; }
  .content.right {
    left: 50%;
    width: 30%; }
  .content.left {
    left: 16%;
    width: 30%; }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  backface-visibility: hidden;
  z-index: 1; }
  .bg .img, .bg .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .bg .img img, .bg .img video, .bg .back img, .bg .back video {
      width: 100%; }
    .bg .img video img, .bg .back video img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .bg .img.invis, .bg .back.invis {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
  .bg video.img {
    max-width: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (min-aspect-ratio: 16/9) {
      .bg video.img {
        width: 100%;
        height: auto; } }
    @media (max-aspect-ratio: 16/9) {
      .bg video.img {
        width: auto;
        height: 100%; } }

.frame {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  clip: rect(auto auto auto auto);
  visibility: hidden; }
  .frame.render {
    visibility: visible; }
  .frame.locked .bg {
    position: fixed; }
  .frame.force-locked .bg {
    position: fixed; }
  .frame.bottom:not(.force-locked) .bg {
    position: absolute;
    top: auto;
    bottom: 0; }

header {
  position: relative;
  min-height: 100vh;
  z-index: 1000; }
  header .content {
    position: absolute;
    bottom: 0;
    padding: 45px; }
  header .arrow {
    margin: 30px auto; }
  .vitrine header {
    z-index: 999999; }

.frame:nth-of-type(1) {
  z-index: 10; }

.frame:nth-of-type(2) {
  z-index: 20; }

.frame:nth-of-type(3) {
  z-index: 30; }

.frame:nth-of-type(4) {
  z-index: 40; }

.frame:nth-of-type(5) {
  z-index: 50; }

.frame:nth-of-type(6) {
  z-index: 60; }

.frame:nth-of-type(7) {
  z-index: 70; }

.frame:nth-of-type(8) {
  z-index: 80; }

.frame:nth-of-type(9) {
  z-index: 90; }

.frame:nth-of-type(10) {
  z-index: 100; }

.frame:nth-of-type(11) {
  z-index: 110; }

.frame:nth-of-type(12) {
  z-index: 120; }

.frame:nth-of-type(13) {
  z-index: 130; }

.frame:nth-of-type(14) {
  z-index: 140; }

.frame:nth-of-type(15) {
  z-index: 150; }

.frame:nth-of-type(16) {
  z-index: 160; }

.frame:nth-of-type(17) {
  z-index: 170; }

.frame:nth-of-type(18) {
  z-index: 180; }

.frame:nth-of-type(19) {
  z-index: 190; }

.frame:nth-of-type(20) {
  z-index: 200; }

footer {
  position: relative;
  z-index: 9999 !important;
  min-height: 100vw; }
  footer .content.left {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    padding: 100px 65px 80px;
    width: 40%; }
    footer .content.left img {
      display: block;
      margin: 20px 0; }
  footer .bg .img {
    background: top left no-repeat;
    background-size: cover; }
  @media all and (max-width: 1280px) {
    footer {
      padding-bottom: 100px !important; } }

.frame-1 {
  padding-top: 14%; }
  .frame-1 .content {
    position: relative; }
    .frame-1 .content:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: -30%;
      width: 100%;
      padding-top: 35%;
      background: url(../img/top-decoration.svg) no-repeat center center;
      background-size: contain; }

.frame.split {
  background: #050504; }
  .frame.split .content {
    display: block;
    margin: 0 auto;
    width: 73%;
    background: none; }
    .frame.split .content:before,
    .frame.split .content:after {
      content: " ";
      display: table; }
    .frame.split .content:after {
      clear: both; }
    .frame.split .content.bordered:before, .frame.split .content.bordered:after {
      content: '';
      display: block;
      width: 100%;
      height: 20px;
      background: url(../img/pattern.svg) repeat-x;
      margin: 20px 0; }
  .frame.split .half {
    width: 48%;
    float: left;
    margin-right: 4%; }
    .frame.split .half:last-child {
      margin-right: 0; }
    .frame.split .half .aside {
      margin-bottom: 30px; }

.frame-6 .bg-alt {
  background: #050504 url(../img/fond-bois.jpg) no-repeat top right;
  background-size: 45%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.frame-6 .content {
  background: transparent; }

.frame-6 .bg .img {
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: left top; }

.frame-9 .content {
  width: 38.5%;
  left: 38%;
  background: none;
  padding-top: 37%; }
  @media all and (max-width: 1281px) {
    .frame-9 .content {
      padding-top: 32%; } }

.frame-9 .bg.small {
  z-index: 2;
  margin-top: -5px; }
  .frame-9 .bg.small .back {
    background: #050504; }
  .frame-9 .bg.small .img, .frame-9 .bg.small .back {
    width: 63.5%;
    height: 0;
    padding-top: 35.3%;
    margin-left: 18.25%;
    margin-right: 18.25%;
    top: -16%; }
    @media all and (max-width: 1281px) {
      .frame-9 .bg.small .img, .frame-9 .bg.small .back {
        top: -11%; } }

.frame-9 .title {
  z-index: 3; }
  .frame-9 .title img {
    width: 21%;
    position: absolute;
    left: 17.8%;
    top: 0;
    margin-top: 24.8%; }

.mobile-only {
  display: none; }

@media all and (max-width: 1024px) {
  .mobile-only {
    display: inline-block; }
  .desktop-only {
    display: none; }
  h1 {
    margin-top: 0;
    color: #C0BA83;
    line-height: 1.1; }
  header {
    display: none; }
  .frame {
    padding: 0;
    visibility: visible !important;
    min-height: 0; }
    .frame > img {
      display: block;
      margin: 40px 0; }
    .frame .bg {
      display: none; }
    .frame .content, .frame .content.left, .frame .content.right {
      display: block;
      width: 80%;
      float: none;
      left: auto;
      right: auto;
      margin: 0 auto;
      padding: 0; }
    .frame.split .content {
      width: 80%; }
      .frame.split .content.bordered:before, .frame.split .content.bordered:after {
        content: none; }
    .frame.split .half {
      float: none;
      width: 100%;
      margin: 0; }
  .frame-1 .content:before {
    content: none; }
  .frame-1 > img {
    margin-top: 0; } }

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