
/*------------------------------------
- COLOR primaire
------------------------------------*/
.alert-primaire {
    color: #000000;
    background-color: #287dff;
    border-color: #1370ff;
}

.alert-primaire hr {
    border-top-color: #0062f9;
}

.alert-primaire .alert-link {
    color: #000000;
}

.badge-primaire {
    color: #fff;
    background-color: #00245B;
}

.badge-primaire[href]:hover, .badge-primaire[href]:focus {
    color: #fff;
    background-color: #000f28;
}

.bg-primaire {
    background-color: #00245B !important;
}

.bg-primaire-darker {
    background-color: #081A32 !important;
    background-image: url("/images/background_bleu.jpg");
    background-repeat: no-repeat;
}

a.bg-primaire:hover, a.bg-primaire:focus,
button.bg-primaire:hover,
button.bg-primaire:focus {
    background-color: #000f28 !important;
}

.border-primaire {
    border-color: #00245B !important;
}

.btn-primaire {
    color: #fff;
    background-color: #00245B;
    border-color: #00245B;
}

.btn-primaire:hover {
    color: #fff;
    background-color: #001537;
    border-color: #000f28;
}

.btn-primaire:focus, .btn-primaire.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 36, 91, 0.5);
}

.btn-primaire.disabled, .btn-primaire:disabled {
    color: #fff;
    background-color: #00245B;
    border-color: #00245B;
}

.btn-primaire:not(:disabled):not(.disabled):active, .btn-primaire:not(:disabled):not(.disabled).active, .show > .btn-primaire.dropdown-toggle {
    color: #fff;
    background-color: #000f28;
    border-color: #00245B;
}

.btn-primaire:not(:disabled):not(.disabled):active:focus, .btn-primaire:not(:disabled):not(.disabled).active:focus, .show > .btn-primaire.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 36, 91, 0.5);
}

.btn-outline-primaire {
    color: #00245B;
    background-color: transparent;
    border-color: #00245B;
}

.btn-outline-primaire:hover {
    color: #fff;
    background-color: #00245B;
    border-color: #00245B;
}

.btn-outline-primaire:focus, .btn-outline-primaire.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 36, 91, 0.5);
}

.btn-outline-primaire.disabled, .btn-outline-primaire:disabled {
    color: #00245B;
    background-color: transparent;
}

.btn-outline-primaire:not(:disabled):not(.disabled):active, .btn-outline-primaire:not(:disabled):not(.disabled).active, .show > .btn-outline-primaire.dropdown-toggle {
    color: #fff;
    background-color: #00245B;
    border-color: #00245B;
}

.btn-outline-primaire:not(:disabled):not(.disabled):active:focus, .btn-outline-primaire:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primaire.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 36, 91, 0.5);
}

.list-group-item-primaire {
    color: #000000;
    background-color: #1370ff;
}

.list-group-item-primaire.list-group-item-action:hover, .list-group-item-primaire.list-group-item-action:focus {
    color: #000000;
    background-color: #0062f9;
}

.list-group-item-primaire.list-group-item-action.active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table-primaire,
.table-primaire > th,
.table-primaire > td {
    background-color: #1370ff;
}

.table-hover .table-primaire:hover {
    background-color: #0062f9;
}

.table-hover .table-primaire:hover > td,
.table-hover .table-primaire:hover > th {
    background-color: #0062f9;
}

.text-primaire {
    color: #00245B !important;
}

a.text-primaire:hover, a.text-primaire:focus {
    color: #000f28 !important;
}

.navbar-primaire-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.9);
}

.navbar-primaire-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.row-primaire {
    background-color:#022762;
    color:#FFF;
}