.pointer {
	cursor: pointer;
}

.abeille{
	display:none !important;
}

.carte_svg_fr a:hover path{
	fill: #EC7B35 !important;
}

.centered{
	text-align: center;
}

.bold{
	font-weight: bold;
}

.underline{
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.barre {
	text-decoration: line-through
}

.bolder {
	font-weight: bold;
	font-size: 1.2em;
}


.pastille{
	height:24px;
	vertical-align: baseline;
}

.petite-pastille{
	height:16px;
	vertical-align: baseline;
}

img.border{
	border: 1px solid #555;
	padding: 4px;
	border-radius: 4px;
}

.size1-1 {
	font-size:1.1em
}

.size1-2 {
	font-size:1.2em
}

.size1-3 {
	font-size:1.3em
}

.size1-4 {
	font-size:1.4em
}

.size1-5 {
	font-size:1.5em
}

.size0-4 {
	font-size:0.4em
}

.size0-5 {
	font-size:0.5em
}

.size0-6 {
	font-size:0.6em
}

.size0-7 {
	font-size:0.7em
}

.size0-8 {
	font-size:0.8em
}

.size0-9 {
	font-size:0.9em
}

.floatleft {
	float: left;
	margin-left: 2px;
}

.floatright {
	float: right;
	margin-right: 2px;
}


/* Menu haut active */
.hvr-rectangle-out-active {
	color: white;
}

.hvr-rectangle-out-active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
