.oxy-post.list-annonces {
	transition: opacity .7s ease, transform .5s ease .2s; 
}

.oxy-post.list-annonces:not(.show_annonce) {
	opacity: 0;
	transform: translateX(-15px);
}

.oxy-post.list-annonces.show_annonce {
	opacity: 1;
}

.recutement_carres p {
    visibility: hidden;
}

.recutement_carres:hover p {
    visibility: visible;
}

.recutement_carres:hover .special_tag {
    display: none;
}
