@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: #FF7F65;
    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;
  
  }
 
  .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;
  }
  
  
  
  @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;
    }
  }

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


  
  
  
  
  