html, body {
    height: 100%;
  }

.allMaquette {
    height: 100%;
}  
#MENU_EXTERIEURS,#MENU_INTERIEURS,#MENU_PLANDEMASSE,#MENU_PLANSCOUPES{
    display: none;
}
.orbit_menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 0;
}
.planImg img 
 {
    max-width: 80%;
    /*float: right;*/
}
#btn_piece_maison,#btn_piece_duplex{
  width: 25%;
}


.orbit_menu_li {
    float: left;
}

#ContainerMaquette{
    /*height: calc(100% - 60px);*/
    width:100%;
    display: grid;
}
#ContainerMaquette .modal-content{
    height: 100%;
    width: 100%
}
#ContainerMaquette .modal-content .modal-body{
    padding: 0px ;
    display: flex;
    flex-direction: row;
}
.orbit_menu_li a {
    display: block;
    text-align: center;
    padding: 16px 16px;
    text-decoration: none;
    border-right: solid 1px #dee2e6;
    color: black;
}

.orbit_menu_li a:hover {
    background-color: #13aded;
    color: white
  }

.popup_header {
    padding: 10px;
   
}
.popup_header .buttonCentre{
    display: flex;
    justify-content: center;
}

.illustration_img {
    margin-bottom: 30px;
}


.carousel-thumbnails .carousel-indicators img {
    max-width: 100px;
    height: 50px;
    overflow: hidden;
    display: block;
}


.carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 100px;
    width: 100px;
    border: none;
	box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.75);
	
	&.active {
		border-bottom: 4px solid #fff;
	}
}

.form-group .btn-outline-info:not(:disabled):not(.disabled).img.active {
    height: auto;
    width: auto;
}

.imgTerasse{
    margin-left: 5px;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../images/helper/terasse_inactif.svg') no-repeat;
  width: 40px; /* Width of new image */
  height: 30px; /* Height of new image */
}

.active .imgTerasse {
    display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../images/helper/terasse_actif.svg') no-repeat;
  width: 40px; /* Width of new image */
  height: 30px; /* Height of new image */
}


.imgJardin{
    display: block;
    margin-left: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../images/helper/jardin_inactif.svg') no-repeat;
    width: 40px; /* Width of new image */
    height: 30px; /* Height of new image */
  }
  
  .active .imgJardin {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../images/helper/jardin_actif.svg') no-repeat;
    width: 40px; /* Width of new image */
    height: 30px; /* Height of new image */
  }


  .imgBalcon{
    margin-left: 5px;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../images/helper/balcon_inactif.svg') no-repeat;
    width: 40px; /* Width of new image */
    height: 30px; /* Height of new image */
  }
  
  .active .imgBalcon {
      display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../images/helper/balcon_actif.svg') no-repeat;
    width: 40px; /* Width of new image */
    height: 30px; /* Height of new image */
  }

.modal-header .close {
    padding: 1.5rem 2rem;
    margin: -1rem -1rem -1rem auto;
}

#filtreOption{
    display: none;
}

.form-data {
    max-width: 25rem;
    border-right: 1px solid #000;
    flex: 1 0 0;
    position: fixed;
    background-color: #242424;
    color: #FFF;
    height: calc(100% - 60px);
    z-index: 90;
   
}
/*#556da9*/
.form-group{
    padding: 0px 30px;

}
.form-data .slider.slider-horizontal .slider-handle {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #FFF;
    margin-top: -5px;
    position: relative;
}

.form-data .btn-outline-info {
    color: #000;
    /*border-color: #83636;*/
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.form-data .btn-outline-info:hover {
    color: #b4bfdb !important;
    border-color: #b4bfdb !important;
    padding: 5px !important;
    background: white;
}

.form-data .slider.slider-horizontal .slider-track,
.form-data .slider.slider-horizontal .slider-selection {
    height: 3px;
    background: #000;
    border: none;
    border-radius: 5px;
}

.form-data .form-group label {
    width: 100%;
}
hr.filtre {
    border: 0.5px solid #000000;
    margin: 5px 0px;
  }

.filtreOption .nav-tabs>li {
    margin-left:7rem;
}
.buttonOption{
    margin-top: 10px;
}
.filtreOption .nav-tabs .nav-link.active {
    background-color: #556da9 ;
    color: white;
    border-color: #556da9;
}
.imgFiltre{
    display: block;
    padding-bottom: 5px;
}
.filtreLigne hr {
    border: 1px solid #242424;  
    margin: inherit;
}
.filtreLigne {
    background-color: #FFF;
    color: #000;
}
.filtreLigne p {
padding-left: 15px;
margin: initial;
}
.filterSurface {
    color: #3A3A3A;
    font-family: Poppins;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 33px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}
.filtreReference{
    color: #000000;
  font-family: Poppins;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
}
.filtrePiece{
    color: #3A3A3A;
    font-family: Poppins;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
}

.filtreOption .nav-tabs {
    text-align: center;
}

.form-data .separator {
    color: #b4bfdb;
    width: 100%;
    height: 2px;
}
.form-group{
    margin-bottom: 0px !important;
}
.form-data h5{
    text-transform: uppercase;
    padding: 5px 30px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    height: 44px;
    line-height: 40px;
    font-family: Poppins;

}

/** title block */
/** Start filtre_critere */
.titleBlock{
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    padding-bottom: 5px;
}

.filtre_critere{
	padding: 5px 30px;
	height: 44px;
	line-height: 30px;
	background-color: #000;
}
.filtre_critere .top .iconSvg{
    background: url('../images/helper/Top.svg') no-repeat;
    display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 40px;
height: 30px;
margin-top: 10px;
}
.filtre_critere.active .top .iconSvg{
    background: url('../images/helper/bot.svg') no-repeat;
    display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 40px;
height: 30px;
margin-top: 10px;
}
.filtre_critere.active{
    background-color: #FFF;
}
.filtre_critere.active .title{
    color: #000;
}
.filtre_critere .title{
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Poppins;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;

	text-align: right;
}
.filtre_critere .top{
	float: right;
	
}
/** End  filtre_critere */
/** start  switch */
#resultats{
    display: none;
}
#resultats.show{
    display: block;
}

#filtreOptions.show{
    display: block;
}
#filtreOptions{
    display: none;
}
/** End  shwitch */
.tooltip{
    top: -45px;
}
#valider{
    margin-top: 10px;
    width: 50%;
    margin-bottom: 10px;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 .2rem rgba(80, 81, 82, 0.5) !important;
}
.form-group .btn-outline-info:not(:disabled):not(.disabled).active{
    color: #000;
    background-color: #FFF;
    box-sizing: border-box;
    height: 40px;
    width: 40px;
    border: 3px solid #DFDFDF;
    background-color: #FFFFFF;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.5);
}
.form-group .btn-outline-info.img{
    height: auto;
    width: auto;
}
.form-group .btn-outline-info{
    height: 40px;
    width: 40px;
}
.form-group .btn-outline-info:not(:active){
    color: #FFF;
    background-color: #000;
    border-color: #000;
}
.btn-outline-info:hover{
    background-color: #fff;
}
.form-group  .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(80, 81, 82, 0.5) !important;
}
.form-data .btn-outline-info { 
    border-color: #000;
}   

#resultats .btn{
    margin: 2px 5px 2px 0px;
}
#resultats{
    max-height: calc(100% - 96px);
overflow: auto;
width: 100%;

}
#resultats .btnShow{
    float: right;
    float: right;
    width: 24px;
    height: 24px;
    line-height: 22px;
    border: none;
    color: #FFF;
    background-color: #242424;
}

.btn_pieces label {
    display: inline-block;
    margin-bottom: 5px;
}
.btn_pieces .btn-outline-info{
    min-width: 30px !important;
    border-radius: 0 !important;
    
}
#showResults{
    display: none;
}  
#no_result{
    display: none;
    
    display: none;
color: #FFFFFF;
font-family: Poppins;
font-size: 14px;
font-weight: 500;
letter-spacing: 0;
line-height: 21px;
padding: 10px 30px;
   }
#plan_button_3D{
    display: inline-block;
   
}
#plan_button_2D{
    display: inline-block;
    
}
#plan_button_visite{
    display: inline-block;
    
}
#popup{
    position: absolute;
    z-index: 999;
    display: none;
    top: 70px;
    left: 40%;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    overflow: hidden; 
    left: 1%;
    right: 1%;
}
#popup{
    max-width: 95%;
    height: 85%;
}
#helper{
    position: absolute;
    z-index: 999;
    display: none;
    top: 60px;
    left: 40%;
    color: #FFFFFF;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  text-align: right;
    overflow: hidden; 
    max-width: 35rem;
    left: 24% !important;
    top: 20% !important;
    
}
.Imgbutton img{
    width: 30rem;
    height: 7rem;

}
.planImg{
    display : none;
}
.active{
    background-color: #fff; 
}
.plan_button{
    background: #000;
    color: #fff;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 15px 15px;
    margin: 10px 10%;
    width: 85%;
    align-content: center;

}
.search_button{
    background: #fff;
    color: #000;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 85%;
    align-content: center;
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    padding: 5px 30px;
    height: 35px;
    margin-bottom: 5px;
}
.init_button{
    background: #000;
    color: #fff;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 85%;
    align-content: center;
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    padding: 5px 30px;
    height: 35px;
}
.closePopup{
    position: absolute;
top: 0;
right: 0px;
line-height: 30px;
cursor: pointer;
transition: all 0.25s ease;
z-index: 50;
height: 35px;
width: 35px;
background-color: #000000;
text-align: center !important;
}


#plan_technique_url , #plan_coupe_url{
    width: 75%;
    height: auto;
    margin-left: 2%;
}

.slider.slider-horizontal {

    margin-left: 10px;
    margin-right: 10px;
    /*width: 80px !important;
    height: 20px !important;*/
}
.plan_button_header{
    color: #fff;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 10px 1px;
    width: 100px;
    align-content: center;

    height: 30px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #000000;
    border-radius: 15px;
    background-color: #000000;
    padding: 5px 40px;
    margin: 5px;
    width: auto;
}
/*#plan_technique_url,#plan_coupe_url{
    width: 90%;
    height: 90%;
}*/
.max-slider-handle.round{
    margin-top: -14px !important;
}
.min-slider-handle.round{
    margin-top: -2px !important;
}
/*.form-data .slider.slider-horizontal .slider-handle{
    margin-top: -2px !important;
}*/

#spinner:not([hidden]) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99;
  }
  
  #spinner::after {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #13aded;
    border-radius: 100%;
    will-change: transform;
    animation: spin 1s infinite linear
  }
  
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  


  .opener{
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
    height: 34px;
    font-size: 14px;
    width: 20px !important;
    background: #000;
    color: #fff;
    margin-right: 1px;
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 26px;
    overflow: hidden;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    width: 0;
    height: 50px;
    top: 35%;
    right: 0;
    margin-top: -25px;
  }
  .hideOpener{
    left: auto;
    margin-right: -20px;
  }
  .opener .fa{
      font-size: 20px;

  }
.popup_body{
    flex: 2;
    margin: auto;
}
.popup_body p{
    text-align: center;
    color: #000;
    margin-bottom: 0;
    font-size: 20px;
}
#totalLogment{
 font-weight: bold;
 font-size: 18px;
}
.slider .tooltip {
	display: none !important;
}
#total_result{
display: none;
color: #FFFFFF;
font-family: Poppins;
font-size: 14px;
font-weight: 500;
letter-spacing: 0;
line-height: 21px;
padding: 10px 30px;
}
.planImg{
    flex: 6;
}
  /** Helper */
  .help-overlay-title {
    padding: 35px 50px 20px 50px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}
.help-overlay-content {
    position: relative;
    background: #242424;
    max-width: 750px;
    padding: 0 20px 20px 20px;
    opacity: 80%;
}
.d-flex {
    display: flex !important;
    height: 90%;
}
.help-overlay-help {
    flex: 1;
}
.help-overlay-help b{
    font-weight: bold;
    font-size: 16px;
    font-style: normal;
}

.help-overlay-help {
    flex: 1;
}
.help-overlay-picto .image {
    flex: 1;
}
.help-overlay-picto .text {
    flex: 1;
    color: #FFFFFF;
  font-family: Poppins;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}
.help-overlay-picto {
    display: flex;
    padding: 20px 20px;
    /*height: 80px;
    line-height: 80px;*/
}
.help-overlay-content img {
    vertical-align: middle;
    border-style: none;
   
}

.help-overlay-closer {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.25s ease;
    z-index: 50;
    height: 35px;
    width: 35px;
    opacity: 0.6;
    background-color: #000000;
    
}

.etageMobile.btn-group-vertical {
    position: absolute;
    top: 35%;
    right: 1rem;
    display: none;
    width: min-content;

}

.etageMobile .btn-secondary {
	background-color: #FFFF;
	border-color: #242424;
    color: #242424;
    width: 5rem !important;
    height: 3rem;
}
/**
Button
*/
.etageMobile .btn:focus, 
.etageMobile .btn-secondary:not(:disabled):not(.disabled):active {
    outline: none;
    box-shadow: none;
    background-color: #FFFF;
	border-color: #242424;
    color: #242424;
  }

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
    #helper{
        display: block;
    }
    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    
    #helper{
        display: non;
    }
    
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {
    
    #helper{
        display: non;
    }
    .d-flex {
        flex-direction: column;
    }
    
    
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    #helper{
        display: non;
    }
    img.logo-image {
        width: 13rem;
        padding: 0px 0px;
    }
    .d-flex {
        flex-direction: column;
    }
    .popup_body p,.plan_button {
        font-size: 14px;
    }
    #popup{
        height: auto;
    }
    .etageMobile.btn-group-vertical {
        display: block;
    }
    
    
    
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
    #helper{
        display: non;
    }
    img.logo-image {
        width: 13rem;
        padding: 0px 0px;
        height: 40px;

    }
    #filtreOption {
        overflow: auto;
    }
    .init_button{
        padding: 0px 0px;
    }
    .popup_body p,.plan_button {
        font-size: 14px;
    }
    #popup{
        height: auto;
        max-height: 84% !important;
    }
    .etageMobile.btn-group-vertical {
        display: block;
    }

    .header{
        height: 50px !important;
    }
    .header .logo{
        padding: 0px 0px !important;
    }
    .header .menu-icon{
        padding: 20px 20px !important;
    }
    .header ul {
        padding-top: 0px !important;;
    }
    .header li a.active:before {
      
        border-bottom: 2px solid #fff !important;
    }
      
     
      .header li a:hover:before ,
      .header .menu-btn:hover:before {
       
        border-bottom: 2px solid #fff !important;
      }
   
    /* CSS */
    
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
    
    #helper{
        display: non;
       
    }
    img.logo-image {
        width: 13rem;
        padding: 0px 0px;
        height: 40px;

    }
    #filtreOption {
        overflow: auto;
    }
    .init_button{
        padding: 0px 0px;
    }
    .d-flex {
        flex-direction: column;
    }
    .popup_body p,.plan_button {
        font-size: 14px;
    }
    #popup{
        height: auto;
        max-height: 84% !important;
    }
    .ggskin.ggskin_container.menuContainer {
        display: none;
    }
    .etageMobile.btn-group-vertical {
        display: block;
    }
    .header{
        height: 50px;
    }
    .header .logo{
        padding: 0px 0px !important;
    }
    .header .menu-icon{
        padding: 20px 20px !important;
    }
    .header ul {
        padding-top: 0px !important;;
    }
    .etageMobile.btn-group-vertical {
       
        top:60px !important;
    }
    #plan_button_3D{
        margin-left: 20%;
    }
    
  }