@font-face {
  font-family: 'Space Grotesk';
  src: url("fonts/SpaceGrotesk-Medium.woff2") format("woff2"), url("fonts/SpaceGrotesk-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Public Sans';
  src: url("fonts/PublicSans-Medium.woff2") format("woff2"), url("fonts/PublicSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Public Sans';
  src: url("fonts/PublicSans-MediumItalic.woff2") format("woff2"), url("fonts/PublicSans-MediumItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
html {
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: y proximity;
      -ms-scroll-snap-type: y proximity;
          scroll-snap-type: y proximity;
  font-family: "Public Sans", 'Arial', sans-serif;
  font-size: 18px;
  letter-spacing: -0.006em;
  line-height: 1.22em; }

body {
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: geometricPrecision;
  scroll-behavior: smooth;
  background-color: transparent;
  color: black;
  padding: 20px; }

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

figure {
  margin: 0;
  padding: 0; }

.col-1-5 {
  width: 20%; }

.col-2-5 {
  width: 40%; }

.col-3-5 {
  width: 60%; }

.col-4-5 {
  width: 80%; }

.col-5-5 {
  width: 100%; }

.col {
  padding-left: 10px;
  padding-right: 10px; }

/*************** 1. Menu ***************/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  padding-top: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

h1.title {
  margin-top: 0;
  margin-bottom: 0;
  font: normal normal 1.16rem "Space Grotesk", arial, sans-serif; }

.holder-menu {
  width: 66%; }

.menu-list {
  list-style: none;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0;
  width: 100%; }
  .menu-list li {
    display: inline-block;
    font: normal normal 1.22rem "Public Sans", arial, sans-serif;
    padding: 3px 8px;
    background-color: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 12px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    margin-right: 20px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
  .menu-list li:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    background-color: white;
    -webkit-box-shadow: 0px 0px 21px 2px rgba(130, 130, 238, 0.75);
    box-shadow: 0px 0px 21px 2px rgba(130, 130, 238, 0.75); }
    .menu-list li:hover span.page-title {
      opacity: 1; }
    .menu-list li:hover a {
      color: #8282ee; }
  .menu-list li.active {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
    .menu-list li.active a {
      color: #8282ee; }

.scrolled li span.page-title {
  opacity: 0; }

.part-menu {
  position: fixed;
  top: 148px;
  left: 20px;
  width: 16.6666666667%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100; }
  .part-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .part-menu ul li {
      font: normal normal 1.16rem "Space Grotesk", arial, sans-serif;
      font-size: 1rem;
      line-height: 1.04em;
      text-transform: uppercase;
      margin-bottom: 1em; }
      .part-menu ul li a {
        -webkit-transition: color .2s linear;
        transition: color .2s linear; }
      .part-menu ul li.active a {
        color: #8282ee; }

#home-page {
  padding: 0; }
  #home-page .menu-list li {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

.col-50.blue-background {
  height: 100vh;
  background-color: #8282ee;
  width: 33.33%; }

.languages {
  width: auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
  padding-right: 10px;
  font-family: 'Space Grotesk';
  margin-left: 20px;
  margin-top: 0; }
  .languages .lang-button {
    display: inline-block;
    margin-right: 10px; }
  .languages .lang-button.active {
    color: #8282ee;
    font-weight: normal; }

.holder-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*************** 2. Journal ***************/
.about-page main {
  padding-top: 132px; }

.journal-page main {
  padding-top: 0; }

.about-page section {
  padding-bottom: 0; }

.about-page section:last-of-type {
  padding-bottom: 40vh; }

.journal-page section {
  display: none;
  padding-top: 132px;
  padding-bottom: 20vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.journal-page section.active-section {
  display: block;
  min-height: calc(99vh - 30px); }

.item {
  width: 83.3333333333%;
  margin-left: 16.6666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.date {
  font: normal normal 1.66rem "Space Grotesk", arial, sans-serif; }

.content {
  font: normal normal 1.22rem "Public Sans", arial, sans-serif;
  padding-top: 7px;
  max-width: 800px; }
  .content p {
    margin-top: 0;
    margin-bottom: 0; }
  .content p + p {
    margin-top: 1em; }

.image-thumbnail figure {
  position: relative;
  line-height: 0; }

.image-thumbnail figure:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  opacity: 1;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear; }

figcaption {
  margin-top: 17px;
  position: absolute;
  font-size: 0.8em; }

.image-thumbnail img {
  width: 100%;
  height: auto;
  position: relative;
  line-height: 0; }

.active-item .image-thumbnail img {
  -webkit-filter: none;
          filter: none; }
.active-item .image-thumbnail figure:after {
  display: none; }

.a-propos-page .image-thumbnail figure:after {
  display: none; }
.a-propos-page section {
  padding-bottom: 0; }

.content a {
  text-decoration: underline;
  color: inherit;
  text-underline-offset: 2px;
  -webkit-transition: all .1s linear;
  transition: all .1s linear; }

.content a:hover {
  text-decoration: none; }

.section {
  padding-bottom: 40vh; }

.main-actu {
  padding-top: 132px; }

/* Desktops and laptops ----------- */
@media only screen and (min-width: 780px) and (max-width: 1440px) {
  .part-menu {
    width: 22%;
    top: 110px; }

  .item {
    width: 78%;
    margin-left: 22%; }

  .part-menu ul li {
    font: normal normal 1.16rem "Space Grotesk", arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.04em;
    text-transform: uppercase;
    margin-bottom: 1em; }

  .journal-page section {
    display: none;
    padding-top: 92px; } }
@media only screen and (min-width: 780px) and (max-width: 1280px) {
  html {
    font-size: 16px; }

  .home-page .holder-menu {
    width: 66%; }

  .holder-menu {
    width: 80%; } }
.show-xs {
  display: none; }

.hide-xs {
  display: block; }

.hide-flex-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 780px) {
  .show-xs {
    display: block; }

  .hide-xs {
    display: none; }

  .hide-flex-xs {
    display: none; }

  .menu-btn span {
    display: block;
    height: 2px;
    border-radius: 10px;
    left: calc(50% - 9px);
    position: absolute;
    width: 18px;
    background-color: black; }

  .menu-btn {
    color: black;
    cursor: pointer;
    display: block;
    height: 66px;
    width: 65px;
    margin-left: auto;
    position: absolute;
    right: calc(50% - 33px);
    top: -2px;
    z-index: 150; }

  .menu-btn span:nth-child(1) {
    top: calc(50% - 5px); }

  .menu-btn span:nth-child(2) {
    top: 50%; }

  .menu-btn span:nth-child(3) {
    top: calc(50% + 5px); }

  .menu-btn.is-active span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg); }

  .menu-btn.is-active span:nth-child(2) {
    display: none; }

  .menu-btn.is-active span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg); }

  .active-item {
    color: black !important; }

  header {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    z-index: 100001;
    padding: 22px 26px;
    top: 0;
    background-color: #8282ee;
    height: 100px; }
    header h1 {
      font-size: 18px; }

  .menu-mobile {
    display: none;
    position: static;
    background-color: #8282ee; }
    .menu-mobile .menu-list {
      margin: 0;
      text-align: center;
      padding-top: 35px;
      padding-bottom: 15px;
      padding-left: 0;
      display: block; }

  .menu-mobile.is-active {
    display: block; }

  .menu-list li {
    display: block;
    margin-right: 0px;
    text-transform: none;
    text-transform: uppercase;
    margin-bottom: 4px; }

  header {
    height: 100px;
    padding: 0;
    padding-top: 49px; }

  header .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background-color: #8282ee;
    padding-bottom: 8px;
    margin-top: -1px; }

  .section {
    padding-bottom: 0; }

  .journal-page section {
    padding-top: 120px; }

  .menu-list li.active {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
    .menu-list li.active a {
      color: black; }

  span.page-emoji {
    font-size: 25px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0; }

  span.page-title {
    text-transform: capitalize;
    font-size: 18px; }

  h1.title {
    font: normal normal 1.7rem "Space Grotesk", arial, sans-serif; }

  .part-menu {
    display: none; }

  .journal-page .part-menu {
    position: static;
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 27px; }
  .journal-page .part-menu ul li {
    font-size: 1rem;
    line-height: 1.04em;
    text-transform: uppercase;
    margin-bottom: 0.6em; }

  .col {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .item {
    width: 100%;
    margin-left: 0;
    display: block; }

  .date {
    font: normal normal 1.4rem "Space Grotesk", arial, sans-serif; }

  .content {
    font: normal normal 1rem "Public Sans", arial, sans-serif; }

  .image-thumbnail {
    margin-bottom: 10px; }

  .section-title {
    font: normal normal 1rem 'Space Grotesk',arial,sans-serif;
    text-transform: uppercase;
    color: #8282ee;
    margin-bottom: 30px;
    margin-top: 9px; }

  .journal-page main {
    padding-top: 80px; }

  .lang-mobile {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 20px;
    font-family: 'Space Grotesk';
    margin-bottom: 0;
    padding-left: 0; }
    .lang-mobile .lang-button {
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px; }
    .lang-mobile .lang-button.active {
      color: white;
      font-weight: normal; }

  .col-50.blue-background {
    width: 100%; }

  .holder-menu {
    width: unset; }

  .a-propos-page .image-thumbnail {
    margin-bottom: 50px; } }

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