/*---------------------------------------------------------------------------
                            DOCTOASSIST COLORS
---------------------------------------------------------------------------*/
:root {
    --bs-DoctoAssist: #34657f;
}

.btn-DoctoAssist {
    color: #fff;
    background-color: #34657f;
    border-color: #34657f;
}
.btn-DoctoAssist:hover {
    color: #fff;
    background-color: #2c566c;
    border-color: #2a5166;
}
.btn-check:focus + .btn-DoctoAssist, .btn-DoctoAssist:focus {
    color: #fff;
    background-color: #2c566c;
    border-color: #2a5166;
    box-shadow: 0 0 0 0.25rem rgba(82, 124, 146, 0.5);
}
.btn-check:checked + .btn-DoctoAssist, .btn-check:active + .btn-DoctoAssist, .btn-DoctoAssist:active, .btn-DoctoAssist.active, .show > .btn-DoctoAssist.dropdown-toggle {
    color: #fff;
    background-color: #2a5166;
    border-color: #274c5f; }
    .btn-check:checked + .btn-DoctoAssist:focus, .btn-check:active + .btn-DoctoAssist:focus, .btn-DoctoAssist:active:focus, .btn-DoctoAssist.active:focus, .show > .btn-DoctoAssist.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(82, 124, 146, 0.5);
}
.btn-DoctoAssist:disabled, .btn-DoctoAssist.disabled {
    color: #fff;
    background-color: #34657f;
    border-color: #34657f;
}
.btn-outline-DoctoAssist {
    color: #34657f;
    border-color: #34657f;
}
.btn-outline-DoctoAssist:hover {
    color: #fff;
    background-color: #34657f;
    border-color: #34657f;
}
.btn-check:focus + .btn-outline-DoctoAssist, .btn-outline-DoctoAssist:focus {
    box-shadow: 0 0 0 0.25rem rgba(52, 101, 127, 0.5);
}
.btn-check:checked + .btn-outline-DoctoAssist, .btn-check:active + .btn-outline-DoctoAssist, .btn-outline-DoctoAssist:active, .btn-outline-DoctoAssist.active, .btn-outline-DoctoAssist.dropdown-toggle.show {
    color: #fff;
    background-color: #34657f;
    border-color: #34657f;
}
.btn-check:checked + .btn-outline-DoctoAssist:focus, .btn-check:active + .btn-outline-DoctoAssist:focus, .btn-outline-DoctoAssist:active:focus, .btn-outline-DoctoAssist.active:focus, .btn-outline-DoctoAssist.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(52, 101, 127, 0.5);
}
.btn-outline-DoctoAssist:disabled, .btn-outline-DoctoAssist.disabled {
    color: #34657f;
    background-color: transparent;
}
.alert-DoctoAssist {
    color: #1f3d4c;
    background-color: #d6e0e5;
    border-color: #c2d1d9;
}
.alert-DoctoAssist .alert-link {
    color: #19313d;
}
.list-group-item-DoctoAssist {
    color: #1f3d4c;
    background-color: #d6e0e5;
}
.list-group-item-DoctoAssist.list-group-item-action:hover, .list-group-item-DoctoAssist.list-group-item-action:focus {
    color: #1f3d4c;
    background-color: #c1cace;
}
.list-group-item-DoctoAssist.list-group-item-action.active {
    color: #fff;
    background-color: #1f3d4c;
    border-color: #1f3d4c;
}
.link-DoctoAssist {
    color: #34657f;
}
.link-DoctoAssist:hover, .link-DoctoAssist:focus {
    color: #2a5166;
}
.border-DoctoAssist {
    border-color: #34657f !important;
}
.text-DoctoAssist {
    color: #34657f !important;
}

.bg-DoctoAssist {
    background-color: #34657f !important;
}

.bg-DoctoAssist-light {
    background-color: #34657f50 !important;
}

.table-hover tbody tr:hover {
    background-color: #34657f50 ; /* Changez cette couleur selon vos besoins */
}

.footer-logo {
    max-height: 120px;
    width: auto;
    object-fit: contain;
}

.CPF-logo {
    max-height: 120px;
    width: auto;
    object-fit: contain;
    margin-left: 5rem;
}

.CPF-logo-mobile {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

.logo-cpf-offset {
    transform: translate(-50%, -50%) translateX(30rem);
}
