.album-lottie-animation {
  width: 100%;
  height: 100%;
  order: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-container {
  width: 100vw;
  height: 100vh;
  filter: saturate(105%) contrast(105%);
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  z-index: 2;
  height: 32px;
  color: #1e160f;
  letter-spacing: .3px;
  text-shadow: none;
  background-color: rgba(41, 32, 25, 0);
  background-image: url('../images/panneau.png');
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 5.5px 15px 4px;
  font-family: Built titling rg, sans-serif;
  font-size: 21px;
  display: flex;
  box-shadow: 0 1px 3px -5px rgba(0, 0, 0, .2);
}

.button.album-trigger:hover {
  color: #9f6f37;
}

.button.contact-trigger {
  flex-direction: row-reverse;
  display: flex;
}

.button.contact-trigger:hover {
  color: #9f6f37;
}

.button.agenda-trigger {
  padding-right: 15px;
}

.button.agenda-trigger:hover, .button.video-trigger:hover {
  color: #9f6f37;
}

.button.arrow {
  width: 50px;
  padding-top: 4px;
  display: none;
}

.button.arrow:hover {
  color: #9f6f37;
}

.contact-lottie-animation {
  width: 100%;
  height: 100%;
  order: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.agenda-lottie-animation {
  width: 100%;
  height: 100%;
  background-color: #1e160f;
  order: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.svg-arrow-down {
  transform: scale(.04);
}

.svg-arrow-up {
  transform: rotate(180deg)scale(.04);
}

.svg-arrow-right {
  transform: rotate(-90deg)scale(.04);
}

.svg-arrow-left {
  transform: rotate(90deg)scale(.04);
}

.video-container {
  z-index: 2;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 56.25%;
  display: flex;
  position: relative;
  bottom: 56.25%;
  left: 0%;
  right: 0%;
}

.body {
  background-color: #1e160f;
  overflow: hidden;
}

.gap {
  width: 100vw;
  height: 60px;
}

.youtube-iframe {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-wrapper {
  z-index: 3;
  width: 57.6%;
  height: 40%;
  grid-column-gap: 10vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 6.45%;
  padding-left: 40px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.mailto {
  width: 80%;
  height: 100%;
  cursor: pointer;
}

.album-patforms-wrapper {
  z-index: 3;
  width: 35%;
  height: 50%;
  grid-column-gap: 7%;
  grid-row-gap: 7%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.facebook-icon {
  width: 33.33%;
  color: #3d3628;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
}

.facebook-icon:hover {
  color: #9f6f37;
}

.shazam-icon, .apple-music-icon, .amazon-music-icon {
  width: 100px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 80%;
}

.image-2 {
  width: 70%;
}

.image-3 {
  width: 100%;
}

.image-4 {
  width: 80%;
}

.left-buttons-group {
  z-index: 4;
  width: 120px;
  height: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 30px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-buttons-group {
  z-index: 4;
  width: 120px;
  height: 50px;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 30px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.up-buttons-group {
  z-index: 4;
  width: 120px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.down-buttons-group {
  z-index: 4;
  width: 120px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-wrapper {
  z-index: 10;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 56.25%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-overlay-div {
  width: 100vw;
  height: 100vh;
  background-color: #1e160f;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.album-lottie-animation-copy {
  width: 100%;
  order: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-overlay {
  width: 100vw;
  height: 100vh;
  background-color: #1e160f;
  order: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.iframe-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.background-video {
  background-image: url('../images/Benoit-Lo-Favicon.png');
  background-position: 50% 100%;
  background-size: cover;
}

.instagram-icon {
  width: 33.33%;
  color: #3d3628;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: block;
}

.instagram-icon:hover {
  color: #9f6f37;
}

.instagram, .facebook {
  width: 80%;
}

.social-medias {
  width: 100%;
  grid-column-gap: 16px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.spotify-icon {
  width: 100px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mail-icon {
  width: 33.33%;
  color: #3d3628;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: block;
}

.mail-icon:hover {
  color: #9f6f37;
}

.mail {
  width: 80%;
}

.link-block {
  width: 100%;
  grid-column-gap: 7px;
  color: #1e160f;
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Built titling rg, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: #9f6f37;
}

.text-block {
  white-space: nowrap;
  font-size: 100%;
}

.html-embed-2 {
  width: 100%;
}

.links {
  width: 25%;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.agenda-wrapper {
  z-index: 3;
  width: 57.6%;
  height: 40%;
  grid-column-gap: 0vh;
  cursor: default;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2%;
  padding-bottom: 0%;
  padding-right: 40px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-5 {
  transform: scale(.7);
}

.contact-image {
  width: 50%;
  margin-right: -40px;
}

.agenda-image {
  width: 50%;
  margin-left: -40px;
}

.calendar-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.calendar-icon {
  width: 33.33%;
  color: #3d3628;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: block;
}

.calendar-icon:hover {
  color: #9f6f37;
}

@media screen and (max-width: 991px) {
  .album-lottie-animation, .contact-lottie-animation, .agenda-lottie-animation {
    height: 70vw;
    margin-top: auto;
    margin-bottom: auto;
  }

  .video-container {
    display: flex;
  }

  .gap {
    display: none;
  }

  .contact-wrapper {
    grid-column-gap: 6vh;
  }

  .up-buttons-group {
    justify-content: flex-end;
    margin-top: 10vh;
    padding-right: 30px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .down-buttons-group {
    justify-content: flex-end;
    margin-bottom: 10vh;
    padding-right: 30px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .video-wrapper {
    display: flex;
  }

  .social-medias {
    width: 90%;
  }

  .links {
    width: 35%;
  }

  .agenda-wrapper {
    grid-column-gap: 0vh;
  }

  .calendar-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .album-lottie-animation {
    width: 100vw;
    height: 100%;
    max-height: 70vw;
    margin-bottom: auto;
  }

  .contact-lottie-animation, .agenda-lottie-animation {
    height: 100%;
    max-height: 70vw;
    margin-bottom: auto;
  }

  .video-container {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .gap {
    display: none;
  }

  .youtube-iframe {
    margin-top: auto;
    margin-bottom: auto;
  }

  .contact-wrapper {
    grid-column-gap: 8vh;
    padding-left: 20px;
  }

  .mailto {
    width: 50%;
    height: 40%;
  }

  .album-patforms-wrapper {
    display: none;
  }

  .facebook-icon {
    width: 60px;
  }

  .shazam-icon, .apple-music-icon, .amazon-music-icon {
    width: 12vh;
  }

  .video-wrapper {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .instagram-icon {
    width: 60px;
  }

  .social-medias {
    width: 90%;
    height: auto;
    flex-direction: row;
    align-items: flex-start;
  }

  .spotify-icon {
    width: 12vh;
  }

  .mail-icon {
    width: 60px;
  }

  .links {
    width: 40%;
  }

  .agenda-wrapper {
    padding-right: 20px;
  }

  .calendar-wrapper {
    width: 90%;
    height: auto;
    flex-direction: row;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .album-lottie-animation, .contact-lottie-animation, .agenda-lottie-animation {
    height: 70vw;
    margin-top: auto;
    margin-bottom: auto;
  }

  .video-container, .youtube-iframe {
    display: flex;
  }

  .contact-wrapper {
    justify-content: center;
    padding-left: 20px;
  }

  .album-patforms-wrapper {
    width: 30%;
    padding-right: 30px;
  }

  .left-buttons-group {
    padding-left: 15px;
  }

  .right-buttons-group {
    padding-right: 15px;
  }

  .up-buttons-group {
    justify-content: center;
    margin-top: 5vh;
    padding-right: 0;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .down-buttons-group {
    justify-content: center;
    margin-bottom: 5vh;
    padding-right: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .video-wrapper {
    display: flex;
  }

  .social-medias {
    width: 100%;
    grid-column-gap: 10px;
  }

  .links {
    grid-row-gap: 10px;
  }

  .agenda-wrapper {
    grid-column-gap: 20px;
  }

  .contact-image {
    display: none;
  }

  .calendar-wrapper {
    width: 100%;
    grid-column-gap: 10px;
    align-items: center;
  }

  .calendar-icon {
    padding-top: 3px;
  }
}


@font-face {
  font-family: 'Built titling bd it';
  src: url('../fonts/built-titling-bd-it.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Built titling rg it';
  src: url('../fonts/built-titling-rg-it.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Built titling bd';
  src: url('../fonts/built-titling-bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Built titling el it';
  src: url('../fonts/built-titling-el-it.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Built titling el';
  src: url('../fonts/built-titling-el.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Built titling lt';
  src: url('../fonts/built-titling-lt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Built titling sb it';
  src: url('../fonts/built-titling-sb-it.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Built titling sb';
  src: url('../fonts/built-titling-sb.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Built titling rg';
  src: url('../fonts/built-titling-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Built titling lt it';
  src: url('../fonts/built-titling-lt-it.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Olympicsans';
  src: url('../fonts/OlympicSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}