.notifications-navigation .notifications-picto {
  color: #FFF;
  font-size: 18px;
}
.notifications-navigation .notifications-picto.alerte {
  color: red;
}
.notifications-navigation .notifications-nombre {
  font-size: 13px;
}
.notifications-navigation .notifications-titre {
  background-color: hsl(24, 2%, 20%);
  line-height: 1em;
  font-size: 16px;
  padding: 10px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}
.notifications-navigation #notification-liste {
  width: 300px;
}
.notifications-navigation .render {
  margin: 0;
  padding: 0;
}
.notifications-navigation .notification-item-container {
  color: #5f5f5f;
  border-bottom: 1px solid #e4e4e4;
}
.notifications-navigation .notification-item-container:hover {
  background-color: lightslategrey;
  color: #fff;
}
.notifications-navigation .notification-item-container.item-header {
  height: 25px;
  line-height: 1;
  padding: 4px 6px;
  margin: 0;
  cursor: default;
}
.notifications-navigation .notification-item-container.item-header .read-all,
.notifications-navigation .notification-item-container.item-header .parametres {
  color: hsl(207, 44%, 65%);
}
.notifications-navigation .notification-item-container.item-header .read-all:hover,
.notifications-navigation .notification-item-container.item-header .parametres:hover {
  color: #fff;
}
.notifications-navigation .notification-item {
  padding: 5px 10px;
  width: 100%;
  position: relative;
}
.notifications-navigation .notification-item a {
  color: #5f5f5f;
  line-height: 1em;
  display: block;
  width: 95%;
}
.notifications-navigation .notification-item .set-lu {
  position: absolute;
  top: 5px;
  right: 12px;
  font-size: 12px;
}
.notifications-navigation #notification-liste .icone {
  width: 10%;
  color: #999;
}
.notifications-navigation #notification-liste .titre {
  border-left: solid 5px #FFF;
  padding-left: 5px;
  font-size: 15px;
  width: 90%;
}
.notifications-navigation .date-notification {
  font-size: 14px;
  font-style: italic;
  color: #AAA;
  margin: 5px 0;
}
.notifications-navigation .notifications-footer {
  color: lightslategrey;
  text-align: center;
  line-height: 1em;
  padding: 10px;
}
.notifications-navigation .notifications-footer:hover {
  background-color: lightslategrey;
  color: #fff;
}
.notifications-navigation .liste-vide {
  color: #5f5f5f;
  text-align: center;
  border-bottom: #CCC solid 1px;
}
.notification-item:hover .date-notification {
  color: hsl(185, 44%, 80%);
}
.notification-item:hover a {
  color: #FFF;
}
.notification-date {
  padding-bottom: 5px;
  color: hsl(185, 44%, 65%);
  font-size: 14px;
}
.notification-detail {
  padding-top: 3px;
  color: #AAA;
  font-size: 13px;
  text-wrap: wrap;
}
.tracking-message {
  color: #666;
}
.notification-contact {
  padding-top: 5px;
  color: #999;
  font-size: 14px;
  line-height: 1.2em;
}
.tracking-objet {
  padding-top: 5px;
  color: hsl(207, 44%, 67%);
  font-size: 14px;
}
#notification-liste .notification-item:hover .icone,
#notification-liste .notification-item:hover .notification-date,
#notification-liste .notification-item:hover .notification-objet,
#notification-liste .notification-item:hover .notification-contact,
#notification-liste .notification-item:hover .tracking-message {
  color: #fff !important;
}
/*# sourceMappingURL=notification.css.map */