/*PREMIUMBASE*/


/*Import Fonts*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');
@font-face {
    font-family: 'Nephilm';
    src: url('Nephilm.otf')  format('truetype'), /* Safari, Android, iOS */
  }
/*GENERAL*/

body {
    font-family: 'Work Sans', sans-serif;
}
/* show alert message in middle of screen */
/* index */
body.index div.message_agence{
    top: -4em!important;
    left: 30%!important;
    width: 50%!important;
    transform: translate(-50%, 160%)!important;
    background: rgba(255, 168, 168, 1)!important;
}
/* others pages except listing */
body.agence div.message_agence,
body.listing-vente div.message_agence,
body.estimation div.message_agence,
body.offre-assurance div.message_agence,
body.syndic div.message_agence,
body.articles div.message_agence{
    display: none;
}
.bgAccueil {
  height: 100%;
  height: 100%;
  position: relative;
  background: url("/assets/images/bgimg.jpg") no-repeat center 100px fixed;
    background-size: auto;
  background-size: cover;
}

.contact_coordinates .contact_titre{
    display: none;
}


#bloc_fixed {
    bottom: 40%;
}


@media (min-width: 992px) {
    nav.menu{
        display: inline-block;
    }
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #b02a2f;
        text-transform: uppercase;
        letter-spacing: .6px;
        font-size: 1.04rem;
        font-weight: 600;
    }
    .menu ul > li.dropdown > a {
        font-weight: 500!important;
    }
    /* btn cta white color */
    .not-sticking .menu ul > li:last-child > a {
        color: #fff;
    }
    .sticking .menu ul > li:last-child > a {
        color: #fff;
    }

    /* .not-sticking .menu ul > li > a {
        color: #b02a2f;
    } */
    .header__logo {
        /* display: block; */
        height: 100px;
        padding: 20px;
        margin-right: 8%;
    }
    .dropdown-menu .dropdown-item a{
        color: #000!important;
    }
}


/* ANIMATE ONGLET BLOG ARTICLES */
/* nav.menu .link-blog{
    animation: flash 0.6s linear infinite;
}
@keyframes flash {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
} */


/* ===== LOGO ADJUST ===== */
.header__logo img{
    width: 18%;
    margin: 14px 0;
}
.index-logo-sticking {
    width: 30%;
    margin: -14px 0;
}


/* ------------------------------------------------------------------------------------------------------------------------------- */
/*                                                               REF     by lolo                                                   */
/* ------------------------------------------------------------------------------------------------------------------------------- */
.listeliens ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.listeliens ul li{
    width: calc(100% / 3);
    /* si 3 colonnes */
}

.listeliens a {
  color:#AF292F;
}

.page2ref a {
    
  }

.listeliens a:hover {
  text-decoration: underline;
}

.page2ref a:hover {
    text-decoration: underline;
  }

.ref p {
text-align:justify;
}

.vente-maison-poitiers .top_page {
background-image: url(../images/top_page/poitiers.jpg);
}

.ref h1 {

}


/* ===== HEADING FONT ===== */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .home-heading-1 {
    font-family: "Nephilm", serif!important;
}
/* ===== END HEADING FONT ===== */


/* ===== BUTTON ===== */
.btn-primary, .btn-secondary, .btn-info, .btn-success {
    color: #fff!important;
    background-color: #b02a2f;
    border-color: #b02a2f;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 11px;
}
.btn-primary:hover, .btn-secondary:hover, .btn-info:hover, .btn-success:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
div.intention_appel,
.intention_appel_txt,
.ion-ios-telephone-outline{
    color: #fff!important;
}
.btn {
    border-radius: 0;
}
/* ===== END BUTTON ===== */


.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}
.index .not-sticking .site-pusher, .index .sticking .site-pusher{
    background-color: #fff;
    padding-bottom: 16px;
    border-bottom: #b02a2f solid 8px;
}


/* ===== NAV BAR A EFFECT HOVER ===== */
.index .not-sticking .menu ul > li > a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 3px;
    background: #b02a2f;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.index .not-sticking .menu ul > li > a:hover::after {
    width: 100%;
}
.index .not-sticking .menu ul > li:last-child > a::after {
    content: none;
}

/* ===== NAV BAR A EFFECT HOVER ===== */


/* ===== DROPDOWN BLINK FIXED ===== */
.dropdown-menu {
    border: 1px #ccc solid;
}
.dropdown-toggle {
    background-color: transparent !important;
}
li.dropdown a.dropdown-toggle::after{
    display: none;
}
/* ===== END DROPDOWN BLINK FIXED ===== */


/* ===== BLOCK FIXED HOMEPAGE ===== */
#bloc_fixed .bloc {
    background: rgba(0,0,0,0.3);
}
#bloc_fixed .bloc4{
    display: block!important;
}
#bloc_fixed ul li > i {
    font-size: 1.6rem;
    margin: 0 4px;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 0;
    color:#fff;
}
/* ===== END BLOCK FIXED HOMEPAGE ===== */


/* ===== MOTEUR SEARCH ACCUEIL FLOATING + FIXED ELEMENTS ===== */
.moteur {
    padding: 20px;
    position: absolute;
    bottom: 14%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 60%;
    min-height: inherit;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}
.search__form-item:nth-child(n+2) {
    width: calc(100% / 3 - 4px);
}
#btn-submit-recherche{
    border: #b02a2f 1px solid;
}
#btn-submit-recherche:hover{
    border: #b02a2f 1px solid;
    background: #b02a2f;
}
/* ===== END MOTEUR SEARCH ACCUEIL FLOATING ===== */


/* ===== SHORTCUT ESTIMATION ===== */
.shortcut-estimation{
    z-index: 999;
    position: absolute;
    bottom: 14%;
    left: 4%;
}
.shortcut-estimation__pastille{
    background-color: #b02a2f;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    transform: rotate(-8deg);
    transition: all 90ms 90ms ease-in-out;
}
.shortcut-estimation__pastille div{
    padding: 44px 16px;
}
.shortcut-estimation__pastille div *{
    margin: auto 0;
    color: #fff;
}
/* ===== END SHORTCUT ESTIMATION ===== */


/* ===== PAGE INDEX ===== */
.prod_accueil article {
    border: 3px solid #b02a2f;
}
.spin4.info_prix {
    color: #b02a2f;
    font-weight: 800;
}


.home_cont_presentation {
    position: relative;
    background:none;
    color: #000;
    margin: 0 auto;
    padding: 10% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_presentation .row {
    align-items: center;
}
.home_cont_presentation h2::after,
.listing-vente h2::after,
.listing-location h2::after,
.agence h1::after,
.offre-assurance h2::after,
.syndic h2::after{
    content: "";
    display: block;
    position: relative;
    background: #b02a2f;
    height: 2px;
    width: 60px;
    margin: 15px 0;
}
/* ===== END PAGE INDEX ===== */


/* ===== FIXED BUTTON WIDTH SIDEBAR ===== */
.sidebar .group_btn a {
    width: 100%;
    margin: 10px 0;
}
aside address .group_btn a {
    width: 100%;
    font-size: 15px;
    padding: 8px 2px;
    margin: 10px 0;
}
/* ===== END FIXED BUTTON WIDTH SIDEBAR ===== */


/* ===== FOOTER ===== */
.cont_coordonnees{
    background-color: #fff;
}
.cont_coordonnees .container *{
    color: #111;
}
.cont_coordonnees .container a{
    color: #fff;
}
.cont_coordonnees .container .list-inline-item a{
    font-size: 2rem;
}
footer{
    background: #fff;
}
footer .liens_left a{
    color: #000;
}
footer .liens_right a img{
    filter: invert(1);
}
/* ===== END FOOTER ===== */


/* TOP PAGE */
.agence .top_page{
  background-image: url(/assets/images/top_page/agence_top.jpg);
  height: 55% !important;
  top: 0 !important;
  background-size: contain !important;
  background-color: #fff;
}
.offre-assurance .top_page{
  background-image: url(/assets/images/top_page/gestion_top.jpg);
  height: 40% !important;
  top: 0 !important;
  background-size: contain !important;
  background-color: #fff;
}
.syndic .top_page{
  background-image: url(/assets/images/top_page/syndic_top.jpg);
  height: 40% !important;
  top: 0 !important;
  background-size: contain !important;
  background-color: #fff;
}
.estimation .top_page{
  background-image: url(/assets/images/top_page/estimation_top.jpg);
  height: 40% !important;
  top: 0 !important;
  background-size: contain !important;
  background-color: #fff;
}


/* ===== PAGE LISTING ===== */
.listing-vente .container .content_page,
.listing-location .container .content_page{
    width: 100%;
}
.listing-vente .search__form-item:nth-child(n+2),
.listing-location .search__form-item:nth-child(n+2){
    width: calc(100% / 5 - 4px);
}
/* ===== END PAGE LISTING ===== */


/* ===== PAGE AGENCE ===== */
.text-link{
    color: #b02a2f;
    text-decoration: underline;
}
.text-link:hover{
    color: #c25d60;
    text-decoration: underline;
}
.agence .deco2 {
    color: #b02a2f;
    font-size: 25px;
    margin: 20px 0;
}
.rouge {
    color: #b02a2f;
}
.agence hr {
    box-sizing: content-box;
    height: 0;
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
}
.agence h4 {
    font-size: 21px;
    font-weight: 600;
}
.agence .contenu p {
    text-align: justify;
}
.agence .contenu .equipe p {
    text-align: center;
    margin: 10px 0 30px 0;
}




/* ===== END PAGE AGENCE ===== */


/* PAGE ARTICLES BLOG */
.articles .content_page embed {
    width: 100%;
    height: 60vh;
}


/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #b02a2f !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #b02a2f;
}
.detail_header .titre:after {
    background: #b02a2f;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #b02a2f;
}
.retour_pret span {
    color: #b02a2f;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #b02a2f;
    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: #b02a2f !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #b02a2f !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}


/* MOBILE */
@media (max-width:414px){
    div.message_agence{
        top: 20%!important;
        width: 90%!important;
        transform: translate(0 , 0)!important;
        background: rgba(255, 168, 168, 1)!important;
    }
    .header__logo img {
        width: 50%;
        margin: 14px 0 0;
    }
    .moteur{
        bottom: 36%;
        top: 120px;
        padding: 0;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 4px);
    }
    #btn-submit-recherche {
        left: -90px;
    }
    ul.dropdown-menu {
        margin: 16px 0 20px!important;
        border: none;
    }
    .menu ul li a{
        font-size: .8rem;
    }
    .menu ul li.btn-cta{
        display: flex;
        top: 0;
        left: 0;
        bottom: 0;
    }
    .menu ul li:nth-child(7) ul.dropdown-menu{
        left: 0!important;
    }

    .shortcut-estimation {
        z-index: 9;
        bottom: 2%;
        left: 26%;
    }
    .shortcut-estimation__pastille {
        width: 130px;
        height: 130px;
    }
    .shortcut-estimation__pastille div {
        padding: 40px 16px;
    }
    .shortcut-estimation__pastille h3,
    .shortcut-estimation__pastille p{
        font-size: .8rem;
    }
}

.btn.white-space {
    white-space: break-spaces;
    display: block;
}