:root {
  --color-primary: #1B0F3B;
  --color-secondary: #C20E1A;
}

.navbar-brand {
  width: 135px;
  height: 44px;
  background-image: url(../img/logo.png);
}

@media (min-width: 375px) {
  .navbar-brand {
    width: 156px;
  }
}
.testimony__line {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20508.5%2019.71'%3E%0D%0A%20%20%20%20%20%3Cpath%20d%3D'M0%2C0.5L194.5%200.5%20212.5%2018.5%20212.5%200.5%20508.5%200.5'%20stroke%3D'%2373bb90'%20stroke-width%3D'1'%20fill%3D'none'%3E%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
}

@media (max-width: 991px) {
  .swiper-logos .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%231B0F3B' d='M25.1 247.5l117.8-116c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L64.7 256l102.2 100.4c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L25 264.5c-4.6-4.7-4.6-12.3.1-17z'%3E%3C/path%3E%3C/svg%3E");
  }
  .swiper-logos .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%231B0F3B' d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'%3E%3C/path%3E%3C/svg%3E");
  }
}
/* -------------------
 *
 * custom
 ------------------ */
.main-container a {
  color: var(--color-secondary);
}

.main-container a.btn-primary,
.main-container a.btn-secondary {
  color: #ffffff;
}

.btn-show {
  background-color: var(--color-secondary);
}

.block_billetterie,
#block-sloganbilleterie {
  background-image: url("../img/pub/cta-rwd-mobile.jpg");
  background-position: bottom center;
  padding-bottom: 8.2rem;
  background-position: center 95%;
}
@media (min-width: 992px) {
  .block_billetterie,
  #block-sloganbilleterie {
    padding-bottom: 4rem;
    background-image: url("../img/pub/cta.jpg");
    background-position: center 100%;
  }
}

.block-views-blocktestimony-bck-slideshow .quote__img {
  background-image: url("../img/testimony/slide-rwd-mobile.jpg");
}

.block-views-blocktestimony-bck-random .quote__img {
  background-image: url("/themes/custom/salonhabitatliege/img/testimony/slide-block-rwd-mobile.jpg") !important;
}

@media (min-width: 768px) {
  .navbar-brand {
    margin-top: -12px;
  }
  .block-views-blocktestimony-bck-slideshow .quote__img {
    background-image: url("../img/testimony/slide.jpg");
  }
  .block-views-blocktestimony-bck-random .quote__img {
    background-image: url("/themes/custom/salonhabitatliege/img/testimony/slide-block.jpg") !important;
  }
}