
/* ------------------------------ */
/*    Notification (générique)    */
/* ------------------------------ */


.o-notification__dateHeure {
  /*! font-weight: bold; */
  font-size: 0.8em;
  text-align: right;
  font-family: DejaVuSans,sans-serif;
  font-style: italic;
}

.bulleNotif.o-notification__dateHeure {
  margin-top: .35em;
  margin-right: .25em;
}

.o-notification__contenu {
  font-size: 0.9em;
  color: #3c3c3c;
  text-align: justify;
  margin-top: 0.25em;
  background-color: #fff;
  padding: 0.54em;
  border-radius: 1em;
  background-repeat: no-repeat;
  background-size: 2em;
  padding-left: 2.75em;
  background-position-y: center;
  background-position-x: .5em;
  border: 1px solid #edd7bb;
}

.bulleNotif.o-notification__contenu  { 
  background-color: unset;
  padding-left: 3em;
  font-size: 1em;
  background-size: 2.5em;
  background-position-x: 1.5%;
  border: none;
  margin-top: 0em;
  font-size: .95em;
}

.iconeBulleNotif {
  position: absolute;
  left: -1.5rem;
  top: -1.5rem;
  background: #ffcd21;
  padding: .45em;
  border-radius: 2rem;
  width: 3rem;
  height: 3rem;
}


.bulleNotif .iconeBulleNotif img {
    width: 34px;
    margin-top: 5px;
}

/* ------------------------------ */
/*     Bulles de notification     */
/* ------------------------------ */


.bulleNotif {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: #feffd7;
  z-index: 2000; /*fond gris des zooms RDV est a 1000*/
  width: 20em;
  border-radius: 1em;
  padding: 0.25em;
  border: 2px solid #ffcd21;
}

/* ------------------------------ */
/*     listes de notification     */
/*      (Dialogue et tuile)       */
/* ------------------------------ */

.d-dialogue ul.listeNotifications li.o-notification, /* nécéssaire pour écraser .d-dialogue li */ 
ul.listeNotifications li.o-notification {
  padding: .5em;
  margin-left: 0em;
  margin-top: 0.35em;
  margin-right: 0em;
  margin-bottom: .25em;
  padding-top: 0;
}

ul.listeNotifications hr {
    width: 66%;
    background-color: #daca1e;
    height: 1px;
    border: 0;
    margin-top: 1em;
    margin-bottom: 0px;
}

.d-dialogue ul.listeNotifications {
    font-size: 1.25em;
    max-height: 500px;
    overflow-y: auto;
}

/*------------------*/
/*     Peroquet     */
/*------------------*/

.perroquet--contIcone {  
    position: absolute;
    width: 0px;
    height: 0px;
}


/*------------------*/
/*   Tuile Taches   */
/*------------------*/

.p-tuile--taches ul li {
  display: flex;
  align-items: center;

  padding: .2rem 0 .2rem 1rem;

  cursor: pointer;
    
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.p-tuile--taches .iconeTache {
  position: relative;

  padding-right: 1.5rem;
}

.p-tuile--taches .iconeTache i {
  color: var(--bamakoTernaryDarker);
  width: 1em;
  text-align: center;
}
.p-tuile--taches .iconeTache img {
  height: 3em;
  width: 3em;
}

.p-tuile--taches .iconeTache .nbBulle {
  background: var(--bamakoPrimary);
  
  border-radius: 5px;
  
  position: absolute;
  top: -.2rem;
  right: .5rem;

  padding: 3px 5px;
  
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: .8rem;
}

.p-tuile--taches .libelle {
  color: #555;
}

/*                       */
/* Type de notifications */
/*                       */

.o-notification--AAV .o-notification__contenu { background-image: url('../icones/tache-AAV.png'); }
.o-notification--tropNotifs .o-notification__contenu { background-image: url('../icones/notif_tropNotifs.png'); }
