

/* Afficher les petits dossiers devant les catégories */

.wp-block-categories li:before {
    content: '\f07b';
}

.wp-block-categories li:before{
    font: 16px/1 'Font Awesome 5 Free';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #999;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

/* Afficher les petits dossiers devant les archives */

.wp-block-archives li:before {
    content: '\f187';
}

.wp-block-archives li:before {
    font: 16px/1 'Font Awesome 5 Free';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #999;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

/* Laissez l'espace entre la barre de recherche et le mot "recherche" */

.wp-block-search__inside-wrapper {
	
	/*margin-top : 5px;*/
	position: relative;
}

/* Barre de recherche */

#wp-block-search__input-1 {
    display: block;
    width: 100%;
    padding: 20px 60px 20px 20px;
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    font-family:                    Lato,Helvetica,sans-serif;
    font-size: 1rem;
    color: #111;
}

.wp-block-search__button {
	  
	  position: absolute;
    background: 0 0;
    border-left: 1px solid #ddd;
    color: #999;
    display: block;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    text-shadow: none;
    width: 60px;	  
}


/* Icon research */

svg {
	
    width: 30px;
    height : 30px
}

.wp-block-tag-cloud a li {
  float: left;
}

.wp-block-tag-cloud a {
  background: #999;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.wp-block-tag-cloud a::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.wp-block-tag-cloud a::after {
  background: #eee;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #999;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

/*.wp-block-tag-cloud a:before {
    content: '\f07b';
}

.wp-block-tag-cloud a:before{
    font: 16px/1 'Font Awesome 5 Free';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #999;
    margin-right: 8px;
    position: relative;
}*/