/* ------------------------------
		Categorie
------------------------------ */
.categorie{
	background-color:$base-color ;
	color:$white-color;
	padding: 2px 15px;
	display: inline-block;
	margin:auto;
	text-align: center;
	font-size:13px;
	border-radius: $rd-round;
	font-weight: 800;
	@include easeInOut(0.5);
	&:hover{
		background-color:$bg-hover;
		color:$white-color !important;
	}

	&-title{
		margin-left: 15px;
		h3{
			margin-bottom:10px;
			span{
				color:$base-color;
			}
		}
		p{
			margin-bottom:0px;
		}
	}
}
