/*//////////////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: #e53e51;
}

.alert-danger {
    color: #fff;
    background-color: #e53e51;
    border-color: #e53e51;
    margin: 3% 0;
}
p {
    font-size: 15px;
}

/*//////////////BOUTONS////////////*/
.b_exclu, .block_etiquette {
    background-color: #e53e51;
}
.page-link {
    color: #e53e51;
}



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

.page-heading, .administrable h1 span, .detail h3, .detail-dpe h2, .page_heading {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0 0 0;
    color: #000;
    text-transform: uppercase;
}
.page-heading::after, .administrable h1 span::after, .detail h3::after, .detail-dpe h2::after, .page_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #e53e51;
    height: 2px;
    width: 100px;
    margin: 10px 0;
}


/*//////////////HEADER////////////*/
.index .carousel {
    margin: 30px 0;
    box-shadow: 6px 3px 5px #adadad;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url(/assets/images/slider/image-4.jpg);
}
#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 #e53e51;
    border-bottom: 2px solid #e53e51;
    background: #fff;
}
.nav-main li a {
    color: #000;
}
.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: rgba(255,255,255, 0.6);
    bottom:40px;
}
.nav-main li a {
    text-transform: uppercase;
    color: #000;
    line-height: 30px;
    background-size: 6px 6px;
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    z-index: 10;
    font-size: 15px;
    font-weight: 600;
}
.nav-main li:hover a{
    color: #fff;
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    background-size: 6px 50px;
}
.nav-main li:hover {
    color: #fff;
    background: #e53e51;
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;   
}
#navbarSupportedContent .dropdown::after {
    color: #fff;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #e53e51;
    min-width: 125px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: none;
}
.dropdown-menu a:hover {
    background-color: #b42f3e;
}
.dropdown-menu {
    margin-top: 0;
}


.prod_accueil .produits h5 {
    text-align: center;
    margin: 0;
    font-size: 19px;
    text-transform: uppercase;
    padding-top: 0;
    font-weight: 700;
    font-style: italic;
}
.prod_accueil .produits h5 span {
    color: #e53e51;
}

.prod_accueil article {
    margin: 10px;
    border: 1px solid #e53e512b;
    box-shadow: 6px 3px 5px #adadad;
}

/*//////////////LISTING////////////*/
.prod_listing .block_img {
    width: 65%;
}
.prod_listing > .listing_article article {
    border: 1px solid rgba(0,0,0,0.1);
    border-right: 3px solid #e53e51;
    background: #fff;
    box-shadow: 6px 3px 5px #cfcfcf;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #e53e51!important;
}

/*//////////////AGENCE////////////*/
.cat-agence {
    border: 1px solid #cccccc;
    box-shadow: 6px 3px 5px #adadad;
    padding: 15px;
    min-height: 290px;
}
.h2-agence  {
    text-transform: uppercase;
    font-size: 18px;
    margin: 10px 0;
}
.h2-agence span {
    color: #e53e51;
}
.agence .page-heading::after {
    content: "";
    display: block;
    position: relative;
    background: #e53e51;
    height: 2px;
    width: 100px;
    margin: 10px auto;
}
.cat-agence .card-img {
    width: 100px;
}



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

address {
    border-top: 2px solid #e53e51;
    border-bottom: 2px solid #e53e51;
    background: #fff;
}

footer, footer a {
    color: #000;
}
address, address a {
    color: #000;
}
 address i {
    color: #e53e51;
}
address .ion-social-linkedin ,
address .ion-social-facebook {
    font-size: 23px;
    top: -7px;
}
address a:hover {
    color: #e53e51;
}

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

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


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

.list-crit {
    color: #e53e51;
}
.block_info {
    background: #fff;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #e53e51;
}
.list-crit {
    margin: 15px 0 15px 0;
    font-size: 18px;
}


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

.detail-info .table i {
    color: #e53e51;
}
.detail-nav-calcul > ul > li a {
    background: #656462;
}

/* ========================================================= */
/*                         RESPONSIVE                        */
/* ========================================================= */
@media (min-width: 992px) {
    .nav-main li {
        text-align: center;
        padding: 10px 10px;
    }
    .nav-main {
        padding: 0;
    }
    .nav-main li a {
        padding-bottom: 0;
    }
    .navbar {
        padding: 0;
    }
    .navbar-nav {
        margin-top: 0;
    }
    .header__logo {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .prod_listing .block_info {
        width: 80%;
    }
    .detail-nav li a,.detail-nav li:hover a {
        color: #fff;
    }
}
/* .fancybox-navigation {
    top: 50%;
}
.fancybox-navigation {
    position: static;
} */