/*
Template:       classima
Theme Name:     Classima Child
Theme URI:      http://radiustheme.com/demo/wordpress/classima
Author:         RadiusTheme
Author URI:     https://www.radiustheme.com
Description:    Classima is a clean and modern WordPress Theme best suited for Classified Listing. This theme comes with all necessary features and pages for a Classified Listing website.
Version:        1.0
Text Domain:    classima
Tags:           two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog
License:        Envato split License
License URI:    https://themeforest.net/licenses/terms/regular
*/

/* Correction des couleurs des liens sur tout le site */
a, 
.rtcl a, 
.entry-content a, 
.sidebar-widget-area .widget a,
.widget a,
.site-footer a,
.site-header .main-navigation a:hover {
    color: #1e72bd !important; /* Votre couleur secondaire */
}

a:hover, 
.rtcl a:hover, 
.entry-content a:hover, 
.sidebar-widget-area .widget a:hover,
.widget a:hover,
.site-footer a:hover {
    color: #64a33c !important; /* Votre couleur primaire */
}

/* Styles des boutons */
.btn-primary, 
.button, 
.rtcl-btn, 
.classified-listing-form-title i, 
.rtin-icon-box:hover, 
.site-header .main-navigation .nav-menu > li > a::before {
    background-color: #64a33c !important; /* Votre couleur primaire */
    border-color: #64a33c !important;
}

.btn-primary:hover, 
.button:hover, 
.rtcl-btn:hover {
    background-color: #548c31 !important; /* Version plus foncée */
    border-color: #548c31 !important;
}

/* Couleurs pour les éléments avec bordure ou icônes */
.pagination .page-numbers.current,
.classified-listing-single .rtin-slider-box > span,
.classified-listing-single .rtin-slider-box .rtcl-slider-btn:hover {
    background-color: #64a33c !important;
    border-color: #64a33c !important;
}

/* Correction spécifique pour les liens dans le footer */
.footer-area .widgetlawyer .widgetlawyer-title::after,
.footer-area .widget .widget-title::after {
    background-color: #64a33c !important;
}

.footer-area a,
.footer-area .widget a {
    color: #ffffff !important;
}

.footer-area a:hover,
.footer-area .widget a:hover {
    color: #64a33c !important;
}

/* Remplacer le logo fixe lors du défilement */
.header-fixed .site-branding img,
.header-style-3 .header-fixed .site-branding img,
.site-header.header-fixed .site-branding img {
    display: none !important;
}

.header-fixed .site-branding a,
.header-style-3 .header-fixed .site-branding a,
.site-header.header-fixed .site-branding a {
    background-image: url('https://bwatoo.com/wp-content/uploads/2023/10/Logo-Bwatoo_150x45.png') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 150px !important;
    height: 45px !important;
    display: block !important;
}

/* Pour les écrans haute résolution */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .header-fixed .site-branding a,
    .header-style-3 .header-fixed .site-branding a,
    .site-header.header-fixed .site-branding a {
        background-image: url('https://bwatoo.com/wp-content/uploads/2023/10/Logo-Bwatoo_300x90.png') !important;
    }
}