@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

.space-grotesk-700 {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.space-grotesk-600 {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.space-grotesk-500 {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.space-grotesk-400 {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-500 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inter-800 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.inter-900 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.inter-400 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-300 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.fs-32 {
  font-size: 25px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-70 {
  font-size: 70px;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-14 {
  font-size: 14px;
}
.fs-12 {
  font-size: 12px;
}

.fs-16 {
  font-size: 12px;
}

.fs-18 {
  font-size: 14px;
}

p,
span,
img,
h3 {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

p {
  font-size: 18px;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.text-green {
  color: #8bf42f !important;
}

.text-blue {
  color: #0f2bec !important;
}

.text-violet {
color:#6f04d9 !important
}

.text-light-blue {
  color: #0f2bec !important;
}

.line-height-15 {
  line-height: 15px;
}

.max-width-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-500 {
  max-width: 500px;
}

.max-width-600 {
  max-width: 600px;
}

.max-width-700 {
  max-width: 700px;
}

.max-width-800 {
  max-width: 800px !important;
}

.max-width-900 {
  max-width: 900px !important;
}

.btn-green {
  background-color: #8bf42f;
  color: #0f2bec;
  border-radius: 24px;
  padding: 2px 30px;
}

.btn-green:hover {
  background-color: #8bf42f;
}

.btn-green:focus {
  background-color: #8bf42f;
}

.delay-0-2 {
  animation-delay: 0.2s;
}

.delay-0-4 {
  animation-delay: 0.4s;
}

.delay-0-6 {
  animation-delay: 0.6s;
}

.delay-0-8 {
  animation-delay: 0.8s;
}

.delay-0-9 {
  animation-delay: 0.9s;
}

.delay-1 {
  animation-delay: 1s;
}

.alert-danger {
  width: 100% !important;
  background-color: #fa635b !important;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px !important;
  padding: 5px 0 5px 0;
  border-radius: 5px;
}

.alert-success {
  width: 100% !important;
  background-color: #8bf42f !important;
  color: #000000;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px !important;
  padding: 5px 0 5px 0;
  border-radius: 5px;
}

#containerProjets.sample-header-section h1 {
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px;
  font-size: 100px;
  line-height: 100px;
}

/** MENU **/
#container-nav {
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  background: transparent;
  transition: background-color 0.4s ease;
  /* background: url("../assets/img/bg-nav.jpg" ) no-repeat center center ; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) calc(100% - 3px),
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) calc(100% - 3px),
    rgba(0, 0, 0, 0) 100%
  );
}

/* #container-nav {
  background: none;
} */

#container-nav.nav-dark {
  background: url("../assets/img/bg-nav.jpg") no-repeat center center;
  background: linear-gradient(90deg,rgba(20, 5, 105, 1) 0%, rgba(77, 8, 168, 1) 100%);

}

#container-nav div {
  max-width: 900px;
}

.navbar {
  width: 585px;
  border-radius: 24px;
  background-color: #ffffff;
  padding: 0px;
}

.navbar-nav {
  padding: 0px !important;
}

.nav-link {
  color: #6f04d9;
  font-size: 16px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.nav-link:focus {
  color: #3866f2;
}

.nav-link:hover {
  color: #3866f2;
}

.nav-link.btn-bleu {
  background-color: #0f2bec;
  color: #ffffff;
  border: none;
  border-radius: 24px;
}

.nav-link.btn-bleu:hover {
  background-color: #0f2bec;
  color: #ffffff;
  border: none;
}

.nav-link.btn-bleu:focus {
  background-color: #0f2bec;
  color: #ffffff;
  border: none;
}

/** FOOTER **/
#footer {
  background-color: #020b63;
  border-radius: 25px 25px 0 0;
}

#footerContent {
  max-width: 900px;
}

#footer button {
  color: #1b0273;
  background-color: #8bf42f;
  border: none;
}

#footer hr {
  background-color: #ffffff;
  opacity: 1;
  height: 1px;
  border: 0;
  width: 95%;
}

.infoFooter,
.infoFooter a {
  color: #ffffff;
  font-size: 14px;
}

#navFooter ul li a {
  color: #ffffff !important;
  font-size: 14px;
  text-decoration: underline;
}

#pointer-dot {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 2.5px solid rgb(0, 0, 0);
  position: fixed;
  border-radius: 4px;
  z-index: 1000;
  pointer-events: none;
  transition: border-color 0.5s;
}

#pointer-ring {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  padding: 15px;
  border: 2px solid #750c7e;
  position: fixed;
  border-radius: 100px;
  z-index: 200;
  pointer-events: none;
}

html {
  cursor: none !important;
}

a {
  cursor: none !important;
}

/** MOBILE **/
@media (max-width: 575.98px) {
  .fs-70 {
    font-size: 50px;
  }

  .fs-50 {
    font-size: 30px;
    line-height: 50px !important;
  }
}


/** TABLETTE **/
@media (max-width: 991px) { 
  
    .navbar {
        width: auto;
        border-radius: none;
        background-color: transparent !important;
        color:#fff;
        opacity: 1;
        margin-top:5px;
        position: relative;
        z-index: 99;
    }
    .navbar-toggler {
        border: none !important;
        outline: none; 
        position: relative; 
        background-color: transparent; 
        
    }
    
    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: none; 
        box-shadow: none; 
    }
    
    .navbar-toggler-icon {
        filter: invert(1); 
        transform: scale(1.2); 
        transition: none; 
    }
    
    #navbarNavAltMarkup {
        background-color: #ffffff;
        padding: 10px;
        border-radius: 20px 20px 20px 20px;
        margin: 5px 0 0 15px;
        width: 100%;
    }

    .navbar>.container-fluid {
        display: block;
    }
    #logo{
        scale: 0.7;
     }
}


@media (max-width: 767px) {
  .navbar-nav {
    width: 200px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    text-align: left !important;
  }

  .nav-link {
    margin-left: 15px;
    margin-right: 15px;
  }

  .nav-link.btn-bleu {
    padding: 0px 10px !important;
  }
}

/** MOBILE **/
@media (max-width: 575.98px) {

  #logo {
    scale: 0.8;
    margin-top: -12px;
  }

  #container-nav {
    left: 0px;
    top: 0px;
    transform: none;
    padding: 10px !important;
  }
}