/* ----------------------------------------------------------------------------------------------- */
/* -------------------------------------- PREMIUM LEXA ------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */


/*Import Fonts*/

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

/* ----------------------------------------------------------------------------------------------- */
/*                                             GENERAL                                             */
/* ----------------------------------------------------------------------------------------------- */
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Work Sans', sans-serif;
}
.marginauto {
    margin: auto;
}
.centre {
    text-align: center;
}
/* TOP MENU */
.top_menu {
    background: #fff;
}
.padding-15{
    padding-left: 15px;
    padding-right: 15px;
}
.top_menu nav ul li:hover {
    background: #00c2d6;
}
.top_infos a {
    color: #9e9ea4;
}
.top_infos li:hover a {
    color: #fff;
}
/* MENU (gauche) */
#sidebar-wrapper {
    background: #9e9ea4;
}
.telephone-vu {
    color: #fff;
    background-color: #21b6ce;
}
#voir-telephone-0.telephone-vu {
    color: #fff;
    background-color: #21b6ce;
    text-align: center;
}
.btn-link:hover {
    color: #21b6ce;
}
/* #affichereferencement{
    display: none;
} */
.estimation h1, .alerte-email h1, .agence h2, .contact h1, .on-vous-rappelle h1 {
    color: #111;
    font-size: 30px;
}
.cntct-btn{
    text-align: center;
}
/* ----------------------------------------------------------------------------------------------- */
/*                                    BOUTONS & TITRES                                             */
/* ----------------------------------------------------------------------------------------------- */
.btn {
    border-radius: 0;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #21b6ce;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    background: #fff;
}
.item:hover {
    background-color: #21b6ce;
}
.sidebar-nav .dropdown-menu a:hover {
    background: #3a93b5;
}
.sidebar-nav .dropdown-menu {
    background-color: #21b6ce;
}
.index .dropdown-toggle::after, .dropdown-toggle::after, .estimation .form-group .dropdown-toggle::after {
    color: #21b6ce;
}
.estimation .bootstrap-select.btn-group .dropdown-menu, .alerte-email .bootstrap-select.btn-group .dropdown-menu {
    border: 1px solid #9e9ea4;
}
.progress-bar {
    background-color: #21b6ce;
}
.btn-primary, .btn-success {
    color: #fff;
    background-color: #21b6ce;
    border-color: #21b6ce;
}
.btn-primary:hover, .btn-success:hover {
    color: #21b6ce;
    background-color: #fff;
    border-color: #21b6ce;

}
.btn-info, .btn-secondary {
    color: #21b6ce;
    background-color: #fff;
    border-color: #21b6ce;
}
.btn-info:hover, .btn-secondary:hover {
    color: #fff;
    background-color: #21b6ce;
    border-color: #21b6ce;
}
.cont_coordonnees .btn {
    color: #fff;
    background: #21b6ce;
}
.btn-md:hover{color: #21b6ce;}
.marker-glyph{width: 31px;} 
.marker-footer{width: 50px;margin-left: 30px !important;}
.breadcrumb-item.active {
    color: #21b6ce;
}
.listing-vente .sticking form, .listing-location .sticking form, .listing-neuf .sticking form, .listing-portfolio .sticking form, .listing .sticking .site-pusher form, .listing-location-saisonniere .sticking form {
    background: #21b6ce;
}
.page-link {
background-color:#21b6ce;
border: 1px solid #21b6ce;
}
.page-item.active .page-link {
    color: #21b6ce;
    border-color: #21b6ce;
}
.page-item.disabled .page-link {
    color: #fff;
    background-color:#21b6ce;
    border-color:#21b6ce;
}
.estimation h1::after, .alerte-email h1::after, .agence h2::after, .contact h1::after, .on-vous-rappelle h1::after {
    background:  #21b6ce;
}
.alerte-email .form-group .dropdown-toggle::after, .recherche-detaillee .form-group .dropdown-toggle::after, .recherche-detaillee .input-group-addon, .sidebar .intention_appel {
    color: #21b6ce;
}
.alerte-email .input-group-addon {
    color: #21b6ce;
}
.alert-danger {
    background-color:#21b6ce;
    border-color:#21b6ce;
    margin: auto;
}
.comparateur .nav-tabs .nav-link {
    border: 1px solid #21b6ce;
}
.top_link {
    z-index: 99999999;
}




/* ----------------------------------------------------------------------------------------------- */
/*                                            INDEX                                                */
/* ----------------------------------------------------------------------------------------------- */
/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
}
.carousel-indicators {
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 80vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
    background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/3.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider_home/4.jpg');
}

#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider_home/5.jpg');
}




.hm-black-light .full-bg-img, .hm-black-light .mask {
    background-color: rgba(0,0,0,0);
}
.index .moteur {
    display: block;
    padding: 20px;
    position: absolute;
    bottom: 12%;
    left: 0;
    z-index: 20;
    background-color:transparent;
}
.bootstrap-select.btn-group .dropdown-menu {
    margin-top: 0;
}
.dropdown-menu > li > a {
    padding: 3px 10px;
}
.dropdown-menu {
    padding: 0;
}
.index .moteur .container {
    background-color: transparent;
    padding: 30px 20px;
    margin-bottom: 20px;
}
.index .radio_trans  {
    display: none;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #fff;
}
.index .bgAccueil {
    height: 80vh;
}
.video-background {
    height: 80vh;
}

.header__logo {
    bottom: 0;
}
.flex-center ul {
    margin-top: -6%;
}
.cont_coordonnees div#map_contact, body.contact div.map div#map div#map_contact {
    height: 300px;
}



.titre-presentation {
    font-size: 25px;
color: #66666c;
font-weight: 500;
font-style: italic;
}
.titre-presentation::after {
        content: "";
        display: block;
        position: relative;
        background: #21b6ce;
        height: 2px;
        width: 150px;
        margin: 10px 0;
}

.index .dropdown-toggle::after {
    top: -2px;
}
.top_reseaux_sociaux{
    display: none!important;
}
figure.effect-ming figcaption::before {
    border: 2px solid #21b6ce;
}
.h2-responsive{
    text-align: center;
}
.home_cont_selection h2::after {
    background: #21b6ce;
}
.jssorb051 .i .b {
    fill: #21b6ce;
}
.cont_coordonnees h2::after {
    background: #21b6ce;
}
footer{
    background-color: #21b6ce;
}
#bloc_fixed .surcharge_favoris {
    left: 6px;
}
.grid figure figcaption {
    padding: 4em 2em;
}
.logo_footer{
    margin:35px 0; 
}
.list-ag{margin-bottom: 35px;font-weight: 600;}
.list-ag ul li{display: block;}
.home_cont_selection .h2-selection::after {
    background: #21b6ce;
}
.jssorb051{
    display: none;
}
.cont_coordonnees {
    padding-top: 0px;
}
.h2-selection {
    color: #1a1e2a;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: .5rem;
    font-family: inherit;
    line-height: 1.1;
    font-size: 2rem;
}
.h2-selection::after {
    content: "";
    display: block;
    position: relative;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
    background: #21b6ce;
}
.article_logo {
    width: 21px;
    padding-bottom: 0px;
}
.home_cont_selection .prod_accueil article, .prod_listing.damier > .listing_article article {
    width: calc(33% - 17px);
    margin: 10px;
    box-shadow: 6px 4px 5px #858484;
}
.prod_accueil .block_info {
    background: #fff;
    color:#3d3d40;
    padding: 10px 3px;
}

.prod_listing.damier .info_ville, .prod_listing.damier .prix_listing, .prod_accueil .info_ville, .prod_accueil .prix_listing {
    color: #3d3d40;
    font-weight: 500;
}
aside.aside_contact {
    background-color: #fff;
    color: #000;
}
aside .contact_coordinates, aside .aside_map, aside .contact_nameagency, aside .intention_appel {
    color: #000;
}
aside .btn-link {
    color: #000;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    background: #21b6ce;
}
.container_search  .dropdown-menu.open.show {
    border: 1px solid #21b6ce;
}
figure.effect-ming h2 {
    margin: 0 0 10px 0;
}
article .d-block.img-fluid {
    width: 100%;
}
.prod_listing.damier .prix_listing, .prod_accueil .prix_listing {
    text-align: right;
    font-size: 17px;
    line-height: 16px;
}
.prod_listing.damier .prix_listing, .prod_accueil .info_ville {
    padding: 1px;
    font-size: 16px;
}
.home_cont_selection {
    background: #fff;
    padding-bottom: 80px;
    padding-top: 50px;
}
.home_cont_selection .prod_accueil article {
    box-shadow: 6px 4px 5px #858484;
    border:1px solid rgba(0,0,0,.2);
}

.centre {
    text-align: center;
}
.flex {
    display: flex;
    justify-content: center;
}

.home_cont_presentation .logo_presentation {
    width: auto;
    margin: auto;
}


/* ----------------------------------------------------------------------------------------------- */
/*                                          PAGES LISTING                                          */
/* ----------------------------------------------------------------------------------------------- */

[class*="listing-"] .container_search, .listingloctype .container_search {
    background-color: #9e9ea4;
}
[class*="listing-"] .not-sticking .container_search, .listingloctype .not-sticking .container_search {
    background-color: transparent;
}
.listing-vendu .main-content {
    padding: 4em 0 2em 0;
}
.detail .detail_prixplus {
    top: 10px;
    text-align: center;
}
.prod_listing.damier ul.liste2,
.prod_listing.listing ul.liste2,
.prod_accueil ul.liste2, 
[class*="listing-"] .prod_listing ul.liste2,
.listing .prod_listing ul.liste2,
#biens_similaires_annonce ul.liste2,
.details-liste-header ul.liste2 {
    height: 50px;
}
.details-liste-header.head-listing ul.liste2 {
    height: auto;
}
.prod_listing.damier ul.liste2 li,
.prod_listing.listing ul.liste2 li, 
.prod_accueil ul.liste2 li, 
[class*="listing-"] .prod_listing ul.liste2 li, 
.listing .prod_listing ul.liste2 li, 
.details-liste-header ul.liste2 li{
    margin: auto;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}
.detail_biens_sim ul.liste2 li {
    font-size: 12px;

}
.prod_listing.damier .block_info,
.prod_accueil .block_info,
.detail_biens_sim .block_info {
    height: 170px;
}
.prod_listing > .listing_article article .info_ville, .prod_listing > .listing_article article .info_type {
    color: #3d3d40;
    font-weight: 500;
}
.prod_listing.damier .prix_listing, .detail_biens_sim {
    text-align: right;
    font-size: 17px;
    line-height: 16px;
    min-width: 37%;
}
.prod_listing.damier .info_ville,
.detail .detail_biens_sim .info_ville {
    padding: 1px;
    font-size: 16px;
    color:#3d3d40;
}
.prod_listing.damier .block_info {
    background: #fff;
    color:#3d3d40;
    padding: 0 3px;
}
[class*="listing-"] .prod_listing ul, .listing .prod_listing ul {
    padding: 0;
}
.prod_listing.damier ul, .prod_listing.listing ul, .prod_accueil ul, [class*="listing-"] .prod_listing ul, .listing .prod_listing ul {
    height: 35px;
}
.damier .header-item {
    padding: 8px 0;
}
.prod_listing > .listing_article article, .detail_biens_sim article {
    background: #fff;
    color: #3d3d40;
    box-shadow: 6px 4px 5px #858484;
}
.liste1 li.prix_listing {
    font-weight: 500;
}
.prod_listing.listing .hr-item {
    border-top: 1px solid rgba(0,0,0,.15);
    margin: 14px 0;
}
.prod_listing.carte ul.liste2 li {
    margin: auto;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
}
.prod_listing.carte .block_img {
    width: 40%;
}
.prod_listing.carte .block_info {
    width: 60%;
}
.prod_listing.carte .info_prix {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.prod_listing.carte .box {
    height: 0;
    padding: 0;
}
.bootstrap-select.btn-group .dropdown-menu {
    border: 1px solid #5b5b61;
}
.listing-vendu .cont_coordonnees {
    display: none;
}
.b_vendu, .b_exclusivite, .b_nouveautes, .b_nouveaute {
    background-color: #21b6ce;
}
.block_etiquette {
    text-align: center;
    width: 135px;
}
.b_exclu {
    background-color: #21b6ce;
}
.b_souscompromis, .b_offre_en_cours {
    background-color: #5b5b61;
}
.b_investisseur {
    background-color: #9e9ea4;
}
.b_ccoeur {
    background-color: #1c7eb3;
}
/* #produits200 .b_exclu,
#produits200 .b_ccoeur,
#produits200 .b_investisseur {
    display: none;
} */


.col2_info_prix .btn {
    width: 200px;
    padding: 10px;
}

.prod_listing.damier .info_prix {
    margin: 0 0 15px 0;
    line-height: 20px;
    padding: 0;
}
/* ----------------------------------------------------------------------------------------------- */
/*                                          PAGES DETAIL                                           */
/* ----------------------------------------------------------------------------------------------- */
.detail,
.detail .info_ville,
.detail .info_prix,
.detail ul.liste2,
.detail h2  {
    color: #3d3d40!important;
}
.detail .info_type::after, .detail .info_titre::after, .page_heading::after{
    background: #21b6ce;
}
.detail .lafficheur li {
    background-color:#21b6ce;
    border-color:#21b6ce;
}
.detail .lafficheur li:hover {
    background-color:#21b6ce;
    border-color:#21b6ce;
}
.detail .table-warning, .detail .table-warning > td, .detail .table-warning > th {
    background-color: rgba(0,0,0,.02);
}
.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: rgba(0,0,0,.02);
}
.page-link:focus, .page-link:hover {
    color: #fff;
    background-color:#1a1e2a;
    border-color:#21b6ce;
}
.details-liste-header  {
    margin-top: 30px;
}
.details-liste-header ul.liste2 {
    display: inline-grid;
}
.details-liste-header ul.liste2 li{
    margin: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    width: 110px;
}

.detail_calculette-notaire .table thead th {
    font-weight: 400;
    font-size: 14px;
}
/* .detail_calculette-notaire .bg-success {
    background-color: #fff!important;
    color: #5b5b61 !important;
} */
.detail .dpe-txt {
    font-size: 14px;
    margin-bottom: 15px;
}
/* .virtuelle-header {
    margin-top: 15%;
} */
.virtuelle-header .btn-primary:hover {
    color: #fff;
    background-color: #21b6ce;
    border-color: #21b6ce;
}
.virtuelle-header .btn-primary {
    color: #21b6ce;
    background-color: #fff;
    border-color: #21b6ce;
}
.detail .btn-primary i,.detail .btn-info i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
    top: -1px;
}

/* ----------------------------------------------------------------------------------------------- */
/*                                            AGENCE                                               */
/* ----------------------------------------------------------------------------------------------- */
.agence {
    color: #66666c;
}
.agence .bg-agence{
    background: url(/assets/images/bgimg-agence.png) no-repeat center center fixed;
    background-size: cover;
}
.agence svg {
    width: 80px;
    margin: 45px 0 20px 0;
}
.agence .titre-agence {
    font-size: 45px;
    margin-top: 30px;
}
.agence .titre-agence span {
    color: #21b6ce;
    font-weight: 600;
}
.agence p.justify {
    text-align: justify;
}
.agence .p-agence {
    margin-bottom: 0;
    font-size: 20px;
    text-align: left;
}
.bleu {
    color: #21b6ce;
}
.titre-agence2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.titre-agence3 {
    font-size: 40px;
    font-weight: 500;
    margin: 20px 0 0 0;
    color: #21b6ce;
}
.agence hr {
    box-sizing: content-box;
    height: 0;
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid rgb(32 181 205);
}
.agence .gris {
    background-color: #5b5b61;
    color: #fff;
    width: 70%;
    margin: 30px auto;
    font-size: 1.5rem;
    padding: 10px 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.agence .gris strong {
    font-size: 2rem;
}
.f18 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.agence .ion-android-phone-portrait {
    font-size: 26px;
    top: 2px;
}
.agence .ion-ios-email {
    font-size: 29px;
    top: 5px;
}
.agence .ion-ios-location {
    font-size: 29px;
    top: 3px;
}
/* ----------------------------------------------------------------------------------------------- */
/*                                            SERVICES                                             */
/* ----------------------------------------------------------------------------------------------- */
.services .bg-agence{
    background: url(/assets/images/bgimg-agence.png) no-repeat center center fixed;
    background-size: cover;
}
.services .cont_coordonnees { display: none;}
.services {
    color: #66666c;
}
.services .bg-bleu {
    background: #21b6ce;
    color: #fff;
    width: 45%;
    font-size: 1.5rem;
    margin: -64px 0 0 30px;
    padding: 10px 10px 10px 25px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.services .bg-bleu p  {
    margin-bottom: 0;
}
.services .bg-bleu p strong {
    font-size: 3rem;
}
.services p.justify {
    text-align: justify;
}
.titre-agence4 {
    font-size: 22px;
}






/* ----------------------------------------------------------------------------------------------- */
/*                                          RESPONSIVE                                             */
/* ----------------------------------------------------------------------------------------------- */
@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #fff;
    }
    .index .not-sticking .menu ul > li > a {
        color: #fff;
    }
    .header__logo {
        display: block;
        height: 100px;
        padding: 20px;
        bottom: 150px;
        margin-bottom: 45%;
    }
    .header__logo img {
        width: 320px;
        background: rgba(255,255,255,.8);
        border-radius: 50%;
        padding: 20px;
        border: 3px solid #00c2d6;
    }
    .baseline {
        font-weight: 500;
        font-size: 2.3rem;
        letter-spacing: 1px;
        margin: 20px 0;
        text-align: center;
        text-transform: initial;
        color: #fff;
        text-shadow: #000000c7 0.1em 0.1em 0.16em;
        line-height: 1.1;
    }

}
@media (max-width: 1280px){
    .grid figure figcaption {
        padding: 2em 0.2em;
    }
    .home_cont_selection_mobile .home_heading {
        color: #1a1e2a;
    }
}
@media (max-width: 1024px){
    .grid figure figcaption {
        padding: 1.8em 0.5em;
    }
}
@media (max-width: 991px){
    .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
        background: #00c2d6;
    }
    .home_cont_selection .prod_accueil article, .prod_listing.damier > .listing_article article {
        width: calc(49% - 17px);
        margin: 10px;
        box-shadow: 6px 4px 5px #858484;
    }
    .bouton_search a {
        background: #9e9ea4;
    }
    .bouton_search {
        background: #9e9ea4;
    }
    .header__logo img {
        width: 250px;
        background: rgba(255,255,255,.8);
        border-radius: 50%;
        padding: 20px;
        border: 3px solid #00c2d6;
    }
    .index .moteur {
        bottom: 0;
    }
    .flex-center ul {
        margin-top: -34%;
    }
    .home_cont_presentation .logo_presentation {
        width: 250px;
        margin:10px 0;
    }
    .titre-presentation::after {
        margin: 10px auto;
    }
    .prod_listing.damier ul.liste2, .prod_listing.listing ul.liste2, .prod_accueil ul.liste2, [class*="listing-"] .prod_listing ul.liste2, .listing .prod_listing ul.liste2 {
        height: 50px;
        font-size: 12px;
    }
    .details-liste-header { 
        margin-top: 0;
    }
    .details-liste-header ul.liste2 {
        display: flex;
        justify-content: center;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100% !important;
        height: 40px;
    }
    figure.effect-ming figcaption::before {
        border: 0;
        box-shadow: 0 0 0 30px rgb(255 255 255 / 0%);
    }
    figure.effect-ming figcaption::before, figure.effect-ming p {
        opacity: 1;
    }

}
@media (max-width: 834px){
    .grid figure figcaption {
        padding: 1.8em 0.7em;
    }
    .home_cont_categories .h2 {
        font-size: 1.2rem;
    }
}
@media (max-width: 768px) {
    .grid figure p {
        font-size: 8px;
    }
    .agence .logo_presentation {
        width: 250px;
    }
    .estimation h1, .alerte-email h1, .agence h2, .contact h1, .on-vous-rappelle h1 {
        color: #111;
        font-size: 20px;
    }
    .home_cont_presentation p {
        padding: 0 20px;
    }
    .site-container {
        overflow: hidden;
        background: #3d3d40;
    }
    #sidebar-wrapper {
        background:transparent;
    }
    .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
        background: #00c2d6;
    }
    .matter img{
        width: 100%;
    }
    .visite{
        width: 100%;
        height: 240px;
    }
    .tarifs{
        margin-left: 5px;
    }
    .grid figure figcaption {
        padding: 7em 1em;
    }
    .home_cont_categories .h2 {font-size: 1.5rem;}
    .prod_listing .block_info {
        width: 100%;
        padding: 0 10px;
        position: relative;
        height: 120px;
    }
    .detail .info_type {
        margin-top: 0;
    }
    .detail_biens_sim {
        display: none;
    }
}

@media (max-width: 560px){
    .grid figure figcaption {
        padding: 0em 1.5em;
        margin-top: 7%;
    }
    .cc-banner.cc-bottom {
        left: 0;
        right: 0;
        bottom: auto!important;
        top: 0!important;
        height: 100%!important;
    }
    .index .index-logo-not-sticking {
        width: 185px;
    }
    .mt-mobile { margin-top: 80px;}
    .home_cont_presentation .logo_presentation {
        width: 200px;
        margin: 10px 0;
        height: 200px;
    }
    .ma-widget-feedback {
        margin: 20px auto;
    }
    .logo-google {
        width: 150px;
    }
    .logo-pages-jaunes {
        width: 150px;
    }
    .top_page {
        height: 150px;
        margin-top: 48px;
    }
    .services .bg-bleu {
        width: 75%;
        font-size: 1.2rem;
    }
    .services .bg-bleu p strong {
        line-height: 1.2;
    }
    .cont_coordonnees .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 15px;
        padding-left: 15px;
    }
    .home_heading {
        font-size: 20px;
    }
    .home_cont_selection .prod_accueil article, .prod_listing.damier > .listing_article article {
        width: 93%;
    }
    .prod_listing.damier ul.liste2 li, .prod_listing.listing ul.liste2 li, .prod_accueil ul.liste2 li, [class*="listing-"] .prod_listing ul.liste2 li, .listing .prod_listing ul.liste2 li {
        font-size: 11px;
    }
    .prod_accueil .info_ville,
    .prod_listing.damier .info_ville {
        padding: 1px;
        font-size: 15px;
        text-align: left!important;
    }
    .prod_listing.damier ul, .prod_listing.listing ul, .prod_accueil ul, [class*="listing-"] .prod_listing ul, .listing .prod_listing ul {
        height: 40px;
    }
    .address {
        margin-bottom: 10px;
    }
    #referencement {
        padding: 35px 20px;
    }

}
/* @media (max-width: 414px){
    .grid figure figcaption {
        padding: 0em;
        margin-top: 5%;
    }
    .home_cont_categories .grid {
        margin: 0 auto;
    }
    .home_cont_categories .h2 {
        font-size: 2rem;
    }
    .index figure.effect-ming h2 {
        margin: auto;
        font-size: 22px;
    }
} */

@media (max-width: 604px){
    .grid figure figcaption {
        margin: auto;
        display: grid;
    }
    .index figure.effect-ming h2 {
        margin: auto;
        font-size: 20px;
    }
    .grid figure figcaption {
        padding: 0 0em;
    }
    figure.effect-ming p {
        padding: 0;
    }
    .info_prix {
        margin: 0;
        line-height: 20px;
        padding: 5px 0 0 0;
        font-size: 16px;
    }
    .prod_listing.listing .info_ville {
        padding-top: 6px;
        font-size: 16px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------- */
/*                                                               REF BY LOLO                                                       */
/*
               _____
              /     \
              vvvvvvv  /|__/|
                 I   /O,O   |
                 I /_____   |      /|/|
                J|/^ ^ ^ \  |    /00  |    _//|
                 |^ ^ ^ ^ |W|   |/^^\ |   /oo |
                  \m___m__|_|    \m_m_|   \mm_|

/* ------------------------------------------------------------------------------------------------------------------------------- */
.listeliens ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.listeliens ul li{
    width: calc(100% / 3);
    /* si 3 colonnes */
}

.listeliens a {
  
}

.listeliens a:hover {
text-decoration: underline;
}

.ref p, .page2ref p {
text-align:justify;
}

.ref h2, .page2ref h2 {
font-size:24px;
padding:10px 0px 15px 0px;
}

.ref h3, .page2ref h3 {
    font-size:18px;
    font-weight: 600;
    padding:10px 0px 15px 0px;
    }

.mapagederef .top_page {
background-image: url(../images/top_page/image_top.jpg);
}  

.page2ref .prod_listing.damier .block_info,
.page2ref .prod_accueil .block_info,
.page2ref .detail_biens_sim .block_info {
    min-height: 102px!important;
    height: 201px!important;
}



/* AVIS CLIENTS */


.ma-widget-feedback.ma-widget-feedback--large {
    width: 200px!important;
}

.logo-pages-jaunes {
    width: 170px;
}

.logo-google {
    width: 180px;
}


@media screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape){ 
    .index .moteur {
        display: none;
    }
    .header__logo img {
        width: 150px;
    }
    .home_cont_presentation .logo_presentation {
        width: 200px;
    }
    figure.effect-ming h2 {
        margin: 11% auto 0 auto;
    }
    .home_cont_selection .prod_accueil article, .prod_listing.damier > .listing_article article {
        width: 100%;
    }
    .home_heading {
        font-size: 20px;
    }
    .ma-widget-feedback.ma-widget-feedback--large {
        margin: 20px auto;
    }
}

@media only screen and (max-width: 414px) and (-webkit-min-device-pixel-ratio: 2) {
    .cc-window.cc-floating {
        bottom: auto!important;
        min-height: 60%!important;
    }   
    #footer-cookie p {
        font-size: 12px;
    }
    #footer-cookie h3 {
        font-size: 1rem;
    }
    .btncookie.btn {
        padding: .4rem .75rem;
        font-size: 13px;
    }
    
}


@media screen and (max-width: 824px) and (min-width: 450px) and (orientation: landscape) {
    .index .moteur {
        display: none;
    }
    .header__logo img {
        width: 200px;
    }
    .index .bgAccueil {
        height: 90vh;
    }
    .home_cont_presentation .logo_presentation {
        width: 200px;
        height: 200px;
    }
    .view .full-bg-img, .view .mask {
        left: 18px;
    }
    .sidebar-nav {
        top: 0;
    }
    .item {
        height: 45px;
    }
    .menu ul li {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .item img {
        margin-right: 16px;
        margin-left: 4px;
    }    
    .glyphicon {
        width: 25px;
    }
    .nav>li>a {
        padding: 0 10px;
    }
    .menu ul {
        margin: 50px 20px 0 0px !important;
    }
    .container, .container-fluid {
        padding-left: 80px;
    }
    .index figure.effect-ming h2 {
        margin: auto;
        font-size: 20px;
    }
    .grid figure p {
        font-size: 7px;
    }
    .prod_listing.damier .prix_listing, .prod_accueil .info_ville {
        padding: 1px;
        font-size: 14px;
    }
    .info_prix {
        margin: 0;
        line-height: 20px;
        padding: 0;
        font-size: 14px;
    }
    .prod_listing.damier ul.liste2 li, .prod_listing.listing ul.liste2 li, .prod_accueil ul.liste2 li, [class*="listing-"] .prod_listing ul.liste2 li, .listing .prod_listing ul.liste2 li, .details-liste-header ul.liste2 li {
        font-size: 11px;
    }
    [class*="listing-"] .container_search, .listingloctype .container_search {
        display: none;
    }
    [class*="listing"] .main-content,
    [class*="listing-"] .main-content {
        padding: 50px 0 2em 0;
    }
    [class*="listing"] .description,
    [class*="listing-"] .description {
        font-size: 13px;
    }
    .prod_listing.listing .info_ville {
        font-size: 15px;
    }
    .prod_listing.listing .hr-item {
        margin: 5px 0;
    }
    .box {
        height: 1px;
    }
    .prod_listing.listing .favoris {
        margin-top: 5px;
        font-size: 14px;
    }
    .detail .info_type, .detail .info_ville {
        line-height: 0;
    }
    .detail .detail_prixplus {
        top: 0;
    }
    .details-liste-header.head-listing ul.liste2 {
        margin-bottom: 0;
    }
    .virtuelle-header {
        margin-top: 0;
    }
    .detail .row {
        margin-left: 0;
    }
    .detail .info_type::after {
        margin: 20px auto 10px auto;
    }
}