@font-face {font-family: Lato-Regular; font-display: auto; src: local("Lato-Regular"), url(fonts/Lato-Regular.ttf) format("opentype");}
@font-face {font-family: Officina; font-display: auto; src: local("OfficinaSans-Book"), url(fonts/OfficinaSans-Book.otf) format("opentype");}
@font-face {font-family: Roboto-Bold; font-display: auto; src: local("Roboto-Bold"), url(fonts/RobotoCondensed-Bold.ttf) format("opentype");}
@font-face {font-family: Roboto-Regular; font-display: auto; src: local("Roboto-Regular"), url(fonts/RobotoCondensed-Regular.ttf) format("opentype");}
@font-face {font-family: Overpass; font-display: auto; src: local("Overpass"), url(fonts/Overpass-VariableFont_wght.ttf) format("opentype");}

html *
{
    font-size: 1em ;
    font-family: Overpass;
    color:#000;
}
body{
    overflow: hidden;
}
#close-info{
    position: absolute;
    top: 0;
    right: 3px;
    color: #707070 !important;
    margin: 0;
    opacity: 1;
    text-shadow: none;
}
#btn-filtre{
    display: none;
}
#container{
    position: absolute;
    top: 100px;
    height: calc(100% - 100px);
    width: 50%;
    right: 0;
}
.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}
#search{
    display: none;
    position: absolute;
    width: 560px;
    height: fit-content;
    box-shadow: -1px 1px 6px 1px #1111113b;
    top: 110px;
    right: 2rem;  
    background-color: #ffffff;
    transition: display 2s;
    z-index: 4;
}

#recherche-modal .modal-body {
    padding: 0.25rem;
}
table.dataTable.compact tbody th, table.dataTable.compact tbody td {
    padding: 4px;
}

.btn-retour small{
    color:white;
}
.btn-ret small{
    color:white;
}
.bg-orange{
    background-color:darkorange;
}
.filter_l:checked:after{
    background-color: #000000;
}
.filter_al:checked:after{
    background-color: #28a745;
}
.filter_nb:checked:after{
    background-color: darkorange;
}
.filter_o:checked:after{
    background-color: #17a2b8;
}
tr, td, th, .dataTables_info, .paginate_button {
    font-size: 14px;
}
.irs-bar, .irs-from,.irs-to{
    background-color: #000000!important;
}
.irs-to::before, .irs-from::before{
    border-top-color:#000000!important;
}
.irs-handle {
    border: #000000!important;
    background-color: #000000!important;
}
/* style the elements with CSS */
#pleaserotate-graphic{
    fill: #fff;
}
.info-close {
    margin-right: 7px;
}
.menu-close{
    margin-right: 0px;
    margin-top: -11px;
}
#pleaserotate-backdrop {
    color: #fff;
    background-color: #000000;
}
#pleaserotate-message, #pleaserotate-message small{
    color: #fff;
}
#recherche-modal .modal-dialog {
   max-width: fit-content;
}

.img-magnifier-container {
    position: relative;
}
.jqvsiv_toolbarButton span{
    position: absolute;
    margin-top: -7px;
    margin-left: -7px;
}
.jqvsiv_toolbarButton:focus{
    box-shadow: none;
}
.jqvsiv_toolbarButton{
    margin: 1px;
}
.img-magnifier-glass {
    position: absolute;
    border: 3px solid #dad5ce;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 100px;
    height: 100px;
}
/*typo*/
.round {
    position: relative;
    /*margin-bottom: 2px;*/
}


.round label {
    /*background-color: #ffff00;*/
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    cursor: pointer;
    height: 28px;
    left: 2px;
    position: absolute;
    top: 0;
    width: auto;
    box-shadow: 0px 10px 8px -9px rgba(0,0,0,0.35);
}
.round label:hover{
    /*background-color: #ffff00;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
    transform: translate3d(0, -1px, 0);
}

.round label:after {
    font-size: 0.75em;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "gg";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #dad5ce;
    border-color: #d3d3d3;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 0;
}


 .row{
    margin-right: 0;
    margin-left: 0;
}

/*typo*/
#wrapper{
    width: 100%;
    margin:0;
    transition: all 0.4s;
    background-color:papayawhip;
    position: fixed;
    height: 100%;
}
#before{
    /*width: calc(100% - 6rem);*/
    width: 100%;
    margin-right: 5rem;
    transition: all 0.4s;
    /*background-color: #ff2262;*/
    top: 0;
    position: fixed;
    height: 100px;
}
#before.active{
    width: 100%;
}
/*#before #logo-cl{
    background-color: #dcebbd;
    height:100%;
}*/
#content {
    /* width: calc(100% - 16rem); */
    width: 100%;
    transition: all 0.4s;
    position: fixed;
    height: 80%;
    top: 100px;
    z-index: -1;
    /* border-top: 1px solid #dcdcdc; */
}
#content.active {
    width: calc(100% - 10rem);
}
#oc-nav{
    float: right;
    display:none;
}
#oc-nav-l{
    display: none;
}
#rotate-options{
    /*background-color: #eed3ef;*/
    bottom: 0;
    transition: all 0.4s;
    position: fixed;
    /*height: 10%;*/
    padding: 1rem;
    margin-left: 1%;
}
.rd-ty{
    margin-bottom: 0.2rem;
}
#nv{
    height: 100px;
    width: 100%;
    background-color: tomato;
}
/*#vertical-nav-left{
    margin-left: 1%;
    padding: 1rem;
    text-align: center;
    background-color: white;
    min-width: 10rem;
    width: 10rem;
    height: 80%;
    position: fixed;
    top: 12%;
    left: 0;
    z-index: 1;
    transition: all 0.4s;
    overflow: auto;
}*/
#rr{
    border: none;
    font-family: Roboto-Regular;
    height: fit-content;
    /*max-height: 5.6rem;*/
    max-width: 100%;
    overflow-y:hidden;
    -webkit-overflow-scrolling: touch;
}
#nivs button{
    font-size: 14px;
    width: 110px;
}
#ae{
    margin-bottom:10px;
    width: 66px !important;
    box-shadow: 0px 10px 8px -9px rgb(0 0 0 / 35%);
}
#pi{
    margin-top:10px;
    width: 66px !important;
    box-shadow: 0px 10px 8px -9px rgb(0 0 0 / 35%);
}
#ae, #pi, #niv-up,#niv-down{
    background-color: #000000;
    border-radius: 0px;
    color:white;
    border: none;
}
#niv-up span,#niv-down span{
    color: white;
    font-size: 11px;
}
#nivs{
    border:1px solid #dad5ce;
    background-color: #ffffffb1;
    font-size: 14px;
    margin-inline:auto;
    width: fit-content;
    height: fit-content;
    padding:1rem;
}
#menu_haut_droit{
    position: absolute;
    right: 2rem;
    bottom: 0;
}

#menu_haut_droit div.active{
    background-color:#000000 ;
    color: white;
}
#menu_haut_droit div{
    border:1px solid #e9ecef;
    border-radius:0px;
    padding:.5rem;
    font-size: 14px;
    background-color: white;
}
#menu_haut_droit div:hover{
    background-color: #e9ecef;
    color: #000;
}
#menu_haut_droit div:hover .fa{
    color: #000;
}

#menu_haut_droit button.active{
   background-color: #000000;
}
#toolbox{
    position: fixed;
    display: flex;
    height: fit-content;
    width: 190px;
    border: 1px solid rgba(0,0,0,.125);
    /*position: absolute;*/
    bottom: 50px;
    left: calc(50% - 154px/2);
    background-color: rgba(255, 255, 255, 0.836);
}
#svg4k.active{
    fill:red;
}
#toolbox #automove.active{
   background-color: #000000;
}
#toolbox .btn{
    border-radius: 0px;
}
#toolbox div:hover{
    background-color: #000000;
    color:white;
}
#toolbox div:hover .fa{
    color:white;
}
#filters{
    display: none;
    position: absolute;
    height: fit-content;
    width: 245px;
    box-shadow: -1px 1px 6px 1px #1111113b;
    bottom: 110px;
    right: 2rem;  
    background-color: #ffffffb1;
    transition: display 2s;
}
#filters.active{
    display: block;
}

.banner{
    width: 100%;
    background-color: #000000;
    color:white;
    padding: .5rem;
    font-size: 14px;
}
#close_filtre, #close_search{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #dcdcdc;
    color: white;
    padding: 0.5rem;
}
#typ, #surface_hab{
    padding:1.5rem;
    color:#6c757d;
}
#surface_hab div{
    padding-inline: 1rem;
}
hr.solid {
    border-top: 1px solid #dcdcdc;
    margin-inline: 1.5rem;
    margin-block: 0.5rem;
  }
.typ-var  div{
    height: 15px;
    width: 15px;
    margin-inline:10px;
}
#rr::-webkit-scrollbar {
    /*display: block;*/
    width: 5px;
}
#rr::-webkit-scrollbar-track {
    background: #f1f1f1;
}
#rr::-webkit-scrollbar-thumb {
    background: #888;
}
#rr::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.full_modal-dialog {
    width: 98% !important;
    height: 98% !important;
    min-width: 98% !important;
    min-height: 98% !important;
    max-width: 98% !important;
    max-height: 98% !important;
    padding: 0 !important;
    margin-top:1%;
}

.full_modal-content {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
}
/* Hide scrollbar for IE, Edge and Firefox */
#rr {
    /*-ms-overflow-style: none;
    scrollbar-width: 1px;  /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
#vertical-nav-left{
    padding-inline:1rem;
    text-align: center;
    background-color: transparent;
    min-width: 10rem;
    width: 10rem;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s;
    overflow: visible;
}

#vertical-nav-right{
    display:none;
    background-color: #dad5ce;
    min-width: 6rem;
    width:6rem;
    height: 100%;
    position: fixed;
    right: 0;
    /*box-shadow: -5px -3px -3px rgba(0, 0, 0, 0.1);*/
    transition: all 0.4s;
    border: 3px solid #eff3f0;
    /*padding: 0px;*/
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: center;
}
#vertical-nav-right.active {
    margin-right: -6rem;
}

#options{
    background-color: transparent;
    margin-bottom: 1em;
}
#options span{
    color:#e6007e;
}
.contour{
    background-color: white;
    border: 1px solid #dad5ce;
    border-radius: 2px;
    padding: 0.5em;
}
#niveaux{
    position: absolute;
    text-align: center;
    top: 30%;
    margin-left: 1.5rem;
}
#typologie h6{
    font-size: 0.75em;
}
.TT{
    color: #FFF;
    margin: 8px 5px;
}
/*#logo-cl{
    min-height:12%;
    width: 10rem;
    margin-left: 1%;
    padding-top: 1rem;
}*/
#logo-cl{
    display: block;
}
#logo-vs{
    height: 50px;
    /*width: 10rem;
    margin-left: 1%;*/
}
#logo-cl img{
    width: 150%;
    /*margin-left: 0.8rem;*/
    margin-top: 00.8rem;
}
#logo-vs img{
    width:75%;
}


.btn-circle.btn-ty {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 25px;
    font-size: 13px;
    text-align: center;
    box-shadow: 0px 10px 8px -9px rgba(0,0,0,0.35);
}

.btn-nav-right {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 20px;
    text-align: center;
    box-shadow: 0px 10px 8px -9px rgba(0,0,0,0.35);
    background-color: white;
    color: #287cd5;
    margin-top: 25px;
}
.btn-nav-right svg{
    fill: #287cd5;
}
.filter:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
}
.t3{
    /*background-color: #ffeebd;*/
    background-color: #c0fbc4;
    color:#fff;
}
.t1{
    background-color: #ffffb6;
    color:white;
}

.t2{
    background-color: #8ecae6;
    color:#fff;
}
.t4{
    background-color: #fbdac4;
    color:#fff;
}
.t5 {
    display: none;
    background-color: #76c9b6;
    color:white;
}

.btn-circle.btn-sm {
    width: 40px;
    height: 40px;
    padding: 6px 0px;
    border-radius: 25px;
    font-size: 15px;
    text-align: center;
    box-shadow: 0px 10px 8px -9px rgba(0,0,0,0.35);
}
.btn:focus{
    outline: none !important;
    box-shadow: none !important;
}
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}
.btn-niv {
    border-radius: 2px;
    background-color: #e7ddc4;
    color: #fff;
    font-size: 1em;
    box-shadow: 0px 10px 8px -9px rgba(0,0,0,0.35);
    padding: 0.25rem 1.25rem;
}
.btn-niv:hover {
    color: #e7ddc4;
}

.btn-opt {
    background-color: #FFFFFF;
    color: #707070;
    border: solid black 1px;
}

/* #vertical-nav-left button:not([disabled]):hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
    transform: translate3d(0, -1px, 0);
} */
#vertical-nav-left button:not([disabled]):hover {
    background-color: #e9ecef;
    color: #000;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .25rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.list-group-item.active {
    z-index: 2;
    color: #112647;
    background-color: #EBECF2;
    border-color: transparent !important ;
}
.list-group-item:focus {
    z-index: 2;
    color: #112647;
    background-color: #EBECF2;
    border-color: transparent !important ;
}
button:focus{
    outline:transparent !important;
}
#info-popup {
    display: none;
    height: 105px;
    width: 185px;
    background-color: white;
    border-radius: 2px;
    padding: 10px;
    z-index: 1;
    box-shadow: #5858585c 3px 2px 16px 1px;
}
#info-popup .infos{
    text-align: center;
    margin-top: 10px;
    padding: 0;
    border: 1px solid #ebecf2;
    box-shadow: 0px 1px 5px 1px #ebecf2;
}
.lot{
    background-color: #000000;
    margin-bottom: 12px;
}
#lot{
    color: #fff;
    font-size: 18px;
    padding: 5px 0px 0px;
}

.infos .titres h4{
    color:#000000;
    font-size: smaller;
}
.infos .valeurs h4{
    font-weight: bold;
}

#info-popup.active {
    display: block;
}
#info-inner-left {
    width: 50%;
    height: 99px;
    background-color: #ebecf2;
    padding-left: 8px;
    padding-top: 0px;
    font-size: 0.75em;
    /*box-shadow: 4px -1px 8px 2px #343a40b5;*/
}
#info-inner-right {
    width: 50%;
    height: 99px;
    background-color: white;
    padding-left: 31px;
    font-size: 0.75em;
    padding-top: 0px;
    /*box-shadow: 4px -1px 8px 2px #343a40b5;*/
}
#info-inner-left button {
    padding: 0rem .3rem 0rem 0.8rem;
    margin-top: -4px;
    margin-left: 41px;
    /*box-shadow: 4px 5px 4px 0px #80808099;*/
    /*pointer-events: none;*/
    border: 1px solid #d3d3d3;
}
#plan3d{
    position: absolute;
    padding: 0rem 0.8rem 0rem 0.3rem;
    margin-top: -4px;
    right: 11px;
    /* box-shadow: 4px 5px 4px 0px #80808099; */
    /* pointer-events: none; */
    border: 1px solid #d3d3d3;
}
#arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    margin-top: -11px;
    margin-left: 50px;
    position: absolute;
}

#plan3d :after{
    color: #000;
    font-family: fontAwesome;
    content: "\f1b2";
    position: absolute;
    /* margin-left: -20px; */
    width: 20px;
    background: white;
    /* right: 0; */
    top: 50%;
    transform: translate(0, -50%);
    /* border-top-right-radius: 9px; */
    z-index: 99;
    height: 20px;
    /* border-bottom-right-radius: 11px; */
    border-radius: 50%;
    border: 1px solid #dad5ce;
}
/* #plan2d :before{
    color: #000;
    font-family: fontAwesome;
    content: "\f279";
    position: absolute;
    margin-left: -20px;
    width: 20px;
    background: white;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
} */
#plan2d{
    border: 1px solid #d3d3d3;
    margin-top: 10px;
    cursor: pointer;
}
.btn-d {
    display: block;
    pointer-events: none;
    border-radius: 0px 0px 25px 0px;    
    background-color: #28a745;
    color: white;
    margin-top: -10px;
    margin-left: -6%;
    position: relative;
    padding: 0rem 1.75em;
    transition: 0s;
}



.popup-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#info-inner-left h6{
    color: #111;
    font-size: 11px;
    font-weight: bold;
}
#info-inner-right h6{
    color: #707070;
    font-size: 11px;
}
/*///popup////*/
.btn-plan{

    border-radius: 25px;
    background-color: white;
    color:#343a40;
    position: absolute;
    font-size: 1em;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.btn-plan:not([disabled]):hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
    transform: translate3d(0, -1px, 0)
}


.fav-button{
    display:none;
    margin-left: 160px;
    margin-top: -20px;
    border:3px solid #dad5ce;
    background-color: white;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);

    width: 35px;
    height: 35px;
}
.fav-button span{
    color:#dad5ce;
}

/*modal 3d-2d*/
#img-plan3d{
    background-color: transparent;
    width: 100%;
    height: 82vh;
    padding: 0 !important;
}
#exampleModalCenter .modal-footer{
    padding: 0;
}
#exampleModalCenter .modal-body{
    padding: 0;
}
#dw{
    position: relative;
    bottom: 1rem;
    margin-left: auto;
    margin-top: 1rem;
}

#img-p3d{
    max-width: 100%;
    touch-action: manipulation;
}
.jqvsiv_toolbar{
    position:absolute;
    z-index:5;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #dee2e6;
}
.modal-body{

}
.modal-body h5, h6{
    color: #707070;
    font-weight: bold;
    font-size: small;
}
.modal-body h6{
    color: #000000;
    font-size: small;
}
#info-left{
    /*padding-left: 0px;*/
    text-align: left;
    height: fit-content;
    margin: auto;
}
#info-left h3{
    font-weight: bold;
}
#info-left .table td, .table th{
    padding: .5rem;
    white-space: pre-wrap;
}
#info-left .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}
#info-left .table{
    border: 1px solid #dee2e6;
    font-size: 13px;
}

#filtre {
    display: none;
    height: 240px;
    width: 300px;
    background-color: white;
    border: 3px solid #dad5ce;
    border-radius: 35px;
    padding: 0.5em;
    z-index: 1;
    position: absolute;
    top: 150px;
    left: 150px;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 0.15em;
    right: 0.15em;
    bottom: 0.15em;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #e6007e;
}

input:focus + .slider {
    box-shadow: 0 0 1px #e6007e;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/*end switch*/
#rangeps {
    border: 1px solid #dad5ce;
    /*height: 160px;
    width: 280px;*/
    border-radius: 5px;
    padding: 0.75em;
}
#rangeps label{
    display: block;
}

#rangeps div{
    /*padding-bottom: 1em;*/
}
#filtre .row{
    text-align: center;
}
#filtre.active{
    display: block;
}
#search.active{
    display: block;
}
#recherche{
    display: none;
    /*height: 220px;*/
    width: 460px;
    background-color: white;
    border: 3px solid #dad5ce;
    border-radius: 35px;
    padding: 0.5em;
    z-index: 1;
    position: absolute;
    top: 120px;
    left: 150px;
}
#recherche.active{
    display: block;
}
/* Ensure that the demo table scrolls */
th, td { white-space: nowrap; }
div.dataTables_wrapper {
    /*width: 300px;*/
    margin: 0.5em;
}
#recherche input {
    border-radius: 15px;
    width: 40%;
}
#recherche select {
    border-radius: 15px;
}
.switchps {
    background-color: white;
    height: 60px;
    position: relative;
    text-align: center;
}
#recherche-table_length,#recherche-table_filter{
    display: none;
}
.navigation-image{
    /*display: none;*/
    height: 50px;
    width: 75px;
    bottom: 50px;
    right: 2rem;
    position: absolute;
}
.navigation-image img{
    width: 100%;
}
#info-modal .row {
    margin-left: 5px;
    margin-right: 5px;
}
#info-modal-l button {
    padding: .1rem .5rem;
    font-size: 0.75em;
    margin-top: -8px;
    margin-left: 5px;
}
#info-modal h6{
    color: #707070;
    font-weight: bold;
    font-size: 0.75em;
}
#info-modal-r button {
    padding: .1rem .5rem;
    font-size: 0.75em;
    margin-top: 5px;
}

#filter-modal .modal-content {
    border-radius: 5px;
}

#filter-modal .modal-body {
    padding: 0.5rem;
}
.modal-backdrop
{
    opacity:0 !important;
}
#info-modal .modal-content {
    border-radius: 5px;
    width: 200px;
}
#info-modal .modal-body {
    padding: 0.15rem;
}
#info-modal .modal-dialog {
    /*width: 200px;
    height:200px;*/
}
#info-modal-l{
    border: 2px solid #dad5ce;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: none;
    background-color: #dad5ce;
    padding: 1rem;
}
#info-modal-r{
    border: 2px solid #dad5ce;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left: none;
    padding: 1rem;
}
#info-mdlr{
    margin-top: -1rem;
    margin-bottom: 0.25rem;
}
#close-menu{
    display: none;
}
#logo-clb{
   display: none;
}
#logo-vsr{
    display: none;
}
/*mobile*/
@media (max-width: 844px) {

    #logo-cl{
        display: none;
    }
    #logo-vs{
        display: none;
    }
    #logo-vsr{
        width: 100px;
        display: none;
        z-index: -1;
    }
    #logo-vsr img{
       width: 100%;
    }
    #logo-clb{
        position: absolute;
        padding: 0;
        width: 107px;
        display: block;
        z-index: -1;
        margin-left: 3.5rem;
    }
    #logo-clb img {
        width:100%;
    }
    #close-menu{
        display: inline;
    }
    .navigation-image img{
        width: 50%;
    }
    .navigation-image {
        bottom: 2vh;
        right: 1vh;
        position:absolute;
    }
    #vertical-nav-left {
        top:0;
        height: 100%;
        margin-left: -10rem;
    }
    #vertical-nav-right{
        margin-right: -6rem;
    }
    #vertical-nav-right.active{
        width: 6rem;
        margin-right: 0;
    }
    #vertical-nav-right.active{
        display: block;
    }
    #content {
        width: 100%;
        height: 100%;
        left:0;
        right:0;
        top:0;
        position: fixed;
        z-index:-1;
    }

    #content.active {
        width: 100%;
        top:0;

    }
    #before{
        width: 100%;
        z-index: 1;
    }
    #before.active{
        width: calc(100% - 6rem);

    }
    /*#sidebarCollapse span {
        display: none;
    }*/
    #oc-nav-l{
        display: inline-block;
        margin-top: 17px;
    }
    #vertical-nav-left.active{
        width: 10rem;
        margin-left: 0;
    }
    .modal-body {
        font-size: 12px;
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0.25rem;
    }
    .btn-retour{
        position: absolute;
        top: 15vh;
        left: 23vw;
        font-size: 13px;
    }
}

@media (max-width: 844px) and (orientation: landscape) {
    #container{
        top:50px;
    }
    #search{
        zoom:60%;
        left: 30%;
        top: 7px;
    }
    #info-popup,#filters, #nivs{
        zoom:75%;
    }
    #menu_haut_droit {
        position: absolute;
        zoom:75%;
        right: 1.5rem;
        bottom: 4.5rem;
    }
    #oc-nav-l, #close-menu{
        display: none;
    }
    #vertical-nav-left{
        width: 10rem !important;
        margin-left: 0 !important;
    }
    #nivs button{
        width: 100%;
    }
    #niveaux{
        margin-left: 0;
        top:18%;
    }
    
    #rr{
        max-height: 7.6rem;
    }
    /* #logo-cl img {
        width:55%;
        margin-left: 15px;
    } */
    #rotate-options{
        padding: 0px;
    }
    #logo-vs img {
        width:65%;
        margin-left: 15px;
    }
    #logo-clb img {
        width: 200%;
        margin-left: -3rem;
    }
    #toolbox{
        bottom: 1.5rem;
    }
    #vertical-nav-left{
        top:0;
        height: 100%;
    }
    .btn-retour{
        position: absolute;
        top: 9vh;
        left: 12vw;
    }
}

@media (min-width: 992px){
    .btn-retour{
        position: absolute;
        top: 9vh;
        left: 12vw;
    }

    #filter-modal .modal-dialog {
        margin-left: 10rem;
        -webkit-transform: none;
        transform: none;
        top: 13%;
    }
    #recherche-modal .modal-dialog {
        margin-left: 10rem;
        -webkit-transform: none;
        transform: none;
        top: 75px;
    }
    #rotate-options{
        margin-left: 15px;
    }

}
@media only screen and (max-width: 600px) {
    #logo-cl img {
        width:55%;
        margin-left: 15px;
    }
    #logo-vs img {
        width:65%;
        margin-left: 15px;
    }
    #rotate-options{
        padding: 0px;
    }
    .btn-retour{
        position: absolute;
        top: 9vh;
        left: 12vw;
    }
}
@media (min-width: 2048px){
    .btn-ret{
        margin-left: 2rem;
    }
    #vertical-nav-left{
        overflow: visible;
        min-width: 12rem;
        width: 12rem;
    }
    #logo-cl {
        margin-top: 1vh;
        margin-bottom: 6vh;
    }
    #rr{
        max-height: none;
    }
    #rr::-webkit-scrollbar {
        display: none;
    }
    #logo-cl img {
        width: 120%;
    }
    .left_nav{
        margin-left: 2rem;
    }
    .logo img{
    }
    #typos{
    }
    #img-plan3d {
        width: 100%;
        height: 50vh;
    }
    .navigation-image img{
        width: 110%;
        right:3rem;
        bottom: 3rem;
    }
    #recherche-modal .modal-dialog{
        margin-left: 14rem;
        top:10%;
    }
    .btn-ret{
        margin-bottom: 2rem !important;
    }
}

