/* Bg color */
.bg-orange {
	background-color: orange !important;
}
.bg-green {
	background-color: green !important;
}
.bg-fbfbfb {
	background-color: #fbfbfb !important;
}

/* Texte taille */
.font-size-25{
	font-size: 25px
}

/* Hauteur */
.height-40{
	height: 40px;
}

.height-80{
	height: 80px;
}

/* Largeur */
.width-80{
	width: 80px;
}

/* Texte color */
.text-orange {
	color: orange !important;
}
.text-green {
	color: green !important;
}

/* Texte shadow */
.text-shadow-cac3c3 {
	text-shadow: 1px 1px 1px #cac3c3;
}

/* Box shadow */
.box-shadow-grey {
	box-shadow: 1px 1px 1px grey;
}

.over-orange:hover{
	color: orange !important;
}

.cursor-pointe {
	cursor: pointer;
}
.salon-banner{
	margin-top: 40px;
}
.salon-banner-orange{
	background-color: orange;
	opacity: 0.6;filter: alpha(opacity=60);
	font-weight: bold;
	height: 100px;
	width: 25%;
}
.salon-banner-orange:hover{
	background-color: green;
	opacity: 0.6;filter: alpha(opacity=60);
	font-weight:  bold;
	height: 100px;
	width: 25%;
}
.salon-banner-green{
	background-color: green;
	opacity: 0.6;filter: alpha(opacity=60);
	font-weight: bold;
	height: 100px;
	width: 25%;
}
.salon-banner-green:hover{
	background-color: orange;
	opacity: 0.6;filter: alpha(opacity=60);
	font-weight:  bold;
	height: 100px;
	width: 25%;
}


