/*couleur texte filtre de tag ignite gallery*/
.ig-tags-button {
    color: #fff !important;
}
.ig-tags-button.ig-tags-button-active {
    color: black !important;
}
.ig-tags-button:hover {
    color: black !important;
}
/*Taille des tags filtre*/
.ig-tags-button.ig-tags-button-active {
    font-size: 20px;
}
.ig-tags-button {
    font-size: 20px;
}
/*centrer les filtres de tags*/
.ig-tags-button-wrapper.igui-first-column {
    margin: 0 auto;
    width: 560px;
}
/*Ignite masquer les tags dans les images*/
/*.ig-tags-wrapper {
    display: none;
}*/
/*titre de la zone tel en haut à droite masqué*/
#ID1657908698665 .titleck {
    display: none;
}