#id_is_active,
#id_cpdt_tracfin_dirigeant,
#id_dclt_tracfin_dirigeant,
#id_creation_compte {
    float: left;
    margin-right: 10px;
}

#demoModal.modal {
    transform: translate(-50%, -20%);
}

#demoModal .modal-title {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    color: #344767;
}

tr.prorite-F > td, tr.prorite-F.sorting_1 > td {
    background: #ffc1c1 !important;
}

div#menu-client {
    top: 15px !important;
}

.grecaptcha-badge {
    z-index: 100;
}

.center-block-lending {
    display: block;
    margin: -15% auto 0;
}

.notify-bubble {
    color: #fff;
    background-color: red;
    border-radius: 50%;
    width: 24px;
    text-align: center;
    height: 24px;
    line-height: 24px;
}

/* RadioButton pour la gestion du sens dans l'écran de rattachement d'un cabinet. */
#id_sens {
    line-height: 23px;
    padding-left: 0;
    display: flex;
    justify-content: space-around;
}

#id_sens input {
    margin-right: 10px;
}

/* RadioButton pour la gestion du type de responsable dans l'écran d'ajout d'un responsable conformité. */
#id_type_responsable {
    line-height: 23px;
    padding-left: 0;
    display: flex;
    justify-content: space-around;
}

#id_type_responsable input {
    margin-right: 10px;
}

input[type="radio"]:checked + label {
    text-decoration: underline;
}

.btn.btn-cancel {
    color: white;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-cancel:hover {
    background-color: #5a6268;
    border-color: #5a6268;
}

div.inputLoader > .btn-input {
    position: absolute;
    right: 0;
    opacity: 100% !important;
    font-size: 1.15rem;
    padding: 6px 12px;
    border-radius: 10px;
    min-width: 2.6rem;
    height: auto;
}

#id_demandeur_identique {
    margin-top: 10px;
    margin-right: 10px;
}

.liste-collaborateur div.dt-buttons {
    max-width: 100%;
    margin-bottom: 10px;
}

.bandeau-orias {
    max-width: 60%;
    margin: auto;
    border-radius: 1rem;
    background-color: #fd4c4c;
    border: 2px solid #fff;
}

.bandeau-orias p {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}

a#navbarDropdownMenuLink {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
}

#menu-client a, #menu-client > div {
    padding: 3px 20px;
}

#bloc_reduction {
    display: inline-flex;
    line-height: 34px;
    color: #fd4c4c;
    font-weight: bold;
}

input#id_pourcentage_reduction {
    background: transparent;
    border: none;
    padding: 0;
    color: #fd4c4c;
    font-weight: bold;
    text-align: center;
    line-height: 10px;
}

.text-valider {
    color: #1c7430;
}

.marginright-10 {
    margin-right: 10px;
}

.marginleft-10 {
    margin-left: 10px;
}

.dropdown-item > i {
    margin-right: 4px !important;
}

#menu-client span {
    font-size: 15px;
}

h2.accordion-header {
    background: #f4b200;
    margin: 15px 0;
    border-radius: 10px;
    padding: 0 10px;
}

h2.accordion-header button,
h2.accordion-button:not(.collapsed) {
    color: #fff !important
}

table th.center {
    text-align: center;
}

tr.bggris td {
    background: #d0d0d0 !important;
}


tr.bgrouge td {
    background: #fba2a2 !important;
}

input.border-valide {
    border: 1px solid #2bd32b;
}

input.border-non-valide {
    border: 1px solid #d32b2b;
}

img.flag {
    max-width: 15px;
    margin-right: 5px;
    margin-top: -4px;
}


.footer.pt-3 {
    margin-top: 20px;
}

div .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    background: #2d4a64;
    border: none;
    padding: 1px 9px;
    color: #fff;
}

div .select2-container--bootstrap .select2-selection--multiple .select2-search--inline textarea.select2-search__field {
    height: 40px;
    line-height: 40px;
}

div .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

div .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    line-height: 33px;
}

div .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove span {
    margin-right: 8px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 17px;
    height: 17px;
    line-height: 14px;
    font-size: 14px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

div .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover span {
    background: #fff;
    color: #2d4a64;
}

li.select2-results__option--selected {
    background: #c9c9c9;
}

input.form-check {
    float: left;
}

.bar-etape-1 {
    background-color: #fa5858;
}

.bar-etape-2 {
    background-color: #ffd75a;
}

.bar-etape-3 {
    background-color: #bae79f;
}

.bar-etape-4 {
    background-color: #99c778;
}

.bar-etape-5 {
    background-color: #96e75d;
}

table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting::after {
    content: "▼";
    float: right;
}

table.dataTable thead .sorting_asc::after {
    content: "▲";
    float: right;
}


div table.dataTable thead th,
div table.dataTable thead td,
#ListePays thead th,
#ListePays thead td {
    padding: 10px 10px;
}

div span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

div span.select2.select2-container.select2-container--default .select2-selection {
    height: 40px;
    border-color: #d2d6da;
}

div span.select2.select2-container.select2-container--default .select2-selection span {
    height: 40px;
    line-height: 38px;
    font-size: 14px;
}

.datatable thead th, #ListePays thead th {
    background: #11bdef;
    color: #fff;
}

.datatable thead tr th, #ListePays thead tr th {
    font-size: 14px;
}

div .select2-container--bootstrap .select2-selection--single {
    height: 40px;
    border-radius: 8px;
    box-shadow: none;
    line-height: 26px;
}

.filtrepays, .filtreviolation {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.filtrepays label, .filtreviolation label {
    color: #fff;
}

.filtrepays td, .filtreviolation td {
    padding: 2px;
    border: 2px solid #fff;
    background: #5277f2;
    color: #fff;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #b0b0b0;
    background-size: 12px;
    border-radius: 100px;
    width: 20px;
    height: 20px;
}

.row.mt-4.bloc-news .col-4.text-end img {
    max-height: 24px;
    width: auto !important;
    max-width: 100%;
}

#navbarBlur .container-fluid.py-1.px-3 {
    padding-right: 0 !important;
}

.carousel-inner > div h5 a {
    height: 16px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    font-weight: lighter;
}

.col-3 .icon-shape {
    width: 40px;
    height: 40px;
    line-height: 1;
}

.col-3 .icon-shape i {
    top: 11px;
}

.dt-button.buttons-collection.buttons-page-length .dt-down-arrow {
    display: none;
}

.carousel-inner > div {
    padding: 7px 50px;
    border-bottom: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    min-height: 140px;
    text-align: center;
}


.form-validation .row .col-lg-12 > a {
    width: 23px;
    height: 25px;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    background: url(../images/telecharger.png);
    background-size: contain;
}

p.text-readonly {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #d2d6da;
    border-radius: 0.5rem;
    min-height: 2.5rem;
    margin-bottom: 0;
}

.card-header h4.card-title {
    line-height: 35px;
    margin: 0;
}

a.btn.btn-success {
    margin: 0;
}

.info-conformite {
    padding-top: 20px !important;
    max-height: 350px;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.nav-item .icon-sm {
    width: 27px;
    height: 27px;
}

/* Pas de flèche pour les champs numérique : Chrome, Safari, Edge, Opera */
input[type=number].numeric-without-arrows::-webkit-outer-spin-button,
input[type=number].numeric-without-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Pas de flèche pour les champs numérique : Firefox */
input[type=number].numeric-without-arrows {
    -moz-appearance: textfield;
}

#eye-icon {
    position: absolute;
    right: 15px;
    top: 22px;
}

.navbar-vertical .navbar-nav a.nav-link {
    padding-left: 5px;
    padding-right: 10px;
}

.navbar-vertical .navbar-nav li.nav-link .icon {
    padding: 5px;
}

div .dt-button.buttons-columnVisibility.active, div .dt-button.button-page-length.active {
    background: #000;
    margin-bottom: 9px;
}

div > ul.nav.ms-4 > li a {
    white-space: normal !important;
}

.table-tbd {
    width: 100%;
    margin-top: 15px;
    bottom: 20px;
    font-size: 14px;
}

.numbers .text-sm {
    font-size: 12px;
}

.carousel-item span {
    font-size: 14px;
}

.bloc-news img {
    max-height: 25px !important;
    max-width: 75px !important;
}

.mode-emploi iframe {
    margin-top: -85px;
}

div.mode-emploi {
    overflow: hidden;
    border-radius: 20px;
    padding: 0;
    margin: 0 1%;
    max-width: 98%;
}

div.partenaire-bg-small {
    width: 70%;
    height: 200px;
    border-radius: 10px 30px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-bottom: 20px;
    background-position: center;
    margin-left: 15%;
}

div.item-partenaire a {
    border-bottom: 2px dotted #597e71;
    display: block;
    padding-bottom: 20px;
}

div.item-partenaire {
    margin: 5px 0;
    padding: 30px;
}

.datatable_sans_export {
    width: 100%;
}

.datatable_sans_export td {
    border: 1px solid;
    padding: 5px 10px;
}

.datatable_sans_export th {
    background: #f4b200;
    padding: 7px;
    color: #fff;
    border: 1px solid #f4b200;
}

div.imgbgarticle {
    height: 250px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

ol.breadcrumb {
    border-bottom: 1px solid;
    border-radius: 0;
    border-top: 1px solid;
    margin-top: 10px;
    padding: 6px 0;
    color: #6c757d !important;
    font-weight: 500;
}

.row > div.col-lg-1:first-child > a.btn.btn-primary.valider {
    float: left;
}

ol.breadcrumb li {
    color: #6c757d !important;
}

.breadcrumb-item.text-sm::after {
    content: ">";
    margin: 0 0 0 6px;
}

.tooltips-carto {
    background: #fff;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    padding: 0;
    line-height: 16px;
    margin-right: 5px;
}

.breadcrumb-item.text-sm > a {
    color: #fff;
}

div.progress {
    height: 22px;
}

.breadcrumb-item.text-sm.active::after {
    display: none;
}

table.carto {
    width: 100%;
}

.table-base td, .table-base th {
    border: 1px solid #000;
    padding: 8px;
}

.table-base th {
    background: #f4b200;
    color: #fff;
}

.cellule-1-0, .cellule-2-1, .cellule-3-2, .cellule-4-3, .cellule-5-4,
.td-orange {
    background: #fca558;
}

.cellule-2-0, .cellule-2-0, .cellule-3-0, .cellule-3-1, .cellule-4-0, .cellule-4-1, .cellule-4-2, .cellule-5-0, .cellule-5-1, .cellule-5-2, .cellule-5-3,
.td-rouge {
    background: #fc5858;
}

.cellule-1-1, .cellule-1-2, .cellule-2-2, .cellule-1-3, .cellule-2-3, .cellule-3-3, .cellule-1-4, .cellule-2-4, .cellule-3-4, .cellule-4-4,
.td-vert {
    background: #a2fc58;
}

h2.accordion-header button, h2.accordion-button:not(.collapsed) {
    color: #000 !important;
    font-weight: bold;
}

.nav-breadcrumb .breadcrumb.bg-transparent {
    padding: 15px 10px 17px;
    margin-top: 28px;
}

.nav-breadcrum ol.breadcrumb {
    margin-top: 11px;
    margin-bottom: 0;
}

.text-sm {
    font-size: 14px !important;
}

#accordionFAQ .accordion-item:nth-child(2n+1) .accordion-header {
    border: 2px solid #AAAAAA;
    background-color: rgba(170, 170, 170, 0.15);
}

#accordionFAQ .accordion-item:nth-child(2n) .accordion-header {
    border: 2px solid #f4b200;
    background-color: rgba(56, 99, 242, 0.15);
}

input#id_rgpd {
    float: left;
    margin-bottom: 50px;
    margin-top: -2px;
    margin-right: 10px;
}

input#id_confirmation_ca {
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}

.table-tbd tr.total td,
.table-tbd thead tr td {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

table.carto td {
    border: 2px solid #ffffff;
    padding: 7px;
    font-size: 13px;
    width: 16%;
}

.table-tbd td {
    padding: 5px 10px;
    border: 1px solid;
    border-right-color: #fff;
    border-left-color: #fff;
}

.blocnews {
    background: #e6e5e5;
    line-height: 18px;
    padding: 10px 17px !important;
    border-radius: 12px !important;
    margin: 7px 0px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {

    padding-top: 1px;
    padding-bottom: 1px;
    margin: 0 0.5rem;

}

.navbar-vertical .navbar-nav .nav-link {

    display: flex;
    align-items: center;
    white-space: nowrap;

}

.navbar-vertical .navbar-nav .nav-link {

    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 500;
    color: #000000;

}

a.plustard {

    background: #c9f3f3;
    border-radius: 13px;

}

button.tooltips {
    border: none;
    width: 17px;
    height: 17px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 21px;
    margin-left: 5px;
    background-color: #be3ad8;
    color: #fff;
    line-height: 1;
}

.tooltip .tooltip-inner {
    max-width: 450px !important;
}

.center > i, .center > a {
    text-align: center;
    display: block;
}

td i.fa-solid.fa-circle-xmark {
    color: #ff5151;
    font-size: 18px;
}

td .fa-solid.fa-circle-check {
    color: #86ff6d;
    font-size: 18px;
}

td.formation-False, td.formation-False sorting_1 {
    background: #ff5e5e !important;
    font-weight: bold;
    color: #fff !important;
}

td.formation-True, td.formation-True.sorting_1 {
    background: #2dce89 !important;
    font-weight: bold;
    color: #fff !important;
}

td.center {
    text-align: center;
}

/********************************* DEBUT CALENDRIER **********************************/
.fc-scrollgrid-section.fc-scrollgrid-section-header, div.fc-list-day-cushion.fc-cell-shaded {
    background-color: #f4b200;
}

.fc-scrollgrid-section.fc-scrollgrid-section-header a, .fc-list-day-cushion.fc-cell-shaded a {
    color: #fff !important;
    font-weight: 500;
    padding: 10px;
    text-decoration: none;
}

div .fc-daygrid-event {
    white-space: normal;
}

.fc-daygrid-day-top a {
    text-decoration: none;
    background: #94e6ff;
    color: #fff;
    width: 30px;
    text-align: center;
    border-radius: 0 0 0 10px;
}

a.fc-event.fc-event-start {
    padding-left: 5px;
}

div.fc-daygrid-event-dot {
    display: none;
}

a.fc-daygrid-dot-event {
    align-items: inherit !important;
    white-space: normal !important;
}

div.fc-event-title {
    padding-left: 10px;
    margin-left: 6px;
    font-size: 12px;
    line-height: 16px;
}

.menu-icone {
    display: none
}

@media (max-width: 700px) {
    div.fc .fc-toolbar {
        display: block;
        text-align: center;
    }

    .card-header .col-lg-8 {
        text-align: center;
    }

    .menu-icone {
        font-size: 19px;
        z-index: 9999;
        position: fixed;
        right: 10px;
        top: 10px;
        color: #fff;
        background: #000;
        padding: 12px;
        border-radius: 5px;
        display: inherit !important;
    }

    .menu-ouvert i.menu-icone::before {
        content: "x";
    }

    .card-header .col-lg-4 a {
        display: block;
        padding: 10px !important;
        margin: 13px;
    }

    nav.nav-breadcrumb {
        width: 100%;
        text-align: center;
    }

    div ol.breadcrumb, .navbar-nav.justify-content-end {
        display: none;
    }

    div.dt-buttons {
        text-align: center;
        max-width: 100% !important;
    }

    div.dt-buttons button {
        margin-bottom: 10px;
    }

    div.fc .fc-toolbar > div {
        margin: 17px 0;
    }

    div a.fc-daygrid-dot-event {
        display: block;
        padding: 0;
    }

    div.fc-daygrid-event-dot {
        display: none
    }

    div div.fc-event-title {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        font-size: 12px;
        line-height: 16px;
    }
}

/********************************* FIN CALENDRIER **********************************/


/********************************* DEBUT INPUT_LOADER **********************************/
div.inputLoader {
    position: relative;
}

div.inputLoader > input {
    float: left;
}

div.inputLoader > .spinner {
    position: absolute;
    right: 0;
    opacity: 100% !important;
    font-size: 1.15rem;
    padding: 6px 12px;
    border-radius: 10px;
    visibility: hidden;
    min-width: 2.6rem;
}

div.inputLoader > .spinner.ok {
    background: green;
    border-color: green;
}

div.inputLoader > .spinner.ko {
    background: red;
    border-color: red;
}

.green-border {
    border-color: green !important;
}

.red-border {
    border-color: red !important;
}

/********************************* FIN INPUT_LOADER **********************************/

div.news {
    text-overflow: ellipsis;
    overflow: hidden !important;
    border-bottom: 1px solid #c5c5c5;
    padding: 10px;
}

label.single-line {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

/****************************** MISE EN FORME DE LA GRILLE TARIFAIRE ************************/
.table-prix thead, .table-prix th {
    text-align: center;
    font-size: 18px;
}

.table-prix td {
    text-align: center;
    color: #23272b;
}

.table-prix td:first-child {
    text-align: left;
}

.table-prix {
    border-collapse: collapse;
    border: 2px solid black;
    width: 100%;
}

.table-prix td, .table-prix th {
    border: 1px solid black;
    padding: 5px;
}

.table-prix th {
    border: 2px solid black;
    padding: 5px;
}

.table-prix td {
    border-right: 2px solid black;
    padding: 5px;
}

.table-prix tr:nth-child(4n) {
    border-bottom: 2px;
}

.table-prix tr.bgbleu1 td {
    background: #bfd6f6 !important;
}

.table-prix tr.bgbleu2 td {
    background: #8dbdff !important;
}

.table-prix tr.bgbleu3 td {
    background: #64a1f4 !important;
}

/* GESTION DE LA DRAG AND DROP AREA - MULTIFILE UPLOAD */
.area {
    background: #f4b200;
}

#dropZone {
    border: 2px dashed white;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 50px;
    text-align: center;
    font: 21pt bold arial;
    color: white;
}

.pointer {
    cursor: pointer;
}

.delete_ged_file {
    text-decoration: line-through;
}

ul.list_file {
    padding-left: 15px;
    border-left: outset;
    border-left-width: 2px;
}

/* GESTION DE LA DRAG AND DROP AREA - MULTIFILE UPLOAD */

/* Input avec spinner sur le coté en boutton. */
div.buttonLoader {
    position: relative;
}

div.buttonLoader > input {
    float: left;
    width: calc(100% - 2.8rem);
}

div.buttonLoader > .spinner {
    position: absolute;
    opacity: 100% !important;
    font-size: 1rem;
    padding: 6px 12px;
    border-radius: 10px;
    margin-left: 4px;
}

div.buttonLoader > .spinner.loading {
    visibility: hidden;
    min-width: 2.5em;
}

div.buttonLoader > .spinner.ok {
    background: green;
    border-color: green;
    visibility: hidden;
    min-width: 2.5em;
}

div.buttonLoader > .spinner.ko {
    background: red;
    border-color: red;
    visibility: hidden;
    min-width: 2.5em;
}

/******************* ICONS DE VALIDATION *******************/
i.fa-solid.fa-circle-xmark {
    color: #ff5151;
}

i.fa-solid.fa-circle-check {
    color: #86ff6d;
}

i.fa-solid.fa-circle-question {
    color: #ffa500;
}

/******************* FIN ********************/


/******************* GESTION DES ICONS ET TEXT DANS LES PAGES DE DETAILS ********************/
div.ged-download-detail {
    padding-top: 4px;
    white-space: nowrap; /* Empêche le texte de passer à la ligne */
    overflow: hidden; /* Cache le texte qui dépasse */
    text-overflow: ellipsis; /* Affiche "..." lorsque le texte dépasse la cellule */
}

div.icon-detail {
    padding-top: 4px;
}

/******************* FIN ********************/

/******************* GESTION DES SWITCH ********************/
.form-switch-padding {
    padding: 0.4rem 0 0 0 !important;
}

.form-switch .form-check-input {
    height: 1.5em;
    width: 2.9em;
}

.form-switch .form-check-input:after {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-weight: 900;
    font-size: 12px;
    padding-left: 0.5em;
    color: #d5d8db;
    width: 1.65em;
    height: 1.65em;
}

.form-switch .form-check-input:checked:after {
    transform: translateX(23px);
    transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
    content: "\f00c";
    padding-left: 0.3em;
}

/******************* FIN ********************/

/******************* GESTION DES PHONENUMBERS FIELD ********************/
.iti {
    display: block !important;
}

/******************* FIN ********************/