.lafficheur li:hover, .lafficheur li.active {
    background-color: #e51b1b!important;
}
.spin1{
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}
.detail-header .info_prix {
    color: #e51b1b;
}
.page-item.active .page-link {
    color: #fff;
    background: #e51b1b;
}
.page-link, .list-crit {
    color: #e51b1b;
}
.listing-alerte-email {
    background: #e51b1b;
}
a:hover {
    color: #e51b1b;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #e51b1b;
}
.prod_listing .info_titre {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #e51b1b;
}
.logo-contact{display: none;}
.heading-ag{
    padding-bottom: 0;
}
.img-ag{
    width: 100%;
}
.align-center{
    text-align: center;
}
.hr-rouge{
    border-top: 1px solid #e51b1b;
    padding-top: 20px;
}

/* hide red alert on page index */
body.index .prod_accueil .alert.alert-danger{
    display: none;
}


/*
-----------------------------------------
|               HEADER                  |
-----------------------------------------
*/
.header {
    background: transparent;
}
.logo_row {
    background: rgba(0,0,0,0.8);
    padding: 10px 0;
    margin-top: 10px;
}
header .navbar {
    background: rgba(0,0,0,0.8);
    margin-top: 0;
    padding: 10px 0;
}
.header__logo {
    width: 100%;
    text-align: center;
}
.logo{
    width: 60%;
}
.wrapper {
    background: #fff url(../images/bgimg.jpg) no-repeat top center;
    height: 40vh;
}
.index .wrapper {
    height: 80vh;
}
.search__form-item:last-child {
    width: 100%;
    padding: 0 5px;
}
.moteur {
    bottom: 0;
}
/*
-----------------------------------------
|                 NAV                   |
-----------------------------------------
*/
.dropdown-menu {
    background-color: rgba(0,0,0,0.8);
}
.dropdown-menu a:hover {
    background-color:#e51b1b;
}
.nmco .navbar, .arthur-bras .navbar, .contact .navbar, .listingloc .navbar{
    margin-top:0;
    padding-bottom:10px;
}
.adminpersos .navbar{
    margin-top:0;
    padding-bottom:0px;
}
/*
-----------------------------------------
|               BOUTONS                 |
-----------------------------------------
*/
.btn-primary {
    color: #ffffff !important;
    background: #e51b1b;
    border-color: #e51b1b;
}
.btn-primary:hover {
    color: #333 !important;
    background: #f8dd4e;
    border-color: #f8dd4e;
}
.btn-row2:hover {
    background: #e51b1b;
    color: #333;
    transition: all 0.3s ease;
}
/*
-----------------------------------------
|             TUILES INDEX              |
-----------------------------------------
*/
.prod_accueil .info_prix, .info_ville .tea, address ul li i {

    color: #f8dd4e;
}
/*
-----------------------------------------
|                FOOTER                 |
-----------------------------------------
*/
footer .footer-line1 {
    background: #333;
    color: #fff;
}
@media (max-width: 991px){
    .header {
        top: 0;
    }
}
@media (max-width: 768px){
    .navbar {
        padding-bottom: 35px;
        border-top: 0 solid #17a2b8;
        border-bottom: 0 solid #17a2b8;
    }
    header .navbar {
        background: transparent;
        margin-top: -50px;
        padding: 5px 0;
    }
}