@media only screen and (min-device-width: 880px) and (max-device-width: 999px) and (-webkit-min-device-pixel-ratio: 2) {
  #menu-support-item { display: none;}
}

body .mo-userbar .mo-user-notif-menu {
    position: absolute;
    display: none;
    background: white;
    right: 20px;
    z-index: 200;
    top: 40px;
    width: 450px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 5000;
    flex-direction: column;
}

body .mo-userbar .mo-user-notif-menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #d1d2d4;
    padding-bottom: 20px;
}

body .mo-userbar .mo-notif-container {
    display: flex;
    flex-direction: row;
    padding: 5px;
    justify-content: space-between;
    border-bottom: 1px solid #d1d2d4;
    height: 100px;
}

body .mo-userbar .mo-notif-details {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    width: 100%;
}

body .mo-userbar .mo-notif-container:hover {
  cursor: pointer;
  background-color: #f5f6f7;
}

body .mo-userbar .mo-notif-titre {
    padding: 0;
    margin: 0;
    font-size: 1em;
}

body .mo-userbar .mo-notif-link {
  text-decoration: none;
  color: inherit;
}

body .mo-userbar .mo-notif-link:link {
  text-decoration: none;
  color: inherit;
}

body .mo-userbar .mo-notif-link:visited {
  text-decoration: none;
  color: inherit;
}

body .mo-userbar .mo-unread-notification {
  border-left: 5px solid #DA091B;
  background-color: #EEF3F6;
}

body .mo-userbar .mo-notif-contenu {
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}

body .mo-userbar .mo-notif-img {
  width: 125px;
  height: 80px;
  align-self: center;
}

body .mo-userbar .bb-dark {
  border-bottom: 1px solid #d1d2d4;
}

body .mo-userbar .mo-user-notif-menu-footer {
  line-height: 1em;
}