@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap");
html {
  background-color: black;
  scroll-behavior: smooth;
}

body {
  color: white;
  font-family: "Source Code Pro" !important;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 1.5rem;
  font-weight: 900;
  padding-bottom: 1.5rem;
}

h3 {
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
}

body {
  font-family: Arial, sans-serif;
  padding-top: 56px;
  /* Height of the navbar */
}

.navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.nav-link {
  padding: 0.5rem 1rem;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section {
  padding: 0rem;
  padding-bottom: 8rem;
  min-height: 100vh;
}

#le-collectif {
  background-color: #f8f9fa;
}

#contact {
  background-color: #e9ecef;
}

.navbar.is-fixed-top {
  background: transparent !important;
  color: white;
  position: fixed;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 0rem;
  right: 0rem;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar-item,
.navbar-burger span {
  color: white;
  z-index: 999;
}

.navbar-burger span {
  background-color: white;
}

.navbar-menu {
  width: 100%;
  z-index: 100;
  height: 100%;
}

.navbar-menu.is-active {
  overflow: hidden;
  display: block;
  z-index: 100;
  background-color: black;
  /* Fond noir en mode burger */
  position: absolute;
  height: 100vh;
  width: 100vh;
  top: 0rem;
}

.navbar-menu.is-active .vertical-menu {
  height: 100vh;
  overflow: hidden;
}

.vertical-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  padding-top: 20px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.vertical-menu :hover {
  background: transparent !important;
}

.navbar-item {
  font-size: 2em;
  /* Augmenter la taille du texte */
}

@media (max-width: 1000px) {
  .main-title {
    font-size: 2rem;
  }
}

@media (min-width: 1001px) {
  .main-title {
    font-size: 3.5rem;
  }
}

.title {
  padding-bottom: 3rem;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#canvas-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/*# sourceMappingURL=style.css.map */