@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap');

h1, h2, h3, h4, p, a, span, input{
  font-family: "Afacad Flux", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: #000000 !important;
}


.site-header, .site-footer{
  display: none;
}
.bg-color{
  position: relative;
}
.bg-color::before{
  content: '';
  position: absolute;
  display: block;
  background-color: rgba(15, 55, 127, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.no-margin p, .no-margin h3, .no-margin h4{
  margin: 0 !important;
}
.color-gold span{
  color: #857650 !important;
}
.ex-bold h4{
  font-weight: 800 !important;
}
.bold p{
  font-weight: 400 !important;
}
.title-compteur h4{
  font-size: 40px !important;
}
.in-compteur p, .day-compteur p{
  font-size: 38px;
  line-height: 0.7;
}
.compteur span{
  font-weight: 800 !important;
}


.video input{
  background-color: #857650 !important;
}
.video input:hover{
  background-color: #0f377f !important;
}
.video svg{
  fill: #ffffff !important;
  opacity: 1 !important;
}
.video{
  border-radius: 15px !important;
}

.ControlBarButton_module_controlBarButton__5e0eae92:hover svg path{
  fill: #857650 !important;
}
