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

@font-face {
  font-family: 'PeterBecker';
  src: url(/assets/fonts/PeterBecker.ttf);
  font-weight: normal;
}


/*GENERAL*/
body {
    font-family: 'PeterBecker', sans-serif;
}
.breadcrumb-item.active {
    color: #215e6d;
}
.page-item.active .page-link {
    background-color: #215e6d;
    border-color: #215e6d;
}
.page-link {
    color: #215e6d;
}
.page-link:focus, .page-link:hover {
    color: #fff;
    background-color: #215e6d;
    border-color: #215e6d;
}


/* BOUTONS */
.btn-primary,
.btn-info,
.btn-secondary,
.btn-success {
    background-color: #f89938;
    color: #fff;
    font-weight: 500;
    border-color: #f89938;
}
.btn-primary:hover,
.btn-info:hover,
.btn-secondary:hover,
.btn-success:hover {
    background-color: #333;
    color: #f89938;
    border-color: #f89938;
}


/*MENU*/
.header .not-sticking, .header .sticking {
    background: #333;
}
.header .not-sticking .header__logo img {
    width: 500px;
}
.header .index-logo-sticking {
    width: 300px;
}
.header .header__logo img {
    width: 300px;
}
.header .menu ul > li > a {
    color: #fff;
    font-size: 18px;
    font-weight: inherit;
    text-transform: inherit;
    padding: 0 10px;
    letter-spacing: 0.7px;
}
.header .sticking .menu ul > li > a {
    font-size: 16px;
}
.header nav ul > li > a:hover {
    color: #f89938;
    -webkit-transition: color;
    -webkit-transition: color;
    transition: color;
}
.index .badge {
    padding: 0.15em 0.5em;
    font-size: 65%;
    line-height: 1.3;
    background: #f89938;
}
.list-inline-item i{
    color: #fff;
    font-size: 20px;
}

/* BLOCS ACCUEIL */
.navicons_home {
    bottom: 35%;
    top: inherit;
    left: 25%;
    width: 50%;
    height: 20%;
    margin-left: inherit;
    margin-top: inherit;
}
.navicons_home > .icone-home-search, .navicons_home > .icone-home-vente, .navicons_home > .icone-home-location {
    width: 330px;
    height: 200px;
    margin: 20px auto;
    background: rgba(51, 51, 51, 0.7);
}
.navicons_home > .icone-home-vente a div, .navicons_home > .icone-home-location a div, .navicons_home > .icone-home-search a div {
    color: #fff;
}
.navicons_home a:hover div{
    color: #333;
}


/* MOTEUR */
.index .moteur {
    display: none;
}
.plusc{
    color: #fff;
}

/* TITRES */
.home_heading {
    font-weight: 600;
    line-height: inherit;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}
.home_heading::before, .home_heading::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #f89938;
    vertical-align: middle;
    margin: 0 10px;
}
h2.deco {
    border-left: none;
    padding-left: 0;
    color: inherit;
}

/* FIL ARIANE */
.breadcrumb-item.active {
    color: #f89938;
}

/*NOTRE SELECTION*/
.home_cont_selection{
    background: #fff;
}
.index .info_ville {
    font-size: 13px;
    text-transform: uppercase;
}
.index .prod_accueil .card-fav-absolute{
    right: 20px;
    top: 20px;
    font-size: 22px;
    z-index: 150;
    color: #FFFFFF;
}
.index .info_type {
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0;
    text-transform: capitalize;
}
.index .prod_accueil .block_info {
    min-height: auto;
    padding: 10px;
    border-bottom: 2px solid #f89938;
    height: 70px;
    background: #ffffff;
}
.index .info_prix {
    float: right;
}
.index .info_prix sup {
    top: -6px;
}

/* PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: url(/assets/images/home-background-presentation.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_presentation h3 {
    margin: 0 auto 30px auto;
    letter-spacing: 2px;
}
.home_cont_presentation h3 span{
    color: #f89938;
}

/* NOS BIENS */
.grid {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    /* max-width: 480px; */
    max-width: 540px;
    max-height: 360px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    letter-spacing: 1.5px;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

figure.effect-romeo img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0,0,300px);
    transform: translate3d(0,0,300px);
}

/* figure.effect-romeo:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
} */

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

/* figure.effect-romeo:hover figcaption::before {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
} */

figure.effect-romeo h2,
figure.effect-romeo p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
}

figure.effect-romeo h2 {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
    transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
    padding: 0.25em 2em;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
    transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

/* figure.effect-romeo:hover h2 {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
    transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
    transform: translate3d(0,-50%,0) translate3d(0,100%,0);
} */


/*COORDONNEES*/
.cont_coordonnees{
  background: #f89938;
}
.cont_coordonnees .container {
    border-bottom: none;
    padding-bottom: 0;
}
.logo-fb {
  font-size: 30px;
  margin: 0 5px;
  color: #fff;
}
.logo-fb:hover{
  color: #faff00;
}
.cont_coordonnees .btn-primary, .cont_coordonnees #voir-telephone-0{
  background: transparent;
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin: 5px 0 !important;
}
.cont_coordonnees .btn-primary:hover, .cont_coordonnees #voir-telephone-0:hover{
  background: #fff;
  color: #000;
  border-color: #fff;
}
.cont_coordonnees .btn {
    text-align: center;
}
.cont_coordonnees p{
  margin-bottom: 0.2rem;
}

/* ALERTE EMAIL + ESTIMATION */
.home_cont_alertes, .home_cont_estimation {
    padding: 25px 10px;
    background: #333;
    text-align: center;
    color: #fff;
    clear: both;
}
.home_cont_alertes p, .home_cont_alertes a, .home_cont_estimation p, .home_cont_estimation a {
    display: inline-block;
}
.home_cont_alertes p {
    color: #fff;
}
.home_cont_alertes p i, .home_cont_estimation p i {
    color: #f89938;
    font-size: 30px;
    margin-right: 10px;
    display: inline;
}
.home_cont_alertes .btn, .home_cont_estimation .btn {
    margin-left: 20px;
}
.progress-bar {
        background-color: #f89938;
    }

/* PAGE LISTING */
.page-item.active .page-link {
    background-color: #f89938;
    border-color: #f89938;
}
.page-link, .page-item.disabled .page-link {
    color: #f89938;
}
.page-link:focus,
.page-link:hover {
    color: #fff;
    background-color: #f89938;
    border-color: #f89938;
}
.card_list li > span:after{
    display: none;
}
.card_list li > span, .prod_listing .info_titre, .detail .info_type {
    color: #f89938;
}

/* PAGE DETAIL */
.detail_header .titre:after {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
    background: #f89938;
    height: 2px;
}
.detail_taber {
    border-bottom: 2px solid #000000;
}
a.nav-link.active{
    font-weight: bold;
    color: #f89938;
    letter-spacing: 1px;
}

.lafficheur li {
    background-color: #333!important;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #f89938!important;
}
.table-hover .table-warning:hover, .table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th,
.table-hover .table-warning, .table-hover .table-warning>td, .table-hover .table-warning>th {
    background-color: #fafafa;
}

/* FOOTER */
footer {
    background-color: #333;
    padding: 40px 10px;
}

/* AUTRE */
.top_link {
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 65px;
    display: none;
    padding: 13px 15px;
    background: #f89938;
    border-radius: 0;
    opacity: 0.6;
    height: 50px;
    border: 1px solid #f89938;
    filter: alpha(opacity=50);
    color: #fff;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer;
}
#bloc_fixed_bottom {
    background: #333333;
}
.telephone-vu {
    background-color: transparent;
}


/*RESPONSIVE*/
@media (max-width: 991px) {
    .header__logo img {
        margin-top: 5px;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -3px;
        top: 10px;
        font-size: 22px;
        background: #215e6d;
        padding: 6px 15px;
        color: #fff;
        border-radius: 5px;
    }
    .burger-item, .burger-item::before, .burger-item::after {
        background: #fff;
    }
    .listing .main-content, [class*="listing-"] .main-content {
        margin-top: 95px
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        right: 2%;
        top: 10%;
        background: #f89938;
        padding: 0px 8px;
    }
    .map {
        top: 80px
    }
}

@media only screen and (min-width : 1024px) and (max-width : 1366px) {
    .navicons_home > .icone-home-search, .navicons_home > .icone-home-vente, .navicons_home > .icone-home-location {
        width: 340px;
        height: 200px;
    }
    .navicons_home {
        left: 15%;
        width: 70%;
    }
    .header .menu ul > li > a {
        padding: 0 5px;
    }
    .index .header .not-sticking .header__logo img {
        width: 370px;
        margin-left: -110px;
    }
    .header .not-sticking .header__logo img {
        width: 460px;
        margin-left: -110px;
    }
    .header .header__logo img {
        margin: 14px -80px;
    }
    [class*="listing-"] .sticking .container_search {
        margin-top: 50px;
    }
}

@media (min-width: 991px){
    .nav-mobile-lang{
        display: none !important;
    }
    .nav-desktop-lang{
        display: block;
    }
}
@media (max-width: 990px){
    .nav-mobile-lang{
        display: block;
    }
    .nav-desktop-lang{
        display: none;
    }
}

@media (max-width: 768px){
    .navicons_home {
        left: 7.5%;
        width: 85%;
    }
    .navicons_home > .icone-home-search, .navicons_home > .icone-home-vente, .navicons_home > .icone-home-location {
        width: 320px;
        height: 200px;
    }
}

@media (max-width: 420px){
  .bloc-btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .bloc-reseaux {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .navicons_home{
    display: none;
  }
  .header .not-sticking .header__logo img, .header .header__logo img {
        width: 270px;
    }
    .home_heading {
        font-size: 24px;
    }
    .index .moteur {
        display: block;
        top: inherit;
        padding: 10px;
        bottom: 10%;
        width: 100%;
        min-height: inherit;
    }
    .plusdecritere .text-filtre1{
        display: none;
    }
    .plusdecritere .text-filtre2{
        width: 100%;
    }
    [class*="listing-"] .header .not-sticking .header__logo img, [class*="listing-"] .header .header__logo img {
        width: 210px;
        margin-left: -40px;
    }
    #bloc_fixed_bottom {
        background: rgba(51, 51, 51, 0.6);
    }
    .detail_taber .nav-item a {
        padding: 0.5em 0.5em;
    }
}

@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }
    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}