@charset "UTF-8";
.news {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 2rem;
  border: none;
  text-align: left;
  border-radius: 0.25rem;
  padding: 0 0.75rem 0 0; }
  .news .texte {
    flex: 1;
    display: flex;
    align-items: center; }
  .news .badge,
  .news .am-icon
.titre {
    flex: none;
    position: static; }
  .news .titre {
    position: relative;
    display: block;
    width: 4em;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0 0 8px;
    margin: 0 24px 0 0;
    color: white;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-right: 1px solid #adacac;
    font-size: 0.875rem; }
    .news .titre:after {
      position: absolute;
      display: block;
      content: " ";
      top: 0;
      left: 100%;
      right: -1rem;
      width: 1rem;
      height: 0px;
      border-style: solid;
      border-width: 1rem 0 1rem 1rem;
      border-color: transparent transparent transparent #adacac; }
  .news .texte {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    padding-right: 1rem; }
  .news .date,
  .news .horaire,
  .news .message {
    display: inline-block;
    vertical-align: top; }
  .news .date {
    width: 4.5em; }
  .news .horaire {
    width: 3.5em; }
  .news .badge,
  .news .am-icon {
    height: 1.5rem;
    line-height: 1.5rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .news .badge {
    font-weight: normal;
    min-width: 1.55rem;
    border-radius: .75rem;
    padding: 0; }
  .news .am-icon {
    font-size: 1.5rem;
    margin-top: 2px; }

.news {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.2); }
  .news .am-icon {
    color: #adacac; }
  .news .badge {
    background-color: #adacac;
    color: white; }
  .news .titre {
    background: #adacac;
    border-right-color: #adacac; }
    .news .titre:after {
      border-color: transparent transparent transparent #adacac; }
  .news .texte {
    color: #343434; }

.news.information {
  background-color: rgba(255, 255, 255, 0.8); }
  .news.information .titre, .news.information .badge {
    background: #0062ac; }
  .news.information .am-icon {
    color: #0062ac; }
  .news.information .titre {
    border-right-color: #0062ac; }
    .news.information .titre:after {
      border-color: transparent transparent transparent #0062ac; }

.news.danger {
  background-color: rgba(255, 255, 255, 0.8); }
  .news.danger .titre, .news.danger .badge {
    background: #b6052a; }
  .news.danger .am-icon {
    color: #b6052a; }
  .news.danger .titre {
    border-right-color: #b6052a; }
    .news.danger .titre:after {
      border-color: transparent transparent transparent #b6052a; }

button.news:active .texte {
  color: #343434 !important; }

#zone-de-travail-content .news {
  width: 100%;
  margin-bottom: 1rem;
  margin: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.8); }
  #zone-de-travail-content .news .titre {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.article-list .mark {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0;
  height: 1rem;
  width: 1rem;
  margin-top: -.5rem;
  border-radius: .5rem;
  background-color: transparent;
  border: 1px solid #c3c3c1; }

.article-list .new:after {
  position: absolute;
  top: 50%;
  right: 1em;
  font-size: 0;
  height: 1rem;
  line-height: 1rem;
  width: 1rem;
  margin-top: -.5rem;
  font-family: 'cnam icons';
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  content: "";
  color: #b6052a; }

.article-list .list-header {
  display: flex;
  margin-bottom: 2rem; }
  .article-list .list-header .status-block {
    flex: 1 1 60%;
    line-height: 2.5rem; }
  .article-list .list-header .filter-block,
  .article-list .list-header .search-block {
    flex: 0 0 300px;
    padding: 0 1rem; }

.article-list .list-body {
  list-style: none;
  padding: 0; }
  .article-list .list-body li {
    position: relative;
    padding: 1rem 2rem; }
    .article-list .list-body li + li {
      border-top: 1px solid #c3c3c1; }
  .article-list .list-body em {
    font-style: normal;
    background-color: #e6bebf; }
  .article-list .list-body img {
    float: left;
    padding-right: .5rem; }
  .article-list .list-body h2 {
    margin-top: 0;
    text-transform: none;
    color: #0062ac; }
    .article-list .list-body h2 .date {
      color: #666;
      font-weight: normal;
      padding-left: .5rem;
      font-size: 1rem; }
  .article-list .list-body a {
    display: inline-block;
    text-decoration: underline;
    margin: 0; }
  .article-list .list-body .content .text {
    height: 4.5em;
    overflow: hidden; }
    .article-list .list-body .content .text p {
      padding: 0 2em  0 0; }

.unread .content .text {
  font-weight: bold; }

.alert-list .unread .mark {
  background-color: #b6052a;
  border: 1px solid #b6052a; }

.news-list .unread .mark {
  background-color: #0062ac;
  border: 1px solid #0062ac; }

.notes {
  list-style: none;
  padding: 0; }
  .notes p {
    margin-bottom: 0; }
  .notes .author {
    color: #0062ac; }
  .notes .date {
    color: #8a8b8b;
    margin-left: .5rem; }
  .notes li {
    position: relative;
    padding-left: 2rem; }
    .notes li + li {
      border-top: 1px solid #c3c3c1;
      margin-top: 1rem;
      padding-top: 1rem; }
  .notes .unread .mark {
    background-color: #73A839;
    border: 1px solid #73A839; }
