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

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

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

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

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

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

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

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

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

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

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

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

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

body {
  line-height: 1;
  font-size: 62.5%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html, body {
  height: 100%; }

* {
  -webkit-font-smoothing: antialiased !important; }

html {
  height: 100%; }

body {
  height: 100%;
  border: 20px solid #fff;
  box-sizing: border-box; }

.container, .content {
  height: 100%; }

.hidden {
  display: none; }

@font-face {
  font-family: "Gotham Medium";
  src: url('../fonts/Gotham/Gotham-Medium.eot');
  src: url('../fonts/Gotham/Gotham-Medium.eot?#iefix') format("embedded-opentype"), url('../fonts/Gotham/Gotham-Medium.woff') format("woff"), url('../fonts/Gotham/Gotham-Medium.ttf') format("truetype"), url('../fonts/Gotham/Gotham-Medium.svg#08bb4ba465a902745fc23c83a5d9fdc2') format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gotham Light";
  src: url('../fonts/Gotham/Gotham-Light.eot');
  src: url('../fonts/Gotham/Gotham-Light.eot?#iefix') format("embedded-opentype"), url('../fonts/Gotham/Gotham-Light.woff') format("woff"), url('../fonts/Gotham/Gotham-Light.ttf') format("truetype"), url('../fonts/Gotham/Gotham-Light.svg#08bb4ba465a902745fc23c83a5d9fdc2') format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Playfair Black";
  src: url('../fonts/Playfair/PlayfairDisplay-Black-webfont.eot');
  src: url('../fonts/Playfair/PlayfairDisplay-Black-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/Playfair/PlayfairDisplay-Black-webfont.woff') format("woff"), url('../fonts/Playfair/PlayfairDisplay-Black-webfont.ttf') format("truetype"), url('../fonts/Playfair/PlayfairDisplay-Black-webfont.svg#08bb4ba465a902745fc23c83a5d9fdc2') format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Playfair Bold";
  src: url('../fonts/Playfair/PlayfairDisplay-Bold-webfont.eot');
  src: url('../fonts/Playfair/PlayfairDisplay-Bold-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/Playfair/PlayfairDisplay-Bold-webfont.woff') format("woff"), url('../fonts/Playfair/PlayfairDisplay-Bold-webfont.ttf') format("truetype"), url('../fonts/Playfair/PlayfairDisplay-Bold-webfont.svg#08bb4ba465a902745fc23c83a5d9fdc2') format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Playfair Regular";
  src: url('../fonts/Playfair/PlayfairDisplay-Regular-webfont.eot');
  src: url('../fonts/Playfair/PlayfairDisplay-Regular-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/Playfair/PlayfairDisplay-Regular-webfont.woff') format("woff"), url('../fonts/Playfair/PlayfairDisplay-Regular-webfont.ttf') format("truetype"), url('../fonts/Playfair/PlayfairDisplay-Regular-webfont.svg#08bb4ba465a902745fc23c83a5d9fdc2') format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Playfair Italic";
  src: url('../fonts/Playfair/playfairdisplay-italic-webfont.eot');
  src: url('../fonts/Playfair/playfairdisplay-italic-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/Playfair/playfairdisplay-italic-webfont.woff') format("woff"), url('../fonts/Playfair/playfairdisplay-italic-webfont.ttf') format("truetype"), url('../fonts/Playfair/playfairdisplay-italic-webfont.svg#08bb4ba465a902745fc23c83a5d9fdc2') format("svg");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 640px) {
  body {
    border: 15px solid #fff; }
  .xs-hidden {
    display: none; } }

.home, .footer {
  height: 100%;
  width: 100%;
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background: linear-gradient(#c3373a, #a52629);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#c3373a', EndColorStr='#a52629', gradientType='0');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3373a', endColorstr='#a52629', gradientType='0')";
  text-align: center;
  color: #fff;
  display: table;
  overflow: hidden; }
  .home .inner-home, .footer .inner-home {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 0; }
  .home .hgroup h1, .footer .hgroup h1 {
    font-family: "Playfair Bold";
    font-size: 6em;
    letter-spacing: 2.66px;
    margin-bottom: 10px; }
  .home .hgroup h2, .footer .hgroup h2 {
    display: inline-block;
    font-family: "Gotham Light";
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 0.88px; }
  .home .hgroup span, .footer .hgroup span {
    display: inline-block;
    font-family: "Playfair Regular";
    font-size: 2em;
    padding: 0 10px; }
  .home .hgroup h3, .footer .hgroup h3 {
    display: inline-block;
    font-family: "Gotham Light";
    font-size: 2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7); }
  .home .about, .footer .about {
    font-size: 1.6em;
    padding: 9% 0; }
    .home .about h4, .footer .about h4 {
      font-family: "Gotham Medium";
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 15px; }
    .home .about p, .footer .about p {
      font-family: "Gotham Light";
      line-height: 20px; }
  .home .soon, .footer .soon {
    font-size: 1.6em; }
    .home .soon h4, .footer .soon h4 {
      font-family: "Gotham Medium";
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 15px; }
    .home .soon p, .footer .soon p {
      font-family: "Gotham Light";
      line-height: 20px; }

.home .aCta:after {
  content: "";
  background: url("../img/slp.svg");
  width: 12px;
  height: 32px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 25px;
  cursor: default;
  opacity: 0.6; }

.projects {
  width: 100%;
  display: block;
  margin-top: 20px; }
  .projects .inner-projects {
    width: 100%;
    height: 100%; }
  .projects .project {
    height: 350px;
    margin: 20px 0;
    position: relative;
    cursor: default;
    display: table;
    width: 100%;
    overflow: hidden; }
    .projects .project a.next-project {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden;
      text-decoration: none;
      position: relative; }
    .projects .project span {
      position: absolute;
      font-family: "Playfair Italic";
      font-size: 30em;
      color: #CECECE;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      z-index: 0;
      transition: all 0.3s ease-in; }
    .projects .project.project-dyskit:hover .project-overlay, .projects .project.project-folioArthur:hover .project-overlay {
      opacity: 0; }
    .projects .project.project-dyskit:hover .project-background, .projects .project.project-folioArthur:hover .project-background {
      opacity: 0.5;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .projects .project.project-dyskit:hover .project-info span, .projects .project.project-folioArthur:hover .project-info span {
      color: #D85C6B; }
  .projects .project-background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.15;
    position: absolute;
    transition: all 2s ease-in-out; }
    .projects .project-background::after {
      content: "";
      background: url("../img/pattern.png");
      opacity: 1;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute; }
  .projects .project-overlay {
    width: 100%;
    height: 100%;
    background: #EEEEEE;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in; }
  .projects .project-info {
    margin: auto;
    text-align: center;
    top: 0;
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
    .projects .project-info h4 a {
      font-family: "Gotham Medium";
      font-size: 4em;
      color: #3D3B3A;
      letter-spacing: 5px;
      line-height: 48px;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
      text-decoration: none; }
    .projects .project-info h5 {
      font-family: "Gotham Light";
      font-size: 1.5em;
      color: #A73737;
      letter-spacing: 1px;
      line-height: 18px;
      text-transform: uppercase;
      position: relative;
      z-index: 1; }
    .projects .project-info p.technos {
      position: absolute;
      text-align: center;
      left: 0;
      right: 0;
      bottom: 10px;
      font-family: "Gotham Light";
      font-size: 1.3em;
      color: #6E6E6E;
      line-height: 16px; }

.footer {
  position: relative;
  border-bottom: 15px solid white; }
  .footer .inner-footer {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
  .footer .hgroup h4 {
    font-family: "Playfair Italic";
    font-size: 4em;
    color: #F7F7F7;
    line-height: 53px;
    margin-bottom: 10px; }
    .footer .hgroup h4 span {
      font-family: "Playfair Italic";
      color: rgba(250, 250, 250, 0.6);
      font-size: 1em; }
  .footer .hgroup h5 {
    font-family: "Gotham Light";
    font-size: 1.5em;
    color: #F7F7F7;
    letter-spacing: 1.66px;
    line-height: 24px;
    text-transform: uppercase; }
  .footer .infos {
    padding: 120px 0; }
    .footer .infos .info {
      width: 348px;
      text-align: left;
      display: inline-block;
      vertical-align: top; }
      .footer .infos .info p {
        font-family: "Gotham Light";
        font-size: 1.8em;
        color: rgba(247, 247, 247, 0.9);
        line-height: 24px;
        margin-bottom: 10px; }
      .footer .infos .info .cta {
        border: 1px solid #FFFFFF;
        display: inline-block;
        margin-top: 30px;
        transition: all 0.1s ease-in; }
        .footer .infos .info .cta a {
          font-family: "Gotham Light";
          font-size: 1.6em;
          color: rgba(247, 247, 247, 0.9);
          letter-spacing: 1.77px;
          line-height: 19px;
          text-transform: uppercase;
          padding: 20px 50px;
          text-decoration: none;
          display: block; }
      .footer .infos .info.right ul, .footer .infos .info.right .cta {
        margin-left: 70px; }
    .footer .infos .social {
      display: inline-block;
      margin-right: 50px; }
      .footer .infos .social a {
        display: block;
        width: 22px;
        height: 22px; }
      .footer .infos .social.linkedin {
        background: url("../img/linkedin.svg") no-repeat center center;
        background-size: 100%; }
      .footer .infos .social.twitter {
        background: url("../img/twitter.svg") no-repeat center center;
        background-size: 100%; }
  .footer .aCta:before {
    content: "";
    background: url("../img/btt.svg");
    width: 12px;
    height: 6px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 25px;
    cursor: default; }
  .footer p.copyright {
    font-family: "Gotham Light";
    font-size: 1em;
    color: #F7F7F7;
    letter-spacing: 1.11px;
    line-height: 24px;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0; }
    .footer p.copyright a {
      font-family: "Gotham Medium";
      color: #F7F7F7;
      text-decoration: none; }

.no-touch .footer .infos .info .cta:hover {
  background: rgba(247, 247, 247, 0.9); }
  .no-touch .footer .infos .info .cta:hover a {
    color: #A73737; }

.aCta {
  font-family: "Gotham Light";
  font-size: 1.2em;
  color: #F7F7F7;
  letter-spacing: 1.33px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50px; }

/* Responsive */
@media (max-width: 736px) {
  .home .hgroup {
    margin-bottom: 50px; }
    .home .hgroup h1 {
      font-size: 3.5em; }
    .home .hgroup h2, .home .hgroup h3, .home .hgroup span {
      font-size: 1.4em; }
  .projects .project-info h4 a {
    font-size: 3em;
    letter-spacing: 4px; }
  .projects .project-folioArthur h4 a {
    font-size: 2.3em;
    line-height: 30px;
    letter-spacing: 2.2px; }
  .footer .hgroup {
    padding-top: 40px; }
  .footer .infos {
    margin: 45px 0;
    padding-top: 40px; }
    .footer .infos .info {
      width: 90%;
      text-align: center; }
      .footer .infos .info .cta a {
        padding: 20px 30px; }
  .footer .infos .social {
    margin: 0 20px; }
  .footer .infos .info.right ul, .footer .infos .info.right .cta {
    margin-left: 0; }
  .footer p.copyright {
    line-height: 12px; } }
