/** Login page **/


/** Back-office **/
#header_infos:before {
    content: 'développement';
    background-color: #1777B6;
    border-radius: 1rem;
    padding: 0.25rem 1rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    height: auto;
    margin: auto 0.5rem;
    font-size: 10px;
}
#header_infos #header_logo {
    width: 10rem;
    background-position: center center;
}
#header_infos #shop_version {
    position: static;
    padding: 0 0.5rem;
    display: grid;
    text-align: center;
}
#header_infos #shop_version:before {
    content: 'PrestaShop';
    font-size: 9px;
    line-height: 9px;
    display: flex;
    align-self: flex-end;
}
#header_infos #header_quick,
#header_infos #quick-access-container {
    display: flex;
    align-items: center;
}
#header_infos #header_quick #quick_select,
#header_infos #quick-access-container #quick_select {
    border: 1px solid #e9e9e9;
    border-radius: 0.5rem;
    height: 2rem;
    padding: 7px 10px;
    line-height: 13px;
}
#header_infos #header_quick #quick_select:hover,
#header_infos #quick-access-container #quick_select:hover {
    color: #25b9d7;
    border-color: #25b9d7;
}
#header_infos #header_quick #quick_select:focus,
#header_infos #quick-access-container #quick_select:focus {
    border-color: #999;
}