@font-face {
  font-family: "GillSans";
  src: url('/assets/fonts/GillSans.eot');
  src: url('/assets/fonts/GillSans.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/GillSans.woff') format('woff'), url('/assets/fonts/GillSans.woff2') format('woff2'), url('/assets/fonts/GillSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GillSans";
  src: url('/assets/fonts/GillSansBold.eot');
  src: url('/assets/fonts/GillSansBold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/GillSansBold.woff') format('woff'), url('/assets/fonts/GillSansBold.woff2') format('woff2'), url('/assets/fonts/GillSansBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "GillSans";
  src: url('/assets/fonts/GillSansLightBold.eot');
  src: url('/assets/fonts/GillSansLightBold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/GillSansLightBold.woff') format('woff'), url('/assets/fonts/GillSansLightBold.woff2') format('woff2'), url('/assets/fonts/GillSansLightBold.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "GillSans";
  src: url('/assets/fonts/GillSansSemiBold.eot');
  src: url('/assets/fonts/GillSansSemiBold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/GillSansSemiBold.woff') format('woff'), url('/assets/fonts/GillSansSemiBold.woff2') format('woff2'), url('/assets/fonts/GillSansSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  src: url('/assets/fonts/icon.eot');
  src: url('/assets/fonts/icon.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/icon.woff') format('woff'), url('/assets/fonts/icon.woff2') format('woff2'), url('/assets/fonts/icon.ttf') format('truetype'), url('/assets/fonts/icon.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Courier";
  src: url('/assets/fonts/Courier.eot');
  src: url('/assets/fonts/Courier.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/Courier.woff') format('woff'), url('/assets/fonts/Courier.woff2') format('woff2'), url('/assets/fonts/Courier.ttf') format('truetype'), url('/assets/fonts/Courier.svg#Courier') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/
/* =============================================================================
   Links
   ========================================================================== */
a:focus {
  outline: 0;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* 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;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

/* Component base */
/* Component icons */
/* Component lightbox */
/* Component container */
/* Component burger */
/* Component header */
/* Component image-lightbox */
/* Component images-panel */
/* Component info-lightbox */
/* Component menu */
/* Component news-item */
/* Component news-list */
/* Component page */
/* Component paragraph-panel */
/* Component project */
/* Component project-list */
/* Component responsive-images */
/* Component title-panel */
/* Component images-panel */
/* Platform base */
/* Platform portrait */
/* Platform landscape */
/* Platform mobile */
/* Platform mobile-portrait */
/* Platform mobile-landscape */
/* Platform tablet */
/* Platform tablet-portrait */
/* Platform tablet-landscape */
/* Platform desktop */
/* Platform desktop-portrait */
/* Platform desktop-landscape */
@media screen {
  /* Component base on base */
  html,
  body {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: 'Courier';
    font-weight: normal;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    /*-moz-osx-font-smoothing: grayscale;*/
    /*-webkit-overflow-scrolling: touch;*/
  }
  .body--menu-opened {
    overflow: hidden;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  ul,
  ol {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: inherit;
    list-style: none;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  /*.container {
        max-width: @max-width;
        margin: 0 auto;
        box-sizing: border-box;
    }*/
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  /* Component icons on base */
  /* Component lightbox on base */
  .lightbox__container {
    margin: 0 auto;
    position: relative;
    height: 100%;
    width: 100%;
  }
  /* Component container on base */
  .container {
    position: relative;
    width: 100%;
    height: 100%;
    transition: opacity 0.05s ease-in;
    overflow-x: hidden;
  }
  .container[data-transition='fadeout'] {
    opacity: 0;
    pointer-events: none;
  }
  .container[data-transition-from=''][data-transition-will='fadein'] {
    transition: none;
    opacity: 0;
    pointer-events: none;
  }
  .container[data-transition='fadein'] {
    opacity: 1;
  }
  .container__scroll {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
    overflow-x: hidden;
  }
  .container__menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
  }
  .container__header {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 20;
  }
  .container__header--hide {
    -webkit-transform: translate(-50%, -110%);
    transform: translate(-50%, -110%);
  }
  .container__lightbox {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 0;
    pointer-events: none;
    z-index: 40;
    transition: opacity 0.05s linear;
    overflow-x: hidden;
  }
  .container__lightbox[data-transition='open'] {
    opacity: 1;
    pointer-events: auto;
  }
  /* Component burger on base */
  .burger {
    font-family: 'icons';
    font-size: 1.8rem;
    cursor: pointer;
  }
  .header--info-lightbox .burger {
    display: none;
  }
  /* Component header on base */
  .header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: white;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__logo {
    line-height: 0;
  }
  .header__lightbox-close {
    font-family: 'icons';
    font-size: 1.8rem;
    display: none;
  }
  .header--info-lightbox .header__lightbox-close {
    display: inline-block;
  }
  /* Component image-lightbox on base */
  .image-lightbox {
    height: 100%;
    width: 100%;
  }
  .image-lightbox__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .image-lightbox__link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
  /* Component images-panel on base */
  /* Component info-lightbox on base */
  .info-lightbox__container {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
  .info-lightbox__scroll {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
    overflow-x: hidden;
  }
  .info-lightbox__header {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 20;
  }
  .info-lightbox__header--hide {
    -webkit-transform: translate(-50%, -110%);
    transform: translate(-50%, -110%);
  }
  /* Component menu on base */
  .menu {
    background-color: white;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    /*&__close-link {
            position: absolute;
            top: @gutter-desktop;
            right: @gutter-desktop;
            .icons();
            font-size: 2rem;
            cursor: pointer;
        }*/
  }
  .menu--opened {
    opacity: 1;
    pointer-events: auto;
  }
  .menu__navigation {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  .menu__link-outer {
    width: 100%;
    text-align: center;
    padding-bottom: 3.1rem;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .menu__link-outer:last-child {
    padding-bottom: 0;
  }
  .menu__link {
    display: inline-block;
    font-family: 'GillSans';
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    text-transform: uppercase;
  }
  .menu__link span:first-child {
    margin-left: 0;
  }
  .menu__link span:last-child {
    margin-right: 0;
  }
  /* Component news-item on base */
  .news-item__date {
    text-transform: capitalize;
  }
  /* Component news-list on base */
  .news-list {
    max-width: 2400px;
    box-sizing: border-box;
    margin-left: 50vw;
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
    width: 100%;
  }
  /* Component page on base */
  .page {
    box-sizing: border-box;
    max-width: 2400px;
    margin-left: 50vw;
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
    width: 100%;
  }
  /* Component paragraph-panel on base */
  .paragraph-panel__title {
    margin-bottom: 12px;
  }
  .paragraph-panel__title-underline {
    display: inline-block;
  }
  .paragraph-panel__title-underline:after {
    content: "\2014";
    display: block;
  }
  .paragraph-panel__indent {
    display: inline-block;
  }
  /* Component project on base */
  .project {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow: hidden;
  }
  .project__inner {
    position: relative;
    max-width: 2400px;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
  }
  .project__infos {
    box-sizing: border-box;
  }
  .project__infos-link {
    font-family: 'GillSans';
    font-weight: 600;
  }
  .project__title {
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: 'GillSans';
    font-weight: 600;
  }
  .project__link {
    display: none;
  }
  .project__link--next,
  .project__link--previous {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
  }
  .project__link--next {
    right: 0;
  }
  .project__link--previous {
    left: 0;
  }
  .no-touchevents .project__item--current .project__link {
    display: block;
  }
  .no-touchevents .project__item--current .project__link--next {
    cursor: url(../assets/cursors/arrow-right.cur), e-resize;
    cursor: url(/assets/cursors/arrow-right.png) 16 16, e-resize;
  }
  .no-touchevents .project__item--current .project__link--previous {
    cursor: url(../assets/cursors/arrow-left.cur), e-resize;
    cursor: url(/assets/cursors/arrow-left.png) 16 16, e-resize;
  }
  .no-touchevents .project__img {
    cursor: url(../assets/cursors/enlarge.cur), e-resize;
    cursor: url(/assets/cursors/enlarge.png) 16 16, e-resize;
  }
  .project__container {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .project__container[data-transition-will],
  .project__container[data-transition] {
    transition: -webkit-transform linear 0.2s;
    transition: transform linear 0.2s;
    transition: transform linear 0.2s, -webkit-transform linear 0.2s;
  }
  .project__container[data-transition][data-transition='reset'] {
    transition: none;
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
  }
  .project__container[data-transition='current'] {
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
  }
  .project__container[data-transition='next'] {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
  .project__container[data-transition='previous'] {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  .project__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .project__item--current {
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
  }
  .project__item--previous {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
  .project__item--next {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  .project__item-box {
    width: 100%;
    height: 33%;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
  }
  .project__image {
    box-sizing: border-box;
  }
  /* Component project-list on base */
  .project-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 2400px;
    margin: 0 auto;
  }
  .project-list__title {
    font-family: 'Courier';
    font-weight: normal;
    display: inline-block;
    margin-bottom: 0.25rem;
  }
  .project-list__title:after {
    content: "\2014";
    display: block;
  }
  .project-list__list ul > li {
    margin-bottom: 1.2rem;
  }
  .project-list__link {
    color: rgba(0, 0, 0, 0.4);
  }
  .project-list__link--active {
    color: black;
  }
  /* Component responsive-images on base */
  .responsive-image--images-panel {
    max-width: 100vmin;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
  .responsive-image__ratio {
    height: 0;
    overflow: hidden;
    position: relative;
  }
  .responsive-image__ratio .responsive-image__lazy-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: "object-fit: contain;";
    transition: opacity linear 0.2s;
  }
  .responsive-image__ratio .responsive-image__lazy-image.initial {
    opacity: 0;
  }
  .responsive-image__ratio .responsive-image__lazy-image.loaded {
    opacity: 1;
  }
  .responsive-image__ratio .responsive-image__lazy-image--ratio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  /* Component title-panel on base */
  .title-panel {
    margin-bottom: 10px;
  }
  /* Component video-panel on base */
  .video-panel__inner {
    position: relative;
  }
  .video-panel__container {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    background: black;
  }
  .video-panel__container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@media screen and (orientation: portrait) {
  /* Component base on portrait */
  /* Component icons on portrait */
  /* Component lightbox on portrait */
  /* Component container on portrait */
  /* Component burger on portrait */
  /* Component header on portrait */
  /* Component image-lightbox on portrait */
  /* Component images-panel on portrait */
  /* Component info-lightbox on portrait */
  /* Component menu on portrait */
  /* Component news-item on portrait */
  /* Component news-list on portrait */
  /* Component page on portrait */
  /* Component paragraph-panel on portrait */
  /* Component project on portrait */
  .project__infos {
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    height: 0;
  }
  .project__infos--landscape {
    display: none;
  }
  .project__item-box--2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .project__infos-link {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    height: 0;
    text-align: center;
  }
  .project__image {
    height: 50%;
  }
  .project__image--portrait .project__img {
    width: 56.25%;
    margin: 0 auto;
  }
  .project__img {
    height: 100%;
    position: relative;
  }
  .project__img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .project__item-box--2 {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* Component project-list on portrait */
  .project-list__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .project-list__link-reference {
    margin-right: 20px;
  }
  /* Component responsive-images on portrait */
  /* Component title-panel on portrait */
  /* Component video-panel on portrait */
}
@media screen and (orientation: landscape) {
  /* Component base on landscape */
  /* Component icons on landscape */
  /* Component lightbox on landscape */
  /* Component container on landscape */
  /* Component burger on landscape */
  /* Component header on landscape */
  /* Component image-lightbox on landscape */
  /* Component images-panel on landscape */
  /* Component info-lightbox on landscape */
  /* Component menu on landscape */
  .menu__navigation {
    height: 100%;
  }
  /* Component news-item on landscape */
  /* Component news-list on landscape */
  /* Component page on landscape */
  /* Component paragraph-panel on landscape */
  /* Component project on landscape */
  .project__image--0.project__image--landscape img {
    object-position: right;
    font-family: "object-fit: contain; object-position: right;";
  }
  .project__image--1.project__image--landscape img {
    object-position: left;
    font-family: "object-fit: contain; object-position: left;";
  }
  .project__item-box--2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .project__item-box--3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .project__image {
    width: 50%;
    position: relative;
    height: 100%;
  }
  .project__infos {
    position: relative;
    width: 100%;
  }
  .project__infos--portrait,
  .project__infos-link--portrait {
    display: none;
  }
  .project__title {
    padding: 0 100px;
  }
  .project__infos-link {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    text-align: right;
  }
  .project__img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .project__image {
    box-sizing: border-box;
  }
  .project__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
  /* Component project-list on landscape */
  /* Component responsive-images on landscape */
  /*&__ratio &__lazy-image {
        .project__img & {
            position: relative;
            top: auto;
            left: auto;
        }
    }*/
  /* Component title-panel on landscape */
  /* Component video-panel on landscape */
}
@media screen and (max-width: 767px) {
  /* Component base on mobile */
  body {
    font-size: 16px;
  }
  /*.container {
        padding: 0 @gutter-mobile;
    }*/
  /* Component icons on mobile */
  /* Component lightbox on mobile */
  /* Component container on mobile */
  .container__header {
    width: calc(100% - 40px);
  }
  /* Component burger on mobile */
  /* Component header on mobile */
  .header {
    /*padding: 22px 0;*/
    height: 77px;
  }
  .header__logo svg {
    width: 200px;
  }
  /* Component image-lightbox on mobile */
  /* Component images-panel on mobile */
  /* Component info-lightbox on mobile */
  /* Component menu on mobile */
  .menu {
    /*&__close-link {
            top: @gutter-mobile;
            right: 13px;
        }*/
  }
  .menu__navigation {
    padding: 20px 20px;
  }
  .menu__link-outer {
    padding-bottom: 2.1rem;
  }
  .menu__link {
    font-size: 1.2rem;
  }
  .menu__link span {
    /*margin: 0 1.3/2rem;*/
    margin: 0 0.8rem;
  }
  /* Component news-item on mobile */
  .news-item__panel--paragraph,
  .news-item__panel--images,
  .news-item__panel--video {
    margin-bottom: 40px;
  }
  /* Component news-list on mobile */
  .news-list {
    padding: 77px 20px 20px 20px;
  }
  .news-list__item {
    margin-bottom: 40px;
  }
  /* Component page on mobile */
  .page {
    padding: 77px 20px 0 20px;
  }
  .page__panel--paragraph,
  .page__panel--images,
  .page__panel--video {
    margin-bottom: 20px;
  }
  /* Component paragraph-panel on mobile */
  .paragraph-panel {
    margin-bottom: 20px;
  }
  .paragraph-panel__indent {
    text-indent: 40px;
  }
  /* Component project on mobile */
  .project__infos--desktop {
    display: none;
  }
  /* Component project-list on mobile */
  .project-list {
    padding: 77px 20px 0 20px;
  }
  /* Component responsive-images on mobile */
  .responsive-image--images-panel {
    margin-bottom: 20px;
    max-width: 100vmin;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
  /* Component title-panel on mobile */
  /* Component video-panel on mobile */
  .video-panel__inner {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: calc(100vmin - 20px);
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  /* Component base on mobile-portrait */
  /* Component icons on mobile-portrait */
  /* Component lightbox on mobile-portrait */
  /* Component container on mobile-portrait */
  /* Component burger on mobile-portrait */
  /* Component header on mobile-portrait */
  /* Component image-lightbox on mobile-portrait */
  /* Component images-panel on mobile-portrait */
  /* Component info-lightbox on mobile-portrait */
  /* Component menu on mobile-portrait */
  /* Component news-item on mobile-portrait */
  /* Component news-list on mobile-portrait */
  /* Component page on mobile-portrait */
  /* Component paragraph-panel on mobile-portrait */
  /* Component project on mobile-portrait */
  .project__title {
    width: calc(100vh -  219px);
  }
  .project__image {
    padding: 7.5px 40px;
  }
  .project__item-box--1 {
    margin-top: 69.5px;
    height: 0;
  }
  .project__item-box--2 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .project__item-box--3 {
    height: 2.5px;
  }
  .project__infos-link {
    padding-left: 8px;
    /* 2px to visualy align the info button and the image after font rendering on Iphone*/
  }
  .project__title {
    height: 30px;
  }
  .project__infos {
    -webkit-transform: rotate(-90deg) translate(50%, -32px);
    transform: rotate(-90deg) translate(50%, -32px);
  }
  .project__infos-link {
    -webkit-transform: rotate(-90deg) translate(100%, -32px);
    transform: rotate(-90deg) translate(100%, -32px);
  }
  .project__image--0 img {
    top: auto;
    bottom: 0;
  }
  .project__image--1 img {
    top: 0;
  }
  /* Component project-list on mobile-portrait */
  /* Component responsive-images on mobile-portrait */
  /* Component title-panel on mobile-portrait */
  /* Component video-panel on mobile-portrait */
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  /* Component base on mobile-landscape */
  /* Component icons on mobile-landscape */
  /* Component lightbox on mobile-landscape */
  /* Component container on mobile-landscape */
  /* Component burger on mobile-landscape */
  /* Component header on mobile-landscape */
  /* Component image-lightbox on mobile-landscape */
  /* Component images-panel on mobile-landscape */
  /* Component info-lightbox on mobile-landscape */
  /* Component menu on mobile-landscape */
  /* Component news-item on mobile-landscape */
  /* Component news-list on mobile-landscape */
  /* Component page on mobile-landscape */
  /* Component paragraph-panel on mobile-landscape */
  /* Component project on mobile-landscape */
  .project__infos {
    padding: 0 20px;
  }
  .project__infos-link {
    padding-right: 20px;
  }
  .project__item-box {
    height: calc((100% - (100vw - 55px)*3/8) / 2);
    min-height: 77px;
  }
  .project__item-box--2 {
    height: calc((100vw - 55px)*3/8);
    max-height: calc(100% - 154px);
    min-height: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .project__image {
    padding: 0 7.5px;
  }
  /* Component project-list on mobile-landscape */
  /* Component responsive-images on mobile-landscape */
  /* Component title-panel on mobile-landscape */
  /* Component video-panel on mobile-landscape */
}
@media screen and (min-width: 768px) and (max-width: 2399px) {
  /* Component base on tablet */
  body {
    font-size: 18px;
  }
  /*.container {
        padding: 0 @gutter-desktop;
    }*/
  /* Component icons on tablet */
  /* Component lightbox on tablet */
  /* Component container on tablet */
  .container__header {
    width: calc(100% - 100px);
  }
  /* Component burger on tablet */
  /* Component header on tablet */
  .header {
    height: 126px;
  }
  .header__logo svg {
    width: 220px;
  }
  /* Component image-lightbox on tablet */
  /* Component images-panel on tablet */
  .images-panel {
    width: 50%;
    margin: 0 auto;
  }
  /* Component info-lightbox on tablet */
  /* Component menu on tablet */
  .menu {
    /*&__close-link {
            top: @gutter-desktop;
            right: @gutter-desktop;
        }*/
  }
  .menu__navigation {
    padding: 50px 150px;
  }
  .menu__link-outer {
    padding-bottom: 3.1rem;
  }
  .menu__link {
    font-size: 1.7rem;
  }
  .menu__link span {
    margin: 0 1.15rem;
  }
  /* Component news-item on tablet */
  .news-item__panel--paragraph,
  .news-item__panel--images,
  .news-item__panel--video {
    margin-bottom: 100px;
  }
  /* Component news-list on tablet */
  .news-list {
    padding: 126px 50px 50px 50px;
  }
  .news-list__item {
    margin-bottom: 100px;
  }
  /* Component page on tablet */
  .page {
    padding: 126px 50px 0 50px;
  }
  .page__panel--paragraph,
  .page__panel--images,
  .page__panel--video {
    margin-bottom: 50px;
  }
  /* Component paragraph-panel on tablet */
  .paragraph-panel {
    margin-bottom: 50px;
  }
  .paragraph-panel__indent {
    text-indent: 45px;
  }
  /* Component project on tablet */
  /* Component project-list on tablet */
  .project-list {
    min-height: calc(100% - 50px);
    padding: 126px 50px 0 50px;
  }
  /* Component responsive-images on tablet */
  .responsive-image--images-panel {
    margin-bottom: 50px;
  }
  /* Component title-panel on tablet */
  /* Component video-panel on tablet */
  .video-panel__inner {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 2399px) and (orientation: portrait) {
  /* Component base on tablet-portrait */
  /* Component icons on tablet-portrait */
  /* Component lightbox on tablet-portrait */
  /* Component container on tablet-portrait */
  /* Component burger on tablet-portrait */
  /* Component header on tablet-portrait */
  /* Component image-lightbox on tablet-portrait */
  /* Component images-panel on tablet-portrait */
  /* Component info-lightbox on tablet-portrait */
  /* Component menu on tablet-portrait */
  /* Component news-item on tablet-portrait */
  /* Component news-list on tablet-portrait */
  /* Component page on tablet-portrait */
  /* Component paragraph-panel on tablet-portrait */
  /* Component project on tablet-portrait */
  .project__title {
    width: calc(100vh -  252px);
  }
  .project__item-box {
    height: 126px;
  }
  .project__item-box--2 {
    height: calc(100% - 126px * 2);
    padding: 0 136px;
    box-sizing: border-box;
  }
  .project__image {
    padding: 11px 0;
  }
  .project__infos-link {
    padding-left: 48px;
  }
  .project__title {
    height: -76px;
  }
  .project__infos {
    -webkit-transform: rotate(-90deg) translate(50%, -76px);
    transform: rotate(-90deg) translate(50%, -76px);
  }
  .project__infos-link {
    -webkit-transform: rotate(-90deg) translate(100%, -76px);
    transform: rotate(-90deg) translate(100%, -76px);
  }
  .project__image--0 img {
    top: auto;
    bottom: 0;
  }
  .project__image--1 img {
    top: 0;
  }
  /* Component project-list on tablet-portrait */
  /* Component responsive-images on tablet-portrait */
  /* Component title-panel on tablet-portrait */
  /* Component video-panel on tablet-portrait */
}
@media screen and (min-width: 768px) and (max-width: 2399px) and (orientation: landscape) {
  /* Component base on tablet-landscape */
  /* Component icons on tablet-landscape */
  /* Component lightbox on tablet-landscape */
  /* Component container on tablet-landscape */
  /* Component burger on tablet-landscape */
  /* Component header on tablet-landscape */
  /* Component image-lightbox on tablet-landscape */
  /* Component images-panel on tablet-landscape */
  /* Component info-lightbox on tablet-landscape */
  /* Component menu on tablet-landscape */
  /* Component news-item on tablet-landscape */
  /* Component news-list on tablet-landscape */
  /* Component page on tablet-landscape */
  /* Component paragraph-panel on tablet-landscape */
  /* Component project on tablet-landscape */
  .project__infos {
    padding: 0 50px;
  }
  .project__infos-link {
    padding-right: 50px;
  }
  .project__item-box {
    height: calc((100vh - (100vw - 122px)*3/8) / 2);
    min-height: 126px;
  }
  .project__item-box--2 {
    height: calc((100vw - 122px)*3/8);
    max-height: calc(100% - 252px);
    min-height: 0;
    padding: 0 37.5px;
    box-sizing: border-box;
  }
  .project__image {
    padding: 0 11px;
  }
  /* Component project-list on tablet-landscape */
  /* Component responsive-images on tablet-landscape */
  /* Component title-panel on tablet-landscape */
  /* Component video-panel on tablet-landscape */
}
@media screen and (min-width: 2400px) {
  /* Component base on desktop */
  body {
    font-size: 18px;
  }
  /* Component icons on desktop */
  /* Component lightbox on desktop */
  /* Component container on desktop */
  .container__header {
    width: calc(2400px - 100px);
  }
  /* Component burger on desktop */
  /* Component header on desktop */
  .header {
    height: 126px;
  }
  .header__logo svg {
    width: 220px;
  }
  /* Component image-lightbox on desktop */
  /* Component images-panel on desktop */
  .images-panel {
    width: 50%;
    margin: 0 auto;
  }
  /* Component info-lightbox on desktop */
  /* Component menu on desktop */
  .menu__navigation {
    padding: 50px 150px;
  }
  .menu__link-outer {
    padding-bottom: 3.1rem;
  }
  .menu__link {
    font-size: 1.7rem;
  }
  .menu__link span {
    margin: 0 1.15rem;
  }
  /* Component news-item on desktop */
  .news-item__panel--paragraph,
  .news-item__panel--images,
  .news-item__panel--video {
    margin-bottom: 100px;
  }
  /* Component news-list on desktop */
  .news-list {
    padding: 126px 50px 50px 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .news-list__item {
    margin-bottom: 100px;
  }
  /* Component page on desktop */
  .page {
    padding: 126px 50px 0 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .page__panel--paragraph,
  .page__panel--images,
  .page__panel--video {
    margin-bottom: 50px;
  }
  /* Component paragraph-panel on desktop */
  .paragraph-panel {
    margin-bottom: 50px;
  }
  .paragraph-panel__indent {
    text-indent: 45px;
  }
  /* Component project on desktop */
  .project__inner {
    max-width: 2300px;
  }
  .project__container[data-transition][data-transition='reset'] {
    transition: none;
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
  }
  .project__container[data-transition='current'] {
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
  }
  .project__container[data-transition='next'] {
    -webkit-transform: translate3d(-100vw, 0px, 0px);
    transform: translate3d(-100vw, 0px, 0px);
  }
  .project__container[data-transition='previous'] {
    -webkit-transform: translate3d(100vw, 0px, 0px);
    transform: translate3d(100vw, 0px, 0px);
  }
  .project__item--current {
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
  }
  .project__item--previous {
    -webkit-transform: translate3d(-100vw, 0px, 0px);
    transform: translate3d(-100vw, 0px, 0px);
  }
  .project__item--next {
    -webkit-transform: translate3d(100vw, 0px, 0px);
    transform: translate3d(100vw, 0px, 0px);
  }
  /* Component project-list on desktop */
  .project-list {
    min-height: calc(100% - 50px);
    padding: 126px 50px 0 50px;
  }
  /* Component responsive-images on desktop */
  .responsive-image--images-panel {
    margin-bottom: 50px;
  }
  /* Component title-panel on desktop */
  /* Component video-panel on desktop */
  .video-panel__inner {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 2400px) and (orientation: portrait) {
  /* Component base on desktop-portrait */
  /* Component icons on desktop-portrait */
  /* Component lightbox on desktop-portrait */
  /* Component container on desktop-portrait */
  /* Component burger on desktop-portrait */
  /* Component header on desktop-portrait */
  /* Component image-lightbox on desktop-portrait */
  /* Component images-panel on desktop-portrait */
  /* Component info-lightbox on desktop-portrait */
  /* Component menu on desktop-portrait */
  /* Component news-item on desktop-portrait */
  /* Component news-list on desktop-portrait */
  /* Component page on desktop-portrait */
  /* Component paragraph-panel on desktop-portrait */
  /* Component project on desktop-portrait */
  .project__title {
    width: calc(100vh -  252px);
  }
  .project__item-box {
    height: 126px;
  }
  .project__item-box--2 {
    height: calc(100% - 126px * 2);
    padding: 0 136px;
    box-sizing: border-box;
  }
  .project__image {
    padding: 11px 0;
  }
  .project__infos-link {
    padding-left: 48px;
  }
  .project__title {
    height: -76px;
  }
  .project__infos {
    -webkit-transform: rotate(-90deg) translate(50%, -76px);
    transform: rotate(-90deg) translate(50%, -76px);
  }
  .project__infos-link {
    -webkit-transform: rotate(-90deg) translate(100%, -76px);
    transform: rotate(-90deg) translate(100%, -76px);
  }
  .project__image img {
    max-height: calc(50vh - 137px);
  }
  .project__image--0 img {
    top: auto;
    bottom: 0;
  }
  .project__image--1 img {
    top: 0;
  }
  /* Component project-list on desktop-portrait */
  /* Component responsive-images on desktop-portrait */
  /* Component title-panel on desktop-portrait */
  /* Component video-panel on desktop-portrait */
}
@media screen and (min-width: 2400px) and (orientation: landscape) {
  /* Component base on desktop-landscape */
  /* Component icons on desktop-landscape */
  /* Component lightbox on desktop-landscape */
  /* Component container on desktop-landscape */
  /* Component burger on desktop-landscape */
  /* Component header on desktop-landscape */
  /* Component image-lightbox on desktop-landscape */
  /* Component images-panel on desktop-landscape */
  /* Component info-lightbox on desktop-landscape */
  /* Component menu on desktop-landscape */
  /* Component news-item on desktop-landscape */
  /* Component news-list on desktop-landscape */
  /* Component page on desktop-landscape */
  /* Component paragraph-panel on desktop-landscape */
  /* Component project on desktop-landscape */
  .project__infos {
    padding: 0 50px;
  }
  .project__image--0 {
    padding-right: 11px;
  }
  .project__image--1 {
    padding-left: 11px;
  }
  .project__item-box {
    height: calc((100vh - (2400px - 125px)*3/8) / 2);
    min-height: 126px;
  }
  .project__item-box--2 {
    height: calc((2400px - 125px)*3/8);
    max-height: calc(100% - 252px);
    min-height: 0;
  }
  /* Component project-list on desktop-landscape */
  /* Component responsive-images on desktop-landscape */
  /* Component title-panel on desktop-landscape */
  /* Component video-panel on desktop-landscape */
}
