/*html {*/
/*    position: relative;*/
/*    min-height: 100%;*/
/*}*/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-family: 'Titillium Web', sans-serif;*/
    /* font: 0.75em/1.167em 'Open Sans', Arial, Helvetica, sans-serif; */
    /*font-size: 13px;*/
    color: #3c3c3b;
    background-color: #ffffff;
}


/*a:link {color: #2ea0c1;}*/
/*a:visited {color: #2ea0c1;}*/
/*a:hover {color: #8c5aa1;}*/
/*a:active {color: #2ea0c1;}*/

a.btn-primary:link {
    color: white;
}

a.btn-primary:visited {
    color: white;
}

/*a.btn-primary:hover {color: white; background-color: #8c5aa1;}*/

textarea.form-control {
    height: 200px;
}

.app-big-image-machine {
    padding: 20px;
}

.app-public-machine-title {
    padding-top: 10px;
    font-size: 12pt;
    font-weight: bold;
    font-family: Helvetica;
    color: #0000ff;
}

.app-public-centre-title {
    padding-top: 10px;
    font-size: 13pt;
    font-weight: bold;
    color: #976aaa;
}


/* Inline unordered list with no bullets */
ul.app-footer {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
}

textarea.app_xl {
    height: 50em;
}

textarea.app_m {
    height: 20em;
}

ul.app-footer li {
    display: inline;
    padding: 0;
    margin: 0;
}

.fs-small {
    font-size: .8em;
}

.fs-smaller {
    font-size: .6em;
}

.fs-big {
    font-size: 1.1em;
}

.fs-bigger {
    font-size: 1.2em;
}

.bg-lightblue {
    background-color: lightblue;
}

.bg-lightcyan {
    background-color: lightcyan;
}

.bg-lightgreen {
    background-color: lightgreen;
}

.bg-lightgreen-important {
    background-color: lightgreen !important;
}

.bg-green {
    background-color: green;
}

.bg-green-important {
    background-color: green !important;
}

.bg-lightgrey {
    background-color: lightgrey;
}

.bg-lightpink {
    background-color: lightpink;
}

.bg-lightyellow {
    background-color: lightyellow;
}

.bg-mediumpurple {
    background-color: mediumpurple;
}

.bg-moccasin {
    background-color: moccasin;
}

.bg-orange {
    background-color: orange;
}

.bg-orange-important {
    background-color: orange !important;
}

.bg-purple {
    background-color: purple;
}

.bg-red {
    background-color: red;
}

.bg-silver {
    background-color: silver;
}

.bg-yellow {
    background-color: yellow;
}

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

a.bare {
    text-decoration: none;
    color: inherit;
}

.bold, .strong {
    font-weight: bold;
}

.em {
    font-style: italic;
}

.emph {
    font-style: italic;
    font-size: 1.2em;
}

.debug {
    color: #8b0000;
}

.greyed, .greyish {
    color: #888;
}

.greyed a, .greyish a {
    color: #259ab0;
}

.black {
    color: #222;
}

.white {
    color: #fff;
}

.bg-mauve {
    background-color: #976aaa;
}

.no-decor, .no-underline {
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

.greyed-out {
    background-color: darkgray;
}

.mono {
    font-family: monospace;
}

.glass {
    background: inherit;
}

.ok {
    color: darkgreen;
}

.red {
    color: darkred;
}


.hours, .number {
    text-align: right;
}

td.hours, td.number {
    white-space: pre;
}

.septor {
    border-bottom: 1px solid lightgrey;
}

.small-caps {
    font-variant: small-caps;
}

.yesno {
    font-weight: bold;
    font-size: 1.2em;
}

.pre {
    white-space: pre;
}

.pre-wrap {
    white-space: pre-wrap;
}

.bullet.required {
    width: 5px !important;
    height: 5px !important;
    font-size: 5pt;
}

.bullet.square.required.ok {
    background-color: green;
}

.bullet.square.required.nok {
    background-color: red;
}

.form.nok {
    color: darkred;
}

.form .text {
    border: 1px dashed lightgrey;
    background-color: #f2f2f2;
    padding: .5em .25em;
    min-height: 1em;
    min-width: 2em;
}

.hrs-dem {
    background-color: lightyellow;
}

.hrs-prop {
    background-color: lightcyan;
}

.hrs-acc {
    background-color: lightgreen;
}


/* See vendor/twbs/bootstrap/docs/dist/css/bootstrap.css:6557 */
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.text-warning {
    color: darkorange;
}


/*hr{*/
/*border-top: 1px solid #e7e7e7;*/
/*}*/

h1, h2, h3 {
    padding: 5px 0px 0px 0px;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.4em;
    /*padding-bottom: 5px;*/
}

h3 {
    font-size: 1.1em;
    font-weight: bold;
}

h4 {
    font-size: 1.0em;
    font-weight: bold;

}

.app-dataTable > thead > tr > th {
    background-color: #976aaa;
    color: #f8f8f8;
    font-size: smaller;
    font-weight: normal;
    border-top: 1px solid #7e8889;
}

.app-dataTable > tr > td {
    background-color: #976aaa;
    color: white;
    font-weight: normal;
    font-size: smaller;
}

.app-dataTable > tfoot > tr > td {
    background-color: orange;
    text-align: right;
}

.app-dataTable > tfoot > tr > th {
    background-color: orange;
}

table.app-dataTable {
    border-radius: 2px;
}

.dataTables_scrollBody {
    border-top: 1px solid #cccccc6c;
    margin-top: -1px;
}

.dataTables_wrapper {
    margin-top: 10px;
}

table.dataTable th.no-arrow::after,
table.dataTable th.no-arrow::before {
    content: "";
}

.btnCheckAll {
    cursor: default;
    pointer-events: none;
}

.btnCheckAll > i {
    font-size: 14px;
    padding-left: 7px;
}

.btnCheckAll > span {
    cursor: pointer;
    pointer-events: initial;
    color: #ccc;
    top: -2px;
    position: relative;
}

.btnCheckAll .fa-check-square-o {
    margin-right: -2px;
}

.purple.fa-file-pdf {
    font-size: 14px;
    padding: 6px 8px;
    border-radius: 3px;
    background: #976aaa;
    color: white;
}

.he80 {
    line-height: 80px;
}

td.app-number {
    text-align: right;
}

.dtfc-right-top-blocker,
.dtfc-right-bottom-blocker {
    display: none !important;
}

span.app-number {
    text-align: right;
    display: block;
}

thead th.dtfc-fixed-left {
    z-index: 99;
}

.dtLoading {
    margin-top: 20px;
    color: #777;
}

tr.even > td.dtfc-fixed-left {
    background: white;
}

tr.odd > td.dtfc-fixed-left {
    background: #F2F2F2;
}

.dataTables_scrollHeadInner table {
    border: none;
}

.dataTables_paginate .page-link:focus {
    box-shadow: none;
}

.dataTables_paginate .paginate_button.disabled .page-link {
    color: #b1b1b1 !important;
}

.app-drapeau {
    /*font-weight: bold;*/
}

.app-drapeau.traitee {
    color: green;
}

.app-drapeau.non-traitee {
    color: #a30;
}

.app-drapeau.rejetee {
    color: darkred;
}

.app-note {
    /*font-style: oblique;*/
/ / color: grey;
    /*color: #2ea0c1;*/
    /*font-size: smaller;*/
}


.app-novalue {
    color: grey;
    font-style: italic;
}

.app-ok {
    color: green;
}

.app-ko {
    color: red;

}

.app-alert {
    color: orangered;
}


td.app-ok {
    /*background-color: lightgreen;*/
    /*color:black;*/
    color: green;
}

td.app-ko {
    /*background-color: lightcoral;*/
    /*color:black;*/
    color: red;
}


.app-current {
    color: chocolate;
}

.app-past {
    color: darkslategrey;
}

.app-passive {
    color: grey;
    font-style: oblique;
}

/** FIN SECTION complementaire eau*/


/* Ajustement pour les boutons radio */
.ajust input[type="radio"] {
    margin-left: 0px;
}


/*table.c-form  {*/
/*    display: table;*/
/*    border-collapse: separate;*/
/*    border-spacing: 10px;*/
/*    border-color: lightgrey;*/
/*    background:#f2f2f2;*/
/*}*/


.app-loading {
    background: url(../images/loading.gif) no-repeat top left;
    width: 36px;
    height: 36px;
}

/* -------------------------------- GESTION DU MAIN LOADER START------------------------------------- */
.loading-overlay {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.3);   /* fallback + base très légère */
}

.loader {
    position: relative;
    width: 75px;
    height: 100px;
    background-repeat: no-repeat;
    background-image: linear-gradient(#DDD 50px, transparent 0),
    linear-gradient(#DDD 50px, transparent 0),
    linear-gradient(#DDD 50px, transparent 0),
    linear-gradient(#DDD 50px, transparent 0),
    linear-gradient(#DDD 50px, transparent 0);
    background-size: 8px 100%;
    background-position: 0px 90px, 15px 78px, 30px 66px, 45px 58px, 60px 50px;
    animation: pillerPushUp 4s linear infinite;
}
.loader:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #de3500;
    border-radius: 50%;
    animation: ballStepUp 4s linear infinite;
}

@keyframes pillerPushUp {
    0% , 40% , 100%{background-position: 0px 90px, 15px 78px, 30px 66px, 45px 58px, 60px 50px}
    50% ,  90% {background-position: 0px 50px, 15px 58px, 30px 66px, 45px 78px, 60px 90px}
}

@keyframes ballStepUp {
    0% {transform: translate(0, 0)}
    5% {transform: translate(8px, -14px)}
    10% {transform: translate(15px, -10px)}
    17% {transform: translate(23px, -24px)}
    20% {transform: translate(30px, -20px)}
    27% {transform: translate(38px, -34px)}
    30% {transform: translate(45px, -30px)}
    37% {transform: translate(53px, -44px)}
    40% {transform: translate(60px, -40px)}
    50% {transform: translate(60px, 0)}
    57% {transform: translate(53px, -14px)}
    60% {transform: translate(45px, -10px)}
    67% {transform: translate(37px, -24px)}
    70% {transform: translate(30px, -20px)}
    77% {transform: translate(22px, -34px)}
    80% {transform: translate(15px, -30px)}
    87% {transform: translate(7px, -44px)}
    90% {transform: translate(0, -40px)}
    100% {transform: translate(0, 0);}
}
/* -------------------------------- GESTION DU MAIN LOADER END ------------------------------------- */

article, dari-card {
    border: 1px solid #976aaa;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    background-color: #F8F8F8;
    /*border-radius: 10px*/
}


.homepage-title2 {
    text-align: center;
    font-weight: bolder;
    font-size: 17px;
    margin-top: 20px;
}


div.page-control {
    border: 1px solid grey;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    /*background-color: #f3eff5;*/
    background-color: #F8F8F8;
    border-radius: 10px
}


article > article {
    border: 1px solid grey;
    /*background-color:  #cfb8de;;*/
    background-color: white;
}

/*parametrages du style des appels*/

h2.app-call {
    padding-left: 10px;
    margin-top: 25px !important;
    background-color: #f2f2f2;
    margin: 0px 0;
}


article.app-call {
    margin: 0px 0px;
}

h2.app-section {
    font-family: Helvetica;
    padding: 5px 0px 0px 10px;
    margin-top: 25px !important;
    margin: 0px;
    background-color: #976aaa;
    color: white;
}


app-homepage-section-col {
    font-family: Helvetica;
    padding: 0px;
    margin: 0px;
    background-color: #976aaa;
}

div.app-homepage-section {
    font-family: Helvetica;
    margin-top: 25px !important;
    margin: 0px;
    background-color: #976aaa;
    padding: 6px 5px 5px;
    color: white;
    border: 1px;
    text-align: center;
    min-height: 50px;
    max-height: 50px;
    min-width: 227px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.app-homepage-section > h3 {
    font-size: 17px;
}

article.app-homepage-section > ul {
    /*margin: 0;*/
    padding-left: 15px;
}

article.app-homepage-section > ul > li {
    /*margin: 0;*/
    padding-bottom: 15px;
}

article.app-homepage-section > ul > li > ul {
    /*margin: 0;*/
    padding-left: 30px;
}

article.app-homepage-section > .list-15 > li {
    margin-left: 15px;
    padding-bottom: 3px;
}

article.app-homepage-section {
    min-height: 87%;
    max-height: 87%;
    border-radius: 0;
    padding-top: 7px;
    padding-left: 10px;
    margin: 0px;
    font-size: 16px;
    /*font-weight: bolder;*/
}

div.app-homepage-section + .row {
    background-color: #f8f8f8;
    padding: 5px 0 15px;
    margin: 0;
    border: 1px solid #976aaa;
}

div.app-homepage-machine {
    min-height: 260px;
    background-size: auto 300px;
    background-repeat: no-repeat;
    background-position: center;
}

div.app-homepage-machine:hover {
    opacity: 0.8;
    cursor: pointer;
}

@media (max-width: 992px) {
    article.app-homepage-section {
        max-height: initial;
        min-height: initial;
    }

    #navbarsExampleDefault {
        padding: 5px 15px;
    }
}

p.app-homepage-machine {
    vertical-align: middle;
    font-weight: bolder;
    color: white;
    background-color: grey;

}

.app-homepage-machine-name {
    text-align: center;
    font-weight: bolder;
    padding: 5px;
}

div.overflow-82 {
    max-height: 82vh;
    overflow-y: scroll;
    padding-top: 5px;
    margin: 5px 0;
}

ul.app-homepage-news {
    width: 192px;
    max-height: 85px;
    overflow-x: hidden;
    overflow-y: auto;
}

ul.app-homepage-news > li {
    margin-left: -8px;
}

@media (min-width: 1200px) {
    .whiteSpaceWidth {
        white-space: initial !important;
    }
}

article.app-section {
    margin: 0px 0px;
    /*border-radius: 0px 0px 5px 5px;*/
    border-width: 0px 1px 1px 1px;
    background-color: whitesmoke;
}


h1.app-call-SPEC, h2.app-call-SPEC {
    background-color: #3973b8;
    /*color: white;*/
}

article.app-call-SPEC {
    /*border-left: 50px solid #3973b8;*/
}

h1.app-call-AD, h2.app-call-AD {
    background-color: tomato;
    color: white;
}

li.app-call-AD {
    color: red;
}

article.app-call-AD {
    background-color: lightgrey;
}

h1.section-warning, h2.section-warning {
    background-color: orange;
    color: white;
}

li.section-warning {
    color: orange;
}

article.section-warning {
    background-color: whitesmoke;
}

h1.section-positive, h2.section-positive {
    background-color: limegreen;
    color: white;
}

li.section-positive {
    color: limegreen;
}

article.section-positive {
    background-color: whitesmoke;
}

h1.app-call-ADD, h2.app-call-ADD {
    background-color: cornflowerblue;
    color: white;
}

/*li.app-call-ADD{*/
/*    color: cornflowerblue;*/
/*}*/
/*article.app-call-ADD{*/
/*    background-color:   whitesmoke;*/
/*}*/

h1.dossier, h2.dossier {
    font-size: medium;
}

.section-dossier {
    font-size: smaller;
}

/*appel A001*/

h1.app-call-DARI, h2.app-call-DARI {
    background-color: dodgerblue;
}

article.app-call-DARI {
    /*border-left: 50px solid #9AB6DB;*/
    background-color: #e6f2ff
}

li.app-call-DARI {
    color: dodgerblue;
}


/*article.app-call-AR{*/
/*    background-color: black;*/
/*}*/


article.app-card {
    background-color: #f2f2f2;
}

article.app-card th {
    background-color: #f2f2f2;
}

.nouveau {
    color: red;
    font-weight: Bold;
}

.test-position {
    transform: translateY(180%);
}

.homepage {
    background-color: #eaeaea;
    border: none;
    box-shadow: none;

}

/*.homepage_middle:hover{*/
/*    background: #E48E0F;*/
/*}*/

.homepage_info {
    background-color: #E48E0F;
    color: white;
    font-size: 20px;
    min-height: 50px;
    display: flex;
    align-items: center;
}


.app-homepage_for_a a {
    color: white;
}


.app-homepage_for_a a:hover {
    text-decoration: none;
    color: white;
}

.app-homepage_for_a a:focus {
    text-decoration: none;
    color: white;
}

.infoAppel_type {
    background-color: #D9D9D9;
    color: white;
    font-size: 20px;
    text-align: center;
    min-height: 150px;
    max-height: 150px;
}

.homepage-main-image {
    height: 375px;
}

.homepage_title {
    font-size: x-small;
    font-weight: bolder;
    background-color: white;
    /*color: #3973b8;*/
    color: #976aaa;
    padding: 0px 20px 0px 10px;
}

.infoAppel_type_end {
    background-color: #D9D9D9;
    /*color: white;*/
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 425px;
    max-height: 425px;
}

.app-infoAppel_count {
    margin: 3px 0 7px;
}

.infoAppel {
    background-color: #D9D9D9;
    color: white;
    font-size: 20px;
    text-align: center;
    min-height: 270px;
    max-height: 270px;
}

.ttLink {
    opacity: 1 !important;
    z-index: 6000;
    transform: initial !important;
}

.ttLink > div.arrow::before {
    border: none;
}

.ttLink > .tooltip-inner {
    padding: 6px 10px !important;
    background-color: #fffced;
    overflow: hidden;
    color: black;
    height: 39px;
    line-height: 24px;
    word-break: break-all;
    border: 1px solid #999;
}

.app-homepage_calcul {
    /*!*background-color: #D9D9D9;*!*/
    /*font-size: 20px;*/
    /*min-height:50px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    /*!*border-radius: 10px;*!*/
    border: 1px solid grey;
    /*background-color:  #cfb8de;;*/
    background-color: white;
}


.app-card {

}

[class*=valign-] [class*=col] {
    display: inline-block;
    float: none;
}

[class=valign-bottom] [class*=col] {
    vertical-align: bottom;
}


table.app-card {
    /*border: 2px solid #3d4c5c;*/
    /*background-color: #e5eefc;*/
}

/** SECTION CINES*/

.app-table td {
    text-align: right;
    white-space: nowrap;
}

.app-table thead th {
    background-color: #3973b8;
    color: white;
    text-align: center;
    white-space: nowrap;
}

.app-table tfoot td {
    background-color: #f2f2f2;
    /*font-weight: bolder;*/
    font-style: italic;
    color: black;
    text-align: right;
    white-space: nowrap;

}

.table_eau {
    width: 100%;
}

.table_eau th, .table_eau td {
    white-space: normal;
}

table.dari-card {
    /*border: 0px solid #2ea0c1;*/
    /*width: 100%;*/
}


.app-name {
    background-color: #c6add1;
    text-align: center;
    border: 1px solid #976aaa;
}


.visa > thead > tr > th {
    background-color: #F0F0F0;
    color: black;
}

.visa > tbody > tr > td {
    background-color: white;
    color: black;
}

.visa > tbody > tr > th {
    background-color: white;
    color: black;
}

.dari-card > thead > tr > th {
    /*color: #2ea0c1;*/
    background-color: #F8F8F8;
    /*color: white;*/
    text-align: center;
    /*border: 1px solid #2ea0c1;*/
    /*background-color: white;*/
    /*border: 1px solid #2ea0c1;*/
}

.dari-card > th {
    background-color: #F8F8F8;
    width: 40%;
}

.dari-card > tbody td {
    /*background-color: white;*/
    /*border: 1px solid #2ea0c1;*/
    /*background-color: #F8F8F8;*/
}

.dari-card > tbody th {
    background-color: #F8F8F8;
    /*border: 1px solid #2ea0c1;*/
    /*white-space: nowrap;*/
    /*color: #2ea0c1;*/
    width: 30%;
    /*white-space:nowrap;*/
}


.period_current {
    color: green;
}

.period_passed {
    color: red;
}

.period_upcoming {
    color: darkviolet;
}

.layout_div_white {
    height: 20px;
}

.layout_div_white_small {
    height: 5px;
}

.homepage_calendar_img {
    /*width: 800px;*/
    box-shadow: 1px 1px 12px black;
}

.article_lesser_font_size {
    font-size: 15px;
}

.sticky_body {
    position: -webkit-sticky;
}

.sticky {
    /*position: fixed;*/
    /*width: 80%;*/
    /*left: 10%;*/
    /*top: 0;*/
    /*z-index: 100;*/
    /*border-top: 0;*/
}

.small_padding_left_homepage {
    /*padding-left: 5px;*/
    /*padding-right: 15px;*/
}

.small_padding_right_homepage {
    /*padding-left: 15px;*/
    /*padding-right: 5px;*/
}

/*.app-purple_bar_top {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    color: white;*/
/*    background: #2ea0c1;*/
/*    padding:10px;*/
/*    margin:10px 10px 10px 0px;*/
/*    border-radius: 10px;*/
/*    !*text-align: center;*!*/
/*    !*vertical-align: middle;*!*/
/*}*/

/*.app-purple_bar_bottom {*/
/*    display: none;*/
/*}*/


.homepage_resize_full_article {
    height: calc(100% - 40px);
}

@media only screen and (max-width: 767px) {
    /*.homepage_middle {*/
    /*    min-height: 0px;*/
    /*    max-height: none;*/
    /*}*/
    /*.homepage_middle_image {*/
    /*    min-height: 0px;*/
    /*    max-height: none;*/
    /*}*/
    .infoAppel_type {
        min-height: 0px;
        max-height: none;
    }

    .infoAppel {
        min-height: 0px;
        max-height: none;
    }

    .app-homepage_calcul {
        font-size: 20px;
    }


    .infoAppel_type_end {
        min-height: 0px;
        max-height: none;
    }

    .infoAppel_count {
        padding-left: 5px;
    }

    .homepage_info_image {
        min-height: 0px;
        max-height: none;
        width: 100%;
    }

    .image_occigen {
        display: flex;
    }

    .image_jeanzay {
        display: flex;
    }

    .image_joliotcurie {
        display: flex;
    }

    .image_frioul {
        display: flex;
        text-align: center;
    }

    .image_ouessant {
        display: flex;
        text-align: center;
    }

    .image_inti {
        display: flex;
        text-align: center;
    }

    .article_lesser_font_size {
        font-size: 16px;
    }

    .sticky_body {
        /*padding: 10px 0;*/
        /*position: -webkit-sticky;*/
    }

    .homepage_resize_full_article {
        height: 80%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*.homepage_middle {*/
    /*    min-height: 350px;*/
    /*}*/
    /*.homepage_middle_image {*/
    /*    min-height: 0px;*/
    /*    max-height: none;*/
    /*}*/
    .infoAppel_type {
        min-height: 150px;
        max-height: 150px;
    }

    .infoAppel {
        min-height: 248px;
        max-height: none;
    }

    .homepage_info_calendrier, .homepage_info, .homepage_calcul {
        font-size: 18px;
    }

    .homepage_info_image {
        min-height: 348px;
        max-height: 348px;
        width: 100%;
    }

    .infoAppel_count {
        padding-left: 5px;
    }

    .infoAppel_type_end {
        min-height: 400px;
        max-height: 400px;
    }

    .article_lesser_font_size {
        font-size: 16px;
    }

    .homepage_resize_full_article {
        height: 80%;
    }

}

@media only screen and (min-width: 992px) {
    .homepage_resize_full_article_multi {
        height: 68px;
    }

    .homepage_resize_full_article_gros {
        height: 92px;
    }
}

/*@media only screen and (min-width:1120px) {*/
@media only screen {
    .dari-main {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media only screen and (min-width: 1120px) {
    /*.container-fluid {*/
    /*    width: 1120px;*/
    /*}*/
    /*.container {*/
    /*    width: 1040px;*/
    /*}*/
    .small_padding_left_homepage {
        padding-left: 5px;
        /*padding-right: 15px;*/
    }

    .small_padding_right_homepage {
        /*padding-left: 15px;*/
        padding-right: 5px;
    }

    .sticky {
        position: fixed;
        /*width: 960px;*/
        margin-bottom: -15px;
        padding-right: 30px;
        top: -5px;
        z-index: 100;
        border-top: 0;
    }

}

/*@media only screen and (min-width:1200px){*/
/*    .sticky {*/
/*        width: 1040px;*/
/*    }*/
/*}*/


.mention-legale {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mention-legale li {
    padding-left: 16px;
}

.mention-legale li:before {
    content: "•"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: black;
}

/* violt foncé GENCI #2ea0c1;*/
/* violt light GENCI #a47ab3;*/

.app-title2 a:link {
    color: white;
}

.app-title2 a:visited {
    color: white;
}

.app-title2 a:hover {
    color: white;
}

.app-title2 a:active {
    color: white;
}


.img-responsive {
    width: 100%;
}

div.app-title {
    /*color:  white;*/
    /*background-color:#2ea0c1;*/
    color: #976aaa;
    background-color: white;

    font-weight: bold;
    border-width: 1px;
    border-color: #976aaa;
    /*border-left: 10px;*/
    padding: 5px 1px 1px 0px;
}


.app-title2 {
    font-size: medium;
    font-weight: normal;
    /*color: #3973b8;*/
    /*color: #976aaa;*/
    /*text-transform: !important;*/
    /*font-family: italic;*/
    /*text-transform: full-size-kana;*/
    padding: 12px 13px 13px;
    margin-bottom: 10px;
    border-radius: 2px;
    color: #111;
    background-color: #cfbddb;
    border: 1px solid #cfbddb;
}

.app-title h1 {
    font-size: 22px;
    padding-top: 8px;
}

.app-help {
    padding-left: 10px;
    margin: 10px 0;
    background-color: #cce0ff;
    /*color: white;*/
    /*border-radius: 5px;*/
    border-width: 1px;
}

li.app-success {
    color: green;
    font-weight: bold;
}


/**

Bootrap surcharge

*/

.col-form-label.label-center {
    padding-left: 0;
    margin-top: 5px;
}

.form-check input[type="checkbox"] + label.required:after,
.form-group label.required:after {
    content: "*";
    margin-left: 5px;
    color: red;
}

legend {
    font-weight: bold;
}

label.col-form-label.required:after,
legend.required:after {
    content: "*";
    margin-left: 5px;
    color: red;
}


.navbar-dropdown-menu {
    background-color: #976aaa;
}

.navbar-dropdown-item {
    background-color: #976aaa;
    /*text-overflow: ellipsis;*/
}

.dari-header {
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo-header-center {
    height: 40px;
    margin-left: 50px;
    vertical-align: bottom;
}

.logo-header-genci {
    height: 50px;
}

.logo-header-dcc {
    height: 50px;
    float: right;
}

.logo-medium {
    height: 80px;
    border: 1px lightgray solid;
    vertical-align: bottom;
}

.navbar-brand {
    font-size: xx-large;
    font-weight: bold;
    background-color: white;
    /*color: #3973b8;*/
    color: #976aaa;
    /*background-color: #2ea0c1;*/
    /*color :white;*/

    padding: 0px 20px 0px 0px;
    border-left: 0px;
    border-radius: 0px 40px 40px 0px;
    border-color: red;
}

.navbar {
    color: white;
    padding: 0px 20px 0px 0px;
    background-color: #976aaa;
    border-radius: 10px;
}

/*.dropdown-item{*/
/*    background-color: #2ea0c1;*/
/*}*/

.dropdown-color {
    background-color: #976aaa;
}

.navbar a:link {
    color: white;
}

.navbar a:visited {
    color: white;
}

.navbar a:hover {
    color: orange;
}

.navbar a:focus {
    color: orange;
}

.navbar a:active {
    color: white;
}


.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}

.password-field {
    width: 500px;
}
.w-800 {
    width:800px;
}


.centre-tgcc td {
    background-color: greenyellow;
    font-weight: bold;
}

.centre-cines {
    background: lightblue;
}

.centre-idris {
    background: lightgreen;
}

.c-type-section {
    valign: middle;
    padding-right: 10px;
    margin-right: 10px;
    border: 2px;
    border-right-style: solid;
}

.app-declaration_compte_signature {
    height: 100px;
}

.declaration_compte_case {
    text-align: center;
    width: 33%;
}

.declaration_compte_case_3 {
    width: 33%;
}

.declaration_compte_case_3_small {
    width: 33%;
    font-size: 12px;
}

.declaration_compte_case_4 {
    width: 25%;
}

.declaration_compte_case_4_small {
    width: 25%;
    font-size: 12px;
}

.declaration_compte_h2 {
    background-color: #D9D9D9;
    text-align: center;
    padding: 5px;
}

/*Ceci pour que la civilité s'affiche correctement'*/
legend {
    font-weight: normal;
}

/*Flèches de fond pour le menu*/
.arrow_purple {
    --pos-x1: calc(1 / 40 * 100%); /* position de départ*/
    --pos-x2: calc(1 / 30 * 100%);
    --pos-x3: calc(100% - (1 / 6 * 100%));
    --pos-x4: calc(1 / 2 * 50%);
    --pos-y1: calc(1 / 8 * 100%); /* position de la flèche si l'écriture est suffisamment fine (ou que la case est suffisamment grande*/
    --pos-y2: calc(7 / 8 * 100%);
    --pos-y3: calc(1 / 10 * 100%);

    width: 100%;
    height: 100%;
    color: #FFFFFF;
    background: #976aaa;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    border-radius: 10px;

    clip-path: polygon(
            var(--pos-x1) var(--pos-y1),
            var(--pos-x3) var(--pos-y1),
            var(--pos-x3) 0,
            100% 50%,
            var(--pos-x3) 100%,
            var(--pos-x3) var(--pos-y2),
            var(--pos-x1) var(--pos-y2),
            var(--pos-x2) 50%
    );
}

.app-purple_bar {
    width: 100%;
    height: calc(100% - 15px);
    color: white;
    background: #976aaa;
    padding: 10px;
    margin: 10px 10px 30px 0px;
    border-radius: 10px;
    /*text-align: center;*/
    /*vertical-align: middle;*/
}

/*version auto pour une seule ligne*/
.app-purple_bar_line {
    width: 100%;
    height: auto;
    color: white;
    background: #976aaa;
    padding: 10px;
    margin: 10px 10px 30px 0px;
    border-radius: 10px;
    /*text-align: center;*/
    /*vertical-align: middle;*/
}

.app-article2 {
    background: #cfb8de;
}

.app-article_white_with_border {
    background: #FFFFFF;
    border: 1px solid #000000;
}


.app-article_call_ap {
    background: #4caf50;
    color: white;
    /*font-weight: bold;*/
    text-align: center;
}

.col-sm-4 .app-article_call_ap {
    padding-bottom: 18px;
    margin-top: 3px;
}

.app-article_call_ap a {
    color: white;
}

.app-article_call_ap .image_calculateur_homepage {
    text-align: center;
    color: #ebf8c7;
    text-shadow: -3px 2px 8px black;
    letter-spacing: 1px;
}

.app-article_call_dari {
    background-color: dodgerblue;
    color: white;
    /*font-weight: bold;*/
    text-align: center;
}

.app-article_call_dari a {
    color: white;
}

.app-article_call_traitement {
    background-color: #FFC019;
    color: white;
    /*font-weight: bold;*/
    text-align: center;
}

.app-article_call_traitement a {
    color: white;
}

.app-article_call_ad {
    background-color: red;
    color: white;
    /*font-weight: bold;*/
    text-align: center;
}

.app-article_call_ad a {
    color: white;
}

.app-article_degrade_call_ap_dari_traitement {
    background: linear-gradient(90deg, #4caf50 20%, dodgerblue 40%, dodgerblue 60%, #FFC019 80%);
    color: white;
    margin-bottom: 10px;
    text-align: center;
}

.app-article_degrade_call_ap_dari_traitement a {
    color: white;
}

.app-article_degrade_call_ad_traitement {
    background: linear-gradient(90deg, red 50%, #FFC019 80%);
    color: white;
    /*font-weight: bold;*/
    text-align: center;
}

.app-article_degrade_call_ad_traitement a {
    color: white;
}


.image_calculateur_homepage {
    padding-left: 3px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    cursor: pointer
}

@media only screen and (min-width: 992px) {
    .smaller_marge_line {
        margin-bottom: -25px;
        margin-top: -5px
    }
}

/* Info-bulle */
.infobulle {
    text-decoration: none;
    position: relative;
    cursor: help;
}

.infobulle span {
    display: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: black;
    background-color: #eff1f3;
    /*font-size:10px;*/
    font-style: italic;
}

.infobulle span img {
    float: left;
    margin: 0px 8px 8px 0;
}

.infobulle:hover span {
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1000;
    width: 250px;
    /* max-width:200px; */
    min-height: 20px;
    border: 1px solid black;
    margin-top: 12px;
    margin-left: 32px;
    overflow: hidden;
    padding: 8px;
}

.infobulle:hover span.homepage_calendar {
    display: block;
    position: absolute;
    top: 30px;
    left: -300px;
    z-index: 1000;
    width: 800px;
    min-height: 20px;
    border: 1px solid black;
    margin-top: 12px;
    margin-left: 32px;
    overflow: hidden;
    padding: 8px;
}

.infobulle:hover span.homepage_bigger_mid_column {
    display: block;
    position: absolute;
    top: 30px;
    left: -300px;
    z-index: 1000;
    width: 800px;
    min-height: 20px;
    border: 1px solid black;
    margin-top: 12px;
    margin-left: 32px;
    overflow: hidden;
    padding: 8px;
}

@media only screen and (max-width: 991px) {
    .homepage_bas {
        font-size: 20px;
    }

    .infobulle:hover span {
        display: block;
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 1000;
        width: 250px;
        font-size: 12px;
        min-height: 20px;
        border: 1px solid black;
        margin-top: 12px;
        margin-left: 32px;
        overflow: hidden;
        padding: 8px;
    }

    .infobulle:hover span.homepage_calendar {
        display: block;
        position: absolute;
        top: 30px;
        left: -30px;
        z-index: 1000;
        width: 300px;
        font-size: 12px;
        min-height: 20px;
        border: 1px solid black;
        margin-top: 12px;
        margin-left: 32px;
        overflow: hidden;
        padding: 8px;
    }

    .infobulle:hover span.homepage_bigger_mid_column {
        display: block;
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 1000;
        width: 300px;
        font-size: 12px;
        min-height: 20px;
        border: 1px solid black;
        margin-top: 12px;
        margin-left: 32px;
        overflow: hidden;
        padding: 8px;
    }

    .app-purple_bar_line {
        height: calc(100% - 15px);
    }
}

@media only screen and (max-width: 575px) {
    .black_text {
        color: black;
    }
}

.homepage-modal {
    color: black;
}

.app-app-title {
    font-size: xx-large;
}


a.app-app-title:visited {
    color: #a47ab3;

}

a.app-app-title:link {
    color: #a47ab3;
}

a.app-app-title:hover {
    color: #a47ab3;
    text-decoration: none;
}

.app-admin-dari {
    padding: 0 .5em !important;
    background-color: #ffdedd !important;
    border: 1px dashed maroon !important;
    color: maroon !important;
}

.dari-manager {
    padding: 0 .5em !important;
    background-color: #f1dc79 !important;
    border: 1px dashed maroon !important;
    color: maroon !important;
}

.app-regul-month-exlu {
    background-color: lightgreen;
}

.app-regul-inf-1month {
    background-color: yellow;
}

.app-regul-inf-2month {
    background-color: orange;
}

.app-regul-sup-2month {
    background-color: red;
}

.app-table-machine td {
    padding-left: 10px;
}

.app-liste-machine {
    list-style-type: none;
}

.app-for-machine-backgroug-no-color {
    background-color: transparent;
}

.app-for-machine-h3 {
    font-weight: normal;
}

.multiselect-native-select > .btn-group {
    width: 100%;
}

.multiselect-container.dropdown-menu {
    background-color: white;
    padding-right: 1px;
    width: 100%;
    max-width: 70vw;
    max-height: 410px;
    overflow-y: auto;
}

.multiselect-container .form-check-label {
    white-space: normal;
    word-break: break-word;
}

.multiSelect {
    max-height: 38px;
    color: white;
}

.multiselect-option.dropdown-item:focus,
.multiselect-option.dropdown-item:hover {
    background-color: #f8f8f8;
}

.multiselect-option.dropdown-item.active {
    background-color: #ddd !important;
}

.multiselect-option.dropdown-item {
    background-color: white;
}

@media (max-width: 767px) {
    .multiselect-container.dropdown-menu {
        max-height: initial;
    }
}

span.multiselect-selected-text {
    padding-left: 4px;
    white-space: nowrap;
}

.multiselect.custom-select {
    padding-right: 38px;
    text-align: left !important;
    background: white;
}

.multiselect.custom-select:before {
    position: absolute;
    font-size: 49px;
    content: "\02EF";
    color: transparent; /* IE */
    top: -38px;
    right: 3px;
    text-shadow: 0 0 0 #777;
    height: 100%;
    pointer-events: none;
}

.multiselect-native-select > .show > .custom-select:before {
    content: "\02F0";
    top: -40px;
}

#page-content > article > form > #form_dossier > div:nth-last-child(3) {
    border-top: 1px solid #ddd;
    padding: 22px 0;
    margin: 0 -9px;
}

.multiselect-container.dropdown-menu input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.multiselect-container input[type=checkbox] {
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: top;
    border-color: #999;
    border-style: solid;
    border-width: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    margin-top: 3px;
    margin-right: 10px;
    line-height: 26px;
}

.multiselect-container input[type="checkbox"]:checked {
    background: #1266f1;
    border-color: #1266f1;
}

.multiselect-container input[type="checkbox"]:checked:before {
    position: absolute;
    font-size: 13px;
    color: white;
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    transform: rotate(8deg);
    font-weight: bold;
    top: -5px;
    left: 3px;
}

/*surcharge bootstrap*/

.form-control {

}


/*h1.fct-required, h2.fct-required{*/
/*    background-color:  orange;*/
/*    color: white;*/
/*}*/

li.fct-required {
    color: white;
}

article.fct-required {
    background-color: white;
    border: 1px solid grey;
}

h1.dari-light, h2.dari-light {
    color: black;
    background-color: white;
}

li.dari-light {
    color: white;
}

article.dari-light {
    color: black;
    background-color: white;
    border: 1px solid black;
}

.resumeLabel {
    font-weight: bold;
    max-width: initial;
    padding-left: 0;
}

#divImageDossier {
    display: none;
    margin-bottom: 20px;
}

div#conditionsImage {
    border: 1px dashed #999;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 10px 15px;
}

div#dossierIaChoices {
    border: 1px dashed #bbb;
    border-radius: 5px;
    display: none;
    margin-bottom: 20px;
    padding: 12px 15px 0;
}

/*
#############
*/
/*ou des plus moins: "\f068 ";  "\f067 ";*/

.card-header i.fas:before {
    content: "\f068";

}


.card-header.collapsed i.fas:before {
    content: "\f067";
}

div.card-header {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: smaller;
    /*color: #fff;*/
    /*background-color: #ab8bbf;*/
    background-color: #976aaa;
    margin: 10px 0px 0px 0px;

    /*background-color: white;*/
    /*color: #532583;*/
    color: white;
    /*border-color: #532583;*/

    border: 1px solid #999;
    /*padding: 10px;*/
    /*margin: 10px 0px 10px 0px;*/
    /*background-color: #f3eff5;*/
    border-radius: 10px
}

div.card-header[data-toggle] {
    cursor: pointer;
}

.no-transition {
    transition: none;
    -webkit-transition: none;
}

div.card-body {
    padding: 10px;
    margin: 0px 0px 30px 0px;
    border: 1px solid;
    border-color: #976aaa;
    border-top: none;
}

.fa-exclamation-triangle {
    padding-right: 4px;
    color: coral;
}

.margin-ul-warning {
    margin-top: -23px;
    margin-left: 6px;
}

/*div.card-header-dossier {*/
/*    !*position: relative;*!*/
/*    color:black;*/
/*    background-color: #b3d7ff;*/
/*    text-transform: uppercase;*/
/*    font-weight: bolder;*/
/*}*/

/*!*div.card-body-dossier {*!*/
/*!*    border-color: #b3d7ff;*!*/
/*!*}*!*/

div.card-all {
    background-color: white;
    color: grey;
    border: white;
}

div.card {
    /*background-color: white;*/
    /*color: grey;*/
    border: white;
}

div.card-header-all {
    background-color: white;
    color: grey;
    border: white;
}

div.card-header-info {
    background-color: #75c841;
    color: white;
}

div.card-body-info {
    /*background-color: #dcefdc;*/
    border-color: #75c841;
}


div.card-header-warning {
    background-color: orange;
    color: white;
}

div.card-body-warning {
    /*background-color: cornsilk;*/
    border-color: orange;
}


div.card-header-admin {
    /*padding: 0 .5em !important;*/
    background-color: #ffdedd !important;
    border: dashed !important;
    color: maroon !important;
}

div.card-body-admin {
    border: dashed !important;
    border-color: #ffdedd;
    border-top: none !important;
}

div.card-header-fatal {
    background: red;
    color: white;
}

div.card-header-call-AP {
    color: green;
    color: white;
}

div.card-header-call-AD {
    /*background-color: red;*/
}

div.card-header-call-SPEC {
    background-color: maroon;
    color: white;
}

div.card-body-call-SPEC {
    border-color: maroon;
}

div.card-header-dossier,
div.card-header-dossier-link,
div.card-header-call-ADD {
    background-color: #2ea0c1;
    color: white;
}

div.card-body-dossier,
div.card-body-dossier-link,
div.card-body-call-ADD,
div.card-header-dossier-link,
div.card-header-call-ADD {
    border-color: #2ea0c1;
}

li.app-call-AR {
    color: grey;
}

div.card-header-call-AR, article.app-call-AR, h1.app-call-AR, h2.app-call-AR {
    background-color: grey;
    color: white;
}

div.card-header-comut-card {
    background-color: #2ea0c1;
    color: white;
}

div.card-body-comut-card {
    border-color: #2ea0c1;
}

div.card-header-grand-chall {
    background-color: maroon;
    color: white;
}

div.card-body-grand-chall {
    border-color: maroon;
}

div.card-header-acces-dyn {
    background-color: #AB6AA8;
    color: white;
}

div.card-body-acces-dyn {
    border-color: #AB6AA8;
}

div.card-header-acces-reg {
    background-color: #664375;
    color: white;
}

div.card-body-acces-reg {
    border-color: #664375;
}

div.card-header-depot {
    background-color: #2F73C2;
    color: white;
}

div.card-body-depot {
    border-color: #2F73C2;
}

/*div.card-header-call-AR{*/
/*    background-color: black;*/
/*    color: black;*/
/*}*/
div.card-body-call-AR {
    border-color: grey;
}

.alert-info {
    padding: 17px 20px 20px;
    margin-bottom: 18px;
}

article.alert ul {
    margin-bottom: 3px;
}

.hr-hidden hr {
    display: none;
}

div.pagecontrol {
    padding: 10px;
    margin: 10px 0px 10px 0px;
    border: 1px solid red;
}

.app-ok {
    color: green;
}

.app-ko {
    color: red;
}

.app-warning {
    color: coral;
}

.app-action-ok {
    color: green;
}

.app-action-ko {
    color: red;
}

.app-action-ok::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    padding-right: 5px;
}

.app-action-ko::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f057";
    padding-right: 5px;
}

.app-action-wait {
    color: coral;
}

/*ul li:before {*/
/*    !*font-family: 'FontAwesome';*!*/
/*    !*content: '\f067';*!*/
/*    margin:0 5px 0 -15px;*/
/*    !*color: #f00;*!*/
/*}*/


ul li.app-action-wait::before {
    /*font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f017";*/
    /*font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f06a";*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f071";
    padding-right: 5px;
}

li.app-action-wait,
li.app-action-ok,
li.app-action-ko,
li.app-action-genci {
    list-style-type: none;
    margin: 0 5px 0 -15px;
}

.app-action-genci,
.app-action-genci + ul {
    color: #2ea0c1;
}

.app-action-genci .app-note {
    color: #3c3c3b;
}

.app-action-genci::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f254";
    padding-right: 5px;
}

.app-warning {
    color: coral;
}

li.app-action-possible {
    /*color: green;*/
}

li.action-required {
    color: orangered;
}


.app-warning::before {
    /*font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f071";*/
    /*font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f071";*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f071";
    padding-right: 5px;

}

.alert-warning::before {
    /*font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f071";*/
    /*font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007";*/
}


.app-attr {
    background: #F0F0F0;
    font-weight: bolder;
    border-bottom: 1px solid grey;
    /*padding:  50px;*/
}

.app-value {
    /*background: #F0F0F0;*/
    /*font-weight: bolder;*/
    /*border-bottom : 1px solid grey;*/
    /*padding:  50px;*/
}

.app-row {
    /*border:1px solid grey;*/
    /*padding:  50px;*/
    margin: 0px 0px 00px 0px;
    /*background-color: #F8F8F8;*/
    /*border-radius: 10px;*/
    border-bottom: 1px solid lightgrey;
}

html.gtrans .notranslate::before,
html.gtrans .notranslate::after {
    content: " ";
}

.imageFlag {
    width: 20px;
    opacity: 0.9;
    margin-top: -2px;
}

html.translated-ltr body > .dari-main,
html.gtrans body > .dari-main {
    position: relative;
    top: 40px;
}

html.gtrans .ttWhite > div.arrow::before {
    border-top-color: transparent !important;
}

.translate_top_bar {
    position: absolute !important;
    width: 100%;
    padding: 7px;
    font-size: 17px;
    text-align: center;
    z-index: 1;
    color: white;
    background-color: #84affb;
    border-bottom: 3px solid #828282;
    box-shadow: 0 0 8px 1px #999;
    height: 40px;
}

.translate_top_bar button {
    color: #333;
    padding: 0 9px;
    line-height: 17px;
}

html.gtrans .hideLogoGt {
    left: -90px;
}

.goog-te-banner-frame {
    display: none;
}

.labelFiltre::before {
    color: #999;
    margin-right: 6px;
    content: 'Filtre :';
    font-family: 'Trebuchet MS', sans-serif;
}

.labelMargin18, .labelMargin18 + div {
    margin-top: 18px;
}

.table-align-middle th, .table-align-middle td {
    vertical-align: middle !important;
}

.input-text-center {
    text-align: center;
}

.input-text-center input {
    background-color: white;
    font-style: italic;
    border: 0;
}

/* fix display errors */
.is-invalid [id$="dossierHealth_dataChoices"] + .invalid-feedback {
    display: none !important;
}

.is-invalid [id$="dossierHealth_dataChoices"] label {
    color: inherit !important;
}

/* fix display errors */
.is-invalid [id$="applicationIaChoices_help"] + .invalid-feedback {
    display: none !important;
}

.is-invalid [id$="applicationIaChoices"] label {
    color: inherit !important;
}

.dataTables_wrapper .buttons-columnVisibility:not(.active) {
    opacity: 0.5;
}

/* modifie la taille pour l'option "éléments visibles" (datatable) */
.dataTables_wrapper div.dt-button-collection {
    width: 450px;
}

/* CSS pour mettre a gauche, nottament pour le champ de recherche de datatable */
.datatable_pull-left {
    float: left !important;
}

.blueHover:hover {
    background-color: #2A56A8 !important;
    color: orange !important;
    text-decoration: none;
}

.dtr-title {
    vertical-align: top;
}

.app-longText {
    white-space: normal;
    max-width: 50%;
    display: inline-block;
}

.topInfo {
    font: 12px sans-serif;
}

.table-align-right th, .table-align-right td {
    text-align: right;
}

.homeBtnDossier, .homeBtnDC {
    color: white;
    background-color: #264D98;
    border-radius: 3px;
    font-weight: bold;
    display: block;
    width: fit-content;
    padding: 3px 10px;
    min-height: 30px;
}

.homeBtnDC {
    padding: 3px 12px 3px 10px;
}

.ttWhite {
    opacity: 1 !important;
    pointer-events: none !important;
}

.ttWhite.bs-tooltip-left > div.arrow::before {
    border-left-color: #444;
}

.ttWhite.bs-tooltip-right > div.arrow::before {
    border-right-color: #444;
}

.ttWhite.bs-tooltip-top > div.arrow::before {
    border-top-color: #444;
}

.ttWhite.bs-tooltip-bottom > div.arrow::before {
    border-bottom-color: #444;
}

.ttWhite > .tooltip-inner {
    padding: 6px 10px 12px !important;
    background-color: #fffced;
    overflow: hidden;
    color: black;
    max-width: 280px;
    border: 1px solid #333;
    border-radius: 6px;
    font-style: italic;
    font-size: 16px;
}

.custom-file-label::after {
    content: "Parcourir";
}

.crossed {
    position: relative;
    /*width: 200px;*/
    /*height: 80px;*/
}

.crossed svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.crossed svg line {
    stroke: rgb(255, 0, 0);
    stroke-width: 2;
}

.rotateVertical {
    transform: rotate(-90deg);
}

.graphBarSize5 {
    width: 5px;
}

.graphBarSize40 {
    width: 40px;
}

.graphBarSize60 {
    width: 60px;
}

.small-card .card-header {
    color: black;
    margin: 0;
    padding: 4px 1px 6px;
    border: none;
    text-align: center;
    width: fit-content;
    text-transform: initial;
    background-color: initial;
    font-weight: initial;
    font-size: initial;
}

.small-card .card-header > i {
    position: relative;
    top: -1px;
    font-size: 12px;
    color: #6f6f6f;
    border-radius: 10px;
    margin-left: 4px;
    padding: 3px 4px;
}

.small-card .card-header:hover {
    opacity: 0.8;
}

.small-card ul {
    margin-bottom: 5px;
    padding-left: 30px;
}

.small-card .card-body {
    padding: 0;
    margin: 0 18px 12px;
    border: none;
    border-radius: 3px;
}

.small-card .card-header strong {
    color: #666;
}

.coralCard > strong, .coralCard > i {
    color: coral !important;
}

.greenCard > strong, .greenCard > i {
    color: green !important;
}

.small-card .card-header.collapsed > i {
    border: 1px solid grey;
}

.coralCard.collapsed > i {
    border: 1px solid coral !important;
}

.greenCard.collapsed > i {
    border: 1px solid green !important;
}

.textarea-big {
    height: 400px !important;
}

div.card-header-doc {
    background-color: #A4D55C;
    color: white;
}

.infobulle_align {
    margin: 0;
    padding: 0;
    width: 100%;
}

.ul_ip {
    list-style-type: none; /* Supprime la puce par défaut */
    padding-left: 30px;
}

.ul_ip li {
    position: relative;
    padding-left: 15px; /* Décale le texte pour laisser de l'espace pour la puce */
}

.ul_ip li::before {
    content: "•"; /* Utilise un point comme puce */
    position: absolute;
    left: 0; /* Positionne la puce à gauche */
    top: 5px; /* Place la pupe en haut du texte */
    font-size: 21px; /* Taille de la puce */
}


#sondage_satisfaction_dossier_note_experience .form-check {
    display: none;
}

.rating-stars {
    font-size: 2rem;
    color: #ccc;
    cursor: pointer;
    user-select: none;
}

.rating-stars span {
    transition: color 0.2s;
}

.rating-stars span.hover,
.rating-stars span.selected {
    color: gold;
}

.bg-purple {
    background: #976aaa;
}

.break-word {
    word-wrap: break-word;
    white-space: normal; /* pour le retour à la ligne*/
}

/* bouton + / - style card */
.toggle-btn {
    text-decoration: none; /* supprime le souligné */
    font-size: 2rem; /* ajuste la taille pour qu'elle corresponde aux cards */
    line-height: 0.8; /* alignement vertical parfait */
    padding: 0; /* retire le padding du lien */
}

/* supprime le souligné au hover */
.toggle-btn:hover {
    text-decoration: none;
}

/* Empêche html2pdf de couper une card */
.card {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
}

/* Évite les coupures à l'intérieur du contenu */
.card-body {
    page-break-inside: avoid;
}

/* Optionnel : meilleure respiration entre cards */
.card {
    margin-bottom: 15px;
}

.cacher {
    display: none;
}

.w-fitcont {
    width:fit-content;
}

.space_form {
    padding-right: 150px !important;
}
