﻿/* Default theme */

.grey-bg {
	background-color: #4a4a4a;
}

.very-light-grey {
	color: #c3c3c3
}

.sub-navbar a {
	color: #c3c3c3;
}

.footer li,
.footer li a {
	color: #c3c3c3;
}

.sub-navbar-produit a {
	color: #c3c3c3;
}

.green {
	color: #88bb44;
}

.green-bg {
	background-color: #88bb44;
}

.green-lock {
	color: #88bb44;
}

.green-dynamic {
	color: #88bb44;
}
	.green-dynamic:hover {
		color: #a0872c !important;
	}

.section-title-link:hover {
	color: #88bb44;
}

.section-title-link:focus {
	color: #88bb44;
}

.exhaus-button {
	background-color: #88bb44;
}
	.exhaus-button:hover {
		background-color: #ccaf44;
	}

.favorite-star {
	color: #88bb44;
}

.favorite-star:hover {
	color: #88bb44;
}

/*.sub-navbar .sub-navbar-center a:hover, .sub-navbar a:focus {
	color: #88bb44;
	background-color: #1fe0 !important;
	border-bottom: solid 4px;
	border-bottom-color: #88bb44;
}*/

.sub-navbar .sub-navbar-right a:hover, .sub-navbar a:focus {
	color: #88bb44;
	background-color: #1fe0 !important;
}

.sub-navbar .nav > li > a:focus, .nav > li > a:hover {
	color: #88bb44;
	background-color: #1fe0 !important;
}

.gold {
	color: #ccaf44 !important;
}

.add-button {
	border-color: #ccaf44;
}

.navbar-nav .tab-active,
.navbar-nav .tab-active > i {
	color: #88bb44;
	background-color: #1fe0 !important;
	border-bottom-color: #88bb44;
}

/* Play button to open Vimeo player */
.video-play-button {
	color: #88bb44; /* Default color */
	transition: color 0.3s, transform 0.2s;
}

	.video-play-button:hover {
		transform: scale(1.1); /* Apply scale transformation on hover */
	}


/* select2 styles override */
.select2-selection__choice {
	color: #638421 !important;
	background-color: #cde69c !important;
	border-color: #a5d24a !important;
}

.select2-selection__choice__remove {
	color: #82ad2b !important;
}


/* Search filters */
.filter-spinner {
	color: #88bb44; /* Spinner color */
}


.service-lpp i {
	color: #88bb44;
}

ul .ui-state-active {
	color: #88bb44;
	background-color: #1fe0 !important;
	border-bottom-color: #88bb44 !important;
}
ul .ui-state-hover {
	border-bottom-color: #88bb44 !important;
}

.sub-navbar-produit .sub-navbar-produit-center li:hover, .sub-navbar-produit li:focus, .sub-navbar-produit li:active {
	color: #88bb44;
	background-color: #1fe0 !important;
	border-bottom-color: #88bb44 !important;
}

.liste-actualites-panel-heading {
	color: #88bb44 !important;
}

/*header .navbar.sub-navbar ul li a {
	color: #88bb44;
}*/

.page-number-button {
	color: #ccaf44 !important;
}

.page-number-button-active {
	color: #ffffff;
	background-color: #88bb44;
}

.link-default {
	color: #ccaf44 !important;
}

.link-gold:hover {
	color: #a0872c !important;
}

.dropdown-item-checked::before {
	color: #88bb44;
}

/* On surcharge le style des autocompletes */
.ui-menu-item a.ui-corner-all {
	color: #ccaf44 !important;
}

.btn-product-anonymous {
	background-color: transparent;
	color: #ccaf44;
	border-color: #ccaf44;
}

.btn-anonymous-devis.btn-product-anonymous {
	background-color: #ccaf44;
	color: white;
	border-color: #ccaf44;
}