.navbar {
    background: #FFF !important;
}

.dropdown {
    border-radius: 0;
    border: 0;
}

.dropdown-menu {
    background: #004183;
    border: 0;
    top: 80%;
    border-radius: 0px 0px 5px 5px;
}

.dropdown-item:hover {
    background: #0c73cc;
    color: #cee3ff;
}

.dropdown-menu a {
    color: #FFF;
}

.navbar .nav-item .nav-link {
    color: #004183 !important;

}

.navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link {
    color: red !important;

}

.chamalieres-gradient-rgba {
    background: -webkit-linear-gradient(0deg, rgba(206, 227, 355, 0.9), rgba(255, 255, 255, 0.7)) !important;
    background: -o-linear-gradient(0deg, rgba(206, 227, 355, 0.9), rgba(255, 255, 255, 0.7)) !important;
    background: linear-gradient(0deg, rgba(206, 227, 355, 0.9), rgba(255, 255, 255, 0.7)) !important;
}

.chamalieres-gradient {
    background: -webkit-linear-gradient(50deg, #619eef, #ffffff) !important;
    background: -o-linear-gradient(50deg, #619eef, #ffffff) !important;
    background: linear-gradient(40deg, #619eef, #ffffff) !important;
}

.chamalieres-gradient-v1 {
    background: -webkit-linear-gradient(50deg, #cee3ff, #ffffff) !important;
    background: -o-linear-gradient(50deg, #cee3ff, #ffffff) !important;
    background: linear-gradient(40deg, #cee3ff, #ffffff) !important;
}

.medieval-gradient {
    background: -webkit-linear-gradient(50deg, #8bc53f, #ffffff) !important;
    background: -o-linear-gradient(50deg, #8bc53f, #ffffff) !important;
    background: linear-gradient(40deg, #8bc53f, #ffffff) !important;
}
