/* CSS VENGE LAB BY BO$$ */
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: trois;
}

/* Attribut pour éviter la selection ou le déplacement des images, cela ne sert a rien de laisser la possibilité de les déplacer/select.  */
img {
  user-select: none;
  -webkit-user-drag: none; /* Pour certains navigateurs WebKit */
}
a {
  user-select: none;
  -webkit-user-drag: none;
}

html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Roboto", sans-serif;
  /* background: url("../img/walpappers/walpapper.png") no-repeat fixed; */
  background-size: cover;
  width: 100%;
  background-position: center;
}

#wrapper {
  padding-top: 30px;
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.content {
  padding: 0%;
  padding-top: 25px;
  background: #191971;
  /* background-color: #292929; */
  width: 100%;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  height: auto;
  /* display: table; */
  color: white;
  /* filter: blur(2px); */
}

h2 {
  text-align: center;
  font-size: 1.7rem;
}

h2 span {
  font-family: un;
}

.banniereconteneur {
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

.banniere img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  /* PASSé de 300 a 370 PX valeur a modifier si necessaire */
  max-height: 370px;
  border-radius: 10px 10px 0 0;
  margin-top: -25px;
  user-select: none;
  opacity: 0.8 !important;
  user-select: none;
  -webkit-user-drag: none; /* Pour certains navigateurs WebKit */
}

/* dégradé de couleur sur la banniere  */
.banniere {
  position: relative;
  /* overflow: hidden; */
}
.banniere::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 90%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    hsl(240, 64%, 27%, 1)
  );
  pointer-events: none; /* Pour que le pseudo-élément ne bloque pas les interactions avec l'image */
}

/* STYLE DE LA BANNEIRE DU BAS  */
/* style lié à la bannière :  */

.banniereconteneurbas {
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

.bannierebas img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;

  /* PASSé de 300 a 370 PX valeur a modifier si necessaire */
  max-height: 370px;
  border-radius: 0px 0px 10px 10px;
  /* margin-top: -25px; */
  user-select: none;
  margin-bottom: -5px;
  opacity: 0.8;
  user-select: none;
  -webkit-user-drag: none; /* Pour certains navigateurs WebKit */
}

/* dégradé de couleur sur la banniere  */
.bannierebas {
  position: relative;
  /* overflow: hidden; */
}
.bannierebas::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Ajustez la hauteur du dégradé selon vos besoins */
  background: linear-gradient(to bottom, hsl(240, 64%, 27%, 1), #04013500);
  pointer-events: none; /* Pour que le pseudo-élément ne bloque pas les interactions avec l'image */
}

/* style lié a la presentation  */
.presentation {
  text-align: left;
  padding: 25px;
  font-family: trois;
}

/* liens  */
.presentation a {
  color: rgba(255, 255, 255, 0.493);
  transition: 0.1s;
}

.presentation a:hover {
  color: white;
  transition: 0.1s;
}

/* tout les a  */
a {
  color: rgba(255, 255, 255, 0.493);
  transition: 0.1s;
}

a:hover {
  color: white;
  transition: 0.1s;
}


.section-presentation {
  padding-top: 5px;
  padding-left: 40px;
}
h3 {
  color: rgba(255, 255, 255, 0.493);
  font-size: 1.3rem;
  margin-top: 10px;
  padding-left: 40px;
}

.titlesh1 {
  padding-left: 40px;
  margin-top: 20px;
  font-size: 1.7rem;
}

.souligne {
  text-decoration: underline;
}

/* CREATION NAVBAR RESPONSIVE */

/* attributs navbar/menu */
.navbar {
  position: absolute;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  z-index: 10;
}

.navbar a {
  color: #dab2ff;
  transition: 0.2s;
}

.navbar .nav-links ul li a.active {
  color: white;
}
.navbar a:hover {
  color: rgb(255, 255, 255);
  font-weight: 600;
  transition: 0.2s;
}

.navbar .logo {
  font-size: 2rem;
  font-weight: bold;
  /* z-index: 99; */
}

.navbar .nav-links ul {
  display: flex;
}

.navbar .nav-links ul li {
  margin: 0 25px;
  font-family: trois;
}
.navbar .nav-links ul li {
  margin: 0 25px;
  font-family: trois;
}

.navbar .nav-links ul li.active a {
  color: rgb(0, 255, 225);
  font-weight: 600;
}

/* margin top a ajuster ci besoin   ici */
.navbar .menu-hamburger {
  width: 35px;
  position: absolute;
  top: 40px;
  right: 30px;
  display: none;
}

.header {
  height: 50px;
  background: hsl(240, 64%, 27%, 1);
  width: 100%;
  border-radius: 2px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.9);
}

.logo {
  height: 80px;
  margin-top: -17px;
  margin-left: 21px;
}

.menu {
  list-style: none;
  color: #fff;
  float: right;
  margin: 0px;
  margin-top: 0px;
  font-size: 19px;
  margin-right: 20px;
}

.menu li,
.menu a {
  float: left;
  margin-left: 30px;
  font-weight: normal;
  color: #dab2ff;
  cursor: pointer;
  height: 32px;
  padding-top: 13px;
  margin-right: 0px;
}

.menu li.active,
.menu a.active {
  color: #fff;
  /* font-weight: bold; */
}

.footernice {
  color: rgba(255, 255, 255, 0.589);
  font-family: trois;
  font-size: 0.8rem;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}

/* style pour les videos  */
.videoconteneur {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

iframe {
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  width: 528px;
  height: 290px;
}

/* ajustement pour les ecrans mobiles  */
@media (max-width: 900px) {
  iframe {
    width: 90%;
    height: 240px;
    margin-bottom: 20px;
  }

  .videoconteneur {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* AJUSTEMENT SELON LARGEUR ECRAN,RESPONSIVE ETC : 



/* responsive */

@media (max-width: 1200px) {
  #wrapper.active {
    overflow: hidden;
    height: calc(100vh - 145px);
  }

  .container {
    width: 100%;
  }

  .header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 25px;
    box-sizing: border-box;
  }

  .header.active {
    background: #fff;
  }

  .menu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -120%;
    float: initial;
    background: #9729fe;
    margin-right: 0;
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 20vw 0;
    z-index: 8;
  }

  .menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 50px;
    background: #fff;
  }

  .menu.active {
    left: 0;
  }

  .menu li,
  .menu a {
    margin: 0 !important;
    padding: 20px 0;
    margin-bottom: 15px;
  }

  .logo {
    position: absolute;
    left: 50%;
    top: 13px;
    transform: translateX(-50%);
    margin: 0;
    z-index: 9;
  }

  .footer {
    text-align: center;
  }
}

/* Cacher le menu hamburger au dessus de 900px de large */
@media screen and (min-width: 1200px) {
  .navbar {
    display: none;
  }
}

/* ajustement et creation du menu hamburger a partir de moins de 900PX */
@media screen and (max-width: 1200px) {
  .navbar {
    padding: 0;
    z-index: 10;
  }

  .navbar .logo {
    position: absolute;
    top: 40px;
    left: 30px;
  }

  .navbar .menu-hamburger {
    display: block;
    z-index: 10;
  }

  .nav-links {
    position: absolute;
    background-color: rgba(13, 2, 125, 0.511);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* effet de flou en arriere plan */
    backdrop-filter: blur(7px);
    margin-left: -100%;
    /* fluidité affichage menu */
    transition: all 0.5s ease;
    z-index: 10;
  }
  .nav-links.mobile-menu {
    margin-left: 0px;
  }

  .nav-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .navbar .nav-links ul li {
    margin: 25px;
    font-size: 1.4rem;
  }
}

/* FIN MENU RESPONSIVE */

/* import des polices */
@font-face {
  font-family: "un";
  src: url("../fonts/tech.otf");
}

@font-face {
  font-family: "deux";
  src: url("../fonts/elegantKBP.otf");
}

@font-face {
  font-family: "trois";
  src: url("../fonts/normal.ttf");
}

@font-face {
  font-family: "quatre";
  src: url("../fonts/digit.ttf");
}
