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


body {
    font-family: 'Open Sans', sans-serif;
}
.breadcrumb-item.active {
    color: #95c122;
}
.page-item.active .page-link {
    background-color: #95c122;
    border-color: #95c122;
}
.page-link {
    color: #95c122;
}
.page-link:focus, .page-link:hover {
    color: #fff;
    background-color: #95c122;
    border-color: #95c122;
}
.centre { text-align: center;}
.marginauto { margin:auto;}

.sidebar {
    display: none;
}
.temoignages .sidebar {
    display: block;
}
.content_page,.contact .contact_formulaire, .estimation .contact_formulaire {
    width: 100%;
}
.temoignages .content_page {
    width: 66.666%;
}

/* ================================================================================= */
/*                                 BOUTONS & TITRES                                  */
/* ================================================================================= */
.btn-primary,
.btn-info,
.btn-secondary,
.btn-success,
.coordonnees_footer_right .intention_appel {
    background-color: #95c122;
    color: #000;
    font-weight: 500;
    border-color: #95c122;
    width: 200px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-secondary:hover,
.btn-success:hover,
.coordonnees_footer_right .intention_appel:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.mentions-legales .content_page .btn-primary {
    width: auto;
}
.telephone-vu {
    color: #95c122;
    background-color: #ffffff;
    font-weight: 500;
}
.b_exclu {
    background-color: #95c122;
}

.home_heading, .page-heading {
    font-size: 2.3rem;
    text-align: center;
    text-transform: uppercase;
}
.page-heading {
    border-bottom: 1px solid #95c122;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
/* .home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #95c122;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
} */

.bg-gris {
    background: rgba(0,0,0,0.05);
    padding: 14px 0;
    margin: -10px 0 40px 0;
}



/* ================================================================================= */
/*                                       MENU                                        */
/* ================================================================================= */
.header-item:hover {
    color: #95c122;
}
.header nav ul > li > a:hover {
    color: #95c122;
}
.badge {
    display: inline-block;
    padding: .2em 0.5em;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    right: 7px;
}
.lang .dropdown-toggle::after {
    right: -6px;
}
nav i{
    font-size: 22px;
}
i.ion-ios-heart-outline{
    font-size: 24px;
    left: 7px;
}
 i.ion-ios-email-outline{
    font-size: 29px;
    top: 4px;
}
nav .dropdown-menu {
    font-size: 17px;
    color: #292b2c;
    background-color: #95c122;
    margin: 0;
}


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

/* -------------------NAVICONS------------------- */
/* .navicons_home > .icone-home-vente a div, .navicons_home > .icone-home-location a div, .navicons_home > .icone-home-search a div {
    top: 117px;
    left: 2px;
    font-weight: 600;
}
.navicons_home > .icone-home-vente, .navicons_home > .icone-home-location, .navicons_home > .icone-home-search {
    border-radius: 50%;
}
.navicons_home > .icone-home-vente:hover, .navicons_home > .icone-home-location:hover, .navicons_home > .icone-home-search:hover {
    background: rgb(147 192 33);
}
.navicons_home {
    top: 50%;
} */

/*HEADER:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.call-to-header{
    position: absolute;
    top: 40%;
    width: 80%;
    text-align: center;
    left: 10%;
    z-index: 10;
}
.header .not-sticking {
    background: rgba(255,255,255,0.8);
}
#bloc_fixed .bloc {
    background: #95c122;
    color:#fff;
}
#bloc_fixed .bloc:hover {
    background: #7e8285;
}
#bloc_fixed .bloc1 ul li:nth-child(2), #bloc_fixed .bloc2 ul li:nth-child(2), #bloc_fixed .bloc3 ul li:nth-child(2), #bloc_fixed .bloc4 ul li:nth-child(2) {
    border-left: none;
}
.bg-callto, .bg-callto2{
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease-in-out;
}
.bg-callto:hover, .bg-callto2:hover{
    background: #95c122;
    transition: all 0.3s ease-in-out;
}
.bg-callto:hover #carte-callto {
    font-size: 3rem;
    line-height: 3rem;
    transition: all 0.3s ease-in-out
}
.bg-callto2:hover #carte-callto2 {
    font-size: 3rem;
    line-height: 3rem;
    transition: all 0.3s ease-in-out
}
#carte-callto, #carte-callto2{
    font-size: 2.5rem; 
    color: #fff;
    font-weight: 800;
    line-height: 2.5rem;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.callto-title, .callto-title2{
    padding: 70px 0;
}
.baseline{
    position: absolute;
    bottom: 29%;
    width: 100vw;
}
.baseline div{
    color: #fff;
    font-weight: 800;
    font-size:4.5rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    opacity: 1;
}


/* -------------------MOTEUR------------------- */
.moteur {
    background-color: #ffffff00;
    padding: 0;
}
.radio_trans {
    display: none;
}
.index .radio_trans input[type=radio].css-checkbox:checked + label.css-label {
    background-color: #95c122;
    border: 1px solid #95c122;
    color: #fff;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #000;
    color: #111;
    margin-right: 10px;
}
.plusdecritere .plusc, .plusdecritere .plusm,
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #111;
    font-weight: 600;
    font-size: 13px;
}


/* -------------------SELECTION------------------- */
.home_cont_selection {
    padding-top: 80px;
    padding-bottom: 80px;
}
.info_ville:hover, .info_titre:hover, .info_type:hover {
    color: #000;
}
.index .prod_accueil .card-fav-absolute{
    right: 20px;
    top: 20px;
    font-size: 22px;
    z-index: 150;
    color: #000;
}
.index .info_type {
    font-weight: 400;
    font-size: 17px;
    margin: 0;
    text-transform: capitalize;
}
.index .prod_accueil .block_info {
    min-height: auto;
    padding: 10px;
    height: 70px;
    background: #fff;
    color: #000;
    text-align: center;
}
.index .prod_accueil article {
    border-bottom: 0;
    margin-bottom: 5%;
}
.prod_listing > .listing_article article {
    margin-bottom: 5%;
}
.prod_accueil article {
    border: 0;
}
.prod_accueil .info_prix {
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 14px;
    background: #000;
    padding: 5px 10px;
    min-width: 100px;
    text-align: center;
}
.prod_accueil .bandeaux {
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0;
    position: absolute;
    top: 14px;
    left: 14px;
    background: #95c122;
    padding: 7px 10px;
    width: 100px;
    text-align: center;
}
.prod_accueil .bandeaux .info_type:hover {
    color: #fff;
}
.prixplus {
    display: none;
}
.prod_accueil .info_titre, .index .info_ville {
    text-transform: uppercase;
    font-size: 14px;
}
.detail_biens_sim {
    display: none;
}
.detail_taber .nav-link.active {
    display: block;
    color: #95c122;
    font-weight: 700;
}





/* -----------------------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 .container {
    background: rgba(255,255,255, .8);
    padding: 60px;
}
.home_cont_presentation .home_heading {
    color: #000;
    z-index: 1;
}
.home_cont_presentation .bg-gris {
    background: #95c122;
}
.home_cont_presentation p {
    color: #000;
    text-align: center;
}
p.vert { color:#93c021;}

/* --------------CATEGORIES------------------*/
.home_cont_categories {
    padding-top: 100px;
    padding-bottom: 100px;
}
/* .home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 25%;
    right: 8%;
    background: rgba(255,255,255, 0.6);
    color: #000;
    width: 85%;
    height: 50%;
}
.cat {
    border: 0;
}
.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;
}
.home_cont_categories .row div {
    height: 50%;
}
.cat:hover .cat-text {
    color: #000;
}
.cat:hover .cat-text::after {
    width: 150px;
    background: #95c122;
}
.home_cont_categories .cat-text-small {
    font-size: 15px;
}
.home_cont_categories .cat-text {
    font-size: 22px;
} */
.home_cont_categories .row div {
    height: 35vh;
}

.snip1556 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #000;
    display: inline-block;
    font-family: 'Oswald', Arial, sans-serif;
    margin: 40px 10px 10px 10px;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-align: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    box-shadow: none !important;
    padding: 0 0 30px 55px;
  }

@media (max-width: 1280px) {
    .snip1556 {
        max-width: 90%;
    }    
}
  .snip1556 *,
  .snip1556 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  
  .snip1556 img {
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    max-width: 100%;
    position: relative;
    vertical-align: baseline;
    top: -20px;
    left: -20px;
  }
  
  .snip1556 figcaption {
    background-color: #93c021;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 40px;
    top: 30px;
  }
  
  .snip1556 h3 {
    font-size: 22px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    color: #fff;
    left: 8%;
    letter-spacing: 3px;
    margin: 12px 0;
    opacity: 1;
    padding: 10px 40px 0 0;
    right: 0;
    text-transform: uppercase;
    bottom: 0;
    white-space: nowrap;
    
  }
  
  .snip1556 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .snip1556:hover figcaption,
  .snip1556.hover figcaption {
    background-color: #000;
  }
  .snip1556:hover h3 {
      color: #95c122;
  }


/* ALERTE EMAIL */
.home_cont_alertes {
    padding: 25px 10px;
    color: #fff;
    text-align: center;
    background-color: #f2f2f2;
    background-image: none;
}

/* ================================================================================= */
/*                              FOOTER & COORDONNEES                                 */
/* ================================================================================= */
.coordonnees_heading {
    color: #95c122;
}
.home_cont_coordonnees .social_network a:hover {
    color: #95c122;
}
.cont_coordonnees{
	padding-bottom: 40px;
	background-color: #333;
	color: #fff;
}
.cont_coordonnees .container{
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
}
.cont_coordonnees .btn{
	width: 200px;
	margin-bottom: 20px;
}
.coordonnees_footer_right img {
    width: 150px;
}
.map_agence {
    height: 350px;
}
.coordonnees_footer_right .social li:hover i{
    color: #95c122;
}
.coordonnees_footer_right .intention_appel {
    padding: 0.15rem 0;
}
/*  BOITE A OUTILS */
#bloc_fixed .bloc,#bloc_fixed .bloc:hover {
    background: #93c021;
}
#bloc_fixed ul li > i, #bloc_fixed .bloc a, #bloc_fixed .bloc {
    color: #000;
}




/* ================================================================================= */
/*                                      LISTING                                      */
/* ================================================================================= */
.page-item.active .page-link {
    background-color: #95c122;
    border-color: #95c122;
}
.page-link {
    color: #95c122;
}
.page-link:focus,
.page-link:hover {
    color: #fff;
    background-color: #95c122;
    border-color: #95c122;
}

.block_etiquette {
    background:#93c021!important;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
}
.line {
    border-bottom: 1px solid #000;
}
.card_list li > span:after{
    display: none;
}
.info_ville {
    font-size: 15px;
}
.prod_listing .info_titre {
    font-size: 18px;
    padding-top: 4px;
    font-weight: bold;
}
.col1 .btn-primary:hover a{
    color: #000;
}
.prod_listing.damier > .listing_article article {
    border: none;
}
.prod_listing article a {
    color: #000;
}
.prod_listing article {
    text-align: center;
}
.prod_listing .info_titre,
.prod_listing .info_numero { 
    display: none;
}
.prod_listing.damier .block_img .info_prix {
    color: #fff;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 8px;
    left: 9px;
    background: #000;
    padding: 4px 0;
    font-size: 14px;
    width: 165px;
}
.damier .card_list {
    margin-bottom: 0;
    margin-top: 0;
}
.damier .card-fav-absolute {
    top: 0;
}
.damier .card_list li {
    font-size: 15px;
    margin-top: 10px;
}
.damier .card_list li > span {
    font-weight: 600;
}
.prod_listing.damier .block_info {
    min-height: 160px;
}
.prod_listing.damier .listingprix {
    display: none;
}
.prod_listing .block_img .info_prix {
    display: none;
}
.prod_listing.damier .block_img .info_prix {
    display: block;
}
.prod_listing.damier .box {
    display: none;
}
.prod_listing.damier .info_titre, .prod_listing.damier .info_numero {
    display: none;
}
.alerte-email .bootstrap-select,
.block_tri_list .bootstrap-select {
    background: #fff;
}
.effect-cms .over_desc {
    top: auto;
    bottom: 0;
    -webkit-transition: -webkit-transform .35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    z-index: 1;
    background: #fff url(/modele/images/inter-over-listing.jpg) no-repeat top left;
    height: 203px;
    padding: 20px 15px 20px 20px;
}





/* ================================================================================= */
/*                                    RESPONSIVE                                     */
/* ================================================================================= */
@media (min-width: 992px) {
    .header .not-sticking {
        background: rgba(255,255,255,0.8);
    }
    .header .menu ul > li > a {
        font-weight: 600;
    }
    .sticking .header__logo img {
        width: 100px;
        margin: auto 0;
        padding: 0px;
    }
    .sticking .site-pusher {
        height: 66px;
    }
    .sticking .header__logo {
        display: flex;
    }
    .header ul {
        padding: 0;
        margin-bottom: 0;
    }
    /* .header .site-pusher {
        justify-content: center;
    } */
    .header .header__logo img {
        margin: 10px 80px 10px 0;
        padding: 0px;
    }
}
@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: #95c122;
        padding: 6px 15px;
        color: #fff;
        border-radius: 5px;
    }
    .header__logo img {
        margin-top: 0;
        width: 150px;
    }
    .navicons_home {
        top: 42%;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 2 - 4px);
    }
    .search__form-item.c_valid {
        margin: 5px auto;
    }
    .radio_trans {
        justify-content: center;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .prod_accueil article {
        width: calc(100% / 2 - 20px);
    }
    .home_heading {
        font-size: 1.8rem;
    }
    .home_cont_coordonnees {
        display: block;
    }
    .map_agence {
        height: 200px;
    }
    .home_cont_categories .row div {
        height: 25vh;
    }
    #carte-callto, #carte-callto2 {
        font-size: 2rem;
    }
    .temoignages .content_page {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil article {
        width: calc(100% - 20px);
    }
    .header__logo img {
        width: 100px;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 4px);
    }
    .moteur {
        top: 38%;
    }
    .home_heading {
        font-size: 1.3rem;
    }
    .coordonnees_footer_right .tel a {
        margin-top: 10px !important;
        margin-left: 0;
    }
    .home_cont_categories .row div {
        height: 40vh;
    }
    .call-to-header {
        display: none;
    }
}

@media (max-width: 320px) {
    
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape){
    .header__logo img {
        width: 100px;
    }
    .navicons_home {
        display: none;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 2 - 3px) !important;
    }
    .moteur {
        top: 29% !important;
    }
    .menu ul li {
        margin-bottom: 2px;
        padding-bottom: 2px;
    }
    .home_heading {
        font-size: 1.3rem;
    }
    .snip1556 {
        max-width: 65%;
    }
    .home_cont_categories .row div {
        height: 70vh;
    }
    footer {
        padding: 20px 0;
    }

}


@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .bgAccueil {
        background-size: 667px 375px !important;
        background: url(/assets/images/bgimg.jpg) no-repeat right center!important;
    }
}
