/*PREMIUMBASE*/
/*Import Fonts*/
@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700");

.h1, h1{
    font-size: 28px;
    text-transform: uppercase;
}

.h2, h2{
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.h3, h3{
    font-size: 24px;
}

a:hover{
    color: inherit;
}

.detail_pieces ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ariane_line .container {
    max-width: 100% !important;
    padding-left: 0;
}

body{
    font-family: "Work Sans",sans-serif;
    padding-left: 300px;
}

.line{
    height: 10px;
}

.home_heading{
    font-size: 28px;
    text-align: center;
}

.bootstrap-select>.dropdown-toggle{
    background: #fff;
}

.btn{
    border-radius: 0;
}

.btn-link:hover{
    color: #749713;
}

.dropdown-menu{
    padding: 0;
    padding: 5px;
}

.dropdown-menu.show{
    transform: translate3d(0px, 45px, 0px) !important;
    right: 0 !important;
    left: inherit !important;
}

.bootstrap-select.btn-group .dropdown-menu li a:before{
    padding-right: 5px;
    font-family: "Ionicons";
    font-size: 13px;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a:before{
    font-family: "Ionicons";
}

.top_link{
    z-index: 99;
    bottom: 65px;
    background: #1d1d1d;
    border-radius: 0;
    border: 1px solid #f1f1f1;
}

.top_link:hover{
    height: 100px;
    text-align: center;
}

.btn-primary, .btn-succes, .btn-info{
    color: #fff;
    background-color: #a7750e;
    border-color: #a7750e;
}

.btn-primary:hover, .btn-succes:hover, .btn-info:hover{
    color: #fff;
    background-color: #8e630c;
    border-color: #8e630c;
}

.header{
    position: fixed;
    top: 0;
    width: 300px;
    margin-left: -300px;
    height: 100%;
    background: #111;
}

.header nav ul li{
    display: block;
    padding: 8px 0 5px 25px;
    text-align: left;
}

.header nav ul li a{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.header nav ul li a:hover{
    color: #a7750e;
}

.logo{
    padding: 25px 0;
}

.reseaux-sociaux i{
    color: #fff;
    font-size: 22px;
    padding: 0 20px;
}

.reseaux-sociaux i:hover{
    color: #a7750e;
}

.reseaux-sociaux hr{
    background: #666;
    width: 90%;
}

.header .sticky_menu.stick-me.sticking{
    -webkit-animation: slide-down .4s;
    animation: slide-down .4s;
}

@-webkit-keyframes slide-down{
    0%{
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%{
        opacity: .9;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-down{
    0%{
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%{
        opacity: .9;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.lang .dropdown-toggle::after{
    content: "\f123";
    font-family: "Ionicons";
    position: absolute;
    border: 0;
    font-size: 12px;
    padding-top: 5px;
    opacity: 1;
    right: 3px;
    top: 11px;
}

.modal{
    z-index: 10000;
}

.bloc.bloc4{
    display: none;
}

.top-site{
    top: 0;
    background: #a7750e;
    text-align: right;
    position: fixed;
    z-index: 20;
    width: 100%;
    margin-left: -300px;
    max-width: 100%;
    padding: 5px 0;
    color: #fff;
}

.top-site .container{
    width: 60%;
}

.top-site i{
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
}

.top-site a{
    color: #fff;
    margin-right: 50px;
}

.baseline{
    position: absolute;
    z-index: 1;
    left: 350px;
    top: 35%;
    color: #fff;
    text-transform: uppercase;
}

.baseline:after{
    content: "";
    display: block;
    position: relative;
    background: #fff;
    height: 3px;
    width: 80px;
    margin: 20px 0;
}

.baseline h1{
    font-size: 45px;
    font-weight: 600;
}

.scroll-downs{
    position: absolute;
    right: 0;
    bottom: 100px;
    left: 0;
    margin: auto;
    width: 34px;
    height: 55px;
}

.mousey{
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: .75;
    box-sizing: content-box;
}

.scroller{
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}

@keyframes scroll{
    0%{
        opacity: 0;
    }
    10%{
        transform: translateY(0);
        opacity: 1;
    }
    100%{
        transform: translateY(15px);
        opacity: 0;
    }
}

.ancre-bottom{
    position: absolute;
    z-index: 1;
    margin: auto;
    right: 45%;
    bottom: 0;
}

.bgAccueil{
    height: 100%;
    height: 100%;
    position: relative;
    background: url("/assets/images/bgimg.jpg") no-repeat center center fixed;
    background-size: cover;
}

.divider {
  position: absolute;
  bottom: 0;
  left: -17px;
  right: 0;
  width: 100%;
  height: 65px;
}

.agence .top_page,
.alerte-email .top_page,
.mentions-legales .top_page,
.estimation .top_page,
.comparateur .top_page,
.recherche-detaillee .top_page {
    background-image: url(/assets/images/top_page/agence_top.jpg);
}

.index .map{
    height: 100%;
}

.index #map{
    height: 100% !important;
    z-index: 0;
}

aside.aside_contact{
    background-color: #1f1f1f;
}

aside .contact_coordinates, aside .aside_map{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

aside .contact_img img{
    width: 100%;
}

aside .social_network i{
    font-size: 2em;
    padding: 0 5px;
}

.top_page{
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 43px;
    width: 100%;
/*    transform: skewY(3deg);*/
    transform-origin: bottom right;
}

.top_page .top_heading{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content_page{
    width: 100%;
    padding-right: 50px;
    margin-bottom: 25px;
}

.sidebar{
    margin-top: -100px;
}

html [type=button]{
    text-align: left;
}

.sidebar .group_btn a{
    font-size: 13px;
    padding: 8px;
}

.sidebar_blocinfos{
    padding: 20px;
    margin-bottom: 20px;
}

.sidebar_blocinfos.sticky{
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}

#bloc_fixed{
    top: 18%;
}

#bloc_fixed .bloc{
    background: rgba(0,0,0,.6);
    color: #fff;
}

#bloc_fixed .bloc a{
    color: #fff;
}

#bloc_fixed .bloc1{
    background: #a7750e;
}

#bloc_fixed .bloc:hover{
    background: rgba(0,0,0,.75);
    right: 180px;
}

#bloc_fixed .bloc1:hover{
    background: #a7750e;
}

#bloc_fixed .bloc1 ul li:nth-child(1), #bloc_fixed .bloc2 ul li:nth-child(1), #bloc_fixed .bloc3 ul li:nth-child(1), #bloc_fixed .bloc4 ul li:nth-child(1){
    margin-right: 6px;
}

#bloc_fixed_bottom{
    background: rgba(0,0,0,.75);
}

#bloc_fixed .surcharge_favoris{
    left: -46px;
    top: 0;
}

.appel_horaires{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page_heading{
    font-size: 24px;
    text-transform: uppercase;
}

.cont_coordonnees{
    padding-bottom: 40px;
    background-color: #fff;
    color: #111;
}

.cont_coordonnees .btn{
    width: 200px;
}

.cont_coordonnees .address p{
    margin-bottom: 0;
}

.cont_coordonnees .btn-primary{
    color: #111;
    background-color: #fff;
    border-color: #111;
}

.cont_coordonnees .btn-primary:hover{
    color: #a7750e;
    background-color: #fff;
    border-color: #a7750e;
}

.cont_coordonnees .mt-4{
    margin-top: 0 !important;
}

footer{
    background-color: transparent;
    bottom: 0;
    position: fixed;
    padding: 0 10px 20px 10px;
    width: 300px;
}

footer, footer a{
    color: #fff;
    font-size: 13px;
}

footer a:hover{
    color: #ccc;
}

footer .liens_left, footer .liens_right{
    display: inline-block;
}

footer .liens_right{
    margin-top: 15px;
}

footer .liens_right img:hover{
    border: 1px solid transparent;
}

footer .liens_right img{
    max-width: 80px;
}

footer .img-credit img{
    max-width: 25px;
}

.footer-mobile{
    display: none;
}

.moteur{
    bottom: 0;
    left: 0;
    padding: 0;
    position: initial;
    background: transparent;
}

.plusdecritere{
    display: none;
}

.input-group-addon{
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #ccc !important;
    color: #555;
    font-size: .8rem;
    position: absolute;
    border-left: none;
    border-style: none;
}

.radio_trans{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.radio_trans input[type=radio].css-checkbox + label.css-label{
    color: #111;
}

.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label{
    border-bottom: 3px solid #111;
    color: #111;
    font-size: 17px;
}

.bootstrap-select{
    position: relative;
    border: 1px solid #ccc !important;
}

.alert-danger{
    color: #a7750e;
    background-color: #fff;
    border-color: #111;
}

.dropdown-toggle::after{
    font-family: "Ionicons";
    position: absolute;
    right: 30px;
    border: 0;
}

.groupe_champs > .c_message{
    width: 100%;
}

.form-search-d{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact .contact_formulaire, .estimation .contact_formulaire{
    width: 100%;
}

.form-style{
    font-size: 1rem;
    border: 1px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact .contact_adresse, .estimation .contact_adresse{
    padding: 0;
    padding: 0 20px;
}

.estimation .progress{
    display: none;
}

.progress{
    border-radius: 0;
}

.groupe_champs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.groupe_champs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.critere_prix_hb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.critere_prix_hb > .estim_result{
    height: 80px;
}

.bg_collapse{
    min-height: 480px;
    background-color: #fff;
}

.map{
    height: 250px;
}

.map .gm-style-mtc div, #map .gm-style-mtc div, #map-proximite .gm-style-mtc div, #mapliste .gm-style-mtc div{
    height: 35px !important;
    font-size: 13px !important;
}

.map .gmnoprint.gm-bundled-control{
    top: 45px !important;
}

.bg_collapse .btn-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-item.active .page-link{
    color: #111;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.breadcrumb-cms{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

.listing_article{
    margin: auto;
    width: 100%;
}

.listing .search__form-item:nth-child(n+2), [class*="listing-"] .search__form-item:nth-child(n+2){
    width: 99%;
}

.listing .search__form-item.c_surfacemin, [class*="listing-"] .search__form-item.c_surfacemin, .listing .search__form-item.c_prixmax, [class*="listing-"] .search__form-item.c_prixmax{
    width: calc(50% - 5px);
}

.listing .main-content, [class*="listing-"] .main-content{
    padding-top: 43px;
}

.listing .listing_article, [class*="listing-"] .listing_article{
    padding-right: 10px;
}

.listing .card_detail li div, .damier .card_detail li div{
    display: inline-block;
    padding: 5px;
    vertical-align: top;
}

.listing .description{
    font-size: 14px;
    padding: 0 20px;
}

.listing .card-fav-absolute{
    z-index: 21;
    top: 2%;
    right: 4%;
    color: #fff;
}

article.item-listing:hover{
    cursor: hand;
    cursor: pointer;
}

.header_product{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prod_listing > .listing_article article{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e0e0e0;
}

.container.prod_listing{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prod_listing .block_info{
    width: 85%;
    position: relative;
}

.prod_listing.damier .article_content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prod_listing.damier > .listing_article article{
    width: 32.3333%;
}

.damier .card_list{
    margin-bottom: 25px;
    margin-top: 20px;
}

.damier .card_list li, .carte .card_list li{
    font-size: 15px;
}

.carte .description{
    font-size: 14px;
    padding: 0 20px;
    margin-top: 10px;
}

.carte .block_info ul li{
    display: inline-block;
    text-align: center;
    padding-right: 30px;
    font-size: 14px;
}

.prod_listing.damier .block_info{
    min-height: 300px;
}

.btn-primary i, .btn-info i{
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
}

.damier .effect-cms ul.col-md-5, .carte .effect-cms ul.col-md-5{
    padding: 15px 30px;
}

.damier .info_prix{
    margin: 15px 0 15px 0;
}

.block_vue_list ul li:first-child{
    border-bottom-left-radius: 45%;
    border-right: 0 none;
    border-top-left-radius: 45%;
}

.damier .effect-cms div.col-md-7, .damier .effect-cms ul.col-md-5, .carte .effect-cms div.col-md-7, .carte .effect-cms ul.col-md-5{
    width: 100%;
    max-width: 100%;
}

.damier .effect-cms, .carte .effect-cms{
    flex-direction: column;
    flex-wrap: wrap;
}

.prod_listing.carte .over_desc, .prod_listing.carte .info_prix-hai{
    display: none;
}

.prod_listing.carte .info_prix{
    font-size: 18px;
    margin: 10px 0 0 10px;
    color: #a7750e;
    padding: 0 10px;
}

.prod_listing.carte .block_info{
    width: 55%;
}

.prod_listing.carte .card_list{
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 12px;
}

.prod_listing.carte .info_ville{
    font-size: 13px;
    padding-top: 2px;
    padding-left: 0;
}

.prod_listing.carte .spin1.info_type{
    padding-left: 15px;
}

.listing .header-item, [class*="listing-"] .header-item{
    padding: 5px 0 0 20px;
}

.damier .header-item{
    padding: 20px 0 0 20px;
}

.module_recherche_carte{
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 75px;
    margin-top: 15px;
}

.carte .card-fav-absolute{
    top: 10px;
}

.tool_boox_map{
    background: #111 none repeat scroll 0 0;
}

.bandeaux{
    color: #fff;
}

.block_etiquette{
    padding: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.b_ccoeur{
    background-color: #e34848;
}

.b_exclu{
    background-color: #74bab1;
}

.b_prestige{
    background-color: #e7c74d;
}

.b_investisseur{
    background-color: #8dac63;
}

.b_souscompromis{
    background-color: #3d2c62;
}

.b_vendu{
    background-color: #ff5800;
}

.b_loue{
    background-color: #e37c93;
}

.b_loc{
    background-color: #e34848;
}

.info_ville{
    font-size: 18px;
    padding-top: 6px;
}

.info_titre{
    font-size: 17px;
}

.info_prix{
    margin: 22px 0 15px 0;
    line-height: 20px;
    padding: 0 20px;
}

.info_prix sup{
    top: -12px;
}

.card_list li > span{
    font-weight: bold;
}

.card_list li > span:after{
    background: #000;
    bottom: -7px;
    content: "";
    height: 1px;
    left: 1px;
    line-height: 0;
    position: absolute;
    width: 10px;
}

.prod_listing .card_foot{
    padding: 0 1.5rem 1.5rem 1.25rem;
}

.prod_listing .card_foot > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.detail_carousel_expand{
    right: 258px;
    color: #111;
    bottom: 70px;
}

.comparateur .container.resettop{
    top: -49px;
}

.comparateur .nav-tabs .nav-link{
    color: #111;
    background-color: #fff;
}

#biens_similaires_annonce .effect-cms div.col-md-7, #biens_similaires_annonce .effect-cms ul.col-md-5, #biens_similaires_comparateur .effect-cms div.col-md-7, #biens_similaires_comparateur .effect-cms ul.col-md-5, #biens_historique .effect-cms div.col-md-7, #biens_historique .effect-cms ul.col-md-5{
    width: 100%;
    max-width: 100%;
    flex: inherit;
}

#biens_similaires_annonce .block_info ul li, #biens_similaires_comparateur .block_info ul li, #biens_historique .block_info ul li{
    padding-right: 30px;
    font-size: 14px;
    margin-top: 10px;
}

#biens_similaires_annonce .block_info ul li div, #biens_similaires_comparateur .block_info ul li div, #biens_historique .block_info ul li div{
    display: inline-block;
    vertical-align: middle;
}

#biens_similaires_annonce .description, #biens_similaires_comparateur .description, #biens_historique .description{
    display: none;
}

#biens_similaires_annonce .info_prix
#biens_similaires_comparateur .info_prix, #biens_historique .info_prix{
    text-align: left;
}

#biens_similaires_comparateur .prod_accueil .block_info, #biens_historique .prod_accueil .block_info{
    border: none;
}

.detail .container_page{
    margin-top: 0;
    padding: 65px 50px 50px 50px;
}

.formcontactcms4 > .groupe_champs, .formcms4 .groupe_champs, .form_clicktocall .groupe_champs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detail_icone_share, .detail_tabs, .detail_form_contact, .detail_biens_sim{
    padding: 1.5rem 0;
}

.detail_taber{
    border-bottom: 1px solid #a7750e;
}

.detail_taber .nav-link{
    padding: 10px;
}

.detail_slide_thumbs > li{
    transition: opacity .35s ease 0s,-webkit-transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s,-webkit-transform .35s ease 0s;
}

.detail_slide_thumbs > li > img{
    transition: opacity .35s ease 0s,-webkit-transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s,-webkit-transform .35s ease 0s;
}

.detail_icone > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
}

.tab-content .card_list{
    justify-content: space-between;
}

.lignemoteur, .groupe_champs > .form-group{
    width: 50%;
    padding: 0 10px;
}

.groupe_champs > .c_message{
    width: 100%;
}

.detail_annexe{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 95%;
    top: 75px;
}

.detail_annexe a{
    font-size: 13px;
}

.detail_annexe .btn-primary i{
    font-size: 23px;
}

.detail_annexe_nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
}

.detail_annexe_nav > li a::after{
    font-weight: normal;
}

.detail_slide_thumbs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detail .info_prix{
    padding: 0;
}

#detail_qrcode{
    text-align: right;
}

.detail_header{
    margin-bottom: 20px;
}

.detail_header_sticky{
    background: #f4f4f4;
}

.detail_header .titre, .detail_header_sticky h1, .carousel_header .titre{
    position: relative;
    position: relative;
}

.carousel_header .titre{
    font-size: 24px;
}

.detail_header_sticky > .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detail_header_nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detail_header .crit span:nth-child(1){
    font-weight: 400;
    font-size: 18px;
}

.detail_header .titre:after{
    bottom: -1px;
    bottom: 0;
}

.home_cont_selection, .home_cont_categories{
    padding-top: 50px;
    padding-bottom: 50px;
}

.prod_accueil{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    margin: 0 -9px;
}

.prod_accueil article{
    border: 1px solid #ddd;
    border-bottom: 2px solid #a7750e;
    width: calc(33.3% - 20px);
    margin: 10px;
}

.prod_accueil .block_img img{
    height: 100%;
    width: 100%;
}

.btn-primary a{
    color: #fff;
}

.prod_accueil .block_info{
    z-index: 0;
    min-height: 90px;
    padding: 20px 20px 10px 20px;
}

.prod_accueil .card-fav-absolute{
    top: 34%;
    right: 25px;
}

.prod_accueil .effect-cms .over_desc{
    display: none;
}

.prod_accueil .card_list{
    justify-content: space-between;
}

.prod_accueil .info_prix{
    margin: 10px 0 5px 0;
    padding: 0;
    text-align: right;
}

.prod_accueil .box{
    height: 40px;
}

.prod_accueil .info_prix-hai{
    line-height: 1em;
    margin-top: 10px;
}

.prod_accueil .info_titre, .prod_accueil .info_prix-hai, .prod_accueil .card_list, .prod_accueil .card-fav-absolute, .prod_accueil .box, .prod_accueil .card_foot{
    display: none;
}

.detail .carousel-inner{
    width: 65%;
    margin: auto;
}

.home_cont_presentation{
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 25px;
    background: #fff;
    background-size: cover;
    color: #111;
    padding: 25px 75px 50px 75px;
    text-align: center;
}

.home_cont_presentation h3{
    text-transform: uppercase;
}

.home_cont_presentation p{
    text-align: justify;
}

.home_cont_presentation .btn-primary{
    color: #111;
    background-color: #fff;
    border-color: #111;
}

.home_cont_presentation .btn-primary:hover{
    color: #a7750e;
    background-color: #fff;
    border-color: #a7750e;
}

.home_cont_presentation img{
    margin-bottom: 10px;
}

.cat{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    cursor: pointer;
    margin-bottom: 20px;
}

.home_cont_categories .cat-infos-overlay{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.75);
    color: #fff;
    width: 180px;
    height: 100%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cat:hover .cat-infos-overlay{
    background: rgba(0,0,0,.75);
    width: 100%;
    height: 100%;
}

.home_cont_categories .cat-text{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
}

.home_cont_categories .cat-text::after{
    content: "";
    display: block;
    position: relative;
    background: #fff;
    height: 1px;
    width: 80px;
    margin: 20px auto 0 auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.cat:hover .cat-text::after{
    width: 150px;
}

.home_cont_categories .cat-text-small{
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    display: block;
}

.home_cont_categories .cat-text{
    margin-top: 0;
}

.cat{
    margin-bottom: 0;
}

.index .fiche_produit{
    margin-bottom: 0px;
}

.listing .fiche_produit{
    margin-bottom: 35px;
}

.home_cont_alertes .btn{
    margin-left: 20px;
}

.home_cont_alertes{
    padding: 10px 0 5px 0;
    background-color: #fff;
    text-align: center;
}

.home_cont_alertes p{
    color: #fff;
}

.home_cont_alertes p, .home_cont_alertes a{
    display: inline-block;
}

.home_cont_alertes p i{
    font-size: 30px;
    margin-right: 10px;
    display: inline;
}

.action_bar{
    margin: 0 20px 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block_vue_list ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block_vue_list ul li{
    border: 1px solid #ced8e1;
}

.block_vue_list ul li:last-child{
    border-bottom-right-radius: 45%;
    border-left: 0 none;
    border-top-right-radius: 45%;
}

.block_vue_list ul li:nth-child(2){
    border-right: 0;
}

.ml-2{
    margin-left: 0 !important;
}

.effect-cms img{
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: .8;
}

.effect-cms p{
    letter-spacing: 1px;
}

.effect-cms p.icon-links a{
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
}

.effect-cms .over_desc{
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.over_desc .col2 ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-fav-absolute{
    position: absolute;
    top: 15px;
    font-size: 25px;
    cursor: pointer;
}

.ion-ios-heart-outline.active:before{
    color: red;
}

.ion-ios-heart-outline:hover:before, .ion-ios-heart:hover:before{
    color: red;
}

.prod_listing.damier .info_titre{
    width: 100%;
}

.prod_listing .info_titre::after{
    content: "";
    display: block;
    height: 2px;
    width: 15px;
    background: #a7750e;
    margin: 5px 0;
}

.damier .description{
    font-size: 13px;
    padding: 0 20px;
}

.detail_icone > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
}

#biens_comparatif .article_comparatif .spin1, #biens_comparatif .article_comparatif .spin2, #biens_comparatif .article_comparatif .spin3, #biens_comparatif .article_comparatif .spin4, #biens_comparatif .article_comparatif .spin5{
    font-size: 15px;
}

#biens_comparatif .article_comparatif .bottom .btn-primary{
    width: 48%;
}

#biens_comparatif .prod_accueil .info_prix{
    text-align: left;
}

#biens_comparatif .prod_accueil .block_info{
    border-bottom: none;
}

.recherche-detaillee .content_page{
    margin-bottom: 0;
    padding: 0;
}

.recherche-detaillee .form-search-d > li{
    width: 16%;
    padding: 10px;
}

.recherche-detaillee .btn-primary.active, .recherche-detaillee .btn-primary:active, .recherche-detaillee .show > .btn-primary.dropdown-toggle{
    border-color: #ddd;
    background: #666;
}

.card_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
}

#voir-telephone-0.telephone-vu{
    color: #fff;
}

body.contact .map, #map_contact{
    height: 250px !important;
    -webkit-transition-property: height;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: height;
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
}

body.contact .map[toggled="toggled"], #map_contact[toggled="toggled"]{
    height: 500px !important;
}

.contact .map{
    top: 43px;
    height: 300px;
}

body.contact div.map div#map div#map_contact{
    width: 100%;
    height: 700px;
    margin: 0px auto;
}

.mentions-legales .list_mentions{
    margin-top: 25px;
}

.page_ref .prod_listing.damier{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cc-animate.cc-revoke{
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease;
}

.cc-revoke, .cc-window{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.cc-compliance{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

@media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: landscape)
    and (-webkit-min-device-pixel-ratio: 1.5)
    and (min--moz-device-pixel-ratio: 1.5)
    and (-o-min-device-pixel-ratio: 2/1)
    and (min-device-pixel-ratio: 1.5){
        .bgAccueil{
            background-size: 2024px 768px !important;
            background: url("/assets/images/bgimg.jpg") no-repeat center center !important;
        }
}

@media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: portrait)
    and (-webkit-min-device-pixel-ratio: 1.5)
    and (min--moz-device-pixel-ratio: 1.5)
    and (-o-min-device-pixel-ratio: 2/1)
    and (min-device-pixel-ratio: 1.5){
        .bgAccueil{
            background-size: 2024px 768px !important;
            background: url("/assets/images/bgimg.jpg") no-repeat center bottom !important;
        }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5),
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx){
        .bgAccueil{
            background-size: 812px 375px !important;
            background: url("/assets/images/bgimg.jpg") no-repeat center center !important;
        }
}

#notifications{
    visibility: hidden;
    min-width: 320px;
    margin-left: -125px;
    background: none;
    position: fixed;
    z-index: 10000;
    left: 48%;
    top: 25%;
}

.alert.fade.show{
    visibility: visible;
    z-index: 10000;
}

@media (min-width: 1366px){
    .index #map #map_biens{
        height: 720px;
        width: 100%;
    }
}

@media (max-width: 1366px){
    .detail_carousel_expand{
        right: 170px;
    }
}

@media (min-width: 1200px){
    .container{
        max-width: 95% !important;
    }
}

@media (min-width: 992px){
    .listing .sticking .site-container{
        display: none;
    }
    .detail .not-sticking .detail_header_sticky{
        display: none;
    }
    .detail .sticking .site-container{
        display: none;
    }
}

@media (max-width: 1366px){
    .ancre-bottom{
        right: 39%;
    }
    footer .liens_right{
        margin-top: 15px;
    }
    .logo{
        padding: 20px 0 10px 0;
    }
    .header nav ul li{
        padding: 5px 0 4px 25px;
    }
    .recherche-detaillee .form-search-d > li{
        width: 25%;
    }
    .index #map #map_biens{
        height: 550px;
        width: 100%;
    }
    .prod_listing.carte > .listing_article article {
        display: block; 
    }
    .prod_listing.carte .block_img,
    .prod_listing.carte .block_info{
        width: 100%;
    }
}

@media (max-width: 1200px){
    .detail_pieces ul li{
        width: 31%;
    }
}

@media (max-width: 1024px){
    .detail .attribut_label0{
        padding: 0;
    }
    .top-site .container{
        width: 50%;
    }
    .recherche-detaillee .form-search-d > li{
        width: 32%;
    }
    .detail_annexe{
        position: inherit;
        width: 100%;
        top: inherit;
    }
    .index #map{
        height: auto !important;
    }
}

@media (max-width: 991px){
    .top-site {
        margin-left: 0;
        padding: 5px 15px;
    }
    .header{
        position: fixed;
        height: auto;
        width: 100%;
        z-index: 8000;
        background: #111;
        top: 0;
    }
    nav.menu ul li .dropdown-menu{
        display: block !important;
        position: inherit !important;
        background-color: #0d0e0e !important;
    }
    nav.menu ul li .dropdown-menu .dropdown-item{
        padding: .25rem 0 0 5px !important;
        color: #fff !important;
    }
    .with--sidebar .header{
        height: 100%;
    }
    .site-pusher, .site-container{
        height: 100%;
    }
    .site-container{
        overflow: hidden;
    }
    .site-pusher{
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    .site-content{
        position: absolute;
        top: 66px;
        right: 0;
        left: 0;
        bottom: 0;
        padding-top: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .header__icon{
        position: relative;
        display: block;
        float: left;
        width: 50px;
        height: 66px;
        cursor: pointer;
        z-index: 99999999999;
    }
    .burger{
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 200;
        z-index: 99999999999;
        opacity: 0;
        height: 40px;
        width: 40px;
    }
    .burger-item{
        color: #000;
        font-size: 40px;
        position: fixed;
        top: 25px;
        left: 15px;
        z-index: 100;
        background: #000;
        height: 3px;
        width: 24px;
    }
    .burger-item::before{
        content: "";
        position: absolute;
        background: #000;
        color: #000;
        display: block;
        height: 3px;
        width: 24px;
        margin-top: -8px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .burger-item::after{
        content: "";
        position: absolute;
        background: #000;
        color: #000;
        display: block;
        height: 3px;
        width: 24px;
        margin-top: 8px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .with--sidebar .burger-item:before{
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .with--sidebar .burger-item:after{
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .with--sidebar .burger-item{
        background: transparent;
        color: transparent;
    }
    .menu{
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.95);
        width: 250px;
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }
    .menu ul li > a{
        display: block;
        text-align: left;
        color: #fff;
    }
    .menu ul li >a:hover{
        color: #ccc;
    }
    .menu ul{
        margin: 70px 20px 0 20px !important;
    }
    .menu .nav-link{
        padding: 0;
    }
    .menu ul li{
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #5f5f5f;
    }
    .with--sidebar .site-pusher{
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }
    .with--sidebar .site-cache{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.6);
    }
    .lang .dropdown-menu{
        width: 100%;
    }
    .dropdown-item:focus, .dropdown-item:hover{
        background-color: transparent;
    }
    .lang .dropdown-toggle::after{
        right: 20px;
        top: 0;
    }
    .lang .dropdown-item{
        padding: 22px 0 0 0;
        color: #fff;
    }
    .lang .dropdown-menu{
        background-color: transparent;
    }
    .listing form{
        display: none;
    }
    .listing_article .img-fluid{
        width: 100%;
        height: 100%;
    }
    .prod_listing.damier > .listing_article article{
        width: 100%;
        margin-top: 20px;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
        width: 100% !important;
    }
    .block_vue_list{
        display: none;
    }
    .listing_article .img-fluid{
        width: 100%;
        height: 100%;
    }
    .prod_listing > article{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_listing .block_img, .prod_listing .block_info, .sidebar{
        width: 100%;
    }
    .content_page, .sidebar{
        width: 100%;
    }
    .sidebar{
        margin: 50px 0 0 0;
        padding: 0;
    }
    .contact .sidebar{
        margin: 50px 0 0 20px;
    }
    .detail .sticky_moteur{
        display: none;
    }
    .detail .container_page{
        margin-top: 100px;
    }
    .detail_header{
        margin-bottom: 30px;
    }
    .detail_calculette-notaire form > div{
        padding: 10px 0;
    }
    .detail_calculette-notaire form > div > input{
        width: 100%;
    }
    .comparateur .container.resettop .nav-link span{
        display: none;
    }
    .form-search-d{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .form-search-d > li{
        width: 100%;
        margin: 15px;
        padding: 0;
    }
    .detail .detail_taber .nav-item{
        font-family: "Ionicons";
    }
    .detail_taber .nav-item a{
        font-size: 19px;
        line-height: 35px;
        padding: 10px 25px;
    }
    .detail .vvirtuelle:before{
        display: block;
    }
    .detail_taber .descriptif-icon a:before{
        content: "\f127";
    }
    .detail_taber .detail-icon a:before{
        content: "\f130";
    }
    .detail_taber .pieces-icon a:before{
        content: "\f41d";
    }
    .detail_taber .lots-icon a:before{
        content: "\f41d";
    }
    .detail_taber .dpe-icon a:before{
        content: "\f36b";
    }
    .detail_taber .localisation-icon a:before{
        content: "\f456";
    }
    .detail_taber .calculette-icon a:before{
        content: "\f26d";
    }
    .detail_taber .notaire-icon a:before{
        content: "\f12e";
    }
    .detail_taber .visite-icon a:before{
        content: "\f256";
    }
    .detail_icone > ul >li:nth-of-type(2){
        display: none;
    }
    #listing{
        display: none !important;
    }
    .lafficheur li{
        font-size: 12px !important;
        padding: 5px !important;
    }
    .detail_calculette .d-flex > div{
        width: 100%;
    }
    .detail_calculette .mr-2{
        margin: 0 !important;
    }
    .detail_header_sticky h1{
        text-align: center;
        font-size: 12px;
        display: block;
        width: 100%;
    }
    .prod_listing .block_info-vendu{
        width: 100%;
    }
    .prod_listing .info_titre{
        width: 330px;
    }
    .index .prod_accueil, .detail .prod_accueil{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil{
        margin: 0 -10px;
    }
    .prod_accueil article{
        border: 1px solid #ddd;
        width: calc(100% - 20px);
        margin: 10px;
    }
    .appel_horaires{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .appel_horaires > li{
        width: 50%;
    }
    .lafficheur li{
        width: 19%;
    }
    .with--sidebar .sticky_menu{
        height: 100%;
    }
    .index .search-form{
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    aside.aside_contact{
        height: 420px !important;
        width: 100%;
        overflow: auto;
        top: calc(100% - 478px) !important;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    .bg_collapse{
        width: 100%;
        padding: 40px 0 0;
        min-height: 600px;
    }
    .contact .contact_formulaire, .estimation .contact_formulaire{
        width: 100%;
    }
    .search__form-item:nth-child(n+2){
        margin-right: 0;
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 1 - 4px);
    }
    #bloc_fixed{
        display: none !important;
    }
    #bloc_fixed_bottom{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .card_list{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .info_type{
        margin-top: 20px;
    }
    .tab-content .card_list li{
        font-size: 11px;
    }
    .map{
        top: 50px;
    }
    .index #map #map_biens{
        height: 460px;
        width: 100%;
    }
}

@media (max-width: 991px){
    .detail_pieces ul li{
        width: 47%;
    }
    .calendrier-loc-sais, #calendrier-loca-saisons{
        max-width: 95%;
        margin: 0 15px;
        padding: 10px;
        text-align: center;
    }
    #biens_comparatif .article_comparatif .bottom .btn-primary{
        width: 100%;
        margin-bottom: 10px;
        font-size: 15px;
    }
    .burger-item{
        color: #fff;
        top: 35px;
        left: 15px;
        background: #fff;
    }
    .burger-item::before, .burger-item::after{
        background: #fff;
        color: #fff;
    }
    body{
        padding-left: 0;
    }
    .top-site .container{
        width: 100%;
    }
    .top-site a:nth-child(2){
        margin-right: 0;
    }
    .index .header{
        position: fixed;
        z-index: 2;
        padding-top: 35px;
        background: rgba(0,0,0,.85);
        height: auto;
    }
    .index .with--sidebar .header{
        background: rgba(0,0,0,.85);
    }
    .index .with--sidebar .header, .with--sidebar .header{
        height: 100%;
    }
    .with--sidebar .site-cache{
        background-color: rgba(0,0,0,0);
    }
    .menu{
        background-color: #111;
        height: 1024px;
    }
    .menu ul{
        background: #111;
    }
    .header{
        width: 100%;
        margin-left: 0;
        height: auto;
        padding-top: 35px;
    }
    .header .site-container{
        overflow: inherit;
    }
    .header__icon:after{
        box-shadow: 0 10px 0 1px #fff,0 16px 0 1px #fff,0 22px 0 1px #fff;
    }
    .baseline{
        left: 100px;
    }
    .ancre-bottom{
        display: none;
    }
    footer{
        display: none;
    }
    .footer-mobile{
        display: block;
        width: 100%;
        position: initial;
        margin: auto;
        text-align: center;
        padding-bottom: 75px;
        background: #111;
    }
    footer .liens_left, footer .liens_right{
        width: 45%;
    }
    #formrecherchevente, #formrecherchelocation, #formrechercheneuf{
        display: none;
    }
    .modal-content #formrecherchevente, .modal-content #formrecherchelocation, .modal-content #formrechercheneuf{
        display: block;
    }
    .modal-dialog{
        max-width: 80%;
    }
    .modal-content{
        padding: 25px;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4{
        display: block;
        position: absolute;
        right: -2px;
        top: 38px;
        font-size: 22px;
        background: #a7750e;
        padding: 2px 12px;
        border-radius: 5px;
        color: #fff;
    }
    [class*="listing-"] .main-content{
        padding-top: 135px;
    }
    .block_info .info_type{
        margin-top: 20px;
    }
    .card_list{
        margin: 10px 0 20px 0;
    }
    .detail .container_page{
        padding: 80px 15px 25px 15px;
    }
    .detail .carousel-inner{
        width: 100%;
    }
    .detail_carousel_expand{
        right: 25px;
    }
    .container{
        padding-left: 0;
        padding-right: 0;
    }
    .contact .map{
        top: 140px;
        height: 380px;
    }
    .contact .contact_formulaire, .estimation .contact_formulaire{
        margin-bottom: 30px;
    }
    .top_page{
        top: 140px;
        margin-bottom: 135px;
    }
    .home_cont_presentation{
        padding: 25px 25px 50px 25px;
    }
    .recherche-detaillee .form-search-d > li{
        width: 32.5%;
        padding: 10px;
        margin: 3px;
    }
    .block_etiquette{
        padding: 9px;
        font-size: 14px;
        opacity: .8;
        width: auto;
        background: #a7750e !important;
    }
    .prod_listing .block_info{
        width: 100% !important;
        padding: 20px 10px;
    }
    .content_page{
        padding-right: 0;
    }
    .agence .content_page{
        text-align: justify;
    }
}

@media (max-width: 768px){
    .detail_pieces ul li{
        width: 100%;
    }
    .plusdecritere{
        margin-top: 0;
    }
    .modal-content{
        padding: 15px;
    }
    .page_ref .prod_listing article{
        margin: 10px;
        width: calc(50% - 20px);
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
        box-shadow: 0 1px 2px rgba(0,0,0,.3);
    }
    .carousel-fullscreen .carousel-inner .carousel-item{
        height: 40 vh;
        min-height: 600px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bgAccueil{
        background: url("../images/bgimg-mobile.jpg") no-repeat top center fixed;
        background-size: cover;
        background-size: cover;
    }
    .sidebar{
        display: none;
    }
    .listing .fiche_produit{
        margin-top: 115px;
        margin-bottom: 0px;
    }
    .contact .contact_formulaire, .estimation .contact_formulaire{
        width: 100%;
    }
    .action_bar{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .action_bar > div:nth-child(1){
        width: 100%;
        margin-bottom: 20px;
    }
    .action_bar > div:nth-child(2){
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .prod_listing > .listing_article article{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .effect-cms .over_desc{
        display: none;
    }
    .actualites-group{
        margin-right: 0px;
    }
    .detail_carousel_expand{
        bottom: 75px;
        right: 15px;
        font-size: 40px;
    }
}

@media (max-width: 576px){
    .breadcrumb-cms{
        display: none;
    }
    .detail .container_page{
        margin-top: 75px;
    }
    .detail_header, .detail_annexe{
        display: none;
    }
    .listing .fiche_produit{
        margin-top: 93px;
        margin-bottom: 15px;
    }
    .listing_article.clearfix{
        margin-top: 0px;
    }
    .action_bar > div:nth-child(2){
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .block_tri_list{
        width: 100%;
    }
    .detail_annexe_nav_contact{
        display: none;
    }
    .detail_form_contact .groupe_champs > .form-group{
        width: 100%;
        margin-bottom: 5px;
    }
    #detailinfosdetail > ul li{
        display: inline-block;
        float: none;
        width: 100%;
    }
    .detail_calculette .d-sm-flex > div, .detail_calculette-notaire .d-sm-flex > div{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #detail_qrcode{
        text-align: center;
        margin: auto;
    }
    #detail_qrcode canvas{
        width: 50%;
    }
    footer .liens_left, footer .liens_right{
        text-align: center;
    }
    .lignemoteur, .groupe_champs > .form-group{
        width: 100%;
        padding: 0 10px;
    }
    .detail_taber .nav-item a{
        padding: .5em .7em;
    }
    .lafficheur li{
        width: 31%;
    }
}

@media (max-width:468px){
    .page_ref .prod_listing article{
        margin-bottom: 20px;
        padding: 10px;
        width: 100%;
    }
}

@media (min-width: 420px){
    .bloc4{
        display: none;
    }
}

@media (max-width:420px){
    .calendrier-loc-sais, #calendrier-loca-saisons{
        max-width: 90%;
    }
    #calendrier-loca-saisons table{
        margin: auto;
        margin-bottom: 20px;
    }
    .home_cont_alertes{
        padding: 10px 10px 15px 10px;
    }
    .with--sidebar .burger-item{
        background: transparent;
        color: transparent;
        top: 55px;
    }
    .header .img-fluid{
        margin-left: -15px;
    }
    .moteur{
        top: 60px;
    }
    .modal-content form{
        display: block !important;
    }
    #formrecherchelocation, #formrecherchevente{
        display: none;
    }
    #content{
        margin-top: 25%;
    }
    .detail_carousel_expand{
        bottom: 50px;
        font-size: 30px;
    }
    #biens_comparatif .article_comparatif, #biens_similaires_comparateur article, #biens_historique article{
        min-width: 95%;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape){
    .index-logo-not-sticking, .index-logo-sticking, .logo-sticking, .logo-not-sticking, .header .img-fluid{
        width: 20%;
    }
    .moteur{
        top: 35px !important;
    }
    .search__form-item:nth-child(n+2){
        width: calc(100% / 4 - 3px) !important;
    }
    .search__form-item:last-child{
        width: 100% !important;
    }
    .cat{
        margin-bottom: 20px !important;
    }
    .card_list li{
        font-size: 12px !important;
    }
    .card_list, .card_list li{
        display: block !important;
    }
    .spin4.info_prix{
        font-size: 17px !important;
        text-align: left !important;
    }
    .info_type{
        margin-top: 0 !important;
    }
    .cont_coordonnees .address, .cont_coordonnees .address p, .cont_coordonnees .tel{
        text-align: center !important;
    }
    .listing #formrecherche, [class*="listing-"] #formrecherchevente, [class*="listing-"] #formrecherchelocation, [class*="listing-"] #formrechercheneuf, [class*="listing-"] #formrecherchevendu{
        display: none;
    }
    .modal-dialog form, .modal-dialog form, .modal-dialog form, .modal-dialog form, .modal-dialog form{
        display: block !important;
    }
    .listing #content, .listing-vente #content{
        margin-top: 0 !important;
    }
    .listing .card_list, [class*="listing-"] .card_list, .listing .card_list{
        padding-left: 20px !important;
    }
    .listing #content, [class*="listing-"] #content{
        margin-top: 75px !important;
    }
    .menu ul{
        margin: 15px !important;
    }
    .menu ul > li > a{
        padding: 0 !important;
    }
    .aside_contact .contact_contain .pres_agency, .aside_contact .contact_contain .contact_coordinates .address li{
        display: none;
    }
    .aside_contact .address{
        margin-top: 90px !important;
    }
}

@media (max-width: 420px){
    .menu{
        height: 900px;
    }
    .menu ul{
        margin: 30px 20px 0 20px !important;
    }
    .header nav ul li{
        padding: 0 0 5px 0;
        margin: 10px 0;
    }
    .h1, h1{
        font-size: 26px;
        margin-top: 15px;
    }
    .logo{
        padding: 20px 40px 10px 0;
        width: 60%;
    }
    .baseline{
        left: 30px;
    }
    .baseline h1{
        font-size: 40px;
    }
    .ancre-bottom{
        display: none;
    }
    .top-site .container{
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .top-site a{
        font-size: 13px;
    }
    .container{
        padding-left: 10px;
        padding-right: 10px;
    }
    #map_biens{
        height: 350px !important;
    }
    .home_cont_presentation{
        padding: 25px 5px 50px 5px;
    }
    .top_page{
        top: 115px;
        height: 200px;
    }
    .estimation .top_page{
        margin-bottom: 115px;
    }
    .contact .map{
        top: 115px;
    }
    .contact .contact_formulaire, .estimation .contact_formulaire{
        padding-right: 0;
    }
    .content_page{
        padding-right: 0;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4{
        top: 23px;
    }
    .listing .card_detail, [class*="listing-"] .card_detail{
        padding-left: 30px;
        margin-top: 15px;
    }
    #content{
        margin-top: 0;
    }
    .detail_header, .detail_annexe{
        display: block;
    }
    .detail .container_page{
        padding: 50px 15px 15px 15px;
    }
    .detail_header{
        margin-bottom: 5px;
    }
    .detail_header .titre{
        font-size: 21px;
    }
    .detail_carousel_expand{
        right: 15px;
        bottom: 70px;
    }
    .recherche-detaillee .form-search-d > li{
        width: 45.5%;
        padding: 0px 0 0 10px;
        margin: 5px;
    }
    .form-search-d .txt, .form-search-d .check{
        padding: 10px 0;
        font-size: 12px;
    }
    .listing #form-recherche-modal-content .search__form-item.c_surfacemin, [class*="listing-"] #form-recherche-modal-content .search__form-item.c_surfacemin, .listing #form-recherche-modal-content .search__form-item.c_prixmax, [class*="listing-"] #form-recherche-modal-content .search__form-item.c_prixmax{
        width: 100%;
    }
    .modal-dialog{
        max-width: 100%;
    }
    .modal-content{
        padding: 15px;
    }
}

@media (max-width: 320px){
    .menu{
        height: 480px;
    }
    .baseline{
        top: 30%;
    }
    .baseline h1{
        font-size: 35px;
    }
    .detail_header, .detail_annexe{
        display: block;
        margin-bottom: 10px;
    }
    .detail_header .crit{
        font-size: 16px;
    }
    .detail_carousel_expand{
        bottom: 50px;
    }
    .top_page{
        top: 105px;
        height: 150px;
    }
    .contact .map{
        top: 110px;
        height: 330px;
    }
    .card_list, .card_list li{
        display: block;
    }
    .card_list, .damier .card_list{
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .card_list li{
        padding-bottom: 10px;
    }
}


