/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#cyclone-vignette {
  border-radius: 5px;
  border: solid 1px #dee2e6;
  overflow: hidden;
  background: #fff; }
  #cyclone-vignette .grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center; }
  #cyclone-vignette figure {
    height: 65px;
    width: 100px;
    min-height: 100%; }
    #cyclone-vignette figure img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #cyclone-vignette .alerts {
    padding: 6px 15px;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #145e9a;
    font-family: "Quicksand", sans-serif;
    display: flex;
    justify-content: center;
    text-align: center;
    width: fit-content; }
    #cyclone-vignette .alerts:first-child {
      width: fit-content;
      padding: 6px; }
    #cyclone-vignette .alerts > span .all_phenom_alerts {
      font-weight: bold;
      color: #145e9a;
      font-family: "Quicksand", sans-serif; }
    #cyclone-vignette .alerts > span .all_phenom_alerts_link {
      font-weight: bold;
      color: #db0084;
      font-family: "Quicksand", sans-serif; }
  #cyclone-vignette p {
    text-align: center;
    font-size: 14px;
    line-height: 20px; }
    @media screen and (min-width: 64em) {
      #cyclone-vignette p {
        padding: 0 14px; } }
    #cyclone-vignette p.title {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 5px; }
    #cyclone-vignette p.active {
      color: #ffffff;
      background: #db0084;
      padding: 2px 10px;
      border-radius: 5px;
      font-weight: 700; }
  #cyclone-vignette .nb_phenomenous {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    background: #db0084; }
