body {
    font-family: "Roboto", sans-serif !important;
    background-color: #DBE3F4;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.bg-footer-client {
    background-color: rgb(37, 2, 134);
}

footer {
    background-color: white !important;
}

a {
    text-decoration: underline;
    color: #09204E !important;
}

#navbar-disconnected .navbar-content {
    width: 80rem;
    margin: 0 auto;
}

#navbar-disconnected .navbar-content .navbar-toggler {
    border: none;
}

#navbar-disconnected .nav-item {
    list-style: none;
    width: fit-content;
}

#navbar-disconnected .nav-item .nav-link {
    color: white !important;
    padding: 8px 0 2px 0;
    text-decoration: unset;
}

#navbar-disconnected .nav-item.active .nav-link {
    border-bottom: 1px solid white;
}

.bg-header-client {
    background-color: rgb(37, 2, 134);
}
.btn-confirmBenef {
    background-color: #78bd6b !important;
    color: #fff !important;
    border: none;
}

.btn-confirmBenef:hover {
    background-color: #5fae50 !important;
}

.text-primary-client {
    color: rgb(37, 2, 134);
}

.border-primary-client {
    border-color: #1c4d92;
    border-width: 5px;
}

@media (min-width:768px) {
    .row-success-sm {
        background-color: #ffffff;
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px 10px;
    }

    .bandeau-resp {
        display : none;
    }

}

@media (max-width:767px) {
    .row-success-sm {
        background-color: #ffffff;
        padding: 20px 10px;
    }
}

.row-primary-display @media screen and (max-width: 800px) {
    background-color: #f2f4f5;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.row-primary-display-non @media screen and (min-width: 800px) {
    background-color: #f2f4f5;

    /* margin-right: 20px */
    /* margin-left: 20px */
    /* padding-top: 20px */
    /* padding-bottom: 20px */
}

@media (max-width:767px) {
    .row-primary-xs {
        background-color: #f2f4f5;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .bandeau-desktop{
        display : none;
    }
}

@media (min-width:992px) {
    .PositionIfram {
    }

    .PositionIfram {
        height: 100%;
        min-width: 101.4%;
        margin-top: -5px;
        margin-left: -15px;
    }
}

@media (max-width:991px) {
    .PositionIframResponsive {
        height: 100%;
        width: 100%;
    }
}

@media (max-width:767px) {
    .display-responsiv {
        display: none;
    }
}

.btn-confirmBenef {
    background-color: #78bd6b !important;
    color: #fff !important;
    border: none;
}

    .btn-confirmBenef:hover {
        background-color: #5fae50 !important;
    }

.clickable-card {
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}

    .clickable-card:hover {
        box-shadow: 0 0 10px #28a745;
    }

.btn-info {
    background-color: #279e9f;
    border-color: #279e9f;
}
.text-info {
    color: #00a9a6 !important;
}
.btn-danger {
    background-color: #db3936;
    border-color: #db3936;
}
.alert-danger {
    color: #e74c3c;
}
.text-success {
    color: #1E7D34 !important;
}
.btn-outline-info {
    color: #28a745;
    border-color: #28a745;
}

    .btn-outline-info:hover {
        background-color: #28a745;
        border-color: #28a745;
        color: white;
    }

.text-danger {
    color: #e74c3c !important;
}

.bandeau-desktop{
    width : 100%;
}

.div-title {
    background-color: rgb(37, 2, 134);
}

.container-white {
    background-color: white;
}

.alert.alert-info {
    border: 1px solid #DBE3F4 !important;
    background-color: #DBE3F4 !important;
    padding: 16px;
    color: #09204E !important;
}

.alert .icon {
    min-width: 32px !important;
    margin-right: 16px;
}

ol, ul {
    padding-left: 16px;
    margin-bottom: 0;
}

.eyeClose, .eyeOpen, .eyeCloseOld, .eyeOpenOld, .eyeCloseNew, .eyeOpenNew, .eyeCloseConf, .eyeOpenConf {
    border: none !important;
    background-color: transparent !important;
    position: absolute;
    bottom: 18px;
    top: auto !important;
}

.btn-primary {
    background-color: rgb(37, 2, 134);
    border:1px solid rgb(37, 2, 134);
    border-radius: 0 !important;
    color: white !important;
    cursor: pointer;
    padding: 16px 32px !important;
}

.btn-primary:disabled, .btn-primary.disabled {
    opacity: 0.75;
    background-color: rgb(37, 2, 134) !important;
    border: 1px solid rgb(37, 2, 134) !important;
    color: white !important;
    cursor: not-allowed;
}

.btn-primary:not([disabled]):hover, .btn-primary:not([disabled]):focus {
    background-color: white;
    color: rgb(37, 2, 134) !important;
}

.btn-danger {
    background-color: #DB3936;
    border: 1px solid #DB3936;
    border-radius: 0 !important;
    color: white !important;
    cursor: pointer;
    padding: 16px 32px !important;
}

.btn-danger:disabled {
    opacity: 0.75;
    background-color: #DB3936 !important;
    border: 1px solid #DB3936 !important;
    color: white !important;
    cursor: not-allowed;
}

.btn-danger:not([disabled]):hover, .btn-danger:not([disabled]):focus {
    background-color: white;
    color: #DB3936 !important;
}

.form-control {
    border-radius: 0;
    min-height: 50px;
}

@media (min-width: 992px) {
    #navbar-connected {
        left: 0 !important;
    }

    #header-connected {
        display: none !important;
    }

    .main-margin {
        margin: 16px 0 16px 300px !important;
    }
}

.main-margin {
    margin: 60px 16px 0 16px;
}

#header-connected {
    background-color: #250286;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
}

#navbar-connected {
    width: 300px;
    top: 0;
    bottom: 0;
    left: -300px;
    position: fixed;
    background-color: rgb(37, 2, 134);
    z-index: 1050 !important;
    
}

#navbar-connected.opened {
    left: 0px !important;
}

#navbar-connected .nav-link {
    width: 100%;
    color: white !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: bold;
}

#navbar-connected .nav-link.active {
    color: rgb(37, 2, 134) !important;
    background-color: white !important;
}

.modal .modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
}

.card-beneficiaire {
    background-color: #C1EDDE;
    border-radius: 0;
    border: none;
}

.card-beneficiaire .form-check-input {
    width: 20px;
    height: 20px;
    margin-left: 0;
}

.card-beneficiaire .form-check-label {
    margin-top: 40px;
    padding-left: 0 !important;
}



@media (min-width: 768px) {
    .footer-connected {
        margin-left: 300px !important;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (max-width: 575.98px) {
    .modal-lg {
        max-width: 100% !important;
        margin: 0px !important;
        padding: 10px !important;
    }
}
