.alert__olive {
  color: #d9e778 !important;
}

.alert__yellow {
  color: #fbbd08 !important;
}

.alert__orange {
  color: #f2711c !important;
}

.alert__red {
  color: #db2828 !important;
}

.amination__name__pulse {
  animation: flash 2s infinite;
}

.WatchesWarningsHuracane__container,
.WatchesWarningsHuracane__summary {
  /*padding: 15px 60px;*/
}

.WatchesWarningsHuracane__container {
  margin-top: 30px;
}

.More__Button {
  float: right;
}

.WatchesWarningsHuracane__container__image {
  width: 100% !important;
}

.Segment__alert {
  background-color: #eff2f5;
  padding: 1em 1em;
}

.WatchesWarningsHuracane__buttons__more,
.WatchesWarningsHuracane__buttons__images{
  margin-top: 0;
  padding-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  .WatchesWarningsHuracane__segment__header__language {
    padding-top: 0px !important;
  }
  .WatchesWarningsHuracane__segment__header__icon{
    display: none !important;
  }
  .WatchesWarningsHuracane__segment__header__title{
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 300px) {
  .WatchesWarningsHuracane__segment{
    margin-left: -25px !important;
  }
}