/*
Theme Name: Bravada Child
Description: Theme enfant de Bravada.
Author: WPMarmite
Author URI: https://www.ville-sevran.fr
Template: bravada
Version: 1.0
*/

/***** bloc accueil*****/

#content-masonry article.hentry {
border-radius: 10px;
  box-shadow: 0px 2px 2px #d5cece;
  border: 1px solid #aeaeae;

}

.content-masonry .entry-after-image .entry-meta {
  padding-top: 0em;

}


/**** tag post ****/
.entry-utility {
  float: right;
}

.btg-button-1 {
  display:none;
}

/** bouton de retour dans le post **/
input.retourbouton {
  padding: 8px 13px;
  border-radius: 20px;
}


/**** vire le # *****/
div.entry-meta.entry-utility span.tags span.sep,

article.tag-transforme > div > footer > span.tags span.sep,
article.tag-en-cours > div > footer > span.tags span.sep,
article.tag-realise > div > footer > span.tags span.sep,
article.tag-abandonne > div > footer > span.tags span.sep,
article.tag-reporte > div > footer > span.tags span.sep,
article.tag-transforme > div > div > div > span.tags span.sep,
article.tag-en-cours > div > div > div > span.tags span.sep,
article.tag-realise > div > div > div > span.tags span.sep,
article.tag-abandonne > div > div > div > span.tags span.sep,
article.tag-reporte > div > div > div > span.tags span.sep{
  display:none;
}


/*** picto avant etiquette***/

article.tag-realise .entry-meta > span.tags > a::before,
article.tag-en-cours .entry-meta > span.tags > a::before,
article.tag-reporte .entry-meta > span.tags > a::before,
article.tag-abandonne .entry-meta > span.tags > a::before,
article.tag-transforme .entry-meta > span.tags > a::before {
  margin-right: 5px;
  width: 20px;
  display: inline-block;
}
article.tag-realise .entry-meta > span.tags > a::before {
  content: url("https://bilan-de-mandat.ville-sevran.fr/wp-content/themes/bravada-child/img/REALISE2.svg");

}

article.tag-en-cours .entry-meta > span.tags > a::before {
  content: url("https://bilan-de-mandat.ville-sevran.fr/wp-content/themes/bravada-child/img/ENCOURS2.svg");

}

article.tag-reporte .entry-meta > span.tags > a::before {
  content: url("https://bilan-de-mandat.ville-sevran.fr/wp-content/themes/bravada-child/img/REPORTE2.svg");

}
article.tag-abandonne .entry-meta > span.tags > a::before {
  content: url("https://bilan-de-mandat.ville-sevran.fr/wp-content/themes/bravada-child/img/ABANDONNE2.svg");

}

article.tag-transforme .entry-meta > span.tags > a::before {
  content: url("https://bilan-de-mandat.ville-sevran.fr/wp-content/themes/bravada-child/img/TRANSFORME2.svg");
}



/*** mise en evidence TAG ***/
article.tag-realise .entry-meta > span.tags > a,
article.tag-en-cours .entry-meta > span.tags > a,
article.tag-reporte .entry-meta > span.tags > a,
article.tag-abandonne .entry-meta > span.tags > a,
article.tag-transforme .entry-meta > span.tags > a {
  font-weight: bold;
  padding: 0px 10px;

}

/**  color **/ 

article.tag-realise .entry-meta > span.tags > a {
  background-color: #c7df1b;
}

article.tag-en-cours .entry-meta > span.tags > a {
  background-color:#ffb11c;

}

article.tag-reporte .entry-meta > span.tags > a {
  background-color:#f5afff;
}

article.tag-abandonne .entry-meta > span.tags > a {
  background-color:lightgray;
}

article.tag-transforme .entry-meta > span.tags > a {
  background-color:#48eae2;
}



/**** bouton home ***/
.bouton-cat-ville,
.bouton-cat{
  display:inline-flex;
  flex-wrap: wrap;
 justify-content: space-around;
}

.bouton-cat-ville button,
.bouton-cat button{
  margin:8px;
 
}

.bouton-cat-ville{
  margin-bottom: 30px
}

/*** bouton retour archive.php ***/
#container:not(.bravada-landing-page) .main > :not(#content-masonry) {
  padding-left: 1em;
  padding-right: 1em;
}

/***
input.retourbouton:before{
  content: "---";
}
**/

/*** footer ***/
#footer-bottom
{ visibility: collapse;}

