.div-text-card-general-commande-detail{
    display: flex;
    align-items: baseline;
}

.div-text-card-general-commande-detail > p{
    min-width: 150px;
}

.div-text-card-general-ficheprod-detail{
    display: flex;
    align-items: baseline;
}

.div-text-card-general-ficheprod-detail > p{
    min-width: 200px;
}
html, body {
    height: 100%;
}
#page-content {
    flex: 1 0 auto;
}
#sticky-footer {
    flex-shrink: 0;
}
body {
    display: flex;
    flex-direction: column;
}
a:link {
    text-decoration: none;
}
.autocomplete-items {
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /* Position the autocomplete items to be the same width as the container: */
    position: absolute;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}
@media (min-width: 576px){
    .dropdown:hover > .dropdown-menu{
        display: block;
        margin-top: 0;
    }
}
