﻿:root {
  --black: #333;
  --white: white;
  --white-smoke: #ddd;
  --orange: #ff8a00;
  --orange-red: #da6200;
  --white-smoke-2: whitesmoke;
}

.warning-banner {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 10px;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.warning-banner:hover {
  color: #fffc;
}

.warning-popup-container {
  z-index: 10000;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.warning-popup-bg {
  background-color: #000000bf;
  position: absolute;
  inset: 0%;
}

.warning-popup-block {
  z-index: 1;
  opacity: 0;
  color: var(--black);
  flex-direction: column;
  width: 500px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #00000080;
}

.warning-popup-heading {
  color: var(--white);
  text-align: center;
  background-color: #d60202;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}

.warning-popup-content {
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 20px;
}

.warning-icon {
  cursor: pointer;
  width: 40px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  padding: 10px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.warning-text {
  cursor: pointer;
}

.brand-image {
  width: 48px;
}

.brand {
  align-items: center;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.brand-name {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.navbar {
  border-bottom: 1px solid var(--white-smoke);
  background-color: var(--white);
  align-items: center;
  padding: 10px 30px;
  display: flex;
  box-shadow: 0 5px 10px #00000026;
}

.nav-menu {
  align-items: center;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.nav-link {
  color: #aacf59;
  align-items: center;
  padding: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: #44b2e2;
}

.dropdown-icon {
  margin-left: 5px;
  margin-right: 0;
  position: static;
}

.dropdown-toggle {
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.dropdown-toggle:hover, .dropdown-toggle.w--open {
  color: var(--orange);
}

.nav-separation {
  background-color: var(--white-smoke);
  width: 1px;
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.icon {
  width: 24px;
  margin-right: 5px;
}

.dropdown-list {
  top: 10px;
}

.dropdown-list.w--open {
  background-color: var(--white-smoke);
  width: 300px;
  position: absolute;
  inset: 57px 0% auto;
  box-shadow: 0 5px 10px #00000026;
}

.dropdown-link {
  border-bottom: 1px solid var(--white-smoke);
  background-color: var(--white);
  transition: color .2s;
}

.dropdown-link:hover {
  color: var(--orange);
}

.dropdown-link.w--current {
  color: var(--orange-red);
}

.section {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-slider {
  height: auto;
}

.slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.left-arrow, .right-arrow {
  display: none;
}

.footer-container {
  flex-wrap: wrap;
  width: 960px;
  padding: 30px;
  display: flex;
}

.div-50 {
  width: 50%;
}

.div-50.footer-right {
  text-align: right;
}

.div-50.home-left {
  border: 1px solid var(--white-smoke);
  text-align: center;
  border-radius: 5px;
  width: 48%;
  padding: 30px;
  box-shadow: 0 6px 10px #00000026;
}

.div-50.home-right {
  border: 1px solid var(--white-smoke);
  text-align: center;
  border-radius: 5px;
  width: 48%;
  padding: 30px 30px 10px;
  box-shadow: 0 6px 10px #00000026;
}

.div-50.heures {
  border: 1px solid var(--white-smoke);
  text-align: center;
  border-radius: 5px;
  width: 38%;
  padding: 30px;
  box-shadow: 0 6px 10px #00000026;
}

.div-50.heures.hiver {
  display: none;
}

.div-50.contact {
  border: 1px solid var(--white-smoke);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 30px;
  box-shadow: 0 6px 10px #00000026;
}

.div-50.heure {
  border-left: 1px solid var(--white-smoke);
  flex-flow: column;
  align-self: center;
  padding: 10px;
}

.div-50.heure.high {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer {
  border-top: 1px solid var(--white-smoke);
  background-color: var(--white-smoke-2);
  justify-content: center;
  align-items: flex-start;
  min-height: 200px;
  display: flex;
}

.social-footer-link {
  margin-bottom: 10px;
  margin-left: 15px;
}

.link {
  color: #aacf59;
  width: 100%;
  margin-bottom: 12px;
  font-weight: 700;
  text-decoration: none;
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.link:hover {
  color: #44b2e2;
}

.div-100 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.div-100.logo {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 25%;
  padding-right: 25%;
  display: flex;
}

.div-100.heures {
  border-top: 1px solid var(--white-smoke);
  border-right: 1px solid var(--white-smoke);
}

.div-100.heures.last {
  border-bottom: 1px solid var(--white-smoke);
}

.heading {
  color: #44b2e2;
  margin-top: 0;
  margin-bottom: 16px;
}

.heading.regle {
  text-align: center;
  color: #44b2e2;
  font-size: 31px;
  text-decoration: underline;
}

.heading.regle.sub {
  font-size: 26px;
}

.heading._2 {
  font-size: 22px;
}

.div-row-center {
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.div-row-center.reunion, .div-row-center.compte {
  display: flex;
}

.important {
  color: var(--orange-red);
}

.container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 960px;
  padding: 60px 30px;
  display: flex;
}

.content-block {
  border: 1px solid var(--white-smoke);
  border-radius: 5px;
  width: 100%;
  padding: 30px;
  box-shadow: 0 6px 10px #00000026;
}

.content-block.hiver {
  display: none;
}

.margin-bottom {
  margin-bottom: 15px;
}

.div-row {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.list-container {
  padding-left: 15px;
  font-size: 16px;
  list-style-type: decimal;
}

.list-item {
  margin-bottom: 30px;
  padding-left: 15px;
  list-style-type: decimal;
}

.list {
  padding-left: 20px;
  list-style-type: lower-alpha;
}

.list.heure {
  list-style-type: none;
}

.opacity-50 {
  opacity: .5;
}

.catalogue-text {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.activite {
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  display: flex;
}

.texte-de-lien {
  font-weight: 700;
}

.heading-activite {
  width: 100%;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
}

.desc-activite {
  text-align: left;
  margin-bottom: 12px;
}

.collection-item {
  display: block;
}

.image {
  width: 100%;
  margin-bottom: 12px;
}

.image._2 {
  margin-top: 25px;
  margin-bottom: 0;
}

.link-block {
  display: block;
}

.div-block {
  width: 100%;
}

.nom-conte {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}

.iframe {
  width: 100%;
  height: 600px;
}

.baniere {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.film {
  justify-content: center;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
  display: block;
}

.film.hidden {
  margin-bottom: 12px;
  display: none;
}

.image-text {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.iframe-film {
  width: 372px;
  height: 212px;
}

.text-block-11 {
  display: inline-block;
}

.film-2 {
  justify-content: center;
  width: 400px;
  height: 300px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.film-2.hidden {
  display: none;
}

.div-block-2 {
  margin-bottom: 20px;
}

.politique {
  margin-top: 8px;
}

.text-block-12 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.collection-list-wrapper {
  display: none;
}

.text-block-13 {
  color: #aacf59;
}

.text-block-14 {
  color: #a2502a;
}

.bold-text {
  color: #44b2e2;
}

.text-hiver {
  display: block;
}

.text-block-15 {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    border-top: 1px solid var(--white-smoke);
    background-color: var(--white);
    height: auto;
    box-shadow: 0 6px 10px #00000026;
  }

  .nav-link {
    border-bottom: 1px solid var(--white-smoke);
    text-align: center;
    justify-content: center;
  }

  .nav-link.login, .nav-link.catalogue {
    border-bottom-style: none;
  }

  .dropdown-toggle {
    border-bottom: 1px solid var(--white-smoke);
    text-align: center;
    justify-content: center;
  }

  .menu-button {
    margin-left: auto;
    padding: 10px;
  }

  .menu-button.w--open {
    color: var(--orange);
    background-color: #0000;
  }

  .nav-separation {
    display: none;
  }

  .dropdown-list.w--open {
    background-color: var(--white-smoke);
    box-shadow: none;
    width: auto;
    position: static;
    inset: 0% auto auto 0%;
  }

  .dropdown-link {
    text-align: center;
    background-color: #f5f5f5;
  }

  .hero-slider {
    height: 200px;
  }

  .footer-container, .container {
    width: 100%;
  }

  .iframe-film {
    width: 276px;
    height: 160px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link.login {
    display: flex;
  }

  .icon.catalogue {
    margin-right: 0;
  }

  .div-50.home-left {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
  }

  .div-50.home-right {
    width: 100%;
    padding: 20px;
  }

  .div-50.heures {
    width: 100%;
  }

  .div-50.contact {
    width: 100%;
    margin-bottom: 30px;
  }

  .container {
    padding: 40px 20px 60px;
  }

  .container.home {
    padding-bottom: 40px;
  }

  .catalogue-text {
    display: none;
  }

  .film {
    justify-content: center;
  }

  .iframe-film {
    width: 379px;
    height: 215px;
  }

  .film-2 {
    justify-content: center;
  }

  .text-block-12 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-50 {
    width: 100%;
  }

  .div-50.footer-right {
    text-align: center;
  }

  .div-50.home-left {
    width: 100%;
    padding: 20px;
  }

  .div-50.home-right {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
  }

  .div-50.heure {
    width: 50%;
  }

  .content-block {
    text-align: center;
    padding: 20px;
  }

  .div-row {
    align-items: center;
  }

  .list-container {
    text-align: left;
  }

  .list-item {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .text-block-10 {
    text-align: center;
    margin-bottom: 30px;
  }

  .iframe-film {
    width: 226px;
    height: 129px;
  }

  .film-2 {
    width: 100%;
  }
}
