/* Feuille de style par défaut de Redmine */
@import url("../../../stylesheets/application.css");

#header {
    background-image: url(../images/bewease_logo_bw.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 5px 0px;
    padding-left: 70px;
}

#header h1 {
    padding: 6px 10px 0px 0px;
}

.demande_client {
    background: #fed8b1 !important;
}

.zone_demande_client {
    color: #9c4710 !important;
    font-weight: bold;
}

.agile_demande_client {
    border: 1px solid #9c4710 !important;
}
