/*************************************************************************/

/*************************************************************************/

/*************************************COOKIES*************************************/

.cookiesPopup {
  width: 100%;
  background-color: #eeeeee;
  border-bottom: 1px solid #bcbcbc;
  position: fixed;
  margin: 0px;
  padding: 10px 0;
  text-align: center;
  color: #646464;
  font-size: 13px;
  display: none;
  top: 0;
  z-index: 10000;
}

.cookiesPopup p {
  margin: 10px;
}

.closeCookies {
  /* margin-left: 20px; */
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 20px;
}

#searchBarFixed {
  width: 97%;
  position: fixed;
  z-index: 99;
  transition: width 1s;
}