/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/css/main.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://use.typekit.net/qux5ist.css");
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

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

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

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

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

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

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

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ------------------------------------------------------ */
/* COLORS
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* MIXIN
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* NOTES
/* ------------------------------------------------------ */
/* BREAK POINTS                                           */
/* ------------------------------------------------------ */
/* CSS EASING ANIMATION
/* ------------------------------------------------------ */
@font-face {
  font-family: 'dinbold';
  src: url("../fonts/din/din-bold-webfont.eot");
  src: url("../fonts/din/din-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din/din-bold-webfont.woff2") format("woff2"), url("../fonts/din/din-bold-webfont.woff") format("woff"), url("../fonts/din/din-bold-webfont.ttf") format("truetype"), url("../fonts/din/din-bold-webfont.svg#dinbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinregular';
  src: url("../fonts/din/din-regu-webfont.eot");
  src: url("../fonts/din/din-regu-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din/din-regu-webfont.woff2") format("woff2"), url("../fonts/din/din-regu-webfont.woff") format("woff"), url("../fonts/din/din-regu-webfont.ttf") format("truetype"), url("../fonts/din/din-regu-webfont.svg#dinbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rockwell-boldregular';
  src: url("../fonts/rockwell/ufonts.com_rockwell-bold-webfont.eot");
  src: url("../fonts/rockwell/ufonts.com_rockwell-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rockwell/ufonts.com_rockwell-bold-webfont.woff2") format("woff2"), url("../fonts/rockwell/ufonts.com_rockwell-bold-webfont.woff") format("woff"), url("../fonts/rockwell/ufonts.com_rockwell-bold-webfont.ttf") format("truetype"), url("../fonts/rockwell/ufonts.com_rockwell-bold-webfont.svg#rockwell-boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ------------------------------------------------------ */
/* LAYOUT
/* ------------------------------------------------------ */
html {
  font-size: 16px;
}

html, body {
  padding: 0;
  margin: 0 auto;
  outline: none;
  background: black;
  width: 100%;
  height: 100%;
}
html.no-scroll, body.no-scroll {
  overflow: hidden;
  height: 100%;
}

#wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
  text-rendering: geometricPrecision;
}
@media screen and (max-width: 767px) {
  #wrapper .no-mobile {
    display: none;
  }
}
#wrapper i {
  font-style: italic;
}
#wrapper strong {
  font-weight: bold;
}
#wrapper h1.title-1,
#wrapper h1.title-2 {
  font-size: 5.2em;
  line-height: .99em;
  color: white;
  letter-spacing: .02em;
}
#wrapper h1.title-1.black,
#wrapper h1.title-2.black {
  color: black;
}
@media screen and (max-height: 1000px) {
  #wrapper h1.title-1 {
    font-size: 5em;
  }
}
@media screen and (max-height: 920px) {
  #wrapper h1.title-1 {
    font-size: 4.5em;
  }
}
@media screen and (max-height: 840px) {
  #wrapper h1.title-1 {
    font-size: 3.7em;
  }
}
@media screen and (max-height: 760px) {
  #wrapper h1.title-1 {
    font-size: 3.4em;
  }
}
@media screen and (max-height: 700px) {
  #wrapper h1.title-1 {
    font-size: 2.7em;
  }
}
#wrapper h1.title-2 {
  letter-spacing: .05em;
}
@media screen and (max-height: 840px) {
  #wrapper h1.title-2 {
    font-size: 5.4em;
  }
}
@media screen and (max-height: 760px) {
  #wrapper h1.title-2 {
    font-size: 4.5em;
  }
}
@media screen and (max-height: 700px) {
  #wrapper h1.title-2 {
    font-size: 3.7em;
  }
}
@media screen and (max-width: 767px) {
  #wrapper h1.title-2 {
    font-size: 1.8em;
  }
}
#wrapper .networks {
  display: block;
  text-align: right;
}
#wrapper .networks li {
  display: inline-block;
  padding: 5px;
}
#wrapper .networks li a {
  display: inline-block;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: -moz-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#wrapper .networks li:hover a {
  -moz-transform: translate3d(0, -12px, 0);
  -webkit-transform: translate3d(0, -12px, 0);
  transform: translate3d(0, -12px, 0);
}
#wrapper .menu-btn {
  display: block;
  position: absolute;
  width: 41px;
  height: 55px;
  overflow: hidden;
  z-index: 3;
}
#wrapper .menu-btn .line {
  display: block;
  width: 31px;
  height: 5px;
  position: absolute;
  left: 5px;
  background: white;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#wrapper .menu-btn .line.line-01 {
  top: 15px;
}
#wrapper .menu-btn .line.line-02 {
  top: 25px;
}
#wrapper .menu-btn .line.line-03 {
  top: 35px;
}
#wrapper .menu-btn .line.line-04 {
  top: 45px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#wrapper .menu-btn.close .line-01 {
  -moz-transform: rotate(-45deg) translate3d(-7px, 7px, 0);
  -ms-transform: rotate(-45deg) translate3d(-7px, 7px, 0);
  -webkit-transform: rotate(-45deg) translate3d(-7px, 7px, 0);
  transform: rotate(-45deg) translate3d(-7px, 7px, 0);
}
#wrapper .menu-btn.close .line-02 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#wrapper .menu-btn.close .line-03 {
  -moz-transform: rotate(45deg) translate3d(-7px, -7px, 0);
  -ms-transform: rotate(45deg) translate3d(-7px, -7px, 0);
  -webkit-transform: rotate(45deg) translate3d(-7px, -7px, 0);
  transform: rotate(45deg) translate3d(-7px, -7px, 0);
}
#wrapper .menu-btn.close .line-04 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#wrapper .menu-btn:hover:not(.close) .line {
  -moz-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
#wrapper .menu-btn:hover:not(.close) .line.line-01 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#wrapper .menu-btn:hover:not(.close) .line.line-04 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#wrapper .menu-btn.black .line {
  background: black;
}
#wrapper #main {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  z-index: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#wrapper #main.p404 {
  position: absolute;
}
#wrapper #main h1 {
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#wrapper #main .btn {
  display: block;
  background: #E7108A;
  font-family: "dinregular", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  width: 552px;
  height: 52px;
  line-height: 52px;
  letter-spacing: .2em;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #wrapper #main .btn {
    width: 90%;
    padding: 5px 15px;
    font-size: .8em;
  }
}
#wrapper #main .btn .hover {
  -moz-transition: width 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: width 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: width 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background: white;
  width: 0;
  position: absolute;
  left: 0;
}
#wrapper #main .btn strong {
  font-family: "dinbold", Arial, Helvetica, sans-serif;
}
#wrapper #main .btn.left {
  float: left;
  text-align: right;
}
#wrapper #main .btn.right {
  float: right;
  text-align: left;
}
#wrapper #main .btn:hover .hover {
  width: 100%;
}

.ie9 #wrapper .menu-btn:hover:not(.close) .line.line-01 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.ie9 #wrapper .menu-btn:hover:not(.close) .line.line-04 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#tarteaucitronRoot.marcelCookieBanner * {
  font-family: "dinregular", Arial, Helvetica, sans-serif !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigBottom {
  padding: 25px 0;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigBottom #tarteaucitronDisclaimerAlert {
  margin-bottom: 25px;
  padding: 0 25px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigBottom #tarteaucitronPersonalize2.tarteaucitronAllow {
  background: #E7108A;
  border: 2px solid #E7108A;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigBottom #tarteaucitronAllDenied2.tarteaucitronDeny {
  background: transparent;
  border: 2px solid white;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigBottom .tarteaucitronCTAButton {
  padding: 15px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigBottom #tarteaucitronCloseAlert {
  all: initial;
  color: white;
  text-decoration: underline;
  cursor: pointer;
  padding: 7px;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
#tarteaucitronRoot .tac_activate .tarteaucitronAllow {
  padding: 15px;
  border-radius: 0;
  border: 2px solid white;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: #E7108A;
  border: 2px solid transparent;
  opacity: 1;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
  background-color: black;
  border: 2px solid white;
  opacity: 1;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronAllow {
  background-color: #E7108A;
  border: 2px solid transparent;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: black;
  border: 2px solid white;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background: #000;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder {
  background: #000;
  border: 2px solid transparent !important;
}
#tarteaucitronRoot #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background: #000;
}
#tarteaucitronRoot #tarteaucitronRoot .tarteaucitronName {
  color: #FFF;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border: 2px solid transparent !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronTitle {
  border-top: 2px solid #E7108A;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronH3, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronListCookies {
  color: #FFF;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  color: #fff;
}
#tarteaucitronRoot #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  background: #E7108A;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronInfo {
  background: black;
  border: none;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
  border-color: #E7108A;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
  border-color: #fff;
}
#tarteaucitronRoot button#tarteaucitronBack {
  background: #000 !important;
}
#tarteaucitronRoot div#tarteaucitronServices {
  box-shadow: none;
}

#header {
  padding: 2em;
  background-color: yellow;
  color: black;
}

#footer {
  background-color: #212121;
  color: white;
  width: 100%;
  height: 205px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer {
    height: 137px;
  }
}
#footer .contact {
  display: block;
  position: absolute;
  left: 63px;
  bottom: 45px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-size: 1.25em;
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
#footer .contact span {
  font-family: "dinregular", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  #footer .contact {
    text-align: center;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 35px;
  }
}
#footer .contact:hover {
  color: #E7108A;
}
#footer .policy {
  font-size: .8125em;
  color: #abaaaa;
  display: block;
  position: absolute;
  right: 70px;
  bottom: 30px;
  text-align: right;
  font-family: "dinregular", Arial, Helvetica, sans-serif;
}
#footer .policy .link {
  text-decoration: none;
  color: inherit;
  transition: color .2s ease;
}
#footer .policy .link:hover {
  color: white;
}
@media screen and (max-width: 767px) {
  #footer .policy {
    width: 100%;
    right: 0;
    bottom: 10px;
    text-align: center;
    font-size: .6em;
  }
  #footer .policy br {
    display: none;
  }
}
#footer .networks {
  position: absolute;
  right: 70px;
  top: 30px;
}
@media screen and (max-width: 767px) {
  #footer .networks {
    width: 100%;
    left: 0;
    top: 30px;
    text-align: center;
  }
}

#wrapper #main #home {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #212121;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #wrapper #main #home .btn {
    height: 30px;
    line-height: 30px;
  }
}
#wrapper #main #home .section {
  width: 100%;
  overflow: hidden;
}
#wrapper #main #home .section.section-1 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#wrapper #main #home .section.section-1 .menu-btn {
  right: 70px;
  top: 60px;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  #wrapper #main #home .section.section-1 .menu-btn {
    right: 15px;
    top: 13px;
  }
}
#wrapper #main #home .section.section-1 .infos .btn {
  position: absolute;
  bottom: 70px;
}
@media screen and (max-width: 767px) {
  #wrapper #main #home .section.section-1 .infos .btn {
    bottom: 40px;
  }
}
#wrapper #main #home .section.section-2 {
  padding-bottom: 80px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #wrapper #main #home .section.section-2 {
    padding-bottom: 62px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #wrapper #main #home .section.section-2 {
    padding-bottom: 40px;
  }
}
#wrapper #main #home .section.section-2.fade {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#wrapper #main #home .section.section-2 .bottom-link {
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #wrapper #main #home .section.section-2 .bottom-link {
    position: relative;
    height: auto;
  }
  #wrapper #main #home .section.section-2 .bottom-link .btn.right {
    margin: 0;
    position: absolute;
    text-align: center;
    float: none;
  }
}
#wrapper #main #home .section.section-2 .grid .desktop,
#wrapper #main #home .section.section-2 .grid .mobile {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #wrapper #main #home .section.section-2 .grid .desktop .type-02 .stats,
  #wrapper #main #home .section.section-2 .grid .mobile .type-02 .stats {
    font-size: 3em;
  }
}
#wrapper #main #home .section.section-2 .grid .desktop {
  display: block;
}
#wrapper #main #home .section.section-2 .grid .mobile {
  display: none;
}
#wrapper #main #home .section.section-2 .grid .mobile .type-02 {
  width: 50%;
}
#wrapper #main #home .section.section-2 .grid .mobile .type-02.col-1, #wrapper #main #home .section.section-2 .grid .mobile .type-02.col2 {
  width: 50%;
}
#wrapper #main #home .section.section-2 .grid .mobile .type-01 {
  width: 100%;
}
#wrapper #main #home .section.section-2 .grid .mobile .type-01.col-1, #wrapper #main #home .section.section-2 .grid .mobile .type-01.col2 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #wrapper #main #home .section.section-2 .grid .desktop {
    display: none;
  }
  #wrapper #main #home .section.section-2 .grid .mobile {
    display: block;
  }
}
#wrapper #main #home .section.section-3 .full-width {
  width: 100%;
  height: auto;
}

.pink-color {
  color: #E7108A;
}

#nav {
  width: 100%;
  height: 100%;
  color: white;
  position: fixed;
  right: -100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #nav {
    right: 0;
    top: -100%;
  }
}
#nav > .menu-btn {
  left: -111px;
  top: 60px;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#nav > .menu-btn.active {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #nav > .menu-btn {
    left: auto;
    right: 15px;
    top: auto;
    bottom: -68px;
  }
}
#nav .fixed-nav-bar,
#nav .nav-bar {
  height: 66px;
  position: relative;
  z-index: 3;
}
#nav .fixed-nav-bar {
  display: inline-block;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#nav .fixed-nav-bar.top {
  -moz-transform: translate3d(-100%, -100%, 0);
  -webkit-transform: translate3d(-100%, -100%, 0);
  transform: translate3d(-100%, -100%, 0);
}
#nav .fixed-nav-bar.active {
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
#nav .fixed-nav-bar.transition {
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#nav .fixed-nav-bar.active.top {
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
#nav .fixed-nav-bar .burger,
#nav .fixed-nav-bar .page-title {
  float: left;
}
#nav .fixed-nav-bar .burger div {
  width: 120px;
  height: 66px;
  background: white;
  position: relative;
  top: 0;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#nav .fixed-nav-bar .burger div .logo {
  display: block;
  width: 41px;
  height: 35px;
  background-size: cover;
  background-image: url(/img/logo-small.png);
  position: absolute;
  left: 15px;
  top: 15px;
}
#nav .fixed-nav-bar .burger div .menu-btn {
  right: 15px;
  top: 6px;
}
#nav .fixed-nav-bar .burger div .menu-btn .line {
  background: black;
}
#nav .fixed-nav-bar.no-title .page-title {
  display: none;
}
#nav .fixed-nav-bar .page-title {
  display: inline-block;
  height: 66px;
  line-height: 66px;
  color: white;
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: .1em;
  border-right: 1px #d5d5d5 solid;
  overflow: hidden;
}
#nav .fixed-nav-bar .page-title > div {
  height: 66px;
  -moz-transform: translate3d(0, -66px, 0);
  -webkit-transform: translate3d(0, -66px, 0);
  transform: translate3d(0, -66px, 0);
}
#nav .fixed-nav-bar .page-title > div .next,
#nav .fixed-nav-bar .page-title > div .curr {
  display: inline-block;
  background-color: white;
  color: #212121;
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  font-size: 1em;
  letter-spacing: .1em;
  padding: 0 20px;
  float: right;
}
#nav .nav-bar {
  width: 100%;
  position: absolute;
  left: -100%;
  -moz-transform: translate3d(0, -66px, 0);
  -webkit-transform: translate3d(0, -66px, 0);
  transform: translate3d(0, -66px, 0);
}
#nav .nav-bar.active {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#nav .nav-bar.transition {
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#nav .nav-bar.work .work-filter {
  display: block;
}
#nav .nav-bar.case .case-bar {
  display: block;
}
#nav .nav-bar.people .people-filter {
  display: block;
}
#nav .nav-bar .case-bar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 120px;
  background: #212121;
}
#nav .nav-bar .case-bar .search {
  position: absolute;
  right: 0;
  top: 0;
}
#nav .nav-bar .case-bar .close {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -moz-transition: background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#nav .nav-bar .case-bar .close > div {
  display: block;
  width: 24px;
  height: 24px;
  margin: 21px auto 0;
  position: relative;
  background-size: 100% auto;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#nav .nav-bar .case-bar .close > div .line {
  background: white;
  position: absolute;
}
#nav .nav-bar .case-bar .close > div .line.line-01 {
  width: 24px;
  height: 2px;
  left: 0;
  top: 11px;
}
#nav .nav-bar .case-bar .close > div .line.line-02 {
  height: 24px;
  width: 2px;
  left: 11px;
  top: 0;
}
#nav .nav-bar .case-bar .close:hover {
  background: #444242;
}
#nav .nav-bar .case-bar .close:hover > div {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
#nav .nav-bar .filter {
  background: #252525;
}
#nav .nav-bar .filter,
#nav .nav-bar .case-bar {
  display: none;
  height: 100%;
  position: relative;
}
#nav .nav-bar .filter > li,
#nav .nav-bar .case-bar > li {
  display: block;
  height: 66px;
  float: left;
}
#nav .nav-bar .filter > li.right,
#nav .nav-bar .case-bar > li.right {
  float: right;
}
#nav .nav-bar .filter > li > a,
#nav .nav-bar .case-bar > li > a {
  display: inline-block;
  line-height: 66px;
  text-transform: uppercase;
  text-decoration: none;
}
#nav .nav-bar .filter > li > a.btn,
#nav .nav-bar .case-bar > li > a.btn {
  text-align: center;
  height: 66px;
  overflow: hidden;
}
#nav .nav-bar .filter > li > a.btn > div,
#nav .nav-bar .case-bar > li > a.btn > div {
  height: 66px;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: -moz-transform 0.18s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.18s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: -webkit-transform 0.18s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.18s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#nav .nav-bar .filter > li > a.btn > div .out,
#nav .nav-bar .filter > li > a.btn > div .over,
#nav .nav-bar .case-bar > li > a.btn > div .out,
#nav .nav-bar .case-bar > li > a.btn > div .over {
  display: block;
  color: white;
}
#nav .nav-bar .filter > li > a.btn > div .out,
#nav .nav-bar .case-bar > li > a.btn > div .out {
  padding: 0 20px;
  font-family: "dinregular", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  letter-spacing: .2em;
}
#nav .nav-bar .filter > li > a.btn > div .over,
#nav .nav-bar .case-bar > li > a.btn > div .over {
  background-color: #E7108A;
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  font-size: 1em;
  letter-spacing: .1em;
  -moz-transform: translate3d(0, -132px, 0);
  -webkit-transform: translate3d(0, -132px, 0);
  transform: translate3d(0, -132px, 0);
  -moz-transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#nav .nav-bar .filter > li > a.btn.arrow > div .out,
#nav .nav-bar .case-bar > li > a.btn.arrow > div .out {
  padding: 0 0 0 35px;
}
#nav .nav-bar .filter > li > a.btn.arrow > div .out .ui,
#nav .nav-bar .case-bar > li > a.btn.arrow > div .out .ui {
  position: relative;
  top: 13px;
}
#nav .nav-bar .filter > li > a.btn.search,
#nav .nav-bar .case-bar > li > a.btn.search {
  border-right: 1px #d5d5d5 solid;
}
#nav .nav-bar .filter > li > a.btn.search > div .out .ui,
#nav .nav-bar .filter > li > a.btn.search > div .over .ui,
#nav .nav-bar .case-bar > li > a.btn.search > div .out .ui,
#nav .nav-bar .case-bar > li > a.btn.search > div .over .ui {
  position: relative;
  top: 11px;
  -moz-transition: all 0.15s easeInOutQuad;
  -o-transition: all 0.15s easeInOutQuad;
  -webkit-transition: all 0.15s easeInOutQuad;
  transition: all 0.15s easeInOutQuad;
  -webkit-filter: invert(0);
  filter: invert(0);
}
#nav .nav-bar .filter > li .sub-list,
#nav .nav-bar .case-bar > li .sub-list {
  display: none;
  width: 100%;
  padding: 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 66px;
  background: rgba(195, 22, 125, 0.9);
  font-family: "dinregular", Arial, Helvetica, sans-serif;
  font-size: 1em;
}
#nav .nav-bar .filter > li .sub-list > ul,
#nav .nav-bar .case-bar > li .sub-list > ul {
  width: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 320px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 18px;
}
#nav .nav-bar .filter > li .sub-list > ul:first-child,
#nav .nav-bar .case-bar > li .sub-list > ul:first-child {
  border-left: 1px solid white;
}
#nav .nav-bar .filter > li .sub-list > ul li,
#nav .nav-bar .case-bar > li .sub-list > ul li {
  display: block;
  width: 170px;
  margin-right: 20px;
  padding: 5px 0 5px 5px;
  background: rgba(255, 255, 255, 0);
  -moz-transition: background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#nav .nav-bar .filter > li .sub-list > ul li a,
#nav .nav-bar .case-bar > li .sub-list > ul li a {
  color: white;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#nav .nav-bar .filter > li .sub-list > ul li:hover,
#nav .nav-bar .case-bar > li .sub-list > ul li:hover {
  background: rgba(255, 255, 255, 0.2);
}
#nav .nav-bar .filter > li .sub-list > ul li:hover a,
#nav .nav-bar .case-bar > li .sub-list > ul li:hover a {
  -moz-transform: translate3d(10px, 0, 0);
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
#nav .nav-bar .filter > li .sub-list.col-1,
#nav .nav-bar .case-bar > li .sub-list.col-1 {
  padding-left: 120px;
}
#nav .nav-bar .filter > li .sub-list.col-2,
#nav .nav-bar .case-bar > li .sub-list.col-2 {
  padding-left: 310px;
}
#nav .nav-bar .filter > li .sub-list.col-3,
#nav .nav-bar .case-bar > li .sub-list.col-3 {
  padding-left: 478px;
}
#nav .nav-bar .filter > li.active > a > div,
#nav .nav-bar .case-bar > li.active > a > div {
  -moz-transform: translate3d(0, 66px, 0);
  -webkit-transform: translate3d(0, 66px, 0);
  transform: translate3d(0, 66px, 0);
}
#nav .nav-bar .filter > li.active > a > div .over,
#nav .nav-bar .case-bar > li.active > a > div .over {
  background-color: white;
  color: #212121;
}
#nav .nav-bar .filter > li.active > a.btn.search > div .over .ui,
#nav .nav-bar .case-bar > li.active > a.btn.search > div .over .ui {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#nav .nav-bar .filter > li.next > a.page-title > div, #nav .nav-bar .filter > li.next > div.page-title > div,
#nav .nav-bar .case-bar > li.next > a.page-title > div,
#nav .nav-bar .case-bar > li.next > div.page-title > div {
  -moz-transform: translate3d(0, 66px, 0);
  -webkit-transform: translate3d(0, 66px, 0);
  transform: translate3d(0, 66px, 0);
}
#nav .nav-bar .filter > li:hover > a.btn > div, #nav .nav-bar .filter > li:hover > div.btn > div,
#nav .nav-bar .case-bar > li:hover > a.btn > div,
#nav .nav-bar .case-bar > li:hover > div.btn > div {
  -moz-transform: translate3d(0, 66px, 0);
  -webkit-transform: translate3d(0, 66px, 0);
  transform: translate3d(0, 66px, 0);
}
#nav .nav-bar .filter > li:hover:not(.active) > a,
#nav .nav-bar .case-bar > li:hover:not(.active) > a {
  background-color: #E7108A;
}
#nav .nav-bar .filter > li:hover .sub-list,
#nav .nav-bar .case-bar > li:hover .sub-list {
  display: block;
}
#nav .menu-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (max-width: 767px) {
  #nav .menu-container {
    -moz-transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
#nav .menu-container .menu {
  display: block;
  width: 43%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: #E7108A;
}
@media screen and (max-width: 1250px) {
  #nav .menu-container .menu {
    width: 60%;
  }
}
@media screen and (max-width: 950px) {
  #nav .menu-container .menu {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  #nav .menu-container .menu {
    width: 100%;
  }
}
#nav .menu-container .menu .pages {
  display: block;
  width: 100%;
  padding-right: 70px;
  position: absolute;
  top: 10.6875em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}
@media screen and (max-height: 920px) {
  #nav .menu-container .menu .pages {
    top: 9.6875em;
  }
}
@media screen and (max-height: 840px) {
  #nav .menu-container .menu .pages {
    top: 9.125em;
  }
}
@media screen and (max-height: 760px) {
  #nav .menu-container .menu .pages {
    top: 7.625em;
  }
}
@media screen and (max-width: 767px) {
  #nav .menu-container .menu .pages {
    top: 5em;
    padding-right: 15px;
  }
}
#nav .menu-container .menu .pages li {
  -moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#nav .menu-container .menu .pages li:nth-child(1) {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#nav .menu-container .menu .pages li:nth-child(2) {
  -moz-transition-delay: 0.07s;
  -o-transition-delay: 0.07s;
  -webkit-transition-delay: 0.07s;
  transition-delay: 0.07s;
}
#nav .menu-container .menu .pages li:nth-child(3) {
  -moz-transition-delay: 0.14s;
  -o-transition-delay: 0.14s;
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}
#nav .menu-container .menu .pages li:nth-child(4) {
  -moz-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
#nav .menu-container .menu .pages li:nth-child(5) {
  -moz-transition-delay: 0.28s;
  -o-transition-delay: 0.28s;
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
#nav .menu-container .menu .pages li a {
  display: block;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  letter-spacing: .05em;
  font-size: 5.2em;
  line-height: 1em;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  float: right;
  clear: right;
}
@media screen and (max-height: 840px) {
  #nav .menu-container .menu .pages li a {
    font-size: 5.4em;
  }
}
@media screen and (max-height: 760px) {
  #nav .menu-container .menu .pages li a {
    font-size: 4.5em;
  }
}
@media screen and (max-height: 700px) {
  #nav .menu-container .menu .pages li a {
    font-size: 3.7em;
  }
}
@media screen and (max-width: 767px) {
  #nav .menu-container .menu .pages li a {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #nav .menu-container .menu .pages li a {
    font-size: 2em;
  }
}

#nav .menu-container .menu .pages li a:not(.inactive):hover, #nav .menu-container .menu .pages li a:not(.inactive).current {
  color: #212121;
}
#nav .menu-container .menu .pages li a.inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
#nav .menu-container .menu .networks {
  position: absolute;
  bottom: 60px;
  right: 70px;
}
@media screen and (max-width: 767px) {
  #nav .menu-container .menu .networks {
    bottom: 25px;
    right: 0;
    width: 100%;
    text-align: center;
  }
}
#nav .overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#nav .overlay.active {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#nav.open .menu-container {
  left: -100%;
}
@media screen and (max-width: 767px) {
  #nav.open .menu-container {
    left: 0;
    top: 100%;
  }
}
#nav.open .menu-container .pages li {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/***************** IE ****************************/
.ie9 #nav .fixed-nav-bar.active {
  left: -220px;
}
.ie9 #nav .menu-btn.close {
  background: url(../img/btn-close.png) center center no-repeat;
}
.ie9 #nav .menu-btn.close .line {
  display: none;
}
.ie9 #nav .menu-btn:hover .line {
  transform: translate3d(0, 0, 0) !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.ie9 #nav .nav-bar.transition {
  display: none;
}
.ie9 #nav .nav-bar.transition.active {
  display: block;
}

#p404 {
  padding: 5% 0 0 0;
  background: #fff;
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}
#p404 h1 {
  letter-spacing: 3px;
  font-size: 3em;
  color: #000;
}
#p404 h1 span {
  font-size: 5em;
}
#p404 p, #p404 a {
  color: #000;
}
#p404 a {
  color: #000;
}

.socials {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/25x25-s07dfdb8ad0.png);
  background-size: 100% auto;
}
.socials.facebook {
  background-position: left top;
}
.socials.instagram-grey {
  background-position: left -25px;
}
.socials.instagram {
  background-position: left -50px;
}
.socials.linkedin {
  background-position: left -75px;
}
.socials.pinterest {
  background-position: left -100px;
}
.socials.twitter-grey {
  background-position: left -125px;
}
.socials.twitter {
  background-position: left -150px;
}
.socials.vimeo {
  background-position: left -175px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  .socials {
    background-image: url(../img/25x25-s07dfdb8ad0-retina.png);
  }
}

.ui {
  display: inline-block;
  width: 41px;
  height: 35px;
  background-image: url(../img/41x35.png);
}
.ui.burger {
  background-position: left top;
}
.ui.burger-white {
  background-position: left -35px;
}
.ui.marcel-logo {
  background-position: left -70px;
}
.ui.close {
  background-position: left -105px;
}
.ui.arrow-1 {
  background-position: left -140px;
}
.ui.search-picto {
  background-position: left -175px;
}

#work {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  #work {
    padding-top: 66px;
  }
}
#work.noMargeTop {
  padding-top: 0;
}
#work .desktop .bloc-top {
  width: 100%;
  height: 666px;
  padding: 4em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-height: 840px) {
  #work .desktop .bloc-top {
    height: 616px;
  }
}
@media screen and (max-height: 760px) {
  #work .desktop .bloc-top {
    height: 566px;
  }
}
@media screen and (max-height: 700px) {
  #work .desktop .bloc-top {
    height: 516px;
  }
}
#work .desktop .bloc-top .infos {
  width: 100%;
  position: relative;
  z-index: 2;
  top: 66px;
}
#work .desktop .bloc-top .infos h1 {
  width: 550px;
}
#work .desktop .bloc-top .btn {
  position: absolute;
  z-index: 2;
  bottom: 70px;
  float: left;
  text-align: right;
  left: 0;
  -moz-transition: -moz-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateX(-100%);
}
#work .desktop .bloc-top .btn.active {
  transform: translateX(0px);
}
#work .desktop .bloc-top .cover-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
#work .desktop .bloc-top .cover-container .cover {
  position: absolute;
}
#work .desktop .bloc-top p {
  font-family: "dinregular", Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 18px 0 32px;
  width: 550px;
}
#work .desktop .bloc-top .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#work .mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  #work .desktop {
    display: none;
  }
  #work > .mobile {
    display: block;
  }
  #work > .mobile .mobile {
    display: block;
  }
  #work > .mobile .mobile .table-cell span {
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
  }
}

.grid {
  position: relative;
  width: 100%;
  height: 100%;
}
.grid em {
  font-style: italic;
  font-weight: normal;
}
.grid b {
  font-weight: bold;
}
.grid .mobile .grid-bloc.col-1, .grid .mobile .grid-bloc.col-2 {
  height: 150px;
}
.grid .grid-bloc {
  position: relative;
  color: white;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}
.grid .grid-bloc.col-1, .grid .grid-bloc.col-2 {
  height: 33%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .grid-bloc.col-1:nth-last-child(1), .grid .grid-bloc.col-1:nth-last-child(2), .grid .grid-bloc.col-1:nth-last-child(3), .grid .grid-bloc.col-2:nth-last-child(1), .grid .grid-bloc.col-2:nth-last-child(2), .grid .grid-bloc.col-2:nth-last-child(3) {
  height: 34%;
}
.grid .grid-bloc.col-1 {
  width: 33.3333333%;
}
.grid .grid-bloc.col-2 {
  width: 66.66666666%;
}
.grid .grid-bloc .block-content {
  height: 100%;
}
.grid .grid-bloc .hover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.grid .grid-bloc .hover .cover-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.grid .grid-bloc .hover .cover-container.hover-effect {
  background: rgba(196, 0, 121, 0.81);
}
.grid .grid-bloc .hover .cover-container.hover-effect img {
  display: none;
}
.grid .grid-bloc .hover .cover-container .cover {
  position: absolute;
}
.grid .grid-bloc .hover .container {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.grid .grid-bloc .hover .container .label {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.grid .grid-bloc .hover .container .label .line {
  display: block;
  margin: 0 auto;
  -moz-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.grid .grid-bloc .hover .container .label .line.line-01 {
  -moz-transform: translate3d(0, -20px, 0);
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.grid .grid-bloc .hover .container .label .line.line-02 {
  -moz-transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.grid .grid-bloc .hover .container .plus {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin-left: -8px;
}
.grid .grid-bloc .hover .container .plus:after, .grid .grid-bloc .hover .container .plus:before {
  content: ' ';
  display: block;
  background: white;
  position: absolute;
}
.grid .grid-bloc .hover .container .plus:after {
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
}
.grid .grid-bloc .hover .container .plus:before {
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}
.grid .grid-bloc .hover .container .shape-container {
  width: 390px;
  height: 2px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
@media screen and (max-width: 1250px) {
  .grid .grid-bloc .hover .container .shape-container {
    width: 90%;
  }
}
.grid .grid-bloc .hover .container .shape-container .streak {
  width: 0;
  height: 2px;
  background: white;
  position: absolute;
  bottom: 0;
  -moz-transition: width 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: width 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: width 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.grid .grid-bloc .hover .container .shape-container .streak.left {
  left: 0;
}
.grid .grid-bloc .hover .container .shape-container .streak.right {
  right: 0;
}
@media screen and (max-width: 1250px) {
  .grid .grid-bloc .hover .container .shape-container .streak {
    width: 0%;
  }
}
.grid .grid-bloc .hover .hover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.grid .grid-bloc .out {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.grid .grid-bloc .out .cover-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.grid .grid-bloc .out .cover-container .cover {
  position: absolute;
}
.grid .grid-bloc .out .table-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.grid .grid-bloc .out .table-wrapper .label {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-shadow: 0px 0px 60px rgba(0, 0, 0, 0.4);
}
.grid .grid-bloc .out .table-wrapper .label.black {
  color: #000;
}
.grid .grid-bloc:hover .hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.grid .grid-bloc:hover .hover .container .label .line {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.grid .grid-bloc:hover .hover .container .shape-container .streak {
  width: 170px;
}
.grid .grid-bloc:hover .hover .container .shape-container .streak.left {
  left: 0;
}
.grid .grid-bloc:hover .hover .container .shape-container .streak.right {
  right: 0;
}
@media screen and (max-width: 1250px) {
  .grid .grid-bloc:hover .hover .container .shape-container .streak {
    width: 45%;
  }
}
.grid .grid-bloc.type-01 .hover .container {
  z-index: 2;
}
.grid .grid-bloc.type-01 .hover .container .label {
  width: 100%;
  font-size: 1.25em;
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  letter-spacing: .07em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1250px) {
  .grid .grid-bloc.type-01 .hover .container .label {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1050px) {
  .grid .grid-bloc.type-01 .hover .container .label {
    font-size: 1em;
  }
}
@media screen and (max-width: 890px) {
  .grid .grid-bloc.type-01 .hover .container .label {
    font-size: .8em;
  }
}
.grid .grid-bloc.type-01 .hover .container .label strong {
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  letter-spacing: .1em;
}
.grid .grid-bloc.type-02 {
  text-decoration: none;
  cursor: auto;
}
.grid .grid-bloc.type-02 .hover {
  padding: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .grid-bloc.type-02 .hover .container {
  position: relative;
  height: 100%;
  z-index: 2;
}
.grid .grid-bloc.type-02 .hover .container .label {
  display: table-cell;
  width: 100%;
  font-size: 1.25em;
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .07em;
}
.grid .grid-bloc.type-02 .hover .container .label strong {
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  letter-spacing: .1em;
}
.grid .grid-bloc.type-02 .hover .container .plus {
  display: none;
}
.grid .grid-bloc.type-02 .hover .container .streak {
  position: absolute;
  background: white;
  -moz-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.grid .grid-bloc.type-02 .hover .container .streak.top {
  height: 2px;
  width: 0;
  left: 0;
  top: 0;
}
.grid .grid-bloc.type-02 .hover .container .streak.bottom-left, .grid .grid-bloc.type-02 .hover .container .streak.bottom-right {
  height: 2px;
  width: 0;
  bottom: 0;
}
.grid .grid-bloc.type-02 .hover .container .streak.left, .grid .grid-bloc.type-02 .hover .container .streak.right {
  height: 0;
  width: 2px;
}
.grid .grid-bloc.type-02 .hover .container .streak.bottom-left {
  left: 0;
}
.grid .grid-bloc.type-02 .hover .container .streak.bottom-right {
  right: 0;
}
.grid .grid-bloc.type-02 .hover .container .streak.left {
  left: 0;
  top: 0;
}
.grid .grid-bloc.type-02 .hover .container .streak.right {
  right: 0;
  bottom: 0;
}
.grid .grid-bloc.type-02:hover .hover .container .streak.top {
  width: 100%;
}
.grid .grid-bloc.type-02:hover .hover .container .streak.bottom-left, .grid .grid-bloc.type-02:hover .hover .container .streak.bottom-right {
  width: 50%;
}
.grid .grid-bloc.type-02:hover .hover .container .streak.left, .grid .grid-bloc.type-02:hover .hover .container .streak.right {
  height: 100%;
}
.grid .grid-bloc.type-02 .out .container {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.grid .grid-bloc.type-02 .out .container .label {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.grid .grid-bloc.type-02 .out .container .label .stats,
.grid .grid-bloc.type-02 .out .container .label .def {
  display: block;
  margin: 0 auto;
}
.grid .grid-bloc.type-02 .out .container .label .stats span {
  font-size: 11.5em;
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  letter-spacing: .05em;
  line-height: .9em;
}
.grid .grid-bloc.type-02 .out .container .label .stats span .per {
  font-size: .5em;
}
@media screen and (max-width: 1050px) {
  .grid .grid-bloc.type-02 .out .container .label .stats span {
    font-size: 10em;
  }
}
@media screen and (max-height: 850px) {
  .grid .grid-bloc.type-02 .out .container .label .stats span {
    font-size: 9em;
  }
}
@media screen and (max-width: 1050px) and (max-height: 850px) {
  .grid .grid-bloc.type-02 .out .container .label .stats span {
    font-size: 9em;
  }
}
@media screen and (max-width: 850px) {
  .grid .grid-bloc.type-02 .out .container .label .stats span {
    font-size: 8em;
    line-height: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  .grid .grid-bloc.type-02 .out .container .label .stats span {
    font-size: 1.5em;
    line-height: 1.1em;
  }
}
.grid .grid-bloc.type-02 .out .container .label .def {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Crimson Text", serif;
  letter-spacing: .3em;
  font-style: italic;
}
.grid .grid-bloc.type-02 .out .container .label .def strong {
  font-style: normal;
}
@media screen and (max-width: 1150px) {
  .grid .grid-bloc.type-02 .out .container .label .def {
    font-size: .8em;
  }
}
@media screen and (max-height: 850px) {
  .grid .grid-bloc.type-02 .out .container .label .def {
    bottom: -60px;
  }
}
@media screen and (max-width: 850px) {
  .grid .grid-bloc.type-02 .out .container .label .def {
    bottom: -50px;
  }
}
.grid .grid-bloc.type-03 {
  display: block;
  background: #212121;
}
.grid .grid-bloc.type-03 .table-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.grid .grid-bloc.type-03 .table-wrapper .label {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "Crimson Text", serif;
  font-size: 1.25em;
}
.grid .grid-bloc.type-03 .table-wrapper .label i {
  color: #E7108A;
  font-style: italic;
  font-weight: bold;
}
.grid .mobile .grid-bloc.type-02:nth-child(2) .out {
  background: white;
  color: #212121;
}
.grid .mobile .grid-bloc.type-01 .container {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 25px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.grid .mobile .grid-bloc.type-01 .container .table-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.grid .mobile .grid-bloc.type-01 .container .table-wrapper .table-cell {
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
}
.grid .mobile .grid-bloc.type-01 .container .table-wrapper .table-cell .line {
  display: block;
  text-transform: uppercase;
}
.grid .mobile .grid-bloc.type-01 .container .table-wrapper .table-cell .line.line-01 {
  font-size: 1.3em;
  letter-spacing: .1em;
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
}
.grid .mobile .grid-bloc.type-01 .container .table-wrapper .table-cell .line.line-02 {
  font-family: "Crimson Text", serif;
}
.grid .mobile .grid-bloc.type-01 .container .table-wrapper .table-cell .stroke {
  display: block;
  width: 50%;
  height: 1px;
  background: white;
  margin-top: 5px;
}
.grid .mobile .grid-bloc.type-01 .out {
  position: relative;
  z-index: 1;
}

#wrapper #main #case {
  padding-top: 66px;
  background: #212121;
  overflow: hidden;
  position: relative;
}
#wrapper #main #case .desktop {
  display: block;
}
#wrapper #main #case .mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  #wrapper #main #case {
    padding-top: 0px;
  }
  #wrapper #main #case .desktop {
    display: none;
  }
  #wrapper #main #case .mobile {
    display: block;
  }
}
#wrapper #main #case .bottom-link {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #wrapper #main #case .bottom-link .btn {
    text-align: center;
    padding: 5px 0;
    width: 100%;
    float: none;
    left: 0;
    margin: 0;
  }
}
#wrapper #main #case .mobile h2 {
  font-size: 1em;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
}
#wrapper #main #case .mobile .sub-bloc {
  padding: 25px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper #main #case .mobile .sub-bloc:nth-child(2) {
  background: #3b3b3b;
}
#wrapper #main #case .mobile .sub-bloc h2:after {
  content: ' ';
  display: block;
  width: 15px;
  height: 9px;
  position: absolute;
  right: -35px;
  top: 5px;
  background: url(/img/arrow-bottom.png) left top no-repeat;
  background-size: cover;
}
#wrapper #main #case .mobile .sub-bloc p {
  padding-top: 20px;
  display: none;
}
#wrapper #main #case .mobile .sub-bloc.open h2:after {
  display: none;
}
#wrapper #main #case .mobile .sub-bloc.open p {
  display: block;
}
#wrapper #main #case .mobile .sub-bloc.open ul {
  display: block;
}
#wrapper #main #case .mobile .sub-bloc ul {
  display: none;
  padding-top: 20px;
  font-family: "dinregular", Arial, Helvetica, sans-serif;
}
#wrapper #main #case .mobile .sub-bloc.awards {
  background: #E7108A;
}
#wrapper #main #case .mobile .sub-bloc.awards li {
  position: relative;
  padding-left: 60px;
}
#wrapper #main #case .mobile .sub-bloc.awards li .award-logo {
  display: block;
  position: absolute;
  left: 0;
  top: -20px;
  bagckround: white;
  width: 60px;
  height: 60px;
  background-size: cover;
}
#wrapper #main #case .mobile .sub-bloc.awards li strong {
  display: block;
}
#wrapper #main #case .mobile .sub-bloc.result {
  background: white;
  color: #212121;
}
#wrapper #main #case .mobile .sub-bloc.result h2:after {
  background: url(/img/arrow-bottom-gray.png) left top no-repeat;
  background-size: cover;
}
#wrapper #main #case .mobile .sub-bloc.tags, #wrapper #main #case .mobile .sub-bloc.skills {
  background: #212121;
  color: white;
}
#wrapper #main #case .mobile .sub-bloc.tags a, #wrapper #main #case .mobile .sub-bloc.skills a {
  text-decoration: none;
  color: white;
}
#wrapper #main #case .slider-container.portrait-slider {
  padding-bottom: 40px;
}
#wrapper #main #case .slider-container.portrait-slider .outer-link {
  bottom: 0;
}
#wrapper #main #case .slider-container.portrait-slider.sub-link {
  padding-bottom: 152px;
}
#wrapper #main #case .slider-container.portrait-slider.sub-link .slides-ui {
  bottom: 102px;
}
#wrapper #main #case .slider-container.portrait-slider .slides-ui {
  bottom: 0px;
}
#wrapper #main #case .slider-container.portrait-slider .slides-ui ul li a {
  background: #c2c2c2;
}
#wrapper #main #case .slider-container.portrait-slider .slides-ui ul li a.active {
  background: #E7108A;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#wrapper #main #case .slider-container .slides-ui ul li {
  margin: 0 7px;
}
#wrapper #main #case .slider-container .slides-ui ul li a {
  background: rgba(255, 255, 255, 0.9);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#wrapper #main #case .slider-container .slides-ui ul li a.active {
  background: #E7108A;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#wrapper #main #case .loading {
  position: relative;
  z-index: 1;
}
#wrapper #main #case .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #212121;
  z-index: 2;
  overflow: hidden;
}
#wrapper #main #case .loader .cover {
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
  z-index: 1;
}
#wrapper #main #case .loader .loader-gif {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
}
#wrapper #main #case h2 {
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  text-transform: uppercase;
  padding-bottom: .7em;
  letter-spacing: .06em;
}
#wrapper #main #case h3 {
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
}
#wrapper #main #case p {
  font-family: "dinregular", Arial, Helvetica, sans-serif;
  font-size: 1em;
}
#wrapper #main #case .title {
  padding: 55px 60px 105px;
}
@media screen and (max-width: 767px) {
  #wrapper #main #case .title {
    padding: 55px 15px;
  }
}
#wrapper #main #case .title h1 {
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  line-height: .8em;
  font-size: 3.75em;
}
@media screen and (max-width: 767px) {
  #wrapper #main #case .title h1 {
    font-size: 1.7em;
  }
}
#wrapper #main #case .title h1 .line-1,
#wrapper #main #case .title h1 .line-2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: block;
}
#wrapper #main #case .title h1 .line-1 {
  color: #abaaaa;
  letter-spacing: .1em;
}
#wrapper #main #case .title h1 .line-2 {
  font-size: .666em;
  color: white;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  #wrapper #main #case .title h1 .line-2 {
    margin-top: 10px;
  }
}
#wrapper #main #case .title .stroke {
  display: block;
  width: 0px;
  height: 2px;
  background: white;
  position: relative;
  bottom: -9px;
}
#wrapper #main #case .bloc-1 {
  position: relative;
}
#wrapper #main #case .bloc-2 .col-1,
#wrapper #main #case .bloc-2 .col-2 {
  float: left;
}
#wrapper #main #case .bloc-2 .col-1 {
  width: 67%;
  min-height: 1px;
}
@media screen and (max-width: 768px) {
  #wrapper #main #case .bloc-2 .col-1 {
    width: 90%;
    margin-left: 15px;
  }
}
#wrapper #main #case .bloc-2 .col-1 .bottom {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  #wrapper #main #case .bloc-2 .col-1 .bottom {
    margin-top: 5%;
  }
}
#wrapper #main #case .bloc-2 .col-2 {
  width: 33%;
}
@media screen and (max-width: 768px) {
  #wrapper #main #case .bloc-2 .col-2 {
    width: 38%;
  }
}
#wrapper #main #case .bloc-2 .col-2 .sub-bloc {
  padding: 50px 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #wrapper #main #case .bloc-2 .col-2 .sub-bloc {
    font-size: .8em;
    padding: 20px;
  }
}
#wrapper #main #case .bloc-2 .col-2 .sub-bloc:nth-child(3) {
  padding-top: 0;
}
#wrapper #main #case .bloc-2 .col-2 .sub-bloc.awards {
  background: #E7108A;
  padding: 38px 45px;
}
@media screen and (max-width: 768px) {
  #wrapper #main #case .bloc-2 .col-2 .sub-bloc.awards {
    padding: 20px;
  }
}
#wrapper #main #case .bloc-2 .col-2 .sub-bloc.awards ul {
  padding-left: 77px;
}
@media screen and (max-width: 768px) {
  #wrapper #main #case .bloc-2 .col-2 .sub-bloc.awards ul {
    padding-left: 30px;
  }
}
#wrapper #main #case .bloc-2 .col-2 .sub-bloc.awards ul li {
  position: relative;
  font-family: "dinregular", Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  #wrapper #main #case .bloc-2 .col-2 .sub-bloc.awards ul li {
    padding: 6px 0;
  }
}
#wrapper #main #case .bloc-2 .col-2 .sub-bloc.awards ul li strong {
  display: block;
  font-family: "Crimson Text", serif;
  font-size: 1.25em;
  font-weight: bold;
}
#wrapper #main #case .bloc-2 .col-2 .sub-bloc.awards ul li .award-logo {
  display: block;
  width: 96px;
  height: 93px;
  position: absolute;
  left: -115px;
  top: -19px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #wrapper #main #case .bloc-2 .col-2 .sub-bloc.awards ul li .award-logo {
    width: 40px;
    height: 42px;
    left: -40px;
    top: 6px;
    background-size: 100% auto;
  }
}
#wrapper #main #case .bloc-2 .col-2 .sub-bloc.solution {
  padding-top: 0;
}
#wrapper #main #case .bloc-3 {
  clear: left;
  padding: 50px 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  color: #212121;
}
@media screen and (max-width: 768px) {
  #wrapper #main #case .bloc-3 {
    font-size: .8em;
  }
}
#wrapper #main #case .bloc-3 .col-1,
#wrapper #main #case .bloc-3 .col-2 {
  float: left;
}
#wrapper #main #case .bloc-3 .col-1 {
  width: 73%;
}
#wrapper #main #case .bloc-3 .col-2 {
  width: 27%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px;
}
#wrapper #main #case .bloc-3 .col-2 h3 {
  padding-bottom: .6em;
}
#wrapper #main #case .bloc-3 .col-2 a {
  font-family: "dinregular", Arial, Helvetica, sans-serif;
  margin-bottom: 1em;
  text-decoration: none;
  color: #212121;
  -moz-transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#wrapper #main #case .bloc-3 .col-2 a strong {
  font-weight: bold;
}
#wrapper #main #case .bloc-3 .col-2 a:hover {
  color: #E7108A;
}

.slider-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(/img/loader.gif) left top no-repeat;
  background-position: center center;
}
.slider-container.main .slider .slide .cover-container .cover {
  cursor: default;
}
.slider-container.main .slides-ui {
  bottom: 35px;
}
.slider-container.sub-link > .btn {
  position: absolute;
  left: 0;
  bottom: -52px;
}
.slider-container.sub-link > .btn.outer-link {
  text-align: right;
}
.slider-container .slides-ui {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: -35px;
  text-align: center;
}
@media screen and (max-height: 700px) {
  .slider-container .slides-ui {
    bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .slider-container .slides-ui {
    bottom: 5px;
  }
}
.slider-container .slides-ui ul {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.slider-container .slides-ui ul li {
  position: relative;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 9px;
}
.slider-container .slides-ui ul li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.slider-container .slides-ui ul li a.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1.4, 1.4);
  -ms-transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
}
.slider-container .slides-ui ul li a.black {
  background-color: black;
}
.slider-container .slider {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slider-container .slider.slider-hidden {
  overflow: hidden;
}
.slider-container .slider.slider-visible {
  overflow: visible;
}
.slider-container .slider.transition {
  -moz-transition: -moz-transform 0.75s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.75s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.75s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.slider-container .slider .slide {
  width: 100%;
  height: 100%;
  padding: 4em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.slider-container .slider .slide .btn {
  position: absolute;
  left: 0;
  bottom: -52px;
}
.slider-container .slider .slide .link {
  position: absolute;
  width: 100%;
  bottom: -45px;
  left: 0;
  text-align: center;
  z-index: 2;
}
.slider-container .slider .slide .link a {
  font-size: 1.15em;
  color: white;
  text-decoration: none;
  font-family: "dinregular", Arial, Helvetica, sans-serif;
  -moz-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.slider-container .slider .slide .link a:hover {
  color: #E7108A;
}
@media screen and (max-width: 767px) {
  .slider-container .slider .slide {
    padding: 2em 1em;
  }
}
.slider-container .slider .slide .infos {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .slider-container .slider .slide .infos h1 {
    font-size: 1.5em;
  }
}
.slider-container .slider .slide .infos h1,
.slider-container .slider .slide .infos p {
  width: 750px;
}
@media screen and (max-width: 767px) {
  .slider-container .slider .slide .infos h1,
  .slider-container .slider .slide .infos p {
    width: 60%;
  }
}
.slider-container .slider .slide .infos h1,
.slider-container .slider .slide .infos .logo,
.slider-container .slider .slide .infos p,
.slider-container .slider .slide .infos .btn {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slider-container .slider .slide .infos .logo {
  display: block;
  position: relative;
  left: -10px;
  top: -1em;
  height: 6.6875em;
}
@media screen and (max-height: 920px) {
  .slider-container .slider .slide .infos .logo {
    height: 5.6875em;
  }
}
@media screen and (max-height: 840px) {
  .slider-container .slider .slide .infos .logo {
    height: 5.125em;
  }
}
@media screen and (max-height: 760px) {
  .slider-container .slider .slide .infos .logo {
    height: 3.625em;
  }
}
@media screen and (max-width: 767px) {
  .slider-container .slider .slide .infos .logo {
    height: 3em;
    top: -0.5em;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .slider-container .slider .slide .infos .logo {
    height: 2em;
    left: 0;
  }
}
.slider-container .slider .slide .infos p {
  font-family: "dinregular", Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 18px 0 32px;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .slider-container .slider .slide .infos p {
    margin-top: 5px;
  }
}
.slider-container .slider .slide .infos .btn {
  margin-left: -4em;
}
@media screen and (max-width: 767px) {
  .slider-container .slider .slide .infos .btn {
    margin-left: -1.2em;
  }
}
.slider-container .slider .slide .video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(/img/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.slider-container .slider .slide .video-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider-container .slider .slide .cover-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slider-container .slider .slide .cover-container .cover {
  width: 100%;
  position: absolute;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: url(/img/icon_id_zoomexten.png), auto;
}
.slider-container .slider .slide .cover-container.portrait {
  text-align: center;
}
.slider-container .slider .slide .cover-container.portrait .clearfix {
  display: inline-block;
  height: 100%;
}
.slider-container .slider .slide .cover-container.portrait .clearfix .cover {
  height: 100%;
  width: auto;
  position: relative;
  float: left;
  display: block;
}

#wrapper #main #contactSection {
  background: #212121;
}
#wrapper #main #contactSection .cover-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#wrapper #main #contactSection .cover-container .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #212121;
  left: 0;
  top: 0;
  z-index: 2;
}
#wrapper #main #contactSection .form-container {
  padding: 90px 60px 40px;
  color: white;
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  position: relative;
}
#wrapper #main #contactSection .form-container ::-webkit-input-placeholder {
  color: #6b6b6b;
}
#wrapper #main #contactSection .form-container :-moz-placeholder {
  color: #6b6b6b;
  opacity: 1;
}
#wrapper #main #contactSection .form-container ::-moz-placeholder {
  color: #6b6b6b;
  opacity: 1;
}
#wrapper #main #contactSection .form-container :-ms-input-placeholder {
  color: #6b6b6b;
}
@media screen and (max-width: 767px) {
  #wrapper #main #contactSection .form-container {
    padding: 50px 15px;
  }
}
#wrapper #main #contactSection .form-container #contact-form textarea,
#wrapper #main #contactSection .form-container #contact-form input[type=text] {
  background: none;
  border: 0;
  resize: none;
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  font-size: 3.75em;
  letter-spacing: .05em;
  line-height: 1.3em;
  color: #6b6b6b;
}
#wrapper #main #contactSection .form-container #contact-form textarea:focus,
#wrapper #main #contactSection .form-container #contact-form input[type=text]:focus {
  outline-width: 0;
}
#wrapper #main #contactSection .form-container #contact-form .error {
  display: inline-block;
  padding: 20px;
  line-height: 0;
  color: white;
  font-size: .4em;
  margin-left: 1.5em;
  background: none;
  border-left: 2px solid white;
}
@media screen and (max-width: 767px) {
  #wrapper #main #contactSection .form-container #contact-form .error {
    font-size: .3em;
    margin-left: 0;
    background: white;
    color: #212121;
    border: 0;
    position: relative;
  }
  #wrapper #main #contactSection .form-container #contact-form .error:after {
    content: ' ';
    width: 25px;
    height: 15px;
    background: url(/img/top-arrow.png) left top no-repeat;
    background-size: cover;
    position: absolute;
    left: 25%;
    top: -15px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #wrapper #main #contactSection .form-container #contact-form .error:after {
    width: 10px;
    height: 17px;
    background: url(/img/left-arrow.png) center center no-repeat;
    background-size: cover;
    left: -10px;
    top: 50%;
    margin-top: -8px;
  }
}

#wrapper #main #contactSection .form-container #contact-form input[type=submit] {
  display: none;
}
#wrapper #main #contactSection .form-container #contact-form label {
  margin-right: 10px;
}
#wrapper #main #contactSection .form-container #contact-form .confirm-message {
  background: #212121;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
#wrapper #main #contactSection .form-container #contact-form .confirm-message .table-wrapper {
  display: table;
  height: 100%;
  width: 80%;
  margin: 0 auto;
}
#wrapper #main #contactSection .form-container #contact-form .confirm-message .table-wrapper .table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#wrapper #main #contactSection .form-container #contact-form .confirm-message .table-wrapper .table-cell p {
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  font-size: 3.75em;
  letter-spacing: .05em;
  line-height: 1.3em;
  color: #6b6b6b;
}
#wrapper #main #contactSection .form-container #contact-form .line {
  font-size: 3.75em;
  letter-spacing: .05em;
  display: inline-block;
}
#wrapper #main #contactSection .form-container #contact-form .line br.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  #wrapper #main #contactSection .form-container #contact-form .line br.mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main #contactSection .form-container #contact-form .line {
    font-size: 3em;
  }
}
#wrapper #main #contactSection .form-container #contact-form .line .list-container {
  display: inline-block;
  position: relative;
  color: #E7108A;
  font-family: "dinregular", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #wrapper #main #contactSection .form-container #contact-form .line .list-container .error {
    top: -5px;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait), screen and (min-width: 1024px) and (orientation: landscape) {
  #wrapper #main #contactSection .form-container #contact-form .line .list-container.active:hover .list {
    display: block;
  }
}
#wrapper #main #contactSection .form-container #contact-form .line .list-container.active.open .list {
  display: block;
}
#wrapper #main #contactSection .form-container #contact-form .line .list-container .value,
#wrapper #main #contactSection .form-container #contact-form .line .list-container .list {
  font-family: "dinregular", Arial, Helvetica, sans-serif;
  letter-spacing: 0em;
}
#wrapper #main #contactSection .form-container #contact-form .line .list-container .value {
  display: inline-block;
  height: 72px;
  border-bottom: 4px solid #E7108A;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #wrapper #main #contactSection .form-container #contact-form .line .list-container .value {
    height: 60px;
  }
}
#wrapper #main #contactSection .form-container #contact-form .line .list-container .list {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #wrapper #main #contactSection .form-container #contact-form .line .list-container .list {
    font-size: .8em;
  }
}
#wrapper #main #contactSection .form-container #contact-form .line .list-container .list li a {
  display: block;
  text-decoration: none;
  color: white;
  background: #E7108A;
  padding: 5px 25px;
}
#wrapper #main #contactSection .form-container #contact-form .line .list-container .list li a:hover {
  color: black;
  background: white;
}
#wrapper #main #contactSection .form-container #contact-form .message-container .error,
#wrapper #main #contactSection .form-container #contact-form .from-container .error {
  letter-spacing: .08em;
  font-size: 1.5em;
  font-family: "dinregular", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  #wrapper #main #contactSection .form-container #contact-form .message-container .error,
  #wrapper #main #contactSection .form-container #contact-form .from-container .error {
    font-size: 1em;
  }
}
#wrapper #main #contactSection .form-container #contact-form .message-container {
  position: relative;
}
#wrapper #main #contactSection .form-container #contact-form .message-container label,
#wrapper #main #contactSection .form-container #contact-form .message-container #message {
  display: block;
  float: left;
}
#wrapper #main #contactSection .form-container #contact-form .message-container label {
  font-size: 3.75em;
  letter-spacing: .05em;
  color: #6b6b6b;
}
#wrapper #main #contactSection .form-container #contact-form .message-container #message {
  width: 100%;
  min-height: 180px;
  max-height: 600px;
}
#wrapper #main #contactSection .form-container #contact-form .message-container .error {
  position: absolute;
  left: 330px;
  margin-left: 0;
  top: .7em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  #wrapper #main #contactSection .form-container #contact-form .message-container .error {
    left: 248px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main #contactSection .form-container #contact-form .message-container .error {
    left: 0;
    top: 6em;
    font-size: .9em;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #wrapper #main #contactSection .form-container #contact-form .message-container .error {
    left: 190px;
    top: 1.3em;
  }
}

#wrapper #main #contactSection .form-container #contact-form .from-container {
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait), screen and (max-height: 1024px) and (orienation: landscape) {
  #wrapper #main #contactSection .form-container #contact-form .from-container {
    margin-bottom: 70px;
  }
}
#wrapper #main #contactSection .form-container #contact-form .from-container label,
#wrapper #main #contactSection .form-container #contact-form .from-container #from {
  font-size: 3.75em;
  letter-spacing: .05em;
  display: block;
  float: left;
}
@media screen and (max-width: 767px) {
  #wrapper #main #contactSection .form-container #contact-form .from-container label,
  #wrapper #main #contactSection .form-container #contact-form .from-container #from {
    font-size: 3em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  #wrapper #main #contactSection .form-container #contact-form .from-container label,
  #wrapper #main #contactSection .form-container #contact-form .from-container #from {
    line-height: 1em;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  #wrapper #main #contactSection .form-container #contact-form .from-container label,
  #wrapper #main #contactSection .form-container #contact-form .from-container #from {
    line-height: 1em;
    margin-top: 0;
    padding-top: 0;
    height: 1em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait), screen and (max-width: 1024px) and (orientation: landscape) {
  #wrapper #main #contactSection .form-container #contact-form .from-container #from {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main #contactSection .form-container #contact-form .from-container #from {
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
    left: 0;
    float: none;
  }
}
#wrapper #main #contactSection .form-container #contact-form .from-container .error {
  position: absolute;
  left: 0px;
  top: 4em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #wrapper #main #contactSection .form-container #contact-form .from-container .error {
    top: 8em;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #wrapper #main #contactSection .form-container #contact-form .from-container .error {
    top: 5em;
    left: 5em;
  }
}

#wrapper #main #contactSection .form-container .bottom-link {
  margin-right: -60px;
}
@media screen and (max-width: 767px) {
  #wrapper #main #contactSection .form-container .bottom-link {
    display: none;
  }
}
#wrapper #main #contactSection .form-container .bottom-link .btn.right {
  position: relative;
}
#wrapper #main #contactSection > .bottom-link {
  margin-right: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #wrapper #main #contactSection > .bottom-link {
    display: none;
  }
}
#wrapper #main #contactSection > .bottom-link .btn {
  text-align: center;
  width: 100%;
  padding: 5px 0;
}
#wrapper #main #contactSection > .bottom-link .btn.right {
  position: relative;
}
#wrapper #main #contactSection .mentions {
  display: block;
  font-family: "dinregular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0 60px 10px;
  line-height: 1em;
}
#wrapper #main #contactSection .mentions a {
  color: white;
}
#wrapper #main #contactSection .map-container {
  height: 330px;
  background: #dedede;
}
@media screen and (max-width: 767px) {
  #wrapper #main #contactSection .map-container {
    height: 165px;
  }
}
#wrapper #main #contactSection .marcel-agencies {
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  #wrapper #main #contactSection .marcel-agencies {
    padding-left: 0;
  }
}
#wrapper #main #contactSection .marcel-agencies li {
  display: block;
  float: left;
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 60px 60px 0;
}
@media screen and (max-width: 1600px) {
  #wrapper #main #contactSection .marcel-agencies li {
    padding: 60px 40px 60px 0;
  }
}
#wrapper #main #contactSection .marcel-agencies li h3 {
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  #wrapper #main #contactSection .marcel-agencies li h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main #contactSection .marcel-agencies li h3 {
    font-size: 1.3em;
  }
}
#wrapper #main #contactSection .marcel-agencies li p {
  font-family: "dinregular", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  #wrapper #main #contactSection .marcel-agencies li p {
    font-size: .6em;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #main #contactSection .marcel-agencies li {
    width: 50%;
    padding: 33px 5px;
    text-align: center;
  }
  #wrapper #main #contactSection .marcel-agencies li:nth-child(1) {
    background: #E7108A;
  }
  #wrapper #main #contactSection .marcel-agencies li:nth-child(2) {
    background: #212121;
  }
  #wrapper #main #contactSection .marcel-agencies li:nth-child(3) {
    background: #212121;
  }
  #wrapper #main #contactSection .marcel-agencies li:nth-child(4) {
    background: white;
    color: #212121;
  }
}

#wrapper #main #aboutSection,
#wrapper #main #equalitySection,
#wrapper #main #mentionsLegalesSection,
#wrapper #main #privacySection {
  background: #212121;
}
#wrapper #main #aboutSection .cover-container,
#wrapper #main #equalitySection .cover-container,
#wrapper #main #mentionsLegalesSection .cover-container,
#wrapper #main #privacySection .cover-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#wrapper #main #aboutSection .cover-container .cover,
#wrapper #main #equalitySection .cover-container .cover,
#wrapper #main #mentionsLegalesSection .cover-container .cover,
#wrapper #main #privacySection .cover-container .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #212121;
  left: 0;
  top: 0;
  z-index: 2;
}
#wrapper #main #aboutSection .content,
#wrapper #main #equalitySection .content,
#wrapper #main #mentionsLegalesSection .content,
#wrapper #main #privacySection .content {
  padding: 90px 60px;
  color: white;
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  position: relative;
  background: #E7108A;
}
@media screen and (max-width: 767px) {
  #wrapper #main #aboutSection .content,
  #wrapper #main #equalitySection .content,
  #wrapper #main #mentionsLegalesSection .content,
  #wrapper #main #privacySection .content {
    padding: 50px 25px;
    font-size: .6em;
  }
}
#wrapper #main #aboutSection .content h1,
#wrapper #main #equalitySection .content h1,
#wrapper #main #mentionsLegalesSection .content h1,
#wrapper #main #privacySection .content h1 {
  font-size: 3.75em;
  letter-spacing: .05em;
  display: inline-block;
  margin-bottom: .5em;
}
#wrapper #main #aboutSection .content p, #wrapper #main #aboutSection .content ul, #wrapper #main #aboutSection .content span,
#wrapper #main #equalitySection .content p,
#wrapper #main #equalitySection .content ul,
#wrapper #main #equalitySection .content span,
#wrapper #main #mentionsLegalesSection .content p,
#wrapper #main #mentionsLegalesSection .content ul,
#wrapper #main #mentionsLegalesSection .content span,
#wrapper #main #privacySection .content p,
#wrapper #main #privacySection .content ul,
#wrapper #main #privacySection .content span {
  font-family: "dinregular", Arial, Helvetica, sans-serif;
  font-size: 25px;
  letter-spacing: .05em;
  display: inline-block;
}
#wrapper #main #aboutSection .content p .drop-cap, #wrapper #main #aboutSection .content ul .drop-cap, #wrapper #main #aboutSection .content span .drop-cap,
#wrapper #main #equalitySection .content p .drop-cap,
#wrapper #main #equalitySection .content ul .drop-cap,
#wrapper #main #equalitySection .content span .drop-cap,
#wrapper #main #mentionsLegalesSection .content p .drop-cap,
#wrapper #main #mentionsLegalesSection .content ul .drop-cap,
#wrapper #main #mentionsLegalesSection .content span .drop-cap,
#wrapper #main #privacySection .content p .drop-cap,
#wrapper #main #privacySection .content ul .drop-cap,
#wrapper #main #privacySection .content span .drop-cap {
  font-family: "rockwell-boldregular", Arial, Helvetica, sans-serif;
  font-size: 45px;
  letter-spacing: -4px;
}
#wrapper #main #aboutSection .content ul,
#wrapper #main #equalitySection .content ul,
#wrapper #main #mentionsLegalesSection .content ul,
#wrapper #main #privacySection .content ul {
  padding-left: 1em;
}
#wrapper #main #aboutSection .content ul li,
#wrapper #main #equalitySection .content ul li,
#wrapper #main #mentionsLegalesSection .content ul li,
#wrapper #main #privacySection .content ul li {
  list-style: initial;
}
#wrapper #main #aboutSection .content a,
#wrapper #main #equalitySection .content a,
#wrapper #main #mentionsLegalesSection .content a,
#wrapper #main #privacySection .content a {
  color: white;
  transition: color .5s ease;
  opacity: 1;
}
#wrapper #main #aboutSection .content a:hover,
#wrapper #main #equalitySection .content a:hover,
#wrapper #main #mentionsLegalesSection .content a:hover,
#wrapper #main #privacySection .content a:hover {
  opacity: .8;
}
#wrapper #main #mentionsLegalesSection .content p .drop-cap {
  letter-spacing: 1px;
}
#wrapper #main #privacySection section:nth-child(2) {
  padding-top: 3em;
}
#wrapper #main #privacySection .content h1 {
  font-size: 3em;
  line-height: 1em;
}
#wrapper #main #privacySection .content h2 {
  font-size: 2em;
  letter-spacing: .09em;
  padding: 1em 0;
}
#wrapper #main #privacySection .content p {
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  #wrapper #main #privacySection .content p {
    font-size: 2em;
    word-break: break-word;
  }
}
#wrapper #main #privacySection .content p .drop-cap {
  letter-spacing: 0px;
  line-height: 0;
}
#wrapper #main #privacySection .content li {
  padding-bottom: 1em;
  font-weight: 400;
}
#wrapper #main #privacySection .content ul {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #wrapper #main #privacySection .content ul {
    font-size: 2em;
    word-break: break-word;
  }
  #wrapper #main #privacySection .content ul ul {
    font-size: 1em;
  }
}

#loader {
  text-align: center;
}
#loader .table-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
}
#loader .table-wrapper .table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#loader .table-wrapper .table-cell .bar-container {
  width: 100%;
  height: 5px;
  position: relative;
}
#loader .table-wrapper .table-cell .bar-container .mask {
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -65px;
  width: 130px;
  -moz-transition: height 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: height 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: height 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: height 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#loader .table-wrapper .table-cell .bar-container .mask.top {
  bottom: 5px;
}
#loader .table-wrapper .table-cell .bar-container .mask.bottom {
  top: 5px;
}
#loader .table-wrapper .table-cell .bar-container .mask.bottom .logo {
  position: absolute;
  bottom: 0;
}
#loader .table-wrapper .table-cell .bar-container .mask .logo {
  display: block;
  position: absolute;
  width: 130px;
  height: 107px;
  background-image: url(/img/marcel-logo.png);
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  #loader .table-wrapper .table-cell .bar-container .mask .logo {
    background-image: url(/img/marcel-logo-retina.png);
  }
}
#loader .table-wrapper .table-cell .bar-container .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: white;
  -moz-transition: width 0.25s ease-out;
  -o-transition: width 0.25s ease-out;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
#loader .counter {
  color: black;
}

#cc-tag {
  display: none !important;
}

.cc_btn {
  background-color: #E7108A !important;
  color: white;
}

.cc_banner-wrapper {
  background: black;
  position: absolute !important;
}
.cc_banner-wrapper .cc_container--open {
  border-bottom: 3px solid black;
}

#cc-notification {
  font-family: "dinregular", Arial, Helvetica, sans-serif !important;
}
#cc-notification #cc-notification-wrapper {
  padding: 10px 32px 0 !important;
}
@media screen and (max-width: 767px) {
  #cc-notification #cc-notification-wrapper {
    padding: 10px 10px 0 !important;
  }
}
#cc-notification #cc-approve-button-thissite {
  background-color: #E7108A !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cc-notification #cc-approve-button-thissite:hover {
  color: black !important;
  background: white !important;
}
#cc-notification h2 {
  margin-bottom: 10px !important;
}
#cc-notification h2 span {
  font-size: .8em;
}
#cc-notification h2 #cc-notification-moreinfo {
  font-size: .9em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #cc-notification h2 {
    margin-right: 129px !important;
  }
}
#cc-notification a:visited,
#cc-notification a {
  color: #E7108A !important;
  font-family: "dinregular", Arial, Helvetica, sans-serif;
  font-size: .8em;
}
#cc-notification #cc-notification-permissions ul li #cc-label-analytics,
#cc-notification #cc-notification-permissions ul li strong {
  font-size: 1em !important;
  color: #E7108A !important;
}
#cc-notification #cc-notification-permissions #cc-notification-logo {
  display: none !important;
}
#cc-notification ul.cc-notification-buttons li a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cc-notification ul.cc-notification-buttons li a:hover {
  color: black;
  background: white;
}

#popin {
  display: none;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
#popin .popin-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
}
#popin .popin-img {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0px;
  z-index: 4;
}
#popin .popin-img .close {
  position: absolute;
  right: 0;
  top: -29px;
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  background-size: 100% auto;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#popin .popin-img .close .line {
  background: white;
  position: absolute;
}
#popin .popin-img .close .line.line-01 {
  width: 24px;
  height: 2px;
  left: 0;
  top: 11px;
}
#popin .popin-img .close .line.line-02 {
  height: 24px;
  width: 2px;
  left: 11px;
  top: 0;
}
#popin .popin-img img {
  max-height: 100%;
  max-width: 100%;
}
