body {
  margin: 0;
}

.navbar {
  padding: 10px 20px;
  position: relative;
  z-index: 500;
}

.burger {
  font-size: 30px;
  color: white;
  cursor: pointer;
  display: none;
  z-index: 1001;
  position: relative;
  left: 100%;
}

.nav-links {
  list-style: none;
  display: none;
  flex-direction: column;
  background-color: #333333;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.nav-links.active {
  display: flex;
}

.nav-links-a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
}

.nav-links-a:hover {
  text-decoration: underline 2px;
}

@media screen and (max-width: 1075px) {
  .burger {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #burger {
    margin-top: -10%;
    margin-left: -5%;
  }
}

@media screen and (max-width: 1075px) {
  .nav-links {
    display: none;
    flex-direction: column;
    background-color: #6d4aff;
    position: absolute;
    top: 50px;
    left: 75%;
    width: 100%;
  }
}

@media screen and (max-width: 1075px) {
  .nav-links.active {
    display: flex;
  }
}

.nav-link:hover {
  background-color: #b4aaff;
}

/* #objectifs, #apprenez, #formez, #location, #presentiel, #savoir_plus {
  display: none;
} */

#pas_de_compte {
  text-decoration: none;
  margin-right: 5px;
}

#pas_de_compte:hover {
  text-decoration: underline #ffffff 2px;
}

#header {
  height: 150px;
}

.logoHeader {
  left: 5%;
}

.div_header_index_button.btn2M {
  width: 10rem;
}

.div_cyber {
  background-image: url("../../assets/img/IMG-Background.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 70vw;
}

.h1 {
  margin-top: 10%;
  font-size: 160px;
}

@media (max-width: 1000px) {
  .cyber {
    font-size: 100px;
  }
}

@media (max-width: 576px) {
  .div_cyber {
    background-size: cover;
    background-image: url("../../assets/img/IMG-Background_centre.png");
  }
}

@media (max-width: 576px) {
  .container_cyber {
    margin-top: 25%;
  }
}

@media (max-width: 875px) {
  .div_cyber {
    height: 90vw;
  }
}

@media (max-width: 700px) {
  .div_cyber {
    height: 164vw;
  }
}

@media (max-width: 500px) {
  .div_cyber {
    height: 140vw;
  }
}

@media (max-width: 375px) {
  .div_cyber {
    height: 164vw;
  }
}

@media (max-width: 576px) {
  .realite_titre {
    margin-top: 45%;
  }
}

.vide {
  visibility: hidden;
}

.background-img {
  background-image: url("../../assets/img/entreprise.png");
}

.p_img {
  z-index: 5;
  margin-left: -2%;
  margin-bottom: 5%;
  width: 270px;
  font-weight: bold;
  font-size: 28px;
  text-shadow: 1px 1px 2px black;
}

.p_img_p {
  width: 330px;
  margin-left: -12%;
  text-shadow: 1px 1px 2px black;
}

.logo_conf {
  width: 150px;
}

.div_conf {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 2rem 7rem;
  flex-wrap: wrap;
}

.div_conf img {
  width: 100px;
  height: auto;
  margin: 0.1rem;
}

.bullet {
  width: 30px;
}

.div_offres {
  background-image: url('../../assets/img/fond2.png');
  background-color: rgba(1,0,16,0.86);
  background-blend-mode: overlay;
}

@media (min-width: 768px) {
  #connaissance_btn-1 {
    margin-left: 2%;
  }
}

@media (min-width: 770px) {
  #connaissance_btn-1 {
    margin-left: 0;
  }
}

