/*PREMIUMBASE*/


/*Import Fonts*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
     font-family: 'palr45w';
    font-style: normal;
    font-weight: normal;
    src: local('palr45w'), url('/assets/fonts/palr45w.ttf') format('ttf');
    }
    

/*GENERAL*/

.bleu {
    color: #262846;
}

.rouge {
    color: #ce1114;
}

body {
    font-family: "Montserrat", sans-serif;
    background: #fff;
    color: #000;
    padding-top: 0!important;
    font-size: 17px;

}
body.index {
    padding-top: 0!important;
}
.breadcrumb-item a {
    color: #000;
}
.index .header{
    /* background: rgba(255,255,255,0.4); */
}
.index .not-sticking .header__logo {
    height: 120px;
    padding: 5px 0 0 0;
}
.header__logo {
    display: inline-table;
    height: 80px;
    padding: 0;
}
.progress {
    background-color: #b3b3b3;
}
.progress-bar {
    background-color: #111;
    color: #fff;
}
.alert-danger {
    color: #222;
    background-color: #eee;
    border-color: #eee;
    margin: auto;
}
.header .sticking {
    background: #262846;
}
.underline {
    text-decoration: underline;
}

/* Boite à outils */
#bloc_fixed {
    bottom: 32%;
}
#bloc_fixed ul li > i {
    font-size: 2rem;
    top: 2px;
    left: 2px;
}
#bloc_fixed ul li > .ion-ios-heart-outline {
    left: 1px;
}
#bloc_fixed ul li > .ion-social-youtube-outline {
    font-size: 1.8rem;
    top: 4px;
    left: 1px;
}
#bloc_fixed .bloc {
    width: 50px;
    min-height: 50px;
    margin: 15px 0;
    position: relative;
    right: 7px;
    cursor: pointer;
    padding-left: 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 50%;
    background: #262846;
}
#bloc_fixed .bloc.bloc5 {
    width: 50px;
    min-height: 50px;
    margin: 15px 0;
    position: relative;
    right: 7px;
    cursor: pointer;
    padding-left: 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 50%;
    background: #ce1114;
}
#bloc_fixed .bloc:hover {
    right: 12px;
    border:1px solid #fff;
}
#bloc_fixed .surcharge_favoris {
    left: 16px;
    top: 19px;
}
.badge-pill {
    padding-right: 0.4em;
    padding-left: .4em;
    border-radius: 10rem;
}
.badge {
    font-size: 66%;
}
.bg_collapse {
    background-color: transparent;
}
/* BOUTONS */
.btn {
    border-radius: 0;
    padding: .56rem .75rem;
}
.btn-primary, .btn-info, .btn-secondary, .btn-success {
    color: #000;
    background: transparent;
    border-color: #000;
    font-weight: 400;
}
.btn-primary2 {
    color: #fff;
    background: #ce1114;
    border-color: #ce1114;
    font-weight: 400;
}
.btn-primary:hover, .btn-info:hover, .btn-secondary:hover, .btn-success:hover {
    color: #fff;
    background: #262846;
    border-color: #262846;
}
.btn-primary2:hover:hover {
    color: #fff;
    background: #262846;
    border-color: #262846;
}


.btn-btn {
    border: 1px solid #ce1114;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-btn:before, .icon-heart:after, .icon-star:after, .icon-plus:after, .icon-file:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-3d {
    padding: 25px 60px 25px 120px;
    border-radius: 10px;
}

.btn-3 {
    background: #ce1114;
    color: #fff;
}
.btn-3:hover {
    background: #262846;
    color: #fff;
}


.btn-3d:before {
    background: #fff;
    color: #ce1114;
    z-index: 2;
    border-radius: 10px 0 0 10px;
}

.btn-3:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 160%;
    width: 60px;
}
.icon-cog:before {
    content: "\f3a0";
}
.btn-btn:hover {
    color: #fff!important;
}
.btn-3d:after {
    width: 20px;
    height: 20px;
    background: #fff;
    z-index: 1;
    left: 55px;
    top: 50%;
    margin: -10px 0 0 -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.en-tete {
    background: #262846;
    padding: 10px;
}

.os-list-comments li {
    position: relative;
    width: calc(100% / 3 - 16px);
    margin: calc(0.5em* 2) 0.5rem;
    overflow: hidden;
    min-height: 150px;
    border: 1px solid rgb(50 62 72 / 20%);
    color: #fff;
    background: #f7f7f7;
    border-radius: 10px;
}






/* TITRES */
/* .home_heading::after, .home_heading::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background: rgba(255,255,255, 0.5);
    vertical-align: middle;
    margin: 0 10px;
} */
.page_heading {
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 5px;
    margin: 20px 0 20px 0;
    text-transform: uppercase;
}
.page_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #ccc;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}
.home_heading {
    font-size: 30px;
    letter-spacing: 3px;
    margin: 20px 0 40px 0;
    font-family: "Montserrat", sans-serif;
    color:#000;
}
.page-heading, .deco{
    font-weight: 500;
    text-transform: inherit;
    font-size: 27px;
    line-height: inherit;
    
    letter-spacing: 2px;
}
.page-heading::after, .deco::after {
    content: "";
    display: block;
    position: relative;
    background: #ccc;
    height: 1px;
    width: 100%;
    margin: 15px 0 0 0;
}
.deco {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 36px;
    line-height: inherit;
    letter-spacing: 2px;
    color: #262846;
}
.bg-bleu {
    background: #262846;
    margin: 100px 0 50px 0;
}
.bg-bleu .deco {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 36px;
    line-height: inherit;
    letter-spacing: 2px;
    color: #fff;
}
.block_etiquette {
    width: 165px;
}
/* ------------------------------------------------------------------------------------------------------- */
/*                                                TOP PAGE                                             */
/* ------------------------------------------------------------------------------------------------------- */
.top_page {
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.actualites .top_page{
    background-image: url(../images/top_page/top01.jpg);
        background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.estimation .top_page {
    background-image: url(../images/top_page/estimation-top.jpg);
        background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.alerte-email .top_page{
    background-image: url(../images/top_page/alerte-top.jpg);
        background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.agence .top_page {
    background-image: url(../images/top_page/agence_top.jpg);
        background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.mentions-legales .top_page {
    background-image: url(../images/top_page/mentions-legales_top.jpg);
        background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.on-vous-rappelle .top_page {
    background-image: url(../images/top_page/on-vous-rappelle_top.jpg);
        background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.comparateur .top_page {
    background-image: url(../images/top_page/top01.jpg);
        background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.recherche-detaillee .top_page {
    background-image: url(../images/top_page/recherche-detaillee_top.jpg);
        background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.gerer .top_page,
.vendre .top_page {
    background-image: url(/assets/images/top_page/autre_top.jpg);
        background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.temps .top_page {
    background-image: url(/assets/images/top_page/temps_top.jpg);
        background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    
}


/* ======================================================== */
/*                         INDEX                            */
/* ======================================================== */
/* MENU */
.header .menu{
    border-bottom: 1px solid rgba(0,0,0,0.15);
    background-color: #262846;
}
.index .header .menu{
    border-bottom: 1px solid rgba(0,0,0,0.15);
    background-color: transparent;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    background: #fff;
}
.index .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    background: transparent;
}
.menu .row {
    margin:0 ;
}
.menu .dropdown-menu {
    min-width: 20px;
    font-size: 1rem;
    color: #fff;
    background-color: #ce1114;
    border: 0;
}
.menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    color: #fff!important;
    text-align: inherit;
    background: 0 0;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.menu .dropdown-item:hover {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    color: #fff !important;
    text-align: inherit;
    background: #262846;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
}
/* MOTEUR */
.moteur {
    background:transparent;
}
.moteur .btn-primary {
    color: #fff;
    background: #262846;
    border-color: #262846;
}
.moteur .btn-primary:hover {
    color: #fff;
    background: #ce1114;
    border-color: #ce1114;
}
.radio_trans {
    display: none;
}


/* BASELINE */
.baseline {
    z-index: 200;
    position: absolute;
    top: 43%;
    -webkit-transform: translateY(-43%);
    -moz-transform: translateY(-43%);
    -ms-transform: translateY(-43%);
    -o-transform: translateY(-43%);
    transform: translateY(-43%);
    left: 48%;
    -webkit-transform: translateX(-48%);
    -moz-transform: translateX(-48%);
    -ms-transform: translateX(-48%);
    -o-transform: translateX(-48%);
    transform: translateX(-48%);
    text-align: center;
    background-color: rgba(0,0,0, 0.5);
    color: #fff;
    padding: 50px 30px;
}
.baseline p {
    font-size: 18px;
}

/* INDEX ESTIMATION */
.home_cont_estimation {
    background: url(/assets/images/home-background3.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    margin: auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
}
.home_cont_estimation .bloc-noir {
    background: rgba(255,255,255, 0.85);
    padding: 20px 50px;
    border-radius: 0;
    color: #000;
    border-radius: 15px;

}
.home_cont_estimation .home_heading {
    color: #000;
    line-height: 1.2;
    font-size: 25px;
    margin: 20px 0;
}
.home_cont_estimation .ion-ios-arrow-thin-right {
    margin-left: 5px;
}
.home_cont_estimation .btn-primary {
    min-width: 300px;
    color: #fff;
    background: #262846;
    border-color: #262846;
    font-weight: 400;
}
.home_cont_estimation .btn-primary:hover {
    min-width: 300px;
    color: #fff;
    background: #ce1114;
    border-color: #ce1114;
    font-weight: 400;
}
.home_cont_estimation .titre-soulignement1::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 185px;
    margin: 5px auto 15px auto;
}
.home_cont_estimation .titre-soulignement2::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 225px;
    margin: 5px auto 15px auto;
}
.p-min-height {
    min-height: 150px;
}
/*NOTRE SELECTION*/
.home_cont_selection {
    background: #fff;
    padding-top: 0;
}
.index .info_ville {
    font-size: 15px;
    text-transform: uppercase;
     font-family: "Montserrat", sans-serif;;
}
.index .prod_accueil .card-fav-absolute{
    right: 20px;
    top: 20px;
    font-size: 22px;
    z-index: 150;
    color: #FFFFFF;
}
.index .info_type {
    font-weight: 600;
    font-size: 15px;
    margin: 20px 0;
    text-transform: uppercase;
     font-family: "Montserrat", sans-serif;;
}
.index .prod_accueil .block_info {
    min-height: auto;
    padding: 10px;
    height: 70px;
    background: #fff;
    color: #000;
    text-align: center;
}
.index .prod_accueil article, .prod_listing > .listing_article article {
    border: 1px solid #cfcfcf;
    border-bottom: 2px solid #000;
    box-shadow: 6px 3px 5px #cfcfcf;
     font-family: "Montserrat", sans-serif;;
}
.prod_accueil .info_prix, #biens_comparatif .article_comparatif .spin4 {
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0;
    position: absolute;
    top: 14px;
    right: 14px;
    background: #000;
    padding: 7px 10px;
}
#biens_comparatif .article_comparatif .info_prix-hai,
.index .prixplus {
    display: none;
}
.info_numero, .info_prix-hai {
    text-transform: initial;
}
.prod_accueil .block_img img,
.block_img img {
    height: auto;
    width: 100%;
    /* filter: grayscale(1);
    transition: all .5s ease; */
}
/* .prod_accueil article:hover .block_img img,
article:hover .block_img img {
    filter: grayscale(0);
} */
/* PRESENTATION */
.home_cont_presentation {
    background: url(/assets/images/home-background.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home_cont_presentation .bloc-noir{
    background: rgba(255,255,255, 0.65);
    padding: 20px 50px;
    border-radius: 15px;
    color: #000;
}
.home_cont_presentation .home_heading {
    color:#000;
}
/* .home_cont_presentation .home_heading::after,.home_cont_presentation .home_heading::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #000;
    vertical-align: middle;
    margin: 0 10px;
} */
.home_cont_presentation .home_heading::after,.home_cont_presentation .home_heading::before {
    display: none;
}
.bg-gris {
    background: rgba(0,0,0,0.05);
    padding: 14px 0;
    margin: -54px 0 54px 0;
}
.centre { text-align: center;}
.home_cont_presentation .ion-ios-arrow-thin-right { margin-left: 5px;}


/*NOS BIENS*/
.home_cont_categories {
    padding: 70px 80px;
}
.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 25%;
    right: 8%;
    background: rgba(255,255,255, 0.5);
    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;
    font-weight: 600;
    font-size: 20px;
}
.home_cont_categories .cat-text-small{
    font-weight: 400;
}
.home_cont_categories .cat-text::after{
    background: #000;
    width: 60px;
    margin: 10px auto 0 auto;
}
/* ALERTE EMAIL */
.home_cont_alertes {
    padding: 30px 10px;
    background-color: #fff;
}
.home_cont_alertes p {
    color: #000;
}

.home_cont_alertes p i {
    color: #000;
}
.home_cont_alertes .btn-primary {
    color: #000;
    background: transparent;
    border-color: #000;
    font-weight: 400;
}
.home_cont_alertes .btn-primary:hover {
    color: #fff;
    background: #000;
    border-color: #000;
    font-weight: 400;
}
/* ======================================================== */
/*                       COORDONNEES                        */
/* ======================================================== */
.cont_coordonnees{
    background: transparent;
    color: #000;
    padding-bottom: 0px;

}
.cont_coordonnees {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
     font-family: "Montserrat", sans-serif;;
}
.cont_coordonnees p{
    margin-bottom: 0;
    color: #000;
}
.cont_coordonnees .social img {
    max-width: 150px;
}
.cont_coordonnees .address {
    text-align: center;
}
.cont_coordonnees .address p{
    text-align: center;
    text-transform: initial;
    font-weight: 500;
}
.cont_coordonnees .address p.nom_agence{
    text-transform: uppercase;
    color: #262846;
    margin-bottom: 12px;

}
.cont_coordonnees .mt-4 {
    margin-top: 10px !important;
}
.cont_coordonnees .tel {
    text-align: center;
    margin: auto;
}
.cont_coordonnees .address i{
    font-size: 25px;
    top: 5px;
    margin-right: 5px;
}
.cont_coordonnees .tel i{
    font-size: 25px;
}
.cont_coordonnees .tel i:hover{
    color: #616161;
}
.cont_coordonnees a {
    font-size: 15px;
}

.coordonnees_heading {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.cont_coordonnees .address .btn {
    text-align: center;
    padding: 0;
}
.social {
    text-align: center;
}
.social p {
    color: #000;
    font-size: 13px;
}
.social i{
    font-size: 35px;
    color: #000;
}
.marginauto {margin:auto;}

/* BADGE OPINION SYSTEM */
.badge-os-content {
    background: #e9ecef;
    color: #111 !important;
    border-radius: 6px;
    width: 185px;
    margin: 0 auto;
    padding: 10px 5px;
    text-align: center;
 }
.badge-os-content img.badge-google {
   width: 40%;
 }
.badge-os-content a {
    color: #111;
}
.badge-os-content p {
    margin-bottom: 0;
    font-size: 12px;
}
.badge-os-content .os-nbavis,
.badge-os-content .os-stars {
    font-size: 14px;
}
.badge-os-content img.badge-google {
    margin-top: 7px;
    font-size: 12px;
}
.badge-os-content .os-stars img {
    width: 20px;
    top: -3px;
    margin: 0 4px;
}

/* ======================================================== */
/*                         FOOTER                           */
/* ======================================================== */
footer {
    background-color: #262846;
    padding: 20px 10px;
}
footer .liens_right {
    margin-top: 0;
}
.cont_coordonnees .container {
    border-bottom: 1px solid rgba(255,255,255, 0.2);
    padding-bottom: 40px;
}
footer a {
    color: #fff;
    font-size: 15px;
}
.liens_center {
    text-align: center;
}
.marginauto {
    margin: auto;
}
footer a:hover {
    color: #868e96;
}
.ul-partenaire {
    display: flex;
    justify-content: space-around;
}
.logo-partenaire1 {
    width: 75px;
}
.logo-partenaire2 {
    width: 100px;
}
.logo-partenaire {
    width: 160px;
}
/* ======================================================== */
/*                          AUTRES                          */
/* ======================================================== */
.top_link {
    background: rgba(0, 0, 0, 0.6);
    height: 50px;
    border-radius: 50px;
}
.top_link:hover {
    background: #000;
    height: 50px;
}
.badge-danger {
    color: #000;
    background-color: #fff;
}
.bg_collapse .btn-content .btn-circle{
    padding-top: 11px;
}
.alert-danger {
    text-align: center;
}

.contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire, .temps .contact_formulaire {
    width: 66.6667%;
}


/* SIDEBAR */
.sidebar {
    margin-top: 0;
    background: #fff;
}
.sidebar address {
    text-align: center;
    border: 1px solid #000;
}
.sidebar .group_btn a {
    margin: 5px 0;
    width: 100%;
}
.telephone-vu {
    background-color: transparent;
}
/* .contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire {
    width: 66.66%;
} */


/*WIDGET CONTACT*/
aside.aside_contact{
    background: #262846;
}
aside .contact_coordinates, aside .aside_map {
    border-bottom: none;
}
aside .contact_nameagency::after{
    content: "";
    display: block;
    position: relative;
    background: #fff;
    height: 2px;
    width: 50px;
    margin: 6px auto 24px auto;
}
.intention_appel { color:#191919;}
.telephone-vu{
    color: #191919;
    background: transparent;
}
aside address{
    margin-top: 15px;
}
aside address .group_btn a {
    width: 60%;
    margin: 10px;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #191919;
    font-weight: 300;
}
.btn-info {
    background: #ce1114;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
}

aside address .group_btn a:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
aside .social_network i{
    color: #fff;
    text-align: center;
}
aside .list-inline{
    text-align: center;
}
aside .contact_img img {
    max-width: 180px;
    margin-bottom: 20px;
}
aside .btn-info:hover {
    background: #ccc;
    text-transform: uppercase;
    border: 1px solid #000;
    color: #000;
}
aside .address a,
aside .address .intention_appel {
    color: #fff;
}


/* ESTIMATION */
.estimation .bg-estimation1 {
    position: relative;
    /* background: linear-gradient( rgba(255,255,255, 0.5), rgba(255,255,255, 0.5) ),url(/assets/images/estim01.jpg) no-repeat center center; */
    background: url(/assets/images/bg-estim01.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 40px;
    margin-bottom: 100px;
}
.estimation .bg-estimation2 {
    padding: 60px 40px;
    position: relative;
    /* background: linear-gradient( rgba(255,255,255, 0.5), rgba(255,255,255, 0.5) ),url(/assets/images/estim02.jpg) no-repeat center center; */
    background: url(/assets/images/bg-estim02.jpg) no-repeat center center;
    background-size: cover;
}
.estimation h2 {
    font-size: 20px;
    font-weight: 600;
}
.estimation h2.souli01::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 250px;
    margin: 5px 0 15px 0;
}
.estimation h2.souli02::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 300px;
    margin: 5px 0 15px 0;
}
.estimation .content_page {
    width: 100%;
}
.estimation .border {
    border: 1px solid #e9ecef!important;
    background: #f9f9f9;
    margin: 30px 0;
}
.estimation .bg-blanc {
    padding: 15px;
    background: rgba(255,255,255,0.68);
    border-radius: 10px;
}
.estimation .form-group {
    margin-bottom: 0;
}
/* ======================================================== */
/*                         LISTING                          */
/* ======================================================== */

.block_etiquette {
    background: #262846!important;
    text-align: center;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 14px;
}
.line {
    border-bottom: 1px solid #000;
}
.card_list li > span:after{
    display: none;
}
.info_ville {
    font-size: 15px;
}
.detail_header,
.detail_header .crit,
#descdetail .info_type,
#descdetail .info_ville {
     font-family: "Montserrat", sans-serif;;
    font-weight: 600;
    text-transform: uppercase;
}
.prod_listing .info_titre {
    font-size: 18px;
    padding-top: 4px;
    font-weight: bold;
}
.col1 .btn-primary:hover a{
    color: #fff;
}
.prod_listing > .listing_article article {
    border: none;
}
.info_type, .info_prix, .damier .card_list li, .info_ville {
    font-weight: 600;
}
.prod_listing article a {
    color: #191919;
     font-family: "Montserrat", sans-serif;;
    font-weight: 600;
}
.prod_listing.damier > .listing_article article .info_ville {
    font-size: 15px;
    color: #262846;
    font-weight: 600;
     font-family: "Montserrat", sans-serif;;
}
.prod_listing > .listing_article article {
    border: 1px solid #d8d8d8;
    border-bottom: 2px solid #262846;
    box-shadow: 6px 3px 5px #dedede;
    background: #f0f0f0;
}
.container_search .btn-primary {
    color: #fff;
    background: #ce1114;
    border-color: #ce1114;
    font-weight: 400;
}
.container_search .btn-primary:hover {
    color: #ce1114;
    background: transparent;
    border-color: #ce1114;
    font-weight: 400;
}
.prod_listing.damier 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;
}
.damier .card_list li > span {
    font-weight: 600;
}
.prod_listing.damier .block_info {
    min-height: 160px;
}

.alerte-email .bootstrap-select,
.block_tri_list .bootstrap-select {
    background: #fff;
}
.prod_listing.listing .prix-damier,
.prod_listing.listing .card_list { 
    display: none;
}
.effect-cms .over_desc {
    top: 0;
    bottom: 0;
    -webkit-transition: none;
    -webkit-transform: none;
    transform: none!important;
    z-index: 1;
    background: transparent;
    height: auto;
    padding: 20px 15px 20px 20px;
    position: relative;
    backface-visibility: visible;
}
.prod_listing.carte .info_ville, .prod_listing.carte .spin1.info_type {
    font-size: 15px;
    padding-left: 0;
}
.prod_listing.carte .info_prix {
    font-size: 15px;
}
.prod_listing.damier .block_info-vendu {
    width: 100%;
    padding: 0;
}

/* PAGINATION */
.page-link {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #191919;
}
.page-item.active .page-link {
    color: #000;
    background-color: #fff;
}
.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: transparent;
    border-color: #ddd;
}
/* ======================================================== */
/*                         DETAILS                          */
/* ======================================================== */
.logo-detail {
    width: 150px;
}
.detail_header .titre {
    padding-bottom: inherit;
    margin-bottom: inherit;
    font-weight: inherit;
    text-transform: inherit;
    font-size: 20px;
    line-height: inherit;

    letter-spacing: 2px;
}
.detail_header .titre:after{
    display: none;
}
.detail_taber .nav-link.active{
    font-weight: bold;
    color: #fff;
    border-bottom: 2px solid #fff;
}
.lafficheur li {
    background-color: #000!important;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #fff!important;
    color: #000
}
.detail_header_sticky {
    background: #000;
    color: #fff;
}
.detail_header_nav li a{
    color: #191919;
}
.detail .resa-detail {
    margin: 0 auto 50px auto;
}
.detail_taber .nav-link, .detail_icone a.cursor_pointer{
    color: #191919!important;
}
.detail_icone a.dropdown-item { 
    color:#000;
}
.detail .info_prix-hai {
    color: #9c9c9c;
}
.detail .bloc-champ, .detail .attribut_label0 {
    background-color: #fff;
}
.marginauto {
    margin:auto;
}
.detail .form-group {
    margin-bottom: 0;
}
.detail .cont_coordonnees {
    display: none;
}
#descdetail {
     font-family: "Montserrat", sans-serif;;
}




/* ======================================================== */
/*                          VENDRE                          */
/* ======================================================== */
.fas.fa-circle {
    font-size: 6px;
    margin: 0px 3px 0px 3px;
    top: -3px;
}
.titre-acheter1 {
    text-align: center;
    font-size: 2rem;
    margin: 30px 0 10px 0;
    font-weight: 600;
}
.titre-acheter2 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    color: #191919;
     font-family: "Montserrat", sans-serif;;
}
.titre-acheter2 span {
    font-size: 1.4rem;
    line-height: 1.5;
     font-family: "Montserrat", sans-serif;;
    font-weight: 600;
}
.titre-acheter2 span strong {
    font-weight: 600;
     font-family: "Montserrat", sans-serif;;
}
.soustitre {
    background: transparent;
    color: #000;
    font-weight: 600;
    padding: 5px;
    font-size: 20px;
    z-index: 10;
}
.entete {
    margin-top: 0;
    padding: 20px 0px;
}
.img-vendre {
    border-radius: 50%;
    max-width: 230px;
    margin-bottom: 15px;
    box-shadow: 6px 3px 5px #616161;
}
.padd50 {
    padding: 0 50px;
}
.gothic {
     font-family: "Montserrat", sans-serif;;
}

.bg-noir {
    background-color: #000;
    color: #fff;
    padding: 20px 0 ;
}
.entete img {
    width: 230px;
    margin-bottom: 15px;
    box-shadow: 6px 3px 5px #616161;
    background-color: #000;
    border-radius: 50%;
}
.entete .titre-acheter2 {
    color: #000;
    margin: 10px 0;
}
.titre-acheter2 .btn-primary {
    color: #fff;
    background: transparent;
    border-color: #fff;
    font-weight: 400;
    font-size: 1.1rem;
    margin-top: 10px;
}
.titre-acheter2 .btn-primary:hover {
    background: rgba(255,255,255, 0.2);
}



/* ======================================================== */
/*                          GESTION                         */
/* ======================================================== */
.gerer .bg-gestion2 {
    padding: 60px 40px;
    position: relative;
    /* background: linear-gradient( rgba(255,255,255, 0.5), rgba(255,255,255, 0.5) ),url(/assets/images/estim02.jpg) no-repeat center center; */
    background: url(/assets/images/bg-gerer02.jpg) no-repeat center center;
    background-size: cover;
}
.gerer .bg-blanc {
    padding: 15px;
    background: rgba(255, 255, 255, 0.68);
    border-radius: 10px;
}
.gerer .page-heading {
    text-align: center;
}
.gerer .souli01 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.gerer .souli01::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 45%;
    margin: 5px 0 15px 0;
}


/* ======================================================== */
/*                          AGENCE                          */
/* ======================================================== */
.agence p {
    text-align: justify;
}


/* ======================================================== */
/*                       RESPONSIVE                         */
/* ======================================================== */
@media (min-width: 1281px) {
    nav.menu ul li {
        padding: 0 12px;
    }  
    .logo-menu {
        width: 150px;
    }  
}

@media (min-width: 992px){
    .version-mobile {
        display: none!important;
    }
    nav.menu ul  {
        display: inline-block;
        padding: 10px 0 0 0;
    }
    .logo-menu {
        width: 110px;
    }
    .sticking .logo-menu {
        width: 90px;
    }

    .menu ul > li > a,
    .menu a:not([href]):not([tabindex]),.menu a:not([href]):not([tabindex]):focus,.menu a:not([href]):not([tabindex]):hover {
        padding: 12px 12px;
        line-height: 1.2;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        font-weight: 400;
        font-size: 16px;    
    }
    .menu ul.navgauche > li > a {
        padding: 12px 20px;  
    }
    nav.menu ul li {
        padding: 0;
    }
    .menu ul > li > a i{
        font-size: 27px;
    }
    /* nav ul > li > a {
        transition: color 0.5s;
        transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    }
    nav ul > li > a::before {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        transform: scale3d(0,1,1);
        transform-origin: 0% 50%;
        transition: transform 0.5s;
        transition-timing-function: cubic-bezier(0.2,1,0.3,1);
        background: #000;
    } 
    nav ul > li:hover > a:before {
        transform: scale3d(1,1,1);
    } */
    /* .header nav ul > li > a:hover::after {
        width: 100%;
    }
    .header nav ul > li > a::after {
        content: "";
        position: absolute;
        bottom: 6px;
        left: 0;
        z-index: 1;
        width: 0;
        height: 3px;
        background: #000;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    } */
    nav ul > li:hover > a {
        color: #ce1114;
    }
    .index .not-sticking nav ul > li:hover > a {
        color: #ce1114;
    }
    .index .not-sticking nav ul > li:hover > a.item-nav {
        color: #fff;
    }
    .nav-mobile-lang{
        display: none !important;
    }
    .nav-desktop-lang{
        display: block;
    }
    /* .not-sticking .site-pusher,
    .sticking .site-pusher {
        display: flex;
        justify-content: space-around;
    } */
    /* .index .not-sticking .site-pusher { display: block;} */
    .not-sticking .header__logo img,
    .sticking .header__logo img {
        width: 110px;
    }
    .index .not-sticking .header__logo img {
        width: 160px;
    }
    .sticking .header__logo {
        height: 85px;
        padding: 5px 0;
    }
    .not-sticking nav,
    .sticking nav {
        margin: auto 0;
    }
    /* .not-sticking nav ul,
    .sticking nav ul {
        margin-bottom: 0;
    } */
    .prod_accueil article {
        border: none;
        width: calc(49.3% - 20px);
        margin: 10px;
    }
    .moteur {
        padding: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 20;
    }
    .moteur .container {
        background-color: transparent;
        padding: 20px 0 0 0;
    }
    .container_search {
        margin: 15px 0 0 0;
    }
    .moteur .bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
        background: transparent;
    }
    .moteur .search__form-item:nth-child(2), .search__form-item:nth-child(3) {
        background: rgba(255,255,255, 0.5);
    }
    .moteur .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        color: #000;
    }
    .moteur .dropdown-toggle::after {
        color: #000;
    }
    .moteur .form-style {
        border: 1px solid #ccc;
        background: rgba(255,255,255, 0.5);
        color: #000!important;
    }
    .moteur .input-group-addon {
        color: #000;
        font-weight: 400;
    }
}
@media (max-width: 991px){
    .version-pc {
        display: none;
    }
    .top_page {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .moteur {
        left: 0;
        width: 100%;
    }
    .nav-mobile-lang{
        display: block;
    }
    /* .nav-desktop-lang{
        display: none;
    } */
    .index .not-sticking .header__logo {
        height: 80px;
    }
    .header__logo .index-logo-not-sticking, .header__logo img {
        width: 70px;
        margin-right:35px;
    }
    .moteur {
        bottom: 12%;
    }
    .menu ul > li > a {
        color: #fff;
        letter-spacing: 0;
        padding: 4px 0;
    }
    footer {
        padding-bottom: 75px;
    }
    .listing .bloc.bloc4,
    [class*="listing-"] .bloc.bloc4 {

        display: block;
        position: absolute;
        right: -2px;
        top: 40px;
        font-size: 20px;
        background: #111;
        padding: 4px 12px;
        border-radius: 5px;
    }
    .dropdown-toggle::after {
        bottom: 24px;
    }
    .ion-ios-search-strong:before {
        color: #fff;
    }
    .main-content {
        margin-top: 95px;
    }
    .top_page {
        background-color: #111;
        margin-top: 100px;
        height: 120px;
    }
    .map {
        top: 85px;
    }
    aside .contact_img img {
        display: none;
    }
    .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% / 2 - 20px);
        margin: 10px;
    }
    .index .info_ville, .index .info_type, .prod_accueil .info_prix {
        font-size: 12px;
    }
    .coordonnees_heading img {
        width: 100px;
    }
    .home_cont_categories .cat-text, .home_cont_categories .cat-text-small {
        font-size: 14px;
    }
    .home_cont_categories {
        padding: 50px 10px;
    }
    .home_cont_estimation .home_heading {
        font-size: 18px;
    }
    .home_heading {
        font-size: 24px;
    }
    .header {
        background-color: #262846;
    }
    .index  .header {
        background: transparent!important;
    }
     .header__logo img {
        width: 100px;
    }
    .header__logo .index-logo-not-sticking{
        width: 138px;
    }
    .burger-item,
    .burger-item::after,
    .burger-item::before {
        color: #fff;
        background: #fff;
    }
    .index .header .menu {
        background-color: #262846;
    }
    .bgAccueil {
        height: 50vh;
        position: relative;
        background: url(/assets/images/bgimg.jpg) no-repeat center center fixed;
        background-size: cover!important;
    }
    .moteur {
        bottom: auto;
        position: relative;
        min-height: 10px;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 4px);
    }
    .index .search__form-item:nth-child(n+2) {
        margin-right: 0;
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 2 - 4px);
    }
    .index .search__form-item.c_valid {
        margin: 10px auto;
    }
    .titre-soulignement2 {
        margin-top: 20px;
    }
    .p-min-height {
        min-height: auto;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        background: #ce1114;
    }
    .prod_listing.listing .prix-damier, .prod_listing.listing .card_list {
        display: flex;
    }
    .detail .container_page {
        margin-top: 125px;
    }
    .estimation .content_page {
        margin-top: 100px;
    }
    .deco {
        font-size: 28px;
    }
    .bg-bleu .deco {
        font-size: 18px;
    }
    .index .plusdecritere .plusc, .index .plusdecritere .plusm {
        color: #000;
    }
}





@media (max-width: 768px){
    .moteur .form-style {
        font-size: 12px!important;
    }
}
@media (max-width: 600px){
    .top_page {
        height: 110px;
    }
    .page-heading, .deco {
        font-size: 17px;
        margin: 20px 0;
    }
    .estimation .page-heading {
        font-size: 17px;
        margin:100px 0 20px 0;
    }
    .home_cont_estimation .home_heading {
        color: #000;
        line-height: 1.2;
        font-size: 17px;
        margin: 20px 0;
    }
    .home_cont_estimation .bloc-noir {
        padding: 10px;
    }
    .order1 {
        order: 1;
        margin: 5px 0;
    }
    .order2 {
        order: 2;
        margin: 5px 0;
    }
    .order3 {
        order: 3;
        margin: 5px 0;
    }
    .order4 {
        order: 4;
        margin: 5px 0;
    }
    .index .cat {
        margin: 20px 0;
    }
    .home_cont_categories {
        padding: 20px;
    }
    .btn{
        white-space: inherit;
    }
    .estimation h2 {
        font-size: 17px;
        font-weight: 600;
    }
    .estimation h2.souli01::after {
        width: 214px;
    }
    .estimation .bg-blanc {
        padding: 5px;
    }
    .estimation .bg-estimation2, .estimation .bg-estimation1 {
        padding: 60px 15px;
    }
    .estimation h2.souli02::after {
        width: 255px;
    }

}
@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;
    }
    .header__logo .index-logo-not-sticking, .header__logo img {
        width: 75px;
    }
    .index .not-sticking .header__logo {
        height: 75px;
    }
    .moteur {
        /* bottom: 16%;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 10px;
        top: auto;
        background: none; */
        display: none;
    }
    .header__logo img {
        margin-left: -20px;
        margin-top: 0;
        max-width: 100%;
    }

    .home_cont_presentation .bloc-noir {
        padding: 15px;
        text-align: justify;
        justify-content: center;
        text-align-last: center;
    }
    .home_heading {
        font-size: 32px;
    }
    .home_cont_presentation h3 {
        text-align: center;
    }
    .coordonnees_heading {
        margin-top: 30px;
    }
    .menu ul > li > a {
        padding: 2px 0;
    }
    .plusdecritere .text-filtre1 {
        display: none;
    }
    .prod_accueil article {
        border: 1px solid #ddd;
        width: 92%;
        margin: 10px;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .home_heading {
        font-size: 20px;
    }
    .home_heading::before {
        display: none;
    }
    /* .home_heading::after {
        content: "";
        display: block;
        position: relative;
        background: #ccc;
        height: 2px;
        width: 60px;
        margin: 15px auto 15px auto;
    } */
    .cont_coordonnees .address p, .cont_coordonnees .address .btn {
        text-align: center;
    }
    .entete img {
        width: 150px;
        margin-top: 20%;
    }
    .vendre .entete .marginauto {
        margin: auto;
        text-align: center;
    }
    .contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire, .temps .contact_formulaire {
        width: 100%;
    }
    .cont_coordonnees .tel {
        text-align: center;
    }
    .liens_center  {
        margin: 10px 0;
    }
}

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

@media (min-width: 1920px) { 
    .bgAccueil {
        position: relative !important;
        height: 100% !important;
        background: url(/assets/images/bgimg.jpg) no-repeat center center fixed !important;
        background-size: cover !important;
    }
}

/* MAPS */
.leaflet-custom-marker.leaflet-marker-icon,
.leaflet-marker-icon.leaflet-google-marker {
   margin-top: -37px;
   margin-left: -12.5px;
}

.leaflet-marker-icon.leaflet-google-marker {
   height: 37px !important;
   width: 25px !important;
}


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


/* LANDSCAPE */

/* ------------------------------------------------------------------------------------------------------- */
/*                                                ACTUALITES                                               */
/* ------------------------------------------------------------------------------------------------------- */
.actualites-group ul li {
    border: 1px solid #d8d8d8;
    border-bottom: 2px solid #191919;
    box-shadow: 6px 3px 5px #dedede;
    background: #fff;
}




/* ======================================================== */
/*                           VIDEO                          */
/* ======================================================== */
.home-visuel-wrapper {
    width: 100%;
    height: 100%;
    background: transparent;
    position: relative;
}
.home-visuel-wrapper .video-wrapper {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
}
.home-visuel-wrapper .video-wrapper #player {
    width: 100vw;
    height: 100vh;
}
.home-visuel-wrapper .video-wrapper #player .sliderVideo {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.btn-sound {
    position: absolute;
    z-index: 1;
    top: 44%;
    left:0;
    color: #fff;
    font-size: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0 12px;
}
/* BADGE GOOGLE */
.badge-google-content {
    background: #fff;
    color: #111!important;
    border-radius: 6px;
    max-width: 90%;
    margin: 0 auto;
    padding: 10px;
 }
.badge-google {
    width:70px;
} 
.badge-google-content a {
    color: #000;
    font-size: 14px;
}
.badge-google-content p {
    margin-bottom: 0;
}