/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#bms-vignette {
  border-radius: 5px;
  border: solid 1px #dee2e6;
  overflow: hidden;
  background: #ffffff; }
  #bms-vignette .grid {
    display: flex; }
  #bms-vignette figure {
    flex: 0 0 100px;
    height: 100%;
    min-height: 60px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 39.99875em) {
      #bms-vignette figure {
        min-height: 32px; } }
    #bms-vignette figure img {
      position: absolute;
      width: auto;
      height: 100%;
      left: -99px;
      right: -99px;
      top: -99px;
      bottom: -99px;
      margin: auto; }
      @media screen and (max-width: 39.99875em) {
        #bms-vignette figure img {
          width: 100%;
          height: auto; } }
  #bms-vignette .alerts {
    flex: 1;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 16px;
    min-height: 60px;
    font-weight: bold;
    color: #145e9a;
    font-family: "Quicksand", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    @media screen and (max-width: 39.99875em) {
      #bms-vignette .alerts {
        padding: 7px 10px;
        min-height: 32px;
        line-height: 18px;
        font-size: 14px; } }
    #bms-vignette .alerts > span .all_phenom_alerts {
      font-weight: bold;
      color: #145e9a;
      font-family: "Quicksand", sans-serif; }
    #bms-vignette .alerts > span .all_phenom_alerts_link {
      font-weight: bold;
      color: #db0084;
      font-family: "Quicksand", sans-serif; }
  #bms-vignette p {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 15px;
    text-align: left;
    align-items: center; }
  #bms-vignette .nb_phenomenous {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    background: #db0084; }
