nav {
    background-color: black !important;
}
#page-wrapper {
    min-height: calc(100% - 20px);
    margin-bottom: -60px;
}
#page-wrapper:after {
    content: "";
    display: block;
}
#page-footer, #page-wrapper:after {
    height: 60px;
}
#page-footer {
    background-color: #f5f5f5;
}
.thumbIcons {
	display: none;
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  margin: 0px;
  padding: 0px;
  background-color: #FBFAF7;
  font-size: 16px;
  color: #151515;
}
.contents {
  padding-top: 20px;
}
#demo_Browser {
  margin: 0 auto;
  width: calc(100% - 20px);
  height: calc(110vh - 73px);
}

.recordDisplay[displaytype="grid"] .kshfRecord > .content .thumbnail {
  display: block;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.recordDisplay[displaytype="grid"] .kshfRecord > .content .thumbnail > .thumbImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  width: 100%;
}
.recordDisplay[displaytype="grid"] .kshfRecord > .content .subTitle {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
  color: gray;
  font-size: 0.8em;
  text-align: left;
}
.recordDisplay[displaytype="grid"] .kshfRecord > .content .title {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  text-align: left;
  font-size: 0.9em;
  font-family: 'Helvetica Neue Custom', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.recordDisplay[displaytype="grid"] .kshfRecord:hover .thumbImg {
  box-shadow: 0px 0px 4px black;
}
.recordDisplay[displaytype="grid"] .kshfRecord[highlight=true] > .content .thumbnail {
  background-color: #cb5454;
}
#demo_PageTitle {
  text-align: center;
  padding-top: 3px;
  letter-spacing: -1px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7em;
  position: fixed;
  top: 0px;
  z-index: 801;
  color: white;
  width: 100%;
  pointer-events: none;
}
#demo_PageTitle > a {
  color: white;
  pointer-events: all;
}
#demo_PageSubtitle {
  text-align: center;
  font-family: sans-serif;
  padding-bottom: 5px;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.5em;
}
.infobox_icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  color: gray;
}
#demo_Infobox {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  font-weight: 300;
  font-family: sans-serif;
  font-size: 0.8em;
  padding: 3px 40px 3px 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…g9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(bottom, #dfd2a9 0%, rgba(255, 255, 255, 0) 80%);
  background-image: -moz-linear-gradient(bottom, #dfd2a9 0%, rgba(255, 255, 255, 0) 80%);
  background-image: -o-linear-gradient(bottom, #dfd2a9 0%, rgba(255, 255, 255, 0) 80%);
  background-image: linear-gradient(to top, #dfd2a9 0%, rgba(255, 255, 255, 0) 80%);
}
#demo_Infobox a {
  color: black;
  font-weight: 500;
}
#demo_Infobox a:hover {
  color: #cb5454;
}
#demo_Infobox .fa {
  color: gray;
}
#demo_Infobox:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  color: gray;
}
#demo_Infobox:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  color: gray;
}
.addthis-smartlayers-desktop {
  display: none;
}
.travelName{
  cursor:pointer;
}
.travelName:hover{
  color: #cb5454;
}
.topics{
  font-size: 0.9em;
  font-weight: 300;
  margin-left: 5px;
  font-variant: small-caps;
}
/*formulaire d'upload de fichier*/
.sheetInfo {display: none;}
/*filter builder*/
.filter-container {
  background-color: rgba(191, 191, 191, 0.15);
  padding: 5px;
  width: 500px;
margin-bottom: 25px;
}

.dx-filterbuilder {
  padding: 10px;
}

.dx-button {
margin: 10px;
  float: right;
}

.dx-filterbuilder .dx-numberbox {
  width: 80px;
}
