html {
    height: 100%;
    margin: 0;
}

* {
	font-weight: 200;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
}

.fonted {
	font-weight: 200;
	font-size: 12px;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
}

.logoThumbnail {
    position:relative;
    overflow:hidden;
}

img.inlineIcon {
	height: 15px;
	margin-right: 5px;
}
 
.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(90, 90, 90, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align: left;
    color:#fff !important;
    z-index:2;
}

.well {
	padding: 0 0 0 5px;
	margin-bottom: 5px;
}

.vertical-align-row {
	display: flex;
	align-items: center;
}

.aligned-row {
    display: flex;
    flex-flow: row wrap;
}
.aligned-row::before {
    display: block;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.inline {
    display: inline;
}

/*Mouse control*/

.leaflet-control-scale,
.leaflet-control-mouseposition {
    margin-left: 10px !important;
    margin-bottom: 10px !important;
}

.leaflet-container .leaflet-control-mouseposition {
	font-weight: 200;
	font-size: 12px;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
}

.leaflet-control-scale-line {
	font-size: 12px;
}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	word-break: break-word;
}
.imageoVisible {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
}
.imageoHidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 500ms, opacity 500ms;
}
.detailsImg {
    max-width: 100%;
    max-height: 100%;
}
.detailsImg:hover {
    opacity: 0.9;
    cursor: pointer;
}
.navbar-offset {
    margin-top: 50px;
}
.scroll {
    overflow: auto;
    height: 100%;
}
.full {
    position: absolute;
    top: 0px;
    bottom: 40px;
    left: 0px;
    right: 0px;
	cursor: default;
}
#mapid {
    z-index: 35;
}
.my-sidebar {
    z-index: 45;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
}
.slide-submenu {
    #background: rgba(0, 0, 0, 0.45);
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
}
.title-list-item {
    display: block;
}
.leaflet-container a:hover {
    text-decoration: none;
    color: #222;
}
.leaflet-container a {
    text-decoration: none;
    color: #555;
}
a.noDeco:hover {
    color: #222;
}
a.noDeco {
    text-decoration: none;
    color: #555;
}
a.handCursor {
	cursor: pointer;
}
.result-item {
    cursor: pointer;
}
img.loaded {}
/****************************/
/* ResultList: Sticky header*/
/****************************/

.list-group {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 40px;
    bottom: 0;
}
.sidebar {
    position: absolute;
	width:700px;
}
.sidebar-header {
    /*position: fixed;   z-index: 5000;    max-width: inherit;    min-width: inherit;	*/
	background-color: #00426b;
}
/****************************/

.sidebar-tabs>li.active, .sidebar-tabs>ul>li.active {
	background-color: #00426b;
}

.list-group-item .active {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.my-sidebar-parent {
    display: none;
}
.panel-heading {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
/*####################################################
/* MODAL */

.sidebar-content {
    overflow-x: hidden;
}
.modal-fullscreen {
    background: transparent;
}
.modal-fullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
    background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
    opacity: .97;
    filter: alpha(opacity=97);
}
/*####################################################
/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    height: 100%;
    padding: 0;
}
/*
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}
*/
/**********************/
/* result list colors */
/**********************/
/*f9d179*/

.list-group-item-warning {
    background-color: #80caea;
}
/*f5b830*/

a.list-group-item-warning:hover {
    background-color: #3eaedf;
}
/*e7a30b*/

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    background-color: #2196c9;
}
/**********************/

.with-margin {
    margin-left: 3px;
    margin-right: 3px;
}
.menuBody {
    overflow-x: hidden;
    overflow-y: auto;
    top: 40px;
    right: 5px;
    bottom: 70px;
    left: 10px;
}
.facet_value {
    margin-right: 8px !important;
}
.facet_text {
    font-size: 12px !important;
}
.facet_title {
    width: 100%;
    border-bottom: 1px solid;
    margin-bottom: 5px;
}
.facet {
    margin-top: 10px;
}
.menuFooter {
    left: 0;
    bottom: 20px;
    right: 0;
}
.menuFooterInner {
    position: relative;
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
}
.menuButton {
    width: 100%;
}

.innerFlex {
	flex: 1 0 60px;
	max-width: 80px;
}

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

input.ui-editRangeSlider-inputValue {
	width: 7em;
}

.sidebar-tabs>ul>li>a {
	display: inline-block;
}

.control {

}

#btnSearch {
	

}

.input-group {
	display: inline-block !important;
}

.leaflet-left {
	position: inherit !important;
}

.leaflet-top {
	position: inherit !important;
}

.leaflet-control {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 43%;
	bottom: 0;
}

.leaflet-container {
    background-image:url(../images/navigae-background7.jpg);
	-webkit-background-size: contain; /* pour anciens Chrome et Safari */
    background-size:cover;
	background-repeat: no-repeat;
}

#info {
	display: none;
}

.logo {
    width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.logo img {
    width: 20%;
}


.searchBar {
	margin-left: 32%;
	width:50%;
}

.map-container {
	position: fixed;
    top: calc(40px);
    bottom: calc(40px);
    right: 0;
    left: 0;
    vertical-align: top;
	height:100%;
}

#mapid {
	height: 100%;
}

nav {
    position: fixed;
    height: 60px;
    margin-bottom: 1em;
    top: 0;
    right: 0;
    left: 0;
    background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
    font-size: 14px;
	color: white;
}

nav a:link {
    color: white;
}

nav a:visited {
    color: white;
}

nav a:hover {
    color: #337ab7;
	text-decoration: none;
}

nav img {
	width: 125px;
}

.nav-middle {
	margin:0 auto;

}

footer {
    position: fixed;
    height: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
    font-size: 14px;
	color: #00426b;
}

footer a:link {
    color: #00426b;
}

footer a:visited {
    color: #00426b;
}

footer a:hover {
    color: #337ab7;
	text-decoration: none;
}

.mid-content {
    width: 100%;
    padding: 0 20px;
	font-size: 12px;
	text-align:center;
}

.footer-left {
    float: left;
}

.footer-middle {
	margin:0 auto;
	/*padding-right: 150px;*/

}

.footer-right {
    float: right;
}

.footer-right img{
	width:20px;
	margin-left:10px;
	vertical-align: bottom;
}

.sponsors-inner {
  margin: 0 auto;
}

.sponsor {
    margin-right: 12px;
}

#logo_cnrs img {
    width: 50px;	
}

#logo_humanum img {
    width: 100px;	
}

#logo_imageo img {
    width: 120px;
	
}
#logo_passages img {
    width: 70px;	
}

#logo_regards img {
    width: 50px;	
}

#logo_up img {
    width: 70px;	
}

#logo_prodig img {
    width: 70px;	
}

#logo_ub img {
    width: 70px;	
}

.menuBodyParameters {
	margin-top: 20px;
}

.totalDocuments {
	color: #337ab7;
	font-weight: bold;
}

.cc-window {
	height: 30px !important;
	font-size: 12px !important;
}

.cc-btn {
	height: 20px !important;
	padding: inherit !important;
}

.menuBody {
	display: none;
}


.slick-slide {
	height: inherit !important;
}

.slick-guided-tour {
	margin-top:0px;
}

.container {
	padding-top: 20px !important;	
}

.guided-tour-step img {
	width: 500px;
	margin-left: 10px;
}

.guided-tour-step-title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.guided-tour-step-description {
	margin-top: 20px;
}

.language-header {
	position: absolute;
	margin: 20px;
	margin-top: 13px;
	right: 0;
	top: 0;
	z-index: 9999;
}

.select-style {
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;

}

.select-style select:focus {
    outline: none;
}

.select-style select::-ms-expand {
    display: none;
}

a.disabled {
	pointer-events: none !important;
	cursor: default !important;
	text-decoration: none !important;
	color: gray !important;
}

.sidebar-content {
	background-color: white;
}

.apropos {
	padding-left: 0px !important;
	width: inherit;
}

.footer-apropos {
	height: auto;
	padding-left: 125px;
}

.footer-apropos a {
	text-decoration: none;
}

.footer-right-apropos img {
	padding-right: 20px;
}

#global-container {
	position: fixed;
    top: calc(60px);
    bottom: calc(40px);
    right: 0;
    left: 0;
    vertical-align: top;
    background-image:url(../images/navigae-background7.jpg);
	-webkit-background-size: contain; /* pour anciens Chrome et Safari */
    background-size:cover;
	background-repeat: no-repeat;
}

#global-content {
	margin-left: auto;
  	margin-right: auto;
  	width: 700px;
	height: 100%;
	background-color: white;
	padding: 20px;
	overflow: auto;
}

.page-title {
	color: #00426B;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	word-break: break-word;
}

.article-title {
	color: #00426B;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

.article-text {
	color: black;
	font-size: 14px;
	margin-bottom: 10px;
}

.article-breadcrumb {
	font-size: 12px;
}

.article-list {
	list-style-type: disc;
	margin-left: 10px;
}

.article-list-none {
	list-style-type: none;
	margin-left: 20px;
}

.article-list-number {
	list-style-type: decimal;
	margin-left: 10px;
}

#global-content a {
	text-decoration: none;	
}

#global-content a:link {
	color: #00426B;
	
}

#global-content a:visited {
	color: #00426B;
}

#global-content a:hover {
	color: #337ab7;
}

/**
* Responsive mode
**/

@media (min-height: 768px) {
  .facetControl {
    display: block;
  }
  .leaflet-control-minimap {
    display: block;
  } 
  .leaflet-control-scale {
    display: block;
  }
}

@media (max-height: 768px) {
  .facetControl {
    display: none;
  }
 .leaflet-control-minimap {
    display: none;
  }
  .leaflet-control-scale {
    display: none;
  }
}

/**
* Custom scroll bar
**/

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00426b; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

/**
 * Twitter
**/

.follow {
	margin-top: 50px;
}

.follow-title {
	float: left;
	padding-top:4px;
	margin-right: 10px;
}
