@font-face {
  font-family: OpenSans-Cond;
  src: url("../../fonts/OpenSans-CondBold.ttf"); }
@font-face {
  font-family: 'Dosis extra-bold';
  src: url("../../fonts/dosis-extrabold-webfont.woff2") format("woff2"), url("../../fonts/dosis-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'quicksandregular';
  src: url("../../fonts/quicksand-regular-webfont.woff2") format("woff2"), url("../../fonts/quicksand-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: quicksandregular;
  font-size: 16px;
  padding-top: 80px;
  padding-bottom: 100px; }

body.not_logged_in,
body.public {
  background-color: #000000;
  color: #FFFFFF; }
  body.not_logged_in .panel,
  body.public .panel {
    border-radius: 0;
    moz-border-radius: 0;
    webkit-border-radius: 0; }
    body.not_logged_in .panel > .panel-heading,
    body.public .panel > .panel-heading {
      color: #FFF;
      background: #000;
      border-color: #DDD; }
    body.not_logged_in .panel > .panel-body,
    body.public .panel > .panel-body {
      background-color: #333; }
  body.not_logged_in .alert,
  body.public .alert {
    background: #FFF !important; }

.sidebar-nav {
  padding: 9px 0; }

.hidden {
  display: none; }

/* Animated loding icon */
.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -ms-animation: spin .7s infinite linear;
  -webkit-animation: spinw .7s infinite linear;
  -moz-animation: spinm .7s infinite linear; }

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }
@-webkit-keyframes spinw {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spinm {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
/* Titles */
h1 {
  font-family: "Dosis extra-bold";
  font-size: 30px;
  margin-bottom: 30px;
  font-weigth: bold;
  text-transform: uppercase;
  color: #FFFFFF; }

h1.bordered {
  background-color: #FAFAFA;
  padding: 9px 15px;
  border-left: 5px solid #118FA1; }

h1.bordered.red {
  border-left-color: #a11a1e; }

.navbar .navbar-header .navbar-brand {
  padding: 8px 0 9px 8px;
  height: 70px; }
  .navbar .navbar-header .navbar-brand img {
    height: 100%;
    width: auto; }
.navbar ul.nav {
  padding-top: 9px; }

.navbar-default {
  background-image: none;
  background-color: #f8c6c5; }

.navbar-default .navbar-nav > li.navbar-title > a {
  font-weigth: bold;
  text-transform: uppercase;
  color: #000000; }

.navbar-default .navbar-nav > li.navbar-user > a {
  font-weigth: bold;
  text-transform: uppercase;
  color: #0001fc; }

.thumbnail {
  background-color: #000000;
  border: 1px solid #f8c6c5;
  max-width: 100%; }

footer {
  background-color: #c8c8fe;
  color: #0001fc;
  text-transform: uppercase;
  padding: 15px 100px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0; }
  footer p {
    margin: 0; }
  footer ul {
    list-style-type: none; }

ul {
  padding-left: 0; }
  ul li.nav-item {
    margin: 5px 0;
    font-family: "Dosis medium", dosis, "Open Sans Condensed", sans-serif;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    text-decoration: none; }
    ul li.nav-item a {
      color: inherit !important; }

/* Forms */
fieldset {
  background-color: #FAFAFA;
  margin-bottom: 21px;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  moz-border-radius: 10px;
  webkit-border-radius: 10px; }

legend {
  background-color: #118fa1;
  color: #FFF;
  margin-bottom: 0;
  padding: 5px 0 5px 20px;
  border-radius: 10px 10px 0 0;
  moz-border-radius: 10px 10px 0 0;
  webkit-border-radius: 10px 10px 0 0; }

label.required:after {
  color: red;
  content: "*"; }

/* JSON editor */
#expander, #switcher {
  margin-right: 5px;
  width: 23px;
  border-radius: 0 7px 0 0;
  moz-border-radius: 0 7px 0 0;
  webkit-border-radius: 0 7px 0 0;
  padding: 0;
  height: 24px; }

#switcher {
  margin-right: 0;
  border-radius: 7px 0 0 0;
  moz-border-radius: 7px 0 0 0;
  webkit-border-radius: 7px 0 0 0; }

.json-editor .item.object.expanded > .value {
  display: none !important; }

.json-editor .item.object > .item {
  display: none; }

/* File upload previews */
.file-preview-image {
  max-width: 100%; }

.drag-handle-init {
  display: none; }

/* List image title */
div.caption {
  background-color: #F0F0F0; }

#codes_table a, #stories_table a, #parts_table a {
  text-decoration: none !important; }

/* Covers criterium edition */
#cover_criterium_wrapper {
  display: none; }

#cover-criterium-switch button,
#cover-criterium-close button,
#cover-criterium-loading span {
  position: absolute;
  top: 0; }

#cover-criterium-close button {
  z-index: 1;
  right: 20px; }

#cover-criterium-switch button {
  z-index: 1;
  right: 50px; }

#cover-criterium-loading span {
  right: 80px; }

.file-preview-frame {
  border-width: 2px !important; }

.file-preview-frame.editing {
  border: 2px solid #5acde2 !important; }

.file-drop-zone.clickable {
  border: 2px dashed #999; }

/* Parts map edition */
#map-code-loading {
  position: absolute;
  top: 5px;
  right: 25px;
  width: 20px;
  display: none; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%; }

.hide_while_reading {
  margin-bottom: 10px; }

#form-code button[type="submit"] {
  text-transform: uppercase;
  color: white;
  font-weight: bolder; }

div.divider {
  margin: 10px 0; }

.user_register {
  background: url("/medias/BaniereConnexion.png"); }

.transaction {
  padding: 5px 10px;
  border: 1px solid #C5C5C5;
  margin: 5px 0;
  position: relative; }
  .transaction.paid {
    background-color: #dff0d8; }
  .transaction.new {
    background-color: darkblue;
    color: #FFFFFF; }
  .transaction.cancelled {
    background-color: coral; }
  .transaction.error {
    background-color: red; }
  .transaction .transaction-amount {
    font-weight: bold; }
  .transaction .badge {
    position: absolute;
    top: 5px;
    right: 5px; }

.bloc {
  padding-left: 10px;
  padding-right: 10px; }
  .bloc img {
    vertical-align: middle;
    border: 0;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    height: auto; }

.bouton {
  border: 2px dashed blue;
  text-align: center;
  white-space: pre;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: "Dosis regular", dosis, "Open Sans Condensed", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.3px; }

a {
  text-decoration: none; }

.bouton:hover {
  background-color: #C8C8FF;
  font-family: dosis, "Open Sans Condensed", sans-serif; }

.tailledurecit {
  background-color: #000;
  font-family: dosis, "Open Sans Condensed", sans-serif;
  font-size: 38px;
  color: #FFF;
  letter-spacing: 1.7px;
  text-align: left;
  text-transform: uppercase;
  height: 120px;
  width: 160px;
  padding: 8px;
  position: relative;
  line-height: 42px;
  margin: 0px;
  text-indent: 0px; }

.entrercode {
  border: 2px dashed #FFF;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: "Dosis extra-bold", dosis, "Open Sans Condensed", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #666; }

h5 {
  font-family: quicksand, "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0.5px; }

h1 {
  font-family: "Dosis extra-bold", dosis, "Open Sans Condensed", sans-serif;
  font-size: 24px;
  letter-spacing: 1.3px;
  text-transform: uppercase; }

h2 {
  font-family: "Dosis regular", dosis, "Open Sans Condensed", sans-serif;
  font-size: 24px;
  letter-spacing: 1.3px;
  text-transform: uppercase; }

h4 {
  font-family: quicksand, "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 18px; }

h3 {
  font-family: "Dosis regular", dosis, "Open Sans Condensed", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.3px; }

.reader .arrow {
  position: absolute;
  cursor: pointer;
  display: none; }
.reader .arrow.visible {
  display: inherit !important; }
.reader .left-arrow {
  left: 30px;
  right: auto; }
.reader .right-arrow {
  left: auto;
  right: 30px; }
.reader .top-arrow {
  top: 30px;
  bottom: auto; }
.reader .down-arrow {
  top: auto;
  bottom: 30px; }

.reader.galery .arrow,
.reader.hscroll .arrow {
  top: 50%;
  bottom: auto;
  margin-top: -50px;
  margin-left: 0; }
.reader.galery .next-arrow, .reader.galery .close-arrow,
.reader.hscroll .next-arrow,
.reader.hscroll .close-arrow {
  left: auto;
  right: 30px; }
.reader.galery .top-arrow,
.reader.hscroll .top-arrow {
  display: none; }
.reader.galery .down-arrow,
.reader.hscroll .down-arrow {
  display: none; }
.reader.galery .left-arrow,
.reader.hscroll .left-arrow {
  left: 30px;
  right: auto; }
.reader.galery .right-arrow,
.reader.hscroll .right-arrow {
  left: auto;
  right: 30px; }
.reader.galery.inverted .next-arrow, .reader.galery.inverted .close-arrow,
.reader.hscroll.inverted .next-arrow,
.reader.hscroll.inverted .close-arrow {
  right: auto;
  left: 30px;
  transform: rotate(180deg); }

.reader.vscroll .arrow {
  left: 50%;
  right: auto;
  margin-top: 0;
  margin-left: -50px; }
.reader.vscroll .next-arrow, .reader.vscroll .close-arrow {
  top: auto;
  bottom: 15px; }
.reader.vscroll .top-arrow {
  top: 30px;
  bottom: auto; }
.reader.vscroll .down-arrow {
  top: auto;
  bottom: 30px; }
.reader.vscroll .left-arrow {
  display: none; }
.reader.vscroll .right-arrow {
  display: none; }
.reader.vscroll.inverted .next-arrow, .reader.vscroll.inverted .close-arrow {
  bottom: auto;
  top: 15px;
  transform: rotate(180deg); }

.reader.zout .left-arrow, .reader.zout .right-arrow {
  top: 50%;
  bottom: auto;
  margin-top: -50px;
  margin-left: 0; }
.reader.zout .top-arrow, .reader.zout .down-arrow {
  left: 50%;
  right: auto;
  margin-top: 0;
  margin-left: -50px; }

.blocs-editor .alert-success,
.blocs-editor .alert-danger {
  display: none;
  position: fixed;
  top: 78px;
  right: 6px;
  z-index: 10; }
.blocs-editor #loading_message {
  display: none;
  text-align: center;
  font-weight: bold; }
.blocs-editor .bloc-row {
  background-color: #FFFFFF;
  border: 1px solid #CBCBCB;
  padding: 0 10px;
  margin-bottom: 10px; }
  .blocs-editor .bloc-row h4 {
    cursor: move;
    margin: 0 -10px;
    padding: 10px;
    background-color: #e6e6ff; }
  .blocs-editor .bloc-row > .row {
    margin-top: 10px; }
.blocs-editor .ui-sortable-helper {
  border-style: dashed; }
.blocs-editor .ui-sortable-placeholder {
  visibility: visible !important;
  background-color: #F1FFE5;
  border: 1px dashed #CBCBCB; }

.images-wrapper.choices img.reader-image {
  width: 100%;
  max-height: 100%; }

.code-input-wrapper {
  border: 2px dashed white;
  border-radius: 5px;
  height: 100%;
  display: inline-block; }
  .code-input-wrapper input.code-input {
    text-align: center;
    width: 215px !important;
    margin: 3px;
    text-transform: uppercase; }

input[type=hidden] + .code-input-wrapper {
  margin-right: 15px; }
  input[type=hidden] + .code-input-wrapper input.code-input {
    width: 130px !important; }

.collection-thumbnail {
  position: relative; }
  .collection-thumbnail img.cover {
    display: inherit; }
  .collection-thumbnail .thumbnail-details {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #C8FFC8; }
    .collection-thumbnail .thumbnail-details .btn {
      padding: 0;
      margin: 0; }
    .collection-thumbnail .thumbnail-details .body {
      position: relative;
      height: calc(100% - 100px); }
      .collection-thumbnail .thumbnail-details .body .btn {
        width: 88px;
        height: 58px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .collection-thumbnail .thumbnail-details .footer {
      position: relative;
      width: 100%;
      height: 100px;
      border-top: 2px solid #00FF00;
      border-left: none; }
      .collection-thumbnail .thumbnail-details .footer form {
        display: inline; }
      .collection-thumbnail .thumbnail-details .footer .btn {
        position: relative;
        height: 100%; }
        .collection-thumbnail .thumbnail-details .footer .btn img {
          width: 100%;
          height: 100%; }

.collection-thumbnail.large .thumbnail-details {
  clear: both; }
  .collection-thumbnail.large .thumbnail-details .body {
    float: left;
    width: calc(100% - 100px);
    height: 100%; }
  .collection-thumbnail.large .thumbnail-details .footer {
    float: right;
    width: 100px;
    height: 100%;
    border-left: 2px solid #00FF00;
    border-top: none; }
    .collection-thumbnail.large .thumbnail-details .footer form {
      display: inline-block;
      height: 33%; }
      .collection-thumbnail.large .thumbnail-details .footer form .btn {
        display: block;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0); }
        .collection-thumbnail.large .thumbnail-details .footer form .btn img {
          width: 100%;
          height: 100%; }

.collection-thumbnail.details {
  border-color: #00FF00; }
  .collection-thumbnail.details .thumbnail-details {
    display: inherit; }

.reader .control-buttons {
  position: fixed;
  left: calc(100vw - 60px);
  bottom: 20px;
  width: 50px;
  height: 20px; }
  .reader .control-buttons .control-button {
    display: none;
    width: 20px;
    height: auto;
    cursor: pointer;
    position: absolute;
    left: 0px; }
  .reader .control-buttons .control-button.visible {
    display: inherit; }

/* In verticalScroll wrapper */
.reader.vscroll .control-buttons {
  position: fixed;
  top: 5px;
  left: 20px;
  height: calc(100vh - 10px);
  width: 20px; }
  .reader.vscroll .control-buttons .control-button {
    display: none;
    width: 20px;
    height: auto;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    left: 0px; }
  .reader.vscroll .control-buttons .control-button.visible {
    display: inherit; }

.debug-bar {
  position: fixed;
  top: 20px;
  left: auto;
  right: 50px;
  padding: 10px;
  border: 1px solid #000000;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7); }
  .debug-bar .debug-output {
    float: left;
    margin-right: 20px; }
    .debug-bar .debug-output label {
      color: #FFFFFF;
      font-weight: bold;
      padding-right: 5px; }
    .debug-bar .debug-output label.component-title {
      font-size: 24px;
      display: block; }
    .debug-bar .debug-output input {
      color: #000000; }

.images-wrapper.galery img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  /* fix black line bug on firefox */
  /*object-fit: cover;*/
  /*border: 1px solid transparent;*/ }
.images-wrapper.galery img.active {
  display: inherit; }

.images-wrapper.hscroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .images-wrapper.hscroll .scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .images-wrapper.hscroll .scroll .image-wrapper {
      width: auto;
      height: 100%;
      position: relative; }
      .images-wrapper.hscroll .scroll .image-wrapper img {
        vertical-align: middle;
        width: inherit;
        height: 100%; }

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.images-wrapper.himagemap .unreadable_part_link {
  outline-color: #FF0000; }

.idle-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.75);
  border: 2px solid #333333;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 150px;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .idle-modal .idle-modal-body {
    padding: 0 20px; }
  .idle-modal .idle-modal-footer {
    padding: 20px; }
    .idle-modal .idle-modal-footer .idle-modal-footer-buttons .idle-modal-footer-button {
      color: #000000;
      color: #FFF;
      background: #0c0b0b;
      width: 80px;
      height: 32px;
      border-radius: 4px;
      box-shadow: 0 0 2px 1px #333333;
      border: none; }

.image-map-editor-modal .alert-danger {
  display: none; }
.image-map-editor-modal .raw .row.buttons {
  margin-bottom: 10px; }
.image-map-editor-modal .raw textarea {
  width: 100%;
  height: 250px; }
.image-map-editor-modal .editor .row.buttons {
  margin-bottom: 10px; }
.image-map-editor-modal .editor .editor-row {
  margin-bottom: 5px;
  clear: both; }
  .image-map-editor-modal .editor .editor-row input, .image-map-editor-modal .editor .editor-row select {
    float: left; }
  .image-map-editor-modal .editor .editor-row .col.row-buttons {
    padding-left: 0; }
  .image-map-editor-modal .editor .editor-row .shape-select {
    width: 20%; }
  .image-map-editor-modal .editor .editor-row .coords-input {
    width: 45%; }
  .image-map-editor-modal .editor .editor-row .part-select {
    width: 35%; }

.images-wrapper .unreadable_part_link {
  outline-color: #FF0000; }
.images-wrapper .message-bubble {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  color: #f8c6c5; }
  .images-wrapper .message-bubble .bubble-content {
    margin: calc(50vh - 90px) auto 0 auto;
    width: 300px;
    cursor: pointer;
    text-align: right; }

.reader .reader-progress-bar {
  position: fixed;
  width: auto;
  left: 40px;
  right: 70px;
  bottom: 20px;
  height: 15px; }
  .reader .reader-progress-bar .nb-steps-achieved {
    position: absolute;
    left: 0;
    width: auto; }
    .reader .reader-progress-bar .nb-steps-achieved span {
      font-weight: bold;
      vertical-align: bottom;
      color: #000000; }
  .reader .reader-progress-bar .nb-steps-total {
    position: absolute;
    right: 0;
    width: auto; }
    .reader .reader-progress-bar .nb-steps-total span {
      text-align: right;
      font-weight: bold;
      vertical-align: bottom;
      color: #AAA6A1; }
  .reader .reader-progress-bar .progress-background {
    position: absolute;
    left: 30px;
    bottom: 0;
    height: 2px;
    background-color: #AAA6A1;
    width: calc(100% - 60px);
    border-radius: 4px;
    moz-border-radius: 4px;
    webkit-border-radius: 4px; }
    .reader .reader-progress-bar .progress-background .head {
      background-color: #000000;
      height: 100%;
      border-radius: 4px;
      moz-border-radius: 4px;
      webkit-border-radius: 4px; }
.reader .reader-progress-bar:hover .progress-background {
  height: 6px;
  border-radius: 8px;
  moz-border-radius: 8px;
  webkit-border-radius: 8px; }
  .reader .reader-progress-bar:hover .progress-background .head {
    border-radius: 8px;
    moz-border-radius: 8px;
    webkit-border-radius: 8px; }

/* In verticalScroll wrapper */
.reader.vscroll .reader-progress-bar {
  position: fixed;
  top: 30px;
  bottom: 30px;
  left: 0px;
  width: 60px;
  height: auto; }
  .reader.vscroll .reader-progress-bar .nb-steps-achieved {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px; }
    .reader.vscroll .reader-progress-bar .nb-steps-achieved span {
      display: block;
      font-weight: bold;
      vertical-align: botom;
      color: #000000;
      text-align: center; }
  .reader.vscroll .reader-progress-bar .nb-steps-total {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 60px; }
    .reader.vscroll .reader-progress-bar .nb-steps-total span {
      display: block;
      text-align: center;
      font-weight: bold;
      vertical-align: bottom;
      color: #AAA6A1; }
  .reader.vscroll .reader-progress-bar .progress-background {
    position: absolute;
    top: 20px;
    left: 29px;
    width: 2px;
    background-color: #AAA6A1;
    height: calc(100% - 40px);
    border-radius: 4px;
    moz-border-radius: 4px;
    webkit-border-radius: 4px; }
    .reader.vscroll .reader-progress-bar .progress-background .head {
      background-color: #000000;
      width: 100%;
      border-radius: 4px;
      moz-border-radius: 4px;
      webkit-border-radius: 4px; }
.reader.vscroll .reader-progress-bar:hover .progress-background {
  width: 6px;
  left: 27px;
  border-radius: 8px;
  moz-border-radius: 8px;
  webkit-border-radius: 8px; }
  .reader.vscroll .reader-progress-bar:hover .progress-background .head {
    border-radius: 8px;
    moz-border-radius: 8px;
    webkit-border-radius: 8px; }

.reader {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  display: none; }
  .reader .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .reader .wrapper span.loading-message {
      position: absolute;
      top: 10px;
      right: 40px;
      z-index: 1050;
      color: rgba(50, 50, 50, 0.8);
      font-size: 18px;
      line-height: 28.6px; }
    .reader .wrapper img.close-reader {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 20px;
      z-index: 1050;
      cursor: pointer; }

.images-wrapper.vscroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .images-wrapper.vscroll .scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .images-wrapper.vscroll .scroll .image-wrapper {
      width: 100%;
      height: auto;
      position: relative; }
      .images-wrapper.vscroll .scroll .image-wrapper img {
        max-width: 100%;
        max-height: 100%;
        height: inherit; }

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.images-wrapper.zout {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .images-wrapper.zout .scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .images-wrapper.zout .scroll .image-wrapper {
      width: 100%;
      height: 100%; }
      .images-wrapper.zout .scroll .image-wrapper img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle; }

/*# sourceMappingURL=app.css.map */
