body {
  min-height: 101vh;
}
.header-billetterie img {
  width: 100%;
}
.f-tab {
  display: inline-block;
}
.f-tab a {
  color: white;
}
.f-tab.active {
  background-color: white;
}
.f-tab.active a {
  color: black;
}
.suivi-free-line {
  cursor: pointer;
}
.suivi-free-line:hover {
  color: tomato;
}
.box {
  position: relative;
}
.box-draft {
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
  background-color: tomato;
  color: white;
  display: block;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
}
.box-draft i {
  position: relative;
  top: 2px;
}
.has-text-stirkedthrough {
  text-decoration: line-through;
  text-decoration-style: double;
  text-decoration-thickness: 2px;
}
.categories {
  scroll-margin: 120px;
  scroll-behavior: smooth;
}
.logo-festik {
  display: block;
  width: 100px;
  height: 26px;
  background-image: url(/assets-dev/images/logo.1030433b3516c0a5a86780c45b7fce67.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.festik-search-found {
  border-bottom: solid 1px white;
  cursor: pointer;
  user-select: none;
}
.festik-search-found:last-child {
  border: none;
}
.festik-search-found:hover {
  color: white !important;
}
#sticky-elements-2 {
  position: fixed;
  top: 0;
  z-index: 10;
}
.stripes {
  position: fixed;
  width: 20px;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1000;
  background: repeating-linear-gradient(-55deg, tomato, tomato 10px, white 10px, white 20px);
  border-right: solid 3px white;
}
.pastille-dev {
  position: fixed;
  z-index: 100;
  width: 100px;
  height: 44px;
  background-image: url(/assets-dev/images/festik.site.test.a598885e704ce3b710b6676e05988c12.png);
  top: 10px;
  right: 10px;
}
.pastille-shop {
  position: fixed;
  z-index: 100;
  width: 65px;
  height: 65px;
  background-image: url(/assets-dev/images/festik.shop.ec8dec301b67426f9469e4000a88f392.png);
  top: 0;
  right: 0;
}
.pastille-salesman {
  position: fixed;
  z-index: 100;
  width: 65px;
  height: 65px;
  background-image: url(/assets-dev/images/festik.salesman.b222abf8420debbe9ce980b7d4664f0b.png);
  top: 0;
  right: 0;
}
.warning {
  border: dashed 4px tomato;
}

