#btRecherche{
  position: relative;
  padding: 0px 10px;
}

#btRecherche img{
  max-width: 30px;
  max-height: 30px;
}

.region-navigation{
  display:flex;
}

.recherche{
  display:none;
  right: 180px;
  top:10px;
  position: absolute;
}


#illicosearch-search{
    border-radius:15px;
    padding: 10px 10px;
    border: 1px solid black;
    font-family: "Montserrat", sans-serif;
    background-color:white;
    max-width: 180px;
    position: absolute;
    top: 35px;
    max-height: 40px;
    min-height: 30px;
  }
  #illicosearch-response{
    position:absolute;
    overflow:hidden;
    width:600px;
    z-index:10;
    overflow:auto;
    top: 60px;
    right:-180px;
    min-height:1px;
    max-height:700px;
  }
  
  .resultat{
    margin-top: 20px;
    background-color: white;
    padding: 10px;
    border-radius: 15px;
    overflow:hidden;
    border: 1px solid #0000005c;
  }
  
  
  .suggestionrecherche {
    padding: 15px;
    background-color: #1f519f80;
    border-radius: 10px;
    margin-bottom: 10px;
  
  }
  
  .suggestionrecherche strong {
    display: block;
  color: #1F519F;
  font-family: "Montserrat", sans-serif;
  }
  
  .suggestionrecherche p {
    display: inline-block;
    margin: 5px;
    background-color: #fff;
    padding: 10px;
    border-radius: 7px;
    cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight:600;
  color: #1F519F;
  }
  
  .suggestionrecherche p:hover {
    background-color: #1F519F;
    color: white;
  }
  
  .titlerecherche {
    color: #1F519F;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.2em;
  font-family: "Montserrat", sans-serif;
  }
  
  .articlerecherche {
    border: 2px solid #dce6ee;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    padding: 15px;
    overflow: hidden;
  
    margin-top: 5px;
  }
  
  .articlerecherche:hover .titlerecherche {
    color: #000;
  }
  
  .articlerecherche .html {
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  }
  
  .imagerecherche {
    height: 110px;
    width: 110px;
    min-height: 80px;
    min-width: 80px;
    top: 0px;
    margin-right: 15px;
    float: left;
    display: flex;
    justify-content: center;
    align-content: center;
  }
  
  .imagerecherche img {
    object-fit: cover;
    border-radius: 7px !important;
  
  
  }
  
  
  @media (max-width: 720px) {

    #illicosearch-response{
      max-width: 90vw;
    }
  
    .imagerecherche {
        max-width: 80px;
        max-height: 80px;
        display:flex;
        justify-content: center;
        margin-bottom: 10px;
  
    }
  
    .articlerecherche a {
        width: 100%;
        overflow: hidden;
    }
  
    .articlerecherche .titlerecherche {
        font-size: 14px;
    }
  
    .articlerecherche .autor {
        font-size: 12px;
    }
  
  
  
    .articlerecherche .html {
        font-size: 12px;
    }
  }

  @media (max-width: 890px) {
    #btRecherche{
      position: relative;
      padding: 0px 10px;
      top: 5px; 
    }
  }