#widget_tignes_tv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#widget_tignes_tv .fade {
  transition: opacity 1s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#widget_tignes_tv .fade.visible {
  opacity: 1;
  z-index: 2;
}
#widget_tignes_tv #media {
  height: 100vh;
}
#widget_tignes_tv #media.video.fade {
  transition: opacity 0.1s;
}
#widget_tignes_tv #media.video.fade.visible {
  transition: opacity 1.4s;
}
#widget_tignes_tv .imgcropCtn {
  width: 100%;
  height: 100%;
}
#widget_tignes_tv iframe {
  width: 100%;
  height: 100%;
}
#widget_tignes_tv .webcam-shot {
  width: 100%;
  height: 100%;
}
#widget_tignes_tv .webcam-shot > img {
  height: 100%;
  width: auto;
}
#widget_tignes_tv #animation {
  position: relative;
  width: 100%;
  height: 100%;
}
#widget_tignes_tv #animation > .fade {
  padding: 0 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#widget_tignes_tv #animation .animations-titles {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: fit-content;
}
#widget_tignes_tv #animation .animations-titles .animations-surtitre {
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-size: 20.9rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #F2F0EC;
  -webkit-text-stroke: 1px #E62537;
  line-height: 0.9;
  margin: 0 0 -40px;
}
#widget_tignes_tv #animation .animations-titles h2 {
  padding: 0 110px;
  font-size: 7.2rem;
  margin-bottom: 50px;
}
#widget_tignes_tv #animation .animations-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 80px;
}
#widget_tignes_tv #animation .animations__item {
  width: 100%;
  border: 2px solid #164194;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  flex-direction: column;
  padding: 35px 25px;
  position: relative;
  min-height: 710px;
}
#widget_tignes_tv #animation .animations__item-type {
  position: absolute;
  right: -2px;
  top: -10px;
  background: #F2F0EC;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.4rem;
  padding: 6px 15px;
  line-height: 1.1;
  width: fit-content;
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#widget_tignes_tv #animation .animations__item-categs .animations__item-categ {
  border: 1px solid #E62537;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #E62537;
  background: #F2F0EC;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.7rem;
  padding: 5px 25px;
  line-height: 1.1;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
#widget_tignes_tv #animation .animations__item-gap {
  min-height: 125px;
  display: flex;
  align-items: center;
}
#widget_tignes_tv #animation .animations__item-mention {
  color: #2A363B;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 0.9;
  display: flex;
  align-items: center;
}
#widget_tignes_tv #animation .animations__item-mention i {
  font-size: 3.3rem;
  margin-right: 9px;
}
#widget_tignes_tv #animation .animations__item-dates {
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 3.7rem;
  padding: 4px 8px 6px;
  line-height: 0.9;
  color: #F2F0EC;
  background: #E62537;
  width: fit-content;
  margin-bottom: 30px;
}
#widget_tignes_tv #animation .animations__item-titre {
  background: none;
  padding: 0;
  font-size: 6rem;
  line-height: 0.9;
  margin-bottom: 50px;
  color: #164194;
}
#widget_tignes_tv #animation .animations__item-commune {
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.3rem;
  line-height: 0.9;
}
#widget_tignes_tv #animation .animations__item.temps-fort {
  border-color: #E62537;
  background: #E62537;
  color: #F2F0EC;
}
#widget_tignes_tv #animation .animations__item.temps-fort .animations__item-type {
  color: #E62537;
}
#widget_tignes_tv #animation .animations__item.temps-fort .animations__item-gap {
  min-height: 95px;
}
#widget_tignes_tv #animation .animations__item.temps-fort .animations__item-dates {
  color: #E62537;
  background: #F2F0EC;
}
#widget_tignes_tv #animation .animations__item.temps-fort .animations__item-titre {
  color: #F2F0EC;
}
#widget_tignes_tv #animation .animations__no-result {
  grid-column: 1 / -1;
  max-width: 860px;
  min-height: 400px;
  margin: 50px auto 0;
}
#widget_tignes_tv #animation .animations__no-result-bordure {
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-size: 18rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #F2F0EC;
  -webkit-text-stroke: 1px #164194;
  line-height: 0.9;
  margin-bottom: -40px;
}
#widget_tignes_tv #animation .animations__no-result-titre {
  font-size: 6rem;
  background: none;
  padding: 0;
  color: #164194;
  margin-bottom: 10px;
}
#widget_tignes_tv #animation .animations__no-result p {
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.4;
}
#widget_tignes_tv #meteo {
  width: 100%;
  height: 100%;
}
#widget_tignes_tv #meteo > .fade {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#widget_tignes_tv #meteo .meteo__titles {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: fit-content;
}
#widget_tignes_tv #meteo .meteo__titles .meteo__surtitre {
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-size: 20.9rem;
  font-weight: 800;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #E62537;
  line-height: 0.9;
  margin: 0 0 -40px;
}
#widget_tignes_tv #meteo .meteo__titles h2 {
  font-size: 7.2rem;
  margin-bottom: 30px;
}
#widget_tignes_tv #meteo .meteo__content {
  display: flex;
}
#widget_tignes_tv #meteo .meteo__content .meteo__item {
  padding: 20px 80px 0;
  width: 100%;
}
#widget_tignes_tv #meteo .meteo__content .meteo__item:first-child {
  border-right: 2px solid #164194;
}
#widget_tignes_tv #meteo .meteo__content .meteo__item .meteo__date {
  margin-bottom: 60px;
  color: #E62537;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: fit-content;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 4.3rem;
}
#widget_tignes_tv #meteo .meteo__content .meteo__item .meteo__date i {
  font-size: 4.8rem;
  margin-right: 25px;
}
#widget_tignes_tv #meteo .meteo__content .meteo__item .meteo__date .meteo__date-daylabel {
  font-size: 6.3rem;
}
#widget_tignes_tv #meteo .meteo__content .meteo__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-bottom: 20px;
}
#widget_tignes_tv #meteo .meteo__content .meteo__day {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 80px;
  margin-bottom: 20px;
}
#widget_tignes_tv #meteo .meteo__content .meteo__day:last-child {
  margin-bottom: 0;
}
#widget_tignes_tv #meteo .meteo__content .meteo__day .meteo__day-part .meteo__day-part-label {
  color: #E62537;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 10px;
}
#widget_tignes_tv #meteo .meteo__content .meteo__day .meteo__day-part .meteo__day-part-info {
  display: flex;
}
#widget_tignes_tv #meteo .meteo__content .meteo__day .meteo__day-part .meteo__day-part-info i {
  font-size: 5rem;
  margin-right: 6px;
}
#widget_tignes_tv #meteo .meteo__content .meteo__day .meteo__day-part .meteo__day-part-info .meteo__day-part-temperature {
  font-size: 10.1rem;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  line-height: 0.8;
  margin-bottom: 8px;
}
#widget_tignes_tv #meteo .meteo__content .meteo__day .meteo__day-part .meteo__day-part-info .meteo__day-part-status {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.1;
  min-height: 75px;
}
