@import url('//fonts.googleapis.com/css?family=Arvo');

header {
  background:white;
}

/*** MENU ***/

#primary-nav {
  float:left;
  width:100%;
  padding-top:3px;
  margin-top:30px;
  border-bottom:1px solid #ccc !important;
}

#primary-nav li  {
  margin:0;
  margin-top:20px;
}

#primary-nav li a {
  font-family: 'Arvo', serif;
  font-weight: bold;
  font-size:16px;
  width:159px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border-top:3px solid !important;
  height:80px;
  color:#555 !important;
 }

#primary-nav li:nth-child(1) a {border-color:#cc3399 !important;}
#primary-nav li:nth-child(2) a {border-color:#cc0033 !important;}
#primary-nav li:nth-child(3) a {border-color:#006699 !important;}
#primary-nav li:nth-child(4) a {border-color:#ffcc00 !important;}
#primary-nav li:nth-child(5) a {border-color:#006699 !important;}
#primary-nav li:nth-child(6) a {border-color:#cc0033 !important; width:163px;}

#primary-nav li a:hover {color:black !important;}
#primary-nav li:nth-child(1) a:hover {background:#cc3399;}
#primary-nav li:nth-child(2) a:hover {background:#cc0033;}
#primary-nav li:nth-child(3) a:hover {background:#006699;}
#primary-nav li:nth-child(4) a:hover {background:#ffcc00;}
#primary-nav li:nth-child(5) a:hover {background:#006699;}
#primary-nav li:nth-child(6) a:hover {background:#cc0033;}


#primary-nav li a {border-bottom-left-radius: 2px;border-bottom-right-radius:2px;}

a, input {outline:none !important;}

h1, h2 {text-transform: inherit !important;}

#form_langSwitch {display:none;}

#language a {
  padding:0 !important;
  width:30px !important;
  height:20px !important;
  display:block !important;
  text-indent: -5000px;
  float:right;
}

#language a.french {background:url("../images/fr.png") !important;}
#language a.english {background:url("../images/en.png") !important;}

li.active a {
  color: #96a3a9 !important;
}

#site-title {
  width:100% !important;
}

#search {
  float:right;
  font-size:20px;
  margin-top:30px;
}

#search input[type=text] {

  float:right;
  padding:4px;
}

input[type=text]::placeholder {
  color:#ccc;
  font-size:15px;
  padding-left:7px;
}

#search input[type=text]:focus {
  border-color: red;
  outline: 0 none;
}

input[type=submit] {
  font-size:14px !important;
  float:right;
  border:none;
  background:#cc0033;
  color:white;
  padding:8px 15px;
  border-radius: 2px;
  margin-left:10px;
  font-weight: bold;
  text-shadow: none !important;
}

input[type=submit]:hover {
  background:#8e8d8d;
}

/*
- Rose : #cc3399
- Rouge : #cc0033
- Jaune : #ffcc00
- Bleu : #006699
Rollover : #96a3a9;
*/


/*** HOMEPAGE ***/

#homepage .text {
    font-size:15px;
}

#homepage .links > p {
    width:960px;
    height:260px;
    cursor: pointer;
    position:relative;
    border-radius: 3px;
}

#homepage .links .half {
    margin-left: -20px;
}

#homepage .links .half > p {
    cursor: pointer;
    width:470px;
    height: 200px;
    float:left;
    position:relative;
    margin-left:19px;
    margin-top:0;
    border-radius: 3px;
 }

#homepage .links p a {
    background-color:#cc0033;
    position: absolute;
    right:15px;
    bottom:15px;
    padding: 20px 30px;
    color:white;
    font-size:17px;
    opacity: .75;
    font-weight: bold;
    border-radius:3px;
}

#homepage .links .half > p a {
    max-width: 400px;
}

#homepage .links .half > p.zoom1 a,
#homepage .links .half > p.zoom2 a {
    background-color:#ffcc00;
    opacity: .75;
}

#homepage .links .half > p.qui a,
#homepage .links .half > p.acteurs a {
    background-color:#006699;
    opacity: .8;
}


#homepage .links > p.lieu {background:url("../images/lieu.jpg");}
#homepage .links > p.bergman {background:url("../images/bergman.jpg");}
#homepage .links > p.detaille {background:url("../images/detaille.jpg");}
#homepage .links > p.renoir {background:url("../images/renoir.jpg");}
#homepage .links > p.delacroix {background:url("../images/delacroix.jpg");}
#homepage .links .half > p.zoom1 {background:url("http://lesbibliothequesdartistes.org/themes/artistes/images/zoom1.jpg");}
#homepage .links .half > p.zoom2 {background:url("http://lesbibliothequesdartistes.org/themes/artistes/images/zoom2.jpg");}
#homepage .links .half > p.qui {background:url("../images/qui.jpg");}
#homepage .links .half > p.acteurs {background:url("../images/acteurs.jpg");}


/*** CONTENT ***/

#content {
  padding:0 !important;
  font-family: 'Arvo', serif;
}

#content h1 {
  font-size:30px;
  color:#333;
  margin-bottom:40px;
}

/*** SEARCH RESULTS (SOLR) ***/

#solr-facets {
  width:30% !important;
  margin-right: 30px;
  padding-right: 0;
  font-size:14px;
}

#solr-facets a:link, #solr-facets a:visited,
#solr-results a:link, #solr-results a:visited,
.items.browse a:link, .items.browse a:visited {
  color: #cc0033 !important;
}

#solr-facets h2 {
  margin-bottom:0;
}

#solr-facets i.fa {
  color:white
}

#solr-facets ul {
  margin-left: 0;
  padding-left: 15px;
  margin-top:5px;
}

#solr-applied-facets {
  margin-right:30px;
  margin-bottom:20px;
}

#solr-applied-facets .tag {
  display: inline-block;
  margin:3px;
  padding:9px;
  background: #a1a1a1;
  color:white;
  margin-left:0;
}

#solr-applied-facets .tag a {
  color:white;
  margin-right: 5px;
}

#solr-applied-facets ul li+li:before {content:none;}


#solr-results .result {
  font-size:14px;
  border-top:1px solid black;
  margin-left:105px !important;
  padding-top:20px;
  position:relative;
}

#solr-results .result.has-file {
  min-height:160px;
}


#solr-results .file {
  width: inherit;
  display: inline-block;
  float: right;
  margin:10px;
  margin-right: 0;
  width:inherit;
  width:150px;
  height:150px;
  position: absolute;
  right:0;
  top:0;
}

#solr-results .file img {
  width:150px;
  height:150px;
}

#solr-results .result.has-file .result-content {
  width:470px;
}


/*** PAGINATION ***/

.pagination-nav {
  margin-top:50px !important;
  width:100%;
  padding-left:250px;
  display: block;
}

.pagination li {
  border:none;
  font-weight: bold;
  font-size:14px;
}

.pagination li a {
  font-size:14px;
  color:black !important;
  font-weight: bold;
}

.pagination li a:hover {
  text-decoration: underline;
}

.pagination li input[type=text] {
  padding:10px;
  width:40px;
  font-weight: bold;
}


/*** FOOTER ***/

footer {
  background:none;
  height:inherit;
}

#footer-content h1 {
  color:#1b1a1a !important;
}
#footer-content {
  font-family: 'Arvo', serif;
  border-top:1px solid #ccc !important;
  padding-top:30px;
  padding-bottom:40px;
  margin-top:20px;
}

#content:before {
  content: none;
  height: 0px;
  position: absolute;
  top: 0px;
}

#footer-content .left {
    width:40%;
    float:left;
}

#footer-content .left a {
    display: block;
    font-size:16px;
    font-weight: bold;
    margin:8px;
}

#footer-content .left a:hover {
  text-decoration: underline;
}

#footer-content .left a.home {color:#cc3399 !important;}
#footer-content .left a.discover {color:#cc0033 !important;}
#footer-content .left a.tools {color:#ffcc00 !important;}
#footer-content .left a.zoom {color:#006699 !important;}


#footer-content .right {
    width:60%;
    float:right;
}

#footer-content .right img {
    height:65px;
    float:left;
    border:1px solid white;
    padding:8px;
}

#footer-content .right img:hover {
  border:1px solid #ccc;
}


#footer-content .footer-text {
  color:black;
  float:left;
  width: 100%;
  text-align: center;
  margin-top:20px;
  padding-top:20px;
  border-top:1px solid #ccc;
  font-size:14px;
}

#footer-content .footer-text a {
  color:#cc3399;
}

#footer-content .footer-text a:hover {
  text-decoration: underline;
}

/*** SIMPLE PAGES ***/

.simple-page #content {
  font-size: 14px;
}

.simple-page #content a {
  color:#cc0033 !important;
}

.simple-page #content a:hover {
  text-decoration: underline;
}

.simple-page #content td,
.simple-page #content p {
  text-align: justify;
}

/*** SHOW ITEM ***/

a.button {
  background-color:#cc0033;
  padding:10px 15px;
  color:white !important;
  border-radius:3px;
}

a.button:hover {
  background-color:#8e8d8d;
}

.items.show {
  font-size:14px;
}

.items.show h1 {
  color:#cc0033 !important;
  font-size: 18px !important;
  margin-top:30px;
  margin-bottom: 20px !important;
}

.items.show div.entry {
  margin-bottom:10px;
}

.items.show #view-bnf {
  padding-top:60px;
  float: left;
}

.items.show #bnf {
  min-height: 160px;
  float:right;
  width: 730px;
  position: relative;
  margin-top:-10px;
  display:none;
}

.items.show #bnf .bnf-left {
  width:38px;
  height: 159px;
  float:left;
  position: absolute;
}

.items.show #bnf .bnf-right {
  border:2px solid #333;
  border-radius:3px;
  min-height: 160px;
  float:left;
  margin-left: 36px;
  width: 695px;
  padding:15px;
}

.items.show #bnf a {
  color:#cc0033;
}

.item-pagination a {
  color:#cc0033 !important;
}

iframe + .comparison_text {
  margin-top:-30px;
}

.items.show .comparison_text {
  font-style: italic;
  color:#666;
  text-align:center;
  border-top:1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top:10px;
  width:100%;
}

.items.show #entries {

}

.items.show #tags {
  margin-top:40px;
  width:100%;
  float:left;
}

.items.show #tags h1 {
  color:#333 !important;
}

.items.show #tags a {
  margin-right: 10px;
  background-color:#666;
  line-height: 45px;
  white-space: nowrap;
}

.items.show #tags i {
  margin-right: 12px;
}

.items.show .uv {
  margin-bottom:50px;
}

/*** BROWSE ITEMS ***/

.items.browse .pagination-nav {
    padding-left:0;
    margin:0 !important;
    color:black;
}

.items.browse .pagination-nav a {
    color:black !important;
}

.items.browse .pagination {
    margin-left:300px;
}

.items.browse .pagination li:last-of-type {
    border:none;
}

.items.browse #sort-links {
    font-size:14px;
    font-weight: bold;
}

.items.browse #sort-links-list a {
}

.items.browse .desc a:after,
.items.browse .asc a:after {
    text-decoration: none;
}

.items.browse #results .result {
  font-size:14px;
  border-top:1px solid black;
  padding-top:20px;
  position:relative;
  margin-left:0;
  margin: 1em 0;
}

.items.browse #results .result.has-file {
  min-height:160px;
}

.items.browse #results .file {
  width: inherit;
  display: inline-block;
  float: right;
  margin:10px;
  margin-right: 0;
  width:inherit;
  width:150px;
  height:150px;
  position: absolute;
  right:0;
  top:0;
}

.items.browse #results .result-content a.permalink {
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

/*** BREADCRUB ***/

#breadcrumb {
  margin-top:0;
  font-size: 14px;
}

#breadcrumb a {
  color:#cc0033;
  font-weight: bold;
}


/*** EXHIBITS ***/

.exhibits.summary {
    font-size:14px;
}

.exhibits.summary ul:first-child {
    border-top:none !important;
    margin-top:0 !important;
}

.exhibits.summary li.title {
    font-weight: bold;
}
.exhibits.summary li a {
    color:#cc0033 !important;
}

.exhibits.summary li.current {
    font-weight: bold;
}

.exhibits.summary li.current:before {
    content:"> ";
    color:#cc0033;
    font-weight: bold;
}

.exhibit-block a {
  color:#cc0033 !important;
}

.exhibit-description span,
.exhibit-block span {
  text-align: justify !important;
  display:inline-block;
}

#geolocation h2 {
   display:none;
}