/*PREMIUMBASE*/


/*Import Fonts*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed');
/*font-family: 'Encode Sans Condensed', sans-serif;*/

/*GENERAL*/
:root{
	--vert: #000000;
	--gris: #eaeaea

}


body {
    /*font-family: 'Work Sans', sans-serif;*/
    font-family: 'Roboto', sans-serif;}
.p-50{
    padding: 50px 0;
}

.breadcrumb-cms{
font-size: 10px;
text-transform: uppercase}
/* ------------------------------------------------ HEADER ------------------------------------------------ */

a:hover{
text-decoration: none
}
.header {
    background: rgba(255,255,255,0.7);
}
.header .index-logo-not-sticking {
    width: 170px;
}
.header .index-logo-sticking, {
    width: 150px;
}

.header__logo img {
    width: 170px;
}
.header .sticking .site-pusher {
    /*display: flex;*/
    justify-content: center;
}
.header .not-sticking .site-pusher {
    justify-content: center;
}
.header .sticking .site-container,
.header .not-sticking .site-container {
    padding: 0 0 10px 0;
}
.header .site-pusher nav {
    margin-bottom: 10px;
}
.header .site-pusher nav ul {
    margin:0;
}
.header nav ul > li > a:hover::after {
    width: 100%;
}
.header nav ul > li > a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 3px;
    background: var(--vert);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
/* ----------------------------------------------------------------SLIDER---------------------------------------------------------------- */
.bgAccueil {
    background: none !important;
    overflow: hidden;
}

.carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
    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');
}
/*#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {*/
    /*background-image: url('/assets/images/slider_home/5.jpg');*/
/*}*/

.carousel-indicators {
    display: none;
}


/* ---------------------------------------- BOUTONS & TITRES ---------------------------------------------- */
.btn {
    border-radius: 0;
}

.btn-primary, .btn-info {
    color: #fff;
    background-color: var(--vert);
    border-color: var(--vert);
}

.btn-primary:hover, .btn-info:hover {
    color: var(--vert);
    background-color: #fff;
    border-color: var(--vert);
}

.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: var(--vert);
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}

/* --------------------------------------------------MOTEUR-------------------------------------------------- */
.moteur {
    padding: 0;
    background-color: rgba(255,255,255, 0.7);
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 4px solid var(--vert);
    color: var(--vert);
    font-weight: 600;
    font-size: 17px;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    cursor: pointer;
    display: inline-block;
    padding: 7px;
    vertical-align: middle;
    color: var(--vert);
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #000;
}

/* -------------------------------------------INDEX NOTRE SELECTION------------------------------------------- */
.home_cont_selection {
    text-align: center;
background: var(--gris)
}
.home_cont_selection .prod_accueil .card-fav-absolute {
    top: -5%;
    right: 25px;
}
.home_cont_selection .prod_accueil .info_titre,
.home_cont_selection .prod_accueil .info_numero,
.home_cont_selection .prod_accueil .info_prix-hai,
.home_cont_selection .prod_accueil ul {
    display: none;
}
.home_cont_selection .prod_accueil article:hover {
    border-bottom: 3px solid var(--vert);
}
.home_cont_selection a:hover {
    color: var(--vert);
}
.prod_accueil article {
  border: 1px solid #ddd;
  width: calc(33.3% - 20px);
  margin: 10px;
background: #ffffff
}
/* ---------------------------------------------INDEX PRESENTATION--------------------------------------------- */
.home_cont_presentation {
    text-align: center;
}
.home_cont_presentation h3 {
	font-size: 3em;
font-weight: 200;
text-align: left
}
.home_cont_presentation h3 span {
font-weight: 900;
	font-size:1.3em;


}
/* ---------------------------------------------INDEX ALERTE EMAIL--------------------------------------------- */
.home_cont_alertes {
    padding: 20px 10px;
    background: rgba(0, 0, 0, 1);
    text-align: center;
    background: #999;
    background-size: cover;
}
/* ---------------------------------------------COORDONNEES FOOTER--------------------------------------------- */
.cont_coordonnees {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--gris);
    color: #000;
    text-align: center;
}
.cont_coordonnees .coordonnees_heading img {
    width:200px;
}
.cont_coordonnees .intention_appel:hover {
    color: var(--vert);
}
.cont_coordonnees .reseaux-sociaux {
   margin: 20px 0;
}
.cont_coordonnees .reseaux-sociaux ul li a {
   font-size: 30px;
}
.cont_coordonnees .reseaux-sociaux ul li a:hover {
   color: var(--vert);
}
.cont_coordonnees [type=button] {
     text-align: center;
}
.cont_coordonnees .btn i {
    font-size: 20px;
     vertical-align: initial;
    margin-right: 5px;
}
/* ---------------------------------------------------FOOTER--------------------------------------------------- */
footer a:hover {
    color: var(--vert);
}

/* -----------------------------------------------ASIDE CONTACT----------------------------------------------- */
aside.aside_contact {
    background-color: #fff;
    color: #000;
    border-left: 1px solid rgba(0,0,0,0.5);
}
aside, aside #voir-telephone-0 {
    text-align: center;
}
aside #voir-telephone-0.telephone-vu {
    color: var(--vert);
    background-color: transparent;
}
.btn-link {
    color: #000;
    background-color: transparent;
}
.btn-link:hover {
    color: var(--vert);
}

/* ------------------------------------------------Page AGENCE------------------------------------------------ */
.agence .cont_coordonnees {
    display: none;
}
.agence .italic {
    font-style: italic;
    font-size: 14px;
}
.agence svg {
    width: 12px;
}
.agence .padding_left {
    padding-left: 20px;
}
.agence .deco {
    border-left: 3px solid var(--vert);
    padding-left: 10px;
}
.agence .top_page {
    height: 350px;
}
/* --------------------------------------------------SIDEBAR-------------------------------------------------- */
.sidebar {
    text-align: center;
}
.estimation .sidebar,
.recherche-detaillee .sidebar,
.alerte-email .sidebar {
    display: none;
}

/* --------------------------------------ESTIMATION / ALERTE EMAIL ------------------------------------------- */
.estimation .cont_coordonnees,
.mentions-legales .cont_coordonnees,
.alerte-email .cont_coordonnees {
    display: none;
}
.estimation .content_page,
.recherche-detaillee .content_page,
.alerte-email .content_page {
    width: 100%;
}
.estimation .page-heading,
.alerte-email .page-heading {
    border-left: 3px solid var(--vert);
    padding-left: 10px;
}
.estimation .top_page {

display: none;
    background: url(../images/top_page/estimation_top.jpg);
    height: 250px;
}
/* --------------------------------------------------LISTING-------------------------------------------------- */
.listing-vente, .listing-location, .listing-neuf {
    background-color: #e9ecef;
}
.breadcrumb-item.active {
    color: #807f7f;
}
.listing-vente .header, .listing-location .header {
    background: rgba(255,255,255,1);
}
.prod_listing.damier > .listing_article article, .prod_listing > .listing_article article {
    background: #fff;
}
.block_vue_list ul li {
    background: #fff;
    border-radius: 5px;
    padding-top: 3px;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #807f7f;
    border-color: #807f7f;
}
.page-link {
    color: var(--vert);
}
.margin_50 {
    margin: 50px 0;
    text-align: justify;
}
/* ---------------------------------------------INDEX PRESENTATION--------------------------------------------- */
.home_cont_presentation .col2{
    padding: 100px 50px 100px 200px;
    background: #807f7f;
}
.home_cont_presentation .col1{
    padding: 20px;
    margin: auto 0;
}
.home_cont_presentation .col1 img {
    width: 70%;
    float: right;
}
.home_cont_presentation .col2 {
    margin: auto 0;
}
.home_cont_presentation {
    padding: 0;
    /*background: url(../images/equipe.jpg) no-repeat center top;*/
    background: var(--vert);
    background-size: cover;
}
.home_cont_presentation .btn-primary {
    color: var(--vert);
    background-color: #fff;
    border-color: #fff;
}
.home_cont_presentation .btn-primary:hover {
    color: #fff;
    background-color: var(--vert);
    border-color: var(--vert);
}

/* --------------------------------------------------CONTACT-------------------------------------------------- */
.contact .cont_coordonnees {
    display: none;
}
.contact .page-heading {
    border-left: 3px solid var(--vert);
    padding-left: 10px;
}
/* --------------------------------------------------VENDRE-------------------------------------------------- */
.vendre .cont_coordonnees {
    display: none;
}
.vendre .page-heading {
    border-left: 3px solid var(--vert);
    padding-left: 10px;
}
.vendre .top_page {
    background-color: #173e65;
    position: relative;
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
}

.vendre .top_page {
    background-image: url(../images/top_page/vendre_top.jpg);
}
/* --------------------------------------------RECHERCHE DETAILLEE-------------------------------------------- */
.recherche-detaillee .cont_coordonnees {
    display: none;
}
.recherche-detaillee .page-heading {
    border-left: 3px solid var(--vert);
    padding-left: 10px;
}
.recherche-detaillee .deco {
    color: var(--vert);
    font-size: 20px;
}

/* ----------------------------------------------INDEX CATEGORIE---------------------------------------------- */
.home_cont_categories .cat-text::after {
    background: var(--vert);
    height: 3px;
}

/* -----------------------------------------------NOS SERVICES----------------------------------------------- */
.services .cont_coordonnees {
    display: none;
}
.services .italic {
    font-style: italic;
    font-size: 14px;
}
.services svg {
    width: 12px;
}
.services .padding_left {
    padding-left: 20px;
}
.services .deco {
    border-left: 3px solid var(--vert);
    padding-left: 10px;
}
.services .sous-titre {
    color: var(--vert);
}
.services .titre_partenaires {
    text-align: center;
    margin: auto;
}
.services .titre_partenaires::after {
    content: "";
    display: block;
    position: relative;
    background: var(--vert);
    height: 2px;
    width: 150px;
    margin: 14px auto 14px auto;
}
.services .paragraphe {
    padding: 20px 14px;
}
.services .sidebar .img-thumbnail {
    padding: 10px;
    border: 0;
}
.services p {
    text-align: justify;
    padding: 0 5px;
}
.services .categorie {
    display: inline-grid;
    justify-content: space-around;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 30px;
    height: 350px;
    width: calc(49% - 20px);
    margin: 10px;
    max-width: 500px;
}
.services .categorie .picto, .categorie .text_cat {
    margin: auto 0 0 0;
}
.services .top_page {
    background-image: url(../images/top_page/services_top.jpg);
    height: 350px;
}
/* ------------------------------------------PAGE NOUS REJOINDRE------------------------------------------ */
.recrutement .top_page {
    background-image: url(../images/top_page/recrutement_top.jpg);
    height: 300px;
}
.recrutement .cont_coordonnees {
    display: none;
}
.btn_contact{
    margin: 0 0 30px 0;
}
.recrutement h1 {
    border-left: 3px solid var(--vert);
    padding-left: 10px;
}
.recrutement .sous-titre {
    color: var(--vert);
    text-transform: uppercase;
}

.sidebar .img-thumbnail {
    padding: 0;
    width: 60%;
}
.agence .top_page {
    background-image: url(../images/top_page/agence_top.jpg);
}
.sidebar {
    width: 33.33333%;
    margin-top: 0px;
    background: #ffffff;
    padding: 10px;
    margin-left: 10px;
}
.b_ccoeur {
    background-color: var(--vert);
}

.b_exclu {
    background-color: #807f7f;
}

.b_prestige {
    background-color: var(--vert);
}

.b_investisseur {
    background-color: #807f7f;
}
.home_cont_categories .cat-infos-overlay {
    background: rgba(0, 0, 0, 0.5);
}
.cat:hover .cat-infos-overlay {
    background: rgba(0, 0, 0, 0.5);
}











/* --------------------------------------------------------------------------- */
/*                                  REPONSIVE                                  */
/* --------------------------------------------------------------------------- */

@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #807f7f;
        font-weight: 500;
        font-size: 17px;
    }
    .index .not-sticking .menu ul > li > a {
        color: var(--vert);
        font-weight: 500;
        font-size: 17px;
    }
    .header__logo {
        display: block;
        height: auto;
        padding: 5px;
    }
}
@media (max-width: 991px) {
    .header__logo img {
      width: 150px;
margin-right: 28px;
    }
    .header__icon:after {
        box-shadow: 0 10px 0 1px #026062, 0 16px 0 1px #026062, 0 22px 0 1px #026062;
    }
    #bloc_fixed {
        display: none !important;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 95vh;
    }
    .index .prod_accueil, .detail .prod_accueil {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: row;
         flex-direction: row;
     }
    .prod_accueil article {
        border: 1px solid #ddd;
        width: calc(100% - 20px);
        margin: 10px;
    }
    .home_cont_presentation .col1 {
        padding: 20px;
        margin: auto;
    }
    .home_cont_presentation .col1 img {
        width: 100%;
    }
    .home_cont_presentation .col2 {
        padding: 100px 30px 100px 0px;
    }
    .prod_listing.damier > .listing_article article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 32.3333%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    [class*="listing-"] .cont_coordonnees {
        display: none;
    }
    .map {
        margin-top: 100px;
    }
    aside .contact_img img {
        width: 36%;
    }
    .header .site-pusher nav {
         margin: 0;
    }
    .header .sticking .site-container, .header .not-sticking .site-container {
        padding:0;
    }
    .top_page {
        margin-top: 120px;
    }
}
@media (max-width: 768px) {
    #carouselExampleIndicatorsHome {
        top: 0px;
    }
    #carouselExampleIndicatorsHome .carousel-item {
        margin-top: 0px;
    }
    .search__form-item:nth-child(n+2) {
        margin-right: 0;
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 1 - 4px);
    }
    .search__form-item.c_valid {
        width: calc(100% / 1 - 4px);
    }
    .contact #content,
    .listing #content,
    .listing-location #content,
    .listing-neuf #content,
    .listing-vente #content {
        margin-top: 135px;
    }
    [class*="listing-"] .container_search,
    .listing .container_search {
        display: none;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: 0px;
        top: 44px;
        font-size: 22px;
        background: var(--vert);
        padding: 2px 10px;
        border-radius: 5px;
    }
    .listing .search__form-item:nth-child(n+2),
    [class*="listing-"] .search__form-item:nth-child(n+2) {
        margin-right: 0;
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 1 - 1px);
    }
    .listing .search__form-item.c_valid,
    [class*="listing-"] .search__form-item.c_valid {
        width: calc(100% / 1 - 4px);
    }
}
@media (max-width: 575px) {
    #carouselExampleIndicatorsHome .carousel-item {
        margin-top: 0px;
    }
    .search__form-item:nth-child(n+2) {
        margin-right: 0;
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 1 - 4px);
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil article {
        border: 1px solid #ddd;
        width: calc(100% - 20px);
        margin: 10px;
    }
    .prod_listing.damier > .listing_article article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .header .index-logo-not-sticking {
        width: 200px;
        margin-right: 28px;
    }
    .moteur {
        top: 380px;
    }
    .home_cont_presentation .col2 {
        padding: 100px 20px;
    }
    .content_page {
        padding: 10px;
    }
    .services .categorie {
        display: inline-grid;
        justify-content: space-around;
        text-align: center;
        border: 1px solid rgba(0,0,0,0.1);
        padding: 30px;
        height: 350px;
        width: calc(100% - 20px);
        margin: 10px;
        max-width: 300px;
    }
    .recrutement .row {
        padding: 10px;
    }
}



/*REFERENCEMENT*/
#referencement {
    background: #eee;
    padding: 35px 0;
}
#referencement h1,
#referencement h2,
[class*="vente-"] h2,
[class*="immobilier-"] h2 {
    font-size: 26px;
}
#referencement ul li a,
#referencement .ensavoirplus:hover,
[class*="vente-"] ul li a,
[class*="immobilier-"] ul li a {
    color: var(--vert);
}
#referencement ul li a:hover,
[class*="vente-"] ul li a:hover,
[class*="immobilier-"] ul li a:hover {
    text-decoration: underline;
}
[class*="vente-"] h2.deco,
[class*="immobilier-"] h2.deco {
    border-left: 2px solid var(--vert);
    padding-left: 10px;
    margin-top: 30px;
}
[class*="vente-"] .deco,
[class*="immobilier-"] .deco {
    padding: 4px 0;
}