@font-face {
  font-family: "Vitrail Serif";
  src: url(../../../themes/akatre/fonts/VitrailSerif-Regular.woff2) format("woff2"), url(../../../themes/akatre/fonts/VitrailSerif-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: "Vitrail Sans";
  src: url(../../../themes/akatre/fonts/VitrailSans-Regular.woff2) format("woff2"), url(../../../themes/akatre/fonts/VitrailSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: "Vitrail Akatre";
  src: url(../../../themes/akatre/fonts/VitrailAkatre-Regular.woff2) format("woff2"), url(../../../themes/akatre/fonts/VitrailAkatre-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: "courier";
  src: url(../../../themes/akatre/fonts/Courier-New.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: "ErtakaNeue Bold";
  src: url(../../../themes/akatre/fonts/ErtakaNeue-Bold.woff2) format("woff2"), url(../../../themes/akatre/fonts/ErtakaNeue-Bold.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: "ErtakaNeueDisplay Bold";
  src: url(../../../themes/akatre/fonts/ErtakaNeueDisplay-Bold.woff2) format("woff2"), url(../../../themes/akatre/fonts/ErtakaNeueDisplay-Bold.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
@-webkit-keyframes closeIconTop {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg)
  }
  50% {
    -webkit-transform: translate(0px, 0) rotate(0deg);
    transform: translate(0px, 0) rotate(0deg)
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg)
  }
}
@keyframes closeIconTop {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg)
  }
  50% {
    -webkit-transform: translate(0px, 0) rotate(0deg);
    transform: translate(0px, 0) rotate(0deg)
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg)
  }
}
@-webkit-keyframes closeIconBottom {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg)
  }
  50% {
    -webkit-transform: translate(0px, 0) rotate(0deg);
    transform: translate(0px, 0) rotate(0deg)
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg)
  }
}
@keyframes closeIconBottom {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg)
  }
  50% {
    -webkit-transform: translate(0px, 0) rotate(0deg);
    transform: translate(0px, 0) rotate(0deg)
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg)
  }
}
:root {
  --global-margin-top: 194px;
  overflow: auto
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
html.smooth {
  scroll-behavior: smooth
}
html.snap {
  -webkit-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch
}
*, *:before, *:after {
  box-sizing: inherit
}
body {
  background: #f7f7f5;
  font-family: "courier";
  font-size: 43px;
  line-height: 50px;
  color: #000;
  transition: background-color .2s
}
body.page-about, body.page-store, body.page-cart, body.category-store, body.category-soldout, body.category-onsale {
  background: #f3efe2
}
body.lock-scroll {
  overflow: hidden
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block
}
ol, ul {
  list-style: none
}
table {
  border-collapse: separate;
  border-spacing: 0
}
caption, th, td {
  font-weight: 400;
  text-align: left
}
fieldset {
  min-width: inherit
}
blockquote:before, blockquote:after, q:before, q:after {
  content: ""
}
blockquote, q {
  -webkit-hyphens: none;
  hyphens: none;
  quotes: none
}
a:hover, a:active {
  outline: 0
}
a img {
  border: 0
}
input:focus {
  outline: none
}
input[type=search] {
  -webkit-appearance: none;
  appearance: none
}
button, input, select, textarea {
  color: inherit;
  font: inherit
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 400
}
p {
  margin-bottom: 1em
}
b, strong {
  font-weight: 700
}
dfn, cite, em, i {
  font-style: italic
}
code, kbd, tt, var, samp, pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  hyphens: none
}
a {
  color: inherit;
  text-decoration: none
}
button {
  margin: 0;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer
}
.tooltipster-box {
  margin: 0 !important;
  padding: 0 !important;
  background: 0 0 !important;
  border: none !important;
  max-width: 600px;
  text-align: center !important;
  opacity: 0 !important
}
.tooltipster-content {
  overflow: visible !important;
  color: #000 !important;
  line-height: 1.2em !important;
  font-family: "Vitrail Sans", sans-serif
}
.project-open {
  height: 100%;
  overflow: hidden
}
.visible-xs-block, .visible-xs-inline-block {
  display: none
}
.site-header {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  top: 0;
  left: 0;
  right: 0;
  padding: 22px 0;
  height: auto;
  z-index: 2
}
.inside-header {
  margin-left: 15px;
  margin-right: 15px;
  width: 100%
}
.site-header.opaque {
  background: #fff
}
.site-title {
  font-family: "ErtakaNeueDisplay Bold";
  text-transform: uppercase;
  font-size: 67.5px;
  line-height: 50px;
  width: calc(33.33% - 30px);
  margin-right: 0;
  position: relative;
  float: left;
  margin-right: 15px;
  margin-left: 15px
}
.single-post .site-header, .project-open .site-header {
  opacity: 0
}
.site-header .cart-toggle {
  display: none;
  width: 1em;
  text-align: right;
  margin-left: 40px
}
.site-header .top, .site-header .bottom {
  -webkit-transform-origin: 21px 35px;
  transform-origin: 21px 35px
}
.site-nav-open .site-header .menu-close .top {
  -webkit-animation: closeIconTop linear .2s forwards;
  animation: closeIconTop linear .2s forwards
}
.site-nav-open .site-header .menu-close .bottom {
  -webkit-animation: closeIconBottom linear .2s forwards;
  animation: closeIconBottom linear .2s forwards
}
.category-store .site-header .cart-toggle {
  display: inline-block
}
.category-store .slick-prev.slick-arrow, .category-store .slick-next.slick-arrow {
  display: none !important
}
.site-nav {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  float: left;
  width: calc(66.66% - 30px);
  margin-left: 15px
}
.site-nav .current-menu-item:before, .site-nav .current-menu-ancestor:before {
  content: "_";
  transform: none !important
}
.site-nav .menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: none
}
.site-nav .menu {
  display: block;
  column-count: 2;
  column-gap: 30px
}
.site-nav .menu-item {
  margin-right: 0;
  font-family: "ErtakaNeueDisplay Bold";
  text-transform: uppercase;
  font-size: 67.5px;
  line-height: 50px;
  display: flex;
  margin-bottom: -2px;
  padding-bottom: 2px
}
.site-nav .menu-item a {
  display: block
}
.site-nav .menu-item:before {
  transform: translate3d(0, 0, 0)
}
.site-nav .menu-item:last-child {
  margin-right: 0
}
.site-nav .menu .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  z-index: 1000
}
.site-nav .menu .current-menu-item .sub-menu, .site-nav .menu .current-menu-ancestor .sub-menu {
  display: none
}
.site-nav .social-links {
  display: none
}
.site-nav .social-links li {
  display: inline-block;
  margin-right: 10px
}
.site-nav .social-links a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  padding: 10px
}
.site-nav .social-links img {
  vertical-align: top
}
.site-header .form-search input, .site-header .form-search button, .site-header .form-search img {
  display: inline-block;
  vertical-align: top;
  background: 0 0
}
.site-header .form-search input {
  display: none;
  padding: 0;
  margin: 0;
  line-height: inherit;
  border: none;
  text-align: right;
  max-width: 8em
}
.site-header .form-search button {
  font-family: "ErtakaNeueDisplay Bold";
  text-transform: uppercase;
  font-size: 67.5px;
  line-height: 50px
}
.hidden-xs {
  position: absolute;
  right: 30px
}
.site-header .form-search.open input {
  display: inline-block;
  font-family: "ErtakaNeue Bold";
  font-size: 20px;
  line-height: 25px
}
.site-header .form-search.open button {
  display: none
}
.pagination {
  display: none
}
.no-results {
  padding: var(--global-margin-top) 30px
}
.grid-container {
  padding: var(--global-margin-top) 0
}
.grid-items {
  margin-left: 0;
  margin-right: 30px;
  width: calc(100% - 30px)
}
.list-container {
  padding: 196px 30px
}
.project-item {
  line-height: 1em
}
.grid-container .project-item {
  width: calc(33.33% - 0px);
  font-size: 20px;
  text-align: left;
  padding-left: 30px
}
.list-container .project-item {
  padding: 5px 0;
  text-transform: uppercase;
  font-family: "ErtakaNeue Bold";
  font-size: 20px;
  line-height: 25px;
  position: relative
}
.list-container .project-item:hover {
  background: #000;
  color: #fff
}
.project-item a {
  display: block;
  position: relative;
  overflow: hidden
}
.project-item.disabled a {
  cursor: default
}
.list-container .list-items {
  border-top: 1px solid #000
}
.list-container .project-item {
  border-bottom: 1px solid #000
}
.project-item img {
  vertical-align: top;
  margin-left: 0;
  margin-right: 30px;
  width: calc(100% - 0px);
  height: auto
}
.project-item iframe {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  width: calc(100% - 0px);
  padding-left: 0;
  padding-right: 0
}
.project-item.loaded iframe {
  visibility: visible
}
.touchevents .project-item iframe {
  display: none !important
}
.list-container .project-item .sep {
  display: inline-block;
  margin: 0 8px
}
.grid-container .project-item .title {
  padding: 5px 0
}
.pointerevents .grid-container .project-item .title {
  display: block;
  position: relative;
  float: left;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: "ErtakaNeue Bold";
  font-size: 15px;
  margin-bottom: 7px;
  width: calc(100% - 0px)
}
.grid-count {
  float: right
}
.post {
  position: relative;
  padding: var(--global-margin-top) 30px 30px
}
.post iframe {
  vertical-align: top;
  max-width: 100%
}
.post .content {
  -webkit-flex: 1;
  flex: 1
}
.post .close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 4;
  line-height: 1;
  width: 80px
}
.post-project {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  z-index: 4;
  height: 100%;
  overflow: hidden
}
.post-project:after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  transition: opacity .2s .2s;
  opacity: 0;
  z-index: -1;
  pointer-events: none
}
.post-project.loaded:after {
  opacity: 1
}
.post-project .nav {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  z-index: 3;
  margin-bottom: -5px;
  text-transform: uppercase;
  font-family: "ErtakaNeue Bold";
  font-size: 20px;
  line-height: 25px;
  padding-top: 0
}
.post-project .nav button {
  text-transform: uppercase
}
.post-project.format-video {
  color: #fff
}
.post-project.format-video svg {
  fill: #fff
}
.post-project.format-video:after {
  background: #000
}
.post-project .slides, .post-project .content {
  position: fixed;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px
}
.post-project .slides {
  z-index: 0
}
.slick-arrow {
  position: fixed;
  z-index: 9999;
  height: calc(100vh - 130px);
  width: 17%;
  opacity: 0
}
.slick-prev.slick-arrow {
  left: 30px;
  top: 30px
}
.slick-prev.slick-arrow:hover {
  cursor: w-resize
}
.slick-next.slick-arrow {
  right: 30px;
  top: 90px;
  height: calc(100vh - 170px)
}
.slick-next.slick-arrow:hover {
  cursor: e-resize
}
.post-project .slides div {
  height: 100%
}
.post-project.post-store .slides div {
  height: 100%;
  width: calc(33.33vw - 60px)
}
.post-project .slides .slide-item {
  padding: 0
}
.post-project .slides .slide-item.vid {
  width: calc(100vw - 60px) !important
}
.post-project .slides .slide-item .wrapper {
  position: relative
}
.post-project .slides img, .post-project .slides iframe {
  display: block;
  outline: none;
  border: none
}
.post-project .slick-slide {
  height: calc(100vh - 60px) !important
}
.post-project .slides img {
  width: auto !important;
  height: 100% !important;
  margin-right: 30px
}
.post-project .content {
  display: none;
  padding: 0 30px 30px;
  background: #fff;
  overflow-y: auto;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
  width: 50%;
  right: 0;
  left: auto;
  margin-top: -12px
}
.post-project.format-video .content {
  background: #000;
  scrollbar-width: none
}
.post-project.format-video .content::-webkit-scrollbar {
  display: none
}
.post-project.format-video .content div {
  font-family: "courier";
  margin-left: 0;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 19px;
  margin-top: 0
}
.post-project .content > * + * {
  margin-top: 18px;
  margin-bottom: 0
}
.post-project .content h1 {
  font-family: "ErtakaNeueDisplay Bold";
  font-size: 67.5px;
  line-height: 50px;
  margin-bottom: 30px;
  margin-right: 110px;
  width: calc(100% - 110px);
  text-transform: uppercase;
  margin-top: 9px
}
.post-project .content p {
  font-family: "courier";
  margin-left: 0;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 19px;
  margin-top: 0
}
.post-project .gallery {
  margin-top: 90px;
  display: none
}
.post-project .gallery .gallery-item {
  display: inline-block;
  padding: 0 10px 10px 0
}
.post-project .gallery img {
  cursor: pointer;
  vertical-align: bottom;
  max-width: 100%;
  height: auto
}
.post-audio {
  position: relative;
  height: 100vh;
  min-height: 800px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  padding-top: 162px;
  padding-bottom: 0;
  margin-right: 30px;
  --audio-content-height: 435px
}
.post-audio .wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: calc(33.33vw - 50px)
}
.post-audio .content {
  -ms-overflow-style: none;
  scrollbar-width: none
}
.post-audio .content::-webkit-scrollbar {
  display: none
}
.post-audio .slides, .post-audio .content {
  height: 100%
}
.post-audio .slides {
  position: relative;
  width: var(--audio-content-height)
}
.slides .slide-item {
  cursor: pointer
}
.slides .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}
.slick-dots button {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  text-indent: 30px
}
.slick-dots button:before {
  content: "";
  text-indent: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, .15);
  transition: background-color .3s;
  position: absolute;
  top: 10px;
  left: 10px
}
.slick-dots .slick-active button:before {
  background: #000
}
.counter:hover {
  cursor: pointer
}
.post-audio .content {
  -webkit-flex: 0 1 600px;
  flex: 0 1 600px;
  overflow: auto;
  padding-right: 10px
}
.post-audio .content h1 {
  font-family: "Vitrail Sans", sans-serif;
  margin-bottom: 1em;
  margin-top: -8px
}
.post-audio .content p, .post-audio .content ul {
  font-size: 32px;
  line-height: 40px
}
.post-store .content .gallery, .post-audio .content .gallery {
  display: none
}
.post-audio .content :last-child {
  margin-bottom: 0
}
.post-audio .links {
  font-size: 32px;
  line-height: 40px;
  height: 40px;
  text-align: center
}
.post-audio .links * {
  display: inline
}
.post-audio .slides {
  margin-right: 30px
}
.post-audio .slides img {
  vertical-align: top;
  max-height: none;
  width: 100%;
  height: auto
}
.post-page {
  padding-top: 196px;
  position: relative;
  min-height: 100vh;
  display: -webkit-flex;
  display: flex
}
.post-page p, .post-page ul, .post-page ol, .post-page form {
  font-size: 32px;
  line-height: 40px;
  margin-left: 64px
}
.post-page .content, .post-page .aside {
  -webkit-flex: 1;
  flex: 1;
  max-width: 1700px
}
.post-page .content, .post-page .aside {
  padding: 0 44px
}
.post-page > * > * + h1 {
  margin-top: 50px
}
.post-page h1, .post-page h2, .post-page h3 {
  font-family: "Vitrail Sans", sans-serif;
  text-transform: uppercase
}
.post-store {
  padding: 0;
  background-color: #d5d6cb
}
.post-store:after {
  background-color: #d5d6cb
}
.post-store .close, .post-store .nav {
  position: fixed
}
.post-store .aside, .post-store .content {
  background-color: #d5d6cb
}
.post-store .aside {
  height: 100%;
  width: 33.33%;
  padding: 0
}
.post-store .slides {
  position: relative;
  margin: 0 auto;
  height: auto
}
.post-store .slides .slide-item {
  padding: 0
}
.post-store .slides img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: left top
}
.post-store .content {
  display: block;
  left: calc(33.33% + 35px);
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  width: calc(66.66% - 45px);
  scrollbar-width: none
}
.post-store .content::-webkit-scrollbar {
  display: none
}
.post-store .content .deux-col .col-1 {
  position: relative;
  float: left;
  width: 50%
}
.post-store .content .deux-col .col-1.buy {
  width: calc(50% - 40px);
  margin-left: 40px
}
.post-store .content p img {
  max-width: 180px;
  max-height: 180px;
  width: auto;
  height: auto;
  margin-right: 12px
}
.post-store .item_thumb {
  display: none
}
.cart-quantity {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  padding: 30px
}
.cart {
  --cart-row-height: 264px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.cart table {
  table-layout: fixed;
  width: auto;
  border-collapse: collapse
}
.cart thead {
  display: none
}
.cart th, .cart td {
  vertical-align: top
}
.cart .itemRow td {
  padding-bottom: 64px;
  padding-right: 64px
}
.cart .item-name {
  max-width: 580px
}
.cart .item-name > div {
  display: block;
  width: 100%
}
.cart .item-name .title, .cart .item-name .quantity-wrapper {
  position: relative;
  float: left;
  width: auto
}
.cart .item-name .quantity-wrapper {
  float: right;
  margin-right: 10px
}
.cart .item-name .title {
  margin-right: 30px;
  max-width: calc(100% - 120px)
}
.cart .item-thumb img {
  display: block;
  height: var(--cart-row-height);
  width: auto;
  object-fit: contain
}
.cart .quantity-wrapper > * {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center
}
.cart .total {
  margin-left: auto;
  margin-bottom: 64px
}
.cart .total th, .cart .total td {
  text-align: right
}
.cart .total th {
  padding-right: 30px;
  padding-bottom: 25px
}
.cart .total tr:last-child > * {
  padding-top: 25px
}
.cart .checkout {
  text-align: right
}
.btn {
  display: inline-block;
  font: inherit;
  font-family: "Vitrail Sans", sans-serif;
  line-height: 1em;
  text-transform: uppercase
}
input:focus {
  cursor: text
}
input::-webkit-input-placeholder {
  color: inherit
}
input:-moz-placeholder {
  color: inherit;
  opacity: 1
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1
}
input:-ms-input-placeholder {
  color: inherit
}
.form-newsletter input {
  display: inline-block;
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-align: inherit;
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  background: 0 0
}
.form-newsletter input:invalid, .form-newsletter input:-moz-ui-invalid {
  outline: none;
  box-shadow: none
}
.form-newsletter input[type=submit] {
  display: none
}
.home-intro {
  position: fixed;
  background: #000;
  color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50000;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
  line-height: 1em;
  font-size: 7vw;
  opacity: 0;
  transition: opacity 1s ease-out
}
.home-intro.in {
  opacity: 1;
  pointer-events: auto
}
.home-intro > * {
  width: 100%;
  height: 100%
}
.home-intro img {
  height: calc(100% - 52px);
  width: calc(100% - 52px);
  margin-left: 26px;
  margin-top: 26px;
  object-fit: contain;
  object-position: top left
}
.home-intro img.bckgrnd {
  display: block;
  position: absolute;
  z-index: -1;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.home-intro video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1
}
.category-soundtracks .post-audio {
  scroll-snap-align: start
}
.category-soundtracks .site-header {
  opacity: 1 !important;
  display: block !important
}
.soundtracks-nav {
  position: fixed;
  right: 0;
  top: 50%;
  padding-right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.soundtracks-nav li + li {
  margin-top: 10px
}
.soundtracks-nav a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px
}
.soundtracks-nav a span {
  text-indent: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, .15);
  transition: background-color .3s
}
.soundtracks-nav a:hover span, .soundtracks-nav .active span {
  background: #000
}
.post-audio {
  padding-top: 260px
}
.post-audio, .post-audio .wrapper {
  display: block
}
.post-audio .wrapper {
  display: block
}
.post-audio .slides {
  margin-right: 15px;
  width: calc(33.33% - 15px);
  position: relative;
  float: left
}
.post-audio .content {
  overflow: auto;
  padding-right: 0;
  width: calc(66.66% - 30px);
  margin-left: 30px;
  position: relative;
  float: left
}
.post-audio .content .deux-col .col-1 {
  position: relative;
  float: left;
  width: 50%
}
.post-audio .links {
  font-size: 32px;
  line-height: 40px;
  text-align: left
}
.post-audio .links p {
  margin-left: 42px;
  position: relative;
  float: left
}
.post-audio .content h1 {
  font-family: "ErtakaNeueDisplay Bold";
  font-size: 67.5px;
  line-height: 50px;
  margin-top: 1em;
  margin-right: 40%;
  text-transform: uppercase
}
.post-audio .content p, .post-audio .content ul, .post-audio .links {
  font-family: "ErtakaNeue Bold";
  font-size: 20px;
  line-height: 25px
}
.post-audio .content .links p {
  font-family: "courier";
  font-size: 16px;
  line-height: 19px
}
.page-about .post-page {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 260px
}
.page-about .content {
  column-count: 2;
  column-gap: 30px;
  padding: 0;
  width: calc(66.66% - 30px);
  position: relative;
  float: left;
  margin-right: 15px;
  margin-left: 15px
}
.page-about .content.full {
  width: calc(100% - 0px);
  column-count: 1;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0
}
.page-about .content .col-1 {
  position: relative;
  float: left;
  width: calc(33.33% - 30px);
  margin-left: 15px !important;
  margin-right: 15px !important
}
.page-about .aside {
  padding: 0;
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  float: left
}
.page-about .content p, .page-about .content h1, .page-about .content ul, .page-about .aside p, .page-about .aside h1, .page-about .post-page .aside h2, .page-about .post-page .aside ul, .page-about .post-page .aside form, .page-about .content .col-1, .page-about p, .page-about .col-1 h1, .page-about .post-page .col-1 h2, .page-about .post-page .col-1 ul, .page-about .post-page .col-1 form {
  font-family: "ErtakaNeue Bold";
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 33.5px;
  margin-left: 0
}
.page-about .content h1, .page-about .aside h1, .page-about .post-page .aside h2, .page-about .col-1 h1, .page-about .post-page .col-1 h2 {
  margin-bottom: 17px
}
.post-project .content.simpleCart_shelfItem p {
  font-family: "ErtakaNeue Bold";
  font-size: 20px;
  line-height: 25px
}
.btn {
  font-family: "ErtakaNeue Bold";
  font-size: 20px;
  line-height: 25px;
  padding: 8px 30px;
  background-color: #000;
  color: #d5d6cd
}
.cart {
  display: block
}
.cart table {
  width: 100%
}
.simpleCart_items {
  border-bottom: solid 1px;
  margin-bottom: 25px;
  font-family: "ErtakaNeue Bold";
  font-size: 20px;
  line-height: 25px
}
tr.itemRow {
  padding-bottom: 40px;
  border-top: solid 1px
}
tr.filet {
  border-top: solid 1px;
  font-family: "ErtakaNeue Bold"
}
.cart .itemRow td {
  padding-bottom: 40px;
  width: 33.33%;
  padding-right: 0;
  padding-left: 10px;
  vertical-align: middle
}
.cart .itemRow td.item-total {
  padding-left: 28px;
  text-align: right
}
.cart .itemRow td.item-thumb {
  padding-left: 0;
  padding-top: 40px
}
.post-page.post-cart {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px
}
.post-page.post-cart .content {
  padding: 0;
  max-width: none
}
.cart .total {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 25px;
  border-collapse: collapse
}
.cart .quantity-wrapper .simpleCart_decrement {
  min-width: 20px
}
.cart .total th {
  width: calc(33.33% - 30px);
  margin-left: calc(33.33% + 30px);
  position: relative;
  float: left;
  padding-right: 14px
}
.cart .total td {
  width: 33.33%;
  text-align: right;
  position: relative;
  float: left
}
.project-container {
  z-index: 999999
}
.tooltipster-show {
  z-index: 999999
}
.contenu-toolptip {
  opacity: 0;
  width: 300px;
  position: absolute;
  top: 10px;
  left: calc(33.33% + 11px);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 999
}
.list-container .project-item:hover .contenu-toolptip {
  opacity: 1
}
@media screen and (max-width:1360px) {
  :root {
    --global-margin-top: 168px
  }
  body {
    font-size: 32px;
    line-height: 40px;
    overflow-x: hidden
  }
  p {
    word-break: break-word
  }
  .site-header {
    height: 170px
  }
  .site-title, .site-nav .menu-item {
    font-size: 48px;
    line-height: 36px
  }
  .site-header .form-search button {
    font-size: 48px;
    line-height: 36px
  }
  .category-archives .site-main {
    overflow: hidden
  }
  .home-intro img {
    object-position: bottom left
  }
  .no-results {
    padding-top: 180px
  }
  .grid-container, .list-container {
    padding-top: 150px
  }
  .post-store .content {
    padding-top: 24px
  }
  .post-page {
    padding-top: 180px
  }
  .post-project .content {
    width: 100%
  }
  .post-audio {
    padding-top: 160px
  }
  .post-audio .content h1 {
    font-size: 48px;
    line-height: 36px
  }
}
@media screen and (max-width:1000px) {
  :root {
    --global-margin-top: 70px
  }
  .visible-xs-block {
    display: block
  }
  .visible-xs-inline-block {
    display: inline-block
  }
  .hidden-xs {
    display: none !important
  }
  .site-header {
    height: auto;
    display: block !important;
    opacity: 1 !important
  }
  .site-nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 22px 30px;
    background: #000;
    color: #fff;
    overflow: auto;
    margin-left: 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% - 0px);
    z-index: 999
  }
  .icon-menu img {
    width: 46px;
    margin-right: 30px;
    position: absolute;
    right: 0;
    top: 23px
  }
  .site-nav .menu-principal-container {
    padding-bottom: 100px
  }
  .site-nav .social-links {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background: #000
  }
  .site-nav .menu-close {
    position: fixed;
    display: block
  }
  .site-nav .menu-close img {
    width: 46px;
    margin-right: 10px
  }
  .site-nav .menu {
    display: block;
    column-count: 1
  }
  .site-nav .menu-item {
    display: block
  }
  .site-nav .menu .sub-menu {
    position: relative;
    float: left;
    left: auto;
    display: block;
    z-index: 1000;
    clear: left
  }
  .site-nav .menu .menu-item-4741 .sub-menu, .site-nav .menu .menu-item-4744 .sub-menu {
    display: none
  }
  .site-nav .menu > .menu-item {
    margin-left: 0;
    float: left;
    clear: left
  }
  .site-nav .menu-item a {
    float: left
  }
  .site-nav .current-menu-item:before, .site-nav .current-menu-ancestor:before {
    position: relative;
    float: left
  }
  .no-results {
    padding: var(--global-margin-top) 20px
  }
  .list-container .project-item {
    font-size: 20px
  }
  .list-container .project-item {
    padding: 5px 20px
  }
  .post-audio .content h1 {
    margin-right: 40px
  }
  .post-audio .content .deux-col .col-1 {
    width: 100%
  }
  .post-audio .content .links p {
    margin-left: 0
  }
  .post .close {
    top: 20px;
    right: 30px;
    text-align: right
  }
  .post .close svg {
    height: 35px
  }
  .post .close img {
    width: 22px;
    height: auto
  }
  .post-project {
    padding: 0
  }
  .post-audio {
    display: block;
    height: auto;
    --audio-content-height: auto
  }
  .post-audio .wrapper {
    display: block
  }
  .post-audio .slides {
    margin-bottom: 20px
  }
  .post-audio .slides img {
    width: 400px;
    max-width: 100%;
    height: auto
  }
  .post-project .slides img {
    width: calc(100vw - 60px);
    height: auto
  }
  .post-audio .links {
    position: static;
    height: auto;
    text-align: left;
    padding: 0;
    margin-top: 1em
  }
  .post-store {
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch
  }
  .post-store .aside {
    position: static;
    height: auto;
    width: calc(100vw - 60px) !important;
    margin-bottom: 20px
  }
  .post-store .slides .slide-item {
    padding: 0
  }
  .post-store .content {
    padding: 30px;
    position: static
  }
  .post-project.post-store .slides div {
    height: auto;
    width: calc(100vw - 75px)
  }
  .project-item {
    padding: 20px;
    font-size: 18px
  }
  .project-item img, .grid-items {
    width: 100%;
    max-width: 100% !important;
    margin-right: 0 !important
  }
  .grid-container .project-item {
    padding: 0 30px;
    width: 100% !important
  }
  .cart {
    display: block
  }
  .category-store .site-header .cart-toggle {
    display: inline-block;
    position: absolute;
    right: 90px
  }
  .post-page {
    display: block
  }
  .post-page .content, .post-page .aside {
    padding-left: 0;
    padding-right: 0;
    column-count: 1;
    width: calc(100% - 30px)
  }
  .post-page p, .post-page ul, .post-page ol, .post-page form {
    margin-left: 0
  }
  .post-page .aside {
    position: static;
    font-size: 100%;
    line-height: inherit;
    max-width: none
  }
  .soundtracks-nav {
    padding-right: 0
  }
  .post-project .content h1 {
    font-size: 48px;
    line-height: 36px;
    margin-top: 0;
    word-break: break-word;
    padding-right: 90px;
    width: calc(100% - 90px)
  }
  .page-about .content .col-1 {
    width: calc(100% - 30px)
  }
}
@media screen and (max-width:720px) {
  .slick-track {
    height: calc(100vh - 60px) !important
  }
  .post-project .slides .slide-item .wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%
  }
  .post-project .slides iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
  }
  .post-audio .slides {
    width: 100%
  }
  .post-audio .slides img {
    width: 100%
  }
  .post-audio .wrapper {
    height: auto
  }
  .post-audio .content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 80px
  }
  .soundtracks-nav {
    display: none
  }
  .category-soundtracks .post-audio {
    margin-right: 0
  }
  .slick-slider .slick-track, {
    margin: 0;
    padding: 0
  }
  .cart .item-name .quantity-wrapper {
    float: left;
    clear: left;
    margin-top: 20px
  }
  .cart .itemRow td.item-name, .cart .itemRow td.item-total {
    position: relative;
    float: left;
    width: 100%;
    clear: left;
    text-align: left;
    padding: 0;
    margin-bottom: 20px;
    margin-left: 30px
  }
  .cart .item-thumb img {
    display: block;
    height: auto;
    width: 100%;
    object-fit: unset;
    position: relative;
    float: left
  }
  .page-cart .post-page.post-cart .content {
    width: calc(100% - 0px);
    margin-right: 0
  }
  .post-store .content .deux-col .col-1, .post-store .content .deux-col .col-1.buy {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
  .cart .itemRow td.item-name, .cart .itemRow td.item-thumb {
    padding-top: 30px
  }
  tr.itemRow, .cart .itemRow td.item-thumb {
    padding-bottom: 30px
  }
  .post-project .slick-slide {
    height: auto !important
  }
  .post-project .slides img, .post-project .slides .slide-item.vid {
    width: calc(100vw - 60px) !important
  }
}
@media screen and (max-width:500px) {
  .site-header {
    padding: 15px 0
  }
  .icon-menu img {
    width: 30px;
    margin-right: 15px
  }
  .site-title {
    margin-left: 0
  }
  .icon-menu img {
    top: 15px
  }
  .site-nav .menu-close img {
    width: 30px;
    margin-right: 0
  }
  .site-nav .menu-close {
    top: 11px;
    right: 15px
  }
  .site-nav {
    padding: 15px
  }
  .site-title, .site-nav .menu-item {
    font-size: 32px;
    line-height: 24px
  }
  .grid-container .project-item {
    padding: 0 15px
  }
  .post-project .slides, .post-project .content {
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px)
  }
  .post-project .slides img, .post-project .slides .slide-item.vid {
    width: calc(100vw - 30px) !important;
    margin-right: 15px
  }
  .post-project .slides .slide-item.vid {
    width: calc(100vw - 0px) !important
  }
  .post-project .content h1 {
    margin-top: 0;
    padding-right: 0
  }
  .post .close {
    top: 15px;
    right: 15px
  }
  .grid-container, .list-container, .page-about .post-page, .post-page.post-cart, .post-audio {
    padding-top: 120px
  }
  .home-intro img {
    height: calc(100% - 26px);
    width: calc(100% - 26px);
    margin-left: 13px;
    margin-top: 13px
  }
  .post-page .content, .post-page .aside {
    width: calc(100% - 0px);
    margin-left: 0
  }
  .post-store .content, .post-project .content {
    padding: 0;
    margin: 0;
    overflow-x: hidden
  }
  .post-store .content {
    position: relative;
    float: left;
    overflow-x: hidden
  }
  .post-store .aside {
    width: calc(100vw - 0px) !important;
    position: relative;
    float: left;
    margin-left: 0;
    margin-top: 0
  }
  .post-project .slides {
    position: relative;
    float: left;
    width: calc(100% - 30px);
    margin: 0;
    padding: 0
  }
  .post iframe {
    max-width: calc(100% - 30px)
  }
  .post-project.post-store .slides div {
    width: calc(100vw - 0px)
  }
  .post-project.post-store .content h1 {
    margin-top: 30px;
    padding-right: 0
  }
  .post-page.post-cart, .category-soundtracks .post-audio {
    padding-left: 15px;
    padding-right: 15px
  }
  .cart {
    padding-top: 0
  }
  .post-store {
    overflow-x: hidden
  }
  .btn {
    margin-bottom: 50px
  }
  .cart .total th {
    width: 33.33%;
    margin-left: 0
  }
  .simpleCart_total, .simpleCart_tax, .simpleCart_grandTotal {
    margin-left: 20px
  }
  .cart .total td, .cart .total th, .cart .checkout {
    text-align: left
  }
  .page-about .content .col-1 {
    width: calc(100% - 0px);
    margin-left: 0 !important;
    margin-right: 0 !important
  }
  .slick-next.slick-arrow, .slick-prev.slick-arrow {
    display: none !important
  }
}
@media screen and (max-width:340px) {
  .site-title, .site-nav .menu-item {
    font-size: 28px;
    line-height: 22px
  }
  .icon-menu img, .site-nav .menu-close img {
    width: 26px
  }
  .site-nav .menu-close {
    top: 8px
  }
}