#header-tool-container:after {
    content: "";
    display: block;
    clear: both;
  }
  
  #recherche-tools {
    float:right;
    width:305px;
    position: relative;
    margin-bottom: 5px;
  }
  
  #textRecherche {
    font-size: 1em;
      color: #545862;
      width: 290px;
      height: 16px;
      vertical-align: bottom;
      padding: 5px;
      font-family: "Roboto-Regular";
  }
  
  #submitRecherche {
      background: transparent url(../images/loupe.png) 0 0 no-repeat;
      background-position: center;
      border: 1px solid #fff;
      padding-left: 2px;
      padding-right: 2px;
      margin-left: 5px;
      vertical-align: bottom;
      position: absolute;
      right: 2px;
      top: 2px;
  }
  
  #submitRecherche:hover {
    cursor:pointer;
  }
  
  /* Recherche */
  
  .tx-indexedsearch-res h3 {
    margin: 1.2em 0 .4em 0;
  }
  
  .tx-indexedsearch-description {
    margin: 0;
    font-size: 0.9em;
  }
  
  .tx-indexedsearch-res p a {
    color: #000;
    text-decoration: none;
    font-size: 0.9em;
  }
  
  .tx-indexedsearch-res p a:hover {
    text-decoration: underline;
  }
  
  .tx-indexedsearch-res .bodytext {
    margin: .4em 0 1em 0;  
  }
  
  .tx-indexedsearch-browsebox {
    list-style-type: none;
    padding: 0;
    text-align: center;
  }
  
  .tx-indexedsearch-browsebox li {
    display: inline-block;
    margin: 0 7px;
  }
  
  .tx-indexedsearch-res h3 {
    font-family: 'Arial';
    font-size: 1.1em;
  }
  
   /*bouton Salle de presse*/

a.btnSallepresse {
    color: #4b4b4b;
    text-decoration: none;
    font-size: 1em;
    transition: .5s all;
    font-family: "Roboto-Regular";
    background-color: #e5e9ea;
    display: inline-block;
    line-height: 1;
    padding: 4px 5px;
    vertical-align: middle;
}
a.btnSallepresse:hover {
    background-color: #007E8A;
    text-decoration: none;
    color: #fff;
    transition: .5s all;
}

html[lang=fr] a.btnSallepresse.lnkEn,html[lang=fr_ca] a.btnSallepresse.lnkEn {
    display:none;
}
html[lang=en] a.btnSallepresse.lnkFr {
    display:none;
}
html[lang=en] a.btnSallepresse.lnkEn {
    display:inline-block;
}

  /*social network links under main nav*/
  .header-social {
    float: right;
    margin-right: 20px;
    margin-top: 3px;
  }
  
  .header-social__link {
    margin-left: 6px;
  }

  .btnCenter {
    display: block;
    margin: auto;
    width: fit-content;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }