.container_etiquettecritere .btn{
    margin: 0 5px 5px;
    padding: 5px 15px;
    display: inline-flex;
}
.container_etiquettecritere .etiquettecritere{	  
    padding: 3px 6px 3px;
    margin-bottom: 5px;
    display: inline-flex;
    border: none;
    margin-right: 5px;
}

.container_etiquettecritere .etiquettecritere a:hover{
	text-decoration: none;
}
.actu.TListe, .actu_tuile.TListe{
    position: relative;
}
.actu.TListe .resume, .actu_tuile.TListe .resume{
    position: relative;
    z-index: 2;
}
.actu.TListe .link-extend:after, .actu_tuile.TListe .link-extend:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/*Filtrage select*/
.wrapper_listecritere_select .container_etiquettecritere{
    margin-bottom: 2px;
    margin-right: 5px;
    padding: 0 10px;
}
.wrapper_listecritere_select .container_etiquettecritere >.label{
    color: #000;
}

.wrapper_listecritere_select {
    position: relative;
    margin-bottom: 10px;
    background: #f2f2f2;
    padding: 10px;
    display: flex;
}
.wrapper_btn_submit {
  display: flex;
  justify-content: end;
  margin-bottom: 30px;
}
  