.simulateur-title {
    color:#b6bf00;
    margin: 1em 0;
}

.simulateur-title.part2 {
    color:#CD042E;
}

.tableau-rendement table {
    width: 100%;
    margin-top: 1em;
}

.tableau-rendement table th {
    background-color: #CD042E;
    vertical-align: middle;
    font-family: 'Johan','Trebuchet MS',sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color:white;
    font-size: .9em;
}

.tableau-rendement table td,
.tableau-rendement table th {
    padding: 9px 0;
    text-align: center;
    width:25%;
}

.tableau-rendement table tbody tr {
    border-top: 1px dashed #CCC;
}

.tableau-rendement table tbody tr:first-child {
    border: none;
}

.tableau-rendement table tfoot td {
    border-top: 4px solid #CD042E;
    text-align: left;
    text-indent: 1em;
    font-size: .7em;
}

.legend_graph {
    margin: 20px auto 5px;
}

.legend_graph span {
    color: #b6bf00;
    vertical-align: middle;
    display: block;
    margin-left: 4px;
    margin-bottom: 5px;
}

.legend_graph span:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 20px;
    background-color: #b6bf00;
    position: relative;
    top: -2px;
    left: -4px;
    vertical-align: middle;
}

.legend_graph span.phase2 {
    color: #CD042E;
}

.legend_graph span.phase2:before {
    background-color: #CD042E;
}

#graphdiv {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
}

.form-simulateur .title-lvl2 {
    margin-bottom:30px;
}
