/*PREMIUMBASE*/
/* .message_agence, .validation { display: none} */

/*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: 'Gothic';
    font-style: normal;
    font-weight: normal;
    src: local('gothic'), url('/assets/fonts/gothic.woff') format('woff');
    }

    @font-face {
         font-family: 'Gothic';
        src: url('/assets/fonts/CenturyGothic.woff2') format('woff2'),
            url('/assets/fonts/CenturyGothic.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Brown-Bold';
        src: url('/assets/fonts/Brown-Bold.woff2') format('woff2'),
            url('/assets/fonts/Brown-Bold.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Brown-Light';
        src: url('/assets/fonts/Brown-Light.woff2') format('woff2'),
            url('/assets/fonts/Brown-Light.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Gothic';
        src: url('/assets/fonts/Brown-Regular.woff2') format('woff2'),
            url('/assets/fonts/Brown-Regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Brown-Regular-Italic';
        src: url('/assets/fonts/Brown-Regular-Italic.woff2') format('woff2'),
            url('/assets/fonts/Brown-Regular-Italic.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }



@font-face {
    font-family: 'louis_george_cafebold_italic';
    src: url('/assets/fonts/louis_george_cafe_bold_italic-webfont.woff2') format('woff2'),
         url('/assets/fonts/louis_george_cafe_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'louis_george_cafebold';
    src: url('/assets/fonts/louis_george_cafe_bold-webfont.woff2') format('woff2'),
         url('/assets/fonts/louis_george_cafe_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'louis_george_cafeitalic';
    src: url('/assets/fonts/louis_george_cafe_italic-webfont.woff2') format('woff2'),
         url('/assets/fonts/louis_george_cafe_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'louis_george_cafe_lightitalic';
    src: url('/assets/fonts/louis_george_cafe_light_italic-webfont.woff2') format('woff2'),
         url('/assets/fonts/louis_george_cafe_light_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'louis_george_cafe_lightRg';
    src: url('/assets/fonts/louis_george_cafe_light-webfont.woff2') format('woff2'),
         url('/assets/fonts/louis_george_cafe_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'louis_george_caferegular';
    src: url('/assets/fonts/louis_george_cafe-webfont.woff2') format('woff2'),
         url('/assets/fonts/louis_george_cafe-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
    

/*GENERAL*/

body {
     font-family: 'louis_george_caferegular';
    background: #fff;
    color: #000;
    padding-top: 0!important;
}
body.index {
    padding-top: 0!important;
}
.breadcrumb-item a {
    color: #000;
}
ul {
    margin-bottom: 0;
}
.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: #111;
}
.progress-bar {
    background-color: #050f28;
    color: #fff;
}
.alert-danger {
    color: #222;
    background-color: #eee;
    border-color: #eee;
    margin: 3% auto;
}
.header .sticking {
    background: #fff;
}
.underline {
    text-decoration: underline;
}

/* Boite à outils */
#bloc_fixed {
    bottom: 42%;
}
#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: #050f28;
}
#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: #050f28;
    background: transparent;
    border-color: #050f28;
    font-weight: 400;
}
.btn-primary:hover, .btn-info:hover, .btn-secondary:hover, .btn-success:hover {
    color: #fff;
    background: #050f28;
    border-color: #050f28;
}

/* 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: 'Gothic';
    color:#050f28;
}
.page-heading, .deco{
    font-weight: 500;
    text-transform: inherit;
    font-size: 27px;
    line-height: inherit;
    color:#050f28;
    letter-spacing: 2px;
}
.page-heading::after, .deco::after {
    content: "";
    display: block;
    position: relative;
    background: #ccc;
    height: 1px;
    width: 100%;
    margin: 15px 0;
}
.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 */
.menu .row {
    margin:0 ;
}
/* MOTEUR */
.moteur {
    background:transparent;
}
.moteur .btn-primary {
    color: #fff;
    background: #050f28;
    border-color: #050f28;
}
.moteur .btn-primary:hover {
    color: #050f28;
    background: #fff;
    border-color: #050f28;
}
.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: 120px;
}
.home_cont_estimation .bloc-noir {
    background: rgba(255,255,255, 0.68);
    padding: 20px 50px;
    border-radius: 0;
    color: #050f28;
    border-radius: 15px;

}
.home_cont_estimation .home_heading {
    color: #050f28;
    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;
}
.home_cont_estimation .titre-soulignement1::after {
    content: "";
    display: block;
    position: relative;
    background: #050f28;
    height: 1px;
    width: 185px;
    margin: 5px auto 15px auto;
}
.home_cont_estimation .titre-soulignement2::after {
    content: "";
    display: block;
    position: relative;
    background: #050f28;
    height: 1px;
    width: 225px;
    margin: 5px auto 15px auto;
}
/*NOTRE SELECTION*/
.home_cont_selection {
    background: #fff;
    padding-top: 0;
}
.index .info_ville {
    font-size: 15px;
    text-transform: uppercase;
     font-family: 'Gothic';
}
.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: 'Gothic';
}
.index .prod_accueil .block_info {
    min-height: auto;
    padding: 10px;
    height: 70px;
    background: #fff;
    color: #050f28;
    text-align: center;
}
.index .prod_accueil article, .prod_listing > .listing_article article {
    border: 1px solid #cfcfcf;
    border-bottom: 2px solid #050f28;
    box-shadow: 6px 3px 5px #cfcfcf;
     font-family: 'Gothic';
}
.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: #050f28;
    padding: 7px 10px;
}
#biens_comparatif .article_comparatif .info_prix-hai,
.prixplus {
    display: none;
}
.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.8);
    padding: 20px 50px;
    border-radius: 15px;
    color: #050f28;
}
.home_cont_presentation .home_heading {
    color:#050f28;
}

.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: #050f28;
}

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

}
.cont_coordonnees {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
     font-family: 'Gothic';
    font-weight: 600;
}
.cont_coordonnees p{
    margin-bottom: 0;
    color: #fff;
    font-weight: 100;
}
.cont_coordonnees img {
    max-width: 220px;
}
.cont_coordonnees .address {
    text-align: center;
}
.cont_coordonnees .address p{
    text-align: center;
    text-transform: initial;
    font-weight: 100;
}
.cont_coordonnees .address p.nom_agence{
    text-transform: uppercase;

}
.cont_coordonnees .mt-4 {
    margin-top: 10px !important;
}
.cont_coordonnees .tel {
    text-align: center;
    margin: auto;
    color: #fff;
}
.cont_coordonnees .tel i{
    font-size: 25px;
    color: #fff;
}
.cont_coordonnees .tel i:hover{
    color: #616161;
}
.cont_coordonnees .btn-primary {
    color: #fff;
    background: transparent;
    border-color: #fff;
    font-weight: 100;
}
.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;}


/* ======================================================== */
/*                         FOOTER                           */
/* ======================================================== */
footer {
    background-color: #050f28;
    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;
}
.liens_center {
    text-align: center;
}
.marginauto {
    margin: auto;
}
footer a:hover {
    color: #868e96;
}
/* ======================================================== */
/*                          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: #050f28;
}
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:#000;}
.telephone-vu{
    color: #000;
    background: transparent;
}
.cont_coordonnees .intention_appel { color:#fff;}
.cont_coordonnees .telephone-vu{
    color: #fff;
    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: #050f28;
    font-weight: 300;
}
.btn-info {
    background: #050f28;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
}

aside address .group_btn a:hover {
    background: #fff;
    border: 1px solid #050f28;
    color: #050f28;
}
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;
}


/* ------------------------------------------------------------------------------------------------------------------------------- */
/*                                                               REF BY LOLO                                                       */
/* ------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 560px) {
    .listeliens ul li {
        width: 100%!important;
    }
    }
  

  .listeliens ul{
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
        margin-bottom: 20px;
      }
      
  .listeliens ul li{
          width: calc(100% / 2);
          /* si 3 colonnes */
          padding-right: 15px;
          padding-left: 15px;
      }
  
  @media (max-width: 560px) {
    .listeliens ul li{
    width: 100%;
      }
      }
  
  .listeliens a {
    
    color:#050F28  ;
    font-weight: bold;
    }
    
  .listeliens a:hover {
    text-decoration: underline;
    }
  
  .ref p, .page2ref p {
    text-align:justify;
  }
  
  .ref h2, .page2ref h2 {
    }
  
    .page2ref h3 {
        font-size:20px;
        font-weight: bold;
    }

  .ensavoirplus {
    color:black;
  }
  
  .ensavoirplus:hover{
    color:grey;
  }

/* 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: #050f28!important;
    text-align: center;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 14px;
}
.line {
    border-bottom: 1px solid #050f28;
}
.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: 'Gothic';
    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;
    font-size: 18px;
}
.over_desc .col2 ul, .over_desc .col1 .description {
    font-size: 15px;
}
.over_desc .col2 {
    width: 40%;
    padding-top: 10px;
}
.effect-cms .over_desc {
    height: 260px;
    z-index: 99999999;
    padding: 10px 15px 10px 20px!important;
}
.over_desc .col1 {
    width: 60%;
}
.prod_listing .block_info, .prod_listing .block_img {
    width: 50%;
}
.prod_listing article a {
    color: #050f28;
     font-family: 'Gothic';
    font-weight: 600;
}
.prod_listing.damier > .listing_article article .info_ville {
    font-size: 15px;
    color: #050f28;
    font-weight: 600;
     font-family: 'Gothic';
}
.prod_listing > .listing_article article {
    border: 1px solid #d8d8d8;
    border-bottom: 2px solid #050f28;
    box-shadow: 6px 3px 5px #dedede;
    background: #fff;
}
.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;
}
.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: #fcfafb url(/modele/images/inter-over-listing.jpg) no-repeat top left;
    height: 203px;
    padding: 20px 15px 20px 20px;
}

.prod_listing.damier .block_info-vendu {
    width: 100%;
    padding: 0;
}

/* PAGINATION */
.page-link {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #050f28;
}
.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                          */
/* ======================================================== */
.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: #050f28;
}
.detail .resa-detail {
    margin: 0 auto 50px auto;
}
.detail_taber .nav-link, .detail_icone a.cursor_pointer{
    color: #050f28!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: 'Gothic';
}




/* ======================================================== */
/*                          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: #050f28;
     font-family: 'Gothic';
}
.titre-acheter2 span {
    font-size: 1.4rem;
    line-height: 1.5;
     font-family: 'Gothic';
    font-weight: 600;
}
.titre-acheter2 span strong {
    font-weight: 600;
     font-family: 'Gothic';
}
.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: 'Gothic';
}

.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);
}



/* ======================================================== */
/*                          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: 0;
    }
    .logo-menu {
        width: 110px;
    }
    .sticking .logo-menu {
        width: 90px;
    }
    .menu ul > li > a {
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    }
    .menu ul > li > a {
        padding: 12px 12px;
        line-height: 1.2;
        color: #050f28;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        font-weight: 600;
        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:hover > a {
        color: #0b225a;
    }
    .index .not-sticking nav ul > li:hover > a {
        color: #fff;
    }
    .nav-mobile-lang{
        display: none !important;
    }
    .nav-desktop-lang{
        display: block;
    }
    .not-sticking .header__logo img,
    .sticking .header__logo img {
        width: 180px;
    }
    .index .not-sticking .header__logo img {
        width: 180px;
    }
    .sticking .header__logo {
        height: 85px;
        padding: 5px 0;
    }
    .not-sticking nav,
    .sticking nav {
        margin: auto 0;
    }
    .index .not-sticking nav {
        margin-top: 10px;
    }
    .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: 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;
    }
    .container-fluid.prod_listing.listing {
        padding: 0 5%;
    }
    .effect-cms .over_desc {
        height: 250px;
        z-index: 99999999;
    }
}
@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;
    }
    .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: #111;
        margin-top: 90px;
    }
    .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;
    }
}

@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 #050f28;
    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;
}


/* ============================================================================ */
/*                                     COOKIES                                  */
/* ============================================================================ */
.cc-window.cc-banner {
    width: 350px!important;
}
.cc-banner.cc-bottom {
    left: auto!important;
    right: 20px;
    bottom: 20px;
}
.cc-color-override-1247188962.cc-window {
    background-color: #fff!important;
    border: 1px solid rgba(0,0,0,0.1);
}
#footer-cookie {
    color: #141414!important;
    max-height: 100%!important;
}
#footer-cookie h3 {
    font-size: 1rem!important;
}
#footer-cookie p {
    font-size: 12px!important;
    line-height: 1.5!important;
}
.btncookie {
    margin: 8px auto!important;
    background: #000!important;
    color: #fff!important;
    border: 1px solid #000!important;
    font-size: 12px!important;
    width: 180px!important;
    padding: .6rem .75rem!important;
}
.btncookie:hover {
    background: #141414!important;
    color: #fff!important;
    border: 1px solid #141414!important;
}
#boutoncookie {
    display: grid!important;
}
.cc-color-override-1247188962 .cc-link, .cc-color-override-1247188962 .cc-link:active, .cc-color-override-1247188962 .cc-link:visited {
    color: #000!important;
}
a.cc-link {
    margin: auto!important;
}
