/*! Custom css by mh8 - June 2021 */
/* ========================================================================
    MAIN STRUCTURE
 ========================================================================== */
@font-face {
  font-family: ProximaNovaThin;
  src: url("font proxima/Proxima Nova Thin.otf") format("opentype");
}

@font-face {
  font-family: ProximaNova;
  src: url("font proxima/ProximaNova-Regular.otf") format("opentype");
}

@font-face {
  font-family: ProximaNovaAltThin;
  src: url("font proxima/Proxima Nova Alt Thin.otf") format("opentype");
}

@font-face {
  font-family: ProximaNovaAltLight;
  src: url("font proxima/Proxima Nova Alt Light.otf") format("opentype");
}

html {
  font-family: ProximaNovaAltLight, Arial;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  font-family: ProximaNovaAltLight, Arial;
}

.uk-container {
  max-width: 900px;
}

/* ========================================================================
    NAVBAR
 ========================================================================== */
.uk-navbar-nav>li>a {
  color: white;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #10507b !important;
}

.uk-navbar-nav>li.uk-active>a {
  color: white;
}

/* ========================================================================
    BANNIÈRE FERMETURE EXCEPTIONNELLE
 ========================================================================== */
#banner-closed {
  position: fixed;
  display:none; /*Uncomment this lign to hide the banner*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

#banner-closed-text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  text-align:center;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

/* ========================================================================
    COUNTDOWN
 ========================================================================== */
.uk-countdown {
  padding-left: 2rem;
}

.uk-countdown-number {
  font-size: 3rem;
}

.uk-grid {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.uk-divider-icon {
  padding-bottom: 2rem;
}

.uk-card-title {
  text-align: center;
}

.slideshow {
  margin-top: 4rem;
}

.horaires p {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.uk-section {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.uk-container>h1 {
  padding-top: 4rem;
}

.uk-navbar-container {
  background-color: #10507b !important;
}

