@font-face {
    font-family: 'glyphicons_tl';
    src: url('fonts/glyphicons_tl-halflings-regular.eot');
    src: url('fonts/glyphicons_tl-halflings-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/glyphicons_tl-halflings-regular.woff') format('woff'),
         url('fonts/glyphicons_tl-halflings-regular.ttf') format('truetype'),
         url('fonts/glyphicons_tl-halflings-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*evite la lag de 300ms sur le tap mobile
ne fonctionne pas sous firefox mais il ne possait pas la probleme
de toute facon
*/
html {
  touch-action: manipulation;
}

.glyphicon-plus-sign::before {
  content: "\e081";
  font-family: "glyphicons_tl";
}

button.clear_input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #7e7665;
  cursor: pointer;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 14px;
  transform: rotate(-45deg);
  z-index:100;	
}
button.clear_input:focus,
button.clear_input:active
{
  box-shadow: none;
  outline:none;

}

button.clear_input::-moz-focus-inner {
   border: 0;
}
input[type="button"]::-moz-focus-inner {
   border: 0;
}

input[type="button"]{
   outline:none;
}

/*partie tooltip*/
.tooltip {
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 1070;
}
.tooltip.in {
    opacity: 0.9;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}
.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    margin-bottom: -5px;
    right: 5px;
}
.tooltip.top-right .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    margin-top: -5px;
    right: 5px;
    top: 0;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 5px;
    margin-top: -5px;
    top: 0;
}

.tetierelt_container
{
	background-color:#fff;
	position: fixed;
	top: 0;
	z-index: 80;
	width:100%;
	height:50px;
	font-size:13px;
}

.tetierelt
{
	background-color:#fff;
	font-family: "roboto_condensed";
	font-size: 1em;
	line-height: normal;
	color: #404953;
	max-width:1280px;
	width:100%;
	height:50px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding-left:20px;
//	overflow:hidden;
}
.tetierelt_row
{
	display:table;
	width:100%;
}
.tetierelt .hidden {
	display: none !important;
	visibility: hidden !important;
}

/*logo*/
.tetierelt .logo {
	height: 50px;
	padding: 0;
	position: relative;
	float: left;
	width: 243px;
	margin-right: 10px;
	float:left;
	z-index:98;

	display:table-cell;

}



.tetierelt .logobnf {
 /*   background-image: url("images/Logo_BnF.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100% auto;*/
    cursor: pointer;
    height: 50px;
    width: 110px;
    visibility: visible;
    margin: 0;
}

.tetierelt a.logogallica:link ,
.tetierelt a.logogallica :visited
{
  /*  background-image: url("images/Logo_Gallica.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100% auto;*/
    cursor: pointer;
    height: 50px;
    width: 130px;
    visibility: visible;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 3px;
}


.tetierelt .logo a, .tetierelt .logo a img {
	float: left;
	top: 12px !important;

}

.tetierelt .link_container
{
	height:50px;
	width:390px;
	float:right;
	padding-right:20px;
	display:table-cell;
}

.tetierelt .respsearch .link_container
{
    display:none;	
}

/*langue*/
.tetierelt .lang {
	float: left;
	width:50px;
	height:20px;
	border-left: 2px solid #73716f;
       -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box;
	margin-top:14px;
}
.tetierelt .lang > a {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	width:35px;
	height:20px;
	text-align:center;
	text-decoration:none;
	color: #343b43;
	margin-top: 5px;
	font-weight:700;
	font-size:1.25em;
	top:-5px;
}
.tetierelt .lang > a::after {
	color: #343b43;
	font-family: 'glyphicons_tl';
	content: '\e114';
	position: relative;
	font-size: 0.7em;
	width:20px;
	height:20px;
	font-weight: normal;
	position: absolute;
	top: 0px;
	line-height: 20px;
}
.tetierelt .lang-layer {
	position: absolute;
	background: #343b43;
	width: 112px;
	padding: 10px 28px 10px 30px;
	right: 0;
	top: 51px;
	z-index: 405;
	display: none;
}
.tetierelt .lang-layer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tetierelt .lang-layer ul li {
	margin: 0;
	padding: 0;
}
.tetierelt .lang-layer ul li a {
	color: #d6d6d6;
	text-decoration:none;
}
/*blog*/
.tetierelt .blog {
	float: left;
	width:60px;
	border-left: 2px solid #73716f;
       -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box;
	font-size:1.25em;
	font-weight:700;
	text-transform:uppercase;
	height: 20px;
    	line-height: 2em;
    	margin-bottom: 0;
    	margin-top: 14px;
    	padding-left: 10px;
    	padding-right: 10px;
    	padding-top: 0;
}

.tetierelt .blog  > a {
	text-decoration:none;
	color: #343b43;
	position:relative;
	top:-6px;
	
}

/*recherche*/

.tetierelt .rech_container
{
//	display:inline;
	height:50px;
	display:table-cell;
	position:relative;
	width:100%;
}

.tetierelt .search
{
	display:table;
	height:50px;
	position:relative;
	width:100%;
}

.tetierelt .search .skin-select
{
	float:left;
	height:50px;
	width: 165px;
	display:table-cell;
//	position:absolute;
//	left:0;

}
/*
.tetierelt .search .skin-select span.selecttext {
  color: #343b43;
  float: right;
  font-size: 1em;
  font-weight: 700;
  height: 50px;
  line-height: 3.7em;
  padding-left: 0;
  text-align: right;
  width: 200px;
  z-index: 20;
}
*/



.tetierelt .search .skin-select span.selecttext {
	width: 140px;
	padding-left: 0;
	z-index: 20;
	color: #343b43;
	font-size: 1.25em;
	line-height: 3.05em;
	font-weight:700;
	height:50px;
       text-align: right;
 	float: right;
	text-transform:uppercase;
	display:none;
 }

.tetierelt .search .skin-select span::after {
	color: #343b43;
	font-family: 'glyphicons_tl';
	content: '\e114';
	position: relative;
	font-size: 0.6em;
	width:30px;
  	text-align:left;
    	font-weight: 400;
       font-style: normal;
	overflow:hidden;
	padding:7px;
}

.tetierelt .search .skin-select select
{
	border: none;
	background: none;
	outline: none;
	//opacity: 0;
      //filter: alpha(opacity=0);
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	z-index: 14;
	font-family:"roboto_condensed";
	width: 150px;
	padding-left: 0;
	z-index: 20;
	color: #343b43;
	font-size: 1.25em;
	line-height: 3.05em;
	font-weight:700;
	height:50px;
       text-align: right;
 	float: right;
	text-transform:uppercase;
	padding-right:20px;
}

	

/*Simple way to remove drop down arrow from select in Chrome and Mozilla
for firefox -moz-appearance: none;
for chrome  -webkit-appearance:none;
for IE10*/
.tetierelt .search .skin-select select::-ms-expand 
{
    display: none;
}

.tetierelt .search .skin-select::after {
	color: #343b43;
	font-family: 'glyphicons_tl';
	content: '\e114';
	position: relative;
	font-size: 1.0em;
	width:30px;
  	text-align:left;
    	font-weight: 400;
       font-style: normal;
	//overflow:hidden;
	padding:7px;
	bottom:33px;
	left:140px;
}




.tetierelt .search .skin-select select option,
.tetierelt .search .skin-select select option:checked
{
	color: #343b43;
	width:120px;
}

.tetierelt .respsearch .search .skin-select select option,
.tetierelt .respsearch .search .skin-select select option:checked
{
	width:110px;
}


.tetierelt .search .typeahead-container
{
	display:table-cell;
	float:left;
	position:absolute;
	left: 170px;
	right: 50px;
}

.tetierelt .respsearch .search .typeahead-container
{
	left: 115px;
	right: 60px;
}

.tetierelt .search .typeahead-input-group 
{
	display:inline;
	width:100%;
}

.tetierelt .search .typeahead-query
{
	display:inline;
	width:100%;

}

.tetierelt .search .typeahead-container input
{
	margin-top:10px;
	height:30px;
	width:100%;
	font-size:1em;
}

.tetierelt a.recherche-avancee:link,
.tetierelt a.recherche-avancee:visited
{
	float:left;
	font-size:1.25em;
	font-weight:700;
	text-transform:uppercase;
	color: #343b43;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	height:50px;
	width:170px;
       -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box;
	line-height:48px;
}

.tetierelt a.recherche-avancee span
{
	height:50px;
}

.tetierelt a.recherche-avancee span.glyphicon-plus::before {
    content: "\2b";
    font-family: 'glyphicons_tl';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
    font-size:1em;

}
.tetierelt a.recherche-avancee span.glyphicon-plus
{
    display: none;
}

.tetierelt .search button[type="submit"] 
{
	width: 40px;
	height: 50px;
	font-size: 1.4em;
	background: transparent;
	font-family: 'glyphicons_tl';
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	border-radius: 0px;
	float:left;
	z-index:20;
	display:table-cell;
	position:absolute;
	right:0;
}

.tetierelt .respsearch .search button[type="submit"]
{
	width: 50px;
	margin-right:10px;
}

.tetierelt .search button[type="submit"] .icon-search,
.tetierelt .search button[type="submit"] .icon-search:before
{
	font-family: 'glyphicons_tl';
	content: "\e003";
	margin: 0;
	padding: 0;
	width: 40px;
	height: 50px;
	line-height:50px;
}

.tetierelt .respsearch button[type="submit"] .icon-search,
.tetierelt .respsearch button[type="submit"] .icon-search:before
{
	font-family: 'roboto_condensed';
	content: "OK";
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	line-height:50px;
	font-size:1.1em;
}

/*resp search*/
.tetierelt button.resp_search_toggle
 {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    cursor: pointer;
    float: left;
    font-family: "pictos";
    font-size: 1.0em;
    height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 40px;
    z-index: 20;
    display:none;	
}

.tetierelt button.resp_search_toggle .icon-search,
.tetierelt button.resp_search_toggle .icon-search::before
{
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    width: 40px;
}

.tetierelt button.resp_search_toggle .icon-search::before
{
    font-family: "glyphicons_tl";
    content:"\e003";
}

.tetierelt button.resp_search_toggle .icon-searchtoggle,
.tetierelt button.resp_search_toggle .icon-searchtoggle::before
{
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    width: 40px;
    font-size:1.2em;	
}

.tetierelt button.resp_search_toggle .icon-searchtoggle::before
{
    font-family: "glyphicons_tl";
    content:"\e003";
}


.tetierelt button.resp_search_toggle .icon-burger,
.tetierelt button.resp_search_toggle .icon-burger::before
{
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    width: 40px;
}

.tetierelt button.resp_search_toggle .icon-burger::before
{
    font-family: "glyphicons_tl";
    content:"\e62c";
}

.tetierelt .respsearch
{
	background-color: #fff;
	width: 100%;
	position: absolute;
	display: block;
	top:50px;
	left:0;
	padding-left:10px;
	padding-right:10px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box;

}

.tetierelt .respsearch
{
	height:50px;
}

.tetierelt .respsearch .search .skin-select
{
	width:100px;
	margin-left:10px;
}


.tetierelt .respsearch .skin-select span.selecttext {
	font-size: 1.05em;
 }
/*menu selection*/
.selection {
  border-left: 2px solid #73716f;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  font-size:1.25em;
  font-weight: 700;
  height: 20px;
  line-height: 1.25em;
  margin-bottom: 0;
  margin-top: 14px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  width: 106px;
}



.tetierelt .selection a.bouton:link,
.tetierelt .selection a.bouton:visited {
	color: #404953;
	text-decoration: none;
	text-transform:uppercase;
	font-family: "roboto_condensed";
	font-weight: 800;
	font-size:1.0em;
}
.tetierelt .selection button.bouton 
{
	color: #404953;
	text-decoration: none;
	text-transform:uppercase;
	font-family: "roboto_condensed";
	font-weight: 800;
	font-size:1.0em;
	background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border:none;
	padding:0;
	text-shadow: unset;
}
.tetierelt .selection .menu_selection {
	background: none no-repeat scroll left 16px #343b43;
	color: #fff;
	display: none;
	padding-top: 13px;
	padding-bottom: 20px;
	padding-right: 17px;
	padding-left: 0px;
	position: absolute;
	right: 100px;
	top: 51px;
	z-index: 100;
}
.tetierelt .selection .menu_selection::before {
	content: '\e253';
	font-family: 'glyphicons_tl';
	font-size: 1em;
	color: #343b43;
	position: absolute;
	top: -7px;
	height: 7px;
	width: 8px;
	right: 95px;
	line-height: 7px;
}

.tetierelt .selection .menu_selection ul.menu {
	list-style: none outside none;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
}

.tetierelt .selection .menu_selection ul.menu li {
	border-right: 1px solid #fff;
	list-style-image: none;
	list-style-type: none;
	width: 200px;
	margin-left: 15px;
	padding-right: 10px;
}

.tetierelt .selection .menu_selection ul.menu li span.nolink {
	font-weight: 700;
	text-transform: uppercase;
}
.tetierelt .selection .menu_selection ul.menu li.expanded ul.menu {
	display: block;
	padding-top: 14px;
}
.tetierelt .selection .menu_selection ul.menu li ul li.leaf {
	list-style-image: url("images/icon_flech.png");
	list-style-type: square;
	line-height: 15px;
	border-right: none;
}

.tetierelt .selection .menu_selection ul.menu li ul li.leaf a{
	text-decoration:none;
	color: #fff;
}


.tetierelt .selection .menu_selection ul.menu a:focus
{
	font-size:1.1em;
}

.typeahead-container .typeahead-result > .dropdown-menu {
  display: block;
  width: 100%;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

@media (max-width: 1023px) 
{
	.tetierelt .search .skin-select::after {
	    left: 80px;
	}
	.tetierelt .respsearch .search .skin-select {
	    font-size: 0.9em;
	}
	.tetierelt .respsearch .search .skin-select select{
	    width: 120px;
	}

	.tetierelt .selection .menu_selection {
		right: 100px;
	}

	.tetierelt .search .skin-select span.selecttext
	{
	    padding-top: 5px;
	}
	.tetierelt button.resp_search_toggle
	{
	    display:block;	
	}

	.tetierelt .rech_container
	{
	    display:none;	 
	}

	.tetierelt .respsearch .rech_container
	{
	    display:block;	
	}


}
@media (max-width: 850px) 
{
	.tetierelt .selection .menu_selection::before {
 	   right: 200px;
	}
	.tetierelt .selection .menu_selection {
		right: 20px;
	}

	.menu_accueil.tablet ul li a:link, .menu_accueil.tablet ul li a:visited {
	    font-size: 0.9em;
	    margin-left: 20px;
	    margin-right: 20px;
	}
}

@media (max-width: 700px) 
{
	.tetierelt .lang {
	    margin-right: 20px;
	}

	.tetierelt .link_container {
	    width: 290px;
	}
	.tetierelt a.recherche-avancee span.blank
	{
		display:none;
	}
	.tetierelt a.recherche-avancee span.glyphicon-plus
	{
		display:block;
	}
	.tetierelt a.recherche-avancee:link, .tetierelt a.recherche-avancee:visited {
	    width: 50px;
	}
	.tetierelt .selection .menu_selection ul.menu li {
		width: 183px;
	}

}

@media (max-width: 650px) 
{
	.tetierelt .selection .menu_selection {
		display:none;
	}
	.tetierelt 
	{
		padding-left:0;
	}

	.tetierelt .respsearch
	{
		height:100px;
	}
	
	.tetierelt .link_container
	{
	    display:none;	
	}

	.tetierelt .respsearch .link_container
	{
	    display:block;	
	}
	.tetierelt .selection .menu_selection ul.menu {
	    display: block;
	}
	.tetierelt .selection .menu_selection {
	    top: 90px;
	    height:340px;
	    overflow: scroll;
	}
	.tetierelt .selection .menu_selection ul.menu li.expanded ul.menu {
    		padding-bottom: 10px;
	}

}



 

.twitter-typeahead
{
    display: block !important;
}

.tt-menu{
    width: 100%;
}

.menu_tetiere .recherche .typeahead-container a {
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
}

.menu_tetiere .tt-menu > .dropdown-menu {
    border-radius: 0;
    display: block;
    width: 100%;
}

.tt-dataset-suggest {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 200px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%; 
    width:100%;	
    z-index: 1000;
}

.tt-dataset-suggest > li > a {
    clear: both;
    color: #333;
    font-weight: 400;
    font-size: 0.93em;
    line-height: 1.42857;
    white-space: nowrap;
    text-decoration:none;	
    padding: 3px 20px;
    position: relative;
    display: block;
    z-index: 50;
}
.tt-dataset-suggest > li > a:hover
{
    color: #FFF;
    background-color: #337ab7;

}

group1,
group2{
    display:none;	
}

group1.first,
group2.first{
    text-shadow: none;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    font-variant: small-caps;
    font-weight: bold;
    display:block;	
}

