.container{
    padding-top: 48px;
    padding-bottom: 96px;
    min-height: 95vh;
    max-width: 400px;
    color: #020617;
}

a{
    text-decoration: none;
    font-weight: bold;
}

.text-primary{
    color: #2580C3;
}

.btn{
    padding: 8px 16px;
}

.btn-primary {
    background: #2580C3;
    color: white;
}

#logo {
    width: 96px;
}

label{
    font-weight: bold;
}

header{
    position: fixed;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 8px;
    padding-left: 24px;
    padding-right: 24px;
    z-index: 10;
}

header .btn{
    padding: 0px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

footer{
    display: flex;
    width: 100%;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #94a3b8;
    padding-top:16px;
    background-color: white;
}

.item-menu{
    height: 64px;
    cursor: pointer;
}

.item-menu a{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    color: #94a3b8;
}

.item-menu:hover{
    color: #212529;
}

.item-menu i{
    font-size: 24px;
    margin-bottom: 8px;
}

.item-menu.active a{
    color: #212529;
}

.btn-secondary{
    border-color: #E5F1FA;
    border-radius: 8px;
    background: #E5F1FA;
    color: #1C73B4;
    font-weight: bold;
}

.item-enfant, .item-livre{
    display:flex;
    align-items: center;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 8px;
}

.item-enfant .btn-secondary, .item-livre .btn-secondary, .item-emprunt .btn-secondary{
    width: 32px;
    height: 32px;
    padding: 0px;
    line-height: 32px;
}

.item-enfant .btn-primary, .item-livre .btn-primary, .item-emprunt .btn-primary {
    padding: 2px 8px;
}

.badge.bg-success{
    background: #ECFDF3 !important;
    border: 1px solid #ABEFC6;
    color: #067647;
}

.badge.bg-warning{
    background: #FFFAEB !important;
    border: 1px solid #FEDF89;
    color: #B54708;
}

.badge.bg-danger {
    background: #FFECEB !important;
    border: 1px solid #ED0D00;
    color: #ED0D00;
}

.text-muted{
    color: #64748B !important;
}

.btn-small{
    padding: 4px 8px;
}

.img-enfant {
    width: 128px;
    height: 128px;
    border-radius: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

.img-livre {
    width: 72px;
    height: 128px;
    border-radius: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

.item-emprunt {
    background: #F5F5F5;
    padding: 12px;
    border-radius: 12px;
}

.img-enfant-petit{
    border-radius: 12px;
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.img-livre-petit {
    border-radius: 12px;
    width: 48px;
    height: 64px;
    object-fit: contain;
}
