


/*--------------------------------------------*/
/* Folding and search engine */

div.cont{
  display: none;
}

div.pli{
  display: none;
  margin-bottom: 10px;
}

div.keywords{
  display: none;
}


/*------------ Toolbar --------*/

ul.toolbar {
  list-style-type: none;
  margin: 0;
  padding: 5px;
}
.toolbar li {
  color: white;
  background-color: #202020;
  max-width: 70%;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  float: left;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid;
}
.toolbar [type=text] {
  border: 1px solid;
  border-radius: 5px;
}
.toolbar li a {
  text-decoration: none;
  color: white;
}
.toolbar li:hover {
  background-color: grey;
  color: white;
}

.bout_rechercher::before {
  content: "\01F50D";
  pointer-events: none;
}

