/* custom.css or inside {% block css %} */
.btn-carbase-blue {
    background-color: #002855; /* Dark blue shade */
    color: white;
    border: none;
}

.btn-carbase-blue:hover {
    background-color: #334b66 ; /* Slightly darker on hover */
    color: #f0f8ff; /* Light accent color */
}

.btn-carbase-blue:disabled {
    background-color: #5a6473; /* Disabled state */
    color: #c0c0c0;
}


body {
    background-color: #f0f8ff;
    font-family: "Roboto", sans-serif;
}
.card, .card-header {
    background-color: #fefcf4;
}
.logo {
    max-height: 75px;
}

.form-control {
    /* font-size: 20px; */
    font-family: "Roboto", sans-serif;
}

.bg-bleu-carbase {
    background-color: #002855;
    color: #c0c0c0;
}

.text-bleu-carbase {
    color: #002855 !important;;
}
