/*
 * 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:35:08
 */


/* LOGIN PAGE BACKGROUND */
.page-background {
    background: url('https://dcusercontent.imgix.net/ville_de_montreal_epv/images/image_8a832c5d3c_20231120125855.jpg?auto=format&ixlib=php-3.3.1&s=daed3b42d9ea4cac0ed3f931f3255748') 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:  !important;
    background-color:  !important;
}

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

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


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

a:hover {
    color: ;
}

footer a {
    color: #000000 !important;
}

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