﻿/* !! TO AVOID DUPLICATIONS: DO NOT USE THESE CSS DEFINITIONS IF YOU ALREADY USE _CUSTOM-SETTINGS.SCSS DEFINITIONS !! */

/* ICON for your custom entity "MEMBRE" */
.i-Memb::before { content: "\e913"; }

/* ICON for your custom entity "PAYMENT" */
.i-Paym::before { content: "\e908"; }

.custom-green-button {
	padding-top: 0.5rem;
	padding-right: 2rem;
	padding-bottom: 0.53125rem;
	padding-left: 2rem;

	font-size: 0.8rem;

	margin-top: 20px;
	background-color: #4ca928;
	color: #FFFFFF;
}

/* ICON for your custom entity "CALL" */
.i-Call::before { content: "\e90e"; }

/* CATEGORY - FORMS */
#category-contents .category-form label.required::after {
	content: "*";
	display: block;
	float: right;
	color: #de4343;
}
