/*
 * Skin file!
 * This will override the main.css rules.
 * DO NOT EDIT - this file will be overwritten by the backoffice!
 * Last modification: 2025-04-23 22:34:33
 */


/* LOGIN PAGE BACKGROUND */
.page-background {
    background: url('https://dcusercontent.imgix.net/les_enfants_terribles/images/image_c7746bc201_20241121130148.png?auto=format&ixlib=php-3.3.1&s=87581fa60cd0f3c139c973b3bed61cad') 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: #ffffff;
}

.navbar-inverse {
    border-color: #ffffff;
}


.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #000000 !important;
    background-color: #dad7c9 !important;
}

/* BUTTON COLOR */
.bghighlight {
    color: #000000;
    background-color: #dad7c9 !important;
}

.bghighlight:hover {
    background-color: #dad7c9 !important;
}

.panel.mid-box {
    border: 1px solid #dad7c9;
}

/* LINK COLOR */
a, a:link {
    color: ;
}

a:hover {
    color: ;
}

footer a {
    color: #000000 !important;
}

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