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

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

b, strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ol, ul {
  list-style: none;
}

li {
  display: list-item;
}

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

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

q {
  quotes: none;
}

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

sub, sup, small {
  font-size: 75%;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

*:focus {
  outline: none;
}

.clear {
  clear: both;
}

time {
  display: block;
  margin: 0;
  padding: 0;
}

/* Typography */
/* -------------------------------------------------- */
html {
  font-size: 16px;
}

body {
  font-size: 16px;
  line-height: 1.625em;
  color: #000000;
  font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: Arial, sans-serif;
  font-weight: 500;
  margin: 2.4375em 0 1.625em;
  text-rendering: optimizeLegibility;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #000000;
}

h1.heavy, h2.heavy, h3.heavy, h4.heavy, h5.heavy, h6.heavy {
  font-weight: 500;
}

h1 {
  font-size: 26px;
  line-height: 1.375em;
  margin-top: 0;
}

h2 {
  font-size: 22px;
  line-height: 1.375em;
}

h3 {
  font-size: 18px;
  line-height: 1.375em;
}

h4 {
  font-size: 17px;
  line-height: 1.375em;
}

h5 {
  font-size: 16px;
  line-height: 1.375em;
}

h6 {
  font-size: 15px;
  line-height: 1.375em;
}

p {
  font-size: inherit;
  margin: 0 0 1.625em;
}

p a {
  border-bottom: 1px solid black;
  padding-bottom: 0px;
  transition: color 0.2s, border-color 0.2s;
}

p a:hover {
  color: black;
  border-color: #a1a3a6;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover, a:active {
  color: black;
}

a.underlined {
  border-bottom: 2px solid #000000;
  padding-bottom: 3px;
}

a.primary-color {
  border-bottom: 0;
  color: #000000;
}

a.primary-color:hover, a.primary-color:active {
  color: #000000;
}

small {
  font-size: 0.9375em;
  line-height: 1.375em;
}

strong {
  color: #000000;
  font-weight: 500;
}

hr {
  border-bottom: 1px solid #f8f8f8;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 30px 0;
}

hr.no-line {
  border: none;
}

figure {
  line-height: 0;
  margin: 0;
}

img {
  line-height: 0;
  margin: 0;
  max-width: 100%;
}

abbr, acronym {
  border-bottom: 1px dotted #f8f8f8;
  cursor: help;
}

address {
  display: block;
  margin: 0 0 0.8125em;
}

hgroup {
  margin-bottom: 0.8125em;
}

del {
  color: #575d69;
}

blockquote {
  font-size: 20px;
  line-height: 1.625em;
  border-left: 4px solid #f8f8f8;
  color: #000000;
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  margin: 45px 0;
  padding: 0;
  padding-left: 1.625em;
}

@media screen and (min-width: 1024px) {
  blockquote {
    max-width: 90%;
  }
}
cite {
  font-size: 15px;
  line-height: 1.625em;
  color: #ADB0B3;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

cite:before {
  content: "— ";
}

::selection {
  background: #000000;
  color: #fff;
}

::-moz-selection {
  background: #000000;
  color: #fff;
}

img::selection {
  background: #000000;
}

img::-moz-selection {
  background: #000000;
}

* {
  box-sizing: border-box;
  font-size: 62.5%;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}

body {
  overflow-y: scroll;
}

h2, h3, strong {
  font-weight: bold;
}

p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 26px;
  color: #000000;
}

strong, b {
  font-weight: 400;
}

em {
  font-family: Garamond, Times, serif;
}

.container, footer {
  padding: 0 2.5vw 0 2.5vw;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .container, footer {
    padding-left: calc(50vw - 640px);
    padding-right: calc(50vw - 640px);
  }

  .narrow {
    padding-left: calc(50vw - 410px);
    padding-right: calc(50vw - 410px);
  }
}
.clear, .arrow {
  clear: both;
}

p a {
  transition: all 0.2s;
}

p a:hover {
  opacity: 0.6;
}

header {
  height: 85px;
  padding-bottom: 2rem;
  position: relative;
}
header a.logo {
  width: 85px;
  float: left;
  height: auto;
  display: inherit;
}
header nav ul {
  float: right;
  margin-top: 30px;
  list-style-type: none;
  font-family: monospace;
}
header nav ul li {
  padding: 0 17px;
  float: left;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
header nav ul li:last-child {
  padding-right: 0;
}
header nav ul li a {
  position: relative;
  padding: 0 1px 2px 1px;
  text-align: center;
  cursor: pointer;
  text-transform: lowercase;
  border: none;
  color: #000000;
}
header nav ul li a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: #3b4854;
  content: "";
  transition: width 0.1s;
}
header nav ul li a:hover, header nav ul li a.active {
  color: #3b4854;
}
header nav ul li a:hover:after, header nav ul li a.active:after {
  width: 100%;
}
header nav ul li a:hover:after {
  width: 100%;
}

.hero {
  margin-top: 150px;
  height: 400px;
  display: inline-block;
}
.hero img {
  opacity: 0.4;
  position: absolute;
  right: calc(50vw - 640px);
  z-index: 1;
}
.hero .text {
  width: 640px;
  position: relative;
  z-index: 2;
}
.hero .text h2 {
  font-size: 46px;
  padding: 0px;
  padding-top: 50px;
  margin-bottom: 30px;
  line-height: 50px;
  margin-top: 0;
}
.hero .text p {
  font-size: 30px;
  font-family: Garamond, Times, serif;
  font-style: italic;
  line-height: 40px;
}

.gris {
  background-color: #f8f8f8;
  margin-top: 300px;
  clear: both;
  display: flex;
  position: relative;
  justify-content: space-between;
  /*
  &:hover {
      .arrow {
          top: -115px;
          left: 175px;
          transform: rotate(-2deg);
      }
  }*/
}
.gris .arrow {
  position: absolute;
  top: -120px;
  left: calc(50vw - 540px);
  transition: all 0.3s ease-out;
  transform-origin: bottom left;
}
.gris .item {
  padding: 50px 0;
  width: 400px;
  display: block;
}
.gris .item:last-child:after {
  clear: both;
}
.gris .item .tags {
  display: none;
}
.gris .item .tags a {
  font-family: monospace;
  font-size: 16px;
  margin-right: 20px;
}
.gris .item a {
  color: #000000;
}
.gris .item a span {
  transition: margin 0.2s ease-out;
}
.gris .item a h3 {
  font-size: 20px;
  margin: 20px 0;
}
.gris .item a p {
  color: #000000;
  margin-bottom: 0;
}
.gris .item a:hover {
  opacity: 1;
}
.gris .item a:hover span {
  margin-left: 5px;
  margin-right: -10px;
}

.narrow {
  margin-top: 300px;
}
.narrow .hero .text {
  width: 100%;
}
.narrow .hero .text h2, .narrow .hero .text p {
  text-align: center;
  margin-top: 50px;
}
.narrow .hero .text img {
  opacity: 1;
  position: absolute;
  left: 0;
}
.narrow .hero .text img:nth-child(1) {
  top: 15px;
  left: -40px;
}
.narrow .hero .text img:nth-child(2) {
  top: -20px;
  left: 320px;
}
.narrow .hero .text img:nth-child(3) {
  top: 45px;
  left: 60px;
}
.narrow article {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  clear: both;
}
.narrow article:nth-child(3) {
  flex-direction: row-reverse;
}
.narrow article::after {
  clear: both;
}
.narrow article .text {
  padding: 0 20px;
}
.narrow article .text h3 {
  font-size: 20px;
  margin: 20px 0;
}
.narrow article .text a {
  margin-right: 20px;
  color: #000000;
  font-family: monospace;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.narrow article .text a span {
  transition: margin 0.2s ease-out;
  margin-left: -5px;
  margin-right: 5px;
  font-size: 20px;
}
.narrow article .text a:hover span {
  margin-left: 0px;
  margin-right: 0px;
}
.narrow article:hover .image {
  opacity: 1;
}
.narrow article .image {
  width: 400px;
  opacity: 0.6;
  display: block ruby;
  /* No idea what it is */
  transition: opacity 1s ease-in-out;
  max-width: 100%;
}

.approche {
  margin-top: 200px;
}
.approche h2 {
  font-size: 46px;
  padding: 50px 0 20px 0;
  margin-bottom: 30px;
  line-height: 50px;
}
.approche p {
  width: 50%;
  margin-bottom: 50px;
}
.approche .item {
  width: 80%;
  clear: both;
}
.approche .item h4 {
  float: left;
  width: 120px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.approche .item p {
  float: left;
}

footer {
  background-color: #000000;
  margin-top: 200px;
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
}
footer h2, footer p, footer span, footer a {
  color: white;
}
footer img {
  float: left;
  margin: 20px;
  opacity: 1;
  position: relative;
  margin-top: 80px;
}
footer .text {
  float: left;
  width: 600px;
  margin-left: 100px;
}
footer h2 {
  font-size: 46px;
  padding: 0px;
  margin-bottom: 30px;
  line-height: 50px;
  margin-top: 100px;
}
footer p {
  font-size: 30px;
  font-family: Garamond, Times, serif;
  font-style: italic;
  line-height: 40px;
}
footer p a:hover {
  color: white;
}

@media (max-width: 1280px) {
  .container, footer, .narrow {
    padding: 0 50px;
  }

  .gris {
    display: block;
    margin-top: 150px;
  }
  .gris .item {
    padding: 20px 0;
    width: 100%;
  }

  .hero {
    margin-top: 0;
  }
  .hero .text {
    width: 100%;
  }
  .hero img {
    right: 0;
  }

  .arrow {
    display: none;
  }

  .narrow {
    margin-top: 100px;
  }
  .narrow .hero {
    width: 100%;
  }
  .narrow article {
    display: block;
  }
  .narrow article .text {
    width: 80%;
    margin: auto;
    padding: 0;
  }
  .narrow article .image {
    margin: auto;
  }

  .approche p, .approche .item {
    width: 100%;
  }

  footer {
    text-align: center;
    margin-top: 100px;
  }
  footer img {
    float: none;
  }
  footer h2 {
    margin-top: 50px;
  }
  footer .text {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}