body {
  margin: 0;
  padding: 0;
  font-family: Muli; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (max-width: 1080px) {
  .vb-landing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .vb-landing .vb-ldg--title {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%; }
    .vb-landing .vb-ldg--header {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%; }
    .vb-landing .vb-ldg--letters {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
    .vb-landing .vb-ldg--brands {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      width: calc(100% - 60px); }
    .vb-landing .vb-ldg--brands-banner {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
      width: 100%; } }

.vb-ldg--title {
  margin: 20px auto; }
  .vb-ldg--title p {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3em;
    color: #333333; }

.vb-landing .vb-ldg--header {
  height: 103px;
  background-color: #efefef; }
  .vb-landing .vb-ldg--header .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: inherit;
    max-width: -moz-fit-content;
    max-width: 1100px;
    margin: 0 auto; }
  .vb-landing .vb-ldg--header .selection {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #333333;
    margin-right: 30px; }
  .vb-landing .vb-ldg--header .categories {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%; }
    .vb-landing .vb-ldg--header .categories p {
      color: #333;
      font-size: 14px;
      font-weight: 400; }
    .vb-landing .vb-ldg--header .categories a {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #FFFFFF;
      text-decoration: none;
      height: 40px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 14px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 5px;
      min-width: 140px;
      margin-right: 10px;
      padding: 0 13px;
      text-align: center;
      cursor: pointer;
      color: #333333;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .vb-landing .vb-ldg--header .categories a:hover {
        border-color: #AFCA0B;
        color: #AFCA0B; }
      .vb-landing .vb-ldg--header .categories a.active {
        background-color: #AFCA0B;
        border-color: #AFCA0B;
        color: #FFFFFF; }

.vb-ldg--letters {
  margin: 30px auto; }
  .vb-ldg--letters .vb-ldg--letters-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .vb-ldg--letters .vb-ldg--letters-container ol {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .vb-ldg--letters .vb-ldg--letters-container ol li a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 40px;
        width: 37px;
        color: #4a4a4a;
        font-size: 22px;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        -webkit-transition: color .1s ease-in-out;
        -o-transition: color .1s ease-in-out;
        transition: color .1s ease-in-out;
        padding: 0 5px;
        z-index: 1; }
        .vb-ldg--letters .vb-ldg--letters-container ol li a::after {
          background: transparent;
          content: '';
          height: 40px;
          width: 40px;
          border-radius: 50%;
          opacity: 0;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%) scale(0);
          -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
          -webkit-transition: background .1s ease-in-out, -webkit-transform .1s ease-in-out;
          transition: background .1s ease-in-out, -webkit-transform .1s ease-in-out;
          -o-transition: transform .1s ease-in-out, background .1s ease-in-out;
          transition: transform .1s ease-in-out, background .1s ease-in-out;
          transition: transform .1s ease-in-out, background .1s ease-in-out, -webkit-transform .1s ease-in-out;
          z-index: -1; }
        .vb-ldg--letters .vb-ldg--letters-container ol li a:not([disabled]):hover {
          color: #fff; }
          .vb-ldg--letters .vb-ldg--letters-container ol li a:not([disabled]):hover::after {
            -webkit-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
            opacity: .5;
            background: #afcd01; }
        .vb-ldg--letters .vb-ldg--letters-container ol li a.active {
          color: #fff; }
          .vb-ldg--letters .vb-ldg--letters-container ol li a.active::after {
            -webkit-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
            background: #afcd01; }
        .vb-ldg--letters .vb-ldg--letters-container ol li a[disabled] {
          cursor: initial;
          opacity: .5; }
    .vb-ldg--letters .vb-ldg--letters-container .vb-ldg--letters-actu {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #333;
      border-radius: 5px;
      color: #333;
      font-size: 14px;
      font-style: 400;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 40px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none;
      padding: 0 20px;
      position: relative;
      overflow: hidden;
      -webkit-transition: color 0.4s ease;
      -o-transition: color 0.4s ease;
      transition: color 0.4s ease;
      white-space: nowrap;
      display: none; }
      .vb-ldg--letters .vb-ldg--letters-container .vb-ldg--letters-actu::after {
        content: '';
        display: inline-block;
        height: 100%;
        left: 0;
        position: absolute;
        pointer-events: none;
        top: 0;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        width: 100%;
        background: #333333;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: -1; }
      .vb-ldg--letters .vb-ldg--letters-container .vb-ldg--letters-actu:hover:after, .vb-ldg--letters .vb-ldg--letters-container .vb-ldg--letters-actu:focus:after {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        color: #fff; }
      .vb-ldg--letters .vb-ldg--letters-container .vb-ldg--letters-actu:hover {
        color: #fff; }
  @media only screen and (max-width: 1080px) {
    .vb-ldg--letters {
      margin: 0;
      position: relative; }
      .vb-ldg--letters .vb-ldg--letters-container ol {
        background: #fbfbfb;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 0;
        width: 60px; } }
  @media only screen and (max-width: 768px) {
    .vb-ldg--letters .vb-ldg--letters-container {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      max-height: calc(100vh - 77px);
      overflow: auto;
      position: -webkit-sticky;
      position: sticky;
      top: 77px;
      width: 50px; }
      .vb-ldg--letters .vb-ldg--letters-container ol li {
        width: 50px; }
        .vb-ldg--letters .vb-ldg--letters-container ol li a {
          height: 40px;
          width: 50px;
          font-size: 18px;
          padding: 0; }
          .vb-ldg--letters .vb-ldg--letters-container ol li a::after {
            height: 32px;
            width: 32px; }
      .vb-ldg--letters .vb-ldg--letters-container .vb-ldg--letters-actu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #333;
        border-radius: 5px;
        color: #333;
        font-size: 14px;
        font-style: 400;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-decoration: none;
        padding: 0 20px;
        position: relative;
        overflow: hidden;
        -webkit-transition: color 0.4s ease;
        -o-transition: color 0.4s ease;
        transition: color 0.4s ease;
        white-space: nowrap;
        display: none; }
        .vb-ldg--letters .vb-ldg--letters-container .vb-ldg--letters-actu::after {
          content: '';
          display: inline-block;
          height: 100%;
          left: 0;
          position: absolute;
          pointer-events: none;
          top: 0;
          -webkit-transition: -webkit-transform 0.4s ease;
          transition: -webkit-transform 0.4s ease;
          -o-transition: transform 0.4s ease;
          transition: transform 0.4s ease;
          transition: transform 0.4s ease, -webkit-transform 0.4s ease;
          width: 100%;
          background: #333333;
          -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          transform: translateX(-100%);
          z-index: -1; }
        .vb-ldg--letters .vb-ldg--letters-container .vb-ldg--letters-actu:hover:after, .vb-ldg--letters .vb-ldg--letters-container .vb-ldg--letters-actu:focus:after {
          -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
          transform: translateX(0%);
          color: #fff; }
        .vb-ldg--letters .vb-ldg--letters-container .vb-ldg--letters-actu:hover {
          color: #fff; } }

.vb-ldg--brands {
  max-width: 1110px;
  margin: 6px auto;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .vb-ldg--brands.on {
    opacity: 1; }
  .vb-ldg--brands h3 {
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 400;
    padding: 15px 10px;
    text-transform: uppercase;
    width: 100%; }
  .vb-ldg--brands a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
    vertical-align: top; }
    .vb-ldg--brands a .brand_button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 67px;
      width: 262px;
      border: solid 2px #ccc;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 5px;
      position: relative;
      -webkit-transition: -webkit-box-shadow .3s ease;
      transition: -webkit-box-shadow .3s ease;
      -o-transition: box-shadow .3s ease;
      transition: box-shadow .3s ease;
      transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
      max-width: calc(100% - 20px); }
      .vb-ldg--brands a .brand_button:after {
        content: '+';
        position: absolute;
        right: 15px;
        text-decoration: none;
        color: #ddd;
        font-size: 26px; }
      .vb-ldg--brands a .brand_button:hover {
        -webkit-box-shadow: #AFCA0B 0 0 5px;
        box-shadow: #AFCA0B 0 0 5px; }
      .vb-ldg--brands a .brand_button img {
        max-height: 60px;
        opacity: 0;
        -webkit-transition: opacity .5s ease;
        -o-transition: opacity .5s ease;
        transition: opacity .5s ease; }
        .vb-ldg--brands a .brand_button img.on {
          opacity: 1;
          max-width: 150px; }

.vb-ldg--brands-banner {
  max-width: 1110px;
  margin: 6px auto;
  background: url("tetiere_desk.png") no-repeat center bottom;
  height: 170px;
  background-size: contain;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0; }
  .vb-ldg--brands-banner span {
    font-weight: bold; }
  .vb-ldg--brands-banner a {
    display: block;
    background: #333333;
    width: 160px;
    line-height: 56px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    margin: 10px auto 0 auto; }
  @media (max-width: 1138px) {
    .vb-ldg--brands-banner {
      background-position-y: center; } }
  @media (max-width: 769px) {
    .vb-ldg--brands-banner {
      background: url("tetiere_480.png") no-repeat center center; } }
  @media (max-width: 480px) {
    .vb-ldg--brands-banner {
      background-size: cover; }
      .vb-ldg--brands-banner span {
        display: block;
        max-width: 200px; } }
  @media (max-width: 370px) {
    .vb-ldg--brands-banner {
      background: url("tetiere_mobile.png") no-repeat center center/contain; } }

@media (max-width: 1138px) {
  .vb-landing .vb-ldg--header .header-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }
  .vb-landing .vb-ldg--header .selection,
  .vb-landing .vb-ldg--header .vb-landing .vb-ldg--header .categories {
    width: 100%; } }

@media (max-width: 991px) {
  .vb-landing .vb-ldg--header .header-content {
    display: block;
    overflow: hidden;
    overflow-x: hidden;
    overflow-x: scroll; }
  .vb-landing .vb-ldg--header .selection {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto; }
  .vb-landing .vb-ldg--header .categories {
    width: auto;
    margin-top: 30px;
    white-space: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
    .vb-landing .vb-ldg--header .categories p {
      display: none; }
  .txt-head {
    max-width: 262px;
    margin: 0 auto; }
  .vb-landing .vb-ldg--header .header-content {
    padding-bottom: 10px; }
  .vb-landing .vb-ldg--header .categories span {
    margin-right: 5px; } }

.loader {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto; }

.bounce1,
.bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #AFCA0B;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
