/*//////////////IMPORTS////////////*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');


/*//////////////BACKGOUND////////////*/

body {
    font-family: 'Open Sans', sans-serif;
    background: #000;
    color: #fff;
}
.detail .main-content, .agence .main-content, .alerte-email .main-content, .estimation .main-content, .mentions-legales .main-content, .contact .main-content, .page-erreur {
    background: #ffffff;
}
/*//////////////GENERAL////////////*/
.content_page_admin {
    background-color: #fff;
}
a {
    color: #fff;
}
a:hover {
    color: #e61937;
}

.description {
    color: #000;
}
/*//////////////BOUTONS////////////*/

.btn-primary {
    color: #ffffff !important;
    background: #e61937;
    border-color: #e61937;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #e61937;
    border-color: #e61937;
}
.btn-secondary {
    background: #333;
}


/*//////////////HEADER////////////*/

header .navbar {
    border-top: 2px solid #e61937;
    border-bottom: 2px solid #e61937;
}
.nav-main li a {
    color: #fff;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
}


/*//////////////FOOTER////////////*/

address {
    border-top: 2px solid #e61937;
    border-bottom: 2px solid #e61937;
}
footer, footer a {
    color: #fff;
}


/*//////////////PAGES FORMULAIRES////////////*/

.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #e61937;
}


/*//////////////LISTING////////////*/

.list-crit {
    color: #e61937;
}
.block_info {
    background: #fff;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #e61937;
}


/*//////////////DETAIL////////////*/

.detail-info .table i {
    color: #e61937;
}
.detail-nav-calcul > ul > li a {
    background: #656462;
}
@media(max-width:991px){
	.navbar-toggler::after {
  display: block;
  content: '';
  position: absolute;
  height: 7px;
  width: 22px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 20px;
  top: 16px;
}
.navbar-toggler::before {
  display: block;
  content: '';
  position: absolute;
  height: 3px;
  width: 22px;
  border-top: 2px solid #fff;
  right: 20px;
  top: 26px;
}
header ul.navbar-nav li a {
  color: #ffffff;
}
}

@media (min-width: 769px){
     ul > li:hover > a, #cssmenu > ul > li.active > a {
        color: #e61937!important;
        background-color: transparent;
    }
}

.dropdown-menu a:hover {
    background-color: #ddd;
    color: #e61937;
}

.ion-location{
    color: #e61937;
}
.ion-ios-telephone{
    color: #e61937;
}
.ion-email {
    color: #e61937;
}

#cssmenu ul li > ul > li > a:hover {
    /* background: rgb(160, 160, 160); */
    color: #e61937;
}

.prod_accueil .block_info {
    z-index: 0;
    /* border: 1px solid #ddd; */
    padding: 20px;
    min-height: 150px;
    text-align: center;
    color: #000;
}

.detail .main-content, .agence .main-content, .alerte-email .main-content, .estimation .main-content, .mentions-legales .main-content, .contact .main-content, .page-erreur {
    background: #ffffff;
    color: #000;
}

@media (min-width: 768px){
    .list-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #000;
    }
}
.nav_back ul li a{
    color: #000!important;
}