table{
    width: 100%;
    border-collapse: collapse;
}

table td{
    border-bottom: 1px solid #efefef;
    padding: 5px;
    min-width: 20%!important;
    font-size: 1.8rem!important;
    font-weight: 300!important;
}

input[type="text"], select{
    width: 100%;
}

.champ_out{
    border: 0;
}
.champ_in{
    background-color: #EC6608;
    color: #ffffff;
    border: 1px solid #efefef;
}
.strong{
    font-weight: 600;
}
.bg-gris2{
    background-color: #ddd;
    padding: 15px;
}
.bg-turquoise, .bg-turquoise * {
    background-color: #17428C;
    color: #ffffff;
    font-weight: 600;
}
.title-sim, .big6{
    color: #17428C;
    font-weight: 600;
    font-size: 2.4rem;
}

.titre {
    color: #f4793b!important;
    font-size: 1.8rem!important;
    font-weight: 600 !important;
}

#simulator table {
    margin-top: 30px;
}

input[type="text"] {
    width: 100%;
    text-align: right;
}

.champ_in, .champ_out {
    padding-right: 5px;
}

#simulator table td {
    border-bottom: 1px solid #cdcdcd;
    font-size: 1.3rem !important;
}

#simulator table td li{
    font-size: 1.3rem !important;
}
#simulator p{
    font-size: 1.3rem !important;
}

.bold{
    font-weight: bold;
}