.divEforbizz{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.logo-homepage{
  transition: 0.8s;
  width: 40%!important;
  margin-bottom: 50px;
}

.logo-homepage:hover{
  transition: 0.8s;
  width: 44%!important;
}

.map-wrapper {
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
  padding-top: 0.5em;
}

.bg-img{
  background-image: url("../images/background.jpg");
  background-size : 100%

}

/** Bootstrap bug : the bg appears over the modal. Annoying. */
.modal-backdrop{
  display: none;
  visibility: hidden;
}

.modal-bg{
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}

.hide{
  display: none;
}

.show{
  display: block;
}

.cursor-pointer{
cursor: default!important;
}
