.btn-primary {
    background: #02386e;
}

/* all p */
p {
    margin-bottom: 0px !important;
}

.btn-circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.btn-gradient-blue {
    background: linear-gradient(to right, #02386e, #007bff);
    color: #fff;
    /* width: 200px; */
    border-radius: 0;
}

.btn-gradient-blue:hover {
    background: #007bff;
    color: #fff;
}

div.bg-grey {
    width: 300px;
}

/* .bg-orange {
    background-color: #FFDB47;
} */

.bg-orange-light {
    background-color: #394960;
}

.btn-orange {
    border-radius: 50px;
    background-color: white !important;
    color: #000000 !important;
    width: 200px;
    BORDER: 1PX SOLID gray;
}

.btn-orange:hover {
    background-color: #DD2645 !important;
    color: white !important;
}

.btn-orange:focus {
    border-radius: 50px;
    background-color: white;
    color: #DD2645;
}

.text-orange {
    color: #DD2645;
}

.custom-text {
    font-size: 16px;
}

.submenu-item {
    color: rgb(255, 255, 255);
}

.submenu-item:hover {
    background-color: transparent;
    color: #DD2645;
}

.form-control::placeholder {
    font-size: 14px;
    color: #b4b4b4;
}

@media (max-width: 576px) {
    .custom-text {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .btn-orange {
        width: 170px;
    }
}

@media (min-width: 1900px) {
    .btn-orange {
        width: 260px;
        height: 50px;
    }

    .smartphone_logo {
        width: 260px;
    }
}

@media (min-width: 2560px) {
    .btn-orange {
        width: 320px;
        height: 60px;
    }

    .smartphone_logo {
        width: 320px;
    }

    .welcome-div {
        margin-top: 300px;
    }
}

@media (min-height: 890px) {
    .height-default {
        height: 100vh;
    }
}

.bg-img1 {
    /* background-image: url("../images/femme01.jpg"); */
    background-image: url("../images/FINDIT.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-color: #FFDB47; */
}

.form-line-input {
    border: none;
    /* Supprimer les bordures */
    background-color: transparent;
    /* Fond transparent */
    border-bottom: 1px solid #ccc;
    /* Bordure basse */
    border-radius: 0;
    /* Pas de coin arrondi */
    padding: 5px 0;
    /* Espacement du texte dans le champ */
}

/* Styles pour enlever les styles de focus sur les champs */
.form-line-input:focus {
    box-shadow: none;
    /* Supprimer l'effet de focus */
    outline: none;
    /* Supprimer l'outline */
}

.form-line-textarea {
    padding: 5px;
    /* Espacement du texte dans le textarea */
    border: 1px solid #ccc;
    /* Bordure du textarea */
    border-radius: 15px;
    /* Arrondi des coins */
}

.home_watch {
    background-image: url("../images/droite.jpg");
    /*background-color: #FFDB47;  Fallback */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}

.right-side {
    padding-top: 200px;
    right: 0;
}

.right-side-simple {
    color: grey;
    font-weight: lighter;
}

.right-side-bold {
    color: grey;
    font-weight: bold;
}

.right-button {
    margin-top: 25px
}

@media (max-width: 576px) {
    .mt-sm-5 {
        margin-top: 5px;
    }
}

.bg-welcome {
    background-image: url("../images/welcome1.jpg");
    /* background-image: url("../images/droite.jpg"); */
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    /* Facultatif */
    min-height: 100vh;
}

.welcome-div {
    margin-top: 200px;
    /* font-size: 80px; */
}

.btn-welcome {
    background: #fff;
    color: #fc9b33;
}

.btn-welcome:hover {
    background: #fff;
    color: #fc9b33;
}

.partner .phone-brand {
    margin-right: 120px;
}

.text-btn-red {
    color: red;
    font-weight: bold;
}

.text-btn-red:hover {
    color: rgba(255, 0, 0, 0.623);
}

.text-btn-green {
    color: green;
    font-weight: bold;
}

.text-btn-green:hover {
    color: rgba(0, 120, 0, 0.626);
}

.text-btn-warning {
    color: orange;
    font-weight: bold;
}

.text-btn-warning:hover {
    color: rgb(207, 138, 9);
}

.commencons {
    font-size: x-large;
    color: #DD2645;
}

.letter-spacing {
    letter-spacing: 5px;
}

/**
* PDF Facture
*/
.facture-pdf .print-footer,
.facture-pdf .import-footer {
    position: absolute;
    bottom: -55px;
    right: 25px;
}

.facture-pdf .print-footer a.btn,
.facture-pdf .import-footer button.btn {
    background-color: #0363fd;
    padding-left: 30px;
    padding-right: 30px;
}

.table-no-border tr {
    border: none;
}

.for-pagination {
    position: absolute;
    /* bottom: -60px; */
    right: 0;
    margin-top: 0.5rem;
}

.for-pagination .page-link {
    color: #FAB726;
}

.for-pagination .disabled .page-link {
    color: #aaa;
}

.for-pagination .active>.page-link,
.for-pagination .page-link.active {
    background-color: #FAB726;
    color: #fff;
    border-color: #FAB726;
}

#per_page {
    font-size: 12px;
}

#sidebar,
main {
    height: 100vh;
    overflow-y: auto;
}


.custom-checkbox {
    border: 1px solid #000000;
    padding: 4px;
}

.dropdown-button {
    margin-bottom: 0;
}

#modalAutocompleteData label {
    width: 90%;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -5px;
}

.with-bottom-border-shadow {
    position: relative;
    padding: 10px;
    color: #FAB726;
    border-spacing: 0;
    font-weight: normal;
    box-shadow: 0px 10px 20px -5px #ccc;
}

.with-bottom-border-shadow::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 0px;
}

.bg-cancel-red {
    background-color: rgba(255, 0, 0, .75) !important;
    color: #f1f1f1 !important;
}

.bg-cancel {
    background-color: #eee !important;
}

#loader {
    height: 100vh;
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    z-index: 10;
    display: none;
    justify-content: center;
}

.loading {
    width: 100%;
    height: 28px;
    background-color: rgba(0, 0, 0, .75);
    padding: 0 0 3px;
    text-align: center;
}

#loader span {
    color: #fff;
    font-size: 10pt;
}

.carousel-indicators [data-bs-target] {
    background-color: #333;
}

.carousel-control-prev {
    left: -15px;
}

.carousel-control-next {
    right: -15px;
}

/* Scrollbar (Webkit browsers - Chrome, Edge, Safari) */
.scrollbox::-webkit-scrollbar {
    width: 10px;
    background-color: #eee;
}

.scrollbox::-webkit-scrollbar-thumb {
    background-color: #FAB51F;
    border-radius: 10px;
}

/* style notification */

.bonCaisse {
    transition: 0.5s;
}

.bonCaisse:hover {
    background-color: #DD2645;
}

.bonCaisse:hover .col-4 {
    border-right: 3px solid white !important;
}

.bonCaisse:hover .d-flex .col-4 .d-flex i {
    color: white !important;
}

.bonCaisse:hover .col-8 .bonTitle,
.bonCaisse:hover .col-8 .bonFoot {
    color: white !important;
}

/* FERMER SESSION */
button.btn.text-orange.bottom-0.ferme-session:hover {
    background-color: red !important;
}

/* dasharboard */
.card.text-center.text-decoration-none.h-100 {
    background-color: #fab41f;
}

.text-white.rounded-circle.d-flex.align-items-center.justify-content-center.mb-3.bck-btn-dash {
    background-color: #ffffff !important;
}

/* CONTAINER CARD */
.shadow-lg {
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, 1) !important;
}

.shadow-lg.container-card {
    /* height: 64vh; position: relative; background-color: #fab41f; */
    height: 78vh;
    position: relative;
}

.tableHead {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: transparent !important;
}

.table-card {
    height: 78%;
    position: relative;
}


.form-card {
    padding: 1rem;
    height: 80vh;
    /*background-color: #fab41f;*/
    overflow-y: auto;
    color: black;
}

.container-right {
    height: 100vh;
    position: relative;
    color: gray !important;
}

/* MENU STYLE */
.bg-menu {
    background-color: rgb(59, 55, 55);
    padding-left: 0px;
    padding-right: 0px
}

.list-menu {
    height: 75vh;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* BTN MODIFICATOIN CLIENT */
.btn-add {
    background-color: rgb(69, 153, 69);
    transition: 0.5s;
}

.btn-add:hover {
    background-color: green !important;
}


/* RESPONSIVE */

@media (max-width: 775px) {
    .menus-resp {
        display: none;
        left: -50%;
        width: 50%;
        height: 100%;
        z-index: 9999;
        transition: transform 0.3s ease-in-out;

    }

    .menus-resp.show {
        transform: translateX(100%);
    }

    main {
        width: 100% !important;
    }

    .toggle-menu {
        display: block !important;
        padding-bottom: 0px;
        padding-top: 1px;
        top: 6px;
        RIGHT: 0px;
        POSITION: absolute;
        MARGIN-RIGHT: 10PX;
    }

    .history-back {
        display: block !important;
        padding-bottom: 0px;
        padding-top: 1px;
        top: 6px;
        left: 0px;
        POSITION: absolute;
        MARGIN-left: 10PX;
    }

    .user-and-time {
        width: 88% !important;
    }

    .time-text-align {
        text-align: center !important;
    }

    .menus-resp.show {
        display: block !important;
        /* Affiche l'élément quand cette classe est ajoutée */
    }

    .list-menu {
        height: 65vh !important;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}

@media (max-width: 500px) {
    .siege_resp {
        display: block !important;
    }

    #time {
        display: none !important;
    }

    .siege-resp-none {
        display: none !important;
    }

    .commencons {
        font-size: 3rem !important;
    }
}

.in-enter-resp {
    display: none;
}

@media (max-width: 990px) {
    .in-enter-resp {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .in-enter {
        display: none !important;
    }

    .titre-indentifiant {
        font-size: 2rem !important;
    }

    .label-resp {
        font-size: 2rem !important;
        /* Augmenter la taille des labels */
    }

    .input-resp {
        font-size: 2rem !important;
        padding: 3.375rem 1.75rem !important;
    }

    .text-btn-resp {
        font-size: 1.75rem !important;
    }


    .input-resp::placeholder {
        font-size: 1.75rem !important;
    }

    .form-login-resp {
        width: 95% !important;
    }

    .form-login-trig {
        width: 70% !important;
    }

    .text-resp {
        font-size: 5rem !important;
    }

    .smmec-logo-login {
        margin-bottom: 10rem !important;
    }

    .smmec-logo-login img {
        width: 700px !important;
    }

    .indentifier {
        FONT-SIZE: 6rem !important;
        margin-bottom: 5rem !important;
    }

    .indentifier-trig {
        FONT-SIZE: 6rem !important;
    }

    #section-login {
        justify-content: center !important;
        align-items: center !important;
    }

    .tongasoa {
        font-size: 3rem !important;
    }

    .welcome-div {
        margin-top: 400px !important;
    }

    .commencons {
        font-size: 5rem !important;
    }
}

@media (max-width: 478px) {
    .bdl-print-footer {
        position: relative !important;
        margin-top: 1rem !important;
        bottom: 0px !important;
        right: 0px !important;
    }

}

@media (max-width: 469px) {
    #id_imprimer {
        margin-top: 0.5rem !important;
    }
}


/* Styles par défaut du menu */
.menus-resp {
    position: fixed;
    transition: transform 0.3s ease-in-out;
}

/* Quand le menu est ouvert, on le fait glisser de la gauche */
.menus-resp.show {
    transform: translateX(100%);
}

/* Ajouter un overlay semi-transparent qui désactive les clics en arrière-plan */
#overlay {
    display: none;
    /* Caché par défaut */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Fond semi-transparent */
    z-index: 9998;
    /* Juste en dessous du menu */
}

#overlay.show {
    display: block;
}

.select2-selection.select2-selection--single {
    padding: .375rem .75rem;
    height: auto !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-selection__arrow {
    height: 100% !important;
    padding-right: 2rem;
}

.modal-backdrop {
    --bs-backdrop-zindex: 0 !important;
} 