@font-face {
  font-family: "Standard";
  src: url("../fonts/standard-book-webfont.woff2") format("woff2"),
    url("../fonts/standard-book-webfont.woff") format("woff"),
    url("../fonts/standard-book-webfont.ttf") format("truetype"),
    url("../fonts/standard-book-webfont.eot"),
    url("../fonts/standard-book-webfont.eot#iefix") format("embedded-opentype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Standard";
  src: url("../fonts/standard-book-italic-webfont.woff2") format("woff2"),
    url("../fonts/standard-book-italic-webfont.woff") format("woff"),
    url("../fonts/standard-book-italic-webfont.ttf") format("truetype"),
    url("../fonts/standard-book-italic-webfont.eot"),
    url("../fonts/standard-book-italic-webfont.eot#iefix")
      format("embedded-opentype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Standard";
  src: url("../fonts/standard-bold-webfont.woff2") format("woff2"),
    url("../fonts/standard-bold-webfont.woff") format("woff"),
    url("../fonts/standard-bold-webfont.ttf") format("truetype"),
    url("../fonts/standard-bold-webfont.eot"),
    url("../fonts/standard-bold-webfont.eot#iefix") format("embedded-opentype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Standard";
  src: url("../fonts/standard-bold-italic-webfont.woff2") format("woff2"),
    url("../fonts/standard-bold-italic-webfont.woff") format("woff"),
    url("../fonts/standard-bold-italic-webfont.ttf") format("truetype"),
    url("../fonts/standard-bold-italic-webfont.eot"),
    url("../fonts/standard-bold-italic-webfont.eot#iefix")
      format("embedded-opentype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Bidan Bold";
  src: url("https://db.onlinewebfonts.com/t/7a9064701db9171a509ade9ce0b91124.eot");
  src: url("https://db.onlinewebfonts.com/t/7a9064701db9171a509ade9ce0b91124.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/7a9064701db9171a509ade9ce0b91124.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/7a9064701db9171a509ade9ce0b91124.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/7a9064701db9171a509ade9ce0b91124.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/7a9064701db9171a509ade9ce0b91124.svg#Bidan Bold")
      format("svg");
}

* {
  outline: none !important;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

:root {
  /* --primary: #f65058; */
  --primary: #008780;
}

html,
.modal {
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg data-name='Calque 2'%3E%3Cpath fill='%23000000' d='M30 14.42H15.5V0h-1v14.42H0v1h14.5v14.5h1v-14.5H30v-1z' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E")
      15 15,
    pointer !important; */
}

::-moz-selection,
::selection {
  color: black;
  background: var(--primary);
}

::-webkit-scrollbar {
  display: none;
}

.hh-100 {
  height: 100vh !important;
}

#main {
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.thumbnail {
  height: 18vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 15px;
}
.thumbnail-big {
  min-height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  /* margin-bottom: 15px; */
}

#lg-toolbar-1 {
  display: none;
}

a:hover {
  /* text-shadow: 0.05em 0.05em 0px #f65058, -0.05em -0.05em 0px var(--primary); */
  /* color:red; */
  text-decoration: underline;
}

.lg-backdrop {
  z-index: 99 !important;
}
.title {
line-height: 1em !important;
}

/* #logo:hover {
  filter: drop-shadow(
    -0.05em -0.05em 0px var(--primary),
    0.05em 0.05em 0px #f65058
  );
} */

/* .article:hover > .thumbnail {
  background-color: var(--primary);
  background-blend-mode: lighten;
} */

/* #logo:hover > g {
  fill: var(--primary);
} */

.bidan {
  font-family: "Bidan Bold" !important;
  text-transform: uppercase !important;
}

.loop-image {
  height: auto;
  width: 100%;
}

.menu-item a {
  font-size: 1.8vw;
}

@media (max-width: 576px) {
  .lg-prev,
  .lg-next {
    display: none !important;
  }

  #home-main {
    position: inherit;
    bottom: unset;
  }

  #main {
    height: unset !important;
  }
}

@media (min-width: 576px) {
  .lg-prev,
  .lg-next {
    display: none !important;
  }

  #home-main {
    position: inherit;
    bottom: unset;
  }
}

/* ************************* */
/* GRID */
/* ************************* */

#grid {
  position: fixed;
  z-index: 100001;
  /* display: none; */
  opacity: 0.1;
  padding: 0 1rem;
  pointer-events: none;
}

.gray > * {
  color: gray !important;
}
.gray > a:hover {
  color: black !important;
}

#grid div.col:first-child {
  border-left: 1px solid #00f;
}
#grid div.col {
  pointer-events: none;
  border-left: 1px solid #00f;
  border-right: 1px solid #00f;
  border-spacing: -15px;
  height: 100vh;
  padding: 0;
  margin: 0 0.5rem;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

@media (max-width: 767.99px) {
  #grid {
    padding: 0 1rem;
  }

  #grid div.col {
    margin: 0 7.5px;
  }

  #right-sidebar {
    border-top: 0.1rem solid black;
  }
  .border-right {
    border: 0 !important;
  }
}
