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

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


@font-face {font-family: "Helvetica Neue"; src: url("//db.onlinewebfonts.com/t/0d49fc455f4a8951a42daf952412a713.eot"); src: url("//db.onlinewebfonts.com/t/0d49fc455f4a8951a42daf952412a713.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/0d49fc455f4a8951a42daf952412a713.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/0d49fc455f4a8951a42daf952412a713.woff") format("woff"), url("//db.onlinewebfonts.com/t/0d49fc455f4a8951a42daf952412a713.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/0d49fc455f4a8951a42daf952412a713.svg#Helvetica Neue") format("svg"); }

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

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

body {
    font-family: 'Lato', sans-serif;
    /* font-family: 'Helvetica Neue',sans-serif;  */
    background: #00122d;
    color: #fff;
    overflow-x: hidden;
    letter-spacing: 1px;
}
.detail .main-content, .agence .main-content, .alerte-email .main-content, .estimation .main-content, .mentions-legales .main-content, .contact .main-content, .page-erreur {
    background: transparent;
}
/*//////////////GENERAL////////////*/

a {
    color: #fff;
}
a:hover {
    color: #ae8e3f;
}
.rouge {
    color: #ed1c24;
}
.or {
    color: #ae8e3f;
}
.alert-danger {
    color: #fff;
    background-color: #ae8e3f;
    border-color: #ed1c24;
    margin-top: 3%;
    text-align: center;
}
p { font-size:15px;}

.page-heading, .administrable h1 span {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #ae8e3f;
}
.alert-success {
    color: #fff;
}
/*//////////////BOUTONS////////////*/

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


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

header .navbar {
    border-top: 2px solid #ae8e3f;
    border-bottom: 2px solid #ae8e3f;
}
.nav-main li a {
    color: #fff;
}
.navbar {
    margin: 20px 0;
    padding: 0;
}    
.nav-main {
    padding: 0;
    margin: 0;
}
.nav-main li {
    text-align: center;
    padding: 10px 5px;
}
.dropdown-menu {
    margin-top: 0;
}
.nav-main li a {
    text-transform: uppercase;
    color: #fff;
    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: 12px;
    font-weight: 500;
}
.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: rgba(255,255,255,0.2);
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;   
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #00122d;
    border: 1px solid rgba(255,255,255,0.2);
    min-width: 125px;
}
.dropdown-menu a:hover {
    background-color: #7478692f;
}
#navbarSupportedContent .dropdown::after { color:#fff;}
.dropdown-item.active, .dropdown-item:active {
    background-color: #cfa400;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
}
#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);
}

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

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


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

.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #ae8e3f;
}
.estimation .block_info, .alerte-email .block_info {
    background: transparent;
}

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

.list-crit {
    color: #ae8e3f;
}
.block_info {
    background: transparent;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #ae8e3f;
}
.prod_listing > .listing_article article {
    background: transparent;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    border: 1px solid #f3f3f3;
}
.prod_listing .block_img {
    width: 48%;
}
.prod_listing .block_info {
    width: 100%;
    padding: 25px;
    text-align: left;
}
/*//////////////DETAIL////////////*/

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


/*//////////////DISPLAY NONE////////////*/

.bloc_search {
    display: none;
}
.prod_accueil{
    display: none;
}




/*//////////////AGENCE & ARCHITECTURE////////////*/
.architecture p,
.agence p {
    font-size: 16px;
    font-weight: 100;
    text-align: justify;
}
.architecture p span,
.agence p span {
    color: #a58c38;
    font-weight: 400;
}
.architecture p span span.rouge,
.agence p span span.rouge {
    color: #ed1c24;
    font-weight: 400;
}
.centre { 
    text-align: center;
}
.centre p {
    text-align: center;
    color: #a58c38;
    font-size: 20px;
}

.modal-content {
    color: #000;
}

.contact address ul li i {
    top: -2px;
}

.retour_pret p {
    font-weight: 400;
}

/*//////////////RESPONSIVE////////////*/

@media(min-width:992px) {
    .dropdown-menu {
        margin-top: 0;
    }
    .dropdown-menu a:hover, .dropdown-item.active, .dropdown-item:active {
        background-color: #00122d;
        color: #a58c38!important;
    }
    .alerte-email .prod_home article, .estimation .prod_home article, .recherche-detaillee article {
        width: 45%;
        padding: 5px;
        border: 1px solid rgba(255,255,255,0.2);
        margin: 5px;
    }
    .detail-nav li a {
        color: #fff;
    }
}
@media(max-width:991px) {
    .navbar {
        padding: 20px;
    }
    .navbar-toggler:before {
        border-top: 2px solid #fff;
    }
    .navbar-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .nav-main li {
        text-align: left;
    }
    header ul.navbar-nav li {
        border-bottom: 1px solid #ae8e3fb0;
    }
    .prod_listing .block_img {
        width: 66%;
    }
    .prod_listing .block_info {
        width: 100%;
        padding: 15px;
        text-align: left;
    }
    .info_type {
        font-size: 11px;
    }
    .info_ville {
        font-size: 12px;
    }
    .info_prix {
        font-size: 15px;
    }
    .prod_home article {
        width: 45%;
        padding: 5px;
        border: 1px solid rgba(255,255,255,0.1);
        margin: 5px;
    }
}




@media(max-width:500px) {
    .carousel-fullscreen {
        display: block;
    }
    header ul.navbar-nav li a {
        color: #fff;
    }
    .prod_listing .block_img {
        width: 100%;
    }
    .info_type {
        font-size: 16px;
    }
    .info_ville {
        font-size: 15px;
    }
    [class*='listing-'] .info_prix {
        margin: 12px 0;
    }
}
