html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  display: block;
  margin-left: 10vw;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

em {
  font-style: italic;
}

a {
  color: #ff6347;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

i {
  font-style: normal;
  color: #fff;
  em font-style: italic;
}

b {
  font-style: normal;
  color: rgba(255, 69, 0, 0.6);
}

canvas {
  display: block;
}

.introduction {
  background-image: url("https://lacor.info/film/demons_in_paradise/img/large/demons_in_paradise_21.jpg");
  background-position: left center;
}

.un {
  background-image: url("https://lacor.info/film/demons_in_paradise/img/large/demons_in_paradise_11.jpg");
  background-position: left center;
}

.deux {
  background-image: url("https://lacor.info/film/demons_in_paradise/img/large/demons_in_paradise_28.jpg");
  background-position: 20% 60%;
}

.trois {
  background-image: url("https://lacor.info/film/demons_in_paradise/img/large/demons_in_paradise_07.jpg");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.quatre {
  background-image: url("https://lacor.info/film/demons_in_paradise/img/large/demons_in_paradise_20.jpg");
}

.cinq {
  background-image: url("https://lacor.info/film/demons_in_paradise/img/large/demons_in_paradise_34.jpg");
}

#preloader #preloader_logo_wrapper {
  position: absolute;
  width: 12%;
  height: 12%;
  left: 44%;
  top: 44%;
  padding: 16px 0;
  text-align: center;
  overflow: hidden;
}

#preloader #preloader_logo_wrapper svg,
#preloader #preloader_logo_wrapper #container {
  -webkit-transform: scale(1) translate3d(0, 160%, 0);
  transform: scale(1) translate3d(0, 160%, 0);
  opacity: 0;
}

#preloader #preloader_logo_wrapper.active svg,
#preloader #preloader_logo_wrapper.active #container {
  -webkit-transition: -webkit-transform 950ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 950ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  opacity: 1;
}

#preloader #preloader_logo_wrapper.gone svg,
#preloader #preloader_logo_wrapper.gone #container {
  -webkit-transition: -webkit-transform 950ms cubic-bezier(0.74, 0.16, 0.88, 0.19), opacity 900ms cubic-bezier(0.74, 0.16, 0.88, 0.19);
  transition: transform 950ms cubic-bezier(0.74, 0.16, 0.88, 0.19), opacity 900ms cubic-bezier(0.74, 0.16, 0.88, 0.19);
  -webkit-transform: scale(1) translate3d(0, -160%, 0);
  transform: scale(1) translate3d(0, -160%, 0);
  opacity: 0;
}

#preloader #preloader_logo_wrapper #preloader_mky_logo {
  height: 100%;
}

#preloader.gone {
  opacity: 0;
}

html,
body {
  overflow-y: visible;
  overflow-x: hidden;
}

html.scroll_disable,
body.scroll_disable {
  overflow: hidden;
  height: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #000;
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
  font-size: 12px;
}

@media screen and (min-width: 374px) {
  body {
    font-size: calc(12px + 4 * ((100vw - 374px) / 706));
  }
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

a:link,
a:visited {
  color: #ff6347;
}

a:hover,
a:active {
  color: #fff;
}

::-moz-selection {
  background: #d3d1cd;
}

::selection {
  background: #d3d1cd;
}

.bg_video_wrapper {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 1;
}

.bg_video_wrapper.case_study-active {
  display: none;
}

.bg_video {
  min-width: 100%;
  min-height: 100%;
  display: block;
}

#mky_logo_wrapper {
  position: fixed;
  z-index: 98;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 80px;
}

#mky_logo_wrapper .mky_logo_link {
  display: block;
  position: relative;
  margin-top: 0;
}

#mky_logo_wrapper .mky_logo_link:hover {
  cursor: pointer;
}

#mky_logo_wrapper .mky_logo_link.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0;
}

#mky_logo_wrapper .mky_logo_link.disabled:hover {
  cursor: default;
}

#mky_logo_wrapper .mky_logo_link #mky_logo {
  height: 50px;
  -webkit-transition: height 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: height 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rails {
  position: relative;
  text-align: center;
  width: 80px;
}

.rails:before,
.rails:after {
  background-color: #ff6347;
  border-radius: 4px;
  content: '';
  display: block;
  float: left;
  height: 40px;
  transform-origin: bottom;
  transform: skewX(-27deg);
  width: 3px;
}

.rails:after {
  float: right;
  transform: skewX(27deg);
}

.ties {
  animation: track 1s infinite linear;
  background-color: #f00;
  border-radius: 4px;
  display: inline-block;
  height: 3px;
  opacity: 0;
  position: absolute;
  top: 89%;
  transform: translateX(-52%);
}

.ties:nth-child(2) {
  animation-delay: -0.333s;
}

.ties:nth-child(3) {
  animation-delay: -0.666s;
}

.train {
  animation: train 10.5s infinite cubic-bezier(0.165, -0.84, 0.44, 1);
  background-color: #f00;
  border-radius: 10px;
  height: 60px;
  position: relative;
  top: 1px;
  width: 60px;
}

.windows {
  background-color: #ffff80;
  border-radius: 4px;
  height: 23px;
  margin: 1px auto 0 auto;
  position: relative;
  top: 12px;
  width: 80%;
  filter: blur(1px);
}

.windows:before {
  background-color: #ffff80;
  border-radius: 3px;
  content: '';
  display: block;
  height: 5px;
  left: calc(50% - 7.5px);
  position: absolute;
  top: -8px;
  width: 15px;
}

.lights:before,
.lights:after {
  background-color: #ffff80;
  filter: blur(2px);
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  left: 10%;
  position: absolute;
  top: 70%;
  width: 12px;
  animation: bright 3.5s infinite cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lights:after {
  left: 71%;
}

#container {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-flow: column nowrap;
  height: 100px;
  justify-content: center;
  transform: scale(0.45);
}

#footnote_wrapper {
  position: fixed;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 80;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-transition: opacity 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

#footnote_wrapper #footnote {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Open sans condensed', sans-serif;
  font-size: 0.64em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25em;
  line-height: 1.2em;
  opacity: 0.7;
}

#footnote_wrapper.active {
  opacity: 1;
}

.nav_button {
  position: fixed;
  z-index: 99;
  top: 8%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 750ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 750ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 1100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: scale(1) translate3d(0, 100%, 0);
  transform: scale(1) translate3d(0, 100%, 0);
}

.nav_button.grey p {
  color: #888;
  font-size: 0.9em;
}

.nav_button.grey p span {
  border-color: #888;
}

.nav_button.grey ul li {
  background: #888;
}

.nav_button.active {
  font-variant: small-caps;
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, -50%, 0);
  transform: scale(1) translate3d(0, -50%, 0);
}

.nav_button.about_index-active {
  opacity: 0;
  cursor: default;
}

.button_index {
  left: 5%;
}

.button_index ul {
  display: block;
  width: 30px;
  height: 20px;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button_index ul li {
  background: $bg_index;
  -webkit-transition: width 450ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 200ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1), background 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 450ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 200ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1), background 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 30px;
}

.button_index ul li:nth-child(1) {
  height: 3px;
  margin: 0 auto 3px;
}

.button_index ul li:nth-child(2) {
  height: 2px;
  margin: 0 auto 4px;
}

.button_index ul li:nth-child(3) {
  height: 1px;
  margin: 0 auto 4px;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.button_index ul li:nth-child(4) {
  height: 1px;
  margin: 0 auto;
}

.button_index ul li:nth-child(5),
.button_index ul li:nth-child(6) {
  position: absolute;
  top: 8px;
  height: 2px;
  opacity: 0;
}

@media only screen and (min-width: 770px) {
  .button_index:hover ul li:nth-child(1) {
    width: 16px;
  }
  .button_index:hover ul li:nth-child(2) {
    width: 24px;
    opacity: 0.3;
  }
  .button_index:hover ul li:nth-child(3) {
    width: 18px;
    opacity: 0.3;
  }
  .button_index:hover ul li:nth-child(4) {
    width: 10px;
    opacity: 0.3;
  }
}

.button_index.index-active {
  cursor: pointer;
}

.button_index.index-active ul li:nth-child(1),
.button_index.index-active ul li:nth-child(2),
.button_index.index-active ul li:nth-child(3),
.button_index.index-active ul li:nth-child(4) {
  -webkit-transition: width 140ms linear;
  transition: width 140ms linear;
  opacity: 0;
  width: 0;
}

.button_index.index-active ul li:nth-child(5) {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.button_index.index-active ul li:nth-child(6) {
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (min-width: 770px) {
  .button_index.index-active:hover ul li {
    opacity: 1;
  }
  .button_index.index-active:hover ul li:nth-child(5) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button_index.index-active:hover ul li:nth-child(6) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.button_about {
  right: 5%;
  height: 20px;
}

.button_about p {
  margin: 3px 0 0;
  font-family: 'Open sans condensed', sans-serif;
  font-size: 1.14em;
  color: #fff;
  -webkit-transition: color 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 660ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 660ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}

@media only screen and (min-width: 770px) {
  .button_about p span {
    border-color: #fff;
    border-width: 0 0 2px;
    border-style: solid;
  }
}

.button_about ul {
  display: block;
  width: 30px;
  height: 20px;
  margin: 0 auto;
}

.button_about ul li {
  background: #fff;
  width: 30px;
  position: absolute;
  top: 8px;
  height: 2px;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 200ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media only screen and (min-width: 770px) {
  .button_about:hover p {
    opacity: 0.3;
  }
}

.button_about.about-active {
  cursor: pointer;
}

.button_about.about-active p {
  opacity: 0;
}

.button_about.about-active ul li {
  opacity: 1;
}

.button_about.about-active ul li:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.button_about.about-active ul li:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (min-width: 770px) {
  .button_about.about-active:hover ul li:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button_about.about-active:hover ul li:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

#card_info_wrapper {
  text-align: center;
  width: 100%;
  position: fixed;
  z-index: 4;
  -webkit-transition: border 330ms cubic-bezier(0.38, 0.71, 0.6, 0.95);
  transition: border 330ms cubic-bezier(0.38, 0.71, 0.6, 0.95);
  border: 0px solid r;
}

#card_info_wrapper.border_on {
  -webkit-transition: border 430ms cubic-bezier(0.38, 0.71, 0.6, 0.95);
  transition: border 430ms cubic-bezier(0.38, 0.71, 0.6, 0.95);
  border: 8px solid rgba(255, 255, 255, 0.7);
}

#card_info_window {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  overflow: hidden;
}

.info_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
  -webkit-transform: scale(1) translate3d(0, 130%, 0);
  transform: scale(1) translate3d(0, 130%, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.info_wrapper .card_info {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info_wrapper .card_info h1,
.info_wrapper .card_info h2,
.info_wrapper .card_info .button_discover_wrapper,
.info_wrapper .card_info .swipe_indicator_wrapper {
  -webkit-transition: opacity 1.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1) translate3d(0, -20px, 0);
  transform: scale(1) translate3d(0, -20px, 0);
  opacity: 0;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.info_wrapper .card_info h1 {
  font-family: 'PT sans narrow', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 26px 0;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
  cursor: default;
}

.info_wrapper .card_info .button_discover_wrapper {
  position: relative;
  width: 460px;
  height: 48px;
  margin: 0 auto;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.info_wrapper .card_info .button_discover_wrapper .button_discover {
  font-family: 'Open sans condensed', sans-serif;
  font-size: 1.3em;
  letter-spacing: 2px;
  font-variant: small-caps;
  color: #fff;
  -webkit-transition: letter-spacing 940ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: letter-spacing 940ms cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 4px 0 0 10px;
}

.info_wrapper .card_info .button_discover_wrapper a,
.info_wrapper .card_info .button_discover_wrapper ul {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
  height: 48px;
}

.info_wrapper .card_info .button_discover_wrapper ul {
  top: 4px;
}

.info_wrapper .card_info .button_discover_wrapper ul li {
  display: block;
  position: absolute;
  height: 2px;
  width: 3px;
  opacity: 1;
  top: 4px;
  background: #fff;
  -webkit-transition: width 840ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), left 940ms cubic-bezier(0.165, 0.84, 0.44, 1), right 940ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 840ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1), left 940ms cubic-bezier(0.165, 0.84, 0.44, 1), right 940ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.info_wrapper .card_info .button_discover_wrapper ul li:nth-child(1) {
  left: 0;
}

.info_wrapper .card_info .button_discover_wrapper ul li:nth-child(2) {
  right: 0;
}

@media only screen and (min-width: 770px) {
  .info_wrapper .card_info .button_discover_wrapper:hover ul li {
    width: 95px;
    opacity: 0.1;
  }
  .info_wrapper .card_info .button_discover_wrapper:hover ul li:nth-child(1) {
    left: 20px;
  }
  .info_wrapper .card_info .button_discover_wrapper:hover ul li:nth-child(2) {
    right: 20px;
  }
  .info_wrapper .card_info .button_discover_wrapper:hover .button_discover {
    letter-spacing: 0.45em;
  }
}

.info_wrapper .card_info .swipe_indicator_wrapper {
  visibility: hidden;
  display: block;
  position: relative;
  height: 4rem;
  width: 50%;
  margin: 2rem auto 0;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
  opacity: 0;
}

.info_wrapper .card_info .swipe_indicator_wrapper .swipe_indicator {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border: 1px solid #fff;
}

.info_wrapper.current {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  z-index: 7;
}

.info_wrapper.current .card_info.active h1,
.info_wrapper.current .card_info.active h2,
.info_wrapper.current .card_info.active .button_discover_wrapper,
.info_wrapper.current .card_info.active .swipe_indicator_wrapper {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  opacity: 1;
  display: block;
}

.info_wrapper.current .card_info.active .swipe_indicator_wrapper .swipe_indicator {
  -webkit-animation: swipeIndicator 1.6s infinite;
  animation: swipeIndicator 1.6s infinite;
}

.info_wrapper.current .card_info.active.index-active h1,
.info_wrapper.current .card_info.active.index-active h2,
.info_wrapper.current .card_info.active.index-active .button_discover_wrapper,
.info_wrapper.current .card_info.active.index-active .swipe_indicator_wrapper,
.info_wrapper.current .card_info.active.case_study-active h1,
.info_wrapper.current .card_info.active.case_study-active h2,
.info_wrapper.current .card_info.active.case_study-active .button_discover_wrapper,
.info_wrapper.current .card_info.active.case_study-active .swipe_indicator_wrapper {
  -webkit-transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1) translate3d(0, 20px, 0);
  transform: scale(1) translate3d(0, 20px, 0);
  opacity: 0;
}

.info_wrapper.current .card_info.active.index-active h1,
.info_wrapper.current .card_info.active.case_study-active h1 {
  -webkit-transition-delay: 360ms;
  transition-delay: 360ms;
}

.info_wrapper.current .card_info.active.index-active h2,
.info_wrapper.current .card_info.active.index-active .button_discover_wrapper,
.info_wrapper.current .card_info.active.case_study-active h2,
.info_wrapper.current .card_info.active.case_study-active .button_discover_wrapper {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.info_wrapper.prev .card_info.active h1,
.info_wrapper.prev .card_info.active h2,
.info_wrapper.prev .card_info.active .button_discover_wrapper,
.info_wrapper.next .card_info.active h1,
.info_wrapper.next .card_info.active h2,
.info_wrapper.next .card_info.active .button_discover_wrapper {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.info_wrapper.prev {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transform: scale(1) translate3d(0, -130%, 0);
  transform: scale(1) translate3d(0, -130%, 0);
  z-index: 6;
}

.info_wrapper.next {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transform: scale(1) translate3d(0, 130%, 0);
  transform: scale(1) translate3d(0, 130%, 0);
  z-index: 5;
}

#card_wrapper {
  position: fixed;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 1700ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1700ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}

#card_wrapper #loader_wrapper {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  -webkit-transition: opacity 330ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 330ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

#card_wrapper #loader_wrapper.loading {
  opacity: 1;
}

#card_wrapper #loader_wrapper #loader {
  height: 1px;
  background: #fff;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  opacity: 0.6;
}

#card_wrapper #loader_wrapper #loader.loading {
  -webkit-animation: loader 2s infinite;
  animation: loader 2s infinite;
}

#card_wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2;
  -webkit-transition: opacity 1100ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1100ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.3;
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  transform: scale(1.1) translate3d(0, 0, 0);
}

#card_wrapper .overlay.case_study-active {
  opacity: 0.5;
}

#card_wrapper .card {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  text-align: center;
  will-change: transform;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(1.05) translate3d(0, 100%, 0);
  transform: scale(1.05) translate3d(0, 100%, 0);
}

#card_wrapper .card.current {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transform: scale(1.05) translate3d(0, 0, 0);
  transform: scale(1.05) translate3d(0, 0, 0);
  z-index: 1;
  opacity: 1;
}

#card_wrapper .card.prev {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transform: scale(1.05) translate3d(0, -100%, 0);
  transform: scale(1.05) translate3d(0, -100%, 0);
  z-index: -1;
  opacity: 0;
}

#card_wrapper .card.next {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transform: scale(1.05) translate3d(0, 100%, 0);
  transform: scale(1.05) translate3d(0, 100%, 0);
  z-index: -2;
  opacity: 0;
}

#card_wrapper.active {
  opacity: 1;
  -webkit-transform: scale(0.7) translate3d(0, 0, 0);
  transform: scale(0.7) translate3d(0, 0, 0);
}

#card_wrapper.active.index-active {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}

#card_wrapper.active.case_study-active {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}

.button_prev,
.button_next {
  position: fixed;
  top: 50%;
  z-index: 10;
  width: 100px;
  height: 30px;
  cursor: default;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
}

.button_prev a,
.button_next a {
  position: absolute;
  top: 10px;
  font-family: 'Open sans condensed', sans-serif;
  font-size: 0.93em;
  letter-spacing: 0.64em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button_prev ul,
.button_next ul {
  position: absolute;
  top: 14px;
}

.button_prev ul li,
.button_next ul li {
  float: left;
  height: 2px;
  background: #fff;
  -webkit-transition: margin 300ms cubic-bezier(0.165, 0.84, 0.44, 1), width 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin 300ms cubic-bezier(0.165, 0.84, 0.44, 1), width 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0 2px 0 0;
  opacity: 1;
}

.button_prev {
  left: 11%;
  -webkit-transform: translate3d(-60px, 0, 0);
  transform: translate3d(-60px, 0, 0);
}

.button_prev a {
  right: 0;
}

.button_prev ul {
  left: 0;
}

.button_prev ul li:nth-child(n+4) {
  width: 2px;
}

.button_prev ul li:nth-child(-n+3) {
  width: 1px;
}

.button_prev:hover a {
  right: 12px;
}

.button_prev:hover ul li {
  margin: 0;
  width: 16px;
  opacity: 0.1;
}

.button_prev.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  cursor: pointer;
}

.button_next {
  right: 11%;
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
}

.button_next a {
  left: 0;
}

.button_next ul {
  right: 0;
}

.button_next ul li:nth-child(-n+3) {
  width: 2px;
}

.button_next ul li:nth-child(n+4) {
  width: 1px;
}

.button_next:hover a {
  left: 21px;
}

.button_next:hover ul li {
  margin: 0;
  width: 16px;
  opacity: 0.1;
}

.button_next.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  cursor: pointer;
}

#index_wrapper {
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s linear 0.6s;
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s linear 0.6s;
  opacity: 0;
  visibility: hidden;
}

#index_wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 51;
  background: #000;
  opacity: 0.92;
  -webkit-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#index_wrapper .index {
  position: relative;
  top: 50%;
  z-index: 55;
  -webkit-transition: -webkit-transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1) translate3d(0, -55%, 0);
  transform: scale(1) translate3d(0, -55%, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#index_wrapper .index h1 {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1) translate3d(0, 10px, 0);
  transform: scale(1) translate3d(0, 10px, 0);
  font-family: 'PT sans narrow', sans-serif;
  font-size: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.6;
  margin: 0 0 3.2rem;
  display: block;
}

#index_wrapper .index h1 a {
  -webkit-transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 10ms;
  transition-delay: 10ms;
  color: #fff;
}

#index_wrapper .index h1 a span {
  -webkit-transition: opacity 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  height: 1px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 60%;
}

#index_wrapper .index h1 a:link,
#index_wrapper .index h1 a:visited {
  opacity: 0.5;
}

#index_wrapper .index h1 a:link span,
#index_wrapper .index h1 a:visited span {
  opacity: 0;
}

@media only screen and (min-width: 770px) {
  #index_wrapper .index h1 a:hover,
  #index_wrapper .index h1 a a:active {
    opacity: 1;
  }
  #index_wrapper .index h1 a:hover span,
  #index_wrapper .index h1 a a:active span {
    opacity: 0.5;
  }
}

#index_wrapper .index h1 ::before {
  font-family: 'Open sans condensed', sans-serif;
  font-size: 0.93em;
  letter-spacing: 0.4em;
  position: relative;
  top: -27px;
  left: -8px;
  color: rgba(255, 99, 71, 0.9);
}

#index_wrapper .index h1:nth-child(2)>::before {
  content: "";
}

#index_wrapper .index h1:nth-child(3)>::before {
  content: "01 /";
}

#index_wrapper .index h1:nth-child(4)>::before {
  content: "02 /";
}

#index_wrapper .index h1:nth-child(5)>::before {
  content: "03 /";
}

#index_wrapper .index h1:nth-child(6)>::before {
  content: "";
}

#index_wrapper .index h2 {
  font-family: 'Open sans condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-size: 1em;
  line-height: 1.1;
  margin: 0 0 3.5rem;
}

#index_wrapper .index h2:after {
  content: "\A par Anthony Goreau-Ponceaud";
  white-space: pre;
  font-size: 0.9em;
  color: rgba(255, 99, 71, 0.5);
}

#index_wrapper.index-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s linear 0s;
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s linear 0s;
}

#index_wrapper.index-active .index {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
  -webkit-transform: scale(1) translate3d(0, -51%, 0);
  transform: scale(1) translate3d(0, -51%, 0);
}

#index_wrapper.index-active .index h1 {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}

#index_wrapper.index-active .index h1:nth-child(1) {
  -webkit-transition-delay: 106.6ms;
  transition-delay: 106.6ms;
}

#index_wrapper.index-active .index h1:nth-child(2) {
  -webkit-transition-delay: 126.4ms;
  transition-delay: 126.4ms;
}

#index_wrapper.index-active .index h1:nth-child(3) {
  -webkit-transition-delay: 159.4ms;
  transition-delay: 159.4ms;
}

#index_wrapper.index-active .index h1:nth-child(4) {
  -webkit-transition-delay: 205.6ms;
  transition-delay: 205.6ms;
}

#index_wrapper.index-active .index h1:nth-child(5) {
  -webkit-transition-delay: 265ms;
  transition-delay: 265ms;
}

#about_me_wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: #000;
  -webkit-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s linear 0.6s;
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s linear 0.6s;
  opacity: 0;
  visibility: hidden;
}

#about_me_wrapper .photo {
  position: absolute;
  z-index: 81;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("https://www.lacor.info/film/demons_in_paradise/img/large/jude_ratnam.jpg") no-repeat;
  background-size: cover;
  background-position: left center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1.2) translate3d(0, 0, 0);
  transform: scale(1.2) translate3d(0, 0, 0);
  opacity: 0;
}

#about_me_wrapper .overlay {
  position: absolute;
  z-index: 80;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  display: none;
}

#about_me_wrapper #about_me {
  z-index: 85;
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#about_me_wrapper #about_me .short_bio,
#about_me_wrapper #about_me ul {
  -webkit-transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.5;
}

#about_me_wrapper #about_me .short_bio {
  width: 60%;
  position: relative;
  margin-left: 20%;
  padding: 15vh 0 0;
  max-width: 900px;
}

#about_me_wrapper #about_me .short_bio {
  font-family: 'PT sans narrow', sans-serif;
  letter-spacing: 1px;
}

#about_me_wrapper #about_me .short_bio h1 {
  font-size: 2em;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0.5em;
}

#about_me_wrapper #about_me .short_bio p {
  font-size: 1em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 1em;
}

#about_me_wrapper #about_me .short_bio .fh {
  font-family: 'PT sans narrow', sans-serif;
  font-size: 0.8em;
  text-align: center;
  line-height: 1.3;
  color: #ff6347;
}

#about_me_wrapper #about_me .short_bio p a {
  color: #fff;
  -webkit-transition: color 10s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 10s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: 2px solid #fff;
}

#about_me_wrapper #about_me .short_bio p a:hover,
#about_me_wrapper #about_me .short_bio p a:active {
  color: #181819;
}

#about_me_wrapper #about_me .short_bio p:hover {
  cursor: default;
}

#about_me_wrapper #about_me ul {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#about_me_wrapper #about_me ul li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 40px;
  z-index: 100;
  text-align: center;
}

#about_me_wrapper #about_me ul li:nth-last-child(1) {
  margin-right: 0;
}

#about_me_wrapper #about_me ul li a {
  font-family: 'PT sans narrow', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: color 10s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 10s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 6px;
  font-size: 0.43em;
}

#about_me_wrapper #about_me ul li a:hover {
  color: #ff6347;
}

#about_me_wrapper #about_me ul li a.social_link {
  text-transform: uppercase;
  letter-spacing: 0.35;
  font-size: 0.43em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#about_me_wrapper #about_me ul li a.contact_info {
  font-size: 0.73em !important;
  letter-spacing: 1pX;
}

#about_me_wrapper #about_me ul li a img {
  display: none;
}

#about_me_wrapper.about-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s linear 0s;
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s linear 0s;
}

#about_me_wrapper.about-active .photo {
  opacity: 0.25;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}

#about_me_wrapper.about-active #about_me .short_bio,
#about_me_wrapper.about-active #about_me ul {
  opacity: 1;
}

#case_study_wrapper {
  width: 100%;
  position: absolute;
  z-index: 30;
  display: none;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}

#case_study_wrapper.active {
  display: block;
  top: 100%;
}

#case_study_wrapper #title_block {
  height: 100%;
}

#case_study_wrapper .case_study p {
  font-family: 'PT sans narrow', sans-serif;
  font-size: 1.2em;
  line-height: 2;
  color: rgba(255, 255, 255, 0.7) !important;
}

#case_study_wrapper .case_study p span {
  font-size: 1.4em;
  letter-spacing: 2px;
  line-height: 1;
  font-variant: small-caps;
}

#case_study_wrapper .case_study a:link,
#case_study_wrapper .case_study a:visited {
  border-style: solid;
  border-width: 0 0 0;
  -webkit-transition: color 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#case_study_wrapper .title_block {
  position: relative;
  clear: both;
  float: left;
  width: 70%;
  margin: 15% 15% 12%;
}

#case_study_wrapper .title_block h1 {
  width: 90%;
  margin: 0 0 2rem;
  font-family: 'Open sans condensed', sans-serif;
  line-height: 1.2;
  font-variant: small-caps;
  text-shadow: 1px 1px 0 #555;
  -webkit-font-smoothing: subpixel-antialiased;
}

#case_study_wrapper .title_block h1 a {
  -webkit-transition: color 10s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 10s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-style: solid;
  border-width: 0 0 20;
}

#case_study_wrapper .title_block p:nth-child(2) {
  margin: 0 0 2rem;
}

#case_study_wrapper .title_block p:nth-child(3) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#case_study_wrapper .title_block p:nth-child(3) span {
  -webkit-transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}

#case_study_wrapper .title_block p:nth-child(3) span:hover,
#case_study_wrapper .title_block p:nth-child(3) span:active {
  cursor: pointer;
  opacity: 0.5;
}

#case_study_wrapper .block_inview,
#case_study_wrapper .block_inview_2,
#case_study_wrapper .block_inview_3,
#case_study_wrapper .block_inview_4,
#case_study_wrapper .block_inview_5 {
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  opacity: 0;
}

#case_study_wrapper .block_inview {
  -webkit-transform: scale(1) translate3d(0, 80px, 0);
  transform: scale(1) translate3d(0, 80px, 0);
}

#case_study_wrapper .block_inview_2 {
  -webkit-transform: scale(1) translate3d(120px, 0, 0);
  transform: scale(1) translate3d(120px, 0, 0);
}

#case_study_wrapper .block_inview_3 {
  -webkit-transform: scale(1) translate3d(-120px, 0, 0);
  transform: scale(1) translate3d(-120px, 0, 0);
}

#case_study_wrapper .block_inview_delay_plus -webkit-transition-delay 360ms {
  transition-delay: 360ms;
}

#case_study_wrapper .block_inview_delay_plus_2 -webkit-transition-delay 460ms {
  transition-delay: 460ms;
}

#case_study_wrapper .block_inview_animated {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  opacity: 1;
}

#case_study_wrapper .credit {
  clear: both;
  text-align: center;
  margin: 15% 0;
}

#case_study_wrapper .credit h1 {
  font-size: 1em;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 4rem;
}

#case_study_wrapper .credit ul {
  width: 100%;
  margin: 0 auto;
}

#case_study_wrapper .credit ul li {
  color: #fff;
  margin: 0 0 1.5rem;
}

#case_study_wrapper .credit ul li a {
  -webkit-transition: color 10s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 10s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 2px;
}

#case_study_wrapper .card_block {
  clear: both;
  position: relative;
  width: 100%;
  background-color: #000;
}

#case_study_wrapper .card_block .next_info {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  text-align: center;
  z-index: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#case_study_wrapper .card_block .next_info h1 {
  font-family: 'PT sans narrow', sans-serif;
  font-size: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #555;
  line-height: 1.6;
  display: block;
}

#case_study_wrapper .card_block .next_info h1:after {
  content: ' ➤';
}

#case_study_wrapper .card_block .next_info h1 a,
#case_study_wrapper .card_block .next_info h1:link,
#case_study_wrapper .card_block .next_info h1:visited,
#case_study_wrapper .card_block .next_info h1:hover,
#case_study_wrapper .card_block .next_info h1:active {
  color: #fff;
}

#case_study_wrapper .card_block .next_info h1 a span,
#case_study_wrapper .card_block .next_info h1:link span,
#case_study_wrapper .card_block .next_info h1:visited span,
#case_study_wrapper .card_block .next_info h1:hover span,
#case_study_wrapper .card_block .next_info h1:active span {
  -webkit-transition: opacity 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  height: 0;
  background: #ff6347;
  left: 0;
  right: 0;
  bottom: 30%;
}

#case_study_wrapper .card_block .next_info a:link span,
#case_study_wrapper .card_block .next_info a:visited span {
  opacity: 0;
}

@media only screen and (min-width: 770px) {
  #case_study_wrapper .card_block .next_info h1 a:hover span,
  #case_study_wrapper .card_block .next_info h1 a:active span {
    opacity: 0.2;
  }
  #case_study_wrapper .card_block .next_info h2 {
    font-family: 'Open sans condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-size: 1em;
    margin: 0 0 1.5rem;
    cursor: default;
  }
  #case_study_wrapper .card_block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.4;
    z-index: 32;
  }
}

article {
  max-width: 60ch;
}

.has-tooltip {
  border-bottom: 1px dotted $body-text-color;
  cursor: help;
  position: relative;
}

.has-tooltip:before,
.has-tooltip:after {
  opacity: 0;
  position: absolute;
  left: 57%;
  transform: translateX(-50%);
  transition: opacity 0.2s cubic-bezier(1, 0, 0, 1);
  visibility: hidden;
}

.has-tooltip:before {
  content: '';
  height: 0;
  margin-left: -0.5em;
  width: 0;
}

.has-tooltip:after {
  background-color: #ff6347;
  border-radius: 4px;
  font-family: 'PT sans narrow', sans-serif;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 0.75rem;
  padding: 0.25em 0.5em;
  transform: translateX(-50%);
  white-space: nowrap;
}

.has-tooltip:hover:before,
.has-tooltip:hover:after {
  opacity: 1;
  visibility: visible;
}

.has-tooltip.tooltip-top:before,
.has-tooltip.tooltip-top:after {
  bottom: 100%;
}

.has-tooltip.tooltip-top:before {
  border-top: 0.5em solid #ff6347;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
}

.has-tooltip.tooltip-top:after {
  margin-bottom: 0.5em;
}

.has-tooltip.tooltip-bottom:before,
.has-tooltip.tooltip-bottom:after {
  top: 100%;
}

.has-tooltip.tooltip-bottom:before {
  border-bottom: 0.5em solid #ff6347;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  bottom: 100%;
}

.has-tooltip.tooltip-bottom:after {
  margin-top: 0.5em;
}

.mini-preview-wrapper {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  margin-top: -4px;
  border: solid 1px #000;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
  transition: z-index steps(1) 0.3s, opacity 0.3s, margin-top 0.3s;
}

a:hover .mini-preview-wrapper {
  z-index: 2;
  opacity: 1;
  margin-top: 6px;
  transition: opacity 0.3s, margin-top 0.3s;
}

.mini-preview-loading,
.mini-preview-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.mini-preview-loading {
  display: table;
  height: 100%;
  width: 100%;
  font-size: 1.25rem;
  text-align: center;
  color: #f5ead4;
  background-color: #59513f;
}

.mini-preview-loading::before {
  content: 'Patientez...';
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.mini-preview-cover {
  background-color: rgba(0, 0, 0, 0);
}

.mini-preview-frame {
  border: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media all and (max-width: 769px) {
  #mky_logo_wrapper .mky_logo_link {
    top: 0;
    left: -45%;
  }
  #mky_logo_wrapper .mky_logo_link #mky_logo {
    height: 40px;
  }
  .nav_button {
    top: 55px;
  }
  .button_index {
    left: 5%;
  }
  .button_about {
    right: 5%;
  }
  #card_info_wrapper.border_on {
    border-width: 6px;
  }
  .info_wrapper .card_info {
    padding: 0 0 20px;
  }
  .info_wrapper .card_info h1 {
    margin: 5rem 0 2rem;
  }
  .info_wrapper .card_info .button_discover_wrapper {
    width: 200px;
  }
  .info_wrapper .card_info .button_discover_wrapper .button_discover {
    font-size: 1em;
    line-height: 1.3;
    letter-spacing: 0.3em;
  }
  .info_wrapper .card_info .button_discover_wrapper a,
  .info_wrapper .card_info .button_discover_wrapper ul {
    width: 190px;
  }
  .info_wrapper .card_info .swipe_indicator_wrapper {
    visibility: visible;
    height: 7rem;
    width: 20%;
    margin: 5rem auto 0;
  }
  .info_wrapper .card_info .swipe_indicator_wrapper .swipe_indicator {
    width: 16px;
    height: 16px;
  }
  #card_wrapper.active {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  #card_wrapper .overlay {
    opacity: 0.4;
  }
  .button_prev,
  .button_next {
    visibility: hidden;
  }
  #index_wrapper .overlay {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  #index_wrapper .index h1 {
    padding: 0 2rem;
  }
  #index_wrapper .index h1 a span {
    height: 0;
  }
  #index_wrapper .index h1 a:link,
  #index_wrapper .index h1 a:visited {
    opacity: 0.6;
  }
  #index_wrapper .index h1 ::before {
    top: -23px;
    left: -6px;
  }
  #about_me_wrapper #about_me .short_bio {
    margin: 2rem auto 4rem;
    padding: 0;
  }
  #about_me_wrapper #about_me ul li a {
    padding: 0;
  }
  #about_me_wrapper #about_me ul li:nth-child(1),
  #about_me_wrapper #about_me ul li:nth-child(2) {
    margin-right: 60px;
  }
  #about_me_wrapper #about_me ul li:nth-child(3) {
    margin-right: 0;
  }
  #about_me_wrapper #about_me ul li:nth-child(4),
  #about_me_wrapper #about_me ul li:nth-child(5) {
    width: 40%;
    margin: 0;
  }
  #about_me_wrapper .photo {
    right: 0;
    background-size: cover;
  }
  #about_me_wrapper .overlay {
    display: block;
    -webkit-transform: scale(2) translate3d(0, 0, 0);
    transform: scale(2) translate3d(0, 0, 0);
  }
  #about_me_wrapper.about-active .photo {
    opacity: 0.2;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  #case_study_wrapper .card_block .next_info h1 {
    font-size: 1.6em;
    letter-spacing: 0.9em;
    line-height: 2.6;
  }
  #case_study_wrapper .card_block .next_info h2 {
    margin: 0 0 2.5rem;
  }
}

@media all and (max-width: 510px) {
  .introduction {
    background-position: center;
  }
  .un {
    background-position: center;
  }
  .deux {
    background-position: center;
  }
  .trois {
    background-position: center;
  }
  .quatre {
    background-position: center;
  }
  .cinq {
    background-position: center;
  }
  #preloader #preloader_logo_wrapper {
    width: 18%;
    height: 18%;
    left: 41%;
    top: 41%;
  }
  #mky_logo_wrapper .mky_logo_link {
    top: 0;
  }
}

#footnote_wrapper #footnote span {
  display: block;
}

.nav_button {
  top: 48px;
}

.button_index {
  left: 30px;
}

.button_about {
  right: 30px;
}

.info_wrapper .card_info {
  padding: 0;
}

.info_wrapper .card_info h1 {
  margin: 3rem 0 2rem;
}

.info_wrapper .card_info .swipe_indicator_wrapper {
  height: 6rem;
  margin: 3rem auto 0;
}

.info_wrapper .card_info .swipe_indicator_wrapper .swipe_indicator {
  width: 12px;
  height: 12px;
}

#index_wrapper .index h1 {
  margin: 0 0 2rem;
}

#index_wrapper .index h1 ::before {
  letter-spacing: 0.2em;
  top: -14px;
  left: -3px;
}

#index_wrapper .index h2 {
  font-size: 0.93em;
  margin: 0 0 2rem;
}

#about_me_wrapper #about_me .short_bio {
  margin: 0.5rem auto 3rem;
}

#about_me_wrapper #about_me ul li {
  margin: 0;
}

#about_me_wrapper #about_me ul li a {
  padding: 0;
}

#about_me_wrapper #about_me ul li a span {
  display: none;
}

#about_me_wrapper #about_me ul li a img {
  display: block;
  width: 26px;
  height: 26px;
}

#about_me_wrapper #about_me ul li:nth-child(1),
#about_me_wrapper #about_me ul li:nth-child(2) {
  margin: 0 20px 0 0;
}

#about_me_wrapper #about_me ul li:nth-child(4),
#about_me_wrapper #about_me ul li:nth-child(5) {
  display: block;
  width: 100%;
  margin: 1rem 0 0;
}

#about_me_wrapper .overlay {
  display: block;
  -webkit-transform: scale(2) translate3d(0, 0, 0);
  transform: scale(2) translate3d(0, 0, 0);
}

#about_me_wrapper.about-active .photo {
  opacity: 0.2;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}

#case_study_wrapper .case_study p {
  line-height: 1.9;
}

#case_study_wrapper .case_study .title_block {
  width: 80%;
  margin: 7rem 10% 3rem;
}

#case_study_wrapper .case_study .title_block h1 {
  width: 100%;
  font-size: 1.4em;
  line-height: 2.3;
  color: #fff;
  font-variant: small-caps;
  letter-spacing: 2px;
}

#case_study_wrapper .case_study .credit {
  margin: 5rem 0;
}

#case_study_wrapper .case_study .credit h1 {
  font-size: 0.93em;
  margin: 0 0 2.5rem;
}

#case_study_wrapper .case_study .credit ul {
  width: 80%;
}

#case_study_wrapper .case_study .credit ul li {
  margin: 0 0 1.2rem;
}

#case_study_wrapper .card_block .next_info {
  padding: 0 5%;
}

#case_study_wrapper .card_block .next_info h1 {
  font-size: 1em;
  letter-spacing: 0.2em;
  line-height: 1.1;
}

#case_study_wrapper .card_block .next_info h2 {
  font-size: 0.93em;
  margin: 0 0 2rem;
}

@media all and (max-width: 374px) {
  #mky_logo_wrapper .mky_logo_link {
    top: 0;
  }
  .nav_button {
    top: 32px;
  }
  .button_index {
    left: 22px;
  }
  .button_about {
    right: 22px;
  }
  .info_wrapper .card_info {
    padding: 0;
  }
  .info_wrapper .card_info h1 {
    margin: 2rem 0 1rem;
  }
  .info_wrapper .card_info .swipe_indicator_wrapper {
    height: 3rem;
    margin: 2rem auto 0;
  }
  .info_wrapper .card_info .swipe_indicator_wrapper .swipe_indicator {
    width: 10px;
    height: 10px;
  }
  #index_wrapper .index h1 {
    margin: 0 0 1.6rem;
  }
  #about_me_wrapper #about_me .short_bio {
    width: 90%;
    margin: 1rem auto;
    padding: 0;
  }
}

#about_me_wrapper #about_me ul li a img {
  width: 22px;
  height: 22px;
}

#about_me_wrapper #about_me ul li:nth-child(1),
#about_me_wrapper #about_me ul li:nth-child(2) {
  margin: 0 15px 0 0;
}

#about_me_wrapper #about_me ul li:nth-child(4),
#about_me_wrapper #about_me ul li:nth-child(5) {
  margin: 10px 0 0;
}

#about_me_wrapper #about_me ul li:nth-child(4) a,
#about_me_wrapper #about_me ul li:nth-child(5) a {
  font-size: 1.26rem;
}

#case_study_wrapper #cs .block_02 {
  clear: both;
  width: 100%;
  margin: 0 0 10% 0;
  padding: 12% 0 10%;
}

#case_study_wrapper #cs .block_02 .screenshot,
width 70% {
  margin: 0 auto;
}

#case_study_wrapper #cs {
  width: 100%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  background: #000;
}

#case_study_wrapper #cs p {
  color: rgba(255, 255, 255, 0.8);
}

#case_study_wrapper #cs p span {
  color: rgba(218, 165, 32, 0.8);
}

#case_study_wrapper #cs .block_01.title_block h1 {
  color: #fff;
}

#case_study_wrapper #cs .block_shadow {
  box-shadow: 0px 10px 20px 0px rgba(91, 88, 82, 0.1);
}

#case_study_wrapper #cs .block_02 .screenshot {
  position: relative;
}

#case_study_wrapper #cs .block_02 .screenshot:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50.0925925926%;
}

#case_study_wrapper #cs .block_02 .screenshot>img,
#case_study_wrapper #cs .block_02 .screenshot>div,
#case_study_wrapper #cs .block_02 .screenshot>video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#case_study_wrapper #cs .block_wrapper_01 {
  position: relative;
  margin: 5rem 0 4rem;
}

#case_study_wrapper #cs .block_wrapper_01:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 42.778%;
}

#case_study_wrapper #cs .block_wrapper_01 .block_03 {
  width: 75%;
  left: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
}

#case_study_wrapper #cs .block_wrapper_01 .block_03:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 44.0740740741%;
}

#case_study_wrapper #cs .block_wrapper_01 .block_03>img,
#case_study_wrapper #cs .block_wrapper_01 .block_03>div,
#case_study_wrapper #cs .block_wrapper_01 .block_03>video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#case_study_wrapper #cs .block_wrapper_01 .block_03 video {
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  transform: scale(1.1) translate3d(0, 0, 0);
}

#case_study_wrapper #cs .block_wrapper_01 .block_04 {
  width: 35%;
  right: 7.5%;
  top: 0;
  position: absolute;
}

#case_study_wrapper #cs .block_wrapper_01 .block_04:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 134.126984127%;
}

#case_study_wrapper #cs .block_wrapper_01 .block_04>img,
#case_study_wrapper #cs .block_wrapper_01 .block_04>div,
#case_study_wrapper #cs .block_wrapper_01 .block_04>video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#case_study_wrapper #cs .block_wrapper_01 .block_info_01 {
  width: 40%;
  float: left;
  margin: 0 0 15% 7.5%;
}

#case_study_wrapper #cs .block_wrapper_01 .block_info_01 p span::before {
  content: " ";
}

#case_study_wrapper #cs .block_wrapper_01 .block_info_02 {
  width: 40%;
  float: right;
  margin: 0 7.5% 15% 0;
}

#case_study_wrapper #cs .block_wrapper_01 .block_info_02 p span::before {
  content: " ";
}

#case_study_wrapper #cs .block_wrapper_01 .block_info_02:before {
  display: block;
  content: "";
  padding-top: 50%;
}

#case_study_wrapper #cs .block_wrapper_01 .block_info_02>img,
#case_study_wrapper #cs .block_wrapper_01 .block_info_02>div,
#case_study_wrapper #cs .block_wrapper_01 .block_info_02>video {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
}

#case_study_wrapper #cs .block_wrapper_01 .block_info_04 {
  clear: both;
  width: 70%;
  float: left;
  margin: 0 15%;
  position: relative;
}

#case_study_wrapper #cs .block_wrapper_01 .block_info_04 p span a {
  color: #fff;
  text-align: center;
  font-size: 0.8em;
}

#case_study_wrapper #cs .block_wrapper_01 .block_info_04:before {
  display: block;
  content: "";
  padding-top: 10%;
}

#case_study_wrapper #cs .block_wrapper_01 .block_info_04>img,
#case_study_wrapper #cs .block_wrapper_01 .block_info_04>div,
#case_study_wrapper #cs .block_wrapper_01 .block_info_04>video {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
}

#case_study_wrapper #cs .block_wrapper_01 .block_05 {
  position: relative;
  clear: both;
  width: 70%;
  margin: 30% 15% 4rem;
  z-index: 38;
  border-style: solid;
  border-width: 1px 0;
  box-shadow: 0px 5px 20px 0px rgba(91, 88, 82, 0.2);
}

#case_study_wrapper #cs .block_wrapper_01 .block_05:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 200%;
}

#case_study_wrapper #cs .block_wrapper_01 .block_05>img,
#case_study_wrapper #cs .block_wrapper_01 .block_05>div,
#case_study_wrapper #cs .block_wrapper_01 .block_05>video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#case_study_wrapper #cs .block_wrapper_02 {
  position: relative;
  clear: both;
  margin: 0 15% 15%;
}

#case_study_wrapper #cs .block_wrapper_02:before,
#case_study_wrapper #cs .block_wrapper_02 display block {
  content: "";
  width: 70%;
  padding-top: 55%;
}

#case_study_wrapper #cs .block_wrapper_02 .block_06 {
  position: relative;
  clear: both;
  width: 90%;
  margin: 0 5% 4rem;
  box-shadow: 0px 5px 20px 0px rgba(91, 88, 82, 0.2);
  padding: 0 1em 2em;
}

#case_study_wrapper #cs .block_wrapper_02 .block_06:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

#case_study_wrapper #cs .block_wrapper_02 .block_06>img,
#case_study_wrapper #cs .block_wrapper_02 .block_06>div,
#case_study_wrapper #cs .block_wrapper_02 .block_06>video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#case_study_wrapper #cs .block_wrapper_02 .block_07 {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 37;
  position: absolute;
}

#case_study_wrapper #cs .block_wrapper_02 .block_07:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 80%;
}

#case_study_wrapper #cs .block_wrapper_02 .block_07>img,
#case_study_wrapper #cs .block_wrapper_02 .block_07>div,
#case_study_wrapper #cs .block_wrapper_02 .block_07>video {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#case_study_wrapper #cs .block_wrapper_02 .block_08 {
  width: 90%;
  bottom: 0;
  left: 5%;
  z-index: 38;
  position: relative;
}

#case_study_wrapper #cs .block_wrapper_02 .block_08 span a {
  color: #fff;
  text-align: center;
  font-size: 0.8em;
}

#case_study_wrapper #cs .block_wrapper_02 .block_08 :before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 5%;
}

#case_study_wrapper #cs .block_wrapper_02 .block_08>img,
#case_study_wrapper #cs .block_wrapper_02 .block_08>div,
#case_study_wrapper #cs .block_wrapper_02 .block_08>video {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
}

#case_study_wrapper #cs .block_wrapper_02 .block_09 {
  width: 35%;
  top: 15%;
  right: 0;
  z-index: 39;
  position: absolute;
}

#case_study_wrapper #cs .block_wrapper_02 .block_09:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 84.126984127%;
}

#case_study_wrapper #cs .block_wrapper_02 .block_09>img,
#case_study_wrapper #cs .block_wrapper_02 .block_09>div,
#case_study_wrapper #cs .block_wrapper_02 .block_09>video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#case_study_wrapper #cs .block_wrapper_02 .block_info_03 {
  width: 27.5%;
  position: absolute;
  top: 82%;
  left: 5%;
}

#case_study_wrapper #cs .block_wrapper_02 .block_info_03 p span::before {
  content: " ";
}

#case_study_wrapper #cs .block_wrapper_03 {
  position: relative;
  clear: both;
  overflow: hidden;
}

#case_study_wrapper #cs .block_wrapper_03:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 122%;
}

#case_study_wrapper #cs .block_10,
#case_study_wrapper #cs .block_11,
#case_study_wrapper #cs .block_12,
#case_study_wrapper #cs .block_13,
#case_study_wrapper #cs .block_14,
#case_study_wrapper #cs .block_15,
#case_study_wrapper #cs .block_16 {
  width: 60%;
  margin: 0 20%;
  position: absolute;
}

#case_study_wrapper #cs .block_10:before,
#case_study_wrapper #cs .block_11:before,
#case_study_wrapper #cs .block_12:before,
#case_study_wrapper #cs .block_13:before,
#case_study_wrapper #cs .block_14:before,
#case_study_wrapper #cs .block_15:before,
#case_study_wrapper #cs .block_16:before {
  content: "";
  width: 100%;
  padding-top: 53.3333333333%;
}

#case_study_wrapper #cs .block_10>img,
#case_study_wrapper #cs .block_11>img,
#case_study_wrapper #cs .block_12>img,
#case_study_wrapper #cs .block_13>img,
#case_study_wrapper #cs .block_14>img,
#case_study_wrapper #cs .block_15>img,
#case_study_wrapper #cs .block_16>img,
#case_study_wrapper #cs .block_10>div,
#case_study_wrapper #cs .block_11>div,
#case_study_wrapper #cs .block_12>div,
#case_study_wrapper #cs .block_13>div,
#case_study_wrapper #cs .block_14>div,
#case_study_wrapper #cs .block_15>div,
#case_study_wrapper #cs .block_16>div,
#case_study_wrapper #cs .block_10>video,
#case_study_wrapper #cs .block_11>video,
#case_study_wrapper #cs .block_12>video,
#case_study_wrapper #cs .block_13>video,
#case_study_wrapper #cs .block_14>video,
#case_study_wrapper #cs .block_15>video,
#case_study_wrapper #cs .block_16>video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#case_study_wrapper #cs .block_10,
#case_study_wrapper #cs .block_11 {
  width: 100%;
  top: 7%;
}

#case_study_wrapper #cs .block_10 {
  left: -20%;
}

#case_study_wrapper #cs .block_11 {
  right: -5%;
}

#case_study_wrapper #cs .block_12,
#case_study_wrapper #cs .block_13,
#case_study_wrapper #cs .block_14 {
  top: 37.2%;
}

#case_study_wrapper #cs .block_12 {
  left: -45%;
}

#case_study_wrapper #cs .block_13 {
  left: 20%;
}

#case_study_wrapper #cs .block_13 img {
  opacity: 0;
}

#case_study_wrapper #cs .block_13 img.active {
  opacity: 1;
}

#case_study_wrapper #cs .block_14 {
  right: -45%;
}

#case_study_wrapper #cs .block_15,
#case_study_wrapper #cs .block_16 {
  top: 67.5%;
}

#case_study_wrapper #cs .block_15 {
  left: -5%;
}

#case_study_wrapper #cs .block_16 {
  left: 60%;
}

@media all and (max-width: 769px) {
  #case_study_wrapper #cs .block_02 .screenshot {
    width: 80%;
    left: 10%;
  }
  #case_study_wrapper #cs .block_wrapper_01 .block_04 {
    width: 40%;
    right: 0;
  }
  #case_study_wrapper #cs .block_wrapper_01 .block_info_01 {
    width: 70%;
    margin: 0 15% 15%;
  }
  #case_study_wrapper #cs .block_wrapper_01 .block_info_02 {
    width: 70%;
    margin: 0 15% 15%;
  }
  #case_study_wrapper #cs .block_wrapper_02:before {
    padding-top: 65%;
  }
  #case_study_wrapper #cs .block_wrapper_02 .block_07 {
    left: 0;
  }
  #case_study_wrapper #cs .block_wrapper_02 .block_08 {
    bottom: 30%;
  }
  #case_study_wrapper #cs .block_wrapper_02 .block_info_03 {
    top: 70%;
    left: 15%;
    width: 70%;
    padding: 4rem 0 0;
  }
  #case_study_wrapper #cs .block_wrapper_03 {
    padding: 2.5rem 0;
  }
  #case_study_wrapper #cs .block_wrapper_03:before {
    display: none;
  }
  #case_study_wrapper #cs .block_10,
  #case_study_wrapper #cs .block_13,
  #case_study_wrapper #cs .block_14,
  #case_study_wrapper #cs .block_15,
  #case_study_wrapper #cs .block_16 {
    width: 90%;
    position: relative;
    margin: 0 auto 8%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #case_study_wrapper #cs .block_10:before,
  #case_study_wrapper #cs .block_13:before,
  #case_study_wrapper #cs .block_14:before,
  #case_study_wrapper #cs .block_15:before,
  #case_study_wrapper #cs .block_16:before {
    width: 100%;
    padding-top: 53.3333333333%;
  }
  #case_study_wrapper #cs .block_10>img,
  #case_study_wrapper #cs .block_13>img,
  #case_study_wrapper #cs .block_14>img,
  #case_study_wrapper #cs .block_15>img,
  #case_study_wrapper #cs .block_16>img,
  #case_study_wrapper #cs .block_10>div,
  #case_study_wrapper #cs .block_13>div,
  #case_study_wrapper #cs .block_14>div,
  #case_study_wrapper #cs .block_15>div,
  #case_study_wrapper #cs .block_16>div,
  #case_study_wrapper #cs .block_10>video,
  #case_study_wrapper #cs .block_13>video,
  #case_study_wrapper #cs .block_14>video,
  #case_study_wrapper #cs .block_15>video,
  #case_study_wrapper #cs .block_16>video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  #case_study_wrapper #cs .block_10:nth-last-child,
  #case_study_wrapper #cs .block_13:nth-last-child,
  #case_study_wrapper #cs .block_14:nth-last-child,
  #case_study_wrapper #cs .block_15:nth-last-child,
  #case_study_wrapper #cs .block_16:nth-last-child {
    margin: 0 auto;
  }
  #case_study_wrapper #cs .block_10,
  #case_study_wrapper #cs .block_12,
  #case_study_wrapper #cs .block_16 {
    display: none;
  }
}

@media all and (max-width: 510px) {
  .nav_button.button_about.grey.active {
    font-size: 1.9em;
  }
  .info_wrapper .card_info .button_discover_wrapper .button_discover,
  font-family $font-family-1,
  font-size 1.3em,
  #case_study_wrapper #cs .block_02 {
    padding: 2.5rem 0;
    margin: 0 0 5rem;
  }
  #case_study_wrapper #cs .block_02 .screenshot {
    width: 90%;
  }
  #case_study_wrapper #cs .block_wrapper_01 {
    margin: 0 0 2rem;
  }
  #case_study_wrapper #cs .block_wrapper_01 .block_05 {
    margin: 0 5% 2rem;
  }
  #case_study_wrapper #cs .block_wrapper_02 {
    margin: 0 0 5rem;
  }
  #case_study_wrapper #cs .block_wrapper_02:before {
    padding-top: 80%;
  }
  #case_study_wrapper #cs .block_07 .block_08,
  #case_study_wrapper #cs left 0 .block_08 {
    width: 40%;
    left: 30%;
    bottom: 35%;
  }
  #case_study_wrapper #cs .block_07 .block_info_03,
  #case_study_wrapper #cs left 0 .block_info_03 {
    width: 80%;
    left: 10%;
    top: 65%;
    padding: 2rem 0 0;
  }
}

.item {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  $color1: rgba(218, 165, 32, 0.5);
  $color2: rgba(255, 99, 71, 0.5);
  background-size: 30px 30px;
}

@-moz-keyframes loader {
  0% {
    width: 0;
    opacity: 0;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
  40%,
  60% {
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
  100% {
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0, 1) translate3d(0, 0, 0);
    transform: scale(0, 1) translate3d(0, 0, 0);
  }
}

@-webkit-keyframes loader {
  0% {
    width: 0;
    opacity: 0;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
  40%,
  60% {
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
  100% {
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0, 1) translate3d(0, 0, 0);
    transform: scale(0, 1) translate3d(0, 0, 0);
  }
}

@-o-keyframes loader {
  0% {
    width: 0;
    opacity: 0;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
  40%,
  60% {
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
  100% {
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0, 1) translate3d(0, 0, 0);
    transform: scale(0, 1) translate3d(0, 0, 0);
  }
}

@keyframes loader {
  0% {
    width: 0;
    opacity: 0;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
  40%,
  60% {
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
  100% {
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0, 1) translate3d(0, 0, 0);
    transform: scale(0, 1) translate3d(0, 0, 0);
  }
}

@-moz-keyframes swipeIndicator {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0%;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes swipeIndicator {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0%;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@-o-keyframes swipeIndicator {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0%;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes swipeIndicator {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0%;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@-moz-keyframes train {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(1.9deg);
  }
  50% {
    transform: rotate(-1.9deg);
  }
  75% {
    transform: rotate(1.9deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes train {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(1.9deg);
  }
  50% {
    transform: rotate(-1.9deg);
  }
  75% {
    transform: rotate(1.9deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@-o-keyframes train {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(1.9deg);
  }
  50% {
    transform: rotate(-1.9deg);
  }
  75% {
    transform: rotate(1.9deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes train {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(1.9deg);
  }
  50% {
    transform: rotate(-1.9deg);
  }
  75% {
    transform: rotate(1.9deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@-moz-keyframes bright {
  25% {
    filter: blur(1px);
  }
  50% {
    filter: blur(4px) brightness(1.2);
  }
  75% {
    filter: blur(1px);
  }
}

@-webkit-keyframes bright {
  25% {
    filter: blur(1px);
  }
  50% {
    filter: blur(4px) brightness(1.2);
  }
  75% {
    filter: blur(1px);
  }
}

@-o-keyframes bright {
  25% {
    filter: blur(1px);
  }
  50% {
    filter: blur(4px) brightness(1.2);
  }
  75% {
    filter: blur(1px);
  }
}

@keyframes bright {
  25% {
    filter: blur(1px);
  }
  50% {
    filter: blur(4px) brightness(1.2);
  }
  75% {
    filter: blur(1px);
  }
}

@-moz-keyframes track {
  0% {
    opacity: 0;
    top: 88%;
    width: 90%;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 0;
    width: 38px;
  }
}

@-webkit-keyframes track {
  0% {
    opacity: 0;
    top: 88%;
    width: 90%;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 0;
    width: 38px;
  }
}

@-o-keyframes track {
  0% {
    opacity: 0;
    top: 88%;
    width: 90%;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 0;
    width: 38px;
  }
}

@keyframes track {
  0% {
    opacity: 0;
    top: 88%;
    width: 90%;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 0;
    width: 38px;
  }
}