﻿.logo-theme {
    max-height: 30px;
    padding: 5px;
}

.offcanvas-header.theme {
    height: 50px;
}
.sidebar-header.theme {
    height: 100px;
    overflow-y: auto;
}

.sidebar-nav.theme {
    height: calc(100vh - 265px); /* prend toute la hauteur de la fenêtre */
    overflow-y: auto; /* ajoute une barre de défilement verticale si nécessaire */
}



.btn-theme-color1 {
    background-color: hsl(47, 100%, 50%);
    border-color: hsl(47, 100%, 70%);
    color: hsl(0, 0%, 0%);
    border: 0;
    border-top: 2px solid hsl(47, 100%, 50%);
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.1);
}
    .btn-theme-color1:hover {
        background-color: hsl(47, 100%, 60%);
        border-color: hsl(47, 100%, 70%);
        color: hsl(0, 0%, 0%) !important;
    }
    .btn-theme-color1:focus {
        background-color: hsl(47, 100%, 60%);
        border-color: hsl(47, 100%, 70%);
        color: hsl(0, 0%, 0%) !important;
        box-shadow: none;
        outline: 0;
    }


.bg-theme-color1 {
    background-color: rgb(255, 200, 0);
}

.border-theme-color1 {
    border-color: rgb(255, 200, 0) !important;
}

.text-theme-color1 {
    color: rgb(255, 200, 0) !important;
}

.bg-theme-color-top {
    background-color: rgb(255, 200, 0);
}

.btn-outline-theme-color-top {
    color: white;
    border-color: white;
}

.btn-close-theme{
    color: black;
}