/*! normalize.css v8.0.0 | 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;
}

/**
   * 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 {
  -webkit-box-sizing: content-box;
          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;
}

/**
   * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

@font-face {
  font-family: "font";
  src: url("../assets/fonts/font.ttf") format("ttf");
}

html {
  background-color: black;
  height: 100%;
  -webkit-user-drag: none;
}

body {
  height: 100%;
  margin: 0;
  background-color: black !important;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  -webkit-user-drag: none;
}

body .main-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.5s ease, opacity 0.5s ease;
  transition: visibility 0.5s ease, opacity 0.5s ease;
}

body .main-menu.active {
  visibility: visible;
  opacity: 1;
}

body a {
  color: white !important;
}

body h2 {
  font-family: 'Source Sans Pro';
}

body.films .ariane .page {
  color: #C64340;
}

body.films .project-title {
  color: #C64340;
}

body.films .nav .next, body.films .nav .previous {
  color: #C64340;
}

body.music .ariane .page {
  color: #948BC1;
}

body.music .project-title {
  color: #948BC1;
}

body.music .nav .next, body.music .nav .previous {
  color: #948BC1;
}

body.culture .ariane .page {
  color: #36A18B;
}

body.culture .project-title {
  color: #36A18B;
}

body.culture .nav .next, body.culture .nav .previous {
  color: #36A18B;
}

header {
  width: 100%;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  height: 7vh;
  padding: 0 1.5rem;
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .burger {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 640px) {
  header {
    padding: 0 2rem;
  }
}

@media screen and (min-width: 1024px) {
  header {
    width: 100px;
    height: unset;
    padding: unset;
    background-color: white;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: solid 1px black;
  }
  header .burger {
    width: 100%;
    padding: 0;
    height: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: solid 1px black;
    position: relative;
  }
  header .burger .logo {
    position: absolute;
    left: 150px;
    top: 50%;
    fill: black;
    width: 200px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .lang {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .lang a {
    margin: 0.5rem;
    color: black !important;
  }
  header .lang a.active {
    font-weight: bold !important;
    cursor: default;
    pointer-events: none;
  }
  header .social {
    width: 100%;
    padding: 2rem 0;
  }
  header .social a {
    margin: 0.5rem;
    color: black !important;
  }
}

footer {
  height: 7vh;
  position: fixed;
  bottom: 0;
  -webkit-transform: unset;
          transform: unset;
  width: 100%;
  z-index: 999;
}

footer nav {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

footer a {
  margin: 0 1rem;
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
  footer {
    position: fixed;
    bottom: 0;
    right: 0;
    -webkit-transform: unset;
            transform: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: unset;
    padding: 0 2rem 2rem 0;
    z-index: 999;
  }
  footer nav {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  footer a {
    font-size: 1em;
  }
}

.main-menu {
  position: absolute;
  z-index: 10000000;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: white;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .main-menu {
    left: 100px;
  }
}

.main-menu a {
  color: black !important;
}

.main-menu .mail-contact {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .main-menu .mail-contact {
    bottom: 2rem;
  }
}

.main-menu .social {
  width: 100%;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-menu .social a {
  margin: 0 1rem;
}

.main-menu nav .element {
  margin-bottom: 1rem;
}

.main-menu nav .element h2 {
  margin: 0;
  cursor: default;
  color: #797979;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-size: 40px;
  font-family: "Lora", serif;
  font-weight: 600;
  letter-spacing: 3px;
}

@media screen and (min-width: 640px) {
  .main-menu nav .element h2 {
    font-size: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .main-menu nav .element h2 {
    font-size: 80px;
  }
}

.main-menu nav .element ul {
  margin: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
}

.main-menu nav .element ul li a {
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
  font-size: 24px;
  font-weight: 300;
  color: black !important;
}

.main-menu nav .element ul li a:hover {
  letter-spacing: 2px;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
}

@media screen and (min-width: 640px) {
  .main-menu nav .element ul li a {
    font-size: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .main-menu nav .element ul li a {
    font-size: 36px;
  }
}

.main-menu nav .element:hover h2 {
  color: black;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.main-menu nav .element:hover ul {
  opacity: 1;
  max-height: 200px;
  -webkit-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
}

.main-menu nav .films:hover h2 {
  color: black !important;
}

.main-menu nav .films:hover h2 .dot {
  color: #C64340;
}

.main-menu nav .music:hover h2 .dot {
  color: #948BC1;
}

.main-menu nav .culture:hover h2 .dot {
  color: #36A18B;
}

.main-container {
  margin: 0;
  background-color: white !important;
  color: white !important;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 100vw;
  position: relative;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-user-drag: none;
}

.main-container .project-title {
  font-family: "Lora";
  font-size: 40px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .main-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 100px !important;
    height: 100vh;
  }
  .main-container .project-title {
    font-size: 56px;
  }
}

.main-container::before {
  display: none;
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  background-color: black;
  height: 250px;
}

@media screen and (min-width: 1024px) {
  .main-container::before {
    display: block;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    background-color: black;
    width: 45%;
    height: unset;
    left: unset;
  }
}

.main-container .ariane {
  position: absolute;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  right: 48%;
  top: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: black;
}

.main-container .ariane i {
  margin: 0 10px;
}

.main-container main {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  -webkit-user-drag: none;
}

.main-container main ul {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  overflow-x: scroll;
  margin: 0;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  list-style: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 7vh 0 7vh 0;
  -webkit-user-drag: none;
}

.main-container main ul li {
  scroll-snap-align: start;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  width: 100%;
  position: relative;
}

.main-container main ul li .text {
  padding: 2% 5% 2% 5%;
  position: absolute;
  top: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 60%;
  color: black !important;
  overflow-y: scroll;
}

.main-container main ul li .text h3 {
  font-size: 1em;
  font-weight: bold;
}

.main-container main ul li .media {
  padding: 0 5vw;
  overflow: hidden;
  height: 28%;
  position: absolute;
  bottom: 10%;
  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;
}

.main-container main ul li .media img, .main-container main ul li .media iframe {
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-container main ul li .nav {
  position: absolute;
  width: 100%;
  padding: 0 5vw;
  bottom: 2vh;
}

.main-container main ul li .nav .pag {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-container main ul li .nav .next {
  margin-left: 20px;
  cursor: pointer;
}

.main-container main ul li .nav .next i {
  margin-left: 10px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.main-container main ul li .nav .next:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.main-container main ul li .nav .previous {
  margin-right: 20px;
  cursor: pointer;
}

.main-container main ul li .nav .previous i {
  margin-right: 10px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.main-container main ul li .nav .previous:hover i {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.main-container main ul li::before {
  display: block;
  position: fixed;
  content: "";
  right: 0;
  left: 0;
  bottom: 0px;
  z-index: -1;
  background-color: black;
  height: 30%;
}

@media screen and (min-width: 1024px) {
  .main-container main {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .main-container main ul {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    padding: 0;
    height: 100%;
  }
  .main-container main ul li {
    height: 65vh;
    max-height: unset;
    min-height: unset;
  }
  .main-container main ul li .text {
    max-height: 100%;
    overflow: auto;
    position: unset;
    padding: 0 5vw;
  }
  .main-container main ul li .media {
    position: unset;
    height: 100%;
    padding: 0 !important;
  }
  .main-container main ul li .nav {
    width: unset;
    position: absolute;
    right: 50px;
    bottom: -40px;
    padding: 0;
  }
  .main-container main ul li .nav .pag {
    position: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
  }
  .main-container main ul li::before {
    display: none;
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */
.legal-notice .main-container::before {
  display: none;
}

.legal-notice .main-container .mentions {
  padding: 100px 0 !important;
}

.legal-notice .main-container .mentions .project-slider {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: initial !important;
}

.legal-notice .main-container .mentions .project-slider::-webkit-scrollbar {
  display: initial !important;
}

.legal-notice .main-container .mentions .project-slider .text {
  padding: 0 2rem;
}

@media screen and (min-width: 1024px) {
  .legal-notice .main-container .mentions .project-slider .text {
    padding: 5rem;
  }
}

.legal-notice .main-container .mentions .project-slider h2 {
  color: black;
  font-family: "Source sans pro";
  font-size: 1em;
  margin-top: 25px;
}

.legal-notice .main-container .mentions .project-slider ul {
  overflow-x: hidden !important;
  list-style: initial !important;
  padding: 0;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-height: unset;
  max-height: unset;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.legal-notice .main-container .mentions .project-slider ul li {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.legal-notice .main-container .mentions .project-slider ul li::before {
  visibility: hidden;
}

.legal-notice .main-container .mentions .project-slider p {
  color: black;
}

.legal-notice footer a {
  color: black !important;
}

@media screen and (min-width: 1024px) {
  .legal-notice footer a {
    color: white !important;
  }
}

*::-webkit-scrollbar {
  -webkit-appearance: none;
}

*::-webkit-scrollbar:vertical {
  width: 11px;
}

*::-webkit-scrollbar:horizontal {
  height: 11px;
  display: none;
}

*::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999999999;
}
/*# sourceMappingURL=pages.css.map */