/* Custom colors for ChasseurImmo */

/* Primary color replacement */
.bg-primary,
.btn-primary,
.btn-outline-primary:hover, 
.btn-outline-primary:focus, 
.btn-outline-primary:active, 
.btn-outline-primary.active, 
.btn-outline-primary.focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active,
.badge-primary,
.pagination .active a,
.nav-pills .nav-link.active,
.custom-control-input:checked ~ .custom-control-label:before,
#preloader #status .spinner .double-bounce1, 
#preloader #status .spinner .double-bounce2,
.social-icon li a:hover, 
.profile-icons li a:hover,
.back-to-top:hover,
.back-to-home a,
#topnav .navbar-toggle.open span:hover,
.gradient,
.flex-control-paging li a.flex-active,
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.clickable .owl-dot:hover span,
.watch-video a .play-icon-circle,
.sidebar .widget .tagcloud > a:hover,
.flatpickr-day.selected, 
.flatpickr-day.selected:hover,
.bg-animation-left.crypto-home:after,
.classic-app-image .bg-app-shape:after,
.app-feature-shape-right:after,
.app-feature-shape-left:after,
.classic-saas-image .bg-saas-shape:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after {
    background-color: #3a5947 !important;
}

.text-primary,
.btn-outline-primary,
.badge-outline-primary,
.alert-outline-primary,
.page-next-level .page-next li a:hover,
.faq-content .card a.faq[data-toggle=collapse],
.faq-content .card a.faq[data-toggle=collapse]:before,
#topnav .has-submenu.active .submenu li.active > a,
#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a,
#topnav .navigation-menu > li > a:hover, 
#topnav .navigation-menu > li > a:active,
#topnav .navigation-menu > li .submenu li a:hover,
#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a,
#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li .submenu li a:hover,
#topnav .navigation-menu > li.has-submenu.open > a,
#topnav .has-submenu.active a,
.course-feature .title:hover,
.pricing-rates.business-rate:hover .title,
.blog .content .title:hover,
.blog .content .post-meta .readmore:hover,
.sidebar .widget .blog-catagories li a:hover,
.sidebar .widget .post-recent .post-recent-content a:hover,
.media-list .comment-desk a:hover,
.job-box .position a:hover,
.job-box .company-name:hover,
.event-schedule .content .title:hover,
.courses-desc .content .title:hover,
.container-filter li a.active, 
.container-filter li a:hover,
.team .name:hover,
.catagories a:hover {
    color: #3a5947 !important;
}

/* Secondary color replacement */
.bg-secondary {
    background-color: #547c65 !important;
}

.text-secondary {
    color: #547c65 !important;
}

/* Light color replacement */
.bg-light {
    background-color: #FEF3D6 !important;
}

.text-light {
    color: #FEF3D6 !important;
}

/* Button styles */
.btn-primary {
    background-color: #3a5947 !important;
    border: 1px solid #3a5947 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(58, 89, 71, 0.3);
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.btn-primary.focus {
    background-color: #547c65 !important;
    border-color: #547c65 !important;
    color: #ffffff !important;
}

.btn-outline-primary {
    border: 1px solid #3a5947;
    color: #3a5947;
    background-color: transparent;
}

.btn-outline-primary:hover, 
.btn-outline-primary:focus, 
.btn-outline-primary:active, 
.btn-outline-primary.active, 
.btn-outline-primary.focus {
    background-color: #3a5947;
    border-color: #3a5947;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(58, 89, 71, 0.3);
}

/* Badge styles */
.badge-primary {
    background-color: #3a5947 !important;
}

.badge-outline-primary {
    color: #3a5947 !important;
    border-color: #3a5947 !important;
}

/* Alert styles */
.alert-primary {
    background-color: #3a5947 !important;
    border-color: #3a5947 !important;
    color: #ffffff !important;
}

.alert-outline-primary {
    background-color: transparent !important;
    border-color: #3a5947 !important;
    color: #3a5947 !important;
}

/* Background colors */
.bg-overlay {
    background-color: rgba(58, 89, 71, 0.9) !important;
}

.bg-overlay-gradient {
    background-color: rgba(58, 89, 71, 0.6) !important;
}

.bg-overlay-gradient2 {
    background-image: linear-gradient(90deg, #547c65, #3a5947, #547c65) !important;
}

/* Footer styles */
.footer,
.footer-bar,
.footer *,
.footer-bar * {
    background-color: #3a5947 !important;
    box-shadow: none !important;
}

/* Navigation styles */
#topnav .navigation-menu > li > a {
    color: #3a5947 !important;
}

#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a {
    color: #547c65 !important;
}

/* Links */
a {
    color: #3a5947;
}

a:hover {
    color: #547c65;
}

/* Additional styles */
.gradient {
    background: linear-gradient(45deg, #3a5947, #547c65) !important;
}

.features .image:before {
    background: linear-gradient(45deg, transparent, rgba(58, 89, 71, 0.09));
}

.features:hover .image:before {
    background: rgba(58, 89, 71, 0.07);
}

.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(58, 89, 71, 0.15));
}

.owl-theme .owl-dots .owl-dot span {
    background: rgba(58, 89, 71, 0.5) !important;
}

.play-icon i,
.play-icon i:hover {
    -webkit-text-stroke: 2px #3a5947;
}

.play-icon i:hover {
    -webkit-text-fill-color: #3a5947;
}

.event-schedule .date .day {
    background: rgba(58, 89, 71, 0.1);
    box-shadow: 0px 0px 2px 0.25px rgba(58, 89, 71, 0.5);
}

.classic-app-image .bg-app-shape:after,
.app-feature-shape-right:after,
.app-feature-shape-left:after,
.classic-saas-image .bg-saas-shape:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after {
    box-shadow: 0 0 40px rgba(58, 89, 71, 0.5);
}

.nav-pills .nav-link:hover {
    background: rgba(58, 89, 71, 0.06);
} 