a{
    text-decoration: none;
}
.top-bar{
    padding-top: 20px;
    margin-bottom: 35px;
}

.nav-bar{
    background-color: #bb8533;
}

#logoimg{
    height: 70px;
    width: auto;
    display: inline-block;
}

.top-bar .logo a{
    display: flex;

}

.manou-car{
    filter: invert(1);
    z-index: 3;
    color: black
}

.manou-car::before{
    content: url("/img/icon-cars.png");
}

.manou-deal{
    z-index: 3;
}

.manou-deal::before{
    content: url("/img/icon-bon-deal.png");
}

.middle::before{
    border: 2px dotted #000000 !important;
}

.manou-voiture{
    filter: invert(1);
    z-index: 3;
}

.manou-voiture::before{
    content: url("/img/icon-cars.png");
}

.manou-customer{
    filter: invert(1);
    z-index: 3;
}
.manou-customer::before{
    content: url("/img/icon-customer.png");
}

.manou-location{
    z-index: 3;
}
.manou-location::before{
    content: url("/img/icon-location.png");
}

.manou-experience{
    z-index: 3;
}
.manou-experience::before{
    content: url("/img/icon-experience.png");
}

.text-manou{
    color: #bb8533;
}

.bg-manou{
    background-color: #bb8533 !important;
    border: none;
}

.btn-manou{
    background-color: #bb8533 !important;
    color: white !important;
    border: none;
}

.blog-heading{
    margin-top: 25px;
    margin-bottom: 25px;
}

.titleh1{
    font-size: 35px !important;
}

@media screen and (max-width: 450px){
    .top-bar .logo{
        padding: 0;
    }
    .top-bar{
        margin-bottom: 8px;
        padding-top: 10px;
        height: 80px;
    }
    .titleh1{
        font-size: 30px !important;
    }
    .carousel{
        height: calc(100vh - 200px);
    }
    .carousel .carousel-caption{
        height: calc(100vh - 200px);
    }

    .carousel .carousel-caption .btn{
        display: none;
    }
    .feature .feature-item{
        flex-direction: column;
    }
    .feature .feature-text{
        padding-left: 0;
        text-align: center;
    }

    .fact .col-6{
        flex-direction: column;
    }
    .fact .fact-text h2{
        font-size: 24px;
    }
    .fact .col-6{
        align-items: center;
    }
    .fact-text{
        text-align: center;
    }
    #contact h5, h4{
        font-size: 17px;
    }
    #contact .bg-manou{
        height: 30px !important;
        width: 30px !important;
    }
    #tespad{
        padding: 0;
        overflow: hidden;
        width: 100%;
    }
}