/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(../fonts/stylesheet.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, 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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background: none;
  border: none; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  font-family: var(--basefamily);
  font-size: var(--basesize);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4; }

h1, h2, h3 {
  font-weight: 400; }

strong {
  font-weight: inherit; }

figcaption {
  font-size: var(--captionsize);
  line-height: calc(var(--captionsize) * 1.2); }

.menu, #project-infos {
  font: var(--menufamily);
  line-height: calc(var(--menusize) + 3px); }

.languages {
  font-variant: small-caps;
  word-spacing: -0.1vw;
  color: var(--white);
  font-size: 1vw; }

#infos #content {
  font: var(--labeurfamily);
  line-height: calc(var(--labeursize) * 1.2); }

#projects time {
  font: var(--menufamily);
  line-height: 1.2em; }

#project h2, #project #projectblocks h3 {
  font: var(--menufamily); }

.BoliviaExt {
  font-family: 'Bolivia Extended'; }

:root {
  --basesize: 1.25rem;
  --color: red;
  --basefamily: 'Gestner';
  --logofamily: 'Bolivia Extended G';
  --menusize: clamp(1.5rem, 2vw + 2rem, 2.063rem);
  --menufamily: var(--menusize) 'Bolivia Extended';
  --labeursize: clamp(1rem, 2vw + 2rem, 1.125rem);
  --labeurfamily: var(--labeursize) 'Gestner';
  --captionsize: calc(16px + (18 - 16) * ((100vw - 980px) / (2560 - 980)));
  --homecolor: #272724;
  --white: rgb(255, 255, 255);
  --lightgrey: rgb(239, 239, 239);
  --grey: rgb(235, 235, 235);
  --margin: 15px;
  --margin-bottom: 80px;
  --app-height: 100%;
  --logo-height: 100%;
  --menu-height: 100%; }

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

html, body {
  margin: 0;
  padding: 0;
  background-color: var(--white);
  height: var(--app-height);
  width: 99%;
  overflow: hidden !important; }

#container {
  position: fixed;
  width: 100%;
  height: var(--app-height);
  z-index: 60; }

.closed-project {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden; }

.opened-project {
  overflow: hidden; }

a {
  color: currentColor;
  text-decoration: none; }

a:hover, button:hover {
  cursor: pointer; }

svg {
  stroke-width: 0; }
  svg .cls-2 {
    stroke-width: 20px; }

.close svg {
  stroke: var(--homecolor);
  stroke-width: 2px;
  width: 100%;
  height: 100%;
  position: relative;
  top: -0.125em; }

#infos svg, #infos .cls-2 {
  stroke: var(--white); }

#mc_embed_signup .mc-field-group {
  display: grid;
  grid-template-columns: 90% 10%;
  background-color: none;
  border: 1px solid var(--white);
  padding: calc(var(--margin) / 6) calc(var(--margin)/2);
  width: 80%; }
  #mc_embed_signup .mc-field-group #mce-EMAIL {
    font: var(--labeurfamily);
    font-style: italic;
    color: var(--white);
    border: none;
    background-color: inherit; }
  #mc_embed_signup .mc-field-group input {
    outline: none;
    padding: 0;
    width: 100%; }
  #mc_embed_signup .mc-field-group input[type=text] {
    width: 100%;
    color: var(--white); }
  #mc_embed_signup .mc-field-group input[type=text]:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    display: inline-block; }
  #mc_embed_signup .mc-field-group button, #mc_embed_signup .mc-field-group [type="button"], #mc_embed_signup .mc-field-group [type="reset"], #mc_embed_signup .mc-field-group [type="submit"] {
    position: relative;
    display: inline-block;
    font: var(--labeurfamily);
    text-align: right;
    color: var(--white); }
  #mc_embed_signup .mc-field-group button {
    position: relative; }

html {
  scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

.grid, .grid-6 {
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 20px; }

.grid {
  grid-template-columns: repeat(7, 1fr); }

.grid-6 {
  grid-template-columns: repeat(6, 1fr); }

.column-2 {
  grid-column: span 2; }

.column-3 {
  grid-column: span 3; }

.column-4 {
  grid-column: span 4; }

#projects-list .column-2:nth-child(odd) {
  grid-column: -1 / -3; }

#projects-list .column-3:nth-child(odd) {
  grid-column: -1 / -4; }

#projects-list .column-4:nth-child(odd) {
  grid-column: -1 / -5; }

#projectblocks .column-2:nth-child(even) {
  grid-column: -1 / -3; }

#projectblocks .column-3:nth-child(even) {
  grid-column: -1 / -4; }

#projectblocks .column-4:nth-child(even) {
  grid-column: -1 / -5; }

#projectblocks .column-, #projectblocks h2 {
  grid-column: span 6; }

img {
  width: 100%; }

time {
  grid-column: span 7; }

#thanks {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px; }

.languages .active {
  display: none; }

.languages {
  grid-column: -1/-2; }

#project-infos li {
  grid-column: span 1; }

#project-infos .title {
  grid-column: span 2; }

#project-infos li:last-child {
  justify-self: end; }

#project-infos .place {
  grid-column: 4 / 6;
  word-wrap: break-word; }

#project-infos .year {
  grid-column: 6 / 7; }

#home {
  position: relative;
  padding: var(--margin);
  z-index: 99;
  height: var(--app-height);
  width: 100%;
  background-color: var(--lightgrey);
  -webkit-animation-name: backgroundcolor;
  animation-name: backgroundcolor;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  display: grid;
  grid-template-rows: var(--logo-height) calc(100% - 50px - var(--logo-height));
  grid-gap: 50px; }
  #home section .logo {
    display: block;
    height: calc(var(--logo-height) - 2%);
    margin-top: -8px; }
    #home section .logo svg {
      fill: var(--white); }
  #home #home-nav {
    position: absolute;
    padding: var(--margin);
    padding-top: 60px;
    bottom: 0;
    height: calc(var(--app-height) - var(--logo-height) - var(--margin));
    /* display: grid;
    grid-template-columns: repeat(2, 49.5%);
    grid-gap: var(--margin); */
    width: 100%; }
    #home #home-nav button {
      position: absolute;
      bottom: var(--margin);
      height: calc(var(--app-height) / 3);
      /*  display: inline-flex; 
      min-height: 100%; */ }
      #home #home-nav button img {
        height: 100%;
        width: auto; }
    #home #home-nav #infobtn {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      right: var(--margin); }

@-webkit-keyframes backgroundcolor {
  from {
    background-color: var(--homecolor); }
  to {
    background-color: var(--lightgrey); } }

@keyframes backgroundcolor {
  from {
    background-color: var(--homecolor); }
  to {
    background-color: var(--lightgrey); } }

.menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  .menu a {
    font-size: var(--menusize);
    line-height: calc(var(--menusize) * 1.2%); }
  .menu a:nth-child(2), .menu a:nth-child(4) {
    text-align: right; }
  .menu .icon {
    display: none;
    line-height: 0; }
    .menu .icon svg {
      height: 0.8em;
      width: 0.8em;
      top: 0.15em;
      position: relative; }
  .menu a:hover .icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .menu .selected .icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

#category {
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  justify-self: end;
  grid-column-gap: calc(var(--margin)*2); }
  #category a .icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    opacity: 0; }
  #category a:hover .icon {
    opacity: 100%; }
  #category .selected .icon {
    opacity: 100%; }

#infos {
  position: fixed;
  width: 52%;
  height: 100vh;
  overflow-x: scroll;
  top: 0;
  right: 0;
  background-color: var(--homecolor);
  color: var(--white);
  padding: 0 0 var(--margin) 0;
  overflow-x: hidden; }
  #infos #menuinfo {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: var(--homecolor);
    padding: calc(var(--margin)/2) var(--margin) calc(var(--margin-bottom) - var(--margin)) var(--margin);
    margin-bottom: var(--margin);
    width: 52vw; }
  #infos .menu a:nth-child(2) {
    margin-right: 30%; }
  #infos .close {
    position: absolute;
    top: var(--margin);
    right: var(--margin);
    height: calc(var(--menusize) * 0.7);
    width: calc(var(--menusize) * 0.7);
    padding: 0; }
    #infos .close svg {
      width: 100%;
      height: 100%; }
  #infos #content {
    position: relative;
    width: 52vw;
    z-index: 50;
    margin-bottom: calc(var(--margin-bottom)*2);
    padding: 0 var(--margin) 0 var(--margin); }
    #infos #content section {
      margin-bottom: var(--margin-bottom); }
      #infos #content section p {
        margin-bottom: var(--margin); }
    #infos #content #contact section {
      margin-bottom: calc(var(--margin)*2); }
    #infos #content h2 {
      margin-bottom: calc(var(--margin) + 10px);
      text-align: center; }
    #infos #content #team figure figcaption, #infos #content #associates figure figcaption {
      min-height: var(--margin-bottom); }
    #infos #content #team figure p, #infos #content #associates figure p {
      margin: 0; }
    #infos #content .phylosophy p:last-child {
      margin-bottom: 0; }
    #infos #content #thanks {
      margin-top: var(--margin); }
      #infos #content #thanks p {
        margin-bottom: var(--margin); }
      #infos #content #thanks ul {
        margin-bottom: var(--margin-bottom); }
    #infos #content #prize ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: var(--margin);
      -moz-column-gap: var(--margin);
      column-gap: var(--margin); }
      #infos #content #prize ul li {
        margin-bottom: var(--margin); }
    #infos #content #press p {
      margin-bottom: 0; }
    #infos #content #press > ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: var(--margin);
      -moz-column-gap: var(--margin);
      column-gap: var(--margin);
      margin-left: 15px; }
      #infos #content #press > ul p {
        text-indent: -15px; }
      #infos #content #press > ul > li {
        margin-bottom: var(--margin); }
    #infos #content #contact section {
      /* margin:   var(--margin) 0; */ }
      #infos #content #contact section h2 {
        text-align: inherit;
        margin-bottom: 0; }
      #infos #content #contact section ul li {
        width: calc(var(--menusize) / 1.5);
        height: auto;
        display: inline-block;
        margin-right: 20px; }
      #infos #content #contact section a:hover {
        text-decoration: underline; }
    #infos #content #contact #newsletter p {
      margin-bottom: 0; }

.modal-window {
  display: none;
  width: 0; }

.modal-window.opened {
  display: block;
  z-index: 99;
  -webkit-animation-name: right-to-left;
  animation-name: right-to-left;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

@-webkit-keyframes right-to-left {
  from {
    width: 0; }
  to {
    width: 50%; } }

@keyframes right-to-left {
  from {
    width: 0; }
  to {
    width: 50%; } }

#header {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  z-index: 80;
  padding: var(--margin) var(--margin) calc(var(--margin) / 2) var(--margin);
  background-color: white;
  display: grid;
  grid-template-columns: 2fr 1fr; }
  #header .logo {
    font-family: var(--logofamily);
    font-size: var(--menusize);
    line-height: 1; }
  #header .cat-btn {
    display: none;
    text-align: right;
    padding: 0; }
    #header .cat-btn svg {
      height: calc(var(--menusize)*0.8);
      width: calc(var(--menusize)*0.8);
      -webkit-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out; }
    #header .cat-btn svg:hover {
      -webkit-animation-name: rotation;
      animation-name: rotation;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

.header-closed {
  position: fixed !important;
  width: 100%;
  border-bottom: 1px solid black;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  background-color: var(--lightgrey) !important;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
  .header-closed .cat-btn {
    display: block !important; }

.header-open {
  border-bottom: 1px solid black;
  background-color: var(--lightgrey) !important; }

#projects {
  min-height: 100vh;
  background-color: white; }
  #projects #projects-list {
    margin: 0 var(--margin);
    padding-top: var(--menu-height);
    padding-bottom: var(--margin-bottom); }
  #projects time {
    width: 27.8%;
    line-height: 0.8em;
    padding: var(--margin) 0; }
  #projects a {
    position: relative;
    z-index: 1; }
    #projects a article {
      margin-bottom: calc(var(--margin-bottom) - var(--margin)); }
      #projects a article img {
        position: relative;
        z-index: 3; }
    #projects a figcaption {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      opacity: 0; }
    #projects a article:hover figcaption {
      -webkit-transition: 1s ease-in-out;
      transition: 1s ease-in-out;
      opacity: 100%; }

#project {
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden; }
  #project .grid {
    margin: 0; }
  #project #project-infos {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: var(--white);
    padding: var(--margin);
    width: 100vw; }
  #project #projectblocks {
    padding: 0 var(--margin);
    width: 100%; }
    #project #projectblocks figure, #project #projectblocks h2 {
      margin-bottom: var(--margin-bottom); }
    #project #projectblocks figure figcaption {
      opacity: 0; }
    #project #projectblocks figure:hover figcaption {
      opacity: 100%; }
    #project #projectblocks h3, #project #projectblocks p {
      grid-column: 4 / span 4; }
    #project #projectblocks h3 {
      margin-bottom: var(--margin-bottom); }
    #project #projectblocks p {
      margin-bottom: var(--margin);
      margin-right: var(--margin);
      font: var(--labeurfamily); }
    #project #projectblocks p strong {
      display: block;
      text-align: center;
      width: 100%;
      margin-top: var(--margin-bottom); }
  #project #details {
    font: var(--labeurfamily);
    padding: 0 var(--margin);
    margin-bottom: calc(var(--margin-bottom)*4); }
    #project #details h3 {
      margin-bottom: var(--margin); }

.close {
  display: block;
  width: calc(var(--menusize) * 0.7);
  height: calc(var(--menusize) * 0.7);
  padding: 0;
  margin-right: 1.5px; }
  .close svg {
    width: 100%;
    height: 100%; }

.closed-project > #project {
  display: none; }

.opened-project > #project {
  position: fixed;
  display: block;
  min-height: 100vh;
  height: 100%;
  z-index: 70;
  height: calc(var(--app-height) - var(--menu-height));
  background-color: var(--white);
  -webkit-animation-name: down-to-up;
  animation-name: down-to-up;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  top: var(--menu-height);
  overflow-x: scroll; }

@-webkit-keyframes down-to-up {
  from {
    top: 100vw; }
  to {
    top: calc(40px + var(--menusize)); } }

@keyframes down-to-up {
  from {
    top: 100vw; }
  to {
    top: calc(40px + var(--menusize)); } }

.closed {
  display: none !important; }

.smartphone {
  display: none; }

@media screen and (max-width: 1080px) {
  #home #home-nav {
    height: 50vw; }
  #header {
    grid-template-columns: 55% 45%; } }

@media screen and (max-width: 992px) {
  :root {
    --margin-bottom: 30px;
    --margin: 15px; }
  #container {
    -webkit-scroll-snap-type: inherit;
    -ms-scroll-snap-type: inherit;
    scroll-snap-type: inherit; }
  #home {
    overflow-x: hidden; }
  #infos {
    width: 52%;
    height: var(--app-height);
    margin-bottom: calc(var(--margin-bottom)*2); }
    #infos #menuinfo {
      width: 100%;
      padding-bottom: inherit;
      margin-bottom: inherit;
      padding-top: calc(var(--margin) / 2); }
      #infos #menuinfo .menu {
        grid-template-columns: 1fr;
        max-width: 95%; }
        #infos #menuinfo .menu a:nth-child(2), #infos #menuinfo .menu a:nth-child(4) {
          text-align: inherit; }
    #infos #content {
      margin: calc(2*var(--margin-bottom)) 0;
      height: 100%;
      width: 92vw; }
      #infos #content h2 {
        margin-bottom: var(--margin-bottom); }
      #infos #content section {
        margin-bottom: var(--margin-bottom); }
      #infos #content ul, #infos #content #prize ul, #infos #content #press ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        word-wrap: break-word; }
      #infos #content .path p {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; }
      #infos #content .grid-6 {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: var(--margin); }
      #infos #content .blocks {
        margin-bottom: var(--margin-bottom); }
      #infos #content .phylosophy {
        margin-bottom: 0; }
        #infos #content .phylosophy .column-3 {
          grid-column: span 6; }
      #infos #content #team figure figcaption {
        margin-top: 10px;
        opacity: 100%;
        position: inherit; }
      #infos #content #team figure:last-child {
        padding-bottom: 0; }
      #infos #content #associates figure {
        padding-bottom: 0; }
        #infos #content #associates figure figcaption {
          margin-top: 10px;
          opacity: 100%;
          position: inherit; }
      #infos #content #thanks {
        font-size: var(--captionsize);
        line-height: 1.2em;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; }
        #infos #content #thanks ul {
          -webkit-column-count: 1;
          -moz-column-count: 1;
          column-count: 1; }
      #infos #content #press ul {
        margin-left: var(--margin); }
  #header {
    grid-template-columns: 1fr 3fr; }
    #header #category {
      width: 100%;
      margin-bottom: var(--margin);
      grid-row: 2;
      grid-column: span 2; }
      #header #category .icon {
        display: none; }
  .header-closed {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .smartphone {
    height: calc(var(--menusize)*0.7);
    width: var(--menusize);
    margin-top: -2%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: end;
    padding: 0;
    line-height: 1; }
    .smartphone svg {
      width: calc(var(--menusize) * 0.7);
      height: calc(var(--menusize) * 0.7); }
      .smartphone svg #cross {
        display: none; }
  .header-closed .smartphone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header-open {
    display: none; }
  #projects a article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #projects a article figure {
      margin-bottom: 0; }
      #projects a article figure img {
        margin-bottom: 0; }
    #projects a article figcaption {
      position: relative; }
  #project #projectblocks figure figcaption {
    opacity: 100%;
    margin-top: -10px;
    padding-top: 5px; }
  #project #details {
    display: block;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: var(--margin);
    -moz-column-gap: var(--margin);
    column-gap: var(--margin);
    width: 86vw;
    word-wrap: break-word; } }

@media only screen and (max-width: 576px) {
  #home .logo svg {
    width: 456%; }
    #home .logo svg path:first-child {
      position: absolute; }
    #home .logo svg path:nth-child(n+2) {
      display: none; }
  #home #home-nav button {
    height: calc(var(--app-height) / 6); }
  #home .languages {
    font-size: 4vw; }
  #infos {
    width: 92%; }
  #projects #cat-btn svg {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
  #projects #cat-btn svg:hover {
    -webkit-animation-name: in;
    animation-name: in; }
  #projects a article figure {
    margin-bottom: 0; }
  #projects a article figcaption {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    text-align: inherit; }
    #projects a article figcaption h3 {
      font: var(--labeurfamily);
      line-height: 1.2em; }
      #projects a article figcaption h3 p {
        text-align: inherit; }
    #projects a article figcaption h3:last-child {
      text-align: right; }
  #projects #projects-list {
    position: relative; }
  #projects time {
    margin-bottom: var(--margin); }
  #header {
    grid-template-columns: repat(2, 1fr);
    grid-gap: var(--margin);
    margin-bottom: var(--margin-bottom); }
    #header #category {
      margin-bottom: var(--margin);
      grid-row: 2;
      grid-column: span 2;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0px; }
    #header .menu {
      text-align: left !important; }
    #header .languages {
      grid-column: span 1;
      position: inherit;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      #header .languages a {
        line-height: 0.7; }
  .header-closed {
    display: block; }
  .border {
    border: 1px solid black; }
  #project #project-infos {
    width: 100%; }
    #project #project-infos .place, #project #project-infos .year {
      display: none; }
    #project #project-infos ul {
      width: 90%; }
    #project #project-infos .close {
      position: absolute;
      top: var(--margin);
      right: var(--margin);
      height: calc(var(--menusize) * 0.7);
      width: calc(var(--menusize) * 0.7);
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center; }
      #project #project-infos .close svg {
        top: .125em;
        position: relative; }
  #project #projectblocks {
    margin: 0;
    width: 100%; }
    #project #projectblocks figure {
      margin-bottom: calc( var(--margin-bottom) * 1.5);
      margin-left: inherit;
      width: inherit; }
    #project #projectblocks img {
      width: 100%;
      margin: 0;
      margin-bottom: 10px; }
    #project #projectblocks h2 {
      padding: 0;
      margin-bottom: calc(2 * var(--margin-bottom)); }
  #project #details {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .opened {
    display: grid; }
  .grid {
    display: block; }
  #cat-btn {
    display: none; }
  .smartphone {
    display: block;
    justify-self: end; } }

/*# sourceMappingURL=main.css.map */
