/*//////////////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: #fff;
    color: #212529;
}
.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////////////*/

a {
    color: #000;
}
a:hover {
    color: #4c629e;
}


/*//////////////BOUTONS////////////*/

.btn-primary {
    color: #ffffff !important;
    background: #75a334;
    border-color: #75a334;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #4c629e;
    border-color: #4c629e;
}
.btn-secondary {
    background: #333;
}

.ion-ios-telephone {
    font-size: 22px;
    top:2px;
}

/* ------------------------------------------------------------------------------------------------------------------------------- */
/*                                                               REF BY LOLO THE SEO                                               */
/* ------------------------------------------------------------------------------------------------------------------------------- */
.listeliens ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.listeliens ul li{
    width: calc(100% / 3);
    /* si 3 colonnes */
}

.listeliens a {
  
}

.listeliens a:hover {
  
}

.ref p {
text-align:justify;
}
.ref p strong{
    color: #75a334;
}

#classref p {
    text-align: justify;
    color: #666;
    line-height: 1.5;
}


#classref h1 {
    color:#4C629E;
    font-size: 28px;
    padding-bottom: 20px;
}

#classref h2 {
    color:#4C629E;
    padding-bottom: 15px;
    padding-top: 20px;
}


/*//////////////HEADER////////////*/
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url(/assets/images/slider/image-5.jpg);
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(6) {
    background-image: url(/assets/images/slider/image-6.jpg);
}

header .navbar {
    border-top: 2px solid #4c629e;
    border-bottom: 2px solid #4c629e;
    background: #4c629e;
}
.nav-main li a {
    color: #fff;
}
#navbarSupportedContent .dropdown::after {
    color: #fff;
}
.bloc_search {
    padding: 23px 8px 8px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 22px;
}
.header-contenu {
    padding: 30px 0;
}
.header-contact, .header-contact a {
    text-align: right;
    color: #4c629e;
    margin: auto auto 0 auto;
    font-size: 16px;
    font-weight: 500;
}
.bold , .bold a{
    font-weight: 700;
}

.search__form-item:nth-child(1),
.search__form-item:nth-child(n+2) {
    width: calc(100% / 4 - 8px);
}
.vert {
    color: #75a334;
}
.bleu {
    color: #4c629e;
}
.ion-ios-email {    
    font-size: 24px;
    top: 4px;

}
.prod_accueil .block_info {
    z-index: 0;
    padding: 20px;
    min-height: 150px;
    text-align: center;
    background-color: #dcdfea;
}
.titre-accueil {
    background-color: #4c629e;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 5px;
    padding: 6px 0;
}
.prod_accueil article {
    margin: 0 10px;
}
/*//////////////FOOTER////////////*/

address {
    border-top: 2px solid #4c629e;
    border-bottom: 2px solid #4c629e;
    background: #4c629e;
    color: #fff;
}

footer, footer a {
    color: #000;
}
address a, address a:hover {
    color: #fff;
}

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

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


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

.list-crit {
    color: #4c629e;
}
.block_info {
    background: transparent;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #4c629e;
}
.prod_listing > .listing_article article {
    background: #f3f3f3;
}
.detail .info_prix {
    font-size: 21px;
    color: #75a334;
    font-weight: 600;
}
.detail-info .table td {
    padding: 0.7em;
    border: none;
    width: 50%;
    color: #4c629e;
    font-size: 16px;
}

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

.detail-info .table i {
    color: #4c629e;
}
.detail-nav-calcul > ul > li a {
    background: #656462;
}
.detail-dpe {
    width: 100%;
}

/* ========================================================= */
/*                         RESPONSIVE                        */
/* ========================================================= */
@media (min-width: 992px) {
    .header__logo {
        width: 100%;
        margin: auto 0;
        text-align: left;
    }  
    .header__logo img {
        width: 240px;
    }

}
@media (max-width: 991px) {
    .header-contenu {
        padding: 50px 0 0 0;
    }
    .header-contact, .header-contact a {
        font-size: 12px;
    }
    .header__logo {
        text-align: left;
        width: 100%;
        margin: auto ;
    }
    .header__logo img {
        width: 150px;
    }
    .navbar-toggler:before {
        border-top: 2px solid #fff;
    }
    .navbar-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
}

@media (max-width: 560px) {
   .header__logo {
        text-align: center;
        width: 100%;
        margin: auto;
    } 
    .header-contact, .header-contact a {
        text-align: center;
    }
    .search__form-item:nth-child(1), .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 0px);
    }
    .prod_accueil article {
        width: calc(100% - 20px);
    }

}



.container.ref {
    padding-left: 15px;
    padding-right: 15px;
}

address .ion-ios-telephone {
    font-size: 22px;
    top: -6px;
}

.btn-honoraires {
    
}