@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/components/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/components/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../sass/components/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../sass/components/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../sass/components/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/components/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/components/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../sass/components/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/components/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../sass/components/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/components/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../sass/components/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/components/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/components/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../sass/components/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/components/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/components/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/components/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/components/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/components/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/components/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/components/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/components/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../sass/components/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/components/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/components/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* 1 */
/* line 290, ../sass/components/_normalize.scss */
html input[type="button"],
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../sass/components/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/components/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/components/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../sass/components/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../sass/components/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/components/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../sass/components/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/components/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../sass/components/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/components/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../sass/components/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/components/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/components/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, ../sass/components/_grid.scss */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 641px) {
  /* line 7, ../sass/components/_grid.scss */
  .container {
    width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  /* line 12, ../sass/components/_grid.scss */
  .container {
    width: 70%;
  }
}
/* line 16, ../sass/components/_grid.scss */
.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

/* line 21, ../sass/components/_grid.scss */
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* line 25, ../sass/components/_grid.scss */
.section.no-pad {
  padding: 0;
}
/* line 28, ../sass/components/_grid.scss */
.section.no-pad-bot {
  padding-bottom: 0;
}
/* line 31, ../sass/components/_grid.scss */
.section.no-pad-top {
  padding-top: 0;
}

/* line 37, ../sass/components/_grid.scss */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
/* line 44, ../sass/components/_grid.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 50, ../sass/components/_grid.scss */
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75rem;
}
/* line 58, ../sass/components/_grid.scss */
.row .col.s1 {
  width: 8.33333%;
  margin-left: 0;
}
/* line 58, ../sass/components/_grid.scss */
.row .col.s2 {
  width: 16.66667%;
  margin-left: 0;
}
/* line 58, ../sass/components/_grid.scss */
.row .col.s3 {
  width: 25%;
  margin-left: 0;
}
/* line 58, ../sass/components/_grid.scss */
.row .col.s4 {
  width: 33.33333%;
  margin-left: 0;
}
/* line 58, ../sass/components/_grid.scss */
.row .col.s5 {
  width: 41.66667%;
  margin-left: 0;
}
/* line 58, ../sass/components/_grid.scss */
.row .col.s6 {
  width: 50%;
  margin-left: 0;
}
/* line 58, ../sass/components/_grid.scss */
.row .col.s7 {
  width: 58.33333%;
  margin-left: 0;
}
/* line 58, ../sass/components/_grid.scss */
.row .col.s8 {
  width: 66.66667%;
  margin-left: 0;
}
/* line 58, ../sass/components/_grid.scss */
.row .col.s9 {
  width: 75%;
  margin-left: 0;
}
/* line 58, ../sass/components/_grid.scss */
.row .col.s10 {
  width: 83.33333%;
  margin-left: 0;
}
/* line 58, ../sass/components/_grid.scss */
.row .col.s11 {
  width: 91.66667%;
  margin-left: 0;
}
/* line 58, ../sass/components/_grid.scss */
.row .col.s12 {
  width: 100%;
  margin-left: 0;
}
/* line 67, ../sass/components/_grid.scss */
.row .col.offset-s1 {
  margin-left: 8.33333%;
}
/* line 67, ../sass/components/_grid.scss */
.row .col.offset-s2 {
  margin-left: 16.66667%;
}
/* line 67, ../sass/components/_grid.scss */
.row .col.offset-s3 {
  margin-left: 25%;
}
/* line 67, ../sass/components/_grid.scss */
.row .col.offset-s4 {
  margin-left: 33.33333%;
}
/* line 67, ../sass/components/_grid.scss */
.row .col.offset-s5 {
  margin-left: 41.66667%;
}
/* line 67, ../sass/components/_grid.scss */
.row .col.offset-s6 {
  margin-left: 50%;
}
/* line 67, ../sass/components/_grid.scss */
.row .col.offset-s7 {
  margin-left: 58.33333%;
}
/* line 67, ../sass/components/_grid.scss */
.row .col.offset-s8 {
  margin-left: 66.66667%;
}
/* line 67, ../sass/components/_grid.scss */
.row .col.offset-s9 {
  margin-left: 75%;
}
/* line 67, ../sass/components/_grid.scss */
.row .col.offset-s10 {
  margin-left: 83.33333%;
}
/* line 67, ../sass/components/_grid.scss */
.row .col.offset-s11 {
  margin-left: 91.66667%;
}
/* line 67, ../sass/components/_grid.scss */
.row .col.offset-s12 {
  margin-left: 100%;
}
@media only screen and (min-width: 641px) {
  /* line 78, ../sass/components/_grid.scss */
  .row .col.m1 {
    width: 8.33333%;
    margin-left: 0;
  }
  /* line 78, ../sass/components/_grid.scss */
  .row .col.m2 {
    width: 16.66667%;
    margin-left: 0;
  }
  /* line 78, ../sass/components/_grid.scss */
  .row .col.m3 {
    width: 25%;
    margin-left: 0;
  }
  /* line 78, ../sass/components/_grid.scss */
  .row .col.m4 {
    width: 33.33333%;
    margin-left: 0;
  }
  /* line 78, ../sass/components/_grid.scss */
  .row .col.m5 {
    width: 41.66667%;
    margin-left: 0;
  }
  /* line 78, ../sass/components/_grid.scss */
  .row .col.m6 {
    width: 50%;
    margin-left: 0;
  }
  /* line 78, ../sass/components/_grid.scss */
  .row .col.m7 {
    width: 58.33333%;
    margin-left: 0;
  }
  /* line 78, ../sass/components/_grid.scss */
  .row .col.m8 {
    width: 66.66667%;
    margin-left: 0;
  }
  /* line 78, ../sass/components/_grid.scss */
  .row .col.m9 {
    width: 75%;
    margin-left: 0;
  }
  /* line 78, ../sass/components/_grid.scss */
  .row .col.m10 {
    width: 83.33333%;
    margin-left: 0;
  }
  /* line 78, ../sass/components/_grid.scss */
  .row .col.m11 {
    width: 91.66667%;
    margin-left: 0;
  }
  /* line 78, ../sass/components/_grid.scss */
  .row .col.m12 {
    width: 100%;
    margin-left: 0;
  }
  /* line 87, ../sass/components/_grid.scss */
  .row .col.offset-m1 {
    margin-left: 8.33333%;
  }
  /* line 87, ../sass/components/_grid.scss */
  .row .col.offset-m2 {
    margin-left: 16.66667%;
  }
  /* line 87, ../sass/components/_grid.scss */
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  /* line 87, ../sass/components/_grid.scss */
  .row .col.offset-m4 {
    margin-left: 33.33333%;
  }
  /* line 87, ../sass/components/_grid.scss */
  .row .col.offset-m5 {
    margin-left: 41.66667%;
  }
  /* line 87, ../sass/components/_grid.scss */
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  /* line 87, ../sass/components/_grid.scss */
  .row .col.offset-m7 {
    margin-left: 58.33333%;
  }
  /* line 87, ../sass/components/_grid.scss */
  .row .col.offset-m8 {
    margin-left: 66.66667%;
  }
  /* line 87, ../sass/components/_grid.scss */
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  /* line 87, ../sass/components/_grid.scss */
  .row .col.offset-m10 {
    margin-left: 83.33333%;
  }
  /* line 87, ../sass/components/_grid.scss */
  .row .col.offset-m11 {
    margin-left: 91.66667%;
  }
  /* line 87, ../sass/components/_grid.scss */
  .row .col.offset-m12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 993px) {
  /* line 100, ../sass/components/_grid.scss */
  .row .col.l1 {
    width: 8.33333%;
    margin-left: 0;
  }
  /* line 100, ../sass/components/_grid.scss */
  .row .col.l2 {
    width: 16.66667%;
    margin-left: 0;
  }
  /* line 100, ../sass/components/_grid.scss */
  .row .col.l3 {
    width: 25%;
    margin-left: 0;
  }
  /* line 100, ../sass/components/_grid.scss */
  .row .col.l4 {
    width: 33.33333%;
    margin-left: 0;
  }
  /* line 100, ../sass/components/_grid.scss */
  .row .col.l5 {
    width: 41.66667%;
    margin-left: 0;
  }
  /* line 100, ../sass/components/_grid.scss */
  .row .col.l6 {
    width: 50%;
    margin-left: 0;
  }
  /* line 100, ../sass/components/_grid.scss */
  .row .col.l7 {
    width: 58.33333%;
    margin-left: 0;
  }
  /* line 100, ../sass/components/_grid.scss */
  .row .col.l8 {
    width: 66.66667%;
    margin-left: 0;
  }
  /* line 100, ../sass/components/_grid.scss */
  .row .col.l9 {
    width: 75%;
    margin-left: 0;
  }
  /* line 100, ../sass/components/_grid.scss */
  .row .col.l10 {
    width: 83.33333%;
    margin-left: 0;
  }
  /* line 100, ../sass/components/_grid.scss */
  .row .col.l11 {
    width: 91.66667%;
    margin-left: 0;
  }
  /* line 100, ../sass/components/_grid.scss */
  .row .col.l12 {
    width: 100%;
    margin-left: 0;
  }
  /* line 109, ../sass/components/_grid.scss */
  .row .col.offset-l1 {
    margin-left: 8.33333%;
  }
  /* line 109, ../sass/components/_grid.scss */
  .row .col.offset-l2 {
    margin-left: 16.66667%;
  }
  /* line 109, ../sass/components/_grid.scss */
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  /* line 109, ../sass/components/_grid.scss */
  .row .col.offset-l4 {
    margin-left: 33.33333%;
  }
  /* line 109, ../sass/components/_grid.scss */
  .row .col.offset-l5 {
    margin-left: 41.66667%;
  }
  /* line 109, ../sass/components/_grid.scss */
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  /* line 109, ../sass/components/_grid.scss */
  .row .col.offset-l7 {
    margin-left: 58.33333%;
  }
  /* line 109, ../sass/components/_grid.scss */
  .row .col.offset-l8 {
    margin-left: 66.66667%;
  }
  /* line 109, ../sass/components/_grid.scss */
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  /* line 109, ../sass/components/_grid.scss */
  .row .col.offset-l10 {
    margin-left: 83.33333%;
  }
  /* line 109, ../sass/components/_grid.scss */
  .row .col.offset-l11 {
    margin-left: 91.66667%;
  }
  /* line 109, ../sass/components/_grid.scss */
  .row .col.offset-l12 {
    margin-left: 100%;
  }
}

/* line 2, ../sass/components/_responsive.scss */
.burger {
  display: none !important;
}

@media only screen and (min-width: 993px) {
  /* line 8, ../sass/components/_responsive.scss */
  .equipe_container {
    min-width: 840px;
  }
}
@media only screen and (min-width: 641px) {
  /* line 15, ../sass/components/_responsive.scss */
  .navbar {
    display: block !important;
  }

  /* line 20, ../sass/components/_responsive.scss */
  .navbar a:after {
    position: relative;
    content: '';
    display: block;
    top: 2px;
    height: 2px;
    background-color: white;
    width: 0%;
    transition: all 0.5s ease-in-out;
  }
  /* line 35, ../sass/components/_responsive.scss */
  .navbar a:hover:after {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  /* line 46, ../sass/components/_responsive.scss */
  .equipe_container {
    width: 561px !important;
    margin: 0 auto;
  }

  /* line 51, ../sass/components/_responsive.scss */
  h5 {
    margin: 24px 0px !important;
  }

  /* line 55, ../sass/components/_responsive.scss */
  .nav_background {
    width: 150% !important;
    max-width: 1000px;
  }

  /* line 60, ../sass/components/_responsive.scss */
  .navbar ul {
    left: calc(50% - 240px) !important;
  }
  /* line 62, ../sass/components/_responsive.scss */
  .navbar ul li {
    padding: 10px 16px !important;
  }

  /* line 67, ../sass/components/_responsive.scss */
  .header_parallax {
    background-image: url("../img/background_mobile.jpg");
    background-size: cover;
    background-position: bottom center;
  }
  /* line 72, ../sass/components/_responsive.scss */
  .header_parallax img {
    display: none;
  }
  /* line 76, ../sass/components/_responsive.scss */
  .header_parallax .logo {
    position: relative;
    top: -24px;
    left: 0;
    display: flex;
    margin: auto;
    min-width: 300px;
    width: 60%;
    max-width: 420px;
  }
}
@media only screen and (max-width: 641px) {
  /* line 98, ../sass/components/_responsive.scss */
  .nav-min {
    display: block !important;
  }

  /* line 102, ../sass/components/_responsive.scss */
  .nav-max {
    display: none;
  }

  /* line 106, ../sass/components/_responsive.scss */
  .equipe_container {
    width: 300px !important;
    margin: 0 auto;
  }

  /* line 112, ../sass/components/_responsive.scss */
  h3 {
    padding: 0 5% !important;
  }

  /* line 116, ../sass/components/_responsive.scss */
  .timeline {
    display: none;
  }

  /* line 121, ../sass/components/_responsive.scss */
  .burger {
    display: block !important;
    position: fixed !important;
    width: 42px;
    height: 42px;
    top: 18px;
    right: 18px;
    z-index: 20;
  }

  /* line 132, ../sass/components/_responsive.scss */
  .nav_background {
    display: none;
  }

  /* line 137, ../sass/components/_responsive.scss */
  .navbar {
    display: none;
    position: relative;
    width: 100vw;
    height: 100vh;
  }
  /* line 147, ../sass/components/_responsive.scss */
  .navbar ul {
    position: relative;
    padding: 0;
    width: 100vw;
    text-align: center;
    top: 15vh !important;
    left: 0 !important;
  }
  /* line 155, ../sass/components/_responsive.scss */
  .navbar ul li {
    display: block !important;
    padding: 20px 48px !important;
    margin-bottom: 10vh;
    line-height: 2.1rem;
  }
  /* line 161, ../sass/components/_responsive.scss */
  .navbar ul li a {
    z-index: 2;
    font-size: 20px;
  }
  /* line 165, ../sass/components/_responsive.scss */
  .navbar ul li a:after {
    width: 0px !important;
  }
  /* line 173, ../sass/components/_responsive.scss */
  .navbar:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("../img/navbar/BG5.png");
    background-size: cover;
    background-position: top;
    z-index: -5;
  }

  /* line 189, ../sass/components/_responsive.scss */
  .one:before, .two:before, .three:before, .four:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("../img/navbar/BG1.png");
    background-size: cover;
    background-position: top;
    z-index: -1;
  }

  /* line 203, ../sass/components/_responsive.scss */
  .one:before {
    background-image: url("../img/navbar/BG1.png");
    z-index: -1;
  }

  /* line 208, ../sass/components/_responsive.scss */
  .two:before {
    background-image: url("../img/navbar/BG2.png");
    z-index: -2;
  }

  /* line 213, ../sass/components/_responsive.scss */
  .three:before {
    background-image: url("../img/navbar/BG3.png");
    z-index: -3;
  }

  /* line 218, ../sass/components/_responsive.scss */
  .four:before {
    background-image: url("../img/navbar/BG4.png");
    z-index: -4;
  }
}
/* line 5, ../sass/components/_structure.scss */
body {
  overflow-x: hidden !important;
}

/* line 11, ../sass/components/_structure.scss */
#accueil {
  width: 100vw;
  height: 100vh;
}

/* line 16, ../sass/components/_structure.scss */
#projet {
  width: 100vw;
  padding-bottom: 200px;
}

/* line 22, ../sass/components/_structure.scss */
#demonstration {
  width: 100vw;
  padding-bottom: 300px;
}

/* line 28, ../sass/components/_structure.scss */
#equipe {
  width: 100vw;
}

/* line 33, ../sass/components/_structure.scss */
#footer {
  width: 100vw;
  height: 300px;
}

/* line 40, ../sass/components/_structure.scss */
#accueil {
  background-color: #004b51;
}

/* line 47, ../sass/components/_structure.scss */
#projet:before, #demonstration:before, #equipe:before, #footer:before {
  content: '';
  position: absolute;
  background-size: cover;
  background-position: center top;
  height: 300px;
  width: 100%;
  top: -150px;
  left: 0;
  z-index: 10;
}

/* line 60, ../sass/components/_structure.scss */
#projet {
  background-color: #004b51;
}
/* line 62, ../sass/components/_structure.scss */
#projet:before {
  background-image: url("../img/top_day.png");
}

/* line 67, ../sass/components/_structure.scss */
#demonstration {
  background-color: #321c31;
}
/* line 69, ../sass/components/_structure.scss */
#demonstration:before {
  background-image: url("../img/top_evening.png");
}

/* line 74, ../sass/components/_structure.scss */
#equipe {
  background-color: #262a50;
}
/* line 76, ../sass/components/_structure.scss */
#equipe:before {
  background-image: url("../img/top_night.png");
}

/* line 81, ../sass/components/_structure.scss */
#footer {
  background-color: #05050e;
}
/* line 83, ../sass/components/_structure.scss */
#footer:before {
  background-image: url("../img/top_footer.png");
}

/* line 91, ../sass/components/_structure.scss */
.row {
  margin: 0;
}

/* line 95, ../sass/components/_structure.scss */
.content {
  position: relative;
  text-align: center;
  z-index: 15;
  margin-top: 100px;
}

/* line 103, ../sass/components/_structure.scss */
.section {
  padding: 0;
  position: relative;
}

/* line 113, ../sass/components/_structure.scss */
.video_container {
  position: relative;
  padding-bottom: 53.5%;
  padding-top: 30px;
  height: 0;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 24px;
}
/* line 127, ../sass/components/_structure.scss */
.video_container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, ../sass/components/_nav.scss */
.navbar {
  width: 100vw;
  position: fixed;
  z-index: 100;
}
/* line 7, ../sass/components/_nav.scss */
.navbar #nav_background {
  fill: #01272e;
  transition: fill 400ms ease;
}
/* line 12, ../sass/components/_nav.scss */
.navbar .nav_background {
  width: 100vw;
}
/* line 16, ../sass/components/_nav.scss */
.navbar ul {
  position: absolute;
  padding: 0;
  left: calc(50% - 272.5px);
  top: calc(25% - 22.5px);
}
/* line 22, ../sass/components/_nav.scss */
.navbar ul li {
  display: inline-block;
  text-decoration: none;
  padding: 10px 24px;
}

/* line 33, ../sass/components/_nav.scss */
.navbar a {
  font-family: 'brandon_textregular';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

/* line 46, ../sass/components/_nav.scss */
.nav-min {
  display: none;
}
/* line 48, ../sass/components/_nav.scss */
.nav-min a {
  font-size: 18px !important;
}

/* line 59, ../sass/components/_nav.scss */
.wrap {
  margin: 0px;
}

/*
Hamburger Button
*/
/* line 75, ../sass/components/_nav.scss */
.burger {
  z-index: 200;
  transform: scale(1);
  position: absolute;
  display: block;
  width: 30px;
  height: 22px;
  -webkit-touch-callout: none;
  user-select: none;
}
/* line 84, ../sass/components/_nav.scss */
.burger .burger-icon {
  position: absolute;
  width: 30px;
  height: 22px;
}
/* line 88, ../sass/components/_nav.scss */
.burger .burger-icon .burger-container {
  position: relative;
  height: 22px;
  width: 30px;
}
/* line 92, ../sass/components/_nav.scss */
.burger .burger-icon .burger-container .burger-top,
.burger .burger-icon .burger-container .burger-middle,
.burger .burger-icon .burger-container .burger-bottom {
  position: absolute;
  display: block;
  height: 2px;
  width: 30px;
  background: #bde;
}
/* line 101, ../sass/components/_nav.scss */
.burger .burger-icon .burger-container .burger-top {
  top: 0;
  transform-origin: 29px 1px;
}
/* line 105, ../sass/components/_nav.scss */
.burger .burger-icon .burger-container .burger-bottom {
  bottom: 0;
  transform-origin: 29px 1px;
}
/* line 109, ../sass/components/_nav.scss */
.burger .burger-icon .burger-container .burger-middle {
  top: 10px;
}
/* line 115, ../sass/components/_nav.scss */
.burger.is-open .burger-top {
  animation: burger-top-out 0.3s ease-out;
  animation-fill-mode: forwards;
}
/* line 119, ../sass/components/_nav.scss */
.burger.is-open .burger-bottom {
  animation: burger-bottom-out 0.3s ease-out;
  animation-fill-mode: forwards;
}
/* line 123, ../sass/components/_nav.scss */
.burger.is-open .burger-middle {
  animation: burger-middle-out 0.3s ease-out;
  animation-fill-mode: forwards;
}
/* line 129, ../sass/components/_nav.scss */
.burger.is-closed .burger-top {
  animation: burger-top-in 0.3s ease-out;
  animation-fill-mode: forwards;
}
/* line 133, ../sass/components/_nav.scss */
.burger.is-closed .burger-bottom {
  animation: burger-bottom-in 0.3s ease-out;
  animation-fill-mode: forwards;
}
/* line 137, ../sass/components/_nav.scss */
.burger.is-closed .burger-middle {
  animation: burger-middle-in 0.3s ease-out;
  animation-fill-mode: forwards;
}

@keyframes burger-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg);
  }
  100% {
    left: -4px;
    top: 0px;
    transform: rotate(-45deg);
  }
}
@keyframes burger-top-in {
  0% {
    left: -4px;
    top: 0px;
    transform: rotate(-45deg);
  }
  100% {
    left: 0;
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes burger-bottom-out {
  0% {
    left: 0;
    bottom: 0;
    transform: rotate(0deg);
  }
  100% {
    left: -4px;
    bottom: 0px;
    width: 30px;
    transform: rotate(45deg);
  }
}
@keyframes burger-bottom-in {
  0% {
    left: -4px;
    bottom: 0px;
    transform: rotate(45deg);
  }
  100% {
    left: 0;
    bottom: 0;
    transform: rotate(0deg);
  }
}
@keyframes burger-middle-out {
  0% {
    left: 0px;
    width: 30px;
  }
  100% {
    left: 30px;
    width: 0;
  }
}
@keyframes burger-middle-in {
  0% {
    left: 30px;
    width: 0;
  }
  100% {
    left: 0px;
    width: 30px;
  }
}
/* line 3, ../sass/components/_parallax.scss */
.header_parallax {
  position: absolute;
  width: 100vw;
  height: 100vh;
  clip: rect(0px, 100vw, 100vh, 0px);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

/* line 21, ../sass/components/_parallax.scss */
.background {
  position: absolute;
  top: 10%;
  left: 0%;
  width: 120%;
  height: auto;
  z-index: 1;
  font-family: Courier;
}

/* line 29, ../sass/components/_parallax.scss */
.plan {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: 2;
  opacity: 1;
  transform: scale(1.1);
}

/* line 37, ../sass/components/_parallax.scss */
.plan1 {
  top: 15%;
  transform: scale(1);
}

/* line 42, ../sass/components/_parallax.scss */
.plan2 {
  top: 77%;
  transform: scale(1.1);
}

/* line 47, ../sass/components/_parallax.scss */
.plan3 {
  top: 30%;
  transform: scale(1.05);
}

/* line 52, ../sass/components/_parallax.scss */
.plan4 {
  top: 17.5%;
  transform: scale(1.1);
}

/* line 57, ../sass/components/_parallax.scss */
.plan5 {
  top: 17.5%;
  transform: scale(1.2);
}

/* line 62, ../sass/components/_parallax.scss */
.vegetation_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: 3;
  top: -2.5%;
  transform: scale(1.1);
}

/* line 71, ../sass/components/_parallax.scss */
.logo {
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% - 250px);
  width: 500px;
  z-index: 2;
}

/* line 82, ../sass/components/_parallax.scss */
.branding {
  position: absolute;
  text-align: center;
  left: calc(50% - 135px);
  top: 55vh;
  z-index: 15;
}

/* line 2, ../sass/components/_slider.scss */
.slick-slide {
  outline: none !important;
}

/* line 6, ../sass/components/_slider.scss */
.slider {
  text-align: left;
  color: white;
  margin-top: 50px;
  margin-bottom: 80px !important;
}
/* line 15, ../sass/components/_slider.scss */
.slider .pic {
  display: inline-block;
  text-align: center;
  width: 47%;
}
/* line 21, ../sass/components/_slider.scss */
.slider .pic img {
  display: inline-block;
  max-width: 300px;
}
/* line 27, ../sass/components/_slider.scss */
.slider .desc {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin-left: 24px;
}

@media only screen and (max-width: 641px) {
  /* line 42, ../sass/components/_slider.scss */
  .pic {
    display: inline-block;
    text-align: center;
    width: 100% !important;
  }
  /* line 47, ../sass/components/_slider.scss */
  .pic img {
    display: inline-block !important;
  }

  /* line 52, ../sass/components/_slider.scss */
  .desc {
    display: block;
    text-align: center;
    padding: 0 24px;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }
}
/* line 3, ../sass/components/_vertical_parallax.scss */
.vertical_parallax .left {
  position: absolute;
  left: -64px;
  top: 300px;
  height: 100%;
}
/* line 10, ../sass/components/_vertical_parallax.scss */
.vertical_parallax .left img {
  position: relative;
  display: block;
  height: 275px;
  margin-top: -150px;
  transform: rotate(54deg);
}
/* line 23, ../sass/components/_vertical_parallax.scss */
.vertical_parallax .right {
  position: absolute;
  right: -120px;
  top: 300px;
  height: 100%;
}
/* line 30, ../sass/components/_vertical_parallax.scss */
.vertical_parallax .right img {
  position: relative;
  display: block;
  height: 275px;
  margin-top: -150px;
  transform: rotate(-50deg);
}

/* line 45, ../sass/components/_vertical_parallax.scss */
.parallax_night {
  position: relative;
  top: -80px;
}

/* line 50, ../sass/components/_vertical_parallax.scss */
.parallax_dodo {
  position: relative;
  top: -80px;
}

@media only screen and (max-width: 992px) {
  /* line 60, ../sass/components/_vertical_parallax.scss */
  .vertical_parallax {
    display: none;
  }
}
/* line 2, ../sass/components/_horizontal_showcase.scss */
.horizontal_showcase {
  display: none;
}

@media only screen and (min-width: 993px) {
  /* line 9, ../sass/components/_horizontal_showcase.scss */
  .slider {
    display: none !important;
  }

  /* line 13, ../sass/components/_horizontal_showcase.scss */
  .horizontal_showcase {
    display: block !important;
  }
  /* line 16, ../sass/components/_horizontal_showcase.scss */
  .horizontal_showcase .pic_right {
    position: absolute;
    right: 55%;
  }
  /* line 21, ../sass/components/_horizontal_showcase.scss */
  .horizontal_showcase .pic_right img {
    width: 700px;
  }
  /* line 28, ../sass/components/_horizontal_showcase.scss */
  .horizontal_showcase .pic_left {
    position: absolute;
    left: 53.5%;
  }
  /* line 32, ../sass/components/_horizontal_showcase.scss */
  .horizontal_showcase .pic_left img {
    width: 700px;
  }
  /* line 38, ../sass/components/_horizontal_showcase.scss */
  .horizontal_showcase .desc {
    vertical-align: middle;
    position: relative;
    display: block;
    max-width: 350px;
    padding-top: 200px;
  }
  /* line 49, ../sass/components/_horizontal_showcase.scss */
  .horizontal_showcase .desc_right {
    text-align: left;
    left: 52.5%;
  }
  /* line 56, ../sass/components/_horizontal_showcase.scss */
  .horizontal_showcase .desc_left {
    text-align: right;
    left: -2.5%;
  }
}
/* line 72, ../sass/components/_horizontal_showcase.scss */
.cbp-so-scroller {
  margin-top: 3em;
}

/* line 77, ../sass/components/_horizontal_showcase.scss */
.cbp-so-section {
  margin-bottom: 10em;
}

/* Clear floats of children */
/* line 82, ../sass/components/_horizontal_showcase.scss */
.cbp-so-section:before,
.cbp-so-section:after {
  content: " ";
  display: table;
}

/* line 88, ../sass/components/_horizontal_showcase.scss */
.cbp-so-section:after {
  clear: both;
}

/* Sides */
/* line 95, ../sass/components/_horizontal_showcase.scss */
.cbp-so-side {
  width: 50%;
  float: left;
  margin: 0;
  left: -360px;
  padding: 3em 4%;
  min-height: 12em;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

/* Clear floats of children */
/* line 109, ../sass/components/_horizontal_showcase.scss */
.cbp-so-side:before,
.cbp-so-side:after {
  content: " ";
  display: table;
}

/* line 115, ../sass/components/_horizontal_showcase.scss */
.cbp-so-side:after {
  clear: both;
}

/* line 119, ../sass/components/_horizontal_showcase.scss */
.cbp-so-side-right {
  text-align: left;
}

/* line 123, ../sass/components/_horizontal_showcase.scss */
.cbp-so-side-left {
  text-align: right;
}

/* line 127, ../sass/components/_horizontal_showcase.scss */
.cbp-so-side-right img {
  float: left;
}

/* Initial state (hidden or anything else) */
/* line 136, ../sass/components/_horizontal_showcase.scss */
.cbp-so-init .cbp-so-side {
  opacity: 0;
}

/* line 140, ../sass/components/_horizontal_showcase.scss */
.cbp-so-init .cbp-so-side-left {
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  transform: translateX(80px);
}

/* line 146, ../sass/components/_horizontal_showcase.scss */
.cbp-so-init .cbp-so-side-right {
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  transform: translateX(-80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
/* line 154, ../sass/components/_horizontal_showcase.scss */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

/* Example media queries */
/*@media screen and (max-width: 73.5em) {
	.cbp-so-scroller {
		font-size: 65%;
	}

	.cbp-so-section h2 {
		margin: 0;
	}

	.cbp-so-side img {
		max-width: 120%;
	}
}

@media screen and (max-width: 41.125em) {
	.cbp-so-side {
		float: none;
		width: 100%;
	}

	.cbp-so-side img {
		max-width: 100%;
	}
}
*/
/* line 2, ../sass/components/_timeline.scss */
.timeline {
  position: absolute;
  left: calc(50% - 280px);
  margin-top: 8px;
}

/* line 9, ../sass/components/_timeline.scss */
.timeline button {
  position: relative;
  top: 0;
  display: inline-block;
  font-family: 'brandon_textregular';
  font-weight: lighter;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  background: #321c31;
  border: 1px solid white;
  border-radius: 10px;
  text-shadow: 0px 0px 40px #000;
  transition: all 0.5s;
  margin: 24px 12px;
  outline: none;
}
/* line 33, ../sass/components/_timeline.scss */
.timeline button:hover {
  background-color: white;
  color: #321c31;
}

/* line 41, ../sass/components/_timeline.scss */
.active {
  top: 50px !important;
  background-color: white !important;
  color: #321c31 !important;
}

/* line 49, ../sass/components/_timeline.scss */
#home:before, #panorama:before, #interaction:before, #collection:before {
  content: '';
  position: absolute;
  bottom: 24px;
  margin-top: 28px;
  width: 1px;
  height: 100px;
  background: white;
  z-index: -1;
}

/* line 63, ../sass/components/_timeline.scss */
#home {
  top: -12px;
}
/* line 65, ../sass/components/_timeline.scss */
#home:before {
  margin-left: 26px;
}

/* line 70, ../sass/components/_timeline.scss */
#panorama {
  top: 6px;
}
/* line 72, ../sass/components/_timeline.scss */
#panorama:before {
  margin-left: 23px;
}

/* line 77, ../sass/components/_timeline.scss */
#interaction {
  top: 24px;
}
/* line 79, ../sass/components/_timeline.scss */
#interaction:before {
  margin-left: 45px;
}

/* line 84, ../sass/components/_timeline.scss */
#collection {
  top: -12px;
}
/* line 86, ../sass/components/_timeline.scss */
#collection:before {
  margin-left: 22px;
}

/* line 1, ../sass/components/_equipe.scss */
#equipe .member {
  display: inline-block;
  margin: 48px 30px;
}
/* line 6, ../sass/components/_equipe.scss */
#equipe .member:last-child {
  margin-bottom: 200px;
}
/* line 11, ../sass/components/_equipe.scss */
#equipe .member img {
  max-width: 80px;
}
/* line 15, ../sass/components/_equipe.scss */
#equipe .member h5 {
  margin: 12px 0 0 0;
}
/* line 19, ../sass/components/_equipe.scss */
#equipe .member p {
  color: #a9a9a9;
  margin: 0 0 24px 0;
}
/* line 24, ../sass/components/_equipe.scss */
#equipe .member a {
  font-family: 'brandon_textregular';
  font-weight: lighter;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid white;
  border-radius: 10px;
  text-shadow: 0px 0px 40px #000;
  transition: all 0.5s;
}
/* line 41, ../sass/components/_equipe.scss */
#equipe .member a:hover {
  background-color: white;
  color: #262a50;
}

@font-face {
  font-family: 'brandon_textregular';
  src: url("../font/brandontext-regular_edit-webfont.woff2") format("woff2"), url("../font/brandontext-regular_edit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_textbold';
  src: url("../font/brandontext-bold_edit-webfont.woff2") format("woff2"), url("../font/brandontext-bold_edit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_textlight';
  src: url("../font/brandontext-light_edit-webfont.woff2") format("woff2"), url("../font/brandontext-light_edit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'besomregular';
  src: url("../font/besom_edited-webfont.woff2") format("woff2"), url("../font/besom_edited-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 44, ../sass/components/_fonts.scss */
h2 {
  font-family: 'besomregular';
  font-weight: lighter;
  font-size: 42px;
  line-height: 50px;
  color: white;
  margin: 0;
  margin-top: 40px;
}
/* line 54, ../sass/components/_fonts.scss */
h2:after {
  content: '-';
}

/* line 61, ../sass/components/_fonts.scss */
h3 {
  font-family: 'brandon_textregular';
  font-weight: lighter;
  font-size: 26px;
  line-height: 34px;
  color: white;
  padding: 0 15%;
  margin-top: 0;
}

/* line 73, ../sass/components/_fonts.scss */
.space {
  margin-bottom: 80px;
}

/* line 77, ../sass/components/_fonts.scss */
h4 {
  font-family: 'brandon_textregular';
  font-size: 22px;
  font-weight: lighter;
  color: white;
  text-shadow: 0px 0px 40px #000;
}
/* line 86, ../sass/components/_fonts.scss */
h4 span {
  font-family: 'brandon_textbold';
  font-weight: lighter;
}

/* line 93, ../sass/components/_fonts.scss */
h5 {
  font-family: 'brandon_textbold';
  font-size: 22px;
  font-weight: lighter;
  color: white;
  margin-top: 0;
  margin-bottom: 12px;
}

/* line 104, ../sass/components/_fonts.scss */
h6 {
  font-family: 'besomregular';
  font-weight: lighter;
  font-size: 30px;
  line-height: 40px;
  color: white;
  margin: 12px 0 0 0;
}

/* line 114, ../sass/components/_fonts.scss */
p {
  font-family: 'brandon_textregular';
  font-size: 16px;
  line-height: 24px;
  font-weight: lighter;
  color: white;
}

/* line 125, ../sass/components/_fonts.scss */
.branding a {
  font-family: 'brandon_textbold';
  font-weight: lighter;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  padding: 8px;
  padding-left: 40px;
  padding-right: 40px;
  border: 2px solid white;
  border-radius: 15px;
  text-shadow: 0px 0px 40px #000;
  transition: all 0.6s;
}
/* line 143, ../sass/components/_fonts.scss */
.branding a:hover {
  background-color: white;
  color: #004b51;
}

/* Slider */
/* line 3, ../sass/library/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/library/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/library/slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/library/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/library/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/library/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 48, ../sass/library/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 54, ../sass/library/slick.scss */
.slick-track:after {
  clear: both;
}
/* line 58, ../sass/library/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 62, ../sass/library/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 66, ../sass/library/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 69, ../sass/library/slick.scss */
.slick-slide img {
  display: block;
}
/* line 72, ../sass/library/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 78, ../sass/library/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 82, ../sass/library/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 86, ../sass/library/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 90, ../sass/library/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 96, ../sass/library/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot');
  src: url('/fonts/slick.eot?#iefix') format("embedded-opentype"), url('/fonts/slick.woff') format("woff"), url('/fonts/slick.ttf') format("truetype"), url('/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 63, ../sass/library/slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 81, ../sass/library/slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 85, ../sass/library/slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 89, ../sass/library/slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 92, ../sass/library/slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, ../sass/library/slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 105, ../sass/library/slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 109, ../sass/library/slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 111, ../sass/library/slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, ../sass/library/slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 119, ../sass/library/slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 123, ../sass/library/slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 125, ../sass/library/slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, ../sass/library/slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, ../sass/library/slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 146, ../sass/library/slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 154, ../sass/library/slick-theme.scss */
.slick-dots li button {
  position: absolute;
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 170, ../sass/library/slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 172, ../sass/library/slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 176, ../sass/library/slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 18px;
  line-height: 15px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.5s;
}
/* line 195, ../sass/library/slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75;
  border: 2px solid white;
  border-radius: 50%;
  line-height: 10px;
}
