/* ======  LILLE  SRYRACUSE ======*/

@charset "utf-8";
/* CSS Document */
/* Report @import url(../standard/portal/front/style.css); */
/* Report @import url(../standard/portal/front/modeles.css); */
/* Report @import url(../syracuse/syracuse.css); */
/* Report @import url(polices/polices.css); */
/* Report @import url(editorial.css); */
 
/* @font-face {
  font-family: 'ermes-font-addon';
  src: url('polices/ermes-font-addon.eot?67985118');
  src: url('polices/ermes-font-addon.eot?67985118#iefix') format('embedded-opentype'),
       url('polices/ermes-font-addon.woff2?67985118') format('woff2'),
       url('polices/ermes-font-addon.woff?67985118') format('woff'),
       url('polices/ermes-font-addon.ttf?67985118') format('truetype'),
       url('polices/ermes-font-addon.svg?67985118#ermes-font-addon') format('svg');
  font-weight: normal;
  font-style: normal;
} */
@font-face {
  font-family: 'AmerTypewriterITCbyBT-Medium';
  src: url('polices/AmerTypewriterITCbyBT-Medium.eot?#iefix') format('embedded-opentype'), 
  url('polices/AmerTypewriterITCbyBT-Medium.woff') format('woff'),
  url('polices/AmerTypewriterITCbyBT-Medium.ttf')  format('truetype'),
  url('polices/AmerTypewriterITCbyBT-Medium.svg#AmerTypewriterITCbyBT-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

th.holdings-holding-section{
	width:146px;
}
body {
	background: #fff;
}
header {
	background: #fff;
	border-color: #fff;
}
.connectBox {
    background: #c0a729;
}
#search-panel {
	background: #fff;
	color: #000;
}
.btn-default {
    background: #fff;
	color: #000;
	border-color: #000;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background: #fff;
	color: #000;
	border-color: #000;
}
.btn-primary {
	background-color: #BEB6B4;
    border-color: #BEB6B4;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-color: #B4ADAC;
    border-color: #9F9B9A;
    color: #fff;
}
.btn-info {
    background-color: #c0a729;
    border-color: #c0a729;
    color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #c0a729;
    border-color: #c0a729;
    color: #fff;
}
.btn-validation {
	background-color: #fff;
    border-color: #fff;
    color: #c0a729;
}
.btn-validation:hover,
.btn-validation:focus,
.btn-validation:active,
.btn-validation.active,
.open .dropdown-toggle.btn-validation {
	background-color: #fff;
    border-color: #fff;
    color: #c0a729;
}
.btn-basket {
    background-color: #006a82;
    border-color: #006a82;
    color: #fff;
}

.btn-basket:hover,
.btn-basket:focus,
.btn-basket:active,
.btn-basket.active,
.btn-basket.disabled,
.btn-basket[disabled] {
    background-color: #006a82;
    border-color: #006a82;
    color: #fff;
}
.memoriser .dropdown-toggle {
	border-color: #fff;
}
.btn-action {
    background: #fff;
	color: #000;
	border-color: #000;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active,
.btn-action.disabled,
.btn-action[disabled] {
    background: #fff;
	color: #000;
	border-color: #000;
}
.btn-dark {
    background-color: #8E8888;
    border-color: #8E8888;
    color: #fff;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.disabled,
.btn-dark[disabled] {
    background-color: #808080;
    border-color: #767476;
    color: #fff;
}
.btn-warning {
    background-color: #c0a729;
    border-color: #c0a729;
    color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    background-color: #c0a729;
    border-color: #c0a729;
    color: #fff;
}

@media (min-width: 768px) {
	.btn-account {
		background: #c0a729;
		padding-bottom: 7px;
		padding-top: 6px;
	}
	.btn-account i {
		position: relative;
		top: -3px;
	}
}
#globalScenarioMobile {
    background-color: #006a82;
}
#globalScenarioMobile .active,
#globalScenarioMobile .active:hover,
#globalScenarioMobile .active:focus {
	background: #0484a0;
}
#globalScenarioMobile > li > a:hover,
#globalScenarioMobile > li > a:focus {
	background-color: #0484a0;
}
.tt-suggestion.tt-cursor {
  background-color: #006a82;
}
#scenario-selection,
#submit-search {
	background: #006a82;
	border-color: #006a82;
	color: #fff;
}
#textfield {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.clean-text-field  {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#menu-panel {
	background: none;
	border: none
}
@media (min-width:768px) {
	#ermes_main_menu li.LEVEL1 {
		background: none;
		border: none;
	}
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, #ermes_main_menu li.LEVEL1 a:hover {
		background: none;
	}
}

#menu-panel .panel-body {
    margin-top: 0;
}

#nav-rich-menu,
#ermes_main_menu {
    background: #c0a729;
	text-align: center;
}
@media (min-width:768px) {
	.nav > li > a:hover {
		background: #c0a729;
	}
	#nav-rich-menu > li,
	#ermes_main_menu > li {
		display: inline-block;
		float: none;
		text-align: left;
	}
}
#nav-rich-menu > li > a,
#ermes_main_menu > li.LEVEL1 > a {
	color: #fff;
    background: #c0a729;
}

.navbar-header-before {
	background: #efefef;
	padding: 5px 0;
	font-size: 18px;
	color: #696969;
}
.navbar-header-before .col-md-4 {
	text-align: center;
	float: left;
	font-size:14px;
}
.navbar-header-before .col-md-4 span span {
	font-weight: bold;
	color: #c0a729;
}
#search-panel .panel-body.col-md-8 {
	position: absolute;
    right: 90px;
    top: -105px;
    width: 50%;
	z-index: 10;
}
.navbar-brand h1 {
	display: none;
}
.navbar > .container .navbar-brand {
    margin-bottom: 3px;
    margin-left: -18px;
    margin-top: 3px;
}
.navbar-inverse .navbar-brand {
	padding: 0 0 100px 447px;
	background: url(images/brand.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.navbar-header-after {
	float: right;
	padding: 0 0 77px 68px;
	background: url(images/brand-ville.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-top: 10px;
}
.all-link-connexe .btn-default {
	background: #929695;
	border-color: #929695;
	color: #fff;
	font-size: 16px;
	padding: 6px 6px 6px 35px;
	position: relative;
	transition: background 0.5s ease 0s;
}
.all-link-connexe .btn-default:hover {
	background: #585858;
	transition: background 0.5s ease 0s;
}
.connexe-acces .btn-default {
	padding-left: 23px;
}
.connexe-inscrire .btn-default {
	padding-left: 27px;
}
.connexe-aide .btn-default {
	padding-left: 7px;
	color: #000;
	background: #fff;
	border-color: #fff;
}
.link-connexe a::before {
	font-family: ermes-font-update;
	color: #fff;
	font-size: 25px;
    left: 5px;
    position: absolute;
    top: 0;
}
.connexe-horaire a::before {
	content: '\e80c' ;
}
.connexe-acces a::before {
	content: '\e812' ;
	left: 0;
}
.connexe-services a::before {
	content: '\e864' ;
}
.connexe-inscrire a::before {
	content: '\e80d' ;
	left: 1px;
}

#identite_utilisateur {
    color: #000;
/* 	left: 540px;
	top: 49px; */
}
.page_accueil #portal .frame {
    margin: 0 0 10px !important;
}
#portal .frame {
    margin: 0 10px 10px !important;
}



.panel-front, .panel-selection {
	background: #fff;
    padding-left: 0;
    padding-right: 0;
}

.panel > .panel-heading h2 {
	font-family: 'AmerTypewriterITCbyBT-Medium';
	font-size: 32px;
	text-transform: none;
	color: #006a82;
	/* position: relative; */
	font-weight: normal;
	word-wrap: break-word;
}

.panel > .panel-heading h2 span.rotate-letter {
    font-size: 48px;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
	display:inline-block;
}

h3 {
    color: #006a82;
    font-size: 16px;
    font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
}
h4 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
}
.thumbnail {
	border: none;
}
.nav-tabs > li > a {
	padding: 10px 20px;
}
.panel-group .panel {
	border-radius: 0;
}
.panel {
	box-shadow: none;
}
.panel-model {
    border: none;
}
.panel-model > .panel-heading {
	color: #696969;
	border-radius: 0;
}

.tab-content {
	background: #fff;
	color: #000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #fff;
	border-color: #fff;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.no-pad .panel-front,
.no-pad .panel-selection {
	padding: 0;
}
#portal .no-pad .panel-body {
    padding-top: 0;
}

.no-title-no-pad .panel-front,
.no-title-no-pad .panel-selection {
	padding: 0;
}
.no-title-no-pad h2 {
	display: none;
}
#portal .no-title-no-pad .panel-body {
    padding-top: 0;
}

.no-bullet .rsDefaultInv .rsBullets {
	display: none;
}

.no-pad-side .panel-front,
.no-pad-side .panel-selection {
    padding-left: 0;
    padding-right: 0;
}


.menu {
	text-align: center;
}
.menu li {
	display: inline;
	border-top: 2px solid #006a82;
	border-bottom: 2px solid #006a82;
	font-size: 18px;
	margin: 0 10px;
	padding: 0 0 1px;
}
.menu a {
	color: #000;
}
.menu a:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	header {
		margin-bottom: 40px; 
	}
	#ariane {
		left: -454px;
		position: absolute;
		top: 150px;
	}
}

.lille h2 {
	display: none;
}
.lille li a {
	color: #fff;
	cursor: pointer;
	white-space: nowrap;
}
.lille .panel-front,
.lille .panel-selection {
	background: #006a82;
}
.lille ul {
	text-align: center;
}
.lille li {
    display: inline-table;
    margin: 0 10px 0 0;
	font-size: 18px;
	text-transform: uppercase;
}
.lille li:first-child {
	width: 30%;
}
.lille li:nth-child(2) {
	width: 40%;
}

footer {
	background: none;	
}
footer .row {
	max-width: 1100px;
	background: #929695;
	margin: 0 auto;
}
.lille ul {
	padding: 30px 0;
	background: #006a82;
}
.lille li {
	margin: 0 50px 0 0;
}
.mediatheque ul {
	margin: 30px 70px;
}
footer li {
	display: inline-table;
	font-size: 18px;
	text-transform: uppercase;
}
.mediatheque li {
    margin-right:  50px;
	margin-bottom: 20px;
}
.mediatheque li:last-child {
    margin:  0;
}
.mediatheque li img {
    margin: 0 10px 0 0;
}
div.product-infos {
	display: none;
}
#ermes_main_menu_mobile {
    margin: -1px;
}
@media (min-width: 568px) and (max-width: 767px) /* col-xs */ {
	#ermes_main_menu_mobile li a {
		background-position: center -30px;
	}
}


@media (min-width: 768px) {
	.liste_page_accueil div.webframe-ermes-lastviewedresources-item, div.webframe-ermes-openfindselection-item {
		background: none;
	}
	.liste_page_accueil .rs-staticList li {
	   float: left;
	   width: 50%;	
	}
	.liste_page_accueil .rs-staticList  li:nth-child(odd) {
		clear: both;
	}
}

.badge {
	color: #006a82;
}
#criteres_recherche p, #description_resultats, .taille_page {
    color: #006a82;
    font-size: 14px;
    font-weight: bold;
}

#resultsContainer .panel-front.panel-search-container .panel-heading {
	padding-left: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #006a82;
	border-color: #006a82;
}
.pagination > li > a,
.pagination > li > span {
    color: #c0a729;
	border-color: #c0a729;
}

.template-title {
	color: #006a82;
}

#resultats > ul > li {
	background: #efefef;
}
#resultats > ul > li.on {
	background: #fff;
}
#resultats .select {
    background: #c0a729;
}
.select-all {
    background-color: #006a82;
}

.btn-group.pageSize-container button {
	color: #006a82;	
} 

.panel-front > .x-panel-header span, h2 {
    color: #006a82;	
}

h2.category_header {
	   color: #c0a729;
}
h3.category_header {
	    background-color: #006a82;
}
.detail-holdings-class [class|="detail-holds"] thead th, .detail-subscriptions thead th, .detail-holdings-class [class|="detail-holds"] thead td, .detail-subscriptions thead td {
		  background: #c0a729;
}
.bs-bullets button, .bs-bullets button:focus, .bs-bullets button:active, .bs-bullets button:hover {
	border-radius: 0;
}


@media (min-width: 320px) and (max-width: 1023px) /* col-xs */ {
	.menu li {
		display: inline-block;
		margin: 0 10px 10px;
	}	
}



@media (min-width: 320px) and (max-width: 374px) /* col-xs */ {
	.navbar-inverse .navbar-brand {
		padding: 0 0 60px 220px;
	}
	.navbar > .container .navbar-brand {
		margin-bottom: 60px;
		margin-left: -3px;
	}
	.navbar-header-after {
		margin-top: -120px;
		padding: 0 0 50px 42px;
	}
	#search-panel .panel-body.col-md-8 {
		right: auto;
		width: 100%;
		top: -75px;
	}
	.mediatheque ul {
		margin: 30px 40px;
	}
	.lille li:nth-child(2) {
		width: 100%;
	}
	.lille li:nth-child(2) a {
		white-space: normal;
	}
}
@media (min-width: 375px) and (max-width: 383px) /* col-xs */ {
	.navbar-inverse .navbar-brand {
		padding: 0 0 60px 220px;
	}
	.navbar > .container .navbar-brand {
		margin-bottom: 60px;
		margin-left: -3px;
	}
	.navbar-header-after {
		margin-top: -120px;
		padding: 0 0 50px 42px;
	}
	#search-panel .panel-body.col-md-8 {
		right: auto;
		width: 100%;
		top: -75px;
	}
	.lille li:nth-child(2) {
		width: 100%;
	}
	.lille li:nth-child(2) a {
		white-space: normal;
	}
}
@media (min-width: 384px) and (max-width: 413px) /* col-xs */ {
	.navbar-inverse .navbar-brand {
		padding: 0 0 60px 220px;
	}
	.navbar > .container .navbar-brand {
		margin-bottom: 60px;
		margin-left: -3px;
	}
	.navbar-header-after {
		margin-top: -120px;
		padding: 0 0 50px 42px;
	}
	#search-panel .panel-body.col-md-8 {
		right: auto;
		width: 100%;
		top: -75px;
	}	
	.lille li:nth-child(2) {
		width: 100%;
	}
	.lille li:nth-child(2) a {
		white-space: normal;
	}
}
@media (min-width: 414px) and (max-width: 567px) /* col-xs */ {
	.navbar-inverse .navbar-brand {
		padding: 0 0 60px 220px;
	}
	.navbar > .container .navbar-brand {
		margin-bottom: 60px;
		margin-left: -3px;
	}
	.navbar-header-after {
		margin-top: -120px;
		padding: 0 0 50px 42px;
	}
	#search-panel .panel-body.col-md-8 {
		right: auto;
		width: 100%;
		top: -75px;
	}
	.mediatheque ul {
		margin: 30px 20px;
	}
	.mediatheque li {
		margin-bottom: 20px;
		margin-right: 20px;
	}
}
@media (min-width: 568px) and (max-width: 599px) /* col-xs */ {
	.navbar > .container .navbar-brand {
		margin-left: -10px;
	}
	.navbar-inverse .navbar-brand {
		padding: 0 0 65px 190px;
	}
	#search-panel .panel-body.col-md-8 {
		top: -80px;
	}
	.navbar-header-after {
		margin-top: -70px;
	}
	.mediatheque ul {
		margin: 30px 40px;
	}
	.mediatheque li {
		margin-bottom: 20px;
		margin-right: 20px;
	}
}
@media (min-width: 600px) and (max-width: 666px) /* col-xs */ {
	.navbar > .container .navbar-brand {
		margin-left: -10px;
	}
	.navbar-inverse .navbar-brand {
		padding: 0 0 65px 210px;
	}
	#search-panel .panel-body.col-md-8 {
		top: -80px;
	}
	.navbar-header-after {
		margin-top: -70px;
	}	
	.mediatheque ul {
		margin: 30px 60px;
	}
	.mediatheque li {
		margin-bottom: 20px;
		margin-right: 20px;
	}
}
@media (min-width: 667px) and (max-width: 735px) /* col-xs */ {
	.navbar > .container .navbar-brand {
		margin-left: -10px;
	}
	.navbar-inverse .navbar-brand {
		padding: 0 0 65px 240px;
	}
	#search-panel .panel-body.col-md-8 {
		top: -80px;
	}
	.navbar-header-after {
		margin-top: -70px;
	}	
	.mediatheque ul {
		margin: 30px 60px;
	}
	.mediatheque li {
		margin-bottom: 20px;
		margin-right: 20px;
	}
}
@media (min-width: 736px) and (max-width: 767px) /* col-xs */ {
	.navbar > .container .navbar-brand {
		margin-left: -10px;
	}
	.navbar-inverse .navbar-brand {
		padding: 0 0 65px 270px;
	}
	#search-panel .panel-body.col-md-8 {
		top: -80px;
	}
	.navbar-header-after {
		margin-top: -70px;
	}
	.lille li {
		margin: 0 20px 0 0;
	}
	.lille li:first-child {
		width: 30%;
	}
	.lille li:nth-child(2) {
		width: 52%;
	}
}
@media (min-width: 768px) and (max-width: 1023px) /* col-sm */ {
	.navbar > .container .navbar-brand {
		margin-left: -10px;
	}
	.navbar-inverse .navbar-brand {
		padding: 0 0 100px 285px;
	}
	.mediatheque ul {
		margin: 30px 90px;
	}
	.lille li {
		margin: 0 20px 0 0;
	}
	.lille li:first-child {
		width: 30%;
	}
	.lille li:nth-child(2) {
		width: 52%;
	}
}
@media (min-width: 1024px) and (max-width: 1279px) /* col-md */ {
	.navbar-inverse .navbar-brand {
		padding: 0 0 100px 400px;
	}
	.mediatheque ul {
		margin: 30px;
	}
}


/*  EDITORIAL */

.encart_actus_texte_gauche {
    padding: 0;
}
.encart_actus_texte_gauche .panel-heading h2 {
    display: none;
}

#portal .encart_actus_texte_gauche .panel-body {
	padding:0;
}
.encart_actus_texte_gauche .panel-front,
.encart_actus_texte_gauche .panel-selection {
    padding: 0;
	background: none;
}
.encart_actus_texte_gauche .rsDefaultInv .rsBullets {
	left: 0;
    bottom: 2%;
    padding-top: 0;
    position: absolute;
    text-align: center;
    width: 35%;
}
.encart_actus_texte_gauche .panel-footer{
	position:relative;
}
.encart_actus_texte_gauche .footer-icon-container{
	position: absolute;
	top:-40px;
	left: 0;
}
.encart_actus_texte_gauche .bs-bullets button,
.encart_actus_texte_gauche .bs-bullets button:focus,
.encart_actus_texte_gauche .bs-bullets button:active,
.encart_actus_texte_gauche .bs-bullets button:hover {
	border-color: #006a82;
}
.encart_actus_texte_gauche .bs-bullets button:focus,
.encart_actus_texte_gauche .bs-bullets button:active,
.encart_actus_texte_gauche .bs-bullets button:hover {
	background: #006a82;
}
.encart_actus_texte_gauche  .rsNavSelected .btn {
	background: #006a82;
}
.encart_actus_texte_gauche h2 {
	font-family: 'AmerTypewriterITCbyBT-Medium';
	font-size: 32px;
	text-transform: none;
	color: #006a82;
	position: relative;
	font-weight: normal;
}

.encart_actus_texte_gauche h2 span.rotate-letter {
    font-size: 48px;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
	display:inline-block;
}


.icon-star::before {
    color: #c0a729;
}
iframe {
  background:url(http://bm-lille.fr/ui/skins/default/portal/front/images/charte/icones/ajax-loader-big.gif) center center no-repeat;
 }

.btn-group-justified .btn {
    width: 3%;
}
.search-icon-container.mobile {
	top: -60px;
}

.header-banner-menu .site-btn.btn-group {
    display: none;
}





