@font-face {
  font-family: "manrope bold";
  src: url("police/Manrope-Bold.otf") format("opentype");
}
h1 {
  font-family: "manrope bold", sans-serif;
  font-weight: bold;
  color: #34C9B0;
  font-size: 3em;
}

h2 {
  font-family: "manrope bold", sans-serif;
  font-weight: bold;
}

a {
  font-family: "manrope bold", sans-serif;
  font-weight: bold;
}

.home {
  margin-top: 70px;
}
.img_home {
  width:400px;
  margin-top: -35px;
  margin-left: -30px;
}

.home_nav {
  margin-top: -490px;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  border-radius: 20px;
height: 580px;
background-color: white;
overflow: hidden;
padding-left: 0;
padding-right: 0;
}
.home_nav  div {
  padding: 15px;
  text-align: left;

}

.connexion_nav {

  height: 180px;
  padding: 0;
  background-image: url("../img/fond_connexion.jpg");
   background-size: cover;
}
 .btn_connexion_nav {
   margin-top: 70px;
 }

 .btn_connexion_nav a {
   color: white;
 }
.recherche {
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0px;
}
.home_menu {
  display: none;
}

.burger_menu {
  margin-top: 30px;
  width:35px;
  position: absolute;
}
button {
  width: 180px;
}

.btn_inscription {
    background-color: #34C9B0;
  border: none;
}

.btn_inscription:hover {
  background-color: #34C9B0;
}

.presentation {
  height: 700px;
  background-image: url("../img/fond.jpg");
 background-size: cover;
  margin-top: -172px;
  overflow: hidden;
}
.texte_presentation {
  margin-top: 300px;
  color: white;
}

@media screen and (max-width: 1218px ) {
  body {
    width: 100%;
  }
  .first {
height: 500px;
  }
  .home_nav, .home_searchbar {
  display: none;
  }
  .home {
  margin: 0;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .home h1 {
  font-size: 6em;
  }
  .btn_home {
    text-align: center;
margin: auto;
  }
.texte_presentation {
        text-align: center;
  }
  .home_menu {
    display: block;
  }
}

@media screen and (max-width: 1218px ) and (min-width: 766px) {
  .texte_presentation {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 691px ) {
.first {
  height: 450px;
}
.home {
  margin-top: 30px;
}
  .home h1 {
  font-size: 3em;
  }
  .texte_presentation {
    margin-top: 200px;
  }
}

.part_conseil {
  background-color: #34C9B0;
  width: 200px;
  height: 30vh;
  transition: 1s;
}

.part_conseil:hover {
  background-color: #1D705B;
  transition: 1s;
}

.indisponible {
    display: block;
    width: 100%;
    height: 86%;
    position: absolute;
    background-color: rgb(192, 192, 192);
    opacity: 0.89;
    z-index:233;
}

.bientot {
  color: black;
  z-index:533;
}

.footer {
  margin-top:30vh;
  height: 50vh;
  width: 100%;
  background-color: #34C9B0;;
}