@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(jspanel.min.css);
@import url(animate.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: 100% inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

@font-face {
  font-family: 'Questrial';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Questrial-regular.eot"), url("../fonts/Questrial-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Questrial-regular.woff2") format("woff2"), url("../fonts/Questrial-regular.woff") format("woff"), url("../fonts/Questrial-regular.ttf") format("truetype"), url("../fonts/Questrial-regular.svg#Questrial") format("svg"); }
@font-face {
  font-family: 'GTWalsheimProLight';
  src: url("../fonts/GTWalsheimProLight.eot");
  src: url("../fonts/GTWalsheimProLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimProLight.woff2") format("woff2"), url("../fonts/GTWalsheimProLight.woff") format("woff"), url("../fonts/GTWalsheimProLight.svg#GTWalsheimProLight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'GTWalsheimProBold';
  src: url("../fonts/GTWalsheimProBold.eot");
  src: url("../fonts/GTWalsheimProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimProBold.woff2") format("woff2"), url("../fonts/GTWalsheimProBold.woff") format("woff"), url("../fonts/GTWalsheimProBold.svg#GTWalsheimProBold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'maquette_icons';
  src: url("../fonts/maquette_icons.eot?63866668");
  src: url("../fonts/maquette_icons.eot?63866668#iefix") format("embedded-opentype"), url("../fonts/maquette_icons.woff2?63866668") format("woff2"), url("../fonts/maquette_icons.woff?63866668") format("woff"), url("../fonts/maquette_icons.ttf?63866668") format("truetype"), url("../fonts/maquette_icons.svg?63866668#maquette_icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "maquette_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-heart_full:before {
  content: '\e800'; }

/* '' */
.icon-search:before {
  content: '\e801'; }

/* '' */
.icon-triangle:before {
  content: '\e803'; }

/* '' */
.icon-close:before {
  content: '\e804'; }

/* '' */
.icon-controls:before {
  content: '\e805'; }

/* '' */
.icon-delete:before {
  content: '\e806'; }

/* '' */
.icon-download:before {
  content: '\e807'; }

/* '' */
.icon-upload:before {
  content: '\e808'; }

/* '' */
.icon-back:before {
  content: '\e809'; }

/* '' */
.icon-photo:before {
  content: '\e80a'; }

/* '' */
.icon-plane:before {
  content: '\e80b'; }

/* '' */
.icon-user:before {
  content: '\e80c'; }

/* '' */
.icon-heart:before {
  content: '\e80f'; }

/* '' */
.icon-add:before {
  content: '\e810'; }

/* '' */
.icon-substract:before {
  content: '\e811'; }

/* '' */
.icon-fullscreen:before {
  content: '\e80d'; }

/* '' */
.icon-menu:before {
  content: '\e81b'; }

/* '' */
*, html, body {
  font-family: "GTWalsheimProLight", "Questrial", sans-serif !important; }

@media (prefers-color-scheme: dark) {
  body,
  #filters .content-filters-top,
  #home.home-container,
  .floors-menu .menu-container .menu-item:not(.active),
  #actions-menu .content-items-actions-menu .action-menu-item:not(.bgMainColor),
  .search-container .entry-table,
  .jsPanel .jsPanel-content,
  .lot-detail-container {
    background-color: #242525 !important;
    color: white; }

  .search-container .entry-table .lots-container tbody tr:hover {
    background-color: #515151 !important;
    color: white; }

  input[type=text] {
    background-color: #242525 !important;
    color: white; }

  #filters .content-filters-top {
    box-shadow: 0 0 3px rgba(250, 250, 250, 0.3); } }
#home {
  position: relative;
  width: 100%;
  height: 100%; }
  #home .left-panel {
    position: absolute;
    left: 40px;
    top: 40px;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  #home .logo-in-url {
    position: absolute;
    top: 40px;
    left: 40px; }
    #home .logo-in-url.margin-left {
      left: 160px; }
    #home .logo-in-url.margin-left-floors {
      left: 160px; }
    #home .logo-in-url.margin-top {
      top: 120px; }
    #home .logo-in-url img {
      max-height: 100px;
      max-width: 100px;
      user-select: none; }
  #home .description-in-url {
    position: absolute;
    bottom: 40px;
    left: 160px;
    color: white;
    padding: 10px 18px; }
  @media screen and (max-width: 700px) {
    #home .left-panel {
      left: 20px;
      transition: all 0.3s; } }
  @media screen and (max-height: 460px) {
    #home .left-panel {
      top: 20px;
      bottom: 20px;
      transition: all 0.3s; } }

.comparator-container {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  z-index: 10000; }
  .comparator-container .backToHomeBtn {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-decoration: none;
    cursor: pointer;
    z-index: 2; }
    .comparator-container .backToHomeBtn .link {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .comparator-container .backToHomeBtn .link .icon {
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        font-size: 20px; }
    .comparator-container .backToHomeBtn .text {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -20px;
      left: calc(100% + 20px);
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none;
      opacity: 1;
      visibility: visible;
      transition: all 0.3s; }
    .comparator-container .backToHomeBtn:hover .text {
      opacity: 1;
      visibility: visible;
      transition: all 0.3s; }
  .comparator-container .changeView {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 60px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 2; }
    .comparator-container .changeView .changeViewBtn {
      position: relative;
      height: 60px;
      font-size: 18px;
      text-transform: uppercase;
      line-height: 60px;
      text-align: center;
      padding: 0 15px;
      float: left;
      transition: all 0.3s;
      box-sizing: border-box;
      user-select: none;
      cursor: pointer; }
      .comparator-container .changeView .changeViewBtn:not(:last-child):after {
        position: absolute;
        display: block;
        content: '';
        right: 0;
        top: 50%;
        height: 40%;
        transform: translateY(-50%);
        width: 1px;
        background-color: white; }
      .comparator-container .changeView .changeViewBtn.active {
        font-weight: bold;
        cursor: default; }
  .comparator-container .images {
    width: 100%;
    height: calc(100% - 120px);
    box-sizing: border-box;
    padding-top: 60px; }
    .comparator-container .images .has-element .drag-info {
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s; }
    .comparator-container .images .drag-enter .drag-info {
      background-color: rgba(0, 0, 0, 0.8);
      color: white;
      opacity: 1;
      visibility: visible;
      transition: all 0.3s;
      z-index: 1; }
    .comparator-container .images .img-right, .comparator-container .images .img-left {
      position: relative;
      width: 50%;
      height: 100%;
      box-sizing: border-box;
      float: left; }
      .comparator-container .images .img-right .drag-info, .comparator-container .images .img-left .drag-info {
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        transform: translate3d(-50%, -50%, 0);
        border-style: dashed;
        border-width: 3px;
        border-color: black;
        transition: all 0.3s; }
        .comparator-container .images .img-right .drag-info .text, .comparator-container .images .img-left .drag-info .text {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate3d(-50%, -50%, 0);
          text-transform: uppercase;
          font-size: 16px;
          text-align: center;
          line-height: 25px; }
      .comparator-container .images .img-right:not(.has-element) .comparisonImg, .comparator-container .images .img-left:not(.has-element) .comparisonImg {
        display: none; }
      .comparator-container .images .img-right .comparisonImg, .comparator-container .images .img-left .comparisonImg {
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0); }
      .comparator-container .images .img-right iframe, .comparator-container .images .img-left iframe {
        width: 100%;
        height: 100%;
        border: none; }
      .comparator-container .images .img-right .compare-grid, .comparator-container .images .img-left .compare-grid {
        position: absolute;
        text-align: center;
        width: 210px;
        padding: 8px;
        transition: all ease-out 0.3s;
        z-index: 10; }
        .comparator-container .images .img-right .compare-grid.active, .comparator-container .images .img-left .compare-grid.active {
          bottom: 5px !important;
          transition: all ease-in 0.3s; }
          .comparator-container .images .img-right .compare-grid.active .toggle-details, .comparator-container .images .img-left .compare-grid.active .toggle-details {
            transform: rotate(-90deg); }
        .comparator-container .images .img-right .compare-grid .toggle-details, .comparator-container .images .img-left .compare-grid .toggle-details {
          position: absolute;
          width: 40px;
          height: 40px;
          right: -26px;
          border-radius: 100%;
          top: -50px;
          z-index: 10;
          line-height: 40px;
          text-align: center;
          cursor: pointer;
          font-size: 20px;
          transform: rotate(90deg);
          transition: all 0.3s; }
        .comparator-container .images .img-right .compare-grid .compare-prop, .comparator-container .images .img-left .compare-grid .compare-prop {
          color: inherit;
          width: 100%;
          margin-bottom: 8px;
          box-sizing: border-box; }
          .comparator-container .images .img-right .compare-grid .compare-prop:last-child, .comparator-container .images .img-left .compare-grid .compare-prop:last-child {
            margin-bottom: 0; }
          .comparator-container .images .img-right .compare-grid .compare-prop .label, .comparator-container .images .img-left .compare-grid .compare-prop .label {
            text-transform: uppercase;
            font-size: 14px; }
          .comparator-container .images .img-right .compare-grid .compare-prop .value, .comparator-container .images .img-left .compare-grid .compare-prop .value {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px; }
          .comparator-container .images .img-right .compare-grid .compare-prop span.mainColor, .comparator-container .images .img-left .compare-grid .compare-prop span.mainColor {
            color: inherit; }
          .comparator-container .images .img-right .compare-grid .compare-prop span.redColor, .comparator-container .images .img-left .compare-grid .compare-prop span.redColor {
            color: tomato; }
          .comparator-container .images .img-right .compare-grid .compare-prop span.greenColor, .comparator-container .images .img-left .compare-grid .compare-prop span.greenColor {
            color: mediumseagreen; }
      .comparator-container .images .img-right .backdrop, .comparator-container .images .img-left .backdrop {
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7); }
        .comparator-container .images .img-right .backdrop .replacementBtn, .comparator-container .images .img-left .backdrop .replacementBtn {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate3D(-50%, -50%, 0);
          color: inherit;
          padding: 15px;
          border-radius: 5px;
          font-size: 18px;
          user-select: none;
          cursor: pointer;
          text-transform: uppercase; }
    .comparator-container .images .img-right .compare-grid {
      left: 5px; }
      .comparator-container .images .img-right .compare-grid .compare-prop .label {
        float: right; }
      .comparator-container .images .img-right .compare-grid .compare-prop .value {
        float: left; }
    .comparator-container .images .img-left {
      border-right: 1px solid; }
      .comparator-container .images .img-left .comparisonImg {
        float: right; }
      .comparator-container .images .img-left .compare-grid {
        right: 5px; }
        .comparator-container .images .img-left .compare-grid .compare-prop .label {
          float: left; }
        .comparator-container .images .img-left .compare-grid .compare-prop .value {
          float: right; }
  .comparator-container .footer {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
    z-index: 100; }
    .comparator-container .footer .no-elements {
      height: 100px;
      padding-left: 20px;
      line-height: 100px;
      text-transform: uppercase;
      font-size: 16px;
      width: 100%;
      text-align: center; }
    .comparator-container .footer .appart-drag {
      position: relative;
      height: 100px;
      width: 100px;
      float: left;
      margin: 0 5px;
      box-sizing: border-box;
      background-color: white;
      padding: 5px;
      border-width: 1px;
      border-style: solid; }
      .comparator-container .footer .appart-drag:not(.active) {
        cursor: pointer; }
        .comparator-container .footer .appart-drag:not(.active):hover {
          border-color: white !important; }
      .comparator-container .footer .appart-drag:first-child {
        margin-left: 10px; }
      .comparator-container .footer .appart-drag .icon {
        position: absolute;
        top: -6px;
        right: -6px;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background-color: white;
        font-size: 16px;
        border-width: 1px;
        border-style: solid; }
        .comparator-container .footer .appart-drag .icon:before {
          margin: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate3d(-50%, -50%, 0); }
        .comparator-container .footer .appart-drag .icon:hover {
          transition: all 0.3s;
          cursor: pointer; }
      .comparator-container .footer .appart-drag .info {
        user-select: none;
        margin-bottom: 3px;
        font-size: 14px; }
        .comparator-container .footer .appart-drag .info.info-ref {
          font-weight: bold;
          text-transform: uppercase;
          font-size: 16px; }
      .comparator-container .footer .appart-drag .selector {
        position: absolute;
        bottom: 0;
        padding: 7px 5px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
        width: 100%;
        left: 0;
        text-align: center; }
        .comparator-container .footer .appart-drag .selector .text {
          font-size: 13px;
          text-transform: uppercase; }
        .comparator-container .footer .appart-drag .selector .indicator {
          position: absolute;
          right: 5px;
          width: 10px;
          height: 10px;
          border-radius: 100%;
          top: 50%;
          transform: translateY(-50%);
          background-color: #40c82d;
          display: none; }
        .comparator-container .footer .appart-drag .selector.active {
          text-align: left; }
          .comparator-container .footer .appart-drag .selector.active .text {
            text-align: left; }
          .comparator-container .footer .appart-drag .selector.active .indicator {
            display: block; }

.recap-container {
  text-align: center;
  overflow-y: auto; }
  .recap-container .info-lot {
    padding-top: 10px; }
  .recap-container .screenshots .screenshot {
    width: 500px;
    border-width: 1px;
    border-style: solid; }
  .recap-container .backToHomeBtn {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-decoration: none;
    cursor: pointer;
    z-index: 2; }
    .recap-container .backToHomeBtn .link {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .recap-container .backToHomeBtn .link .icon {
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        font-size: 20px; }
    .recap-container .backToHomeBtn .text {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -20px;
      left: calc(100% + 20px);
      font-size: 16px;
      text-transform: uppercase;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s; }
    .recap-container .backToHomeBtn:hover .text {
      opacity: 1;
      visibility: visible;
      transition: all 0.3s; }

.admin-container {
  display: block;
  width: 100%;
  height: 100%; }
  .admin-container iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none; }

header {
  position: relative;
  z-index: 100; }

.header {
  height: 40px;
  line-height: 40px;
  width: 100vw;
  box-sizing: border-box; }
  .header .logo {
    float: left;
    height: 100%;
    padding: 5px;
    box-sizing: border-box; }
  .header .title {
    float: left;
    margin-right: 5px;
    line-height: 40px;
    height: 100%;
    width: calc(100% - 180px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    text-align: left; }
    .header .title .rectangleHeader {
      width: 10px;
      height: 10px; }
  .header .leftHeaderContainer {
    float: left; }
  .header .rightHeaderContainer {
    float: right;
    margin-right: 10px; }
  .header .langContainer {
    float: right;
    line-height: 40px; }
    .header .langContainer .lang-btn {
      position: relative;
      padding: 0 5px;
      text-transform: uppercase;
      user-select: none;
      cursor: pointer; }
      .header .langContainer .lang-btn:not(:first-child):after {
        position: absolute;
        display: block;
        content: '';
        left: 0;
        top: 50%;
        height: 100%;
        transform: translateY(-50%);
        width: 1px;
        background-color: white; }
      .header .langContainer .lang-btn.active {
        font-weight: bold;
        cursor: default; }
  .header .fullscreen {
    float: right;
    cursor: pointer;
    margin-left: 20px;
    font-size: 20px;
    line-height: 40px; }

#actions-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  user-select: none;
  transition: all 0.3s; }
  @media screen and (max-width: 1455px) {
    #actions-menu.filters-on {
      right: 305px;
      transition: all 0.3s; } }
  #actions-menu .mobile-action-menu {
    position: relative;
    top: -10px;
    right: 0px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url("../img/action-menu.png");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    cursor: pointer;
    transition: all 0.3s; }
  #actions-menu .open {
    transform: rotate(-90deg); }
  #actions-menu .content-items-actions-menu .action-menu-item {
    margin-bottom: 10px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background-color: white;
    border-width: 2px;
    border-style: solid;
    position: relative;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 25px;
    transition: all 0.3s; }
    #actions-menu .content-items-actions-menu .action-menu-item .text {
      position: absolute;
      display: block;
      top: 50%;
      right: 80px;
      transform: translateY(-50%);
      white-space: nowrap;
      text-align: right;
      font-size: 16px;
      text-transform: uppercase;
      background-color: rgba(255, 255, 255, 0.8);
      height: 25px;
      line-height: 25px;
      padding: 0 7px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s; }
    #actions-menu .content-items-actions-menu .action-menu-item:hover .text {
      opacity: 1;
      visibility: visible;
      transition: all 0.3s; }
    #actions-menu .content-items-actions-menu .action-menu-item .notif {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      line-height: 20px;
      text-align: center;
      display: block;
      font-size: 12px;
      top: -5px;
      right: -5px; }
      #actions-menu .content-items-actions-menu .action-menu-item .notif.notif-secondary {
        bottom: -5px;
        top: auto; }
    @media screen and (max-width: 1455px) {
      #actions-menu .content-items-actions-menu .action-menu-item.filter-item {
        display: block; } }
  #actions-menu .content-items-actions-menu.filterAndSearchGrouped .action-menu-item.filters {
    border-radius: 50% 50% 0 0;
    margin-bottom: 0; }
    @media screen and (orientation: landscape) and (max-width: 700px) {
      #actions-menu .content-items-actions-menu.filterAndSearchGrouped .action-menu-item.filters {
        border-radius: 50px 0 0 50px;
        border-right: none;
        margin-right: 0; } }
  #actions-menu .content-items-actions-menu.filterAndSearchGrouped .action-menu-item.search {
    border-radius: 0 0 50% 50%;
    border-top: none; }
    @media screen and (orientation: landscape) and (max-width: 700px) {
      #actions-menu .content-items-actions-menu.filterAndSearchGrouped .action-menu-item.search {
        border-radius: 0 50px 50px 0;
        border-top: solid 2px; } }
  @media screen and (orientation: landscape) {
    #actions-menu .action-menu-item {
      margin-right: 10px; } }
  @media screen and (orientation: landscape) and (max-width: 700px) {
    #actions-menu .content-items-actions-menu {
      position: absolute;
      display: flex;
      top: -10px;
      right: 50px; } }

@media screen and (max-width: 700px) {
  #actions-menu {
    right: 20px;
    transition: all 0.3s; } }
@media screen and (max-height: 460px) {
  #actions-menu {
    top: 20px;
    transition: all 0.3s; } }
.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50px); }

@media screen and (orientation: landscape) {
  .hidden {
    transform: translateX(30px); } }
.reveal {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-10px);
  transition: all 0.3s; }

@media screen and (orientation: landscape) {
  .reveal {
    transform: translateX(0px); } }
.floorsMenu {
  width: 80px;
  max-height: 100%;
  overflow: hidden;
  border: none;
  box-shadow: none; }
  .floorsMenu.on .floorsMenuContainer {
    display: block; }
  .floorsMenu:not(.on) .selectetedFloor {
    display: block; }
  .floorsMenu .floorsMenuContainer {
    display: none;
    position: relative;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    overflow: hidden;
    background-color: white; }
  .floorsMenu .selectetedFloor {
    display: none;
    background-color: white;
    color: darkgrey;
    border: 1px solid darkgrey;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 60px;
    user-select: none; }
  .floorsMenu li {
    list-style: none; }
  .floorsMenu .floorsList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden; }
    .floorsMenu .floorsList li {
      cursor: pointer; }
      .floorsMenu .floorsList li.active a {
        color: inherit !important; }
      .floorsMenu .floorsList li:not(.active) a:hover {
        background-color: #ececec; }
  .floorsMenu a.floorTextSelect, .floorsMenu .alwaysShowedFloor a {
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 60px;
    text-decoration: none;
    user-select: none;
    cursor: pointer; }
  .floorsMenu .alwaysShowedFloor.active a {
    color: inherit !important; }
  .floorsMenu .alwaysShowedFloor:not(.active) a:hover {
    background-color: #ececec; }
  .floorsMenu .sliderMenuBtn {
    display: none;
    position: absolute;
    width: 100%;
    padding: 0;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 60px;
    background-color: white; }
    .floorsMenu .sliderMenuBtn[data-action=goUp] {
      top: 0; }
    .floorsMenu .sliderMenuBtn[data-action=goDown] {
      border-top: 1px solid #ccc;
      bottom: 0; }

.floors-menu {
  position: relative;
  width: 80px;
  max-height: 100%;
  overflow-y: hidden;
  border: none;
  box-shadow: none; }
  .floors-menu .floorsTitle {
    padding: 10px 0;
    margin-bottom: 12px;
    text-align: center;
    border-top: 1px solid;
    user-select: none; }
  .floors-menu .menu-container {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid; }
    .floors-menu .menu-container .menu {
      transition: all 0.3s; }
    .floors-menu .menu-container .menu-item {
      padding: 10px 0;
      text-align: center;
      background-color: white;
      cursor: pointer;
      border-top: 1px solid;
      user-select: none;
      transition: all 0.3s; }
      .floors-menu .menu-container .menu-item.static-item {
        position: relative;
        z-index: 1; }
      .floors-menu .menu-container .menu-item:hover {
        background-color: #ececec; }
      .floors-menu .menu-container .menu-item .label {
        transition: all 0.3s; }
      .floors-menu .menu-container .menu-item.active .label {
        color: white !important; }
    .floors-menu .menu-container .slider-btn {
      position: relative;
      display: none;
      color: white;
      text-align: center;
      padding: 10px 0;
      cursor: pointer;
      z-index: 1;
      user-select: none;
      border-bottom: 1px solid white;
      border-top: 1px solid white; }
      .floors-menu .menu-container .slider-btn.btn-bottom {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0; }
  .floors-menu.responsive {
    flex-grow: 1;
    min-height: 146px; }
    .floors-menu.responsive .menu-container {
      border-bottom: 0;
      height: 100%; }
    .floors-menu.responsive .slider-btn {
      display: block; }
    .floors-menu.responsive .menu {
      position: absolute;
      width: calc(100% - 2px);
      top: 73px;
      left: 1px; }

.floors-menu-btn {
  position: fixed;
  bottom: 10px;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url("../img/floors.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  cursor: pointer; }

#mobile-floors-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in; }
  #mobile-floors-menu.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in; }
  #mobile-floors-menu .content-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 90%;
    height: 90%;
    background-color: white;
    overflow: visible; }
    #mobile-floors-menu .content-modal .closer {
      position: relative;
      left: calc( 50vw - 40px);
      display: block;
      width: 40px;
      height: 40px;
      color: white;
      font-size: 15px;
      line-height: 40px;
      border-radius: 100%;
      text-align: center;
      line-height: 40px;
      cursor: pointer;
      z-index: 1; }
    #mobile-floors-menu .content-modal .menu {
      height: calc(100% - 50px);
      overflow-y: auto; }
      #mobile-floors-menu .content-modal .menu .menu-item {
        font-size: 5vmin;
        padding: 4vh 0;
        text-align: center;
        background-color: white;
        cursor: pointer;
        border-bottom: 1px solid;
        user-select: none;
        transition: all 0.3s; }
        #mobile-floors-menu .content-modal .menu .menu-item:hover {
          background-color: #ececec; }
        #mobile-floors-menu .content-modal .menu .menu-item .label {
          transition: all 0.3s; }
        #mobile-floors-menu .content-modal .menu .menu-item.active .label {
          color: white !important; }

#filters {
  user-select: none; }
  #filters .content-filters-top {
    position: absolute;
    top: -60px;
    height: 60px;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    padding: 0 20px; }
    #filters .content-filters-top .filter-typology {
      display: block;
      float: left;
      margin-right: 20px;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      #filters .content-filters-top .filter-typology .typology-item {
        display: block;
        float: left;
        height: 40px;
        cursor: pointer;
        text-align: center;
        margin-right: 10px;
        color: white;
        user-select: none;
        transition: all 0.3s; }
        #filters .content-filters-top .filter-typology .typology-item.rounded {
          width: 40px;
          border-radius: 100%;
          line-height: 40px;
          font-size: 16px; }
        #filters .content-filters-top .filter-typology .typology-item:not(.rounded) {
          width: 70px;
          padding: 7px;
          border-radius: 0;
          line-height: 17px;
          font-size: 15px;
          font-weight: bold;
          min-height: 48px; }
          @media screen and (max-width: 1455px) {
            #filters .content-filters-top .filter-typology .typology-item:not(.rounded) {
              padding: 5px;
              font-size: 11px; } }
        #filters .content-filters-top .filter-typology .typology-item:not(.active) {
          background-color: #919191 !important;
          transition: all 0.3s; }
        #filters .content-filters-top .filter-typology .typology-item span[data-nb-lines="1"] {
          line-height: 34px; }
        #filters .content-filters-top .filter-typology .typology-item span[data-nb-lines="2"] {
          line-height: 17px; }
    #filters .content-filters-top .filter-range {
      display: block;
      position: relative;
      float: left;
      width: 300px;
      height: 40px;
      padding: 0 8px;
      margin-right: 40px;
      top: 50%;
      transform: translateY(-50%); }
      #filters .content-filters-top .filter-range .price, #filters .content-filters-top .filter-range .area {
        position: absolute;
        bottom: 0;
        font-size: 12px; }
        #filters .content-filters-top .filter-range .price.price-before, #filters .content-filters-top .filter-range .price.area-before, #filters .content-filters-top .filter-range .area.price-before, #filters .content-filters-top .filter-range .area.area-before {
          left: 7px; }
        #filters .content-filters-top .filter-range .price.price-after, #filters .content-filters-top .filter-range .price.area-after, #filters .content-filters-top .filter-range .area.price-after, #filters .content-filters-top .filter-range .area.area-after {
          right: 7px; }
      #filters .content-filters-top .filter-range .noUi-target {
        height: 5px;
        top: 11px;
        border-radius: 0;
        border: none;
        box-shadow: none;
        cursor: pointer; }
        #filters .content-filters-top .filter-range .noUi-target .noUi-handle {
          width: 25px;
          height: 25px;
          top: -11px;
          border-radius: 100%;
          border: none;
          outline: none;
          cursor: pointer;
          box-shadow: none; }
          #filters .content-filters-top .filter-range .noUi-target .noUi-handle:after, #filters .content-filters-top .filter-range .noUi-target .noUi-handle:before {
            content: none; }
        #filters .content-filters-top .filter-range .noUi-target .noUi-origin:nth-child(n+3) .noUi-handle {
          right: -8px; }
    #filters .content-filters-top .filter-option {
      display: block;
      position: relative;
      float: left;
      height: 40px;
      top: 50%;
      transform: translateY(-50%); }
      #filters .content-filters-top .filter-option .option-item {
        position: relative;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        float: left;
        padding: 5px 30px 5px 5px;
        margin-right: 10px;
        cursor: pointer;
        color: white;
        text-transform: uppercase;
        font-size: 14px;
        transition: all 0.3s; }
        #filters .content-filters-top .filter-option .option-item.not-active {
          background-color: #919191 !important;
          transition: all 0.3s; }
        #filters .content-filters-top .filter-option .option-item .icon {
          position: absolute;
          right: 5px;
          height: 15px;
          line-height: 15px;
          text-align: center;
          font-size: 10px;
          top: 50%;
          transform: translateY(-50%);
          user-select: none; }
    @media screen and (max-width: 1455px) {
      #filters .content-filters-top {
        right: -285px;
        width: 285px;
        height: 100%;
        top: 0;
        padding: 10px;
        transition: right 0.3s;
        overflow: auto; }
        #filters .content-filters-top.filters-on {
          right: 0;
          transition: right 0.3s; }
        #filters .content-filters-top .filter-typology {
          top: 0;
          transform: none;
          margin-bottom: 10px;
          margin-right: 0;
          display: flex;
          justify-content: space-between;
          width: 100%; }
          #filters .content-filters-top .filter-typology .typology-item {
            margin-bottom: 10px;
            margin-right: 0;
            min-width: 40px; }
          #filters .content-filters-top .filter-typology:after {
            display: none; }
        #filters .content-filters-top .filter-range {
          top: 0;
          transform: none;
          margin: 10px 0 20px 0;
          width: 100%; }
        #filters .content-filters-top .filter-option {
          top: 0;
          transform: none;
          margin: 10px 0 20px 0; }
          #filters .content-filters-top .filter-option .option-item {
            width: 100%;
            padding: 10px;
            margin: 0 0 10px 0; } }
  #filters .content-filters-bottom {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 20px; }
    #filters .content-filters-bottom .filter-typology {
      display: block;
      float: left;
      margin-right: 20px; }
      #filters .content-filters-bottom .filter-typology .typology-item {
        display: block;
        float: left;
        width: 40px;
        height: 40px;
        cursor: pointer;
        border-radius: 100%;
        line-height: 40px;
        text-align: center;
        margin-right: 10px;
        font-size: 16px;
        color: white;
        user-select: none;
        transition: all 0.3s; }
        #filters .content-filters-bottom .filter-typology .typology-item:not(.active) {
          background-color: #919191 !important;
          transition: all 0.3s; }

.search-container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  color: #515151;
  background-color: white;
  position: absolute;
  overflow: hidden; }
  .search-container .search-input {
    margin: 0;
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    height: 40px;
    z-index: 10; }
    .search-container .search-input .icon {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      position: absolute;
      left: 0;
      top: 0;
      cursor: pointer;
      font-size: 20px; }
    .search-container .search-input .closer {
      position: absolute;
      right: 5px;
      top: 50%;
      transform: translateY(-50%);
      left: auto;
      font-size: 14px;
      cursor: pointer;
      height: auto;
      width: auto;
      line-height: normal; }
    .search-container .search-input input {
      display: block;
      width: 96%;
      border: none;
      height: 40px;
      line-height: 40px;
      text-transform: uppercase;
      outline: none;
      font-size: 14px;
      padding-left: 50px;
      border-radius: 0; }
  .search-container .header-table {
    position: relative;
    top: 80px; }
    .search-container .header-table .header-container {
      width: 100%; }
      .search-container .header-table .header-container thead {
        width: 100%; }
        .search-container .header-table .header-container thead tr {
          width: 100%;
          color: white;
          background-color: #515151; }
          .search-container .header-table .header-container thead tr th {
            width: 20%;
            padding: 14px 20px 14px 0;
            user-select: none;
            cursor: pointer;
            text-transform: uppercase;
            position: relative;
            text-align: center;
            font-size: 1em; }
            .search-container .header-table .header-container thead tr th.hasSort span {
              background-image: url("../img/sort-on.png");
              background-size: 18px;
              opacity: 1;
              visibility: visible;
              transition: all 0.3s; }
              .search-container .header-table .header-container thead tr th.hasSort span.up {
                transform: translateY(-50%) rotate(180deg); }
            .search-container .header-table .header-container thead tr th span {
              display: block;
              width: 20px;
              height: 20px;
              position: absolute;
              right: 5px;
              top: 50%;
              transform: translateY(-50%);
              opacity: 0.3;
              visibility: visible;
              transition: all 0.3s;
              background-image: url("../img/sort.png");
              background-position: 50%;
              background-repeat: no-repeat;
              background-size: cover; }
  .search-container .entry-table {
    position: relative;
    top: 80px;
    height: calc(100% - 120px);
    overflow-y: auto; }
    .search-container .entry-table .lots-container {
      width: 100%;
      position: relative; }
      .search-container .entry-table .lots-container tbody {
        width: 100%; }
        .search-container .entry-table .lots-container tbody tr {
          width: 100%;
          font-size: 1rem;
          border-bottom: 1px solid #515151;
          cursor: pointer; }
          .search-container .entry-table .lots-container tbody tr:hover {
            background-color: #cccccc; }
          .search-container .entry-table .lots-container tbody tr td {
            padding: 5px 0;
            width: 20%;
            text-align: center; }

.filter-container {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 12px; }
  .filter-container .content-checkbox {
    position: relative;
    height: 20px;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .filter-container .content-checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .filter-container .content-checkbox .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 20px;
      width: 20px;
      background-color: #eee;
      transition: all 0.3s;
      border-style: solid;
      border-width: 1px; }
      .filter-container .content-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 6px;
        top: 2px;
        width: 4px;
        height: 8px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .filter-container .content-checkbox.checked .checkmark:after {
      display: block; }
  .filter-container .text {
    font-size: 14px;
    text-transform: uppercase; }

.lot-detail-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white;
  overflow: hidden; }
  .lot-detail-container:after {
    content: "\e59395"; }
  .lot-detail-container .lot-medias {
    float: left;
    max-height: 100%;
    width: calc(100% - 150px);
    height: 100%;
    position: relative; }
    .lot-detail-container .lot-medias .media {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      display: block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%; }
    .lot-detail-container .lot-medias iframe.media {
      width: 100%;
      height: 100%; }
  .lot-detail-container .lot-btns {
    float: right;
    height: 100%;
    width: 150px;
    padding: 20px 10px 50px 10px; }
    .lot-detail-container .lot-btns .lot-btn {
      position: relative;
      text-align: right;
      user-select: none;
      cursor: pointer;
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 10px; }
      .lot-detail-container .lot-btns .lot-btn.active {
        font-weight: bold;
        cursor: default; }
  .lot-detail-container .content-actions {
    position: absolute;
    bottom: 20px;
    right: 10px; }
    .lot-detail-container .content-actions .icon {
      display: block;
      float: right;
      margin-left: 5px;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      line-height: 40px;
      text-align: center;
      font-size: 20px;
      cursor: pointer; }
  .lot-detail-container .icon-marker-resize {
    position: absolute;
    right: -4px;
    bottom: -2px;
    transform: rotate(-45deg);
    font-size: 18px; }

.maquette-container {
  position: relative;
  width: 100%;
  height: 100%; }

.screenshot-animation {
  position: absolute;
  z-index: 200;
  transition: all 0.4s ease-in-out;
  transform-origin: top left; }

.tooltip-container {
  position: absolute;
  z-index: 100;
  max-width: 100%;
  width: 350px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }
  .tooltip-container.visible {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s; }
  .tooltip-container .entry-header {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
    .tooltip-container .entry-header .entry-title .title {
      font-weight: bold;
      font-size: 20px;
      margin-right: 5px; }
    .tooltip-container .entry-header .entry-title .state {
      text-transform: uppercase;
      font-size: 14px; }
    .tooltip-container .entry-header .entry-actions {
      transform: translate3d(1px, 2px, 0);
      cursor: default; }
      .tooltip-container .entry-header .entry-actions .icon {
        display: inline-block;
        margin-left: 5px;
        font-size: 16px; }
        .tooltip-container .entry-header .entry-actions .icon.close {
          font-size: 14px; }
        .tooltip-container .entry-header .entry-actions .icon:hover {
          cursor: pointer; }
  .tooltip-container .entry-content {
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    user-select: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
    .tooltip-container .entry-content .info {
      font-size: 14px;
      margin-bottom: 5px; }
      .tooltip-container .entry-content .info:last-child {
        margin-bottom: 0; }
      .tooltip-container .entry-content .info .label {
        float: left;
        text-transform: uppercase; }
      .tooltip-container .entry-content .info .value {
        float: right;
        font-weight: bold; }
        .tooltip-container .entry-content .info .value:not(.not-upper) {
          text-transform: uppercase; }
        .tooltip-container .entry-content .info .value .minimize {
          text-transform: lowercase; }
    .tooltip-container .entry-content .toggle-detail {
      display: none; }
    .tooltip-container .entry-content .left-infos {
      width: 57%;
      float: left; }
    .tooltip-container .entry-content .right-infos {
      width: 33%;
      float: right; }
  .tooltip-container .entry-footer {
    position: relative;
    padding: 5px;
    user-select: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
    .tooltip-container .entry-footer .plan {
      float: left;
      margin: 5px;
      font-weight: bold;
      width: calc(50% - 10px);
      position: relative; }
      .tooltip-container .entry-footer .plan span {
        text-overflow: ellipsis;
        width: 100%;
        display: block;
        overflow: hidden;
        padding: 10px 5px;
        text-align: center;
        font-size: 14px;
        cursor: pointer;
        text-overflow: ellipsis;
        text-transform: uppercase;
        background-color: white; }
    .tooltip-container .entry-footer .triangle {
      position: absolute;
      bottom: -11px;
      left: 5px; }
  @media screen and (max-width: 1100px) {
    .tooltip-container {
      width: 220px; }
      .tooltip-container .entry-content .toggle-detail {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 14px; }
        .tooltip-container .entry-content .toggle-detail .icon-close {
          font-size: 13px; }
        .tooltip-container .entry-content .toggle-detail.active {
          margin-bottom: 15px; }
      .tooltip-container .entry-content .left-infos {
        width: 100%;
        float: none;
        display: none; }
        .tooltip-container .entry-content .left-infos.active {
          display: block;
          margin-bottom: 5px; }
      .tooltip-container .entry-content .right-infos {
        width: 100%;
        float: none;
        display: none; }
        .tooltip-container .entry-content .right-infos.active {
          display: block; }
      .tooltip-container .entry-footer .plan {
        font-size: 12px; } }

#loader {
  position: absolute;
  width: 100%;
  height: calc(100% - 40px);
  top: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }
  #loader.no-header {
    height: 100%;
    top: 0; }
  #loader.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s; }
  #loader .entry-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    text-align: center; }
    #loader .entry-content .message {
      font-size: 18px;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold; }
    #loader .entry-content .loading-spinner {
      display: inline-block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 3px solid;
      border-bottom: 3px solid rgba(255, 255, 255, 0) !important;
      animation: spin 1s ease-in-out infinite;
      -webkit-animation: spin 1s ease-in-out infinite; }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }
.selection {
  height: 100%; }
  .selection .entry-content {
    font-size: 16px;
    height: 100%; }
    .selection .entry-content .content-text {
      margin-bottom: 30px; }
    .selection .entry-content .content-form {
      height: 100%;
      display: flex;
      flex-direction: column; }
      .selection .entry-content .content-form .footer-form {
        margin-top: auto;
        padding: 10px 20px 10px 20px; }
        .selection .entry-content .content-form .footer-form .content-footer-form {
          position: relative;
          padding: 10px 0px;
          font-size: 1.2em;
          cursor: pointer; }
          .selection .entry-content .content-form .footer-form .content-footer-form .logo-share {
            position: absolute;
            top: 0px;
            right: 0px;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            background-color: white;
            border-width: 2px;
            border-style: solid;
            line-height: 33px;
            text-align: center;
            font-size: 20px; }
        .selection .entry-content .content-form .footer-form .content-input {
          position: relative;
          margin-top: 20px;
          margin-bottom: 25px; }
          .selection .entry-content .content-form .footer-form .content-input label {
            display: block;
            margin-bottom: 5px; }
          .selection .entry-content .content-form .footer-form .content-input input {
            display: block;
            border-width: 1px;
            border-style: solid;
            width: calc(100% - 70px);
            margin-bottom: 5px;
            height: 40px;
            line-height: 40px;
            padding: 0 15px;
            outline: none; }
          .selection .entry-content .content-form .footer-form .content-input .error-form {
            color: #cc0000; }
          .selection .entry-content .content-form .footer-form .content-input .submit {
            position: relative;
            cursor: pointer; }
            .selection .entry-content .content-form .footer-form .content-input .submit input {
              position: absolute;
              opacity: 0;
              cursor: pointer;
              height: 0;
              width: 0;
              margin: 0px; }
            .selection .entry-content .content-form .footer-form .content-input .submit .btn-send {
              position: absolute;
              top: -45px;
              right: 0px;
              width: 40px;
              height: 40px;
              border-radius: 100%;
              background-color: white;
              border-width: 2px;
              border-style: solid;
              line-height: 36px;
              padding-left: 1px;
              font-size: 21px;
              background-color: white; }
            .selection .entry-content .content-form .footer-form .content-input .submit .disable {
              opacity: 0.3 !important;
              cursor: auto;
              pointer-events: none;
              user-select: none; }
          .selection .entry-content .content-form .footer-form .content-input .btn-download {
            position: absolute;
            top: -10px;
            right: 0px;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            background-color: white;
            border-width: 2px;
            border-style: solid;
            line-height: 36px;
            padding-left: 3px;
            font-size: 21px;
            background-color: white;
            cursor: pointer; }
      .selection .entry-content .content-form .main-form {
        padding: 20px 10px; }
        .selection .entry-content .content-form .main-form .content-selection {
          position: relative;
          margin: 0 0 30px 0; }
          .selection .entry-content .content-form .main-form .content-selection .entry-content-selection {
            position: relative;
            width: 90%;
            padding: 10px;
            display: flex;
            box-shadow: 0 8px 6px -10px black; }
            .selection .entry-content .content-form .main-form .content-selection .entry-content-selection .checkbox {
              position: relative;
              margin-bottom: 12px;
              cursor: pointer;
              font-size: 22px;
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none; }
              .selection .entry-content .content-form .main-form .content-selection .entry-content-selection .checkbox input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0; }
              .selection .entry-content .content-form .main-form .content-selection .entry-content-selection .checkbox .checkmark {
                position: absolute;
                top: -10px;
                height: 28px;
                width: 28px;
                background-color: #eee;
                transition: all 0.3s;
                border-style: solid;
                border-width: 1px; }
                .selection .entry-content .content-form .main-form .content-selection .entry-content-selection .checkbox .checkmark:after {
                  content: "";
                  position: absolute;
                  display: none;
                  left: 9px;
                  top: 6px;
                  width: 5px;
                  height: 10px;
                  border: solid white;
                  border-width: 0 3px 3px 0;
                  -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
              .selection .entry-content .content-form .main-form .content-selection .entry-content-selection .checkbox.checked .checkmark:after {
                display: block; }
            .selection .entry-content .content-form .main-form .content-selection .entry-content-selection .opener {
              width: 20px;
              height: 20px;
              cursor: pointer; }
            .selection .entry-content .content-form .main-form .content-selection .entry-content-selection .rotate {
              position: relative;
              left: 5px;
              transform: rotate(-90deg); }
            .selection .entry-content .content-form .main-form .content-selection .entry-content-selection span.text {
              padding-left: 20px;
              width: 100%; }
          .selection .entry-content .content-form .main-form .content-selection .content-attachments {
            margin: 20px 0;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            overflow: auto; }
            .selection .entry-content .content-form .main-form .content-selection .content-attachments .favorite {
              position: relative;
              height: 100px;
              width: 100px;
              margin: 10px;
              box-sizing: border-box;
              background-color: white;
              padding: 5px;
              border-width: 1px;
              border-style: solid;
              flex: none; }
              .selection .entry-content .content-form .main-form .content-selection .content-attachments .favorite .info {
                user-select: none;
                margin-bottom: 3px;
                font-size: 14px; }
                .selection .entry-content .content-form .main-form .content-selection .content-attachments .favorite .info.info-ref {
                  font-weight: bold;
                  text-transform: uppercase;
                  font-size: 16px; }
              .selection .entry-content .content-form .main-form .content-selection .content-attachments .favorite .selector {
                position: absolute;
                bottom: 0;
                padding: 7px 5px;
                box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
                width: 100%;
                left: 0;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: space-between;
                cursor: pointer; }
                .selection .entry-content .content-form .main-form .content-selection .content-attachments .favorite .selector .text {
                  font-size: 13px;
                  text-transform: uppercase; }
                .selection .entry-content .content-form .main-form .content-selection .content-attachments .favorite .selector .icon {
                  font-size: 15px; }
                  .selection .entry-content .content-form .main-form .content-selection .content-attachments .favorite .selector .icon.icon-close {
                    font-size: 13px; }
              .selection .entry-content .content-form .main-form .content-selection .content-attachments .favorite.selected .selector {
                transition: all 0.3s; }
            .selection .entry-content .content-form .main-form .content-selection .content-attachments .screenshot {
              position: relative;
              height: 100px;
              width: 100px;
              margin: 10px;
              box-sizing: border-box;
              background-color: white;
              padding: 5px;
              border-width: 1px;
              border-style: solid;
              overflow: hidden;
              flex: none; }
              .selection .entry-content .content-form .main-form .content-selection .content-attachments .screenshot img {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate3d(-50%, -50%, 0);
                width: auto;
                height: 100%; }
              .selection .entry-content .content-form .main-form .content-selection .content-attachments .screenshot .selector {
                position: absolute;
                bottom: 0;
                padding: 7px 5px;
                box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
                width: 100%;
                left: 0;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: space-between;
                cursor: pointer;
                background-color: white;
                z-index: 1; }
                .selection .entry-content .content-form .main-form .content-selection .content-attachments .screenshot .selector .text {
                  font-size: 13px;
                  text-transform: uppercase; }
                .selection .entry-content .content-form .main-form .content-selection .content-attachments .screenshot .selector .icon {
                  font-size: 15px; }
                  .selection .entry-content .content-form .main-form .content-selection .content-attachments .screenshot .selector .icon.icon-close {
                    font-size: 13px; }
              .selection .entry-content .content-form .main-form .content-selection .content-attachments .screenshot.selected .selector {
                transition: all 0.3s; }

.toasts-container {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500; }
  .toasts-container .toast {
    position: relative;
    padding: 15px 45px 15px 15px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s; }
    .toasts-container .toast.active {
      opacity: 1;
      visibility: visible;
      transition: all 0.3s; }
    .toasts-container .toast.disabled {
      display: none; }
    .toasts-container .toast .closer {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 13px;
      cursor: pointer; }

#medias-menu {
  margin-bottom: 40px; }
  #medias-menu .medias-menu-item {
    margin-bottom: 10px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    position: relative;
    cursor: pointer;
    line-height: 58px;
    text-align: center;
    display: block;
    background-size: 30px;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all 0.3s; }
    #medias-menu .medias-menu-item.opener {
      display: none;
      border-width: 2px;
      border-style: solid;
      line-height: 55px;
      font-size: 25px; }
    #medias-menu .medias-menu-item .text {
      position: absolute;
      display: block;
      top: 50%;
      left: 80px;
      transform: translateY(-50%);
      white-space: nowrap;
      text-align: right;
      font-size: 14px;
      text-transform: uppercase;
      background-color: rgba(255, 255, 255, 0.8);
      height: 25px;
      line-height: 25px;
      padding: 0 7px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s; }
    #medias-menu .medias-menu-item:hover .text {
      opacity: 1;
      visibility: visible;
      transition: all 0.3s; }
  #medias-menu.responsive {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    left: 50%;
    transform: translateX(-50%); }
    #medias-menu.responsive .menu {
      position: absolute;
      top: 0;
      left: 0;
      display: flex; }
    #medias-menu.responsive .medias-menu-item {
      margin-right: 15px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s; }
      #medias-menu.responsive .medias-menu-item.active {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s; }
      #medias-menu.responsive .medias-menu-item.opener {
        display: block;
        opacity: 1;
        visibility: visible; }
      #medias-menu.responsive .medias-menu-item .text {
        top: 70px;
        left: 50%;
        transform: translateX(-50%); }

#modal-medias {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in; }
  #modal-medias.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in; }
  #modal-medias .content-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 90%;
    height: 90%;
    background-color: white; }
    #modal-medias .content-modal .closer {
      position: absolute;
      top: -20px;
      right: -20px;
      display: block;
      width: 40px;
      height: 40px;
      color: white;
      font-size: 15px;
      line-height: 40px;
      border-radius: 100%;
      text-align: center;
      line-height: 40px;
      cursor: pointer;
      z-index: 1; }
    #modal-medias .content-modal .media {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      border: none; }
    #modal-medias .content-modal .menu-switch-medias {
      position: absolute;
      top: -10px;
      left: 10px;
      z-index: 1; }
      #modal-medias .content-modal .menu-switch-medias .item-media {
        padding: 8px 10px;
        text-transform: uppercase;
        font-size: 14px;
        color: white;
        cursor: pointer;
        margin-right: 10px;
        float: left; }
        #modal-medias .content-modal .menu-switch-medias .item-media:not(.active) {
          background-color: #919191 !important; }
  #modal-medias .mediaDirectLink {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid white;
    z-index: 9;
    cursor: pointer; }
    #modal-medias .mediaDirectLink svg {
      fill: white;
      height: 25px;
      width: 25px; }

.compass-container {
  position: absolute;
  right: 0;
  bottom: 0; }
  .compass-container .compass-img {
    max-width: 100%;
    max-height: 100%; }

html, body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: fixed !important;
  -webkit-tap-highlight-color: transparent; }
  html div[ng-view], body div[ng-view] {
    position: relative;
    height: calc(100% - 40px);
    margin-top: 0;
    bottom: 0;
    /*z-index: 50;*/ }
    html div[ng-view].no-filters:not(.no-header), body div[ng-view].no-filters:not(.no-header) {
      margin-top: 0;
      height: calc(100% - 40px); }
    html div[ng-view].no-header:not(.no-filters), body div[ng-view].no-header:not(.no-filters) {
      height: calc(100% - 60px); }
    html div[ng-view].no-filters.no-header, body div[ng-view].no-filters.no-header {
      margin-top: 0;
      height: 100% !important; }
  html.home div[ng-view], body.home div[ng-view] {
    height: calc(100% - 40px - 60px);
    margin-top: 60px;
    transition: all 0.3s; }
    html.home div[ng-view]:not(.large-screen-filters), body.home div[ng-view]:not(.large-screen-filters) {
      height: calc(100% - 40px);
      margin-top: 0; }
  @media screen and (max-width: 1455px) {
    html.home div[ng-view], body.home div[ng-view] {
      height: calc(100% - 40px);
      margin-top: 0; } }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

*:first-child + html .clearfix {
  zoom: 1; }

/* jsPanel override */
.jsPanel {
  font-family: 'GTWalsheimProLight', sans-serif;
  min-width: 10px;
  min-height: 10px;
  max-width: 100%;
  border-radius: 0; }
  .jsPanel .jsPanel-title {
    font-family: 'GTWalsheimProLight', sans-serif;
    font-variant: none;
    font-size: 16px;
    text-transform: uppercase; }
    .jsPanel .jsPanel-title .pre-title {
      font-weight: normal; }
  .jsPanel .jsPanel-hdr {
    font-family: 'GTWalsheimProLight', sans-serif;
    border-top: 1px solid white;
    border-radius: 0; }
  .jsPanel .jsPanel-content {
    font-family: 'GTWalsheimProLight', sans-serif;
    border-top: none !important;
    overflow-y: auto !important;
    border-radius: 0; }

@media screen and (max-width: 700px) {
  .jsPanel {
    min-width: 20vw;
    min-height: 20vh; } }
/* jsPanel minimized */
#jsPanel-replacement-container {
  bottom: 20px;
  right: 20px;
  left: auto; }
  #jsPanel-replacement-container .jsPanel-btn.jsPanel-btn-maximize {
    display: none !important; }

.axeon-wrapper {
  border: 0 !important;
  transition: all 0.3s; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.minHeight {
  min-height: 0px; }

/*# sourceMappingURL=style.css.map */
