/******************************************************************************/
/* ACCUEIL */
html{
  background-color: white;
}
.entete{
  min-height:100px;
  box-shadow: 0px 2px 5px #7c7b7b;
  background-image: url('../img/fond.jpg');
  background-repeat:no-repeat;
  background-position: center;
}

.section_note{
  /*background-image: url('../img/fond_connexion.jpg');
  background-repeat:no-repeat;
  background-position:center center;
  background-size: cover;*/
  min-height:250px;
    box-shadow: 0px 2px 5px #fdfdfd;
}
.titre{
  font-size: 5em;
}
.titre_section2{
  color: red;

}
#titre_accueil{
  font-size: 8em;
  color: white;
  text-shadow: 2px 2px 2px green;
}
.entete {
  text-align: center;
  color: rgb(3, 177, 47);
}

.section_ajouts{
  margin-top: 10px;
  text-align: center;
  min-height: 90px;
}
.section_stats{
  text-align: center;
  min-height: 90px;
}
.bulle_stats{
  height:50px;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 2px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.titre_section{
  /*margin-top:-20px;*/
  color: #2E2E2E;
  text-align: center;
  /*text-shadow: 1px 1px 1px #2E2E2E;*/
}
.couv{
  width:60px;
}
.couv_dernier_ajout{
  max-height:150px;
  margin-bottom: 10px;
  margin-right: 10px;
}

#dernier_ajout_titre{
  font-weight: bold;

}
#dernier_ajout_auteur, .info_livre{
  font-size: 0.8em;
  color:grey;
}
.separation_dernier_livre{
margin-top: 5px !important;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}

.carousel-inner .item{
  min-height: 200px;
}
.carousel-indicators li {
  border: 1px solid #60ba00 !important;
}
.carousel-indicators .active{
  background-color: #60ba00 !important;
}

.article{
  border: 1px solid lightgray ;
  box-shadow: 0px 2px 5px #7c7b7b;
  border-radius: 5px;
  cursor: pointer;
  /*text-align: center; */
  
  /* color: white; */
  /* background-color: white; */

}
.titre_block_info{
  height: 42px;
  margin-top: -20px;
   text-align: center;
  /* padding-top: 2px; */
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background:-webkit-gradient(radial, 184 22, 83, 175 -189, 390, from(#80d02f), to(#edfb50));
}
.titre_block_info h3{
      padding-top: 5px;
      color: white;
}
.content_article{
  padding: 10px;
}
.horaire{
  color:grey;
  font-weight: bold;
}
.block_livre{
  background-color: white;
  box-shadow: 0px 2px 5px #7c7b7b;
  text-align: center;
}
.thumbnail:hover{
  background-color: #b7e640 !important;
}
.white {
  color: white;
}
.compteurs h3, .compteurs h4{
  border-radius: 4px;
  background-color: white;
  opacity: 0.8;
}
#myUL li{
  list-style-type: none;
    margin: 0;
    padding: 0;
}
.red{
  color: red;
}
.ancienneNews{
  color: lightgray;
}
