@media screen and (min-width: 992px) {
    .champsFormulaire {
        padding-top: 15px
    }
}

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

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

[detailetape='2.5'] {
    cursor: pointer;
}

div.col-md-12.menu {
    width: 100%;
    background-color: rgb(255, 255, 255);
    color: rgb(28, 28, 28);
    border-radius: 0px 0px 5px 5px;
}

.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: #0054b3 !important; */
    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;
}
th[scope='row'] {
    font-size: 14px
}