.thm-btn{
    border-radius: 1.5rem !important;
}
.about-right-content{
    border-radius: 1.5rem !important;
}
.single-blog{
    border-radius: 1.5rem !important;
}
.single-blog img{
    border-radius: 1.5rem !important;
}
.text-box input{
     border-radius: 2rem !important;
}
.message-box textarea{
     border-radius: 2rem !important;
}
.contact-form input{
     border-radius: 2rem !important;
}
.contact-form textarea{
     border-radius: 2rem !important;
}





/* Sidebar jaune */
.sidebar-yellow {
    background-color: #FFD700 !important; /* jaune uni */
}

/* Liens de la sidebar */
.sidebar-yellow .nav-link {
    color: #000 !important; /* texte noir lisible sur jaune */
}

/* Lien actif */
.sidebar-yellow .nav-item.active .nav-link,
.sidebar-yellow .nav-link.active {
    background-color: #FFC700 !important; /* jaune plus foncé pour l'actif */
    color: #000 !important;
}

/* Hover sur les liens */
.sidebar-yellow .nav-link:hover {
    background-color: #FFEB3B !important; /* hover jaune clair */
    color: #000 !important;
}

/* Dividers (séparateurs) */
.sidebar-yellow .sidebar-divider {
    border-top: 1px solid #FFA500 !important; /* orange clair */
}

/* Titre / headings */
.sidebar-yellow .sidebar-heading {
    color: #000 !important;
}

