@charset "utf-8";

/* Bibliothèque */
.bibliotheque { border:1px solid #31180a; background:url('../../img/background_bibliotheque.jpg') 0 0; width:640px; margin:0 auto 2rem auto; overflow:hidden; border-radius: 3px; display:flex; flex-wrap: wrap; }
.bibliotheque .bibliotheque-livre { width:50%; height:218px; overflow:hidden; text-align:center; }
.bibliotheque .bibliotheque-livre > a { width:118px; height:176px; overflow:hidden; display:inline-block; box-shadow:0 0 5px rgba(0,0,0,0.8); margin-top:8px; }
.bibliotheque .bibliotheque-livre .titre { display:none; }
.bibliotheque div.ouvert { display:none; margin:8px auto 0 auto; text-align:left; width:236px; height:176px; background:url('../../img/livres/ouvert.jpg') 0 0; overflow:hidden; }
.bibliotheque div.ouvert ul { float:right; width:105px; margin:10px 8px 0 0; padding:0; height:160px; font-size:11px; overflow-y:scroll; }
.bibliotheque div.ouvert ul li { list-style: none; padding:0; margin:0; }
.bibliotheque div.ouvert div.infos { float:left; clear:both; width:100px; overflow:hidden; margin:10px 0 0 15px; }
.bibliotheque div.ouvert h3 { font-size:13px; color:#444; font-weight:bold; }
.bibliotheque a.fermer { margin-top:90px; padding:2px 4px; color:#666; text-decoration:none; display:inline-block; border:1px solid #ccc; background:#eee; font-size:11px; border-radius: 3px; }

/* Surtexte */
.bibliotheque .bibliotheque-livre.bibliotheque-livre-surtexte { width:33%; }

/* Bibliothèque */
@media screen and (max-width: 480px) {
	.bibliotheque { border:none; background:none; width:100%; }
	.bibliotheque .bibliotheque-livre { width:100% !important;  }
	.bibliotheque .bibliotheque-livre.bibliotheque-livre-surtexte { width:50% !important; }
	}