﻿
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    border-color: transparent !important;
    /* border-color: var(--bs-btn-active-border-color); */
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(/fonts/materialdesignicons-webfont.woff2) format('woff2'), url(/fonts/materialdesignicons-webfont.woff) format('woff'), url(/fonts/materialdesignicons-webfont.ttf) format('truetype');
}

.custom-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.custom-checkbox {
    display: flex;
    align-items: center;
}

    .custom-checkbox input[type=checkbox] {
        margin-right: .25em;
        padding:.15em;
    }

@font-face {
    font-family: 'WorkSans';
    font-style: normal;
    font-weight: 400;
    src: local('WorkSans'), local('WorkSans-Regular'), url(/fonts/WorkSans-VariableFont_wght.ttf) format('truetype');
}

@font-face {
    font-family: denseregular;
    src: url(/fonts/Dense-Regular.otf) format("truetype");
    font-display: swap
}
/*
@font-face {
    font-family: 'WorkSans';
    font-style: normal;
    font-weight: 400;
    src: local('WorkSans'), 
        local('WorkSans-Regular'), 
        url(/fonts/WorkSans-VariableFont_wght.ttf) format('truetype');
}

@font-face {
    font-family: denseregular;
    src: url(/fonts/Dense-Regular.otf) format("truetype");
    font-display: swap
}*/


html {
    background-color: #ffffff;
    /*background-color: #0d0d0d;*/
}



body {
    font-family: var(--font-sans);
    background: #f9f9f7;
    padding: 0rem 1rem 0rem 1rem;
    color: var(--color-text-primary);
    min-height: 100vh; 
}


/*body {
    font-family: "Poppins", sans-serif;
    
    background-color: #f6f6f6;
    font-family: 'WorkSans','Nunito', sans-serif;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    /*background: #f1f2f7;*/
    padding-top: 90px;
    padding-left: 2em;
    padding-right: 2em;
}


/* Set password :before*/
.valid {
    color: green;
}

.password-validation li:before {
    position: relative;
    font-size: 1.3em;
    left: -5px;
    font-family: 'Material Icons';
    display: inline;
    vertical-align: middle;
}

.valid:before {
    content: '\F05E1';
}

.invalid {
    color: #666666;
}

    .invalid:before {
        content: '\F0766';
    }

/* End password */


/* Set padding to keep content from hitting the edges */
.no-Padding {
    padding: 0px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

.editSelect select, .editSelect input {
    display: inline-block;
}
/* Set width on the form input elements since they're 100% wide by default */
/*input,select,textarea {
    max-width: 280px;
}*/

table {
    width: 100%;
    /*border: 1px solid #0d0d0d;*/
    border-collapse: collapse;
}

    table th {
        background-color: #F7F7F7;
        font-weight: bold;
    }

        table th a, table th a:visited {
            color: #333;
        }



.href {
    /*color: #007bff;*/
    color: rgb(52, 108, 176);
    text-decoration: none;
    background-color: transparent;
}

    .href:hover {
        /*color: #007bff;*/
        color: rgb(52, 108, 176);
        text-decoration: underline;
        cursor: pointer;
    }



.href-menu {
    text-decoration: none;
    background-color: transparent;
}

    .href-menu:hover {
        /*color: #007bff;*/
        color: rgb(52, 108, 176);
        /*        text-decoration: underline;*/
        cursor: pointer;
    }


.handover:hover {
    cursor: pointer;
}

.handover-green:hover {
    cursor: pointer;
    color: green;
}

.handover-blue:hover {
    cursor: pointer;
    color: blue;
}

a {
    color: rgb(52, 108, 176); /*color: #5fbae9;*/
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

    a i {
        color: #777777; /*color: #5fbae9;*/
        display: inline-block;
        text-decoration: none;
        font-weight: 400;
    }

    a:hover {
        text-decoration: none !important;
    }

h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}

label.form {
    font-weight: bold;
}


.numeroDossier {
    color: rgb(52, 108, 176);
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

/*BootStrap*/

.nav-item {
    padding: 0.5em;
}

/* Supprimer la flèche (caret) du menu déroulant */
.navbar .sans-fleche .dropdown-toggle::after {
    display: none;
}

/* Supprimer la flèche (caret) du menu déroulant */
.btn-group .sans-fleche.dropdown-toggle::after {
    display: none;
}


.tox-tinymce {
    border: 0px solid rgb(238, 238, 238) !important;
}

/* STRUCTURE */

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

#formContentcreateuser {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
    display: flex;
    justify-content: center;
}

#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

/* TABS */

h2.inactive {
    color: #cccccc;
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}

/* FORM TYPOGRAPHY*/

a[type=button]:not(.list-group-item), input[type=button]:not(.dropdown-item), input[type=submit]:not(.dropdown-item), input[type=reset], .btn.btn-default {
    background-color: #007bff;
    color: white;
}

a[type=button]:not(.list-group-item):hover, input[type=button]:hover, input[type=submit]:not(.dropdown-item):hover, input[type=reset]:hover, .btn-cote:hover, .btn.btn-default:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

.btn.btn-back {
    background-color: #e0e0e0 !important;
    color: #333 !important;
}

.btn.btn-back:focus {
    background-color: #cfcfcf !important;
    transform: scale(1.05);
}

.deleguation-reclamation .btn.btn-menu.autre {
    color: white;
    background-color: rgba(255,0,0,0.25);
    border: 1px solid black;
    padding: .5rem;
}

.btn.btn-menu.autre {
    color: white;
    background-color: rgba(255,255,255,0.15);
    border: 1px solid;
}


.btn.btn-menu.action-primaire {
    color: white;
    background-color: #007bff;
    border: 1;
}


.btn.btn-menu.valide {
    color: white;
    background-color: #28a745;
    border: 0;
}

    .btn.btn-menu.valide:hover {
        background-color: #218838;
        transform: scale(1.05);
    }

.btn.btn-menu.refus {
    color: white;
    background-color: #dc3545;
    border: 0;
}

    .btn.btn-menu.refus:hover {
        background-color: #bb2d3b;
        transform: scale(1.05);
    }


.btn-cote {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 15px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}


.SansBorderActif:focus {
    background-color: #fff;
    outline: none;
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.green {
    color: #008000;
}


.red {
    color: #d00;
}



.orange {
    color: #f39c12;
}

.white {
    color: #ffffff;
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

    .underlineHover:hover:after {
        width: 100%;
    }

/* OTHERS */
*:focus {
    outline: none;
}

#icon {
    width: 60%;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}

.field-validation-error {
    color: #f00;
}

.validation-summary-errors {
    color: #f00;
    font-weight: bold;
}

.input-validation-error {
    border: 2px solid #f00;
    background-color: #fee
}

input[type="checkbox"].input-validation-error {
    outline: 2px solid #f00;
}

.color-ferme, .color-livre {
    color: green;
}

.color-valid, .color-plannif, .color-dev, .color-test, .color-livraison, .color-info, .color-reouvre {
    color: orange;
}


.card {
    position: relative;
    background-color: #fff;
    /*-webkit-box-shadow:0 1px 5px 0 rgba(84,84,84,0.2),0 2px 2px 0 rgba(84,84,84,0.2),0 3px 1px -2px rgba(84,84,84,0.2);*/
    box-shadow: 0 1px 5px 0 rgba(84,84,84,0.2),0 2px 2px 0 rgba(84,84,84,0.2),0 3px 1px -2px rgba(84,84,84,0.2);
    border-radius: 2px;
    padding: 0px;
}

/*test*/
.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        margin-top: 2em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.numberCircle {
    font: 32px Arial, sans-serif;
    width: 1.2em;
    height: 1.2em;
    box-sizing: initial;
    background: #fff;
    border: 0.1em solid #666;
    color: #666;
    text-align: center;
    border-radius: 50%;
    line-height: 1.2em;
    box-sizing: content-box;
}

.filter {
    background: url('/images/loupe.svg') no-repeat 5px center #fff;
    background-size: 24px;
    padding-left: 35px;
    margin-top: 0.35em;
}

.cadre {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 6px #c5c5c5;
    padding: 1em;
    padding: 1em;
}

    .cadre .content {
        margin: auto;
        align-items: center;
        /*display: flex;
        flex-direction: column;

        max-width: 70px*/
    }

.DossierBase .card-body {
    display: flex;
}

.card .vignette .mdi {
    font-size: 48px;
}

.dropdown .btn:focus {
    box-shadow: none;
}

.dropdown-toggle-nocaret:after {
    display: none
}

.card-action {
    float: right
}

    .card-action a i {
        color: #000000;
        border-radius: 50%;
    }


@media (min-width:768px) {
    .timeline {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

.timeline-heading {
    margin-top: .25rem;
    font-size: 1em
}

    .timeline-heading .custom-control-inline {
        vertical-align: middle;
        margin-right: 0;
        margin-top: -4px
    }

    .timeline-heading .text-link {
        vertical-align: middle;
        margin-right: 0;
        margin-top: -4px;
        font-weight: bold;
    }

@media (min-width:768px) {
    .timeline-heading .custom-control-inline {
        margin-top: 0
    }
}

.timeline-item {
    position: relative;
    display: flex
}

    .timeline-item:after {
        display: block;
        clear: both;
        content: ""
    }

    .timeline-item:first-child .timeline-body,
    .timeline-item:first-child .timeline-figure {
        padding-top: 0
    }

    .timeline-item:last-child .timeline-body,
    .timeline-item:last-child .timeline-figure {
        margin-bottom: 1.25rem
    }

.timeline-figure {
    position: relative;
    padding: .5rem 0
}

    .timeline-figure:before {
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        top: 1rem;
        left: 50%;
        margin-left: -1px;
        border-start: 2px solid rgba(34,34,48,.1)
    }

.timeline-dashed-line .timeline-figure:before {
    border-start-style: dashed
}

.timeline-figure .tile {
    position: relative;
    box-shadow: 0 0 0 2px #f6f7f9;
    z-index: 2
}

.timeline-fluid .timeline-figure {
    padding-top: .25rem;
    padding-bottom: .25rem
}

    .timeline-fluid .timeline-figure:before {
        display: none
    }

.timeline-body {
    width: 100%;
    margin-left: 1.25rem;
    padding: .5rem 0
}

.timeline-fluid .timeline-body {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.timeline-date {
    font-size: .75rem;
    color: #888c9b;
}

.timeline-figure {
    position: relative;
    padding: .5rem 0
}

    .timeline-figure:before {
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        top: 1rem;
        left: 50%;
        margin-left: -1px;
        border-start: 2px solid rgba(34,34,48,.1)
    }

.timeline-dashed-line .timeline-figure:before {
    border-start-style: dashed
}

.timeline-figure .tile {
    position: relative;
    box-shadow: 0 0 0 2px #f6f7f9;
    z-index: 2
}

.timeline-figure .mdi {
    font-size: 24px !important;
}


.mdi.color-red {
    color: red;
}

.mdi.color-green {
    color: green;
}

.mdi.color-orange {
    color: orange;
}

.mdi.color-black {
    color: black;
}


.mdi.fa-md {
    font-size: 18px !important;
}

.mdi.fa-sm {
    font-size: 12px !important;
}

.mdi.fa-1_1x {
    font-size: 20px !important;
}

.mdi.fa-1_2x {
    font-size: 30px !important;
}

.mdi.fa-1_5x {
    font-size: 36px !important;
}

.mdi.fa-2x {
    font-size: 48px !important;
}

.mdi span {
    background: no-repeat 0 0;
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    right: -8px;
    top: -8px;
}

.rotator {
    color: #363642;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .rotator.down {
        color: #363642;
        transform: rotate(90deg);
    }

.tile-circle {
    border-radius: 4rem
}

.tile-sm {
    width: 1.5rem;
    height: 1.5rem;
    font-size: .75rem;
    line-height: 1.5rem
}

.breadcrumb {
    background: 0 0;
    align-items: center;
    margin: 0 0 1.25rem;
    padding: 0
}

    .breadcrumb h1 {
        font-size: 30px;
        line-height: 1;
        padding-right: 1em;
        margin: 0
    }

.titre-dossier {
    font-size: 30px;
    line-height: 1;
    padding-right: 20px;
    margin: 0
}

.label-dossier {
    font-size: 25px;
    line-height: 1;
    padding-right: 20px;
    margin: 0
}


.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .breadcrumb ul li {
        display: inline-block;
        position: relative;
        padding: 0 .5rem;
        line-height: 1;
        vertical-align: bottom;
        color: #70657b
    }

        .breadcrumb ul li:after {
            position: absolute;
            top: -1px;
            right: 0;
            content: "";
            height: 16px;
            width: 1px;
            background: #70657b;
            border-radius: 5px
        }

        .breadcrumb ul li:last-child:after {
            display: none
        }

        .breadcrumb ul li a {
            color: #332e38
        }

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #363642;
    border: 0px solid #ecedf1;
}

    .table td,
    .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 0px solid #ecedf1;
        border-start: 0px solid #ecedf1;
        border-end: 0px solid #ecedf1;
        border-bottom: 1px solid #ecedf1;
        /*border-top: 1px solid #ecedf1;*/
        background-color: transparent;
    }

.sousTableauHeader {
    background-color: #ecedf1;
    color: black;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit
}

.resourceAvi {
    /*background-color: #d1d3d4;*/
    /*padding: .5em;
    border-radius: 1em;*/
    display: inline-block;
    min-width: 100px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.date-timeline {
    background-color: #5bc0de;
    color: #fff;
    padding: .5em;
    border-radius: 1em;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    font-size: .85em;
    margin-bottom: 1em;
}

[data-brique] {
    display: inline-block;
    padding-top: 1em;
    padding-bottom: 1em;
}

.brique {
    background-color: #39a1be;
    display: inline-block;
    color: #fff;
    /*font-size: 1.5em;*/
    padding-top: 1em;
    padding-bottom: 1em;
}

    .brique.next1 {
        background-color: #8c6fa7;
    }

    .brique.next2 {
        background-color: #559837;
    }

    .brique.next3 {
        background-color: #d74343;
    }

    .brique.next4 {
        background-color: #ffcc56;
    }

    .brique.next5 {
        background-color: #92beaf;
    }

.info-projet h2 {
    margin-top: 0;
}

.info-projet h2 {
    border-radius: .3em .5em .5em 0;
    padding: .5em;
    border: 1px solid;
    border-start: 0;
    margin: 0;
    color: #333333;
}

.info-projet {
    border-radius: .5em 0 0 0;
    display: inline-block;
}

    .info-projet.next1, .info-projet.next1 h2 {
        color: #8c6fa7;
    }

    .info-projet.next2, .info-projet.next2 h2 {
        color: #559837;
    }

    .info-projet.next3, .info-projet.next3 h2 {
        color: #d74343;
    }

.info-projet {
    font-size: .85em;
    border-start: 2px solid;
    padding-bottom: 5em;
}

    .info-projet ul {
        margin: 0;
        list-style: none;
        color: #666;
        padding-left: .5em;
        padding: .5em;
        background: #ddd;
        font-size: 0.75em;
        font-weight: bold;
        border-radius: 1em;
        margin: .5em;
        position: absolute;
        display: inline-block;
    }

    .info-projet.reverso ul {
        position: relative;
    }

    .info-projet.reverso {
        vertical-align: top;
        border-radius: 0 0 0 .5em;
        padding-bottom: 0;
        padding-top: 2em;
    }

        .info-projet.reverso h2 {
            border-radius: 0 .5em .5em .3em;
        }

#triangle {
    width: 0;
    height: 0;
    border-start: 18px solid transparent;
    border-end: 18px solid transparent;
    border-bottom: 30px solid #000;
}

[type=text].form-control.datepicker, [type=text].form-control.datetimepicker {
    background: url('/images/calendrier.png') no-repeat 98% 50% #fff;
}

.titre-timeline {
    padding-right: .5em;
}

.datepicker-label {
    padding-left: 1em;
    padding-right: 1em;
}

.bulle {
    padding-bottom: .5em;
}

.search-element .form-control {
    border-radius: 30px 0 0 30px;
    border-end: transparent 0px;
}

.search-element .btn {
    border-radius: 0px 30px 30px 0px;
    border-end: #000000 1px;
}

table.dataTable {
    border-collapse: collapse !important;
    font-size: 0.85em;
}

    table.dataTable th, td {
        /*line-height: 24px;*/
        vertical-align: middle;
        /*text-align: center;*/
    }

/*table.dataTable thead th, td
{
    border-bottom: 1px solid #ddd !important;
}*/

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.block-garantie {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    /*background: #fff;*/
    padding: 30px;
    width: 100%;
    max-width: 1280px;
    position: relative;
    margin: auto;
    /*-webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;*/
}

.body-garanties, #bloc-fait-generateur {
    display: none;
}

.binarytree {
    padding: .5em;
}

[container-data-level="0"] {
    border: 1px solid #ddd;
    background-color: #fff;
}

[data-form="1"], [data-form="2"], [data-form="3"], [data-toolbar="main-bottom"], [data-form="declarant"], .section {
    font-size: .85em;
    margin-bottom: 1em !important;
    background-color: #fff;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 1em;
}

    [data-toolbar="main-bottom"] .btn-primary {
        margin-left: auto !important;
    }

[data-toolbar="person-form-top"] .mdi {
    float: right;
}

[container-data-level] {
    text-align: center;
    border: 1px solid #ddd;
    margin-top: 1em !important;
    background-color: #fff;
}

[data-form]:not([data-claim]), .binarytree .section {
    /*  border-radius: 1em;
    box-shadow: 0 0 10px 5px #dde5eb;*/
    box-shadow: 0 1px 5px 0 rgba(84,84,84,0.2),0 2px 2px 0 rgba(84,84,84,0.2),0 3px 1px -2px rgba(84,84,84,0.2);
}

    [data-form] h2, [data-form] h3, .binarytree .section h2 {
        /*    font-family: denseregular;
    letter-spacing: 0.05em;*/
        font-size: 1rem;
        margin: 0em;
        padding: .5em;
        /*color: #e95e1d;*/
        margin-bottom: 0;
        color: #5a5a60;
        background-color: rgba(33, 37, 41, 0.03);
        border-bottom: 1px solid #cccccc;
        text-transform: inherit;
        margin-bottom: .5em;
    }

[data-form] .form-control,
[data-form] .custom-select {
    margin: .75em;
}

[data-form] h3 {
    letter-spacing: 0.02em;
}

div > [data-form="1"] h2:not(:first-child) {
    padding: 1em;
    margin: 0;
    margin-top: 1em;
    border-top: 1px solid #ddd;
}

[data-tableperson] {
    font-size: .85em;
}

.base-element label {
    font-family: denseregular;
    letter-spacing: 0.02em;
    font-size: 1.5em;
    border-radius: 5px;
    min-width: 250px;
    width: 100%;
    padding: .5em;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f2;
    color: #495057;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    padding: 1rem;
    cursor: pointer;
}

.base-element input:checked + label {
    background-color: #92127e;
    color: #fff;
    border: 1px solid #92127e;
}

.base-element input {
    display: none;
}

.offselection {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 15px 1px #BDBDBD;
    box-shadow: 0 0 15px 1px #BDBDBD;
}

/*.card-header {
    background-color: #007bff !important;
}*/

.card-primary {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0.46875rem 2.1875rem rgba(0,0,0,.5);
    box-shadow: 0 0.46875rem 2.1875rem rgba(0,0,0,.5);
}

    .card-primary .card-header:first-child {
        -webkit-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
    }

    .card-primary .card-header {
        background-color: #fff;
    }

.card .card-header.card-attente {
    background-color: #ffc107;
    color: #ffffff;
}


.align-items-start.badge.text-bg-warning {
    background-color: burlywood;
}

/*.card-Attente {margin-bottom: 5rem;}*/
/*.card .card-header-attente {background-color: #ffc107;}*/
input:checked + .produit {
    background-color: #92127e;
    color: #fff;
    border: 1px solid #92127e;
}
/*.decla-choix {
    color: #666;
    background-color: #fff;
    border-top: 2px solid #92127e;
}*/
/*.garantie {
    color: #666;
    background-color: #fff;
    border-top: 2px solid #92127e;
}*/

input:checked + .garantie, .decla-choix:hover {
    background-color: #92127e;
    color: #fff;
    /*border: 1px solid #92127e;*/
}


/*
input[type='checkbox'] {
    accent-color: red;
}
*/

.titre-assurance {
}

.block-garantie h2 {
    text-transform: none;
    color: #495057;
}

.block-garantie .card-header h2 {
    margin: 0;
    padding: 0;
}

.infobulle {
    top: 5px;
    position: relative;
    display: inline-block;
    /*background-color: #000000;*/
    margin-left: 1em;
}

ul.info-tootip {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
}

    ul.info-tootip li {
        padding: 0;
        margin: 0;
    }

        ul.info-tootip li b {
            display: inline-block;
            font-size: 1.5em;
        }

.tooltip-inner {
    max-width: 350px;
}

    .tooltip-inner h2 {
        margin: auto;
    }

.avatar {
    background: color(blue);
    border-radius: 50%;
    color: color(lightyellow);
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    position: relative;
    vertical-align: middle;
    line-height: 1.28;
    height: 45px;
    width: 45px;
    border: 0px;
}

.avatar-presentation {
    display: inline-block;
    background-color: red;
    position: relative;
    margin-top: -90px;
    width: 155px;
    height: 155px;
    max-width: 155px;
    max-height: 155px;
    border-radius: 50%;
    border: 10px solid white;
}

.avatar.avatar-xs {
    font-size: 6px;
    height: 15px;
    width: 15px;
}

.avatar.avatar-sm {
    font-size: 12px;
    height: 30px;
    width: 30px;
}

.avatar.avatar-lg {
    font-size: 23px;
    height: 60px;
    width: 60px;
}

.avatar.avatar-xl {
    font-size: 30px;
    height: 75px;
    width: 75px;
}

[data-initial]::before {
    color: currentColor;
    content: attr(data-initial);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/*.CommentaireMessage{
    min-height: 10px;
    color: #007bff;
}*/

.selectReferenciel {
    width: 150px !important;
}

.mailMessageAffiche {
    min-height: 200px;
}

.datepicker th.prev .fa-chevron-left {
    color: #000;
    font-family: 'Material Icons';
    content: "navigate_next";
}

.btn.bt-white:hover {
    background-color: #BDBDBD;
    color: white;
    border-bottom: #000013 0.16rem solid;
}

.btn.btn-size {
    width: 10rem;
}



.btn.btn-info.btn-size {
    /*background-color: #eeeeee;
    border: 1px solid #56baed;
    color: black;*/
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    /*display: flex;*/
    /*text-transform: capitalize;*/
    font-size: 13px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn.btn-action {
    background-color: white;
    border: 1px solid transparent;
    color: rgb(52, 108, 176);
    padding: 5px;
    font-size: 13px;
    border-radius: 5px;
    margin: 5px;
}

    .btn.btn-action:hover {
        border-color: #e9ecef #e9ecef #dee2e6;
        text-decoration: none;
    }







.mailBoxDelegation {
    box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.25) inset;
    -webkit-box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.25) inset;
    -moz-box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.25) inset;
}



.modal-content .modal-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}


.bg-white-transparent95 {
    background-color: rgba(255,255,255,0.95) !important;
}

.bg-white-transparent65 {
    background-color: rgba(255,255,255,0.65) !important;
}


.bg-green {
    background: green;
}

.bg-orange {
    background: orange;
}

.bg-red {
    background: red;
}
/*.bg-red-light {background: #fbb6b6;}*/
.bg-red-light {
    background: #f8c3c3;
}

.btn.dropdown-toggle {
    min-width: 50px;
}

.blue-font {
    color: #007bff;
    cursor: pointer;
}

.card-form.card.card-primary {
    background-color: #e5e9f2;
    color: #526484;
}

.card-principal.card.card-primary {
    /*background: #2c3782;
    color: #e5e9f2;
    color: #9cabff;
    color: #6576ff;*/ background-color: #e5e9f2;
    color: #526484;
}

.commande-vert {
    border-start: 6px solid #5cb85c;
}

.commande-orange {
    border-start: 6px solid orange;
}

.commande-bleu {
    border-start: 6px solid #007bff;
}

.commande-gris {
    border-start: 6px solid #bdbdbd;
}

.commande-rouge {
    border-start: 6px solid red;
}

.urgence-vert {
    border-start: 6px solid #5cb85c;
}

.urgence-orange {
    border-start: 6px solid orange;
}

.urgence-rouge {
    border-start: 6px solid red;
}

.back.commande-vert {
    background-color: #5cb85c;
}

.back.commande-orange {
    background-color: orange;
}

.back.commande-bleu {
    background-color: #007bff;
}

.back.commande-gris {
    background-color: #bdbdbd;
}

.back.commande-rouge {
    background-color: red;
}

.back {
    color: #000000;
    border-radius: 5%;
}

.numberCircle {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 4px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 16px Arial, sans-serif;
}

/* layout.css Style */
.upload-drop-zone {
    height: 200px;
    border-width: 2px;
    margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 200px;
    text-align: center
}

    .upload-drop-zone.drop {
        color: #222;
        border-color: #222;
    }

/*.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

.files input:focus {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    border: 1px solid #92b0b3;
}

.files {
    position: relative
}

.files:after {
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.color input {
    background-color: #f1f1f1;
}

.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}*/

:root {
    font-size: calc(0.5vw + 1vh);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*body {
    min-width: 420px;
}

h1,
h4 {
    font-family: "Arimo", sans-serif;
    line-height: 1.3;
}

header h1 {
    font-size: 2.4rem;
    margin: 4rem auto;
}

span {
    font-size: 3rem;
}

p {
    font-family: "Roboto Slab", serif;
}*/

/*a,
a:link,
a:active,
a:visited {
    color: #0066aa;
    text-decoration: none;
    border-bottom: #000013 0.16rem solid;
}

    a:hover {
        color: #000013;
        border-bottom: #0066aa 0.16rem solid;
    }*/

/*header,
footer {
    width: 40rem;
    margin: 2rem auto;
    text-align: center;
}*/

.add-task-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20rem;
    height: 5.3rem;
    margin: auto;
    background: #a8a8a8;
    border: #000013 0.2rem solid;
    border-radius: 0.2rem;
    padding: 0.4rem;
}

.main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 1.6rem auto;
}

.column {
    width: 100%;
    /*width: 8.4rem;*/
    margin: 0 0.6rem;
    background: #a8a8a8;
    border: #000013 0.2rem solid;
    border-radius: 0.2rem;
}

.column-header {
    padding: 0.1rem;
    border-bottom: #000013 0.2rem solid;
}

    .column-header h4 {
        text-align: center;
    }

.to-do-column .column-header {
    background: #ff872f;
}

.doing-column .column-header {
    /*background: #13a4d9;*/
    background: rgb(52, 108, 176);
}

/*.done-column .column-header {
    background: #15d072;
}

.trash-column .column-header {
    background: #ff4444;
}*/

.task-list {
    min-height: 3rem;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.rond li {
        list-style-type: disc;
        margin: 0;
        padding: 0;
    }


li {
    list-style-type: none;
}

/*    li .rond {
        list-style-type: disc;
    }*/

.column-button {
    text-align: center;
    padding: 0.1rem;
}

/*.button {
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    border: #000013 0.14rem solid;
    border-radius: 0.2rem;
    color: #000013;
    padding: 0.6rem 1rem;
    margin-bottom: 0.3rem;
    cursor: pointer;
}*/

.delete-button {
    background-color: #ff4444;
    margin: 0.1rem auto 0.6rem auto;
}

    .delete-button:hover {
        background-color: #fa7070;
    }

.add-button {
    background-color: #ffcb1e;
    padding: 0 1rem;
    height: 2.8rem;
    width: 10rem;
    margin-top: 0.6rem;
}

    .add-button:hover {
        background-color: #ffdd6e;
    }

.task {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    list-style-type: none;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0.4rem;
    /*height: 4rem;*/
    min-height: 4px;
    border: #000013 0.15rem solid;
    border-radius: 0.2rem;
    cursor: move;
    text-align: center;
    vertical-align: middle;
}

#taskText {
    background: #fff;
    border: #000013 0.15rem solid;
    border-radius: 0.2rem;
    text-align: center;
    font-family: "Roboto Slab", serif;
    height: 4rem;
    width: 7rem;
    margin: auto 0.8rem auto 0.1rem;
}

.task p {
    margin: auto;
}

/* Dragula CSS Release 3.2.0 from: https://github.com/bevacqua/dragula */

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}



.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #fff;
            margin: -4px 0 0 -4px;
        }

    .lds-roller.darker div:after {
        background: #aaa;
    }

    .lds-roller div:nth-child(1) {
        animation-delay: -0.036s;
    }

        .lds-roller div:nth-child(1):after {
            top: 63px;
            left: 63px;
        }

    .lds-roller div:nth-child(2) {
        animation-delay: -0.072s;
    }

        .lds-roller div:nth-child(2):after {
            top: 68px;
            left: 56px;
        }

    .lds-roller div:nth-child(3) {
        animation-delay: -0.108s;
    }

        .lds-roller div:nth-child(3):after {
            top: 71px;
            left: 48px;
        }

    .lds-roller div:nth-child(4) {
        animation-delay: -0.144s;
    }

        .lds-roller div:nth-child(4):after {
            top: 72px;
            left: 40px;
        }

    .lds-roller div:nth-child(5) {
        animation-delay: -0.18s;
    }

        .lds-roller div:nth-child(5):after {
            top: 71px;
            left: 32px;
        }

    .lds-roller div:nth-child(6) {
        animation-delay: -0.216s;
    }

        .lds-roller div:nth-child(6):after {
            top: 68px;
            left: 24px;
        }

    .lds-roller div:nth-child(7) {
        animation-delay: -0.252s;
    }

        .lds-roller div:nth-child(7):after {
            top: 63px;
            left: 17px;
        }

    .lds-roller div:nth-child(8) {
        animation-delay: -0.288s;
    }

        .lds-roller div:nth-child(8):after {
            top: 56px;
            left: 12px;
        }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#ajax-loader-element {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 15em;
    display: none;
    z-index: 99999;
}

.list-group.list-group-flush li:nth-child(2n) {
    background-color: #eee;
    background-color: rgba(0,0,0,0.02)
}
/*.list-group.list-group-flush li:nth-child(2n+1).listeOk {
 background-color: rgba(21,87,36,0.02)
    }*/
.list-group.list-group-flush li.listeOk {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.unentete {
    background-color: rgba(0,0,0,0.04);
    color: #666;
    padding: .5em;
    border-bottom: 2px solid #ddd;
}

.mini-form {
    border: 1px solid #ddd;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    background-color: rgba(0, 0, 0, 0.03);
}

[data-head] > div {
    padding: .5em;
    background-color: #efefef;
    margin-top: 1em;
    border: 1px solid #ddd;
}

[data-line-person] > div {
    background-color: #fff;
    border: 1px solid #efefef;
    font-size: 1.5em;
}

[data-toolbar="person-form-over"] {
    padding: 1em;
}

[data-target-key] {
}

.popinlistElement {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
}
    /* La flèche est sur le wrapper */
    .popinlistElement::before,
    .popinlistElement::after {
        content: "";
        position: absolute;
        left: 20px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

    .popinlistElement::before {
        top: -8px;
        border-bottom: 8px solid #ccc;
    }

    .popinlistElement::after {
        top: -7px;
        border-bottom: 7px solid #7076b8;
        left: 21px;
    }

[data-list-city] {
    max-height: 200px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    max-height: 220px
}
    /*[data-list-city] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    max-height:220px
    12 rue jean jaures
}*/

    [data-list-city] li, [data-list-bank] li {
        padding: .5em;
        border: 1px solid #dddddd;
        cursor: pointer;
        background-color: #fff;
        width: 100%;
    }

        [data-list-city] li a, [data-list-bank] li a {
            color: #7076b8;
            width: 100%;
        }

h3[data-toolbar] .mdi {
    cursor: pointer;
}

[data-list-bank]::before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-start: 6px solid transparent;
    border-end: 6px solid transparent;
    border-bottom: 8px solid #7076b8;
    margin-left: 0.5em;
}

.loaderInside .lds-roller {
    margin: auto;
}

    .loaderInside .lds-roller div:after {
        background-color: #888;
    }

.lens-ddl:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: 'lens';
    font-size: 12px;
    padding-right: .5em;
}

.lens-ddl.color-green:before {
    color: green;
}

.lens-ddl.color-orange:before {
    color: orange;
}

.lens-ddl.color-red:before {
    color: red;
}

.text-Alert-text {
    background-color: #ffc107;
    color: #333;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bodyLogin {
    background: url('/images/fuji_japan.jpg') no-repeat;
    background-size: cover;
}

.months {
    font-size: 0.85em;
    color: #999999;
}

    .months a {
        padding-top: 0.65em;
        width: 33px;
        padding-bottom: 0.65em;
        text-align: center;
        font-size: 0.65rem;
        color: #999999;
    }

        .months a.active {
            color: #fff;
            background-color: #d74343;
            -webkit-border-radius: 50px;
            border-radius: 50px;
        }

            .months a.active:hover {
                color: #fff;
            }

.red-alert {
    color: #fff;
    background-color: #d74343;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: .25em;
    display: inline-block;
}

[data-filter] span {
    min-width: 35px;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid #fff;
    cursor: pointer;
}

    [data-filter] span.got-action {
        color: #fff;
        background-color: #d74343;
        border: 1px solid #d74343;
    }

[data-filter].actif span {
    text-decoration: underline;
    color: #007bff;
    border: 1px solid #007bff;
}

    [data-filter].actif span.got-action {
        background-color: #fff;
        color: #d74343;
        border: 1px solid #d74343;
    }

.header th {
    text-align: center;
    font-size: 0.85em;
}

.CurrentDay {
    font-size: 2em;
    display: inline-block;
}

.CurrentMonth {
    font-size: 1em;
    color: #efefef;
    display: inline-block;
}

.calender-tache td {
    text-align: center;
    font-size: .75rem;
    padding: .25em;
}

    .calender-tache td.notcurrent {
        color: #999999;
    }

[data-vue=detail] {
    background-color: #007bff;
    color: #fff;
    font-size: .95em;
}

.date-detail {
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-bottom: 1px solid #fff;
}

.numsemaine {
    background-color: #fff;
    width: 25px;
}

    .numsemaine span {
        background-color: #999999;
        color: #fff;
        font-size: .65rem;
        min-width: 23px;
        display: inline-block;
    }

.row.months {
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-bottom: 1px solid #aaa;
}

.cardheader {
    background: url('/images/fuji_japan.jpg') no-repeat;
    background-size: cover;
    background-position: 10%;
    height: 300px;
}

.data-image-tools-englobe {
    min-height: 650px;
    overflow: scroll;
}

    .data-image-tools-englobe img {
        width: 100%;
    }

.formdecla input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    width: auto;
    display: inline-block;
    height: auto;
    margin:0;
    margin-right: .5em;
    appearance: checkbox;
}

    .formdecla input[type=checkbox] + label {
        width: auto;
        padding: 0;
        font-size: 1.5em;
    }

.infoproduit li {
    padding-right: 2em;
}

.infoproduit {
    padding-left: 1em;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
    display: flex;
}

    .infoproduit label {
        font-size: smaller;
        color: #aaa;
    }

    .infoproduit span {
        display: block;
    }

.section .section {
    border: 0;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20rem;
}

    .toggle.ios .toggle-handle {
        border-radius: 20rem;
    }

.cardoff .modal-body, .card-body {
    padding: 0 !important;
}

#resultTacheDosssier {
    margin: 0 !important;
}

.checked-sealed {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    display: inline-block;
}

    .checked-sealed:before {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        border: #adb5bd solid 1px;
        color: #fff;
        border-color: #adb5bd;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23666' d='M12,17C10.89,17 10,16.1 10,15C10,13.89 10.89,13 12,13A2,2 0 0,1 14,15A2,2 0 0,1 12,17M18,20V10H6V20H18M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V10C4,8.89 4.89,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z'/%3e%3c/svg%3e");
        border-radius: 0.25rem;
    }

.mini-form .bootstrap-select .btn-light {
    border: #ced4da solid 1px;
    background-color: #fff;
}

.btMenu {
    color: #000000;
    font-size: 1.3em;
    text-decoration: none;
    background-color: transparent;
}

    .btMenu:hover {
        /*color: #007bff;*/
        text-decoration: underline;
        cursor: pointer;
    }

.CardHeaderTitre {
    font-weight: bold;
    margin-left: 1em;
    /*text-transform: uppercase;*/
}

.DestinationVersCible {
    font-size: 2.5em;
    margin-left: 1em;
    margin-right: 1em;
}

/*.urgence-orange {
    border-top: 0;
    border-end: 0;
    border-bottom: 0;
}*/
.DossierExtentions {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

ul.personlist li {
    border: 1px solid;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: .75em;
}

#alertZone p {
    margin: 0;
}

div.sticky, #formDocRestant {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

#formDocRestant {
    top: 90px;
}

.modal-dialog.full {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

[data-form] h1 {
    font-family: denseregular;
    letter-spacing: 0.02em;
    font-size: 1.5em;
    border: 1px solid #ddd;
    background-color: #ededff;
    background-color: #fff;
    width: 100%;
    padding: .5em;
    color: #666;
    margin-bottom: .65em;
    /*  border-radius: .75em;*/
    /* box-shadow: 0 0 10px 5px #dde5eb;*/
    color: #283749;
    box-shadow: 0 1px 5px 0 rgba(84,84,84,0.2),0 2px 2px 0 rgba(84,84,84,0.2),0 3px 1px -2px rgba(84,84,84,0.2);
}

.message-alert {
    color: #000;
    border: 1px solid #dd0000;
    padding: .75em !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f8d7da;
}

.message-alert-detail {
    color: #dd0000;
    margin-left: .5em;
    margin-bottom: 0;
}

[data-pestation-subform] {
    padding: .5em !important;
    padding-right: 0 !important;
    border: 0;
}

[data-display=insured] {
    border: 0;
    padding: 0;
}

.shortcut {
    padding: .5em;
    border: 1px solid #ddd;
    /* margin-left: 2px; */
    /* border-radius: .5em; */
    width: 14.28%;
    cursor: pointer;
    overflow: hidden;
    height: 30px;
    font-size: .85em;
}

    .shortcut:hover, .shortcut.active {
        background-color: #fff;
        color: #56baed;
    }

.shortcuts {
    background-color: rgba(0, 0, 0, 0.03);
}

.toast-body ul {
    display: inline-block;
    font-weight: bold;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        background-color: #dd0000;
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.alert-simult {
    font-size: 1.5em;
    font-weight: normal;
}

    .alert-simult ul {
        display: inline-block;
        font-weight: bold;
    }

.nodeArbre {
    border: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
}

    .nodeArbre .nom {
        background: #fff;
        width: 100%;
    }

.arbre-pan .tab-pane {
    background: #fff;
    border: 1px solid #dee2e6;
    border-top: 0;
}

.colonne-lateral {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1 0 auto;
    z-index: 1200;
    position: fixed;
    background-color: rgb(255, 255, 255);
    min-width: 350px;
    right: 0;
}

.fond-col-lat {
    position: fixed;
    inset: 0px;
    z-index: 1203;
    position: fixed;
    display: none;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.25);
    /*    backdrop-filter: blur(2px);*/
    /*   z-index: -1;*/
}

    .fond-col-lat.show {
        display: flex;
    }

.question {
    box-sizing: border-box;
    background-color: rgb(248, 249, 250);
    border-radius: 10px;
    border: 1px solid #ddd;
    margin: .5em;
}

.list-doc {
    padding-left: 1em;
}

    .list-doc li {
        list-style-type: circle;
    }

.garantie {
    display: flex;
}

.faitgenerateur {
    display: flex;
}

.prestation {
    display: flex;
}

.tooltip-actif {
    background: url('/images/i.svg') no-repeat right center;
    padding-right: 30px;
    background-size: 20px;
}

.logoMenu {
    font-size: 20px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


.logoRoundedAvatar {
    font-size: 18px;
    border: 0px solid #333739;
    width: 45px;
    height: 45px;
    border-radius: 40em;
    /*background: #bf007a;*/
    background: #791c7f;
    /*background: #333739;*/
    color: #fff;
    display: flex;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
}

    .logoRoundedAvatar:hover {
        /*background: #000000;*/
        background: #92127e;
        /*background: #791c7f;*/
        text-decoration: none;
        cursor: pointer;
    }


    .logoRoundedAvatar:focus {
        outline: none;
        /*background: #92127e;*/
    }

.logoRounded {
    font-size: 15px;
    border: 2px solid #6c757d;
    width: 25px;
    height: 25px;
    border-radius: 20em;
    background: #fff;
    color: #6c757d;
    display: flex;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
}

    .logoRounded:focus {
        outline: none;
        background: #c2c2c2;
    }


.logoRoundedMenu {
    font-size: 15px;
    border: 0px solid #6c757d;
    width: 30px;
    height: 30px;
    border-radius: 35em;
    background: #fff;
    color: rgb(52, 108, 176);
    /*color: #6c757d;*/
    display: flex;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
}

    .logoRoundedMenu:hover {
        /*border: 1px solid #6c757d;*/
        background: #efefef;
        text-decoration: none;
        cursor: pointer;
    }


    .logoRoundedMenu:focus {
        outline: none;
        background: #c2c2c2;
    }

.logoMenu {
    width: 30px;
    height: 30px;
}

.gestionDossier {
    padding: 0.5rem !important;
    min-width: 5rem;
    background: #fff;
    border-radius: 0.25rem;
}

    .gestionDossier:focus {
        outline: none;
    }





/*pour legend wizars*/

.wizard {
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

    span.round-tab i {
        color: #555555;
    }




.title-wizard {
    display: flex;
    align-items: center;
    justify-content: left;
}

    .title-wizard .step-number {
        width: 40px;
        height: 40px;
        background: #ebebeb;
        color: #999;
        margin-right: 3px;
        border: 5px solid #fff;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        display: flex;
        border-radius: 50%;
    }

    .title-wizard .step-text {
        font-weight: bold;
        color: #999;
        margin-right: 25px;
    }


.current .title-wizard .step-number {
    background: #4966b1;
    color: #fff;
}

.current .title-wizard .step-text {
    color: #4966b1;
}


.steps ul li {
    padding-bottom: 40px;
    position: relative;
    z-index: 99;
}

.steps ul {
    list-style-type: none;
}

.line {
    border-start: 6px solid green;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}


.trait {
    border-top: 1px solid #4966b1;
    width: 100%;
    margin-left: 2px;
}


/*.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

.wizard .nav-tabs > li.active > a i {
    color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 33%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

    .wizard .nav-tabs > li a i {
        position: absolute;
        top: -15px;
        font-style: normal;
        font-weight: 400;
        white-space: nowrap;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {*/
/*    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;*/
/*}

.next-step {*/
/*background-color: #0db02b;*/
/*}

.skip-btn {*/
/*background-color: #cec12d;*/
/*}*/



.date-conversation {
    background-color: #e7f5f8;
    border: 1px solid #38a2bf;
    color: #36475c;
    display: inline;
    padding: .25em;
    border-radius: .25em;
    font-size: .5em;
}



.card.questionnaire {
    margin: 15px;
    padding: 15px;
}


    .card.questionnaire .questionnaire-titre {
        margin: 15px;
        font-size: 25px;
        /*        font-weight: 400;
        line-height: 40px;*/
        line-height: 100%;
        /*        max-width: 100%;
        min-width: 0%;*/
    }

    .card.questionnaire .questionnaire-commentaire {
        /*        margin-left: 15px !important;
        margin-right: 15px !important;*/
        margin: 0 15px 0 15px !important;
    }

    .card.questionnaire th {
        text-align: center;
        /*vertical-align: middle;*/
        padding: 0.7em;
        background-color: white;
    }

    .card.questionnaire tr.questionnaire-body {
        margin: 0.5em;
        border-top: 3px solid white;
        background-color: #F7F7F7;
        /*background-color : lightgrey;*/
    }

    .card.questionnaire td {
        padding: 0.7em;
        /*        display: flex;
        align-items: center;
        justify-content: center;
        color: #f39c12;*/
    }

.text-bg-friendship {
    color: #fff;
    background-color: #92127e;
}

/*.deleguation {
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
}


    .deleguation.deleguation-assureur {
        color: #17a2b8;
        border: 1px solid #17a2b8;
        background-color: #fefefe;
    }*/

/*.deleguation-reclamation {
    color: #212529;
    background-color: #ffc107;
}*/

    /*.deleguation.deleguation-reclamation {
        color: #ffc107;
        border: 1px solid #ffc107;
        background-color: #fefefe;
    }


.deleguation-medecin {
    color: #fff;
    background-color: #17a2b8;
}*/

/*.deleguation-manager {
    color: #fff;
    background-color: #92127e;
}*/
/*.deleguation.deleguation-manager {
    color: #92127e;
    border: 1px solid #92127e;
    background-color: #fefefe;
}


.deleguation-assistance {
    color: #fff;
    background-color: #bf007a;
}

.deleguation.deleguation-fraude {
    color: #8A5A00;
 
    border: 1px solid #8A5A00;
    background-color: #fefefe;
}

.deleguation-default {
    color: #fff;
    background-color: #6c757d;
}*/

.franchiseplafond {
    background-color: #eee;
    padding-top: 1em;
    padding-bottom: 1em;
}

    .franchiseplafond h2 {
        padding: 1em;
        margin: 0;
    }

.card-header.contrast {
    background-color: #fff;
}

.lineTotalPaiement {
    color: #6aacba;
}

#totalPaiement {
    font-size: 2em;
}

.auto-statut {
    background-color: #f8f9fa;
}

.ombre {
    -webkit-box-shadow: 0 5px 5px 5px rgba(0,0,0,0.05);
    box-shadow: 0 5px 5px 5px rgba(0,0,0,0.05);
}

#menuLeft {
    max-width: 300px;
    width: 100%;
}

#zoneActive {
}

.pastille-conversation {
    background-color: #fff;
    color: #2b52c3;
    overflow: hidden;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    border: 2px solid #d9467a;
    border-radius: 2em;
    padding: 0.6em;
    position: fixed;
    z-index: 2;
    width: 50px;
    justify-content: center;
    cursor: pointer;
}

.dropdown-menu:has(> .filter-input.form-control) {
    padding-top: 0 !important;
}

textarea.form-control {
    margin-bottom: 1em;
}

[data-validation] {
    width: auto;
}

[data-toolbar] {
    padding: .5em !important;
}

.wizard .row li {
    width: auto;
}



.fixed-block.col-10 {
    position: fixed;
    top: 80px; /* Ajuste en fonction de la hauteur de la navbar */
    left: 16.6667%; /* Décalage de la largeur de col-2 (soit 2/12 = 16.6667%) */
    width: 83.3333%; /* Largeur de col-10 (soit 10/12 = 83.3333%) */
    padding: 10px;
    z-index: 1020; /* Moins que la navbar */
    max-height: calc(100vh - 80px); /* Limite la hauteur pour qu'il reste visible sous la navbar */
    overflow-y: auto; /* Ajoute le défilement vertical si le contenu dépasse la hauteur */
}

.dropdown-menu.show .form-control {
    margin: 0;
}

.dropdown.custom-select button {
    width: 100%;
    display: flex;
    /*    justify-content: space-between;*/
    align-items: center;
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    overflow:hidden;
}

.dropdown-toggle::after {
    margin-left: auto;
}

.dropdown.custom-select {
    width: 100%;
}

.mw-105 {
    min-width: 105px;
}

.message-dossier::after {
    content: "";
    display: block;
    width: 100%; /* La ligne horizontale fait 80% de la largeur de la div */
    height: 1px;
    background-color: #9ec5fe; /* Couleur de la ligne */
    /*margin-left: 10%;  Centrer la ligne sous la div */
}

.message-dossier:last-child::after {
    display: none;
}



/* Style de base pour le tableau */
table.contact {
    width: 100%;
    /*border: 1px solid #ddd;*/
    border-collapse: collapse;
}

.contact th, td {
    /*border: 1px solid #ddd;*/
    padding: 8px;
    text-align: left;
}

.contact th {
    background-color: transparent;
    padding-bottom: 0px;
    /*background-color: #f4f4f4;*/
}

/* Style pour les petits écrans */
@media screen and (max-width: 768px) {
    table.contact {
        /*display: block;*/
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
    }

    .contact th {
        display: none;
    }

    .contact td {
        display: block;
        width: 100%;
        /*margin-right: .5rem ;*/
        margin-left: .5rem;
    }

    .contact tr {
        border: 1px solid #ddd;
        /*        text-align: left;
        background-color: #f7f7f7;
        font-weight: bold;
        padding-top: 10px;*/
    }
}


.bubble {
    /*  position: relative;*/
    display: block;
    background: #eaeaea;
    /*color: #FFFFFF;*/
    /*font-family: Arial;*/
    /*    font-size: 20px;
    line-height: 120px;
    text-align: center;
    height: 120px;*/
    min-width: 250px;
    border-radius: 10px;
    padding: 10px;
}

/*    .bubble:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        z-index: 1;
        border-style: solid;
        border-width: 20px 20px 0 0;
        border-color: #eaeaea transparent transparent transparent;
        top: 14%;
        right: -20px;
        margin-top: -10px;
    }*/

.result-analyse-detail {
    font-weight: bold;
    font-size: small;
}

.bg-color-white {
    background: #fff;
}

.font-normal {
    font-weight: normal;
}

.base-element label {
    font-family: denseregular;
    letter-spacing: 0.02em;
    font-size: 1.5em;
    border-radius: 5px;
    min-width: 250px;
    width: 100%;
    padding: .5em;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f2;
    color: #495057;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    padding: 1rem;
    cursor: pointer;
}

.form-group {
    margin-bottom: 1rem;
    align-content: baseline;
}

[data-form] h2, [data-form] h3, .binarytree .section h2 {
    font-family: denseregular;
    letter-spacing: 0.05em;
    font-size: 1rem;
    margin: 0em;
    margin-bottom: 0em;
    padding: .5em;
    color: #e95e1d;
    margin-bottom: 0;
    color: #5a5a60;
    background-color: #fff;
    border-bottom: 0; /*1px solid #cccccc;*/
    text-transform: uppercase;
    margin-bottom: .5em;
}

[data-form] h2, [data-form] h3 {
    font-family: denseregular;
    letter-spacing: 0.05em;
    font-size: 1.7em;
    color: #e95e1d;
}

[data-form] h1 {
    font-family: denseregular;
    letter-spacing: 0.02em;
    font-size: 1.5em;
    border: 1px solid #ddd;
    background-color: #ededff;
    width: 100%;
    padding: 1em;
    color: #666;
    margin-bottom: .65em;
}

[data-display="insured"] {
    border: 0;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}

#formEditMainInsuredInfo {
    border: 0;
    box-shadow: none;
}

.nom-person {
    background-color: #fefefe;
}

.purple-icon {
    background-color: #DBE3FF;
    color: #6969FF;
    padding: .25em;
    border-radius: .25em;
    width: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 2em;
    border-radius: 25em;
    cursor: pointer;
    min-width: 35px;
}

.orange-icon {
    background-color: #FFE6D1;
    color: #FF8C42;
    padding: .25em;
    border-radius: .25em;
    width: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 2em;
    border-radius: 25em;
    cursor: pointer;
    min-width: 35px;
    text-shadow: #fff 1px 0 10px;
    transition: all 200ms linear;
}

.green-icon {
    background-color: #A4F3CF87;
    color: #33B48B;
    padding: .25em;
    border-radius: .25em;
    width: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 2em;
    border-radius: 25em;
    cursor: pointer;
}

.border-icon {
    border: 1px solid;
}

.blue-icon {
    background-color: #A4CFF387;
    color: #338BB4;
    padding: .25em;
    border-radius: .25em;
    width: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 2em;
    border-radius: 25em;
    cursor: pointer;
}

.yellow-icon {
    background-color: #f8f60d55;
    color: #e79b8b;
    padding: .25em;
    border-radius: .25em;
    width: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 2em;
    border-radius: 25em;
    cursor: pointer;
    -webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px 2px rgba(0,0,0,0.1);
}

.red-icon {
    background-color: #f0d1d1;
    color: #dc2929;
    padding: .25em;
    border-radius: .25em;
    width: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 2em;
    border-radius: 25em;
    cursor: pointer;
}

.red-icon {
    background-color: #f0d1d1;
    color: #dc2929;
    padding: .25em;
    border-radius: .25em;
    width: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 2em;
    border-radius: 25em;
    cursor: pointer;
}

.red-label {
    background-color: #f0d1d1;
    background-color: #e5f8f6;
    color: #dc2929;
    color: #25b2a1;
    padding: .25em;
    padding-left: .5em;
    padding-right: .5em;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: .5em;
    cursor: pointer;
}

.liste-email {
    color: #6A737C;
}

.pointer {
    cursor: pointer;
}

.grey-card {
    background-color: #efefef;
}

.auto-center {
    margin: auto;
}

.off {
    opacity: .5;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.actifonly .off {
    display: none !important;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.bin-barre input {
    min-width: 60px;
   margin: .25em;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    text-align: center;
    padding-left: .25em;
    padding-right: .25em;
}

.bin-barre input.unseule {
    width: 25px;
}

.bin-barre span {
    white-space: nowrap;
}


/*.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}*/

    .list-group-item.col-6 {
        width: 50%;
        padding: .75em;
    }

    .list-group-item + .list-group-item.col-6,
    .list-group-item:first-child {
        border: 1px solid rgba(0,0,0,.125);
    }

.cell-data-type {
    background-color: #fff;
    border-radius: 5em;
    padding: .25em;
    color: #000;
    text-shadow: 1px 2px 2px #ddd;
    min-width: 32px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    box-shadow: 2px 2px 10px #888;
}

.box-with-arrow {
    margin-left:18px;
}

.box-without-arrow {
    margin-left: 18px;
    margin-right: 18px;
}


.surnage {
    left: -18px;
    position: relative;
    bottom: -10px;
    color: #fff;
    text-shadow: 1px 2px 2px #888;
}

.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.border-radius-1 {
    border-radius: 1em;
}

:root {
    --sidebar-width: 25%;
}


/* Colonne fixe à gauche */
.sidebar-crm {
    position: sticky; /* reste hors du flux et n'est pas déplacée par le scroll de la page */
    top: 0;
    left: 0;
    width: var(--sidebar-width);
    height: 100vh; /* full viewport height */
    box-sizing: border-box;
    overflow: auto; /* rend la colonne elle-même scrollable */
    -webkit-overflow-scrolling: touch; /* meilleur comportement sur iOS */
    overscroll-behavior: contain; /* empêche la “chaîne” de scroll vers la page principale (utile tactile) */
    z-index: 10;
   /* margin-top: 85px;*/
}



/* permet de faire les mouton carré du dossier */
/*:root {
    --btn-width: 50px;*/ /* largeur du bouton */
    /*--btn-height: 60px;*/ /* hauteur du bouton */
    /*--icon-size: 25px;*/ /* taille de l'icône */
    /*--label-size: .5rem;*/ /* taille du texte du label */
    /*--corner-radius: 8px;*/ /* arrondi des coins */
    /*--transition-time: 160ms;
}*/


.icon-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 65px;
    height: 60px;
    margin: 0px 2px 0px 2px;
    padding: 5px;
    gap: 6px;
    background: #ffffff;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    cursor: pointer;
    color: #111;
    filter: grayscale(0%) brightness(100%);
    transition: filter 160ms ease, transform 160ms ease;
    -webkit-tap-highlight-color: transparent;
}

    .icon-button.missionement {
        background-color: rgba(0,0,0,.25);
        border: 1px solid #d00;
/*        color: #fff;
        text-shadow: 0px 1px rgba(0,0,0,.8);*/
        border: 1px solid #fff;
    }


/* Icône mdi */
.icon-button > .icon {
    font-size: 30px;
    line-height: 1;
    display: block;
    pointer-events: none; /* évite de bloquer les clics */
}

/* Label en dessous */
.icon-button>.label {
    font-size: .7rem;
    line-height: 1;
    color: inherit;
    user-select: none;
    word-wrap: break-word;
    display: inline-block;
    white-space: normal;
}

/* Hover -> grisé */
.icon-button:hover,
.icon-button:focus {
    filter: grayscale(45%) brightness(95%);
    outline: none;
}

/* Active/clic -> encore plus grisé */
.icon-button:active {
    filter: grayscale(80%) brightness(93%);
    transform: translateY(1px);
}

/* Focus accessible */
.icon-button:focus-visible {
    box-shadow: 0 0 0 3px rgba(0,120,215,0.15);
    border-radius: calc(8px + 2px);
}

/* Désactivé */
.icon-button[disabled] {
    cursor: default;
    opacity: 0.6;
    pointer-events: none;
    filter: grayscale(100%) brightness(90%);
}


/* ICONE AVECN UNE PAstille en sur impression */
.icon-badge-wrapper {
    position: relative;
    display: inline-block;
}

    .icon-badge-wrapper .mdi {
        font-size: 25px;
        color: #333;
    }


.badge-notif {
    position: absolute;
    top: 4px;
    right: -2px;
    font-size: 0.55rem;
    padding: 2px 5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
:root {
    --sidebar-width: 25%;
    --gap: 16px;
}

.layout {
    display: flex;
    height: 100vh; /* toute la fenêtre */
}

/* Sidebar scrollable */
.sidebar-crm {
    width: 25%;
    padding: 16px;
    box-sizing: border-box;
    overflow-y: auto; /* scroll interne */
}

    .sidebar-crm h2 {
        margin-top: 0;
    }

.fill-space {
    flex: 1;
}
/* Contenu principal scrollable */
.main-crm {
    flex: 1;
    padding: 24px;
    box-sizing: border-box;
    /*overflow-y: auto;*/ /* scroll interne */
    background-color: #fff;
    border: 1px solid rgb(222, 226, 230);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(222, 226, 230);
    border-top: 0;
}
.card {
    border-radius: var(--bs-border-radius) !important;
   /* border-radius: 1em;*/
}
.input-group-prepend + .form-control{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
.main-crm .input-group{
    flex:1;
    width:auto;
}


/*REndre visible une icone en survolant une autre*/
/* Au départ, l'icône est invisible */
.hide-wrapper {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.hide-icon {
    display: none; /* invisible par défaut */
    cursor: pointer;
}

/* On montre l'icône quand on survole le label OU l'icône */
.hide-wrapper:hover .hide-icon {
    display: inline-block;
}
/*REndre visible une icone en survolant une autre*/
h5.modal-title{
    display:flex;
    align-items:center;
}
img.icon{
    width:1em;
}
/* Input invalide */
input:invalid {
    border: 2px solid red;
    background-color: #ffe0e0;
}

/* Optionnel : focus */
input:focus:invalid {
    outline: none;
    box-shadow: 0 0 5px red;
}
.alert-zone {
    background: orange;
    color: white;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    text-shadow: #000 1px 0 5px;
    border-radius:.25em;
}
.text-aide{
    padding-bottom:1.5em;
}
.text-aide ul {
    list-style-type: circle;
    padding-left: 1em;
}
.w4emb {
    width: 4.5em;
    text-align:center;
    letter-spacing: 0.05em;
}


/*Fait clignoter la cloche pour les fermeture de genesys*/
.icon-wrapper {
    display: inline-block;
    padding: 8px; /* marge interne autour de l’icône */
    border: 3px solid orange;
}

.blink-border {
    animation: borderPulse 1s infinite;
}

@keyframes borderPulse {
    0% {
        color: orange;
    }

    50% {
        color: red;
      
    }

    100% {
        color: orange;
   
    }
}
.admin-plf{
    display:flex;
    align-items:center;
}

    .admin-plf h2 {
        margin: 10px 8px 10px 8px;
    }
#targetEditChamp .form-group {
    width:100%;
}
.svg {
    border: 1px solid #ccc;
    font-family: Arial, sans-serif;
}

.node circle {
    fill: #f8f9fa;
    cursor: pointer;
    transition: opacity 0.3s;
}

.node text {
    fill: #666;
    font-size: 12px;
    text-anchor: middle;
    dominant-baseline: middle;
    pointer-events: none;
}

.link {
    stroke: #999;
    stroke-width: 2;
    fill: none;
    transition: opacity 0.3s;
}

.faded {
    opacity: 0.2;
}
.ChampErreur {
    border: 1px solid;
    padding: .15em;
    color: #842029 !important;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    border-radius: .5em;
}


.popover-body p{
    margin-top: 0;
    margin-bottom: 0.2rem;
}
#targetChampsActifs {   
    padding: .25em;
}
    #targetChampsActifs > div {
        background-color: #fbfbfb;
        border-radius: .5em;
        border: 1px solid #dee2e6;
    }

.badge.badge-soft {
    border: 1px solid #283749;
    color: #283749;
    font-weight: normal;
}



 .icon-button-missionement {
    margin: 0px 2px 0px 2px;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*box-shadow: rgba(84, 84, 84, 0.2) 0px 1px 5px 0px, rgba(84, 84, 84, 0.2) 0px 2px 2px 0px, rgba(84, 84, 84, 0.2) 0px 3px 1px -2px;*/
    background: rgba(255, 255, 255, 0.3);
    max-width: 190px;
    /*min-width: 65px; */
    /*display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 65px;
    height: 60px;
    margin: 0px 2px 0px 2px;
    padding: 5px;
    gap: 6px;
    background: #ffffff;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    cursor: pointer;*/
    /*color: #111;*/
    /*filter: grayscale(0%) brightness(100%);
    transition: filter 160ms ease, transform 160ms ease;
    -webkit-tap-highlight-color: transparent;*/
 } 



 /*Icône mdi*/ 
.icon-button-missionement > .icon {
    font-size: 25px;
    pointer-events: none;  /*évite de bloquer les clics */
}

/* Label en dessous */
    .icon-button-missionement > .label {
        margin: 0px 0px 0px 5px;
        font-size: 1rem;
        line-height: 1.1;
        display: inline-block;
        width: fit-content;
         color: #000; 
        /*user-select: none;*/
        /*word-wrap: break-word;*/
        /*display: block;*/
        /*white-space: normal;*/
    } 

/* Hover -> grisé */
    .icon-button-missionement:hover,
    .icon-button-missionement:focus {
       
        /*background-color: rgba(0,0,0,.25);*/
         filter: grayscale(45%) brightness(95%);
        outline: none;
    } 

/* Active/clic -> encore plus grisé */
/*.icon-button-missionement:active {
    filter: grayscale(80%) brightness(93%);
    transform: translateY(1px);
}*/

/* Focus accessible */
/*.icon-button-missionement:focus-visible {
    box-shadow: 0 0 0 3px rgba(0,120,215,0.15);
    border-radius: calc(8px + 2px);
}*/



.modal-header {
    padding: 1.25rem 1.5rem;
    border-bottom: 0.5px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E24B4A;
}

.dossier-id {
    font-size: 13px;
    color: #888;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.dossier-sep {
    font-size: 13px;
    color: #bbb;
}

.dossier-title {
    font-size: 13px;
    color: #111;
    font-weight: 500;
}

.close-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #aaa;
    line-height: 1;
    padding: 4px;
}

    .close-btn:hover {
        color: #444;
    }

/* Main view */
#main-view {
    display: block;
}

.modal-body {
    padding: 1.25rem 1.5rem 1rem;
}

.modal-desc {
    font-size: 13px;
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.action-buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 1.25rem;
}

.action-btn {
    flex: 1;
    padding: 10px 8px;
    border-radius: 8px;
    border: 1.5px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.15s;
    font-family: inherit;
}

    .action-btn:hover {
        border-color: #aaa;
        color: #333;
    }

.context-banner {
    display: none;
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 13px;
    border: 0.5px solid;
    line-height: 1.5;
}

.textarea-wrap {
    position: relative;
}

textarea {
    width: 100%;
    min-height: 140px;
    padding: 12px;
    border: 0.5px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    color: #111;
    background: #f8f8f6;
    resize: none;
    font-family: inherit;
    line-height: 1.6;
    outline: none;
    transition: border-color 0.15s;
}

    textarea:focus {
        border-color: #888;
    }

    textarea::placeholder {
        color: #bbb;
    }

.char-count {
    position: absolute;
    bottom: 10px;
    right: 12px;
    font-size: 11px;
    color: #bbb;
}

.modal-footer {
    padding: 1rem 1.5rem;
    border-top: 0.5px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f6;
}

.status-hint {
    font-size: 12px;
    color: #aaa;
}

.submit-btn {
    padding: 9px 20px;
    border-radius: 8px;
    border: none;
    background: #f0f0ec;
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
    cursor: not-allowed;
    transition: all 0.2s;
    font-family: inherit;
}

    .submit-btn.ready {
        cursor: pointer;
    }

/* Success view */
#success-view {
    display: none;
    padding: 2rem 1.5rem;
    text-align: center;
}

.success-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-title {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    margin-bottom: 6px;
}

.success-sub {
    font-size: 13px;
    color: #666;
}

.Valide {
    color: rgb(10, 54, 34);
    background-color: rgb(209, 231, 221);
    border-radius: 0.5em;
    padding-left: .5em;
    padding-right: .5em;
    border: 1px solid rgb(163, 207, 187);
    font-size: .7rem;
}
.EnTraitement {
    color: #0c5460;
    background-color: #d1ecf1;
    border-radius: 0.5em;
    padding-left: .5em;
    padding-right: .5em;
    border: 1px solid #bee5eb;
    font-size: .7rem;
}
.badge-counter {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}
.badge-counter.badge-msg {
    background: #E6F1FB;
    color: #185FA5;
    font-size: 11px;
    font-weight: 500;
}
.badge-counter.badge-dossier {
    background: #EEEDFE;
    color: #3C3489;
    font-size: 11px;
    font-weight: 500;
}
.badge-counter.badge-contrat {
    background: #FAEEDA;
    color: #854F0B;
    font-size: 11px;
    font-weight: 500;
}
.label-user {
    background-color: #fcf5f0;
    color: #a64100;
    border: 0.5px solid #FAC775;
    border-radius: 20px;
    font-size: 12px;
    padding: 4px 12px;
}
.badge-c {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #EEEDFE;
    color: #3C3489;
    font-weight: 500;
}
.bg-badge-c {
    background: #EEEDFE;
    color: #3C3489;
}
    .bg-badge-c[data-initial]::before {
        background: #EEEDFE;
        color: #3C3489;
        font-weight: 500;
    }
.shadow-0 {
    box-shadow:none;
}
.blue-ink, .label.blue-ink {
    color: rgb(52, 108, 176);
}
.clear-bg {
    background: none;
    border:0;
}
.op-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 10px;
    border-radius: 8px;
    background: rgb(230, 241, 251);
    color: rgb(24, 95, 165);
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgb(133, 183, 235);
    white-space: nowrap;
    flex-shrink: 0;
    margin-bottom: 0;
}



 /*── Post-it ───────────────────────────────*/ 

 .notes-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
}

    .post-it {
      position: relative;
      width: 225px;
      min-height: 120px;
      padding: 10px 12px 26px;
      margin:10px 0px 0px 0px;
      border-radius: 2px;
      font-size: 12.5px;
      line-height: 1.55;
      cursor: pointer;
      flex-shrink: 0;
      transition: transform 0.15s, box-shadow 0.15s;
      box-shadow: 2px 3px 8px rgba(0,0,0,0.10);
    }
/*    .post-it:hover {
      transform: translateY(-2px) rotate(0.5deg);
      box-shadow: 4px 6px 16px rgba(0,0,0,0.13);
    }*/

    /*folded corner*/

    .post-it::after {
      content: '';
      position: absolute;
      bottom: 0; right: 0;
      width: 20px; height: 20px;
      border-style: solid;
      border-width: 0 20px 20px 0;
    }
    .post-it.yellow { background: var(--note-yellow); color: var(--note-yellow-text); }
    .post-it.yellow::after { border-color: transparent var(--note-yellow-fold) transparent transparent; }
    .post-it.green  { background: var(--note-green);  color: var(--note-green-text);  }
    .post-it.green::after  { border-color: transparent var(--note-green-fold)  transparent transparent; }
    .post-it.blue   { background: var(--note-blue);   color: var(--note-blue-text);   }
    .post-it.blue::after   { border-color: transparent var(--note-blue-fold)   transparent transparent; }
    .post-it.pink   { background: var(--note-pink);   color: var(--note-pink-text);   }
    .post-it.pink::after   { border-color: transparent var(--note-pink-fold)   transparent transparent; }

    .post-it .note-text { display: block; }
    .post-it .note-author {
      position: absolute;
      bottom: 7px; left: 12px;
      font-size: 10px;
      opacity: 0.55;
      font-family: 'DM Mono', monospace;
    }

.note-delete {
    position: absolute;
    top: 5px;
    right: 7px;
    font-size: 12px;
    opacity: 0;
    cursor: pointer;
    background: none;
    border: none;
    color: inherit;
    line-height: 1;
    padding: 2px;
    transition: opacity 0.15s;
}

.post-it:hover .note-delete {
    opacity: 0.5;
}

.note-delete:hover {
    opacity: 1 !important;
}

    