/*
Theme Name: Altanéo 39
Description: Theme enfant du thème WP Made Simple de Publigo
Author: Hervé - Publigo
Author URI: https://www.publigo.fr
Template: wpms-theme 
Version: 1.0
Text Domain: theme-children
*/


@media screen and (max-width: 767px) {
    #wpadminbar { display: none; }
    html.background-fixed {
        margin-top: 0px !important;
    }
}

body {
    font-family: 'Sarabun', sans-serif;
    color: #062231;
    color: #6d7477;
    line-height: 1.4rem;
}

body.single-biens .site-header {
    z-index: 200;
}

.menu-type-visiteur,
.menu-services,
.thematic-entry .wrap {
    max-width: 1700px;
}

.page:not(.home) #content {
    padding-bottom: 0; 
    position: relative;
}

.entry-content a {
    color: #062231; text-decoration: underline;
}
.entry-content a:hover,
.entry-content a:focus {
    color: #36a9e1;
}

#masthead > .metaslider-wrap,
#masthead > .custom-header { margin-top: 0; }

h2 {
    color: #062231;
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 0.25em;
    line-height: 1;
}
h3 {
    color: #062231;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0.25em;
    line-height: 1;
}

html.js button.menu-toggle {
    display: block; float: right;
    background-color: #172230;
    color: #fff; margin: 0;
    margin-left: 5px;
    overflow: hidden;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    padding: 0px 21px;
    height: 56px;
}

html.js button.menu-toggle svg { margin-left: 0.5em; margin-right: 0; }
html.js button.menu-toggle svg,
html.js button.menu-toggle span {
    float: right; line-height: 40px;
}
html.js button.menu-toggle span { display: none; }

html.js button.menu-toggle:hover,
html.js button.menu-toggle:focus {
    background-color: #fff;
    color: #172230;
}

body:not(.home) #content {
    overflow: hidden;
    padding: 0;
}

div.logo-wrapper {
    text-align: center;
    margin-bottom: -62px;
    position: relative;
    z-index: 2;
}

#logo img {
    max-width: 180px;
}

@media screen and (min-width: 48em) {
    div.logo-wrapper { margin-bottom: 0; }
    #logo { float: none; display: inline-block; }
    #logo img { max-width: none; }
    html.js button.menu-toggle span { display: block; }
}

@media screen and (min-width: 992px) {
    div.logo-wrapper {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0; top: 0;
        height: 364px;
    }

    #logo { margin-top: 24px; }
    .home #logo { margin-top: 24px; }

    #logo img { display: block; }

}

/* .contact-direct a {
    float: left;
    display: inline-block;
    padding: 7px;
    background-color: #101826;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    text-transform: uppercase;
    margin-left: 5px;
    line-height: 38px;
    border: 2px solid transparent;
}

.contact-direct a span { display: inline-block; font-weight: 700; }

.contact-direct a span:after {
    content: ''; display: inline-block;
}

.contact-direct a.tel-etude {
    background-color: #314955;
}

.contact-direct a:hover,
.contact-direct a:focus {
    background-color: #f2f4f5;
    color: #314955;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.42);
    box-shadow: 0 0 4px rgba(0,0,0,0.42);
    border-color: #314955;
} */

.navigation-top nav {
    clear: none; float: right;
}

/* ############################################################################################## */
/* ################### Breadcrumbs  #################################################################################### */

.pre-content {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    background: #314955;
    background: -moz-linear-gradient(left, #314955 0%, #0d1322 100%);
    background: -webkit-linear-gradient(left, #314955 0%,#0d1322 100%);
    background: linear-gradient(to right, #314955 0%,#0d1322 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#314955', endColorstr='#0d1322',GradientType=1 );
    position: relative;
}

.breadcrumbs,   
.breadcrumbs a {
    color: #fff;
}

.breadcrumbs:before {
    content: '';
    display: block;
    max-width: 322px;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    height: 9px;
    background-color: #36a9e1;
    margin-bottom: 14px;
}

.breadcrumbs > span { font-style: italic; }
.breadcrumbs > span:not(.current-item):after {
    content: '/'; display: inline-block;
    margin: 0px 4px;
}

.breadcrumbs > span:first-child a {
    color: #36a9e1; font-weight: 700;
}
.breadcrumbs > span:first-child:after {
    content: '//'; color: #36a9e1;
}

.breadcrumbs > span a:hover,
.breadcrumbs > span a:focus {
    text-decoration: underline;
}

@media screen and (min-width: 992px) {
    body .metaslider-wrap { overflow: hidden; }

    body .metaslider-wrap > .metaslider {
        width: 2000px;
        position: relative;
        left: 50%;
        margin-left: -1000px !important;
    }
}


/* ############################################################################################## */
/* ################### Navigation TOP  #################################################################################### */

.main-navigation > div > ul {
    padding: 0;
}

.contact-direct { display: none; }

header .navigation-top {
    background-color: transparent;
    border: none;
    z-index: 7;
    position: fixed;
    width: 100%;
}
header .navigation-top .wrap { padding: 0 0.875em; }

.menu-menu-top-container {
    float: right;
}

#site-navigation.toggled-on #top-menu {
    padding: 0; 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#top-menu a span { display: none; }

#top-menu a {
    color: #fff;
    font-size: 39px;
    padding: 5px 0;
    background: #169a61;
    background: -moz-linear-gradient(45deg, #169a61 0%, #006ca4 65%, #022a5f 100%);
    background: -webkit-linear-gradient(45deg, #169a61 0%,#006ca4 65%,#022a5f 100%);
    background: linear-gradient(45deg, #169a61 0%,#006ca4 65%,#022a5f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#169a61', endColorstr='#022a5f',GradientType=1 );
    width: 56px; height: 56px; line-height: 1.1;
    margin: 0px 2px; text-align: center;
}

#top-menu a:hover,
#top-menu a:focus {
    background: #fff;
    color: #03719c;
}

#top-menu a[href*="facebook"] {
    background: #12296d;
    background: -moz-linear-gradient(top, #12296d 0%, #2ab6fa 100%);
    background: -webkit-linear-gradient(top, #12296d 0%,#2ab6fa 100%);
    background: linear-gradient(to bottom, #12296d 0%,#2ab6fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12296d', endColorstr='#2ab6fa',GradientType=0 );
}

#top-menu a[href*="facebook"]:hover,
#top-menu a[href*="facebook"]:focus {
    background: #fff;
    color: #1588cd;
}

#top-menu a[href*="instagram"] {
    background: #97163f;
    background: -moz-linear-gradient(top, #97163f 0%, #e40694 100%);
    background: -webkit-linear-gradient(top, #97163f 0%,#e40694 100%);
    background: linear-gradient(to bottom, #97163f 0%,#e40694 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97163f', endColorstr='#e40694',GradientType=0 );
}

#top-menu a[href*="instagram"]:hover,
#top-menu a[href*="instagram"]:focus {
    background: #fff;
    color: #e40694;
}

.main-navigation #top-menu,
.main-navigation #main-menu,
.main-navigation #top-menu li {
    border: none;
}

.dropdown-toggle {
    color: #fff;
}

@media screen and (min-width: 768px) {
    body.admin-bar header .navigation-top { top: 32px; }
    .contact-direct { display: block; }
}


/* ############################################################################################## */
/* ################### Menu principal  ############################################################################## */

div.navigation-principal {
    background-color: #172230;
    position: fixed;
    top: 0; bottom: 0;
    overflow: auto;
    left: -100%; right: 100%;
    padding-top: 74px;
    z-index: 5;
}

div.navigation-principal.toggled-on {
    left: 0%; right: 0%;
}

.main-navigation > div > ul,
.main-navigation ul ul,
div.navigation-principal > .wrap { background-color: transparent; }


div.navigation-principal ul a {
    color: #fff;
    font-weight: 200;
    font-style: italic;
    display: inline-block;
    font-size: 36px;
    padding: 0.5em 7px;
    line-height: 1;
}
div.navigation-principal ul ul {
    padding-left: 0;
    padding-top: 0.75rem;
    padding-bottom: 1.5rem;
}
div.navigation-principal ul ul a {
    color: #758294;
    font-weight: 800;
    font-size: 20px;
    padding: 2px 7px;
}

div.navigation-principal ul ul a:hover,
div.navigation-principal ul ul a:focus {
    background-color: transparent;
}


@media screen and (min-width: 768px) {

    body.admin-bar div.navigation-principal {
        padding-top: 106px;
    }

    div.navigation-principal {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }
    div.navigation-principal > .wrap {
        margin: auto; max-width: 1024px;
    }
    div.navigation-principal ul.menu {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
    div.navigation-principal ul.menu > li {
        display: list-item;
        -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
        page-break-inside: avoid; /* Firefox */
        break-inside: avoid; /* IE 10+ */
        break-inside: avoid-column;
    }
}

/* ############################################################################################## */
/* ################### Menu type visiteur - Front page  ############################################################################## */

.link-rib {
    position: relative;
    overflow: hidden;
    margin-top: 34px;
    margin-bottom: 21px;
}

.link-rib:before,
.link-rib:after {
    content: '';
    width: 0; height: 0;
    border-style: solid;
    position: absolute;
    z-index: 2;
}

.link-rib:before {
    left: 0; top: 0;
    border-width: 25px 0 25px 22px;
    border-color: transparent transparent transparent #ffffff; 
}

.link-rib:after {
    right: 0; top: 0;
    border-width: 25px 22px 25px 0;
    border-color: transparent #ffffff transparent transparent;
}

.link-rib a {
    color: #fff;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    background-color: #062231;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 2;
    line-height: 50px;
    text-transform: uppercase;
}
.link-rib a:hover,
.link-rib a:focus {
    background-color: #314955;
}

.link-rib a:before {
    content: ''; 
    display: inline-block;
    vertical-align: text-bottom;
    width: 30px; height: 30px;
    background: url(assets/images/sprite-activites.png) center -1235px no-repeat;
    margin-right: 14px;
}

@media screen and (min-width: 768px) {
    .link-rib a {
        font-size: 24px;
    }
}


/* ############################################################################################## */
/* ################### Front page  #################################################################################### */

body.home .wrap-content_home {
    background: #e6e6e4;
    padding-top: 2rem;
}

body.home .site-main .wrap-content_home article.type-page { margin-top: 0; margin-bottom: 0; }

body.home .site-main .wrap-content_home article.type-page .content-home {
    max-width: 600px;
}

body.home .wrap-content_home h1 {
    font-weight: 200;
}
body.home .wrap-content_home h1 strong {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background: url(assets/images/logo-home-title-immobilier.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 290px; height: 90px;
}

@media screen and (min-width: 768px) {
    body.home .wrap-content_home h1 { font-size: 38px; }
    body.home .wrap-content_home h1 strong { width: 580px; height: 180px; }

    body.home .wrap-content_home .wrap {
        padding-left: 60px;
    }
}

@media screen and (min-width: 992px) {
    body.home .wrap-content_home { 
        background: #e6e6e4 url(assets/images/bkg-home.jpg) center bottom no-repeat; 
    }

    body.home .wrap-content_home { padding-bottom: 114px; }
}

@media screen and (min-width: 2000px) {
    body.home .content_home { background-position: right bottom; }
}


/* ############################################################################################## */
/* ############################################################################################## */
/* ################### Front Widget vente à venir  #################################################################################### */

.before-widget-vente-header {
    text-align: center;
    margin-bottom: 7px;
}
.before-widget-vente-header:before {
    position: relative;
    bottom:-11px;
    z-index: 2;
    content: '';
    display: inline-block;
    width: 78px;
    height: 62px;
    background: #fff url(assets/images/sprite-activites.png) center -1122px no-repeat;
}
.before-widget-vente-header:after {
    display: block;
    border-top: 1px solid #bebebc;
}

.widget-vente-header {
    background: #96163e; 
    background: -moz-linear-gradient(45deg, #96163e 0%, #e50695 100%);
    background: -webkit-linear-gradient(45deg, #96163e 0%,#e50695 100%);
    background: linear-gradient(45deg, #96163e 0%,#e50695 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96163e', endColorstr='#e50695',GradientType=1 );
    padding: 34px 0 42px;
    position: relative;
}

.widget-vente-header:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: url(assets/images/texture-page-inner.png) center top repeat;
    opacity: 0.5;
}
.widget-vente-header:after {
    content: '';
    position: absolute;
    left: 50%; bottom: 0;
    margin-left: -17px;
    width: 0; height: 0;
    border-style: solid;
    border-width: 0 17px 28px 17px;
    border-color: transparent transparent #ffffff transparent;
}
.widget-vente-header .wrap {
    position: relative;
    z-index: 2;
    text-align: center;
}
.widget-vente .wrap article.page {
    padding-bottom: 0;
}

.widget-vente-header .widget-vente-title {
    font-size: 30px;
    font-weight: 100;
    font-style: italic;
    display: block;
    color: #fff;
    line-height: 0.8;
}

.widget-vente-header .widget-vente-title span {
    display: block;
    font-size: 38px;
    font-weight: 800;
}

.widget-vente-header a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    padding: 5px 14px;
    border: 1px solid transparent;
    border-radius: 3px;
    margin-top: 14px;
}

.widget-vente-header a.btn-video-encheres {
    float: left; padding-left: 7px;
}
.widget-vente-header a.btn-acces-ventes {
    float: right;  padding-right: 7px;
}

.widget-vente-header a:hover,
.widget-vente-header a:focus {
    color: #6e043c;
    background-color: rgba(255,255,255,0.8);
    border-color: #6e043c;
}

.widget-vente-header a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.widget-vente-header a.btn-video-encheres:before {
    border-radius: 100%;
    width: 40px; height: 40px;
    font-size: 38px;
    margin-left: 0;
    color: #6e043c;
}
.widget-vente-header a.btn-acces-ventes:before {
    width: 50px; height: 40px;
    background: url(assets/images/sprite-activites.png) center -1029px no-repeat;
}

.wrap-content-vente {
    color: #062231;
    line-height: 1.4;
}

.recent-vente {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}


.wrap-content-vente a.more_vente {
    font-style: italic;
    font-weight: 300;
    color: #062231;
    font-size: 18px;
    border: 8px solid #e4e8ec;
    margin-top: 10px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
}

.wrap-content-vente a.more_vente:hover,
.wrap-content-vente a.more_vente:focus {
    border-color: #062231;
    background-color: #062231;
    color: #fff;
}

body.home .recent-vente article.type-page {
    margin-top: 2rem;
}

.listing-ventes article .thumbnail,
.recent-vente article .thumbnail {
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    body.home .recent-vente article.type-page {
        margin-top: 4rem;
        margin-bottom: 3rem;
    }
    .widget-vente-header a {
        margin-top: 24px;
    }
    .recent-vente {
        max-width: none;
    }
    .listing-ventes article .thumbnail,
    .recent-vente article .thumbnail {
        float: left;
        margin-right: 2.5rem;
        max-width: 50%;
    }
}
@media screen and (min-width: 992px) {
    .widget-vente-header .widget-vente-title {
        display: inline-block;
    }
    body.home .recent-vente article.type-page {
        margin-bottom: 5rem;
    }
}
@media screen and (min-width: 1180px) {
    .widget-vente-header a {
        margin-top: 34px;
    }
    .widget-vente-header .widget-vente-title {
        font-size: 36px;
    }

    .widget-vente-header .widget-vente-title span {
        font-size: 48px;
    }
}


/* ############################################################################################## */
/* ############################################################################################## */
/* ################### Page intérieur  #################################################################################### */

body:not(.home) .page-header h1,
body.page:not(.home) .entry-header h1.entry-title,
body.single-biens .pre-title,
body.single article h1.entry-title {
    font-size: 34px; 
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    line-height: 1;
    padding: 15px 0 34px;
    position: relative;
    z-index: 2;
    margin-bottom: 0.75em;
}

@media screen and (min-width: 768px) {
    body:not(.home) .page-header h1,
    body.page:not(.home) .entry-header h1.entry-title,
    body.single-biens .pre-title,
    body.single article h1.entry-title {
        font-size: 42px;
    }
    .home .recent-biens { position: relative; padding-top: 1px; }
}
@media screen and (min-width: 992px) {
    body.page:not(.home) .entry-header h1.entry-title,
    body.single article h1.entry-title,
    body.single-biens .pre-title,
    body:not(.home) .page-header h1 {
        font-size: 48px; 
    }

    body .listing-biens-archive {
        position: relative;
    }

    .home .recent-biens:after,
    body.page:not(.home) #content:before,
    body.single #content:before,
    body .listing-biens-archive:before {
        content: ''; display: block;
        position: absolute; 
        left: 0; width: 100%;
        top: 100px; height: 190px;
        opacity: 0.5;
        background: url(assets/images/texture-page-inner.png) top center repeat;
    }

    body.page:not(.home) article .entry-content {
        position: relative; z-index: 2;
    }
    
    body .listing-biens-archive:before,
    .home .recent-biens:after {
        top: 0;
    }
}

form.wpcf7-form {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

form.wpcf7-form small {
    color: #c00;
}

form.wpcf7-form select {
    height: 2.4em;
}

/* ############################################################################################## */
/* ############################################################################################## */
/* ################### Template Enchère  #################################################################################### */

body.tpl-enchere .breadcrumbs > span:first-child a,
body.tpl-enchere .breadcrumbs > span:first-child:after {
    color: #d90070;
}

body.single-lot article {
    padding-bottom: 1.75rem;
}

body.single-lot article .entry-header {
    margin-bottom: 1.5rem;
}

body.single-lot .post-thumbnail {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

body.single-lot .entry-content { color: #062231; }

body.single-lot .entry-content h2 {
    color: #d90070;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 800;
    clear: none;
}

body.single-lot .entry-content p {
    margin-bottom: 0.75rem;
}

body.single-lot .entry-content ul {
    margin: 0;
    list-style: none;
    font-weight: 300;
    font-size: 18px;
    font-style: italic;
    padding: 1.5rem 0 0.5rem;
}

body.single-lot .entry-content ul b {
    font-weight: 800;
    text-transform: uppercase;
    font-style: normal;
}

body.single-lot .entry-content ul li {
    padding-bottom: 0.75rem;
}

body.single-lot a.btn-print {
    display: inline-block;
    font-style: italic;
    text-decoration: none;
    margin: 0.5rem 0;
}

body.single-lot a.btn-print:before {
    content: ''; display: inline-block;
    vertical-align: middle;
    width: 24px; height: 24px;
    background: url(assets/images/sprite-activites.png) center -1338px no-repeat;
    margin-right: 10px;
    opacity: 0.5;
}

body.single-lot a.btn-print,
body.single-lot .addtoany_shortcode {
    color: #989fa6; font-size: 18px;
}
body.single-lot .addtoany_shortcode svg path {
    fill:#989fa6;
}

body.single-lot .addtoany_shortcode:before {
    content: 'Partager : ';
    display: inline-block;
    font-style: italic;
}

body.single-lot a.btn-backtax {
    margin-top: 1rem;
    color: #fff;
    font-style: italic;
    font-weight: 800;
    font-size: 1.5rem;
    display: inline-block;
    line-height: 48px;
    padding: 0px 25px 4px;
    border-radius: 26px;
    background: #96163e;
    background: -moz-linear-gradient(left, #96163e 0%, #e50695 100%);
    background: -webkit-linear-gradient(left, #96163e 0%,#e50695 100%);
    background: linear-gradient(to right, #96163e 0%,#e50695 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96163e', endColorstr='#e50695',GradientType=1 );
}

body.single-lot a.btn-backtax:before {
    content: "‹"; 
    text-align: center;
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 28px;
    line-height: 14px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin-right: 14px;
    font-style: normal;
    font-weight: 400;
    padding-right: 1px;
}

body.single-lot a.btn-backtax:hover,
body.single-lot a.btn-backtax:focus {
    background: #d90070;
}

@media screen and (min-width: 768px) {
    body.single-lot article {
        padding-bottom: 3.75rem;
    }

    body.single-lot article .entry-header {
        margin-bottom: 3rem;
    }

    body.single-lot .entry-content h2 {
        padding: 1rem 0 1.5rem;
        font-size: 40px;
    }

    body.single-lot .post-thumbnail {
        float: left;
        max-width: 550px;
        width: 50%;
        margin-right: 1.75rem;
    }

    body.single-lot .post-thumbnail + .entry-content {
        margin-left: calc(50% + 1.75rem);
    }

}

/* ############################################################################################## */
/* ############################################################################################## */
/* ################### Listing ventes  #################################################################################### */

body.tax-vente.has-sidebar:not(.error404) #primary {
    float: none; width: auto;
}

.listing-ventes {
    color: #062231;
    line-height: 1.2;
}

.listing-ventes article {
    padding: 21px 0;
}

.listing-ventes article:not(:first-child) {
    border-top: 1px solid #bdc7d0;
}

.lieu_vente { margin-bottom: 2px; }
.date_vente,
.type_vente { margin-bottom: 10px; }

body.home .date_vente:before,
body.home .lieu_vente:before,
#main .listing-ventes .date_vente:before,
#main .listing-ventes .lieu_vente:before {
    color: #bf0e6b;
    font-size: 36px;
    margin-left: 0;
}
.date_vente:before { vertical-align: bottom; }
.lieu_vente:before { vertical-align: middle; }

.date_vente {
    font-weight: 800;
    font-size: 20px;
    color: #bf0e6b;
    text-transform: uppercase;
}
.lieu_vente {
    font-size: 18px;
    font-weight: 300;
}
.type_vente {
    font-weight: 800;
    font-size: 36px;
    line-height: 1;
}

.excerpt_vente {
    font-size: 24px;
    font-style: italic;
    margin: 1rem 0;
}


/* ############################################################################################## */
/* ############################################################################################## */
/* ################### Listing lots  #################################################################################### */


body.tax-vente .taxonomy-description { padding-bottom: 1.5rem; }

body.tax-vente .taxonomy-description p {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

body.tax-vente .count-lots {
    color: #d90070;
    text-align: right;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
}

.listing-lots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.listing-lots article {
    padding: 0;
    margin-bottom: 21px;
    background-color: #e4e8ec;
    max-width: 460px;
}
.listing-lots article .entry-header,
.listing-lots article .entry-summary {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.1;
}
.listing-lots article .thumbnail-news {
    margin-bottom: 7px; overflow: hidden;
}
.listing-lots article .thumbnail-news img { display: block; }

.listing-lots article .thumbnail-news img[src*="logo"] {
    opacity: 0.5; max-width: 59%;
    margin: 21px auto 0;
}

.listing-lots article:hover .thumbnail-news img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.listing-lots article:hover h2 a {
    color: #d90070;
}

.listing-lots article .entry-header h2 {
    font-size: 20px;
} 
.listing-lots article .entry-summary {
    color: #062231; font-style: italic;
}
.listing-lots article .more-link {
    height: 0;
}
.listing-lots article .more-link a {
   position: absolute; 
   left: 0; bottom: 0;
   width: 100%; height: 100%;
   opacity: 0;
}

@media screen and (min-width: 768px) {
    .listing-lots {
        margin-left: -0.5%;
        margin-right: -0.5%;
    }
    .listing-lots article {
        float: left; width: 48%; 
        margin-left: 1%; margin-right: 1%;
    }
    .listing-lots article:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (min-width: 992px) {
    .listing-lots article {
        width: 31%; 
        margin-left: 0.5%; margin-right: 0.5%;
    }
    .listing-lots article:nth-child(2n+1) {
        clear: none; 
    }
    .listing-lots article:nth-child(3n+1) {
        clear: left; 
    }
}

@media screen and (min-width: 1260px) {
    .listing-lots article {
        width: 24%; 
    }
    .listing-lots article:nth-child(3n+1) {
        clear: none; 
    }
    .listing-lots article:nth-child(4n+1) {
        clear: left; 
    }
}

/* ############################################################################################## */
/* ############################################################################################## */
/* ################### Menu thématique services  #################################################################################### */

.menu-services {
    margin: 52px auto 0; background-color: #e4e7ec;
}
.menu-services ul {
    margin: 0; padding: 0; list-style: none;
}
.menu-services ul li a {
    color: #092631; display: inline-block;
    padding: 1.25rem 1rem; font-size: 20px;
    font-weight: 300; position: relative;
}

.menu-services ul li a:hover,
.menu-services ul li a:focus {
    color: #ff4313;
}

.menu-services ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
    .menu-services ul {
        padding-right: 5rem;
    }

    .menu-services ul li:not(:first-child):before {
        content: ''; display: inline-block;
        width: 32px; height: 36px;
        background: url(assets/images/sprite-activites.png) center -832px no-repeat;
        vertical-align: middle;
        top: -5px;
        position: relative;
    }

    .menu-services ul li a {
        font-size: 30px;
        padding: 2.5rem 1rem;
    }

    .menu-services ul li a:before {
        content: ''; display: block;
        background: #e4e7ec url(assets/images/sprite-activites.png) center -715px no-repeat;
        position: absolute;
        left: 50%; top: -35px;
        margin-left: -35px;
        width: 70px; height: 70px;
        border-radius: 100%;
        text-align: center;
    }

    .menu-services ul li a:hover:before,
    .menu-services ul li a:focus:before {
        top: -42px;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background-color: #fff;
    }

}

/* ############################################################################################## */
/* ################### Menu thématique activités  #################################################################################### */

.title-thematic-menu {
    margin: auto;
    text-align: center;
    font-style: italic;
    font-size: 30px;
    font-weight: 300;
    background: #10456a;
    padding-top: 14px; padding-bottom: 21px;
}

.title-thematic-menu p {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 100;
    font-style: italic;
    color: #3ca3e6;
    margin-bottom: 1.5rem;
}

.title-thematic-menu a {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 100;
    font-style: italic;
    color: #fff;
}

.title-thematic-menu p span,
.title-thematic-menu a span {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    display: block;
}

.title-thematic-menu a:after {
    content: ''; display: block;
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
}
.title-thematic-menu a:before {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(102deg);
    -ms-transform: rotate(102deg);
    -o-transform: rotate(102deg);
    transform: rotate(102deg);
    border-radius: 100%;
}

.title-thematic-menu a:hover:before,
.title-thematic-menu a:focus:before {
    background-color: #fff;
    color: #10456a;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.52);
    box-shadow: 0 0 4px rgba(0,0,0,0.52);
    font-size: 50px !important;
}

@media screen and (min-width: 992px) {
    .title-thematic-menu {
        background: #10456a url(assets/images/bkg-contact-shortlink.png) center center no-repeat;
        padding-top: 28px; padding-bottom: 34px; position: relative;
    }
    .title-thematic-menu p { margin-bottom: 0; }
    .title-thematic-menu p,
    .title-thematic-menu a { 
        display: inline-block;
        line-height: 1;
        max-width: 48%;
        text-align: left;
    }
    .title-thematic-menu p {
        /*font-size: 48px;*/
    }
    .title-thematic-menu a {
        /*font-size: 32px;*/
        margin-left: 150px;
    }

    .title-thematic-menu a:before {
        content: ''; 
        display: inline-block;
        position: absolute;
        margin: 0 !important;
        left: 50%; margin-left: -29px !important;
        width: 70px !important;
        height: 70px;
        text-align: center;
        line-height: 60px !important;
        font-size: 60px !important;
        top: 50%; padding: 5px;
        margin-top: -29px !important;
    }

    .title-thematic-menu p span,
    .title-thematic-menu a span {
        font-size: 17px;
    }
}
@media screen and (min-width: 1240px) {
    .title-thematic-menu p {
        font-size: 56px;
    }
    .title-thematic-menu a {
        font-size: 36px;
    }
    .title-thematic-menu p span,
    .title-thematic-menu a span {
        font-size: 21px;
    }
}

/* .title-thematic-menu p { 
    margin-bottom: 0; padding: 7px 0 10px; 
}

.title-thematic-menu span {
    font-style: normal;
    font-size: 44px;
    color: #fff;
    font-weight: 800;
    display: block;
    line-height: 1.2;
}

@media screen and (min-width: 768px) {
    .title-thematic-menu span { display: inline; line-height: 1; }
} */

.thematic-entry {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    background: #1d2b39;
    background: -moz-linear-gradient(45deg, #314854 0%, #1d2b39 50%, #0d1322 100%);
    background: -webkit-linear-gradient(45deg, #314854 0%,#1d2b39 50%,#0d1322 100%);
    background: linear-gradient(45deg, #314854 0%,#1d2b39 50%,#0d1322 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#314854', endColorstr='#0d1322',GradientType=1 );
}

.thematic-entry .wrap { padding: 0; }

.thematic-entry ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.thematic-entry ul[class*="menu-"] > li {
    max-width: 242px; 
    min-width: 160px; 
    width: 14.28%;
    margin: 0;
}

.thematic-entry ul li:not(:first-child) {
    border-left: 1px solid #8b949b;
}

.thematic-entry ul a {
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 10px;
    height: 100%;
    text-align: center;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.thematic-entry ul a:before {
    content: ''; opacity: 0.25;
    display: block; margin: 14px auto 25px;
    width: 100px; height: 100px;
    background: url(assets/images/sprite-activites.png) center -500px no-repeat;
}

.thematic-entry ul li.recouvrement a:before { background-position: center 0px; }
.thematic-entry ul li.constats a:before { background-position: center -100px; }
.thematic-entry ul li.contentieux a:before { background-position: center -200px; }
.thematic-entry ul li.decisions a:before { background-position: center -300px; }
.thematic-entry ul li.actes a:before { background-position: center -400px; }
.thematic-entry ul li.conseil a:before { background-position: center -500px; }
.thematic-entry ul li.mediation a:before { background-position: center -600px; }

.thematic-entry ul a .menu-image-title {
    font-weight: 300;
}

.thematic-entry ul a:hover span.menu-image-title,
.thematic-entry ul a:focus span.menu-image-title { color: #ff6a0e; }

.thematic-entry ul a:hover:before,
.thematic-entry ul a:focus:before { opacity: 1; }


@media screen and (max-width: 479px) {
    .thematic-entry ul[class*="menu-"] > li:nth-child(2n+1) { border-left: none; }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    .thematic-entry ul[class*="menu-"] > li:nth-child(3n+1) { border-left: none; }
}

@media screen and (min-width: 640px) and (max-width: 799px) {
    .thematic-entry ul[class*="menu-"] > li:nth-child(4n+1) { border-left: none; }
}

@media screen and (min-width: 800px) and (max-width: 959px) {
    .thematic-entry ul[class*="menu-"] > li:nth-child(5n+1) { border-left: none; }
    .thematic-entry ul[class*="menu-"] > li { min-width: 160px; }
}

@media screen and (min-width: 960px) and (max-width:1159px) {
    .thematic-entry ul[class*="menu-"] > li { min-width: 134px; }
    .thematic-entry ul a { font-size: 15px; }
}

@media screen and (min-width: 1180px) {
    .thematic-entry ul a {
        font-size: 20px;
    }
}


/* ############################################################################################## */
/* ################### Menu raccourci  #################################################################################### */

.menu-raccourci ul {
    margin: 0; padding: 0; list-style: none;
}

.menu-raccourci ul li {
    max-width: 464px; 
    display: block;
    margin: auto;
}

.menu-raccourci ul li img {
    display: block; opacity: 0.8;
}

.menu-raccourci ul li a {
    display: block;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    color: #0f1625;
    position: relative;
    text-align: center;
    line-height: 1;
    overflow: hidden;
}

.menu-raccourci ul li a > span {
    top: 25%; left: 6%; width: 88%; 
    position: absolute; display: block;
    background-color: rgba(255,255,255,0.6);
    padding-top: 10%;
    padding-bottom: 10%;
}

.menu-raccourci ul li a > span span {
    display: block;
    font-weight: 300;
    font-style: italic;
    text-transform: none;
}

.menu-raccourci ul li a:hover > span,
.menu-raccourci ul li a:focus > span {
    background-color: rgba(255,255,255,1.0);
}

.menu-raccourci ul li a:hover img,
.menu-raccourci ul li a:focus img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (min-width: 30em) {
    .menu-raccourci ul li a > span {
        left: 10%; width: 80%;
        font-size: 25px;
    }
}
@media screen and (min-width: 768px) {
    .menu-raccourci ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .menu-raccourci ul li {
        width: 50%;
    }
    .menu-raccourci ul li a > span {
        font-size: 21px;
        max-width: 460px;
    }
}
@media screen and (min-width: 992px) {
    .menu-raccourci ul {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .menu-raccourci ul li {
        width: auto; max-width: none;
    }
    .menu-raccourci ul li a > span {
        top: 25%; right: 50px; left: auto;
        width: 70%; font-size: 25px;
    }
    .menu-raccourci ul li + li a > span {
        right: auto; left: 50px;
    }
}
@media screen and (min-width: 1680px) {
    .menu-raccourci ul li a > span {
        font-size: 30px;
    }
}

/* ############################################################################################## */
/* ################### Short link Footer  #################################################################################### */

.site-footer .shortlink {
    background-color: #edd;
    max-width: 100%;
    padding: 0 10px;
}

.site-footer .shortlink div[class*="col-"] {
    padding: 0; overflow: hidden;
}

.site-footer .shortlink a {
    display: block;
    padding-top: 14px;
    padding-bottom: 22px;
    font-size: 22px;
    font-weight: 800;
    font-style: italic;
    color: #fff;
    line-height: 1;
    background: #1d4ab5;
    background: -moz-linear-gradient(left, #1d4ab5 0%, #2c85d0 50%, #36a9e1 100%);
    background: -webkit-linear-gradient(left, #1d4ab5 0%,#2c85d0 50%,#36a9e1 100%);
    background: linear-gradient(to right, #1d4ab5 0%,#2c85d0 50%,#36a9e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4ab5', endColorstr='#36a9e1',GradientType=1 );
}

.site-footer .shortlink a span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
}

.site-footer .shortlink a:hover,
.site-footer .shortlink a:focus {
    color: #07488e;
}

.site-footer .shortlink a strong {
    display: block;
    font-size: 72px; 
    text-transform: uppercase;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -0.01em;
    margin-left: -0.05em;
}

@media screen and (min-width: 992px) {
    .site-footer .shortlink a strong:before,
    .site-footer .shortlink a strong:after {
        content: '';
        position: absolute;
        top: 0;
        display: inline-block;
        width: 180px; height: 132px;
        background: url(assets/images/bkg-shortlink-immo.png) center bottom no-repeat;
    }

    .site-footer .shortlink a strong:before { right: 50%; margin-right: 250px; }
    .site-footer .shortlink a strong:after { left: 50%; margin-left: 220px; }

    .site-footer .shortlink a:hover strong:before,
    .site-footer .shortlink a:focus strong:before {
        right: 0%; margin-right: -190px;
    }
    .site-footer .shortlink a:hover strong:after,
    .site-footer .shortlink a:focus strong:after {
        left: 100%;
    }
}   

/* ############################################################################################## */
/* ################### Footer  #################################################################################### */

.grecaptcha-badge {
    bottom: 54px !important;
    z-index: 100;
}

.site-footer .bottom_footer {
    background-color: #fff;
}

.site-footer .bottom_footer .wrap {
    padding-bottom: 3.5em;
    padding-top: 2em;
}
.site-footer .bottom_footer_mentions .wrap {
    padding-bottom: 3.5em;
}

.site-footer .bottom_footer .coordonnes {
    background-color: #fff;
    color: #062231;
    font-size: 22px;
    line-height: 1.2;
    padding-left: 0;
}

.site-footer .bottom_footer p.title-adresse {
    font-size: 56px; 
    font-weight: 200;
    margin-bottom: 0.75rem;
    line-height: 0.8em;
}

.site-footer .bottom_footer .tel span,
.site-footer .bottom_footer p.title-adresse {
    color: #abb4c4;
    font-style: italic;
}
.site-footer .bottom_footer .tel span {
    /*display: block; 
    font-weight: 200;
    font-size: 36px;
    line-height: 1.2;*/
}

.bottom_footer_mentions { background-color: #e4e7ec; }


.bottom_footer_mentions .mentions-navigation {
    float: left; text-align: left;
}
.bottom_footer_mentions .quicklink-navigation {
    float: right; text-align: right;
}

.bottom_footer_mentions .quicklink-navigation ul ,
.bottom_footer_mentions .mentions-navigation ul {
    margin: 0; 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}


.bottom_footer_mentions .mentions-navigation ul li {
    margin-right: 14px;
}
.bottom_footer_mentions .quicklink-navigation ul li {
    margin-left: 14px;
}

.bottom_footer_mentions .mentions-navigation ul li a {
    font-size: 1rem; color: #062231;
}
.bottom_footer_mentions .quicklink-navigation ul li a {
    font-size: 1.125rem; 
    display: inline-block;
    font-style: italic; 
    font-weight: 700;
    padding: 1px 21px 3px;
    background-color: #fff;
    border-radius: 17px;
    color: #062231;
    margin-bottom: 14px;
}
.bottom_footer_mentions .quicklink-navigation ul li a:before {
    content: ''; 
    display: inline-block;
    margin-right: 10px;
    width: 20px; height: 20px;
    vertical-align: middle;
}
.bottom_footer_mentions .quicklink-navigation ul li a span {
    vertical-align: middle;
}

.bottom_footer_mentions .quicklink-navigation ul li:first-child a:before {
    background: url(assets/images/sprite-activites.png) center -1640px no-repeat;
}
.bottom_footer_mentions .quicklink-navigation ul li:nth-child(2) a:before {
    background: url(assets/images/sprite-activites.png) center -1440px no-repeat;
}

.bottom_footer_mentions .quicklink-navigation ul li a:hover,
.bottom_footer_mentions .quicklink-navigation ul li a:focus {
    background-color: #062231; color: #fff;
}
.bottom_footer_mentions .quicklink-navigation ul li:first-child a:hover:before,
.bottom_footer_mentions .quicklink-navigation ul li:first-child a:focus:before {
    background: url(assets/images/sprite-activites.png) center -1740px no-repeat;
}
.bottom_footer_mentions .quicklink-navigation ul li:nth-child(2) a:hover:before,
.bottom_footer_mentions .quicklink-navigation ul li:nth-child(2) a:focus:before {
    background: url(assets/images/sprite-activites.png) center -1540px no-repeat;
}

@media screen and (min-width: 768px) {
    .site-footer .bottom_footer .col-sm-6 + .col-sm-6 {
        padding-left: 50px;
    }
    .bottom_footer_mentions .mentions-navigation ul,
    .bottom_footer_mentions .quicklink-navigation ul {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
    }
    .bottom_footer_mentions .quicklink-navigation ul li a {
        margin-bottom: 0;
    }
}

/* ############################################################################################## */
/* ######################## Transition ################################ */

.home .all-biens a,
.title-thematic-menu a:before,
.widget-vente-header a,
.wrap-content-vente a.more_vente,
.contact-direct a,
.menu-type-visiteur ul li a,
.link-rib a,
.site-footer .shortlink a,
.site-footer .shortlink a strong:before,
.site-footer .shortlink a strong:after,
.bottom_footer_mentions .quicklink-navigation ul li a,
.bottom_footer_mentions .quicklink-navigation ul li a:before,
.listing-lots article .thumbnail-news img,
div.navigation-principal,
.menu-services ul li a,
.menu-services ul li a:before,
.thematic-entry ul a span,
.thematic-entry ul a:before,
.menu-raccourci ul li a > span,
.menu-raccourci ul li a img {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/* ############################################################################################## */
/* ######################## Icons Fontello ################################ */

@font-face {
  font-family: 'fontello';
  src: url('assets/fonts/fontello.eot?10991087');
  src: url('assets/fonts/fontello.eot?10991087#iefix') format('embedded-opentype'),
       url('assets/fonts/fontello.woff2?10991087') format('woff2'),
       url('assets/fonts/fontello.woff?10991087') format('woff'),
       url('assets/fonts/fontello.ttf?10991087') format('truetype'),
       url('assets/fonts/fontello.svg?10991087#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?10991087#fontello') format('svg');
  }
}
*/
.title-thematic-menu a:before,
a.btn-video-encheres:before,
div.date_vente:before,
div.lieu_vente:before,
.contact-direct a span:after,
 #top-menu a:before,
 [class^="icon-"]:before,
 [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
div.date_vente:before,
.icon-calendar:before { content: '\e800'; } /* '' */
a.btn-video-encheres:before,
.icon-play-circled2:before { content: '\e801'; } /* '' */
.icon-mail:before { content: '\e802'; } /* '' */
.title-thematic-menu a:before,
.contact-direct a span:after,
.icon-phone:before { content: '\e803'; } /* '' */
.icon-menu:before { content: '\f008'; } /* '' */
div.lieu_vente:before,
.icon-location:before { content: '\f031'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
#top-menu li:first-child a:before,
.icon-euro:before { content: '\f153'; } /* '' */
#top-menu li a[href*="facebook"]:before,
.icon-facebook:before { content: '\f09a'; } /* '' */
 #top-menu a[href*="instagram"]:before,
.icon-instagram:before { content: '\f16d'; } /* '' */



/* ############################################################################################## */
/* ############################################################################################## */
pre.debug {
    display:block!important;
    position:fixed; 
    top:70px;
    bottom: 10px;
    z-index:50000;
    background:white;
    overflow:auto;
    padding:15px;
    left:170px;
    right:170px;
    color: black;
    text-align: left;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.69), 0 0 12px rgba(0,0,0,0.42);
    box-shadow: 0 0 4px rgba(0,0,0,0.69), 0 0 12px rgba(0,0,0,0.42);
}

.home .all-biens a{
    z-index: 1;
    position: relative;
}