.is-Plan-Hiver {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
}

.is-Plan-Hiver-Lines:nth-child(even) {
  background: #efefef;
}

.is-Plan-Hiver-Lines {
  display: flex;
  list-style-type: none;
  background: #fbf9f9;
  border-bottom: 1px solid #fff;
  align-items: center;
}

.is-Plan-Hiver-Lines-Nom {
  padding: 15px 0 15px 0;
  display: block;
  flex-basis: 115px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.is-Plan-Hiver-Lines-Description {
  padding: 15px;
  display: block;
  flex-basis: 350px;
}
.is-Plan-Hiver-Lines-Itineraire {
  display: block;
  text-align: right;
  margin: 0 10px 0 0;
  flex-grow: 1;
}
.is-Plan-Hiver-Lines-Empty {
  padding: 15px;
  display: block;
}

@media (max-width: 560px) {
  .is-Plan-Hiver-Lines-Nom,
  .is-Plan-Hiver-Lines-Description {
    flex-basis: inherit !important;
  }

  .is-Plan-Hiver-Lines {
    flex-direction: column !important;
  }

  .is-Plan-Hiver-Lines-Nom {
    width: 100%;
    flex-direction: column !important;
  }

  .is-Plan-Hiver-Lines-Itineraire {
    width: 100%;
    text-align: center;
  }

  .is-Plan-Hiver .is-Plan-Hiver-Lines .is-Button_Primary {
    display: inline-block !important;
    margin: 0 0 5px 5px !important;
  }
}

.is-Plan-Hiver-Lines .is-Button_Primary {
  min-height: inherit !important;
  padding: 5px 10px !important;
  margin: 2px 0 3px 10px !important;
  font-weight: normal !important;
}

.is-Plan-Hiver-Lines_Off {
  color: #f44336 !important;
  font-weight: 700;
}
.is-Plan-Hiver-Lines_Snow {
  color: #00a8be !important;
  font-weight: 700;
}

.l-mettis .is-Plan-Hiver-Lines-Nom {
  background: #f19200;
  color: #fff;
  font-weight: 700;
}
.l-lianes .is-Plan-Hiver-Lines-Nom {
  background: #b9367a;
  color: #fff;
  font-weight: 700;
}
.l-citeis .is-Plan-Hiver-Lines-Nom {
  background: #00a8c5;
  color: #fff;
  font-weight: 700;
}
.l-proxis .is-Plan-Hiver-Lines-Nom {
  background: #95bf21;
  color: #fff;
  font-weight: 700;
}
.l-navette .is-Plan-Hiver-Lines-Nom {
  background: #914f19;
  color: #fff;
  font-weight: 700;
}

.l-flexo .is-Plan-Hiver-Lines-Nom {
  background: #004899;
  color: #fff;
  font-weight: 700;
}

/*bandeau alert*/

.is-Plan-Hiver-alert {
  background: #e93a2e;
  color: #fff;
  text-align: center;
  padding: 20px 0 20px 0;
  overflow: hidden;
  font-weight: 700;
}

.is-Cms-InfosTrafic {
  display: none;
  z-index: 998;
}

.is-cms-banner {
  text-align: center;
  background-color: #e93a2e;
  padding: 10px 20px 10px 20px;
  color: #fff;

  position: relative;
  transition: all;
}

.is-cms-banner .content-banner {
  max-width: 1140px;
  margin: 0 auto;
}

.is-cms-banner a {
  text-decoration: underline;
  color: #fff;
}
.is-cms-banner a:hover {
  color: #fff;
}

.is-cms-banner p {
  display: inline-block;
  margin-right: 20px;
  text-align: justify;
}

.content-banner-title {
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 767px) {
  .content-banner-link {
    display: block;
  }
}
