
/*Navigation Bar Icon*/
.FabIcon{ 
  float:left;
  top:0px;
  height:20px;
  width:30px;
  background-image:url('../Docs/Resources/IbexIcon.png');
  background-size:contain;
  background-repeat: no-repeat;
  margin:0px;
  padding:0px;
  border:none;
}

.FlagFr{ 
  float:left;
  height:20px;
  width:20px;
  background-image:url('../Docs/Resources/fr.svg');
  background-repeat: no-repeat;
}

.FlagGb{ 
  float:left;
  height:20px;
  width:20px;
  background-image:url('../Docs/Resources/gb.svg');
  background-repeat: no-repeat;
}  

/*Logo on Photos in galeries*/
.IbexLogoIcon{ 
  float:left;
  height: 5%;
  width: 5%; 
  opacity:60;
  z-index:100;
  top:0;
  background-image:url('../Docs/Resources/IbexIcon.png');
  background-size:contain;
  background-repeat: no-repeat;
  margin:none;
  padding:none;
  border:0px;
  border:none;
}

.IbexLogoTitle{ 
  font-size:small;
  color:white;
  Left:6%;
  opacity:60;
  z-index:100;
  padding:0px;
  margin:0px;
  top:0px;
  border:none;
}

