/*
 * Skin file!
 * This will override the main.css rules.
 * DO NOT EDIT - this file will be overwritten by the backoffice!
 * Last modification: 2026-03-19 16:58:26
 */

:root {
    --navbar-bg-color: #000000;
    --navbar-item-text-color: #fdc100;
    --navbar-item-bg-color: #000000;

    --button-bg-color: #fdc100;
    --button-hover-color: #ad8400;
    --button-text-color: #000000;

    --panel-bg-color: #000000;

    --footer-links-color: #000000;
    --footer-links-hover-color: #fdc100;
}


/* LOGIN PAGE BACKGROUND ---------------------------------- */
.page-background {
    background: url('https://dcusercontent.imgix.net/poulet_royal/images/image_9d7322bb25_20251215142559.png?auto=format&ixlib=php-4.1.0&s=c3c78500838b84249665ee841cddd172') no-repeat center 50px;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* TOP MENU BAR ---------------------------------- */
.navbar {
    background-color: #000000;
}

.navbar.bg-primary {
    background-color: #000000 !important;
}

.bg-primary {
    background-color: #000000 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(253,193,0,0.75) !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(253,193,0,1) !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #000000 !important;
}

/* BUTTONS ---------------------------------- */
.btn-primary {
    color: #000000 ;
    background-color: #fdc100 ;
    border-color: #fdc100 ;
}

.btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(253,193,0,0.5);
}

.btn-primary:hover {
    color: #000000 ;
    background-color: #ad8400 ;
    border-color: #ad8400 ;
}

.btn-outline-primary {
    color: #fdc100 ;
    border-color: #fdc100 ;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(253,193,0,0.5);
}

.btn-outline-primary:hover {
    color: #000000 ;
    background-color: #ad8400 ;
    border-color: #fdc100 ;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle.navbar-inverse {
    border-color: #ad8400;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #000000;
    background-color: #fdc100;
    border-color: #fdc100;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(253,193,0,0.5);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(253,193,0,0.5);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #000000 ;
    background-color: #fdc100 ;
    border-color: #fdc100 ;
}

.form-control:focus {
    border-color: #fdc100;
    box-shadow: 0 0 0 0.2rem rgba(253,193,0,0.5);
}

/* PANEL ---------------------------------- */
.panel.mid-box {
    border: 1px solid #000000;
}

/* LINKS ---------------------------------- */
a, a:link {
    color: #fdc100;
}

a:hover {
    color: #ad8400;
}

footer a {
    color: #000000 !important;
}

footer a:hover {
    color: #fdc100 !important;
}