@font-face {
  font-family: "Helvetica-Ew";
  src: url(../fonts/fda664cde910eee05f383d2bb528ba28.woff2) format("woff2"), url(../fonts/037cae6a300fa205773ae3f2da812460.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Thin";
  src: url(../fonts/589662f654ff3d948910cb06f7ccd777.woff) format("woff");
  src: url(../fonts/39a5c620d6cc418437a911783178b11e.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto-Light";
  src: url(../fonts/10ad0f861c0c5807734017c341940649.woff) format("woff");
  src: url(../fonts/ed4b08d2702fa26acc324ef1e89ae837.woff2) format("woff2");
}
@font-face {
  font-family: "WorkSans-Light";
  src: url(../fonts/9e65124413537baf64c3f8c300225f01.woff) format("woff");
}
@font-face {
  font-family: "WorkSans-SemiBold";
  src: url(../fonts/6dd075e4e1f438870cdd3c2ed863507c.woff) format("woff");
}
body {
  padding: 0;
  width: 100vw;
  font-family: "Helvetica-Ew", sans-serif;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

p {
  font-size: 13px;
}

a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: black;
  text-decoration: none;
}
a:hover {
  color: #3cc787;
}

html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

@media only screen and (max-width: 750px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }
  .desktop-inline {
    display: inline;
  }

  body {
    padding: 0;
    position: relative;
    overflow: scroll;
    height: -webkit-fill-available;
    font-size: 12px;
  }

  p,
h3,
h5 {
    font-size: 12px;
  }

  h1 {
    font-size: 4.3vw !important;
  }
}
#wpadminbar {
  display: none;
}

.header {
  width: 100vw;
  position: fixed;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  padding: 0 30px;
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  background: transparent;
}
.header--sticky {
  background: white;
  color: black !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header--sticky .header--link-white:hover {
  color: black !important;
}
.header--sticky .header--link-white.header--link-selected::after {
  background: black;
}
.header--sticky a {
  color: black !important;
}
.header--fixed {
  background: white;
  color: black !important;
}
.header--fixed .header--link-white:hover {
  color: black !important;
}
.header--fixed .header--link-white.header--link-selected::after {
  background: black;
}
.header--fixed a {
  color: black !important;
}
.header--logo {
  width: 147px;
}
.header--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3px 0 0 0;
}
.header--nav-white .lang-item a {
  color: white;
}
.header--link {
  margin: 0 10px;
  text-decoration: none;
  color: black;
  position: relative;
}
.header--link:hover {
  color: black !important;
}
.header--link-white {
  color: white;
}
.header--link-white:hover {
  color: white !important;
}
.header--link-white.header--link-selected::after {
  background: white;
}
.header--link-selected::after {
  content: "";
  width: 100%;
  height: 2px;
  background: black;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.lang-item {
  display: block;
  padding: 0 10px;
}
.lang-item a {
  text-decoration: none;
  color: black;
  opacity: 0.6;
}
.lang-item a:hover {
  opacity: 1;
}

.lang-item-first {
  padding: 0 0 0 10px;
}

.current-lang a {
  opacity: 1;
}

/* BIG SCREEN */
/* TABLET */
/* MOBILE */
@media only screen and (max-width: 750px) {
  .header {
    padding: 0 20px;
    z-index: 9999;
  }
  .header--logo {
    width: 140px;
    position: absolute;
    z-index: 9;
    top: 7px;
  }
  .header--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: white;
    height: 50vh;
    top: -50vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .header--nav .lang-item {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 18px;
    padding: 0;
    opacity: 0;
    -webkit-transition: 2s ease;
    transition: 2s ease;
  }
  .header--nav .lang-item:first-child {
    padding: 0;
  }
  .header--nav .lang-item:last-child {
    left: 57px;
  }
  .header--nav-selected {
    top: 0;
  }
  .header--nav-selected .header--link {
    opacity: 1;
    -webkit-transition: 2s ease;
    transition: 2s ease;
  }
  .header--nav-selected .lang-item {
    opacity: 1;
    -webkit-transition: 2s ease;
    transition: 2s ease;
  }
  .header--nav-white .lang-item a {
    color: black !important;
  }
  .header--link {
    color: black !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5px 0 5px 20px;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: 2s ease;
    transition: 2s ease;
  }
  .header--link-white {
    color: black !important;
  }
  .header--link-white.header--link-selected::after {
    background: black;
  }
  .header--burger {
    width: 25px;
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: 20px;
    top: 19px;
  }
  .header--burger--wrapper {
    width: 100%;
    height: 1px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    opacity: 1;
  }
  .header--burger--stroke {
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .header--burger-selected .header--burger--wrapper:first-child {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .header--burger-selected .header--burger--wrapper:first-child .header--burger--stroke {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .header--burger-selected .header--burger--wrapper:nth-child(2) {
    opacity: 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .header--burger-selected .header--burger--wrapper:last-child {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .header--burger-selected .header--burger--wrapper:last-child .header--burger--stroke {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }

  .veil {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 3;
    display: none;
    opacity: 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .veil-display {
    display: block;
  }
  .veil-selected {
    opacity: 0.3;
    background: black;
  }
}
.footer {
  margin: 110px 0 0 0;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer--item {
  width: 16.6666666667%;
}
.footer--item:first-child {
  text-transform: uppercase;
}
.footer--link {
  color: black;
  text-decoration: none;
}

/* BIG SCREEN */
/* TABLET */
@media only screen and (max-width: 900px) and (min-width: 750px) {
  .footer {
    margin: 55px 0 0 0;
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .footer--item {
    width: 33.3333333333%;
    margin: 0 0 20px 0;
  }
  .footer--item:first-child {
    position: absolute;
    margin: 0;
  }
  .footer--item:nth-child(2n) {
    margin: 0 0 20px 33.3333333333%;
  }
}
/* MOBILE */
@media only screen and (max-width: 750px) {
  .footer {
    margin: 55px 0 0 0;
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .footer--item {
    width: 50%;
    margin: 0 0 20px 50%;
  }
  .footer--item:first-child {
    position: absolute;
    margin: 0;
  }
}
.artist {
  margin: 85px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  scroll-behavior: smooth;
}
.artist-on {
  position: fixed;
  top: 0;
  background: white;
  overflow: scroll;
  height: calc(100vh - 60px);
}
.artist--title {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  margin: 0;
}
.artist--location {
  margin: 0;
  font-size: 15px;
}
.artist--collection {
  width: 33.3333333333%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.artist--collection-on {
  width: 117px;
  height: -webkit-max-content;
}
.artist--header {
  background: white;
}
.artist--header-fixed {
  position: fixed;
  padding: 0 0 15px;
  z-index: 9;
}
.artist--serie {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: calc(50vh + 50% - 161px) 0 0 0;
  padding: 0 0 calc(50vh + 100% - 161px) 0;
}
.artist--serie-showed {
  opacity: 1;
  z-index: 1;
}
.artist--serie--thumbnail {
  width: 117px;
  height: auto;
  margin: 0 0 15px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.artist--serie--thumbnail:hover {
  opacity: 0.6;
}
.artist--series {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.artist--series:hover {
  color: #16e49a;
}
.artist--series--title {
  margin: 35px 0 5px 0;
}
.artist--series--thumbnail {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  -o-object-position: left;
     object-position: left;
}
.artist--about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 66.6666666667%;
}
.artist--about--bio {
  max-width: 650px;
  margin: 0 0 40px;
}
.artist--about--cover {
  height: calc(76vh - 120px);
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}
.artist--viewer {
  display: none;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.artist--viewer-hidden {
  opacity: 0;
}
.artist--viewer--button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Helvetica-Ew" !important;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  font-weight: bold;
  cursor: pointer;
}
.artist--viewer--button:hover {
  opacity: 0.6;
}
.artist--viewer--button::before {
  content: "";
  width: 18px;
  height: 13px;
  background-image: url(img/arrow-back.svg);
  margin: 0 5px;
}
.artist--viewer--caption {
  text-align: center;
}
.artist--viewer--piece {
  height: calc(100vh - 90px);
  padding: 60px 117px 0px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  width: 100%;
  background: white;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
}
.artist--viewer--piece-selected {
  z-index: 4;
  opacity: 1;
}
.artist--viewer--photo {
  height: auto;
  max-width: 1200px;
  width: calc(100% - 200px);
  max-height: calc(100% - 150px);
  -o-object-fit: contain;
  object-fit: contain;
}
.artist--viewer--serie {
  display: none;
}

/* BIG SCREEN */
/* TABLET */
/* MOBILE */
@media only screen and (max-width: 750px) {
  .artist {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .artist-on {
    position: relative;
    overflow: auto;
  }
  .artist--about {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 40px 0 0 0;
  }
  .artist--about--cover {
    height: 280px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .artist--about--bio {
    margin: 20px 0 30px 0;
  }
  .artist--header {
    position: absolute;
  }
  .artist--collection {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .artist--collection-on {
    display: none;
  }
  .artist--series {
    width: auto;
  }
  .artist--series-mobile {
    width: 100%;
    overflow: hidden;
  }
  .artist--serie {
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    padding: 0;
    width: calc(100% + 20px);
  }
  .artist--serie--thumbnail {
    width: 66px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    height: intrinsic !important;
    margin: 0 10px 0 0;
  }
  .artist--serie--thumbnail:hover {
    opacity: 1;
  }
  .artist--serie--thumbnail:last-child {
    margin: 0 calc(100% - 65px) 0 0;
  }
  .artist--viewer {
    position: relative;
  }
  .artist--viewer--piece {
    height: calc(100vh - 205px);
    padding: 49px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .artist--viewer--photo {
    width: 100%;
  }
  .artist--slider {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: calc(100vh - 205px) 0 0 0;
    height: 100px;
    position: relative;
    display: none;
  }
  .artist--slider-on {
    display: block;
  }
}
.home--cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.home--cover--image {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 533px;
}
.home--marquee {
  width: 100%;
  margin: 40px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.home--marquee--title {
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 10px 0;
}
.home--marquee--message {
  font-size: 1.17em;
}
.home--main--container {
  padding: 0 30px;
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home--main--container__marquee {
  margin: 15px 0 0 0;
}
.home--main--collumn {
  width: 50%;
}
.home--main--collumn:last-child {
  padding: 0 0 0 44px;
}
.home--main--city {
  text-transform: uppercase;
}
.home--main--artist, .home--main--artists, .home--main--title, .home--main--dates, .home--main--text {
  font-size: 25px;
}
.home--main--opening {
  font-size: 1.17em;
}
.home--main--artist {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  color: black;
}
.home--upcoming--collumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  border-top: 1px solid black;
}
.home--upcoming--container {
  padding: 0 30px;
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home--upcoming--city {
  text-transform: uppercase;
  width: 100%;
  margin: 18px 0 15px;
}
.home--upcoming--collumn {
  width: calc(50% - 25px);
}
.home--upcoming--collumn:last-child {
  padding: 0 0 0 15px;
}
.home--upcoming--exhibition {
  width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 25px 0 0;
}
.home--upcoming--artist {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}
.home--upcoming--image {
  width: 250px;
  margin: 0 0 16px;
}
.home--fairs--container {
  padding: 0 30px;
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home--fairs--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: black;
  width: 250px;
  margin: 0 25px 0 0;
}
.home--fairs--title {
  text-transform: uppercase;
  width: 100%;
  padding: 18px 0 15px;
  border-top: 1px solid black;
  margin: 0;
}
.home--fairs--image {
  width: 250px;
  margin: 0 0 16px;
}
.home--fairs--artist {
  display: inline;
}
.home--fairs--artists {
  color: black;
  display: inline-table;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home--fairs--artists--title {
  width: 100%;
}
.home--outside--container {
  padding: 0 30px;
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home--outside--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: black;
  width: calc(30% - 20px);
  max-width: 500px;
  margin: 0 20px 0 0;
}
.home--outside--infos {
  margin: 0 0 0 25px;
}
.home--outside--title {
  text-transform: uppercase;
  width: 100%;
  padding: 18px 0 15px;
  border-top: 1px solid black;
  margin: 0;
}
.home--outside--image {
  width: 250px;
}
.home--outside--img {
  width: 100%;
}
.home--outside--artists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: uppercase;
}
.home--outside--artists--title {
  width: 100%;
}
.home--blocks--container {
  padding: 0 30px;
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home--blocks--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.home--blocks--infos {
  margin: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home--blocks--name {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.home--blocks--title {
  text-transform: uppercase;
  width: 100%;
  padding: 18px 0 15px;
  border-top: 1px solid black;
  margin: 0;
}
.home--blocks--image {
  height: 45vw;
  margin: 0 0 16px;
}
.home--blocks--img {
  height: 100%;
}
.home--blocks--text {
  font-size: 23px;
}
.home--blocks--text p {
  font-size: 23px;
}
.home--blocks--text a {
  font-size: 23px;
  color: black;
  text-decoration: none;
}

/* TABLET */
/* MOBILE */
@media only screen and (max-width: 750px) {
  .home--cover--image {
    width: 100%;
    height: 45vh;
  }
  .home--cover--image:last-child {
    display: none;
  }
  .home--marquee {
    margin: 29px 0 20px 0;
  }
  .home--marquee--title {
    font-size: 18px;
  }
  .home--marquee--message {
    font-size: 12px;
  }
  .home--main--container {
    margin: 5px 0 0 0;
    padding: 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home--main--collumn {
    width: calc(50% - 10px);
  }
  .home--main--collumn:last-child {
    padding: 0;
  }
  .home--main--artist, .home--main--artists, .home--main--title, .home--main--dates, .home--main--text {
    font-size: 18px;
  }
  .home--main--artist {
    display: inline;
  }
  .home--upcoming--container {
    padding: 0 20px;
  }
  .home--upcoming--collumn {
    width: calc(50% - 10px);
  }
  .home--upcoming--collumn:last-child {
    padding: 0;
  }
  .home--upcoming--image {
    width: 100%;
  }
  .home--upcoming--exhibition {
    margin: 0;
    width: 100%;
  }
  .home--fairs {
    width: 100%;
  }
  .home--fairs--container {
    padding: 0 20px;
  }
  .home--fairs--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home--fairs--picture {
    width: calc(50% - 10px);
  }
  .home--fairs--image {
    width: 100%;
  }
  .home--fairs--infos {
    width: calc(50% - 10px);
  }
  .home--outside--container {
    padding: 0 20px;
  }
  .home--outside--image {
    width: calc(50% - 10px);
  }
  .home--blocks--container {
    padding: 0 20px;
  }
  .home--blocks--item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home--blocks--image {
    height: auto;
    width: 100%;
  }
  .home--blocks--img {
    width: 100%;
    max-height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home--blocks--infos {
    margin: 0;
  }
  .home--blocks--name {
    font-size: 11px;
    margin: 0 0 10px 0;
  }
  .home--blocks--text {
    font-size: 18px;
    margin: 5px 0;
  }
  .home--blocks--text p {
    font-size: 18px;
    margin: 5px 0;
  }
}
.artists {
  margin: 85px 0 0 0;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.artists--tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
.artists--tab {
  padding: 0 25px 0 0;
  opacity: 0.7;
  cursor: pointer;
}
.artists--tab-selected {
  opacity: 1;
}
.artists--tab:hover {
  opacity: 1;
}
.artists--grid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
}
.artists--block {
  width: 33.3333333333%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
.artists--block:hover {
  opacity: 0.7;
}
.artists--block-hidden {
  display: none;
}
.artists--block--image {
  width: 100%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.artists--block--name {
  font-size: 13px;
  margin: 6px 0;
  text-transform: uppercase;
}
.artists--more {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  opacity: 1;
}
.artists--more:hover {
  opacity: 0.7;
}
.artists--more-grid {
  height: 20vw;
}
.artists--list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  display: none;
}
.artists--list--ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.artists--li {
  font-size: 35px;
  text-transform: uppercase;
  color: black !important;
  padding: 0 0 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
.artists--li-hidden {
  display: none;
}
.artists--li--location {
  font-size: 15px;
  text-transform: none;
  line-height: 19px;
  vertical-align: top;
  padding: 0 0 0 11px;
  opacity: 0;
}
.artists--li:hover .artists--li--location {
  opacity: 1;
}
.artists--li--more {
  font-size: 15px;
  margin: 30px 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.artists--cover {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - var(--listW));
  height: calc(100vh - 160px);
}
.artists--cover img {
  position: absolute;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
}
.artists--cover--upleft {
  top: 0;
  left: 30px;
  bottom: auto;
  right: auto;
}
.artists--cover--upright {
  top: 0px;
  right: 30px;
  bottom: auto;
  left: auto;
}
.artists--cover--downright {
  bottom: 0;
  right: 30px;
  top: auto;
  left: auto;
}
.artists--cover--downleft {
  bottom: 0;
  left: 30px;
  top: auto;
  right: auto;
}
.artists--cover--small {
  width: 35vw;
  max-width: 50vh;
  opacity: 1 !important;
}
.artists--cover--medium {
  width: 40vw;
  max-width: 50vh;
  opacity: 1 !important;
}
.artists--cover--large {
  width: 45vw;
  max-width: 50vh;
  opacity: 1 !important;
}
.artists--cover--hidden {
  opacity: 0 !important;
}
.artists--mode-displayed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* BIG SCREEN */
/* TABLET */
/* MOBILE */
@media only screen and (max-width: 750px) {
  .artists {
    padding: 0 20px;
  }
  .artists--tabs {
    margin: 0 0 5px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 59px;
    background: white;
    padding: 10px 0px;
    z-index: 9;
  }
  .artists--cover {
    display: none;
  }
  .artists--block {
    width: 100%;
    opacity: 1;
  }
  .artists--block--image {
    height: 57vw;
  }
  .artists--li {
    font-size: 18px;
    padding: 0 0 9px;
  }
}
.exhibitions {
  margin: 135px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  scroll-behavior: smooth;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.exhibitions--tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-transform: uppercase;
  padding: 32px 0 15px 0;
  position: fixed;
  background: white;
  top: 54px;
  z-index: 9;
}
.exhibitions--tab {
  padding: 0 25px 0 0;
  opacity: 0.7;
  cursor: pointer;
}
.exhibitions--tab-selected {
  opacity: 1;
}
.exhibitions--tab:hover {
  opacity: 1;
}
.exhibitions--title {
  font-size: 35px;
  text-transform: uppercase;
  padding: 0 0 5px;
  border-bottom: 1px solid black;
  margin: 0 0 25px;
}
.exhibitions--title-last {
  margin: 0;
}
.exhibitions--now, .exhibitions--future, .exhibitions--past {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 130px;
  margin-top: -130px;
}
.exhibitions--item--small {
  width: calc(100% - 60px);
  margin: 0px 0 0 60px;
  padding: 20px 0 9px;
  border-bottom: 1px solid black;
}
.exhibitions--item--image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 15px 0 75px;
}
.exhibitions--item--large:nth-child(2n) .exhibitions--item--image {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.exhibitions--item--thumbnail {
  width: 50%;
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.exhibitions--item--infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibitions--item--infos--left, .exhibitions--item--infos--right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibitions--item--infos--text {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 7px 0 0;
}
.exhibitions--item--infos--text_artist {
  width: 66.6666666667%;
  font-size: 23px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.exhibitions--item--infos--comma {
  margin: 0 6px 0 0;
}
.exhibitions--item--infos--artist {
  font-size: 23px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}
.exhibitions--item--infos--press_empty {
  opacity: 0.2;
  cursor: default;
}
.exhibitions--year--section {
  position: relative;
  margin: 75px 0 0 0;
  height: 1px;
  width: 100%;
  background: black;
}
.exhibitions--year--section-first {
  margin: 0;
  background: white;
}
.exhibitions--year--title {
  position: absolute;
  left: 0;
  top: 20px;
}

/* BIG SCREEN */
/* TABLET */
/* MOBILE */
@media only screen and (max-width: 750px) {
  .exhibitions {
    margin: 110px 0 0 0;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .exhibitions--tabs {
    padding: 20px 0 15px 0;
  }
  .exhibitions--tab:hover {
    color: black !important;
  }
  .exhibitions--title {
    font-size: 18px;
    border-bottom: none;
    margin: 10px 0 25px;
  }
  .exhibitions--title-last {
    margin: 0;
  }
  .exhibitions--now, .exhibitions--past, .exhibitions--future {
    padding-top: 110px;
    margin-top: -110px;
  }
  .exhibitions--item--infos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .exhibitions--item--infos--comma {
    font-size: 12px;
  }
  .exhibitions--item--infos--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .exhibitions--item--infos--artist {
    font-size: 12px;
  }
  .exhibitions--item--infos--text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .exhibitions--item--infos--text_artist {
    width: 100%;
    margin: 0 0 10px;
  }
  .exhibitions--item--image {
    margin: 15px 0 60px;
  }
  .exhibitions--item--thumbnail {
    width: 100%;
    height: 60vw;
  }
  .exhibitions--item--small {
    margin: 0px 0 0 40px;
    padding: 14px 0 11px;
  }
  .exhibitions--year--title {
    top: 15px;
  }
  .exhibitions--year--section {
    margin: -1px;
  }
  .exhibitions--year--section-first {
    background: black;
  }
}
.about {
  margin: 135px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about--image {
  margin: 0 15px 0 0;
}
.about--img {
  height: 100%;
  width: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
}
.about--infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  width: -webkit-fill-available;
}
.about--infos--intro {
  max-width: 750px;
}
.about--infos--intro p {
  margin: 0 0 9px;
}
.about--infos--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 45px 0 30px;
}
.about--infos--title {
  font-size: 25px;
  width: 33.3333333333%;
  text-transform: uppercase;
}
.about--infos--collumn {
  width: 33.3333333333%;
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about--infos--timetable {
  text-transform: capitalize;
}
.about--staff {
  margin: 0 0 0 15px;
  width: 10%;
  min-width: 200px;
}
.about--staff--item {
  margin: 0 0 35px;
}
.about--staff--name {
  text-transform: uppercase;
}

/* BIG SCREEN */
@media only screen and (min-width: 1500px) {
  .about--img {
    height: calc(100vh - 200px);
  }
  .about--infos {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about--infos--intro {
    max-width: 1110px;
  }
  .about--infos--intro p {
    font-size: 24px !important;
  }
}
/* XTRA LARGE SCREEN */
@media only screen and (min-width: 2000px) {
  .about--img {
    height: calc(100vh - 200px);
  }
}
/* TABLET */
@media only screen and (max-width: 900px) {
  .about {
    margin: 85px 0 0;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about--image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid black;
    padding: 0 0 35px;
  }
  .about--img {
    width: 100%;
    max-width: 463px;
  }
  .about--infos {
    margin: 30px 0 40px;
    border-left: none;
    border-right: none;
    padding: 0;
  }
  .about--infos--intro {
    margin: 0 0 60px;
  }
  .about--infos--intro p {
    line-height: 15px;
  }
  .about--infos--title {
    width: 50%;
    font-size: 22px;
  }
  .about--infos--collumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about--infos--link, .about--infos--timetable {
    margin: 0 0 15px;
  }
  .about--infos--item {
    margin: 0 0 30px;
  }
  .about--staff {
    border-top: 1px solid black;
    margin: 0;
    width: 100%;
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about--staff--item {
    width: 50%;
    padding: 0 5px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* MOBILE */
@media only screen and (max-width: 750px) {
  .about {
    margin: 85px 0 0;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about--image {
    width: 100%;
  }
  .about--img {
    width: 100%;
    height: intrinsic;
  }
  .about--infos {
    margin: 30px 0 40px;
    border-left: none;
    border-right: none;
    padding: 0;
  }
  .about--infos--intro {
    margin: 0 0 60px;
  }
  .about--infos--intro p {
    line-height: 15px;
  }
  .about--infos--title {
    width: 50%;
    font-size: 22px;
  }
  .about--infos--collumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about--infos--link, .about--infos--timetable {
    margin: 0 0 15px;
  }
  .about--infos--item {
    margin: 0 0 30px;
  }
  .about--staff {
    border-top: 1px solid black;
    margin: 0;
    width: 100%;
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about--staff--item {
    width: 50%;
    padding: 0 5px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#online-exhibitions {
  margin: 156px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 195px);
  padding: 0 30px 0 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#online-exhibitions strong {
  font-family: "WorkSans-SemiBold";
}

#online-exhibitions .block {
  width: 31.5%;
  margin: 30px 0 0 0;
  position: relative;
}

#online-exhibitions .block.l2 {
  width: 66%;
}

#online-exhibitions .block.g1 {
  margin: 30px 0 0 34.2%;
}

#online-exhibitions .block.g2 {
  margin: 30px 0 0 68.5%;
}

#online-exhibitions .block.d1 {
  margin: 30px 34.2% 0 0;
}

#online-exhibitions .block.d2 {
  margin: 30px 68.5% 0 0;
}

#online-exhibitions .block.h2 .thumbnail {
  height: calc(40vw + 75px);
  position: absolute;
}

#online-exhibitions .block.h2 .caption {
  position: absolute;
  top: calc(40vw + 75px);
}

#online-exhibitions .thumbnail {
  width: 100%;
  height: 20vw;
  position: relative;
}

#online-exhibitions .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#online-exhibitions .thumbnail .hover {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#online-exhibitions .thumbnail:hover .hover {
  opacity: 1;
}

#online-exhibitions .caption {
  margin: 10px 0 0 0;
  color: black;
  font-family: "WorkSans-Light";
}

#onlineExh {
  margin: 90px 0 0 0;
  height: calc(100vh - 195px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
}

#intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 61.1vw;
  margin: 0 6vw;
  position: relative;
}

#intro.green {
  max-width: 1050px;
}

.intro--title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "WorkSans-SemiBold";
  font-size: 91px;
  margin: 0;
}

.intro--collumn {
  width: 306px;
  margin: 0 15px;
  font-size: 12px;
  line-height: 16.7px;
  height: 153.7px;
}

.section {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin: 0 17vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.section.green img:hover {
  -webkit-filter: drop-shadow(0 0 0.5rem #888903) !important;
          filter: drop-shadow(0 0 0.5rem #888903) !important;
}

.section.red img:hover {
  -webkit-filter: drop-shadow(0 0 0.5rem #e9430f) !important;
          filter: drop-shadow(0 0 0.5rem #e9430f) !important;
}

.section img:not(.cloud) {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section img:hover:not(.cloud) {
  -webkit-filter: drop-shadow(0 0 0.5rem #eeec4f) !important;
          filter: drop-shadow(0 0 0.5rem #eeec4f) !important;
  cursor: pointer;
}

.section.orange img:hover {
  -webkit-filter: drop-shadow(0 0 0.5rem #e9430f) !important;
          filter: drop-shadow(0 0 0.5rem #e9430f) !important;
}

.onlineExh--end {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15vw 0 0;
}

.onlineExh--end--text {
  width: 400px;
  margin: 23px 0 0 0;
}

.onlineExh--button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px;
  margin: 26px 0 0 0;
  border: 1px solid black;
  text-transform: uppercase;
  color: black;
  font-family: "WorkSans-Light";
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.onlineExh--button:hover {
  color: #f5f5f5;
  background: #383838;
}

.onlineExh--button:hover.yellow {
  color: #101e25;
  background: #d9de9b;
}

.onlineExh--button:hover.orange {
  color: #e1e7e8;
  background: #e9430f;
}

.onlineExh--button:hover.green {
  color: #fffced;
  background: #888903;
}

.onlineExh--button.yellow {
  color: #d9de9b;
  border: 1px solid #d9de9b;
}

.onlineExh--button.orange {
  color: #e9430f;
  border: 1px solid #e9430f;
}

.onlineExh--button.green {
  color: #888903;
  border: 1px solid #888903;
}

.light {
  color: #b5b5b5;
}

#imageContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}

.imageContainer--wrapper {
  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;
}

.imageContainer--image img {
  height: 85.1vh !important;
  width: auto !important;
  max-width: 90vw !important;
  margin: 0 !important;
}

.imageContainer--caption {
  text-align: center;
  font-size: 12px;
  margin: 10px;
}

.imageContainer--caption.yellow {
  color: #d9de9b;
}

.imageContainer--caption.orange {
  color: #e9430f;
}

.imageContainer--caption.orange {
  color: #888903;
}

.imageContainer--button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  border: 1px solid black;
  color: #f5f5f5;
  font-family: "WorkSans-Light";
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 12px;
  background: #383838;
}

.imageContainer--button:hover {
  background: #f5f5f5;
  color: #383838;
  border: 1px solid #f5f5f5;
}

.imageContainer--button.yellow:hover {
  color: #101e25;
  background: #d9de9b;
}

.imageContainer--button.orange:hover {
  color: #101e25;
  background: #e9430f;
}

#onlineExh,
header,
footer {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-osx-font-smoothing: grayscale;
  /*(For Firefox)*/
  -webkit-font-smoothing: antialiased;
  /*(For Chrome and Safari)*/
}

*.blur:not(#imageContainer) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

#warning {
  display: none;
}

.arrow {
  height: 40px;
  width: 100px;
  position: fixed;
  right: 38px;
  bottom: calc(50vh - 20px);
  z-index: 999999;
  fill: black;
  -webkit-animation: shake 3s cubic-bezier(0.82, 0, 0.25, 1) 0s infinite;
          animation: shake 3s cubic-bezier(0.82, 0, 0.25, 1) 0s infinite;
}

.arrow.green {
  fill: #3c3c0b;
}

.arrow.orange {
  fill: #e9430f;
}

@media (max-width: 890px) {
  #onlineExh {
    display: none;
  }

  #warning {
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 48px;
    font-size: 3.8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #logo {
    display: block;
  }

  .warning--mobile {
    width: 11vw;
    -webkit-animation: rotation 4s cubic-bezier(0.82, 0, 0.25, 1) 0s infinite;
            animation: rotation 4s cubic-bezier(0.82, 0, 0.25, 1) 0s infinite;
  }

  #online-exhibitions {
    margin: 64px 0 60px 0;
    padding: 0 35px 0 0;
  }

  #online-exhibitions .block {
    width: 100%;
  }

  #online-exhibitions .block.h2 .thumbnail,
#online-exhibitions .block.h2 .caption {
    position: relative;
    top: 0;
  }

  #online-exhibitions .caption {
    font-size: 13px;
  }

  #online-exhibitions .thumbnail {
    height: 65vw;
  }
}
@media only screen and (min-device-width: 310px) and (max-device-width: 812px) and (orientation: landscape) {
  footer,
header,
#burger {
    display: none;
  }

  #onlineExh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    height: 100vh;
  }

  #intro {
    width: 100%;
    margin: 0;
  }

  .intro--title {
    font-size: 11.9vw;
    height: 11.7vw;
  }

  .titleThree {
    font-size: 67px !important;
    line-height: 58px !important;
  }

  .titleSports {
    font-size: 50px !important;
    line-height: 86px;
    text-align: left;
    margin: 0 0 10px -7px;
    max-width: 690px;
    font-size: 103px !important;
    height: 166px !important;
  }

  #intro.sports {
    width: 198.1vh;
  }

  .intro--collumn {
    width: 40.1vw;
    margin: 2vw;
    font-size: 1.6vw;
    line-height: 2.3vw;
    height: 21.3vw;
  }

  .onlineExh--end--text {
    font-size: 2vw;
  }

  .onlineExh--button {
    font-size: 2vw;
    margin: 3.3vw 0 0;
    padding: 1.7vw;
  }

  .imageContainer--image img {
    height: 74.2vh !important;
  }

  #warning {
    display: none;
  }

  .cloud {
    max-width: 100vw;
  }
}
@media screen and (max-device-height: 450px) {
  .arrow {
    display: none;
  }

  .header,
.onlineExh--footer {
    display: none;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  40% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  40% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.viewingrooms {
  margin: 135px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.viewingrooms--block {
  width: calc(33.3333333333vw - 40px);
  margin: 30px 0 0 0;
  position: relative;
}
.viewingrooms--block.l2 {
  width: 66%;
}
.viewingrooms--block.g1 {
  margin: 30px 0 0 34.2%;
}
.viewingrooms--block.g2 {
  margin: 30px 0 0 68.5%;
}
.viewingrooms--block.d1 {
  margin: 30px 34.2% 0 0;
}
.viewingrooms--block.d2 {
  margin: 30px 68.5% 0 0;
}
.viewingrooms--block.h2 .viewingrooms--thumbnail {
  height: calc(50vw + 55px);
  position: absolute;
}
.viewingrooms--block.h2 .viewingrooms--caption {
  position: absolute;
  top: calc(50vw + 55px);
}
.viewingrooms--thumbnail {
  width: 100%;
  height: 25vw;
  position: relative;
}
.viewingrooms--thumbnail:hover .viewingrooms--img-hover {
  opacity: 1;
}
.viewingrooms--caption {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.viewingrooms--nth, .viewingrooms--title {
  margin: 0 2vw 0 0;
}
.viewingrooms--img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.viewingrooms--img-hover {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.viewingrooms--title {
  text-transform: uppercase;
}

.loading {
  width: calc(100% - 60px);
  left: 30px;
  height: 1px;
  background: #E5E5E5;
  position: absolute;
  top: 86px;
}
.loading--stroke {
  height: 2px;
  background: rgb(0, 0, 0);
  width: 0%;
}

.onlineExh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 92px) !important;
}
.onlineExh--headline {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.onlineExh--intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 530px;
  margin: 0 6vw;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 50px 0 0 0;
}
.onlineExh--intro--column {
  width: 337px;
  margin: 60px 15px;
  height: 153.7px;
}
.onlineExh--section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.onlineExh--image {
  margin: 0 25px 0 0;
}
.onlineExh--caption {
  margin: 15px 0 0 0;
}
.onlineExh--footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.onlineExh--footer--title, .onlineExh--footer--button {
  text-transform: uppercase;
}
.onlineExh--button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px;
  margin: 0;
  border: none !important;
  text-transform: uppercase;
  font-family: inherit !important;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 2px;
}
.onlineExh--button:hover {
  background: none;
  color: inherit;
  border: none;
}

.imageContainer--image img {
  height: 79.1vh !important;
}

/* TABLET */
/* MOBILE */
@media only screen and (max-width: 750px) {
  .viewingrooms {
    margin: 30px 0 80px 0;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .viewingrooms--h1 {
    font-size: 18px;
    text-transform: uppercase;
    height: 0;
    margin: 20px 0 0 0;
  }
  .viewingrooms--block {
    width: 100%;
    height: 60vw;
    margin: 70px 0 0 0;
  }
  .viewingrooms--block:first-child {
    margin: 0;
  }
  .viewingrooms--block.g1 {
    margin: 70px 0 0 0;
  }
  .viewingrooms--block.l2 {
    width: 100%;
  }
  .viewingrooms--block.h2 .viewingrooms--thumbnail {
    height: 100%;
    position: relative;
  }
  .viewingrooms--block.h2 .viewingrooms--caption {
    position: relative;
    top: auto;
  }
  .viewingrooms--nth, .viewingrooms--title {
    margin: 0 7vw 0 0;
  }
  .viewingrooms--thumbnail {
    height: 100%;
  }
  .viewingrooms .onlineExh {
    margin: 0;
  }

  .onlineExh--footer {
    display: none;
  }

  .loading {
    display: none;
  }
}
@media only screen and (min-device-width: 310px) and (max-device-width: 900px) and (orientation: landscape) {
  .onlineExh {
    margin: 30px 0 0 0 !important;
    height: calc(100vh - 30px) !important;
  }
  .onlineExh--headline {
    max-width: 242px;
  }
  .onlineExh--intro {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    height: calc(100vh - 30px);
  }
  .onlineExh--intro--column {
    margin: 28px 15px 0;
  }
  .onlineExh--footer {
    display: none;
  }
  .onlineExh--caption {
    margin: 10px 0 0 0;
  }
  .onlineExh--end {
    height: calc(100% - 30px);
  }

  .loading {
    display: none;
  }
}

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