.section-neige .neige__container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1170px;
}
.section-neige .neige__container > span {
  font-size: 20rem;
  -webkit-text-stroke: 1px #E62537;
  color: transparent;
  display: block;
  margin-bottom: -40px;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.9;
}
.section-neige .neige__container h2 {
  margin-bottom: 70px;
}
.section-neige .neige__container .neige__content .loader {
  margin: 0 auto;
  display: flex;
}
.section-neige .neige__container .neige__content .neige__station {
  background: #164194;
  color: #F2F0EC;
  padding: 10px 12px;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-size: 4rem;
  line-height: 0.8;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 100px;
}
.section-neige .neige__container .neige__content .neige__station:first-child {
  margin-top: 0;
}
.section-neige .neige__container .neige__content .neige__date h3 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: none;
  font-family: 'Hanken Grotesk', sans-serif;
  background: #E62537;
  margin: 0;
}
.section-neige .neige__container .neige__content .neige__wind {
  font-size: 2rem;
  line-height: 1.1;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-neige .neige__container .neige__content .neige__wind-container {
  margin-right: 40px;
  display: flex;
  align-items: center;
}
.section-neige .neige__container .neige__content .neige__wind-container >div {
  margin-right: 10px;
}
.section-neige .neige__container .neige__content .neige__wind-direction i {
  font-size: 1.6rem;
}
.section-neige .neige__container .neige__content .neige__wind-direction i::before {
  display: inline-flex;
}
.section-neige .neige__container .neige__content .neige__wind-direction i.deg0::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-neige .neige__container .neige__content .neige__wind-direction i.deg45::before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.section-neige .neige__container .neige__content .neige__wind-direction i.deg90::before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.section-neige .neige__container .neige__content .neige__wind-direction i.deg135::before {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.section-neige .neige__container .neige__content .neige__wind-direction i.deg180::before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.section-neige .neige__container .neige__content .neige__wind-direction i.deg225::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-neige .neige__container .neige__content .neige__wind-direction i.deg270::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-neige .neige__container .neige__content .neige__wind-direction i.deg315::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.section-neige .neige__container .neige__content .neige__wind-val {
  font-size: 1.8rem;
}
.section-neige .neige__container .neige__content .neige__wind-val span {
  font-weight: 900;
}
.section-neige .neige__container .neige__content .neige__wind-max {
  background: #E62537;
  color: #F2F0EC;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4px 6px;
}
.section-neige .neige__container .neige__content .station__content {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 80px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.section-neige .neige__container .neige__content .station__content:last-child {
  margin-bottom: 0;
}
.section-neige .neige__container .neige__content .station__content > div {
  font-size: 9rem;
  font-weight: 300;
  line-height: 1.1;
  flex: 1 1 0px;
}
.section-neige .neige__container .neige__content .station__content > div:last-child {
  margin-right: 0;
}
.section-neige .neige__container .neige__content .station__content > div h3 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: normal;
  font-size: 2.6rem;
  color: #E62537;
  background: none;
  padding: 0;
  text-transform: none;
  margin-bottom: 10px;
  min-height: 64px;
}
.section-neige .neige__container .neige__content .station__content > div >span {
  font-size: 9rem;
  font-weight: 900;
}
.section-neige .neige__container .neige__content .neige__maj {
  font-size: 1.6rem;
  font-style: italic;
}
@media (max-width: 1199px) {
  .section-neige .neige__container {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .section-neige .neige__container > span {
    font-size: 9rem;
    margin-bottom: -16px;
  }
  .section-neige .neige__container h2 {
    margin-bottom: 40px;
  }
  .section-neige .neige__container .neige__content .neige__station {
    padding: 8px 10px;
    font-size: 3.2rem;
    margin-top: 50px;
  }
  .section-neige .neige__container .neige__content .station__content {
    gap: 20px;
  }
  .section-neige .neige__container .neige__content .station__content >div {
    font-size: 5rem;
  }
  .section-neige .neige__container .neige__content .station__content >div h3 {
    font-size: 2.2rem;
  }
  .section-neige .neige__container .neige__content .station__content >div >span {
    font-size: 5rem;
  }
}
@media (max-width: 767.98px) {
  .section-neige .neige__container .neige__content .station__content {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width: 499px) {
  .section-neige .neige__container .neige__content .station__content {
    grid-template-columns: 1fr;
  }
  .section-neige .neige__container .neige__content .station__content > div h3 {
    min-height: 0;
  }
}
@media (max-width: 399px) {
  .section-neige .neige__container {
    padding: 0 20px;
  }
}
