body {
    font-size: 13px !important;
    font-weight: 400;
    font-family: Poppins, Helvetica, "sans-serif" !important;
}

h1, h2, h3, h4, h5{
    font-family: Poppins, Helvetica, "sans-serif" !important;
    font-size: 16px !important;
}
.btn, td a.btn {
    font-size: 11px !important;
    font-weight: 400 !important;
    font-family: Poppins, Helvetica, "sans-serif" !important;
}

.form-control, .form-select {
    padding: 6px 15px !important;
    border-color: #8484846e !important;
}

.datatableContent{
    overflow: scroll;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 900px;
    }
}


.home-card {
    height: 100%;
}

.home-card, .home-sub-card {
    transition: all .3s ease-in-out;
}

.row .home-card:hover, .row .home-sub-card:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 10px rgba(63, 62, 62, 0.87);
}

@media only screen and (max-width: 575px){
    .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    margin-top: 120px !important;
    }

    .page-wrapper .page-header .header-wrapper .nav-right > ul > li {
        width: auto;
        height: auto;
        border-radius: 10px;
    }
    .responsiveInfoOF{
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
        margin-top: 120px !important;
    }

    .page-wrapper .page-header .header-wrapper .nav-right > ul > li {
        width: auto;
        height: auto;
    }
    .responsiveInfoOF{
        display: none !important;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
    .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
        margin-top: 120px !important;
        padding: 0 15px;
    }

    .page-wrapper .page-header .header-wrapper .nav-right > ul > li {
        width: auto;
        height: auto;
        /* min-width: 75px; */
    }
}

@media screen and (max-width: 991px){
    .page-wrapper .page-header .header-wrapper .nav-right > ul > li .profile-media .flex-grow {
    display: none;
    }
}

@media screen and (min-width: 1199px){
    .page-wrapper .page-header .header-wrapper .nav-right > ul > li {
        width: auto;
        height: auto;
        min-width: 100px;
    }
}

.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 95px);
    margin-top: 128px;
    margin-left: 0px;

}

.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    left: -47px;
}

.page-header{
    width: 100% !important;
    background-color: white;
}

.page-wrapper .page-header .header-wrapper .nav-right > ul > li .badge {
    position: relative !important;
    right: 0;
    top: 0;
}

/* .page-wrapper .page-header .header-wrapper .nav-right > ul > li {
    width: auto;
    height: auto;
    border-radius: 10px;
    min-width: 100px;
} */

.card .card-body {
    padding: 10px;
}

.label {
    color: black !important;
}
/* 
.menuActive{
    border: 2px solid var(--theme-default) !important;
    border-radius: 10px;
} */

#myDropdown{
    z-index: 10;
}

.dropzone{
    border: none !important;
}

.dropzone .dz-preview .dz-error-message{
    top:50px;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color:  #f1f1f1
}

.show {
    display:block;
}

.customizer-links{
    display: none;
}

.filters th input{
    height: 30px;
    max-width: 100px;
}

table .bg-primary {
    background-color: #9d884a !important;
}

#reportrange{
    border-radius: 10px;
}

.btnexport{
    top: 44px;
    width: 100%;
    height: 70px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.nostyleli{
    list-style-type: none;
}

.breadcrumb-arrow {
    min-height: 36px;
    /*     padding: 0; */
    line-height: 36px;
    list-style: none;
    overflow: auto;
    /*    background-color: #e6e9ed*/
    /*background: linear-gradient(to right, #eaeaea 0%,#ffffff 100%);*/
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    /*vertical-align: top;*/
}

{# .breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px;
} #}

.breadcrumb-arrow li+li:before {
    padding: 0;
    content: "";
}

.breadcrumb-arrow li span {
    padding: 0 10px;
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px;
}

.breadcrumb-arrow li:first-child a {
    padding: 0 10px;
}

.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #343a40;
    border: 1px solid #343a40;
}

.breadcrumb-arrow li:first-child a {
    padding-left: 10px;
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #343a40;
    border-left-style: solid;
    border-left-width: 10px;
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #fff;
}

.breadcrumb-arrow li a:focus,
.breadcrumb-arrow li a:hover {
    background-color: #40474e;
    border: 1px solid #40474e;
}

.breadcrumb-arrow li a:focus:before,
.breadcrumb-arrow li a:hover:before {
    border-left-color: #40474e;
}

.breadcrumb-arrow li a:active {
    background-color: #40474e;
    border: 1px solid #40474e;
}

.breadcrumb-arrow li a:active:after,
.breadcrumb-arrow li a:active:before {
    border-left-color: #40474e;
}

/*set for Last child*/

.breadcrumb-arrow li.active span {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
    border: 1px solid #007bff;
}

.breadcrumb-arrow li.active:first-child span {
    padding-left: 10px;
}

.breadcrumb-arrow li.active span:after,
.breadcrumb-arrow li.active span:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li.active span:before {
    right: -10px;
    z-index: 3;
    border-left-color: #007bff;
    border-left-style: solid;
    border-left-width: 11px;
}

.breadcrumb-arrow li.active span:after {
    right: -11px;
    z-index: 2;
    border-left: 10px solid #007bff;
}

.menuActive {
    position: relative;
    /* color: black; */
}

.menuActive::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #1A9782, #F9961E, #CA2025, #2C9C48);
}

.menuActive .fa{
    /* color: black; */
}

.contourContent{
    box-shadow: 0px 0px 7px #ccc;
    margin: 20px 0;
    width: 98%;
    background-color: white;
}

#pageWrapper{
    background: linear-gradient(135deg,#0000 20.5%,#fff 0 29.5%,#0000 0) 0 5.5px, linear-gradient( 45deg,#0000 8%,#fff 0 17%, #0000 0 58%) 11px 0, linear-gradient(135deg,#0000 8%,#fff 0 17%, #0000 0 58%,#fff 0 67%,#0000 0), linear-gradient( 45deg,#0000 8%,#fff 0 17%, #0000 0 58%,#fff 0 67%,#0000 0 83%,#fff 0 92%,#0000 0), #f7f7f7;
    background-size: auto, auto, auto, auto, auto;
    background-size: 22px 22px;
}

#datatable-candidat_paginate{
    display: flex;
    width: 100%;
    justify-content: space-between;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: black !important;
    border-radius: 10px;
    border: 1px solid black;
}

.itemSurligne{
    background-color: rgb(237, 237, 237);
    padding: 5px;
    border-radius: 10px;
}

.datatableinput{
    width: 100%;
    height: 30px !important;
    border-radius: 10px;
    padding: 6px;
}

#datatable-finance_paginate{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#datatable-statistique_paginate{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#datatable-formation_paginate{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

table thead{
    background-color: #EFF3F9 !important;
}

.fa-filter{
    color: black;
}

.tox-notification{
    display: none !important;
}

.tox-statusbar{
    display: none !important;
}

.royal-navy .event-container:hover > a {
    color: #164255 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 1.5em !important;
    right: 0 !important;
    top: -6px !important;
    left: unset !important;
    padding: 0 !important;
}

.modal-xl{
    width: 90% !important;
    max-width: initial;
    /* height: 90% !important; */
}

.modal-content{
    height: 100% !important;
}

.modal-body iframe{
    height: 100% !important;
    width: 100% !important;
}

.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    width: fit-content;
}

.monCompte{
    right: 0 !important;
    left: unset !important;
}


.addFlash{
    z-index: 1000;
}

.event-container > .event-info > p.event-title{
    font-size: 15px !important;
}


.select2-selection__arrow {
    display: flex !important;
    width: 0px !important;
}

.dropzone .dz-preview {
    width: unset !important;
    height: unset !important;
    min-height: unset !important;
}

.dropzone .dz-preview .dz-image {
    width: unset !important;
    height: 40px !important;
}

.dropzone .dz-preview .dz-details {
    padding: 0.5rem !important;
}

.dropzone{
    margin-left: unset !important;
}

.dz-default.dz-message{
    width: unset !important;
}

.patternSticky{
    position: sticky; /* Rend l'élément collant */
    top: 134px; /* Distance par rapport au haut de l'écran */
    background-color: #f1f1f1; /* Couleur de fond pour visibilité */
    padding: 10px;
    /* z-index: 1000; */
}

.infoBulle {
    color: #4c9fdb;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.bg-warning{
    background-color: #313788 !important;
}

.form-control-inline{
    width: unset !important;
    display: unset !important;
}

table.dataTable td {
    /* text-align: left;        Aligner horizontalement à gauche */
    vertical-align: top;     /* Aligner verticalement en haut */
}


.btn:hover {
    color: #b3b3b3;
}

.btn:focus {
    color: #b3b3b3;
}