
/** General page styling **/

.list-tag-flex {
	border-top: 0px solid #eee;
	overflow-x: auto;
	white-space: nowrap;
	width: 100%;
	z-index: 9;
	display: flex;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.list-tag-flex::-webkit-scrollbar {
    display: none;
  }

.tag-item {
    display: inline-block;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    border: 1px solid #111;
    border-radius: 25px;
    margin-right: 10px;
    padding: 3px 20px 3px 20px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
    margin-bottom: 10px;
}
.tag-item:hover {
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	background-color: #111;
}
.tag-item p {
    line-height: 0px;
    mix-blend-mode: difference;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.tag-item:first-child {
    margin-left: 0px;
    margin-right: 10px;
}

.tag-item-small-content {
    margin-left: 50px;
    margin-bottom: 10px;
}

.tag-item-small {
    display: inline-block;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    border: 0px solid #111;
    margin-right: 10px;
    padding: 3px 20px 3px 20px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
    margin-bottom: 10px;
    background-color: #FFFFE8;
}
.tag-item-small:hover {
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	background-color: #111;
}
.tag-item-small p {
    line-height: 0px;
    mix-blend-mode: difference;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px;
}
.tag-item-small a {
    color: #ccc;
}
.list-tag-flex-content {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 50px;
}
.titre-tag-content {
    padding-top: 30px;
    padding-bottom: 20px;
}
.post-list-tag-flex {
    border-bottom: 0px solid #eee;
    overflow-x: auto;
    width: 100%;
    z-index: 9;
    display: flex;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}






.post-list-tag-flex:last-child {
    border-bottom: 0px solid #eee;

}

.post-list-tag-flex::-webkit-scrollbar {
    display: none;
}
.post-tag-content {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 50px;
}