:root {
    /*--vallon-primary: #2b2d00;*/
    --vallon-primary: #5C5C5C;
    --vallon-secondary: #7F0E32;
}

body {
    background-color: white;
    color: var(--vallon-primary);
    padding-bottom: 20px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif !important;
}

hr {
    background-color: #0188cc;
}

.navbar {
    font-size: 12px !important;
    color: var(--vallon-secondary);
}

.navbar-brand {
    background: #F5F5F5;
}

.navbar .address {
    font-size: 14px;
    color: var(--vallon-primary);
}

.navbar-nav {
    border: 1px solid #F2F2F2;
    border-radius: 5px;
}

.nav-link {
    color: var(--vallon-secondary) !important;
    border-right: 1px solid #F2F2F2;
    padding: 0.7rem 1rem !important;
}

.nav-link.active, .nav-link.active:hover, .nav-link.active:focus {
    font-weight: 600;
    background: #F8F1F4;
}

.viewer {
    background-repeat: no-repeat;
    background-size: contain;
}

a,
a:hover {
    color: white;
}

.container-fluid {
    margin-top: 5%;
}

.infos {
    text-align: right;
}



.menu {
    text-align: center;
    display: block;
    z-index: 999;
    position: relative;
}

.menu li.active a {
    color: white;
    background-color: var(--vallon-primary);
}

.menu li a {
    display: block;
    border: 1px solid lightgrey;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    width: 80px;
    background-color: #fff;
    color: var(--vallon-primary);
    border-radius: 20px;
    margin-bottom: 3px;
}

.menu li a:hover {
    color: #fff;
    background-color: var(--vallon-primary);
}

.menu li {
    list-style: none;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.home-btn {
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.home-btn:active {
    background-color: #12779e;
}

.home-icon {
    width: 22px;
    height: 22px;
    background-size: 22px;
    float: left;
    transition: all 0.2s ease-out;
}

.home-1 {
    background-image: url(../img/home-1.png);
}

.fullscreen-btn {
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.fullscreen-btn:active {
    background-color: #12779e;
}

.fullscreen-icon {
    width: 28px;
    height: 28px;
    background-size: 28px;
    float: left;
    transition: all 0.2s ease-out;
}

.arrow-1 {
    background-image: url(../img/arrow-1.png);
}

.arrow-2 {
    background-image: url(../img/arrow-2.png);
}

.fullscreen-btn.fullscreen {
    transform: scale(1.1);
}

.popover-header {
    background-color: var(--vallon-primary);
}

.hide {
    display: none;
}

ol,
ul {
    list-style: none;
}

#threesixty {
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 100%;
}

#threesixty img {
    top: 0;
    width: 100%;
    height: auto;
    position: absolute;
}

#threesixty img,
svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.disabled {
    pointer-events: none;
}

.t1 {
    background-color: #ffd304;
}

.t2 {
    background-color: #ff990d;
}

.t3 {
    background-color: #fb0200;
}

.t4 {
    background-color: #ff00d9;
}

.t5 {
    background-color: #890af9;
}

.sold {
    background-color: #a1a1a1;
    font-size: 14px;
    width: 100%;
}

polygon.t1 {
    fill: #ffd304;
    stroke: #ffd304;
}

polygon.t2 {
    fill: #ff990d;
    stroke: #ff990d;
}

polygon.t3 {
    fill: #fb0200;
    stroke: #fb0200;
}

polygon.t4 {
    fill: #ff00d9;
    stroke: #ff00d9;
}

polygon.t5 {
    fill: #890af9;
    stroke: #890af9;
}

polygon.sold {
    fill: #1b1919;
    stroke: #a1a1a1;
}

polygon:hover {
    fill-opacity: 0.5;
    transition: 0.1s fill-opacity;
}

polygon {
    opacity: 1;
    fill-opacity: 0.2;
    transition: 0.4s fill-opacity;
}

polygon {
    cursor: pointer;
    fill: #ffffff;
    fill-opacity: 0.3;
    stroke: #ffffff;
    stroke-width: 3px;
    transition: 0.4s opacity;
}

.tooltipster-sidetip.arlynk .tooltipster-box {
    background: var(--vallon-primary);
    border: none;
    overflow: hidden;
    border-radius: 15px;
}

.tooltipster-sidetip.arlynk .tooltipster-content {
    padding: 0;
}

.tooltipster-sidetip.arlynk .tooltipster-content span {
    display: block;
    padding: 5px 10px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.tooltipster-sidetip.arlynk .tooltipster-content span:last-child {
    border-bottom: none;
}

.tooltipster-sidetip.arlynk .tooltipster-content span.plan {
    background-color: #558a9e;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    cursor: pointer;
    padding: 8px 0 5px 0;
}

.tooltipster-sidetip.arlynk .tooltipster-content span.plan-3d {
    background-color: #222;
    cursor: pointer;
}

.tooltipster-sidetip.tooltipster-bottom.arlynk .tooltipster-arrow-background {
    border-bottom-color: #222;
}

.tooltipster-sidetip.tooltipster-left.arlynk .tooltipster-arrow-background {
    border-left-color: #333;
}

.tooltipster-sidetip.tooltipster-right.arlynk .tooltipster-arrow-background {
    border-right-color: #333;
}

.tooltipster-sidetip.tooltipster-top.arlynk .tooltipster-arrow-background {
    border-top-color: #333;
}

.tooltipster-sidetip.tooltipster-bottom.arlynk .tooltipster-arrow-border {
    border-bottom-color: #222;
}

.tooltipster-sidetip.tooltipster-left.arlynk .tooltipster-arrow-border {
    border-left-color: #333;
}

.tooltipster-sidetip.tooltipster-right.arlynk .tooltipster-arrow-border {
    border-right-color: #333;
}

.tooltipster-sidetip.tooltipster-top.arlynk .tooltipster-arrow-border {
    border-top-color: #333;
}

#legend li {
    float: right;
    margin-left: 5px;
    font-size: 12px;
    text-align: center;
}

#legend span {
    display: block;
    padding: 10px;
    margin-bottom: 3px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    min-width: 40px;
    border-radius: 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        height: 100vw;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}

.bottom-menu {
    position: fixed;
    bottom: 5%;
    left: calc(50vw - 100px);
    display: flex;
    z-index: 10;
}

.slide-prev,
.slide-next,
.zoom-out,
.zoom-in {
    /*position: absolute;*/
    /*top: 50%;*/
    cursor: pointer;
    width: 42px;
    height: 42px;
    margin: 5px;
    /*-webkit-transform: translate(0, -50%);*/
    /*transform: translate(0, -50%);*/
    /*text-align: center;*/
    z-index: 10;
    transition: opacity 0.3s ease;
}

.slide-prev:hover,
.slide-next:hover,
.zoom-out:hover,
.zoom-in:hover {
    opacity: 0.7;
    /*background-color: var(--vallon-primary);*/
}

.slide-prev {
    background: url("../img/icons/arrow.png");
    transform: rotateY(180deg);
}

.slide-next {
    background: url("../img/icons/arrow.png");
}

.zoom-out {
    background: url("../img/icons/zoom-out.png");
}

.zoom-in {
    background: url("../img/icons/zoom-in.png");
}

/*.slide-prev::before {*/
/*    content: '\f053';*/
/*    font-family: "FontAwesome";*/
/*}*/

/*.slide-next::before {*/
/*    content: '\f054';*/
/*    font-family: "FontAwesome";*/
/*}*/

/*.zoom-out::before {*/
/*    content: '\f010';*/
/*    font-family: "FontAwesome";*/
/*}*/

/*.zoom-in::before {*/
/*    content: '\f00e';*/
/*    font-family: "FontAwesome";*/
/*}*/

/*.slide-next {*/
/*    right: 2%;*/
/*    padding-left: 2px;*/
/*}*/

/*.slide-prev {*/
/*    left: 2%;*/
/*    padding-right: 2px;*/
/*}*/

/*.zoom-in {*/
/*    right: 28%;*/
/*    padding-left: 2px;*/
/*}*/

/*.zoom-out {*/
/*    left: 28%;*/
/*    padding-left: 2px;*/
/*}*/

.vertical-line {
    width: 1px;
    background-color: #ffffff;
    height: 50%;
    float: left;
    border: 1px ridge #ffffff;
    margin: 10px 0 0 0;
}

a.fancybox {
    margin-bottom: 10px;
    margin-left: 10px;
}

ul#list-1 {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

ul#list-1 li {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

ul#list-1 a {
    color: var(--vallon-secondary);
    font-weight: initial;
}

ul#list-1 a.activeFloor {
    font-weight: 600;
}

.filter-box {
    background: #F6EDF0;
    color: var(--vallon-secondary);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

#bottom-options {
    position: fixed;
    bottom: 1rem;
}
