@media {
    :root {
        --bs-link-decoration: none;
        --bs-link-color-rgb: 44,85,133;
        --publish-soft-color: #111111;
    }
}

body {
  --bs-body-font-family: "Helvetica neue", Arial;
}

a {
    text-decoration: var(--bs-link-decoration);
}

label {
    color: var(--publish-soft-color);
    font-size: 1.125em;
}

#breadcrumb {
    background-color: #e9ecef;
}

#header {
    background: transparent url(/static/images/front/header_bg.jpg) repeat;
}

#version {
    text-align: right;
    margin: 1px 5px;
    font-family: monospace;
}

#brand {
    color: #f39911;
    font: 20px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#brand-prefix {
    color: #585858;
    font-size: 24px;
}

#object-tools li {
    list-style-type: none;
    margin-right: 1em;
}

/* COMPAT PRE-BOOTSTRAP */

.error :not(.alert-danger) {
    color: red;
}

.warning :not(.alert-warning) {
    color: #ff6600;
}

ul.errorlist, ul.form-check {
    list-style-type: none;
}

ul.errorlist li {
    color: red;
}

ul.warninglist li {
    background-color: #FF7F24;
    border-color: #FF7F24;
}

ul.messagelist li {
    border-bottom:1px solid #DDDDDD;
    color:#666666;
    display:block;
    font-size:12px;
    margin:0 0 3px;
    padding:4px 5px 4px 25px;
}

ul.messagelist li.info {
    background:url("../images/ok.gif") no-repeat scroll 5px 0.3em #FFFFCC;
}

ul.messagelist li.warning {
    background:url("../images/warning.png") no-repeat scroll 5px 0.3em #FFFFCC;
}

ul.messagelist li.error {
    background:url("../images/error.png") no-repeat scroll 5px 0.3em #FFFFCC;
}

.huge {
    font-size: 24px;
}

.centered {
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}

/* Formulaire rendu avec .as_table */
span.helptext {
    font-style: italic;
}

table.simpleform th {
    text-align: right;
}
