.section-webcam .webcam__container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 40px;
}
.section-webcam .webcam__container .webcam__inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.section-webcam .webcam__container .webcam-iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded .webcam__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 1;
}
.section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded .webcam__img:before {
  position: absolute;
  z-index: 3;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(15px);
}
.section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded .webcam__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 0 40px;
}
.section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded .webcam__text span.offsettitle {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
  font-size: 24rem;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.45;
}
.section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded .webcam__text .webcam__title {
  font-size: 8.3rem;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 10px;
}
.section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded .webcam__text .webcam__altitude {
  font-size: 3.4rem;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 30px;
}
.section-webcam .webcam__container .webcam-iframe .webcam__loaded {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.section-webcam .webcam__container .webcam-iframe .webcam__loaded iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.section-webcam .webcam__container .webcam-offline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #ffffff;
}
.section-webcam .webcam__container .webcam-offline .webcam-offline-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 100%;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
.section-webcam .webcam__container .webcam-offline .webcam-offline-inner span.offsettitle {
  -webkit-text-stroke: 1px #164194;
  color: #ffffff;
  font-size: 24rem;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.45;
}
.section-webcam .webcam__container .webcam-offline .webcam-offline-inner .webcam-offline-title {
  font-size: 8.3rem;
  color: #164194;
  text-transform: uppercase;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 30px;
}
.section-webcam .webcam__container .webcam-offline .webcam-offline-inner .webcam-offline-desc {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 300;
  color: #164194;
  margin: 0;
}
.section-webcam .webcam__container .webcam__link {
  margin: 50px 0 0;
  text-align: center;
}
.section-webcam .webcam__container .webcam__link .boutonplus {
  max-width: none;
}
@media (max-width: 1500px) {
  .section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded .webcam__text span.offsettitle,
  .section-webcam .webcam__container .webcam-offline .webcam-offline-inner span.offsettitle {
    font-size: 16rem;
  }
  .section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded .webcam__text .webcam__title,
  .section-webcam .webcam__container .webcam-offline .webcam-offline-inner .webcam-offline-title {
    font-size: 6.5rem;
  }
}
@media (max-width: 1199px) {
  .section-webcam .webcam__container {
    padding: 0 30px;
  }
  .section-webcam .webcam__container .webcam-offline .webcam-offline-inner,
  .section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded .webcam__text {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .section-webcam .webcam__container .webcam__inner {
    padding-bottom: 60%;
  }
  .section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded .webcam__text span.offsettitle,
  .section-webcam .webcam__container .webcam-offline .webcam-offline-inner span.offsettitle {
    font-size: 10rem;
  }
  .section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded .webcam__text .webcam__title,
  .section-webcam .webcam__container .webcam-offline .webcam-offline-inner .webcam-offline-title {
    font-size: 5rem;
    margin: 0 0 20px;
  }
  .section-webcam .webcam__container .webcam-offline .webcam-offline-inner .webcam-offline-desc,
  .section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded .webcam__text .webcam__altitude {
    font-size: 2.4rem;
  }
  .section-webcam .webcam__container .webcam__link {
    margin: 30px 0 0;
  }
}
@media (max-width: 767.98px) {
  .section-webcam .webcam__container .webcam__inner {
    padding-bottom: 90%;
  }
  .section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded .webcam__text span.offsettitle,
  .section-webcam .webcam__container .webcam-offline .webcam-offline-inner span.offsettitle {
    font-size: 7rem;
  }
  .section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded .webcam__text .webcam__title,
  .section-webcam .webcam__container .webcam-offline .webcam-offline-inner .webcam-offline-title {
    font-size: 3rem;
  }
  .section-webcam .webcam__container .webcam-offline .webcam-offline-inner .webcam-offline-desc,
  .section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded .webcam__text .webcam__altitude {
    font-size: 2rem;
  }
  .section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded .webcam__text .webcam__altitude {
    margin: 0 0 20px;
  }
}
@media (max-width: 399px) {
  .section-webcam .webcam__container {
    padding: 0 20px;
  }
  .section-webcam .webcam__container .webcam-offline .webcam-offline-inner,
  .section-webcam .webcam__container .webcam-iframe .webcam__tobeloaded .webcam__text {
    padding: 0 20px;
  }
}
