/* ============================================================================= */
/*                                     GENERAL                                   */
/* ============================================================================= */

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


body {
    font-family: 'Work Sans', sans-serif;
    background: #fff;
}

a {
    color: #2a2766;
}
a:hover {
    color: #f4b4d3;
}
.btn {
    border-radius: 0;
}

.btn-primary:hover,
.btn-success:hover,
.btn-secondary:hover,
.btn-info:hover {
    color: #2a2766;
    background-color: #fff;
    border-color: #fff;
}
.index .btn-primary {
    color: #fff;
    background-color: #2a2766;
    border-color: #2a2766;
    box-shadow: 4px 3px 4px #6d6d6d;
}
.btn-primary,
.btn-secondary,
.btn-success,
.btn-info {
    color: #2a2766;
    background-color: #f4b4d3;
    border-color: #f4b4d3;
}

/* TITRES */
.home_heading::after, .home_heading::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #bbb8a6;
    vertical-align: middle;
    margin: 0 10px;
}
.page_heading {
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 5px;
    margin: 20px 0 20px 0;
    text-transform: uppercase;
}
.page_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #545454;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}
.home_heading {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 5px;
    margin: 20px 0 40px 0;
    color: #2a2766;
}
.page-heading, .deco{
    font-size: 35px;
    line-height: inherit;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2a2766;
    font-weight: 400;
    font-style: italic;
}
.block_etiquette {
    width: 200px;
}

.marginauto {
    margin:auto;
}
.centre {
    text-align: center;
}
.uppercase { text-transform: uppercase;}

/* COULEURS */
.gris {
    color: #bbb8a6;
}
.bleu {
    color: #2a2766;
}

.alert-danger {
    color: #2a2766;
    background-color: #f4b4d3;
    border-color: #f4b4d3;
    margin: auto;
}
/* ============================================================================= */
/*                                     INDEX                                     */
/* ============================================================================= */
/* .bgAccueil .bg{
    height: 100%;
    height: 100%;
    position: relative;
    background: url(/assets/images/bgimg.jpg) no-repeat center center;
    background-size: cover;
} */
/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
}
.carousel-indicators {
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    min-height: 950px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
    background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/3.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider_home/4.jpg');
}

/* MENU */
.site-pusher {
    display: flex;
    justify-content: space-around;
}
.site-pusher {
    background: #2a2766;
}
.header nav ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

nav ul > li > a{
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease-out;
    padding: 12px 10px;
    line-height: 1.2;
}
/* .index .not-sticking nav ul > li > a{
    color: #e1d484;
} */
.index .sticky_menu.not-sticking .site-container {
    box-shadow: none;
}

.lang .dropdown-toggle::after {
    display: none;
}

/* MOTEUR */
.moteur {
    padding: 20px;
    position: absolute;
    bottom: 5%;
    left: 0;
    z-index: 20;
    background-color: transparent;
}
.index .container_search .container {
    background: rgba(255,255,255,0.4);
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    text-transform: uppercase;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 4px solid #f4b4d3;
    color: #2a2766;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    color: #2a2766;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #2a2766;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
    background: #fff;
}
.plusdecritere {
      color: #fff!important;
}
.index .plusdecritere {
      color: #000;
}
/*NOTRE SELECTION*/
.home_cont_selection{
    background: #2a2766;
    padding-bottom: 80px;
}
.home_cont_selection .home_heading {
    color: #fff;
}
.prod_listing article,
.prod_listing .block_info {
    background: #fff;
    color: #000;
}
.home_cont_selection .home_heading::after, .home_cont_selection .home_heading::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #f4b4d3;
    vertical-align: middle;
    margin: 0 10px;
}
.index .info_ville {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2a2766;
}
.index .prod_accueil .card-fav-absolute{
    right: 20px;
    top: 20px;
    font-size: 22px;
    z-index: 150;
    color: #FFFFFF;
}
.info_type {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color: #2a2766;
}
.index .info_type {
    margin: 20px 0;
    font-size: 16px;

}
.prod_accueil .card_list {
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding-top: 9px;
}
.index .prod_accueil .block_info {
    min-height: auto;
    padding: 10px;
    height: 125px;
    background: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.index .prod_accueil .block_img, .prod_accueil .block_img img  {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
img.article_logo {
    width: 25px;
    min-height: auto!important;
    margin-right: 7px;
    opacity: 1;
    top: -4px;
}
ul.card_list {
    display: flex;
    justify-content: space-around;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 17px;
} 
ul.card_list li{
    color: #2a2766;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
} 
.index .prod_accueil article, .prod_listing > .listing_article article {
    box-shadow: 5px 3px 3px #0f0f0f;
    border-bottom: 5px solid #f4b4d3;
    border-radius: 5px;
    border: 0;
    background: #fff;
}
.fas {
    font-size: 20px;
}
.index .info_prix {
    float: right;
    font-size: 18px;
    color: #2a2766;
    font-weight: 600;
}
.prixplus {
    display: none;
}
.b_ccoeur,.b_offre_en_cours,.b_exclu,.b_prestige,.b_international,.b_investisseur,.b_souscompromis,.b_vendu,.b_loue,.b_loc,.primo_accedant {
    background-color: #f4b4d3;
    color: #2a2766;
    font-size: 16px;
    text-align: center;
}

/* PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: #ffffff;
    background-size: cover;
    color: #000;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.texte-presentation span {
    font-weight: 500;
}
.texte-presentation span.underline,
span.underline {
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: #2a2766;
}
.texte-presentation img {
    width: 150px;
    margin-bottom: 15px;
}
/*NOS BIENS*/
.home_cont_categories  {
    background: #fff;
    padding-bottom: 80px;
}
.home_cont_categories .cat {
    box-shadow: 6px 3px 5px #b6b6b6;
    border: 0;
}
.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 20%;
    right: 20%;
    background: rgba(255,255,255, 0.6);
    color: #fff;
    width: 60%;
    height: 60%;
}
.cat:hover .cat-infos-overlay {
    background: rgba(255,255,255, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.home_cont_categories .cat-text, .home_cont_categories .cat-text-small{
    color: #000;
    letter-spacing: 2px;
}
.home_cont_categories .cat-text-small{
    font-weight: 400;
}
.home_cont_categories .cat-text::after{
    background: #000;
    width: 30px;
    margin: 10px auto 0 auto;
}
/* ALERTE EMAIL */
.home_cont_alertes {
    padding: 30px 10px;
    background-color: #f4b4d3;
    /* background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.44' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"); */
}
.home_cont_alertes p {
    color: #2a2766;
}
.home_cont_alertes .btn-primary:hover{
    border-color: #2a2766;
}

/* ============================================================================= */
/*                            LISTING & DETAILS                                  */
/* ============================================================================= */
[class*="listing"] .bandeaux,
[class*="listing-"] .bandeaux {
    bottom: 0;
    display: none;
}
[class*="listing-"] .b_ccoeur,
[class*="listing-"] .b_offre_en_cours,
[class*="listing-"] .b_exclu,
[class*="listing-"] .b_prestige,
[class*="listing-"] .b_international,
[class*="listing-"] .b_investisseur,
[class*="listing-"] .b_souscompromis,
[class*="listing-"] .b_vendu,
[class*="listing-"] .b_loue,
[class*="listing-"] .b_loc,
[class*="listing-"] .primo_accedant,
[class*="listing"] .b_ccoeur,
[class*="listing"] .b_offre_en_cours,
[class*="listing"] .b_exclu,
[class*="listing"] .b_prestige,
[class*="listing"] .b_international,
[class*="listing"] .b_investisseur,
[class*="listing"] .b_souscompromis,
[class*="listing"] .b_vendu,
[class*="listing"] .b_loue,
[class*="listing"] .b_loc,
[class*="listing"] .primo_accedant {
    color: #fff;
    background-color: #2a2766;
    font-size: 16px;
    text-align: center;
}
[class*="listing"] .info_ville,
[class*="listing"] .info_prix,
[class*="listing"] .info_ville,
[class*="listing"] .info_prix {
    font-size: 16px;
    font-weight: 700;
    color: #2a2766;
    padding-top: 0;
}
body[class*="listing"],
body[class*="listing-"] {
    background: #2a2766;
    color: #fff;
}
[class*="listing"] .container_search .plusdecritere a,
[class*="listing-"] .container_search .plusdecritere a,
[class*="listing"] .main-content a,
[class*="listing-"] .main-content a {
    color: #fff;
}
.page-link, .page-item.disabled .page-link {
    background-color: transparent;
}
.page-item.active .page-link {
    z-index: 2;
    color: #2a2766;
    background-color: #f4b4d3;
    border-color: transparent;
}

.prod_listing.damier ul.liste2, .prod_listing.listing ul.liste2, .prod_accueil ul.liste2, [class*="listing-"] .prod_listing ul.liste2, .listing .prod_listing ul.liste2, #biens_similaires_annonce ul.liste2, .details-liste-header ul.liste2 {
    height: 50px;
}
.prod_listing.damier ul.liste2 li, .prod_listing.listing ul.liste2 li, .prod_accueil ul.liste2 li, [class*="listing-"] .prod_listing ul.liste2 li, .listing .prod_listing ul.liste2 li, .details-liste-header ul.liste2 li {
    margin: auto;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
.damier .card_list li {
    font-size: 14px;
}

.prod_listing.carte ul.card_list li {
    font-size: 11px;
}

.btn.btn-primary.btn-sm a {
    color: #fff;
}
.not-sticking .container_search {
    margin: 60px 0 10px 0;
}
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #2a2766 !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #2a2766;
}
.detail_header .titre:after {
    background: #2a2766;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #2a2766;
}
.retour_pret span {
    color: #2a2766;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #2a2766;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #2a2766 !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #2a2766 !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}




.comparateur .top_page {
    background-image: url(../images/top_page/comparateur_top.jpg);
}
/* ============================================================================= */
/*                                     SERVICES                                  */
/* ============================================================================= */
.page-heading::after {
    content: "";
    display: block;
    position: relative;
    background: #f4b4d3;
    height: 2px;
    width: 100%;
    margin: 10px 0 25px 0;
}
.sous-titre {
    border-left: 0;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2a2766;
}
.rose {
    color: #f4b4d3;
}
.contenu-service {
    background: #f7f4f4;
    text-align: center;
    margin-top: 20px;
}
.contenu-service .ion-android-add-circle {
    font-size: 25px;
}
.border-bottom {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.contenu-service .sous-titre {
    font-size: 1rem;
}
.rouge {
    color: red;
}


.top_page {
    position: relative;
    height: 550px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.service-vente .top_page {
    background-image: url(/assets/images/top_page/vente_top.jpg);
}
.service-location .top_page {
    background-image: url(/assets/images/top_page/location_top.jpg);
}
.service-gestion .top_page {
    background-image: url(/assets/images/top_page/gestion_top.jpg);
}

.agence .equipier {
    margin:2rem 0;
    text-align: center;
}

/* ============================================================================= */
/*                                 FOOTER & AUTRES                               */
/* ============================================================================= */

/* BOITE A OUTILS */
#bloc_fixed {
    bottom: 37%;
}
#bloc_fixed .bloc:hover {
    right: 12px;
}
#bloc_fixed .surcharge_favoris {
    left: 16px;
    top: 19px;
    padding-right: 0.4em;
    padding-left: .4em;
}
#bloc_fixed .bloc.bloc1,#bloc_fixed .bloc.bloc2,#bloc_fixed .bloc.bloc3 {
    background: #f4b4d3;
    border: 1px solid #545454;
    box-shadow: 4px 3px 4px #6d6d6d;
    border-radius: 5px;
}
#bloc_fixed .bloc {
    width: 50px;
    min-height: 50px;
    margin: 15px 0;
    position: relative;
    right: 7px;
    cursor: pointer;
    padding-left: 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #bbb8a6;
}
#bloc_fixed ul li > i {
    font-size: 2rem;
    top: 2px;
    left: 2px;
    color: #2a2766;
}
#bloc_fixed_bottom {
    background: rgb(42 39 102);
}
aside .social_network i {
    font-size: 2em;
    padding: 0 5px;
    color: #fff;
}
/*COORDONNEES*/
.cont_coordonnees{
    background: #fff;
    color: #000;
}
.cont_coordonnees {
    display: none;
}
.index .cont_coordonnees {
    display: block;
}
.cont_coordonnees .btn {
    padding: .1rem .75rem;
}
.logo-fb {
    font-size: 30px;
    margin: 0 5px;
    color: #2a2766;
}
.cont_coordonnees ul {
    margin: 0;
    display: flex;
    justify-content: space-around;
}
.cont_coordonnees ul li {
    margin: 0 10px;
    border: 1px solid #dcdcdc;
    padding: 0;
    box-shadow: 6px 3px 5px #a5a5a5;
    border-radius: 5px;
}
.cont_coordonnees ul li img {
    margin:0 0 10px 0;
}
.cont_coordonnees .home_heading {
    margin: 40px 0 40px 0;
}
.coordonnees_footer_right img {
    width: 100px;
}
.cont_coordonnees .map {
    padding-left: 20px;
    height: 500px;
}
.maplazy,
.index #map_agence {
    width: 100%;
    height: 500px;
}
.cont_coordonnees div#map_contact {
    height: 500px;
}
.f18 { font-size: 18px;}
.cont_coordonnees .btn {
    text-align: center;
}
.cont_coordonnees p{
    margin-bottom: 0.2rem;
}
.coordonnees_heading {
    font-weight: 600;
    text-transform: inherit;

    letter-spacing: 2px;
}
footer {
    background-color: #2a2766;
    padding: 50px 10px;
}
footer a:hover {
    color: #bbb8a6;
}
.liens_center  ul li{
    margin: auto;
    text-align: center;
}
.liens_center ul {
    display: flex;
    justify-content: space-around;
}
.liens_center img.fnaim {
    width: 93px;
}
.liens_center img.galian {
    width: 130px;
}

.sidebar {
    margin-top: 0;
}
.sidebar_blocinfos.sticky {
    top: 170px;
    background: #fff;
    z-index: 2;
}
.sidebar_blocinfos {
    z-index: 1;
}
aside.aside_contact {
    background-color: #2a2766;
}

.sidebar address {
    background: #2a2766;
    color: #fff;
}

/* ============================================================================= */
/*                                 RESPONSIVE                                    */
/* ============================================================================= */


@media (min-width: 992px) {
    nav.menu { margin: auto 0;}
    .not-sticking nav.menu {
        margin: auto 0 0 0;
    }
    nav.menu ul {
        margin: 0;
        padding: 10px 0 0 0;
        /* display: flex; */
    }
    nav.menu ul li {
        display: inline-block;
        padding: 20px 0;

    }
    .menu ul > li > a {
        line-height: 1.2;
        color: #fff;
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .menu ul > li > a.logo-fb {
        line-height: 1.5;
    }
    .index .not-sticking .menu ul > li > a {
        color: #fff;
        text-transform: uppercase;
    }
    nav ul > li.active > a{
        color: #fff!important;
    }
    nav ul > li:hover {
        background-color: #f4b4d3;
    }
    nav ul > li:hover > a {
        color: #fff!important;
    }
    nav.menu ul.menu-top {
        justify-content: flex-end;
    }
    ul.menu-top > li > a.logo-fb {
        padding: 0 15px;
    }
    .menu ul.menu-top > li > a.btn-primary {
        color: #fff;
        font-size: 15px;
        padding: 10px 20px ;
        text-transform: initial;
        margin-right: 20px;
    }
    .menu ul.menu-top > li > a.btn-primary:hover {
        color: #fff;
    }
    .menu-top {
        padding: 10px 0;
    }
    .menu-top .logo-fb i{
        font-size: 25px;
        color: #fff;
    }
    .menu-top .logo-fb i:hover{
        color: #f4b4d3;
    }
    .navigation {
        border-top: 1px solid #bbb8a67e;
        padding: 10px 0;
    }
    .header__logo {
        display: block;
        height: 60px;
        padding: 15px 10px 10px 10px;
    }
    .index .not-sticking .header__logo {
        display: block;
        height: 87px;
        padding: 15px 10px 10px 10px;
    }
    .header__logo img {
        width: 108px;
        border: 2px solid #fff;
    }
    .index .not-sticking .header__logo img {
        width: 180px;
    }
    /* .index .bgAccueil  .carousel {
        padding-top: 120px;
    } */
    .dropdown-menu {
        min-width: 120px;
        font-size: 16px;
        color: #2a2766;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .75rem 2.5rem;
        clear: both;
        color: #2a2766;
        text-align: inherit;
        background: 0 0;
        border: 0;
        text-transform: uppercase;
        font-weight: 500;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #2a2766;
        text-decoration: none;
        background-color: #f4b4d3;
    }
}
@media (max-width: 991px) {
    .header__logo img {
        width: 100px;
    }
    .burger-item, .burger-item::before, .burger-item::after {
        color: #bbb8a6;
        background: #bbb8a6;
    }
    .menu {
        background-color: rgb(17 16 41);
        border-right: 1px solid #fff;
    }
}
@media (max-width: 768px) {
    .cont_coordonnees ul {
        display: block;
    }
    .cont_coordonnees ul li {
        margin: 10px;
    }
}
@media (max-width: 560px) {
    .home_heading::after, .home_heading::before {
        display: none;
    }
    .home_heading {
        font-size: 23px;
    }
    .home_cont_categories .cat-text {
        font-size: 17px;
        margin-bottom: 0;
    }
    .home_cont_categories .cat-text::after {
        margin: 3px auto 0 auto;
    }
    .moteur {
        top: 27%;
    }
}

.block_tri_list  a {
    color: #000!important;
}