#loading {
    transition: .5s ease;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.2;
    background-color: #fff;
    z-index: 99;
    text-align: center;
  }
  
  #loading-image {
    display: flex;

    position: relative;
    top: 45%;
    margin: auto;
    z-index: 100;
    
  }

  .loading h2{
      text-transform: uppercase;
      position: relative;
      top: 30%;
      z-index: 100;
  }


  .selectors{
    position: fixed; 
    bottom:0%;
    width:100%;
    background-color: #222529!important;


  }

  
  .footer-bis{
    display: none;
    
    position: fixed; 
    bottom:0%;
    width:100%;
        
    border-top: 3px solid #A88852;
    border-color: #A88852;
  }
  