@charset "UTF-8";
/*Bourbon mixins*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*Boxes settings*/
@media (max-width: 1024px) {
  .brand-nav {
    background: #061423 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
}

.encadre {
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 20px 20px 20px 60px;
  background: #07182b;
  position: relative;
}
.encadre img {
  width: 24px;
  height: auto;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  position: absolute;
  left: 20px;
}

.encadre2 img {
  width: 24px;
  height: auto;
  float: left;
  margin-right: 5px;
  transform: rotate(-90deg);
}

p#scroll-container {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 0;
}

.sticky-bottom .sticky-body {
  padding: 20px 0 5px 0 !important;
}
@media (max-width: 768px) {
  .sticky-bottom .sticky-body {
    padding: 10px 0 10px 0 !important;
  }
}

.sticky-title, .sticky-text {
  color: #ffffff9e !important;
}

.sticky-bottom {
  background: #061423 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.sticky-bottom a.button.btn.btn-cta {
  color: #061423 !important;
  background: #89dd87 !important;
  text-decoration: none;
}

.sticky-bottom a.button.btn.btn-cta:hover {
  color: #061423 !important;
  background: #89dd87 !important;
}

html {
  background: #fff;
  color: #222;
  font-size: 17px;
  line-height: 1.4;
  height: 100%;
}

body {
  height: 100%;
  background: #061423;
}

img {
  display: block;
  width: 100%;
}
img.separateur {
  width: 350px;
  max-width: 80%;
  margin: 30px auto;
}

hr {
  box-shadow: 0 0 20px #f818f4, 0 0 20px #f818f4;
  background: #f818f4;
  height: 4px !important;
  width: 150px;
  border-radius: 3px;
  border-top: none !important;
}
hr.full {
  margin-bottom: 40px;
}

h1 {
  font-size: 120px;
  line-height: 120px;
  text-align: center;
  color: #fff;
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: rgba(0, 0, 0, 0.3) 0 1px 8px, rgba(0, 0, 0, 0.3) 0px 0px 1px;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 90px;
    line-height: 90px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 56px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
  }
  h1 br {
    display: none;
  }
}
h1 span {
  font-size: 50px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 35px;
  display: block;
  text-transform: initial;
  margin-top: 30px;
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  h1 span {
    font-size: 40px;
    line-height: 60px;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  h1 span {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
  }
}

.layer h1 {
  color: inherit !important;
}

h2 {
  font-size: 20px;
  line-height: 36px;
  color: #BDD2E9;
  font-family: "Montserrat";
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(0, 0, 0, 0.6) 0 1px 8px, rgba(0, 0, 0, 0.6) 0px 0px 1px;
}
@media (max-width: 500px) {
  h2 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
}
h2.author {
  color: white;
}
h2.social {
  font-size: 35px;
  margin-top: 30px;
  margin-left: -15px;
  color: white !important;
}
@media (max-width: 500px) {
  h2.social {
    -webkit-transform: translate(0, -20%) scale(0.75);
    -moz-transform: translate(0, -20%) scale(0.75);
    -ms-transform: translate(0, -20%) scale(0.75);
    -o-transform: translate(0, -20%) scale(0.75);
    transform: translate(0, -20%) scale(0.75);
    margin-left: 0;
    margin-top: 30;
  }
}
h2.social a {
  color: inherit;
  text-shadow: none !important;
}
h2.social a:before {
  background-color: #fff;
}
h2 span {
  font-weight: 700;
}
h2 .fa {
  margin: 0 20px 0 20px;
  pointer: cursor;
}

h3 {
  font-size: 30px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Montserrat";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h3 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 500px) {
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
h3.inter-titre {
  font-size: 30px;
  line-height: 45px;
  margin: 30px 0 20px 0;
  font-family: "Poppins";
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media (max-width: 500px) {
  h3.inter-titre {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0 20px 0;
  }
}
h3.inter-titre.title {
  font-family: "Montserrat";
  color: white;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  font-style: italic;
}
@media (max-width: 1024px) {
  h3.inter-titre.title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  h3.inter-titre.title {
    font-size: 30px;
    line-height: 35px;
  }
}

h3.yes {
  font-size: 90px;
  font-family: "Oswald";
  font-style: italic;
  line-height: 90px;
  color: inherit;
  font-weight: 700;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  h3.yes {
    font-size: 40px;
    line-height: 40px;
  }
}

.layer h3 {
  color: inherit;
}

h4 {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 34px 0;
  color: #BDD2E9;
  font-family: "Montserrat";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h4 br {
  display: none;
}
h4 span {
  color: #f818f4;
  text-shadow: 0 0 20px #f818f4, 0 0 20px #f818f4;
  font-weight: 900;
}

h5 {
  color: #fff;
  width: 75%;
  font-size: 36px;
  line-height: 50px;
  font-family: "Poppins";
  text-align: center;
  margin: 30px auto 20px auto;
  font-weight: 400;
  quotes: "« " " »";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h6 {
  font-size: 19px;
  line-height: 35px;
  margin-top: 60px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: lighter;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(0, 0, 0, 0.6) 0 1px 8px, rgba(0, 0, 0, 0.6) 0px 0px 1px;
}

p {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  margin-bottom: 34px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 500px) {
  p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px;
  }
}
p span.maj {
  font-size: 16px;
  letter-spacing: 5px;
  font-family: "Poppins";
  color: #4c4c4c;
  text-transform: uppercase;
}

a:not(.footer__link) {
  position: relative;
  color: #89dd87;
  text-decoration: underline;
  font-weight: bold;
}
a:not(.footer__link):hover {
  text-decoration: underline;
}

section.text p:first-of-type:first-letter {
  font-family: "Montserrat";
  letter-spacing: 1px;
  float: left;
  font-size: 120px;
  padding: 0.35em 0.1em 0 0;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 500px) {
  section.text p:first-of-type:first-letter {
    font-size: 80px;
  }
}

section.encart p b {
  font-size: 150%;
  display: block;
}

.neon-quote {
  overflow: visible;
  margin: 30px 0 30px 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .neon-quote {
    padding-top: 0;
    margin: 10px 0 20px 0;
  }
}
.neon-quote:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 40px;
  z-index: 0;
  width: 130px;
  height: 150px;
  background: #f818f4;
  box-shadow: 0 0 20px #f818f4, 20px 0 0 #f818f4;
}
@media (max-width: 768px) {
  .neon-quote:before {
    width: 80px;
    height: 100px;
    top: 20px;
  }
}

.glitch-img {
  position: absolute;
  z-index: 10;
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 1;
}
@media (max-width: 768px) {
  .glitch-img {
    width: 100px;
    height: 100px;
  }
}

.medaillon {
  /*width: 150px;*/
  z-index: 10;
  margin-right: 30px;
  transform: translateY(30px);
  float: left;
  background-size: cover !important;
  background-position: center center !important;
}
@media (max-width: 768px) {
  .medaillon {
    transform: translateY(10px);
  }
}
.medaillon:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

blockquote {
  width: 62%;
  margin-left: 190px;
  /* @include breakpoint(lg) {
       width: 80%;
       line-height: 40px;
       margin: 30px 10% 30px 10% !important;
   }*/
}
@media (max-width: 768px) {
  blockquote {
    margin-left: 130px;
  }
}
blockquote.right {
  float: right;
  margin: 0 -210px 20px 40px;
  text-align: left;
}
@media (max-width: 1280px) {
  blockquote.right {
    margin: 0 0 20px 40px;
  }
}
@media (max-width: 500px) {
  blockquote.right {
    float: none;
    clear: both;
    text-align: left;
    margin: 40px auto 50px auto;
  }
}
blockquote.center {
  display: inline-block;
}
blockquote span {
  color: #BDD2E9;
  font-style: italic;
  font-size: 32px;
  line-height: 50px;
  font-family: "Poppins";
  font-weight: 400;
  quotes: "« " " »";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  blockquote span {
    font-size: 22px;
    line-height: 32px;
  }
}
blockquote span:before {
  color: #f818f4;
  text-shadow: 0 0 20px #f818f4, 0 0 20px #f818f4;
  content: open-quote;
  font-size: 45px;
  line-height: 0.1em;
  margin-right: 0;
  vertical-align: -2px;
}
@media (max-width: 768px) {
  blockquote span:before {
    font-size: 30px;
    vertical-align: -2px;
  }
}
blockquote span:after {
  color: #f818f4;
  text-shadow: 0 0 20px #f818f4, 0 0 20px #f818f4;
  content: close-quote;
  font-size: 45px;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -2px;
}
@media (max-width: 768px) {
  blockquote span:after {
    font-size: 30px;
    vertical-align: -2px;
  }
}
blockquote .caption {
  font-family: "Montserrat";
  color: #BDD2E9;
  opacity: 0.75;
  font-size: 11px;
  line-height: 17px;
  margin-top: 17px;
}
@media (max-width: 1280px) {
  blockquote .caption {
    text-align: left;
  }
}
@media (max-width: 500px) {
  blockquote .caption {
    margin-top: 10px;
  }
}

.block-content {
  color: gray;
  width: 62%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1280px) {
  .block-content {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .block-content {
    width: 100%;
  }
}
.block-content.medallion {
  margin: 10px 60px 18px 0% !important;
  width: 40%;
}
@media (max-width: 500px) {
  .block-content.medallion {
    width: 100%;
    margin: 10px 0 18px 0 !important;
  }
}
.block-content.left {
  float: left;
  margin: 10px 60px 20px -210px;
  text-align: left;
}
@media (max-width: 1280px) {
  .block-content.left {
    margin: 10px 40px 20px 0%;
  }
}
.block-content.right {
  float: right;
  margin: 15px -210px 20px 60px;
  text-align: right;
}
@media (max-width: 1280px) {
  .block-content.right {
    margin: 15px 0% 20px 40px;
  }
}
.block-content .caption {
  font-family: "Montserrat";
  color: #BDD2E9;
  opacity: 0.75;
  margin-top: 17px;
  font-size: 11px;
  line-height: 17px;
}
@media (max-width: 1024px) {
  .block-content .caption {
    text-align: left;
  }
}

/*Colors, fonts, z-index, breakpoints...*/
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background-color: #ffbb52;
}

::selection {
  background-color: #ffbb52;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*/HTML5 Boilerplate) Clearfix, hidden, visuallyhidden, invisible...*/
#path-phoenix-nogales path {
  opacity: 0;
  transition: opacity 0.3s;
}

.is-drawn {
  stroke-dasharray: 230;
  stroke-dashoffset: 230;
  animation: dash 1.5s linear forwards;
  opacity: 1 !important;
  transition: opacity 0s;
}

.is-blue {
  fill: blue !important;
}

#path-nogales-tombstone-elpaso path {
  opacity: 0;
  transition: opacity 0.3s;
}

.is-drawn2 {
  stroke-dasharray: 340;
  stroke-dashoffset: 340;
  animation: dash 1.5s linear forwards;
  opacity: 1 !important;
  transition: opacity 0s;
}

#path-elpaso-tucson-sells path {
  opacity: 0;
  transition: opacity 0.3s;
}

.is-drawn3 {
  stroke-dasharray: 410;
  stroke-dashoffset: 410;
  animation: dash 1.5s linear forwards;
  opacity: 1 !important;
  transition: opacity 0s;
}

#path-sells-yuma path {
  opacity: 0;
  transition: opacity 0.3s;
}

.is-drawn4 {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  animation: dash 1.5s linear forwards;
  opacity: 1 !important;
  transition: opacity 0s;
}

#path-yuma-sandiego path {
  opacity: 0;
  transition: opacity 0.3s;
}

.is-drawn5 {
  stroke-dasharray: 175;
  stroke-dashoffset: 175;
  animation: dash 1.5s linear forwards;
  opacity: 1 !important;
  transition: opacity 0s;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
header {
  height: 100%;
  width: 100%;
  background: #061423;
  background-position: center top !important;
  overflow: hidden;
  position: relative;
}
header .header__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  header .header__bg {
    margin-bottom: 50px;
    background-position: center center;
    background-size: cover;
  }
}
header .header__gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  opacity: 0.5;
  z-index: 5;
}
header .video-wrapper {
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  transition: all, 1s;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: absolute;
}
@media (max-width: 1280px) {
  header .video-wrapper {
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  header .video-wrapper {
    background-size: cover;
  }
}
header .video-wrapper.is-blurred {
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  transition: all, 1s;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
header .video-wrapper video {
  height: 100%;
  left: 0;
  object-fit: cover;
  top: 0;
  width: 100%;
}
header .smil-wrapper {
  width: 100%;
  height: 100%;
  background-position: center center;
  background: red;
  position: absolute;
  z-index: 4;
}
@media (max-width: 500px) {
  header .smil-wrapper {
    display: none;
  }
}
header .smil-wrapper div.layer {
  width: 100%;
  height: 100%;
  position: absolute;
}
header .smil-wrapper div.layer img {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}
header .header__content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
}
header .header__content__container {
  max-width: 100%;
  height: 100%;
  margin: auto 0 auto auto;
  position: relative;
}
header .header__content__container__box {
  position: absolute;
  top: 55%;
  left: 10%;
  transform: translate(0, -60%);
  width: 80%;
}
@media (max-width: 1024px) {
  header .header__content__container__box {
    top: 50%;
  }
}
@media (max-width: 500px) {
  header .header__content__container__box {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

section {
  width: 100%;
  background: #061423;
  overflow: auto;
  padding-top: 34px;
}
section.padding-bottom {
  padding-bottom: 50px !important;
}
@media (max-width: 768px) {
  section.padding-bottom {
    padding-bottom: 0 !important;
  }
}
section.odd {
  background: #f7f7f7;
}
section .container {
  max-width: 700px;
  margin: auto;
}
@media (max-width: 1280px) {
  section .container {
    width: 90%;
  }
}
section.inter-titre {
  width: 100%;
  height: 700px;
  background: red;
  position: relative;
  overflow: visible;
  border-top: 10px solid #FFD500;
  background-attachment: fixed !important;
  background-size: cover !important;
}
@media (max-width: 1280px) {
  section.inter-titre {
    background-attachment: scroll !important;
    background-position: center center !important;
  }
}
@media (max-width: 500px) {
  section.inter-titre {
    height: 250px;
  }
}
section.inter-titre span {
  position: absolute;
  display: block;
  width: 800px;
  max-width: 95%;
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 30px 50px 20px 50px;
  font-size: 50px;
  color: #262626;
  font-family: "Poppins";
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  section.inter-titre span {
    max-width: 100%;
    padding: 30px 35px 20px 35px;
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff;
  }
}
@media (max-width: 500px) {
  section.inter-titre span {
    font-size: 26px;
    line-height: 30px;
    padding: 10px 20px 10px 20px;
  }
}
section.inter-titre span.odd {
  background: #f7f7f7;
}
section.chrono {
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding: 34px 0;
  position: relative;
}
section.chrono svg {
  position: absolute;
  right: 0;
  top: 220px;
  width: 65px;
  height: auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
@media (max-width: 500px) {
  section.chrono svg {
    top: 27px;
  }
}
section.chrono h3 {
  text-align: center;
  font-size: 28px;
}
section.chrono .container.special {
  max-width: 75%;
}
@media (max-width: 768px) {
  section.chrono .container.special {
    max-width: 90%;
  }
}
section.video {
  padding: 0;
  overflow: hidden;
}
section.video .caption {
  top: 0;
  right: -210px;
  padding: 11px 0 0 0;
  font-family: "Montserrat";
  color: #BDD2E9;
  opacity: 0.75;
  font-size: 11px;
  line-height: 17px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1024px) {
  section.video .caption {
    position: static;
    padding: 11px 0 0 0;
  }
}
section.video-360 {
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
}
section.video-360 img.video-360-poster {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  z-index: 10;
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}
section.video-360 div.video-360-wrapper {
  background: white;
  position: relative;
  margin: auto;
}
section.video-360 div.video-360-wrapper:after {
  /* 16:9 ratio */
  padding-top: 55%;
  display: block;
  content: "";
}
section.video-360 div.video-360-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.gallery {
  padding: 0;
}
section.gallery .layout {
  position: relative;
  margin: auto;
  overflow: visible;
}
section.gallery .layout .caption {
  position: absolute;
  top: 0;
  right: -210px;
  width: 210px;
  padding: 11px 0 0 11px;
  font-family: "Montserrat";
  color: #BDD2E9;
  opacity: 0.75;
  font-size: 11px;
  line-height: 17px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1280px) {
  section.gallery .layout .caption {
    position: static;
    padding: 11px 0 0 0;
    width: 100%;
  }
}
section.gallery.hero {
  margin-bottom: 0;
}
section.gallery.hero .layout {
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  position: relative;
}
@media (max-width: 1280px) {
  section.gallery.hero .layout {
    height: auto;
  }
}
section.gallery.hero .layout img {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  section.gallery.hero .layout img {
    display: block;
  }
}
section.gallery.hero .layout .caption {
  color: #BDD2E9;
  opacity: 0.75;
  position: static;
  padding: 11px 0 0 0;
  width: 100%;
  max-width: 700px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  section.gallery.hero .layout .caption {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  section.gallery.big {
    margin-bottom: 0px;
  }
}
@media (max-width: 1600px) {
  section.gallery.big.scene-map .layout {
    max-width: 950px;
  }
}
@media (max-width: 1280px) {
  section.gallery.big.scene-map .layout {
    max-width: 750px;
  }
}
@media (max-width: 1024px) {
  section.gallery.big.scene-map .layout {
    max-width: 100%;
  }
}
section.gallery.big .layout {
  width: 90%;
  max-width: 1120px;
}
@media (max-width: 1024px) {
  section.gallery.big .layout {
    width: 700px;
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  section.gallery.big .layout {
    overflow-y: hidden;
  }
}
@media (max-width: 1600px) {
  section.gallery.big .layout .caption {
    position: initial;
    width: 100%;
    padding: 11px 11px 0 11px;
    color: #BDD2E9;
    opacity: 0.75;
  }
}
@media (max-width: 1024px) {
  section.gallery.big .layout .caption {
    padding: 11px 0 0 0px;
  }
}
section.gallery.small .layout {
  width: 700px;
  max-width: 90%;
}
@media (max-width: 1024px) {
  section.gallery.double {
    margin-bottom: 0;
  }
}
section.gallery.double.margin-bottom {
  padding-bottom: 1.5%;
}
@media (max-width: 1024px) {
  section.gallery.double.margin-bottom {
    padding-bottom: 0;
  }
}
section.gallery.double .layout {
  width: 100%;
  max-width: 1120px;
  overflow: auto;
}
@media (max-width: 1280px) {
  section.gallery.double .layout {
    width: 100%;
  }
}
section.gallery.double .layout .layout-inner {
  width: 49%;
  float: left;
  margin-right: 2%;
}
@media (max-width: 1024px) {
  section.gallery.double .layout .layout-inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3px;
  }
}
section.gallery.double .layout .layout-inner:last-child {
  margin-right: 0;
}
section.gallery.double .layout .layout-inner .caption {
  position: static;
  padding-left: 0;
  width: 100%;
  color: #BDD2E9;
  opacity: 0.75;
}
@media (max-width: 1024px) {
  section.gallery.double .layout .layout-inner .caption {
    padding-left: 5%;
    padding-right: 5%;
  }
}
section.gallery.double .layout .layout-inner .caption.right {
  padding-right: 0;
  margin-left: auto;
  text-align: right;
}
section.gallery.triple .layout {
  width: 100%;
  max-width: 1120px;
}
@media (max-width: 1280px) {
  section.gallery.triple .layout {
    width: 100%;
  }
}
section.gallery.triple .layout .layout-inner {
  width: 32%;
  float: left;
  margin-right: 2%;
}
@media (max-width: 1024px) {
  section.gallery.triple .layout .layout-inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
section.gallery.triple .layout .layout-inner:last-child {
  margin-right: 0;
}
section.gallery.triple .layout .caption {
  position: initial;
  clear: both;
  width: 100%;
  padding: 11px 0 0 0;
  color: #BDD2E9;
  opacity: 0.75;
}
@media (max-width: 1024px) {
  section.gallery.triple .layout .caption {
    max-width: 700px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  section.gallery.triple .layout .caption {
    max-width: 90%;
  }
}
section.gallery.slider .layout {
  width: 100%;
  max-width: 1120px;
}
section.gallery.slider a:before {
  background-color: transparent;
}
section.encart {
  position: relative;
  background: #89dd87;
}
section.encart div.sponsor-bar {
  position: absolute;
  height: 57px;
  width: 100%;
  background: #dedede;
  top: 0;
}
@media (max-width: 500px) {
  section.encart div.sponsor-bar {
    height: 40px;
  }
}
section.encart div.sponsor-bar div.sponsor-bar-container {
  height: 100%;
  width: 90%;
  max-width: 1120px;
  margin: auto;
}
@media (max-width: 500px) {
  section.encart div.sponsor-bar div.sponsor-bar-container {
    width: 100%;
  }
}
section.encart div.sponsor-bar span {
  padding-top: 12px;
  color: #BDD2E9;
  opacity: 0.75;
  float: right;
  font-size: 17px;
  line-height: 34px;
  font-family: "Open sans";
  font-weight: 400;
  margin-bottom: 34px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 500px) {
  section.encart div.sponsor-bar span {
    font-size: 12px;
    padding-top: 4px;
  }
}
section.encart div.sponsor-bar img {
  height: 100%;
  width: auto;
  float: right;
}
section.encart .container {
  width: 90%;
  max-width: 1120px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 60px;
  /* Firefox */
  column-gap: 60px;
  -webkit-column-rule: 1px outset #000;
  /* Chrome, Safari, Opera */
  -moz-column-rule: 1px outset #000;
  /* Firefox */
  column-rule: 1px outset #000;
}
section.encart .container a {
  color: white;
}
section.encart .container p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 25px;
  color: black;
}
@media (max-width: 1280px) {
  section.encart .container {
    padding-bottom: 50px;
  }
  section.encart .container p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  section.encart .container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 768px) {
  section.encart .container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (max-width: 500px) {
  section.encart .container {
    padding-bottom: 34px;
  }
}
section.encart .container h3 {
  font-size: 35px;
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 34px;
  -webkit-column-span: 3;
  /* Chrome, Safari, Opera */
  column-span: 3;
}
section.numbers {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb76b+0,ffa73d+50,ff7c00+51,ff7f04+100;Orange+Gloss */
  background: url("../img/accueil-placeholder.jpg");
  background-position: center center;
  background-size: cover;
}
section.numbers .tiers {
  width: 50%;
  float: left;
  padding: 30px;
}
@media (max-width: 500px) {
  section.numbers .tiers {
    width: 100%;
  }
}
section.numbers .tiers h1 {
  font-size: 72px;
  color: #fff;
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
}
@media (max-width: 500px) {
  section.numbers .tiers h1 {
    font-size: 72px;
  }
  section.numbers .tiers h1 br {
    display: none;
  }
}
section.numbers .tiers h1 span {
  font-size: 17px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 24px;
  display: block;
  margin-top: 15px;
  text-transform: initial;
}
@media (max-width: 500px) {
  section.numbers .tiers h1 span {
    font-size: 22px;
    line-height: 27px;
    margin-top: 20px;
  }
}
section.noisette {
  width: 100%;
  padding: 0;
}
section.noisette .layout {
  max-width: 1120px;
  width: 100%;
  background: #f5f5f5;
  margin: auto;
  overflow: auto;
}
section.noisette .layout .noisette-left {
  float: left;
  width: 50%;
  padding-bottom: 50%;
}
section.noisette .layout .noisette-right {
  float: left;
  width: 50%;
  padding-bottom: 50%;
}
section.noisette .is-tinted {
  background: #5ea99f;
}

footer {
  background: #061423;
  overflow: auto;
  position: relative;
}
footer .container {
  max-width: 1120px;
  margin: auto;
}
@media (max-width: 1024px) {
  footer .container {
    max-width: 90%;
  }
}
footer .container .teaser {
  width: 48%;
  float: left;
  margin: 1% 1% 2% 1%;
}
@media (max-width: 1024px) {
  footer .container .teaser {
    width: 100%;
    float: none;
    margin: 1% 0 2% 0;
  }
}
footer .container .teaser:hover .caption {
  color: #fff;
  text-decoration: underline;
}
footer .container .teaser .teaser-bg {
  height: 150px;
  background-size: cover !important;
  background-position: center center !important;
}
footer .container .teaser .caption {
  font-size: 16px;
  line-height: 25px;
  color: #BDD2E9;
  opacity: 0.75;
  font-family: "Montserrat";
  font-weight: 400;
  margin: 10px 0 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 500px) {
  footer .container .teaser .caption {
    font-size: 15px;
    line-height: 25px;
    margin: 5px 0 15px 0;
  }
}
footer .credits {
  margin-top: 50px;
  padding: 34px 0 34px 0;
  background: #f818f4;
  font-size: 15px;
  line-height: 28px;
  color: black;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

/*Header, section, article, footer...*/
h3 {
  margin-bottom: 20px;
  text-align: left;
}

#svg2 svg {
  margin-top: -100px;
}
@media (max-width: 500px) {
  #svg2 svg {
    margin-top: -50px;
  }
}

#svg2 .menu {
  width: 100%;
  list-style: none;
  padding: 15px 0 0 0 !important;
  overflow: auto;
}
#svg2 .menu li {
  display: block;
  width: 49%;
  float: left;
  text-align: center;
  background: #f0f5ff;
  color: #b3ccff;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 15px 0;
  cursor: pointer;
}
#svg2 .menu li:nth-child(even) {
  margin-right: 0;
}
#svg2 .menu li:hover {
  background: #e6eeff;
}
#svg2 .menu li.is-selected {
  background: #e1ebff;
  border: 1px solid #004DE6;
  color: white;
  color: #004DE6;
  padding: 14px 0;
}

#cookie-container, #scroll-container {
  padding: 5px 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #f818f4;
  background: #081626;
  font-family: monospace;
  overflow: hidden;
}

div.fixed-map-wrapper {
  position: fixed;
  width: 250px;
  top: 50%;
  left: calc((100% - 700px)/4);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  div.fixed-map-wrapper {
    display: none;
  }
}
div.fixed-map-wrapper img {
  width: 100%;
  height: auto;
}

.row {
  width: 100%;
  overflow: auto;
}

.zoom {
  cursor: pointer;
}
@media (max-width: 1280px) {
  .zoom {
    cursor: default;
  }
}

.no-margin {
  margin-bottom: 0 !important;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #061423;
  z-index: 1001;
}
.overlay .logo-lt-blanc {
  width: 300px;
  max-width: 85%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -210%);
  -moz-transform: translate(-50%, -210%);
  -ms-transform: translate(-50%, -210%);
  -o-transform: translate(-50%, -210%);
  transform: translate(-50%, -210%);
}
.overlay .logo-sponsor {
  position: absolute;
  max-width: 85%;
  width: 300px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 77%);
  -moz-transform: translate(-50%, 77%);
  -ms-transform: translate(-50%, 77%);
  -o-transform: translate(-50%, 77%);
  transform: translate(-50%, 77%);
}

.scroll-indicator {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.scroll-indicator-inner {
  height: 0;
  width: 0;
  border-bottom: 40px solid #fff;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}

.header-sponsor {
  position: absolute;
  height: 57px;
  background: #323232;
  width: 100%;
  bottom: 0;
  z-index: 10;
}
@media (max-width: 500px) {
  .header-sponsor {
    height: 40px;
  }
}
.header-sponsor span {
  padding-top: 12px;
  color: white;
  float: right;
  font-size: 17px;
  line-height: 34px;
  font-family: "Open sans";
  font-weight: 400;
  margin-bottom: 34px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-sponsor span.charte {
  margin-right: 20px !important;
}
@media (max-width: 500px) {
  .header-sponsor span {
    font-size: 12px;
    padding-top: 4px;
  }
}
.header-sponsor img {
  height: 100%;
  width: auto;
  float: right;
}
@media (max-width: 500px) {
  .header-sponsor img {
    height: 80%;
    margin-top: 5px;
  }
}

.spacer-small {
  width: 100%;
  height: 15px;
  overflow: auto;
}
@media (max-width: 1024px) {
  .spacer-small {
    height: 10px;
  }
}

canvas {
  opacity: 0;
  width: 100%;
  -webkit-transition: opacity, 0.8s;
  -moz-transition: opacity, 0.8s;
  transition: opacity, 0.8s;
}
canvas.is-visible {
  opacity: 1 !important;
  -webkit-transition: opacity, 0.8s;
  -moz-transition: opacity, 0.8s;
  transition: opacity, 0.8s;
}

.id .id-header {
  position: relative;
}
.id .id-header .quote {
  position: absolute;
  bottom: 0;
  text-shadow: rgba(0, 0, 0, 0.6) 0 1px 8px, rgba(0, 0, 0, 0.6) 0px 0px 1px;
  color: #fff;
  padding: 10px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.id .id-body .caption {
  position: initial !important;
  font-family: "Montserrat";
  color: #BDD2E9;
  opacity: 0.75;
  margin-top: 17px;
  width: 100% !important;
  font-size: 11px;
  line-height: 17px;
  padding: 0 !important;
}

section .video-wrapper {
  overflow: auto;
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: auto;
}
section .video-wrapper.entete-video-wrapper {
  max-width: 100%;
}
section .video-wrapper .trigger {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background: red;
}
section .video-wrapper video {
  left: 0;
  object-fit: cover;
  top: 0;
  width: 100%;
}
@media (max-width: 1280px) {
  section .video-wrapper video {
    padding-lefT: 0;
  }
}
section .video-wrapper.video-fullscreen {
  max-width: 100%;
}
section .video-wrapper.video-fullscreen video {
  padding-lefT: 0 !important;
}

section.scene {
  height: 100vh;
}
section.scene .layout {
  position: relative;
  padding-bottom: 35px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  section.scene .layout {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3px;
  }
}
@media (max-width: 768px) {
  section.scene .layout {
    top: 0;
    transform: translateY(0);
    height: 95%;
    overflow-y: hidden !important;
  }
}
section.scene .layout .scene-progress {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 20px;
  text-align: center;
  color: #b5b5b5;
  font-family: Oswald;
  font-style: italic;
}
@media (max-width: 1024px) {
  section.scene .scene-figure {
    width: 49% !important;
    float: left !important;
    margin-right: 2% !important;
  }
}
@media (max-width: 768px) {
  section.scene .scene-figure {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 3px !important;
  }
}
section.scene .scene-text {
  padding: 0 15px;
  transition: all 0.3s;
  margin-right: 0 !important;
}
@media (max-width: 1024px) {
  section.scene .scene-text {
    width: 49% !important;
    float: left !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  section.scene .scene-text {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 3px !important;
  }
}
section.scene .scene-text .scene-text-bullet {
  background: #C0656D;
  color: white;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-right: 0;
}
@media (max-width: 768px) {
  section.scene .scene-text .scene-text-bullet {
    display: none;
  }
}
section.scene .inter-titre {
  text-align: center;
}
@media (max-width: 768px) {
  section.scene .inter-titre {
    margin: 20px 0 0px 0;
    padding: 0 20px;
  }
}
@media (max-width: 400px) {
  section.scene .inter-titre {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0 10px 0;
  }
}
section.scene p {
  text-align: center;
}
@media (max-width: 400px) {
  section.scene p {
    font-size: 13px;
    line-height: 23px;
  }
}

.scroll-downs {
  transform-origin: 50% 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
  margin-bottom: 1000px;
}
@media (max-width: 768px) {
  .scroll-downs {
    transform: scale(0.75);
    margin-top: -15px;
  }
}

.mousey {
  width: 3px;
  padding: 10px 16px 10px 13px;
  height: 55px;
  border: 2px solid #5FA89E;
  border-radius: 25px;
  opacity: 0.75;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #5FA89E;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
.scene-title {
  font-weight: 700;
}

.scene-bullet {
  font-family: Roboto;
  font-weight: 900;
}

section.citern {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: visible !important;
  padding-top: 0;
  transform: translate3d(0, 0, 0);
  position: relative;
}
section.citern div.container {
  width: 100%;
  max-width: 1120px;
  overflow: hidden;
  padding: 2rem 0 2rem 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  section.citern div.container {
    height: 100%;
    padding: 2rem 0 0 0;
  }
}
section.citern div.container div.left {
  width: 40%;
  float: left;
  margin-right: 10%;
}
@media (max-width: 768px) {
  section.citern div.container div.left {
    width: 100%;
    margin-right: 0;
    max-width: 300px;
    margin: 0 auto 50px auto;
    float: none;
    height: 35%;
  }
}
@media screen and (max-width: 400px) {
  section.citern div.container div.left {
    height: 30%;
  }
}
@media screen and (max-width: 350px) {
  section.citern div.container div.left {
    height: 25%;
  }
}
section.citern div.container div.left img, section.citern div.container div.left svg {
  width: 100%;
}
@media (max-width: 768px) {
  section.citern div.container div.left img, section.citern div.container div.left svg {
    margin-top: 10%;
    width: 70%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 400px) {
  section.citern div.container div.left img, section.citern div.container div.left svg {
    margin-top: 0;
  }
}
@media screen and (max-width: 350px) {
  section.citern div.container div.left img, section.citern div.container div.left svg {
    width: 50%;
  }
}
section.citern div.container div.right {
  width: 50%;
  float: left;
  position: relative;
}
@media (max-width: 768px) {
  section.citern div.container div.right {
    width: 100%;
    padding: 0 5% 0 5%;
    height: 65%;
  }
}
@media screen and (max-width: 400px) {
  section.citern div.container div.right {
    height: 70%;
  }
}
@media screen and (max-width: 350px) {
  section.citern div.container div.right {
    height: 75%;
  }
}
section.citern div.container div.right div.citerntext {
  position: absolute;
  width: 100%;
  height: 400px;
  overflow: auto;
  background: white;
}
@media (max-width: 768px) {
  section.citern div.container div.right div.citerntext {
    height: 500px;
  }
}
@media (max-width: 500px) {
  section.citern div.container div.right div.citerntext {
    width: 90%;
  }
}
section.citern div.container div.steptitle {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 38px;
  margin: 0 0 10px 0;
  color: black;
}
@media (max-width: 500px) {
  section.citern div.container div.steptitle {
    font-size: 30px;
  }
}
section.citern div.container div.stepsubtitle {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 15px 0;
  color: black;
}
@media (max-width: 500px) {
  section.citern div.container div.stepsubtitle {
    font-size: 20px;
  }
}

/*Buttons, dropdown...*/
/* -------------------------------- 

Primary style

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Poppins";
  color: #383838;
  background-color: #323232;
}

a {
  /*color: $red-lt-darker;*/
  text-decoration: none;
}

.chrono a:before {
  display: none;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 1;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
}

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

/*.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}*/
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #b3b3b3;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
  /* this is used to create the lighten($black, 50%) line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #FFD500;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
  /* COLOR LINK */
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 2rem;
  padding-bottom: 15px;
  color: #FFD500;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #b3b3b3;
  background-color: #b3b3b3;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #FFD500;
  border-color: #FFD500;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
  background-color: #FFD500;
  border-color: #FFD500;
}

.cd-horizontal-timeline .events a.older-event::after {
  /*COLOR LINE*/
  border-color: #FFD500;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 0 auto;
  }

  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
}
.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #FFD500;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
  /* arrow icon */
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow-tl.svg) no-repeat 0 0;
}

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
  right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #FFD500;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-content h4 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Montserrat";
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}

.cd-horizontal-timeline .events-content em::before {
  content: "- ";
}

.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #eeeeee;
}

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h4 {
    color: gray;
    font-size: 36px;
    line-height: 50px;
    font-family: "Montserrat";
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }

  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.brand-nav a:before {
  display: none;
}

.partner-brand-logo {
  margin-top: 0px !important;
  width: 147.667px !important;
  height: auto !important;
}
@media screen and (max-width: 500px) {
  .partner-brand-logo {
    height: 100% !important;
    width: auto !important;
  }
}

@media screen and (max-width: 320px) {
  div.header__content__container {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 320px) {
  h2.social {
    font-size: 35px;
  }
}

time {
  font-family: "Roboto";
}

.foo h2 {
  color: #323232;
  font-family: "Roboto";
  font-weight: 700;
  text-align: left;
  padding: 0;
}

.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

/* The line */
.cbp_tmtimeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #FFD500;
  left: 20%;
  margin-left: -7px;
}

li {
  position: relative;
}

/* The date/time */
.cbp_tmtimeline i {
  display: none;
}

.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 110px;
  position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #bdd0db;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  color: #666666;
  font-size: 1.3em;
  margin-top: 0;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #666666;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  /*background: #3594cb;*/
  color: #fff;
  padding: 1em 2em;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
  background: #d2e8e5;
  transform: translateY(-10px) !important;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  /*background: #6cbfee;*/
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 0 0;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #FFD500;
  border-width: 10px;
  top: 10px;
}

/* TRIANGLE*/
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #FFD500;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
  width: 20px;
  height: 20px;
  font-family: "ecoico";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #5FA99F;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #5FA99F;
  text-align: center;
  left: 20%;
  top: 0;
  margin: 0px 0 0 -15px;
}

.cbp_tmicon-phone:before {
  content: "";
}

.cbp_tmicon-screen:before {
  content: "";
}

.cbp_tmicon-mail:before {
  content: "";
}

.cbp_tmicon-earth:before {
  content: "";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
    display: none;
  }

  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }

  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }

  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }

  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #FFD500;
    top: -20px;
  }

  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #FFD500;
  }

  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  }
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.main {
  width: 1090px;
  margin: 0 auto;
  padding: 0em;
  padding-right: 100px;
}

.container > header {
  padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
  font-size: 2.125em;
  line-height: 1.3;
  margin: 0;
  float: left;
  font-weight: 400;
}

.container > header span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  padding: 0 0 0.6em 0.1em;
}

.container > header nav {
  float: right;
}

.container > header nav a {
  display: block;
  float: left;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin: 0 0.1em;
  border: 4px solid #47a3da;
  text-indent: -8000px;
}

.container > header nav a:after {
  content: attr(data-info);
  color: #47a3da;
  position: absolute;
  width: 600%;
  top: 120%;
  text-align: right;
  right: 0;
  opacity: 0;
  pointer-events: none;
}

.container > header nav a:hover:after {
  opacity: 1;
}

.container > header nav a:hover {
  background: #47a3da;
}

.icon-drop:before,
.icon-arrow-left:before {
  font-family: "fontawesome";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  color: #47a3da;
  -webkit-font-smoothing: antialiased;
  text-indent: 8000px;
  padding-left: 8px;
}

.container > header nav a:hover:before {
  color: #fff;
}

.icon-drop:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    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) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  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;
  }
}

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