.sa-bar {
    background-color: #ACDCFC;
    background-image: url(/images/fond.gif);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
}
.sa-bar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 4px 8px;
}
.sa-bar-brand {
    color: #069;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    padding: 8px;
}
.sa-bar-toggle {
    display: none;
    border: 1px solid #069;
    background: #fff;
    color: #069;
    font-size: 16px;
    line-height: 1;
    padding: 8px 12px;
    min-height: 44px;
    min-width: 44px;
    cursor: pointer;
}
.sa-nav a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding: 5px 6px 0 6px;
    height: 20px;
    display: inline-block;
}
.sa-nav a:hover,
.sa-nav a:focus {
    color: #FFF;
    background-color: #069;
}
.sa-search {
    display: inline-block;
    margin-left: 6px;
    white-space: nowrap;
}
.sa-search input[type="text"] {
    font-size: 14px;
    height: 28px;
    width: 10em;
}
.sa-search input[type="button"] {
    font-size: 14px;
    height: 28px;
}
.sa-shadow {
    height: 3px;
    width: 100%;
    background-color: #666;
    background-image: url(/images/om.png);
    background-repeat: repeat-x;
}
.sa-page {
    padding-left: 30px;
}
@media (max-width: 799px) {
    .sa-bar-toggle { display: inline-block; }
    .sa-nav {
        display: none;
        background: #ACDCFC;
        padding: 0 0 8px 0;
    }
    .sa-nav.is-open { display: block; }
    .sa-nav a {
        display: block;
        height: auto;
        padding: 12px 16px;
        border-top: 1px solid #8ec8ee;
        min-height: 44px;
        box-sizing: border-box;
    }
    .sa-search {
        display: block;
        margin: 8px 12px 4px 12px;
        white-space: normal;
    }
    .sa-search input[type="text"] {
        width: 65%;
        min-height: 44px;
        font-size: 16px;
    }
    .sa-search input[type="button"] {
        min-height: 44px;
        font-size: 16px;
    }
    .sa-page { padding-left: 0; }
}
@media (min-width: 800px) {
    .sa-bar-top { display: none; }
    .sa-nav { padding: 0 4px 3px 4px; }
}
@media print {
    .sa-bar, .sa-shadow { display: none; }
}
