/* ======================================================= */
/*                         GENERAL                         */
/* ======================================================= */
body {
    font-size: 14px;
}
.marginauto { margin: auto;}



/* ======================================================= */
/*                          Accueil                        */
/* ======================================================= */
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  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);
  z-index: 35;
  margin-top: -3px;
  transition: all 0.2s ease;
}
.listing .prod_listing, .content-listing .prod_listing, [class*="listing-"] .prod_listing, .listingloctype .prod_listing, .listingloctype .prod_listing {
  width: 100%;
}
/* .carousel-inner {
    position: relative;
    width: 50%;
    overflow: hidden;
} */
.list-crit {
  margin: 0 0 15px;
  color: #b11f51;
}
.detail-header .info_prix {
  text-align: right;
  color: #b11f51;
  font-size: 22px;
  font-weight: 600;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
  color: #b11f51;
}
a:hover {
  color: #b11f51;
}
.listing-alerte-email {
  background: #b11f51;
  padding: 10px;
  cursor: pointer;
  width: 60%;
  margin: 0 auto;
  color: #ffffff
}
.listing-alerte-email:hover {
  background: #b11f51;
  color: #ffffff!important
}
.listing-alerte-email a:hover {
  color: #ffffff!important
}

.page-link:hover {
  color: #fff;
  background-color: #b11f51;
  border-color: #b11f51;
}
.page-item.active .page-link {
  color: #fff;
  background: #b11f51;
}
.page-link {
  color: #b11f51;
}

.prod_listing > .listing_article article:hover {
  border-right: 3px solid #b11f51;
}
.wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    padding: 2em 0 0 0;
    background: #fff url(../images/bgimg.jpg) no-repeat top center;
    height: 47vh;
}

.ion-location {
    color: #b11f51;
}

.ion-ios-telephone {
    color: #b11f51;
}

.ion-email {
    color: #b11f51;
}
.btn-primary {
    color: #ffffff !important;
    background: #b11f51;
    border-color: #b11f51;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #881940;
    border-color: #881940;
}

.dropdown-menu a:hover {
    background-color: #881940;
    transition: all 0.2s ease;
}

/* ======================================================= */
/*                          INDEX                          */
/* ======================================================= */

/* HEADER */
.index .wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    padding: 2em 0 0 0;
    background: #fff url(../images/bgimg.jpg) no-repeat top center;
    height: 100vh;
}
.header {
    background: transparent;
}
.moteur {
    padding: 0;
    position: absolute;
    bottom: 10%;
    left: 20%;
    width: 60%;
    min-height: inherit;
    z-index: 20;
    background-color: transparent;
}
/* MENU */
#navbarSupportedContent .dropdown ::before {
    right: -17px;
}
/* section 1 */
.index .main-content {
    padding: 0;
    margin-top: 0;
}
.section {
    padding: 2rem;
}
.index .produits {
    padding-right: 15px;
    padding-left: 15px;
}
.prod_accueil {
    margin: auto;
}
.prod_accueil article {
    margin: auto 15px;
}
.titre-section {
    font-size: 3em;
    line-height: 1;

}
.titre-section span{
    font-weight: 700;
    text-transform: uppercase;
    color: #b11f51;
}
.titre-section::after {
    content: "";
    display: block;
    position: relative;
    background: #2b2b2b;
    height: 4px;
    width: 60px;
    margin: 15px 0;
}

.prod_accueil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
}

.lafficheur li:hover, .lafficheur li.active {
    background-color: #b11f51!important;
}
.prod_accueil .block_info {
    z-index: 0;
    padding: 10px;
    text-align: center;
    margin-top: -57px;
    min-height: auto;
    background: #ffffffc9;
    color: #000;
}

/* section 2 */
.btn-row2 {
    background: #b11f51;
    margin: 0 0 8px 0;
    vertical-align: middle;
    padding: 10px 10px;
}
.btn-row2:hover {
    background: #2b2b2b;
}
.img-rond {
    border-radius: 50%;
}

/* section 3 */
.cat {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
    cursor: pointer;
    margin-bottom: 20px;
}
.card-img {
    width: 100%;
    border-radius: 0;
}
.cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    background: #ffffffc9;
    color: #000;
    width: 100%;
    height: 57px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
}
.cat:hover .cat-infos-overlay {
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 57px;
}
.cat-text {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 0;
}
.cat-text::after {
    content: "";
    display: block;
    position: relative;
    background: #b11f51;
    height: 2px;
    width: 80px;
    margin: 8px auto 0 auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
 .cat-text-small {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    display: block;
}


/* LISTING */
.detail-biens-similaires { margin-top: 20px;}
.detail-biens-similaires .block_info {
    margin-top: -75px;
}

.detail-info .table i {
  font-size: 11px;
  color: #b11f51;;
  padding-right: 5px;
}


/* ------------------------
PRODUITS ETIQUETTES BIENS
---------------------------*/
/*bandeaux / etiquettes*/
.container.prod_listing {
  background: #ffffff;
}
.prod_listing > .listing_article article {
  background: #ffffff;
  border: 1px solid #f3f3f3
  
  }
.block_etiquette {
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 12px!important;
  font-weight: bold;
  height: 30px;
  left: -45px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 30px;
  -webkit-transform: scale(1) rotate(-45deg) translate(0px);
  transform: scale(1) rotate(-45deg) translate(0px);
  width: 200px;
  z-index: 1;
}
.list-ref {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  z-index: 150;
  background: #cccccc;
  font-size: 10px;
  color: #000000;
  padding: 5px;
  text-align: right
}

.bandeaux {
    position: absolute;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    padding: 8px;
    z-index: 5555;
}

.block_etiquette {
    padding: 8px;
    margin-top: 5px;
    width: 200px;
    /*    text-align: center;*/
}

.b_ccoeur {
    background-color: #e34848;
}

.b_exclu {
    background-color: #e50069;
}

.b_prestige {
    background-color: #e7c74d;
}

.b_investisseur {
    background-color: #8dac63;
}

.b_souscompromis {
    background-color: #3d2c62;
}

.b_vendu {
    background-color: #e50069;
}

.b_loue {
    background-color: #e50069;
}

.b_loc {
    background-color: #e34848;
}



/* ======================================================= */
/*                       RESPONSIVE                        */
/* ======================================================= */
@media (min-width: 992px) {
    header .navbar {
        background: rgba(0,0,0,0.5);
    }
    .list-inline-item:not(:last-child) {
        margin-right: 0;
    }
    .nav-main {
        padding: 0;
    }
    .nav-main li {
        padding: 0 15px;
    }
    .navbar-nav {
        margin-top: 0;
    }
    .nav-main li a {
        padding-bottom: 0;
    }
    .header__logo {
        width: 18%;
        margin: 16px 40px 16px 2px;
    }
    .dropdown-menu {
        margin-top: 0;
    }
    .nav-main li a:hover {
        color: #b11f51 !important;
    }
    .nav-main li .dropdown-menu a:hover {
        color: #fff !important;
    }
}

@media (max-width: 991px) {
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .index .produits {
        padding-right: 0;
        padding-left: 0;
    }
    .prod_accueil article {
        margin: 0 15px 15px 15px;
    }
    .titre-section {
        padding: 15px;
    }
    .prod_accueil .info_prix {
        line-height: 12px;
    }
    .search__form-item:nth-child(1) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 2 - 0px);
        margin-right: 0;
    }
    .search__form-item.c_valid {
        width: 100%;
    }
    .btn-row2 {
        margin: 0 7px 9px 15px;
    }
    .prod_accueil .info_ville {
        font-size: 11px;
    }
    .cat {
        margin: 15px 9px;
    }
}
@media (max-width: 991px) {
	.desktop{
		display: none
	}
	.navbar {
  padding-bottom: 35px;
  border-top: 0px solid #17a2b8;
  border-bottom: 0px solid #17a2b8;
}
	
	}
@media (min-width: 991px) {
	.desktop{
		
	}
	.mobile{
		display: none
	}
	}
@media (max-width: 768px) {
    .search__form-item:nth-child(n+2) {
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 1 - 10px);
        margin-left: 5px;
    }
    .search__form-item:nth-child(1) {
        width: 100%;
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media (max-width: 560px) {
    .titre-section {
        font-size: 2.5em;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil .block_info {
        margin-top: -61px;
    }
    .img-rond {
        border-radius: 50%;
        width: 50%;
    }
    .btn-row2 div { text-align: center;}
}


.detail_slide_thumbs {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 768px){
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.cat-text::after {
    content: "";
    display: block;
    position: relative;
    background: #b11f51;
    height: 3px;
    width: 80px;
    margin: 8px auto 0 auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

/*  PAGE LISTING */

.page-item.active .page-link {
    color: #670201;
    background-color: transparent;
    border: 1px solid #670201;
}
.page-link {

    color: #670201;
    background-color: transparent;
}

.page-item.active .page-laulau {
    color: #670201;
    background-color: transparent;
    border: 1px solid #670201;
}

.page-laulau {

    color: #670201;
    background-color: transparent;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: transparent;
  border-color: transparent;
}

.page-item a {
    display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  }
