@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: #FF9F55;
    font-size: 3em;
  }

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

  .couleur_lien {
    font-weight: bold;
    color: #FF9F55;
  }

  a{
    font-weight: bold;
  }

  .deco {
    text-decoration: underline #FF9F55;
  }

  .lientopic:hover {
    color: #FF9F55;
  }

  a:hover {
    text-decoration: none;
    color: #FF9F55;
  }

  .menu_lien {
    padding: 15px;
    margin-left: 10%;
  }

  .fond {
    background-color: #FF9F55;
  }

  .categorie {
    height: 140px;
    border-radius: 15px;
  }
  .choix_forum {
    height: 50px;
    border-radius: 40px;
    width:230px;
    margin-left: auto;
    margin-right: auto;
  }

  .fondclair {
    background-color: #FFE4CE;
    transition: 0.5s;
  }

  .fondclair:hover {
    background-color: #FF9F55;
    transition: 0.5s;
  }

 
  .topics {
    box-shadow: 3px 3px 2px 1px #FF9F55;
    border: grey 1px solid;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
  }

  .topics_img {
    height:120px;

    border-radius: 15px;
    margin-top:4%

  }


  .menu {
    height : 90vh;
    position: absolute;
    width: 20vw;
    top: 0;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-radius: 20px;
  }

  .popup {
    border-radius: 10px;
    display: none;
    bottom: 10%;
    right: 30%;
    width: 40%;
    position: fixed;
    z-index:2;
  }
  .popup_close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
  }


  .overlay {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .flou {
    filter: blur(2px);
  }

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