body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background-color: #DFDFDF;
}
header {
    background-color: #ffffff;
    max-height: 100px;
    padding: 15px 0;
}
.img-responsive {
    margin: auto;
}
.logo {
    max-height: 55px;
    margin: 0;
}
.baseline {
    color : #666666;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}
.navbar-nav>li>a {
    color: #666666;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    border: none;
}
.navbar-nav>li>a:hover {
    color: #fa9732;
    background-color: transparent;
    border: none;
}
.main-content {
    margin-top: 25px;
}
a {
    color: #ffffff;
}
a:hover {
    color: #fa9732;
}
/* blocks principaux */
.left-block {}
.right-block {}
.right-block.affix {
    top: 7px;
    right: 0;
}
/* outil de comptage*/
.titre-comptage {
    margin-bottom: 25px;
    font-size: 24px;
}
.text-orange {
    color:#fa9732;
}
.btn-orange {
    background-color: #ee7d15;
    border-color: #ee7d15;
}
.suppr > img {
    max-width: 20px;
}
/* panels */
.panel-primary {
    border-color: #ee7d15;
}
.panel-primary > .panel-heading {
    background-color: #ee7d15;
    border-color: #ee7d15;
}
.clickable{
    cursor: pointer;
}
.panel-heading span {
    margin-top: -18px;
    font-size: 15px;
}
.title-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* résultat comptage */
.result_comptage {
    border-right: 1px solid #d9d9d9;
}
.result_comptage > div > span,
.tarifs_comptage > div > span {
    font-weight: 700;
    line-height: 20px;
}
.result_comptage > div > span.text-right,
.tarifs_comptage > div > span.text-right {
    font-size: 20px;
    padding-right: 5px;
}
.result_comptage > div > span.text-left,
.tarifs_comptage > div > span.text-left {
    padding-left: 5px;
}
.table_in2 {
    visibility: hidden;
    display: none;
    width: 100%;
}
#details_ventilation {
    position: relative;
    background-color: #ffffff;
    overflow: auto;
    height: 300px;
    border: 1px solid #AAAAAA;
}

/* panier / recap */
.price {
    font-size: 1.875rem;
    font-weight: 700;
}
footer {
    background-color: #666666;
    padding: 20px 0;
}
.footer-nav ul.list { list-style:none; padding:0; }
.footer-nav ul.list li { padding:5px 0;}
.footer-nav ul.list a { color: #ffffff; }
.footer-nav ul.list a:hover { color: #fa9732; text-decoration:none; }

/* RESPONSIVE */
@media (max-width: 991px) {
    header {
        max-height: 100%;
    }
}
@media (max-width: 767px) {
    .baseline {
        display: block;
        text-align: center;
    }
    .footer-nav ul.list {
        text-align: center;
    }
}
@media (min-width: 992px) {
    .panel-body .w-20 {
        float: left;
        width: 20%;
        padding: 0 15px;
    }
}
