body {
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 300;
}

body {
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 500;
  color: #ffffff;
  margin-bottom: 1rem;
}

h1, .h1 {
  font-size: clamp(2rem, 1.4193548387rem + 0.0258064516 * 100vw, 4rem);
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
  line-height: 110%;
  letter-spacing: -0.16rem;
}

h2, .h2 {
  font-size: clamp(1.5625rem, 1.2177419355rem + 0.0153225806 * 100vw, 2.75rem);
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
  line-height: 110%;
  letter-spacing: -0.11rem;
}

h3, .h3 {
  font-size: clamp(1.25rem, 1.0322580645rem + 0.0096774194 * 100vw, 2rem);
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 700;
  line-height: 120%;
  letter-spacing: -0.08rem;
}

h4, .h4 {
  font-size: clamp(1.125rem, 0.9072580645rem + 0.0096774194 * 100vw, 1.875rem);
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
  line-height: 110%;
  letter-spacing: -0.075rem;
}

h5, .h5 {
  font-size: clamp(1.0625rem, 0.935483871rem + 0.0056451613 * 100vw, 1.5rem);
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 700;
  line-height: 120%;
  letter-spacing: -0.06rem;
}

.keynumber {
  font-size: clamp(1.25rem, 0.7419354839rem + 0.0225806452 * 100vw, 3rem);
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 500;
  line-height: 120%;
  letter-spacing: -0.12rem;
  color: var(--color-light-blue);
}

.extra {
  font-size: clamp(0.875rem, 0.8024193548rem + 0.0032258065 * 100vw, 1.125rem);
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 700;
  line-height: normal;
  color: var(--color-green);
}

p {
  font-size: clamp(0.875rem, 0.8387096774rem + 0.0016129032 * 100vw, 1rem);
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
  line-height: normal;
}

b, strong {
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 700;
  font-weight: 700;
}

@media (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1720px;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "space-grotesk-variable", sans-serif;
  font-variation-settings: "wght" 300;
  background-color: #1A1A56;
  color: #ffffff;
}

.light-blue {
  color: #8BA6FD;
}

.infos {
  color: #A2A78F;
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 700;
  text-decoration: none;
}
.infos a {
  color: #A2A78F;
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 700;
  text-decoration: none;
}

.navbar {
  margin-top: 1rem;
  margin-inline: auto;
  max-width: 95vw;
}
@media (min-width: 1200px) {
  .navbar {
    margin-top: 4rem;
  }
}
.navbar::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: -2.5vw;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: -1;
  width: 100vw;
  height: 35vh;
  background: linear-gradient(180deg, rgb(16, 16, 58) 0%, rgba(16, 16, 58, 0.9) 40%, rgba(16, 16, 58, 0) 100%);
}
.navbar.scrolled::before {
  opacity: 1;
}
.navbar .btn-close:focus, .navbar .navbar-toggler:focus {
  outline: 0;
  box-shadow: 0 0 5px 5px rgba(61, 61, 159, 0.2);
}
@media (max-width: 990px) {
  .navbar .offcanvas.text-bg-dark {
    background: rgba(142, 142, 142, 0.2) !important;
    backdrop-filter: blur(10px);
    border-left: thin solid rgba(139, 166, 253, 0.5);
  }
  .navbar .offcanvas .offcanvas-header {
    display: flex;
    align-items: center;
    padding: 2.5rem !important;
  }
}
.navbar .offcanvas .navbar-nav {
  padding: 1rem;
}
@media (min-width: 990px) {
  .navbar .offcanvas .navbar-nav {
    border-radius: 6.25rem;
    border: 1px solid rgba(139, 166, 253, 0.15);
    background: rgba(61, 61, 89, 0.3);
    backdrop-filter: blur(4px);
    padding: 0.4rem;
  }
}
.navbar .offcanvas .navbar-nav .nav-link {
  color: white;
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 400;
  padding: 0.5rem 1rem;
  border-radius: 999px;
}
.navbar .offcanvas .navbar-nav .nav-link:hover {
  background: rgba(139, 166, 253, 0.5);
}
.navbar .offcanvas .navbar-nav .nav-link.active {
  background: rgba(196, 172, 133, 0.5);
}
.navbar .offcanvas .navbar-nav .nav-link.important {
  border-radius: 62.4375rem;
  border: 1px solid rgba(255, 255, 255, 0);
  background: linear-gradient(90deg, rgba(139, 166, 253, 0) 0%, rgba(139, 166, 253, 0.6) 100%);
  box-shadow: 2px 0px 6px 0px rgba(255, 255, 255, 0.3);
}
.navbar .offcanvas .navbar-nav .nav-link.important:hover {
  background: linear-gradient(90deg, rgba(139, 166, 253, 0.6) 0%, rgba(139, 166, 253, 0.6) 100%);
}

.navbar-nav .btn {
  padding: 0.5rem 1.25rem;
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 700;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.btn {
  border-radius: 50px !important;
  padding: 1rem 1.9rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
}
.btn.btn-primary, .btn.btn-secondary {
  color: #ffffff;
  background: none;
  z-index: 0;
  position: relative;
  box-shadow: 2px 0px 6px 0px rgba(255, 255, 255, 0.3);
}
.btn.btn-primary::before, .btn.btn-primary::after, .btn.btn-secondary::before, .btn.btn-secondary::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  transition: opacity 0.5s ease;
}
.btn.btn-primary:hover::before, .btn.btn-secondary:hover::before {
  opacity: 0;
}
.btn.btn-primary:hover::after, .btn.btn-secondary:hover::after {
  opacity: 1;
}
.btn.btn-primary::before {
  background: linear-gradient(90deg, rgba(139, 166, 253, 0) 0%, rgba(139, 166, 253, 0.6) 100%);
  opacity: 1;
}
.btn.btn-primary::after {
  background: linear-gradient(90deg, rgba(139, 166, 253, 0.6) 0%, rgba(139, 166, 253, 0.6) 100%);
  opacity: 0;
}
.btn.btn-secondary::before {
  background: linear-gradient(90deg, rgba(196, 172, 133, 0) 0%, rgba(196, 172, 133, 0.6) 100%);
  opacity: 1;
}
.btn.btn-secondary::after {
  background: linear-gradient(90deg, rgba(196, 172, 133, 0.6) 0%, rgba(196, 172, 133, 0.6) 100%);
  opacity: 0;
}

.section-contact, .section-members {
  margin-top: 15vh;
}

#giwas .section-hero, #event .section-hero, #home .section-hero {
  aspect-ratio: 660/1113;
  width: 100%;
  max-width: 660px;
  mask-image: url("../../assets/images/fond-mobile.svg");
  -webkit-mask-image: url("../../assets/images/fond-mobile.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: center top;
  -webkit-mask-position: center top;
}
@media (min-width: 660px) {
  #giwas .section-hero, #event .section-hero, #home .section-hero {
    aspect-ratio: 990/800;
    width: 100%;
    max-width: unset;
    mask-image: url("../../assets/images/fond-990.svg");
    -webkit-mask-image: url("../../assets/images/fond-990.svg");
  }
}
@media (min-width: 1100px) {
  #giwas .section-hero, #event .section-hero, #home .section-hero {
    aspect-ratio: 1300/800;
    width: 100%;
    max-width: unset;
    mask-image: url("../../assets/images/fond-1440.svg");
    -webkit-mask-image: url("../../assets/images/fond-1440.svg");
  }
}
@media (min-width: 1440px) {
  #giwas .section-hero, #event .section-hero, #home .section-hero {
    aspect-ratio: 1920/1113;
    width: 100%;
    max-width: unset;
    mask-image: url("../../assets/images/fond.svg");
    -webkit-mask-image: url("../../assets/images/fond.svg");
  }
}

.divider-gradient {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #ffffff, transparent);
  opacity: 1;
  margin: 4rem auto;
  width: 100%;
  max-width: 1600px;
}

@media (max-width: 990px) {
  .above-cloud {
    max-width: 90%;
  }
}

.footer .footer-menu,
.footer .footer-legal {
  list-style-type: none;
  gap: 1rem;
  padding-left: 0;
}
.footer .footer-menu a,
.footer .footer-legal a {
  color: #ffffff;
  text-decoration: none;
}
.footer .footer-menu a:hover,
.footer .footer-legal a:hover {
  text-decoration: underline;
  color: #8BA6FD;
}
.footer .footer-legal {
  font-size: 0.9rem;
}

#giwas .section-hero {
  background: #10103A;
  display: flex;
  align-items: center;
  z-index: 1;
}
#giwas .section-hero h1 {
  margin-bottom: 2rem;
  margin-top: 10vh;
}
@media (min-width: 500px) {
  #giwas .section-hero h1 {
    margin-top: 5vh;
  }
}
@media (min-width: 1200px) {
  #giwas .section-hero h1 {
    margin-bottom: 7rem;
    margin-top: 10vh;
  }
}
@media (min-width: 1440px) {
  #giwas .section-hero h1 {
    margin-top: unset;
  }
}
#giwas .section-image {
  position: relative;
  z-index: -1;
}
#giwas .section-image img {
  transform: translateY(-35%);
}
#giwas .section-image img.rounded-bottom {
  border-radius: 0 0 1.5rem 1.5rem !important;
}
@media (min-width: 575px) {
  #giwas .section-image img {
    transform: translateY(-27%);
  }
}
@media (min-width: 670px) {
  #giwas .section-image img {
    transform: translateY(-15%);
  }
}
@media (min-width: 1200px) {
  #giwas .section-image img {
    transform: translateY(-18%);
  }
}
#giwas .card-groupes {
  padding: 2rem;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, rgba(162, 167, 143, 0.3) 0%, rgba(139, 166, 253, 0.2) 100%);
}
#giwas .card-groupes h3 {
  margin-top: 3rem;
}

#membres .col-12 {
  margin-bottom: 2rem;
}
#membres .col-12 .member-card {
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(139, 166, 253, 0.8);
  background: linear-gradient(65deg, rgba(139, 166, 253, 0.06) 32.51%, rgba(16, 16, 58, 0.3) 100%);
  height: 170px;
}

#event {
  position: relative;
}
#event .section-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../assets/images/hero-background-v2.png") no-repeat center center/cover;
  z-index: 1;
}
#event .section-hero::before {
  content: "";
  background: linear-gradient(90deg, rgba(8, 7, 21, 0.9) 0%, rgba(26, 26, 86, 0.5) 25%, rgba(42, 43, 110, 0.1) 50%, rgba(26, 26, 86, 0.5) 75%, rgba(8, 7, 21, 0.9) 100%);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
  opacity: 0.8;
}
#event .section-hero .hero-event {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#event .section-hero .hero-date {
  font-size: clamp(1.75rem, 1.5322580645rem + 0.0096774194 * 100vw, 2.5rem);
  color: #C4AC85;
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 700;
  margin: 1rem 0 2rem 0;
}
#event .section-hero .hero-subtitle {
  font-size: clamp(1.125rem, 0.9072580645rem + 0.0096774194 * 100vw, 1.875rem);
  margin: 2rem 0;
  color: #ffffff;
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 500;
}
#event .section-event-infos {
  padding: 2rem !important;
  background-color: #10103A;
  transform: translateY(-30px);
  z-index: -1;
  position: relative;
  text-align: right;
}
#event .section-event-infos::before {
  content: "";
  height: 600px;
  width: 100vw;
  position: absolute;
  top: -600px;
  left: 0;
  background-color: #10103A;
}
@media (min-width: 600px) {
  #event .section-event-infos {
    transform: translateY(-10px);
  }
}
@media (min-width: 768px) {
  #event .section-event-infos {
    text-align: left;
  }
}
@media (min-width: 990px) {
  #event .section-event-infos {
    transform: translateY(-40px);
  }
}
@media (min-width: 1200px) {
  #event .section-event-infos {
    transform: translateY(-50px);
  }
}
@media (min-width: 1440px) {
  #event .section-event-infos {
    padding: 0.2rem !important;
    transform: translateY(-100px);
    border-radius: 0 0 0 5rem;
  }
}

.contact-form label {
  color: white;
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 500;
  margin-bottom: 0.5rem;
}
.contact-form .form-control {
  background-color: #242457;
  border: 1px solid #8BA6FD;
  border-radius: 1.5rem;
  color: white;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form .form-control:focus {
  background-color: #242457;
  border-color: #ffffff;
  box-shadow: none;
  box-shadow: 0 0 7px 3px rgba(255, 255, 255, 0.15);
  outline: none;
}
.contact-form textarea.form-control {
  resize: vertical;
  min-height: 150px;
}
.contact-form .btn {
  width: 100%;
}

#home .section-hero {
  background: url("../../assets/images/hero-background-v1.jpg") no-repeat center center/cover;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#home .section-hero::before {
  content: "";
  background: linear-gradient(90deg, rgba(8, 7, 21, 0.9) 0%, rgba(26, 26, 86, 0.8) 25%, rgba(42, 43, 110, 0.5) 50%, rgba(26, 26, 86, 0.8) 75%, rgba(8, 7, 21, 0.9) 100%);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
  opacity: 0.8;
}
#home .section-hero .hero-content {
  max-width: 800px;
  margin: auto;
}
#home .section-hero .hero-content .hero-event {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#home .section-hero .hero-content .hero-date {
  font-size: clamp(1.75rem, 1.5322580645rem + 0.0096774194 * 100vw, 2.5rem);
  color: #C4AC85;
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 700;
  margin: 1rem 0 2rem 0;
}
#home .section-hero .hero-content .hero-subtitle {
  font-size: clamp(1.125rem, 0.9072580645rem + 0.0096774194 * 100vw, 1.875rem);
  margin: 2rem 0;
  color: #ffffff;
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 500;
  z-index: 2;
  position: relative;
}
#home .section-hero .hero-content a.btn {
  padding: 0.75rem 1.5rem;
  font-family: "space-grotesk-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "wght" 700;
  border-radius: 30px;
}
@media (min-width: 990px) {
  #home #viewport {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  #home #world {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -256px;
    height: 512px;
    width: 512px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  #home #world div {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  #home .cloudBase {
    position: absolute;
    left: 256px;
    top: 256px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
  }
  #home .cloudLayer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 256px;
    height: 256px;
    margin-left: -128px;
    margin-top: -128px;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
  }
}
#home .above-cloud {
  z-index: 2;
  width: 50vw;
  transform: translateX(-5%);
}
@media (max-width: 990px) {
  #home .above-cloud {
    width: 90vw;
    transform: translateX(0);
  }
}
#home .section-members {
  color: white;
  text-align: center;
}
#home .section-members .container {
  border-radius: 1rem;
  background-image: linear-gradient(rgba(26, 26, 86, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/images/membre.png");
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10rem 2rem;
}
#home .section-members .section-title {
  margin-bottom: 1rem;
}
#home .section-members p {
  max-width: 600px;
  margin: 0 auto 1.5rem;
}

/*# sourceMappingURL=style.css.map */
