/* The file does not exist until some information is entered below. Once information is entered and saved, the file will be created. */

.fotorama__fullscreen-icon {
  display:none !important;
}

.browsePath, .browsePath a {
  color: black !important;
  font-size: 17px;
}

.imageNumber {
  color: black !important;
  font-size: 17px;
}

#imageHeaderBar {
  background-color: white !important;
}

#albumActionsSwitcher {
  display: none;
}

#menuSwitcher .pwg-icon {
  color: #fff;
}

#imageToolBar {
  display: none;
}

#theImage {
  padding: unset;
  margin: unset;}

#theImageAndInfos {
 margin: 1em; 
}

#menubar {
  padding-top: 10px;
  padding-bottom: 10px;
  padding: auto;
}

#menubar DD {
  max-width: unset;
}

.action-buttons {
  display: none !important;
}

.albLegend {
  height: unset !important;
}

.albLegend H4 {
  margin: unset !important;
  margin-left: 1em !important;
  margin-right: 1em !important;
  margin-bottom: 0.5em !important;
  font-weight: bold;
}

.albLegend div {
  margin-left: 0.5em !important;
  display: none;
}

.contentWithMenu .titrePage H2, .contentWithMenu .browsePath {
  text-indent: unset;
}

#content {
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 1em;
}
  
.titrePage {
  margin-left: -3em;
  margin-right: -3em;
  margin-bottom: 0;
}

#theHeader {
  background-color: #2D2D2D;
}

#theHeader IMG {
  width: 250px;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  
  #menuSwitcher {
    padding: 1.25em;
    z-index: 101;
    position: fixed;
    top: 0;
  }
  
  #content {
    margin-top: 45px;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
  }
    
  .titrePage {
    padding: 10px;
    margin: 0;
  }

  #theHeader {
    width: 100%;
    background-color: #2D2D2D;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 100;
    height: 55px;
  }
  
  #menubar {
    position: fixed;
    top: 50px !important;
  }
  
  #theHeader IMG {
    width: 220px;
  }
  
  .albImg {
    margin: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
    height: 60vw;
    width: 100%;
  }
 
  .albThumbs LI {
    width: 90vw;
    height: unset;
  }
  
  .albLegend {
    width: 90vw;
  } 

}
