@charset "UTF-8";
/* SALTS style */
/*
the font softwares linked herebelow are the property of swiss typefaces sàrl.
you may not download the font softwares.
Purchase and licensing informations are available at http://www.swisstypefaces.com/ licensing/
copyright (c) swiss typefaces sàrl */
@font-face {
  font-family: "suisseintl-regular";
  src: url("/assets/fonts/SuisseIntl-Regular-WebS.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html, body {
  height: 100%;
  font-family: "suisseintl-regular";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}

button, input, select, textarea {
  font-family: "suisseintl-regular";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: normal;
  text-transform: uppercase;
}

.oblique {
  font-style: italic;
}

.uc {
  text-transform: uppercase;
}

.buffer {
  margin-bottom: 2em;
}

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

a:hover,
a:visited {
  color: black;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg .bg-left,
.bg .bg-right {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.bg .bg-left {
  left: 0;
}
.bg .bg-right {
  right: 0;
}
.bg .bg-small {
  -webkit-background-size: 60%;
  background-size: 60%;
  background-color: black;
}

/* HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem;
  box-sizing: border-box;
  z-index: 1000;
}

/* COLORS */
.link-color-0.menu-active, .white .menu-active.link-color-0,
.link-color-0:hover, .white .link-color-0:hover {
  color: #FF1493;
}

.menu-active.link-color-1, .white .menu-active.link-color-1,
.link-color-1:hover, .white .link-color-1:hover {
  color: #FF00FF;
}

.menu-active.link-color-2, .white .menu-active.link-color-2,
.link-color-2:hover, .white .link-color-2:hover {
  color: #8A2BE2;
}

.menu-active.link-color-3, .white .menu-active.link-color-3,
.link-color-3:hover, .white .link-color-3:hover {
  color: #0000FF;
}

.menu-active.link-color-4, .white .menu-active.link-color-4,
.link-color-4:hover, .white .link-color-4:hover {
  color: #1E90FF;
}

/* UI UTILS */
.white .credits p,
.white .credits a,
.white .lang a,
.white .track-white a {
  color: white;
}

.left-control:hover {
  cursor: url("/static/img/left.png") 16 16, pointer;
}

.left-white {
  cursor: url("/static/img/left_white.png") 16 16, pointer;
}

.right-control:hover {
  cursor: url("/static/img/right.png") 16 16, pointer;
}

.right-white:hover {
  cursor: url("/static/img/right_white.png") 16 16, pointer;
}

.click:hover {
  cursor: pointer;
}

.top-buffer {
  margin-top: 2.5em;
}

.bottom-buffer {
  margin-bottom: 1em;
}

.right-control p {
  margin-top: 0;
  margin-bottom: 0;
}

/* SPLASH */
.splash {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 200px;
  width: 800px;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.splash img {
  width: 100%;
}
.splash p {
  margin-top: 0;
  margin-bottom: 0;
}
.splash a.desktop-splash {
  display: block;
}
.splash a.mobile-splash {
  display: none;
}

/* LOGO */
.logo {
  margin: 1em;
}

/* MENU */
.menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  padding: 1rem;
  box-sizing: border-box;
  z-index: 100;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu ul li {
  margin-right: 1em;
  display: inline;
}
.menu a:hover {
  text-decoration: none;
}
.menu .collapse {
  display: none;
}

/* CREDITS */
.credits {
  margin: 1em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
}
.credits p {
  margin-bottom: 0;
  font-size: 0.6em;
}

.content {
  margin: 1em;
}

.right .credits {
  display: none;
}

.main {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  overflow-y: scroll;
  padding: 5rem 1rem;
  box-sizing: border-box;
  /* EXHIBITION */
  /* INFOS */
  /* SHOP */
}
.main.main-white {
  background-color: white;
}
.main.exhibitions .exhibitions-block {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 1em;
}
.main.exhibitions .exhibitions-block .exhibitions-header {
  flex: 0 0 calc(20% - 1.5em);
}
.main.exhibitions .exhibitions-block .exhibitions-header .exhibitions-header-unerlined {
  border-bottom: solid 1px black;
  margin-right: 1.5em;
  margin-bottom: 1em;
}
.main.exhibitions .exhibitions-block .exhibitions-content {
  flex: 0 0 80%;
}
.main.exhibitions .exhibitions-block .exhibitions-content .exhibitions-content-item {
  margin-bottom: 1em;
}
.main.exhibitions .exhibitions-block .exhibitions-content .exhibitions-content-item .exhibitions-content-item-title {
  font-size: italic;
}
.main.exhibition .exhibition-subtitle p {
  margin: 0;
}
.main.exhibition .exhibition-text p {
  margin-bottom: 1em;
}
.main.exhibition .exhibition-date {
  display: block;
  margin-bottom: 1em;
}
.main.exhibition .exhibition-pdf {
  display: block;
  margin-bottom: 0;
}
.main.exhibition .exhibition-images {
  display: block;
  margin-bottom: 2em;
}
.main.about {
  /* MAILCHIMP */
}
.main.about p {
  margin: 0;
  margin-bottom: 1em;
}
.main.about .about-row {
  display: flex;
  flex-flow: row nowrap;
}
.main.about .about-row .about-col {
  flex: 0 0 50%;
  padding: 0.5rem;
  box-sizing: border-box;
}
.main.about .about-map img {
  display: block;
  width: 100%;
}
.main.about .about-social {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.main.about .about-social li {
  display: inline;
  margin-right: 0.4em;
}
.main.about .about-social li img {
  width: 36px;
}
.main.about #mc_embed_signup {
  background: #fff;
  clear: left;
}
.main.about #mc_embed_signup form {
  padding-left: 0;
}
.main.about #mc_embed_signup .mc-field-group {
  width: 100%;
}
.main.about .about-ack {
  margin-top: 2em;
}
.main.shop .shop-item {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 2em;
}
.main.shop .shop-item .shop-cover {
  flex: 0 0 20%;
}
.main.shop .shop-item .shop-cover img {
  box-shadow: 0.3em 0.3em 0.75em #ddd;
  width: 100px;
}
.main.shop .shop-item .shop-text {
  flex: 0 0 80%;
}

.black .white {
  display: none;
}

.white .black {
  display: none;
}

@media (max-width: 768px), (max-device-width: 768px) {
  /* SPLASH */
  .splash {
    height: 200px;
    width: 200px;
  }
  .splash a.desktop-splash {
    display: none;
  }
  .splash a.mobile-splash {
    display: block;
  }
  /* HEADER */
  .header {
    position: absolute;
    right: 0;
    left: auto;
    padding: 1rem;
  }
  .header img {
    display: block;
    width: 60px;
  }
  /* MENU */
  .menu {
    position: relative;
    width: 100%;
    background-color: white;
  }
  .menu ul li {
    display: block;
  }
  /* BG */
  .bg {
    position: absolute;
  }
  .bg .bg-left,
  .bg .bg-right {
    width: 100%;
    background-attachment: scroll;
  }
  .bg .bg-left {
    display: none;
  }
  .main {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    overflow-y: visible;
    padding: 2rem 1rem;
    /* INFOS */
    /* SHOP */
  }
  .main.exhibitions .exhibitions-block .exhibitions-header {
    flex: 0 0 calc(30% - 1em);
  }
  .main.exhibitions .exhibitions-block .exhibitions-header .exhibitions-header-unerlined {
    margin-right: 0.5em;
  }
  .main.exhibitions .exhibitions-block .exhibitions-content {
    flex: 0 0 70%;
  }
  .main.about {
    /* MAILCHIMP */
  }
  .main.about p {
    margin: 0;
    margin-bottom: 1em;
  }
  .main.about .about-row {
    display: flex;
    flex-flow: row nowrap;
  }
  .main.about .about-row .about-col {
    flex: 0 0 50%;
    padding: 0.5rem;
    box-sizing: border-box;
  }
  .main.about .about-map img {
    display: block;
    width: 100%;
  }
  .main.about .about-social {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  .main.about .about-social li {
    display: inline;
    margin-right: 0.4em;
  }
  .main.about .about-social li img {
    width: 36px;
  }
  .main.about #mc_embed_signup {
    background: #fff;
    clear: left;
  }
  .main.about #mc_embed_signup form {
    padding-left: 0;
  }
  .main.about #mc_embed_signup .mc-field-group {
    width: 100%;
  }
  .main.about .about-ack {
    margin-top: 2em;
  }
  .main.shop .shop-item .shop-cover {
    flex: 0 0 35%;
  }
  .main.shop .shop-item .shop-text {
    flex: 0 0 65%;
  }
}
/* Tag styles for exhibition categories */
.tag {
  display: inline-block;
  font-size: 0.8em;
  padding: 2px 6px;
  margin-top: 4px;
  border-radius: 3px;
  background-color: #f0f0f0;
  color: #333;
}

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