[affichageFormulaire='1'] {
    display: true
}

[affichageFormulaire='0'] {
    display: none
}

.item {
    display: flex;
    flex-flow: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.5em;
}

.menu.item {
    /* display: inline-block;
    border: 1px solid black;
    border-radius: 10px;	 */
    display: inline-block;
    box-shadow: rgb(201 211 223) 0px 1px 4px;
    z-index: 1;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(173, 185, 201);
    color: rgb(28, 28, 28);
    border-radius: 0px 0px 5px 5px;
}

.item-label {
    font-weight: 600;
}

.displayFlex {
    justify-content: space-between;
    /* color: black; */
}

.displayFlex:hover {
    background-color: #0054B3;
    color: transparent !important;
    cursor: pointer;
}

a.changeColor {
    color: #1C1C1C !important;
    font-weight: 100;
    font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    line-height: 1.5;
}

a.changeColor:hover {
    color: white !important;
    background-color: #0054b3;
}

a.changeColor:link {
    color: black;
}

p.bgBlue:hover {
    background-color: #0054b3;
}
/* .form-control{
    width: 700px!important;
} */
p#resultat.menu.item{
    width: 100%!important;
}
input#searchActeRemboursable.form-control{
    /* width: 700px; */
    width: 100%;
}
div#searchActeRemboursable.pl-4.pr-4.row.decallage{
    /* margin-left: 140px; */
    width: 700px;
}

/* section bloc arborescence article */
/* section.pb-0.pt-5{
    padding-bottom: 3rem !important;
}
*/
div.container.layer-2{
    padding-bottom: 7rem!important;
} 