/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Laurent G. / Label Communication
Author URI: https://www.labelcommunication.net 
Template: enfold
*/

/* GENERAL */

.btn-return-back{
position:absolute;
top: -65px;

}

.container-seo-meta-description-ghost{
    display:none;
}
.seo-meta-description-ghost-extrait {
    display: none;
}
/* delete the back on all real estate ad */
/* .flex_column.av-mwi-76229.av_one_full.avia-builder-el-2.avia-builder-el-no-sibling.first.flex_column_div > p {
    display: none;
} */
/* margin top title on all real estate ad */
/* .av-special-heading.av-l63gfl9c.av-special-heading-h1.blockquote.modern-quote.modern-centered.avia-builder-el-3.el_before_av_hr.avia-builder-el-first.av-inherit-size {
    margin-top: 15px;
} */

span.logo img {
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
h1, h2, h3 {font-weight: bold !important;}
a.avia-button {
    font-size: 20px!important;
    font-weight: bold !important;
    border-radius: 100px !important;
}
blockquote p {
    font-size: 16px;
}
strong {color: #1C3C73 !important;}
.fa-location-dot, .fa-phone {
    font-size: 25px;
    vertical-align: middle;
    float: left;
}
.info-address, .info-phone {
    display: block;
    float: left;
    margin: -2px 0 10px 20px;
}
.moontime { font-family: 'moontime-regular';color: #d9322c; }
.hr-custom .hr-inner.inner-border-av-border-fat {border-top-width: 5px;}
.midnight-blue-title, .blue-title-duck {
    color: #fff !important;
    background: #1C3D74;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.midnight-blue-title h2, .blue-title-duck h2 {text-transform: none !important;}
.blue-title-duck {background: #2E839A !important;}
.txt-pl {padding-left: 40px;}
.txt-pr {padding-right: 40px;}
.txt-pr20 {padding-right: 20px;}
.pdfprnt-top-right, .pdfprnt-bottom-right, .pdfprnt-top-bottom-right, .pdfprnt-right {display: none !important;}

/*** EN-TETE ***/
.header_bg {opacity: 1 !important;}
#header_main {padding: 15px 0 !important;}
ul#avia-menu li a span.avia-menu-text {
    font-size: 20px;
    font-weight: normal;
}
.header-scrolled .avia-menu-fx {bottom: 0px;}
.avia-menu-fx {bottom: 20px;}


/*** PAGE D'ACCUEIL ***/
.title-home {margin-top: -115px !important;}
.title-home .moontime {font-size: 100px;line-height: 62px;text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);font-family: 'Dancing Script', cursive;}
.home-promote::before {
    content: "";
    visibility: visible;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    width: 10px;
    height: 100%;
}
.home-promote .av-special-heading .av-subheading {font-weight: bold !important;}
.home-promote .av-special-heading .av-subheading, .home-promote .av-special-heading h2 {text-transform: uppercase !important;text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);}

/* FILTRE ACCUEIL */
.filter-home .tab_inner_content, .filter-home .searchandfilter {margin: 0 !important;}
.filter-home .tab_content {background: rgba(255, 255, 255, 0.8) !important;}
.filter-home .tab {
    background: #fff;
    max-width: 125px;
    text-transform: uppercase;
    line-height: 15px;
    text-align: center;
    min-height: 57px;
}
.filter-home .tab.tab_counter_0 {line-height: 30px !important;}
.filter-home .tab.active_tab {
    background: #2E839A !important;
    color: #fff !important;
}
/* FILTRE */
.sf-field-taxonomy-category_annonces-immo ul li {
    display: inline-block;
    margin-right: 25px;
    padding: 5px 10px !important;
}
.filter-home .sf-field-submit {margin: 0 auto;width: 50%;}
.filter-home input[type=submit], .search-inline input[type=submit]{
    padding: 15px 30px;
    font-weight: bold;
    font-size: 16px;
}
.search-inline .searchandfilter ul li {width: 23%;display: inline-block;margin-right: 2%;}
.search-inline .sf-item-165, .search-inline .sf-item-168 {width: 47% !important;}

.search-inline [type="checkbox"]:not(:checked),
.search-inline [type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
}
.search-inline [type="checkbox"]:not(:checked) + label,
.search-inline [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.3em;
    font-size: 1.05em;
    line-height: 1.7;
    cursor: pointer;
}

/* checkbox aspect */
.search-inline [type="checkbox"]:not(:checked) + label:before,
.search-inline [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #aaa;
    background: #FFF;
    border-radius: .2em;
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(217, 50, 44, .2);
    -webkit-transition: all .275s;
    transition: all .275s;
}

/* checked mark aspect */
.search-inline [type="checkbox"]:not(:checked) + label:after,
.search-inline [type="checkbox"]:checked + label:after {
    content: '✕';
    position: absolute;
    top: .525em;
    left: .18em;
    font-size: 1.375em;
    color: #D9322C;
    line-height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

/* checked mark aspect changes */
.search-inline [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
}

.search-inline [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}

/* Disabled checkbox */
.search-inline [type="checkbox"]:disabled:not(:checked) + label:before,
.search-inline [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e9e9e9;
}

.search-inline [type="checkbox"]:disabled:checked + label:after {
    color: #777;
}

.search-inline [type="checkbox"]:disabled + label {
    color: #aaa;
}

/* Accessibility */
.search-inline [type="checkbox"]:checked:focus + label:before,
.search-inline [type="checkbox"]:not(:checked):focus + label:before {
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(217, 50, 44, .2);
}

.search-inline .select2-container .select2-selection--single {height: 35px;padding: 2px;}
.search-inline .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('/wp-content/uploads/2022/10/nomis-arrow.png');
    background-size: contain;
    width: 15px;
    height: 8px;
    border: none;
    margin-top: -1px;
    left: 15%;
}
.search-inline .sf-range-postfix {margin-left: 5px;}


/*** BLOC ANNONCE ***/
.search-filter-results p:first-child {display: none !important;}
.grid-entry {
    margin-top: 1% !important;
    margin-right: 1%;
    width: 23% !important;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}
.grid-entry-transac {
    margin-top: 1% !important;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}
.grid-entry .avia-arrow {display: none;}
.grid-entry .grid-entry-title a:first-child {font-size: 12px; text-transform: uppercase;}
.grid-entry .grid-content {padding: 5px 10px !important;}
.liste-actus a.more-link {
    background: transparent;
    position: relative;
    color: #2E839A !important;
    width: 100% !important;
    height: 16px !important;
    text-align: right;
    font-size: 16px;
    padding: 0 !important;
    bottom: 20px !important;
    top: unset;
    right: 10px !important;
}
.liste-actus .slide-entry {
    min-height: 442px;
    margin-left: 2%;
    width: 22.5%;
    border: 1px solid #707070 !important;
}
.liste-actus .slide-content {padding: 0 10px;}
.annonce-more {
    background: #2e839a;
    width: 100%;
    color: #fff;
    font-weight: bold;
    padding: 15px 10px;
    transition: 1s;
    opacity: 0.7;
}
.annonce-more:hover {opacity: 1;}
.annonce-more .more-cat {display: block;transition: 1s;}
.annonce-more:hover .more-cat {display: none;}
.annonce-more:hover .more-link {display: block; color: #fff !important;}
.annonce-more .more-link {display: none;transition: 1s;}
.annonce-more .more-ref {
    font-size: 12px;
    position: absolute;
    bottom: 4px;
    right: 10px;
    font-style: italic;
}
.grid-entry-transac .type-tags {width: 45%;z-index: 2;font-size: 16px;}
.grid-entry-transac .avia-image-overlay-wrap::before {
    content: "";
    display: block;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.grid-entry-transac .statut-tags p {margin: 0 !important;}	
.grid-entry-transac .statut-tags {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 5px 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #1C3D74;
    z-index: 3;
}
.type-tags {
    position: absolute;
    top: 3%;
    right: 0;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    width: 60%;
    color: #FFFFFF !important;
    background: #2E839A !important;
    font-weight: bold;
}
.type-tags p {margin: 0 !important;}
.grid-entry .grid-content ul li, .grid-entry-transac .grid-content ul li {
    list-style: none;
    margin-left: 0;
    font-size: 14px;
}
.grid-entry .grid-content ul li::before, .grid-entry-transac .grid-content ul li::before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.grid-entry .grid-content .b1::before, .grid-entry-transac .grid-content .b1::before{
  background-image: url(https://www.nomis-ip.fr/wp-content/uploads/2022/09/picto-localisation-ref.png);
}
.grid-entry .grid-content .b2::before, .grid-entry-transac .grid-content .b2::before {
  background-image: url(https://www.nomis-ip.fr/wp-content/uploads/2022/09/picto-prix.png);
}
.grid-entry .grid-content .b3::before, .grid-entry-transac .grid-content .b3::before {
  background-image: url(https://www.nomis-ip.fr/wp-content/uploads/2022/09/picto-surface.png);
}
.grid-entry .grid-content .b4::before, .grid-entry-transac .grid-content .b4::before {
  background-image: url(https://www.nomis-ip.fr/wp-content/uploads/2022/09/picto-dispo.png);
}
.ads-img-cst-size {width: 495px !important;height: 230px !important;}

/* PARTENAIRES */
#partenaires .avia-logo-element-container {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    margin-top:0;
}
#partenaires .avia-logo-element-container .slide-entry {
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    float: none;
}
#partenaires .avia-logo-element-container .slide-entry img {
    padding: 15px;
    max-height: 100px;
    vertical-align: middle;
    display: inline-block;
}
#partenaires .avia-smallarrow-slider-heading {
    display: inline-block!important;
}
#partenaires .new-special-heading {
    display: none!important;
}
#partenaires .avia-slideshow-arrows.avia-slideshow-controls {
    display: inline-block!important;
    width: 100%!important;
    top: 85px!important;
    height: 55px;
}
#partenaires .avia-smallarrow-slider .avia-slideshow-arrows a {
    width: 30px!important;
    height: 55px!important;
    color: #000!important;
    font-size: 24px!important;
    line-height: 30px!important;
}
#partenaires .avia-slideshow-arrows a:before {
    background: none;
    top: 15px;
}
#partenaires .slide-entry-wrap {
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
}

/*** PAGES ***/
#titre-page .moontime {font-size: 90px;line-height: 95px;}
#titre-page .moontime p {margin: 30px 0 0 !important;font-family: 'Dancing Script', cursive;}
.before-pictitle-right:before {left: unset; right: 20px;}

/*** PAGES ACTUALITES ***/


/* PAGE ACTUALITE */
.av-share-box .inner_tooltip {
    display: inline-block;
    line-height: 20px;
}

/*** ANNONCE IMMO ***/
.annonces-immo-template-default .content {padding-bottom: 0 !important;}
/* HAUT DE PAGE */
.avia-section.av-top-annonce {
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-attachment:scroll;
}
/* TITRE DU BIEN */
#titre-page .av-mwi-76229 {
    margin-top:-150px;
    margin-bottom:0px;
}
#titre-page .av-mwi-76229 {
    padding: 0px 20px;
    background-color:#ffffff;
}
.responsive #top #wrap_all #titre-page .av-mwi-76229 {
    margin-top:-150px;
    margin-bottom:0px;
}
#titre-page .av-l63gfl9c {
    padding-bottom:10px;
    font-size:40px;
}
.av-l63js4no .av-l63k599l .av-special-heading-tag {font-size: 20px;}
#titre-page .av-l63gfl9c .av-special-heading-tag .heading-char { font-size:25px; }
#top #wrap_all #titre-page .av-l63gfl9c .av-special-heading-tag{ font-size:40px; }
#titre-page .av-l63gfl9c .av-subheading{ font-size:15px; }
#titre-page .av-l63gi8pe{
    margin-top:0px;
    margin-bottom:30px;
}
#titre-page .av-l63gi8pe .hr-inner{
    width:315px;
    border-color:#f15b61;
}
@media only screen and (min-width: 480px) and (max-width: 767px){ 
    #top #wrap_all .av-special-heading.av-l63gfl9c-7b9b31b5eeae990cf7bc7b5f9ac5cea8 .av-special-heading-tag{font-size:0.8em;}
}
@media only screen and (max-width: 479px){ 
    #top #wrap_all .av-special-heading.av-l63gfl9c-7b9b31b5eeae990cf7bc7b5f9ac5cea8 .av-special-heading-tag{font-size:0.8em;}
}
/* GALLERY */
.av-l63klobj{
    -webkit-border-radius:0px 0px 0px 0px;
    -moz-border-radius:0px 0px 0px 0px;
    border-radius:0px 0px 0px 0px;
}
.slider-gallery {
  width: 100%;
  font-size: 0;
}
.slider-gallery img {
  width: 100%;
  height: 430px;
}
.slider-gallery::after {
  content: '';
  display: inline-block;
  width: 100%;
}
.slider-gallery #lightSlider {margin-bottom: 0 !important;}
.lSSlideWrapper {
    display: block;
    margin-top: 0 !important;
    width: 100% !important;
    transform: translate3d(0px, 0px, 0px) !important;
}
.lSGallery {
  display: block;
  margin-top: 15px !important;
  width: 100% !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
.lSGallery li {margin-bottom: 5px;}
.lSGallery img {height: 110px !important;}
@media only screen and (max-width: 768px) {
    .lSSlideWrapper, .lSGallery {
        margin: 0;
        width: 98% !important;
    }
}
/* PRIX + DESCRIPTION */
.av-l63k599l{
    padding-bottom:10px;
}
.av-l63k599l .av-special-heading-tag .heading-char{
    font-size:25px;
}
.av-l63k599l .av-subheading{
    font-size:15px;
}
.av-l63kcnzr {margin-top: 30px;}
/* DPE + GES */
.av-3ivxqr2 iframe {overflow: hidden !important;}
/* CONTACTER POUR PLUS D'INFOS */
.av-3deg3{
    margin-top:0px;
    margin-bottom:0px;
}
.responsive #top #wrap_all .av-3deg3{
    margin-top:0px;
    margin-bottom:0px;
}
.av-l63ko5rw { padding-bottom:10px; }/* TITRE CONTACTER */
.av-l63ko5rw .av-special-heading-tag .heading-char { font-size:25px; }/* TITRE CONTACTER */
.av-l63ko5rw .av-subheading { font-size:15px; }/* TITRE CONTACTER */
.hr.hr-invisible.av-l6cbeqaw {height:50px;}
.av-3t28 {
    border-style:none;
    -webkit-border-radius:100px 100px 100px 100px;
    -moz-border-radius:100px 100px 100px 100px;
    border-radius:100px 100px 100px 100px;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -ms-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.av-3t28-:hover .avia_button_background {
    -webkit-border-radius:100px 100px 100px 100px;
    -moz-border-radius:100px 100px 100px 100px;
    border-radius:100px 100px 100px 100px;
}
.av-l63q1wcw {
    padding-bottom:10px;
    font-size:30px;
}
.av-l63q1wcw .av-special-heading-tag .heading-char{
    font-size:25px;
}
.av-l63q1wcw .av-special-heading-tag{
    font-size:30px;
}
.av-special-heading.av-l63q1wcw .av-subheading{
    font-size:15px;
}
@media only screen and (min-width: 480px) and (max-width: 767px){ 
    .av-l63q1wcw .av-special-heading-tag{
        font-size:0.8em;
    }
}
@media only screen and (max-width: 479px){ 
    .av-l63q1wcw .av-special-heading-tag{
        font-size:0.8em;
    }
}
.hr.av-eq0c{
    margin-top:0px;
    margin-bottom:30px;
}
.av-eq0c .hr-inner{
    width:315px;
    border-color:#f15b61;
}
.av-l6c6eidd{
    background-repeat:no-repeat;
    background-image:url(/wp-content/uploads/2022/08/immobilier-professionnel-a-nantes-nomis-ip.jpg);
    background-position:0% 50%;
    background-attachment:scroll;
}

/* BOUTTON TELECHARGEMENT */
.pdfprnt-buttons .pdfprnt-button {
    background-color: #f15b60;
    color: #fff !important;
    padding: 5px 20px;
    min-width: 139px;
    text-decoration: none;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #d03940;
    margin: 20px 0 0 0;
    line-height: 1.2em;
    position: relative;
    font-size: 16px;
    border-radius: 100px;
    font-weight: bold;
    text-align: center;
    max-width: 100%;
}

.pdfprnt-buttons .pdfprnt-button:hover {
    background-color: #d03940;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pdfprnt-buttons .pdfprnt-button .pdfprnt-button-title:before {
    content: '';
    display: inline-block;
    visibility: visible;
    vertical-align: middle;
    background: url('/wp-content/uploads/2022/11/telecharger-annonce-nomis-ip.png') no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    padding-right: 10px;
}

/*** CONTACT ***/
.infos-contacts .av_textblock_section {padding: 0 50px;}
.infos-contacts, .infos-contacts strong {color: #fff !important;}
.infos-contacts, .infos-contacts a {text-decoration: none !important;}

/* Contact Ninja Forms */
.nf-field-container {
    display: inline-block;
    width: calc(50% - 25px);
    margin: 5px 10px!important;
}
@media screen and (max-width: 599px) {
    .nf-field-container {
        width: 100%!important;
        margin:0!important;
    }
}
#nf-field-9-container,
.nf-field-container.textarea-container,
#nf-field-11-container,
.nf-field-container.recaptcha-container,
.nf-field-container.submit-container {
    width: calc(100% - 25px);
}
.nf-field-element li {
    display: inline-block;
    line-height: 16px;
}
.nf-field-element li label {
    margin-right: 5px;
}
.listcheckbox-container .nf-field-element label:after {
    left: -30px!important;
}
.checkbox-wrap .nf-field-element label.nf-checked-label:before,
.checkbox-wrap .nf-field-label label.nf-checked-label:before,
.listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
.listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
    color: #e42222!important;
}
.nf-error-msg.nf-error-invalid-email,
.nf-error-msg.nf-error-required-error {
    display: none;
}
.nf-field-label {
    margin-bottom: 0!important;
}
.nf-form-errors {
    text-align: center;
}
.nf-field-container.submit-container {
    width: calc(100% - 25px);
    text-align: center;
}
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    color:#000!important;
    border-color: #ddd;
    margin-bottom: 0;
}
.nf-field-container.submit-container input.nf-element {
    font-size: 16px;
    padding: 10px 20px;
    border: 2px solid #000;
    background:#fff;
    color:#000;
    border-radius: 4px;
    outline: none;
    -webkit-appearance: none;
}
.nf-field-container.submit-container input.nf-element:hover {
    background: #8fc362;
    transform: scale(1.1);
    color: #fff;
    border-color: #8fc362;
}
.nf-response-msg {
    border: 2px solid #000!important;
    padding: 15px 30px;
}
.nf-form-fields-required {
    font-style: italic;
    font-size: 12px;
}
span.ninja-forms-req-symbol {
    color: red!important;
    font-size: 16px!important;
}

/* INFOS CONTACT DROITE */
.info-flottant-droite {
    position: fixed;
    top: 95px;
    right: 0;
    z-index: 999;
}
.info-flottant-droite > .info-contact,
.info-flottant-droite > .info-tel {
    margin: 20px 0;
    right: -195px;
    position: relative;
    transition: all 800ms ease;
    -o-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
}
.info-flottant-droite > .info-contact:hover,
.info-flottant-droite > .info-tel:hover {
    right: 0;
}
.info-flottant-droite .info-contact a,
.info-flottant-droite .info-tel a {
    background: #F15B61;
    font-size: 22px;
    width: 260px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    border-radius: 30px 0 0 30px;
    padding: 10px 0;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
.info-flottant-droite .fa-phone-flip, .info-flottant-droite .fa-envelope {
    font-size: 30px;
    color: #fff;
    width: 50px;
    text-align: center;
    margin: 0 10px;
    vertical-align: middle;
}
@media screen and (max-width: 989px) {
    .info-flottant-droite {
        top: 120px;
    }
}

/*** PIED DE PAGE ***/
a#scroll-top-link {
    right: 10px;
    bottom: 10px;
}
#footer {
    padding: 0;
    font-size: 14px !important;
}
#footer #custom_html-2 {margin-bottom: 0;margin-top: 40px;}
#footer #custom_html-3 {margin: 0 !important;}
#footer #custom_html-3 .info-phone a strong {color: #ffffff !important;}
#footer .av_one_fifth:nth-child(2):before {display: none !important;}
#footer .av_one_fifth.first:before {display: none !important;}
#footer .av_one_fifth:before {
    content: '';
    height: 320px;
    width: 2px;
    background: #fff;
    display: inline-block;
    float: left;
    position: absolute;
    left: -30px;
    top: 35px;
    visibility: visible;
}
#socket .container {
    text-align: center;
    line-height: 16px;
}
#socket .copyright {
    float: none;
}

/*** COOKIE NOTICE ***/
#cookie-notice {
    font-size: 20px !important;
    bottom: 10%;
    left: 0 !important;
    width: 30%;
    min-width: 20% !important;
}
.cn-button {
    font-weight: bold;
    margin-top: 15px !important;
    font-size: 14px !important;
}


/*** RWD ***/
@media screen and (min-width: 1024px) {
    a[href^=tel]{
        pointer-events: none!important;  
    }
}
@media (min-width: 768px) and (max-width: 1448px) {
    .home-promote {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .home-promote .av-ldacssla-bdc120f445895e899a8dc3b5d0bef2c6 {width: 100% !important;}
}
@media (min-width: 768px) and (max-width: 1023px) {
    /*** BLOC ANNONCE ***/
    .grid-entry {width: 49% !important;}
    .sf-field-taxonomy-villes_annonces-immo .select2-container {width:160px !important;}
}
@media (min-width: 768px) and (max-width: 989px) {
    .home-promote::before {display: none !important;visibility: hidden !important;}
}

@media (min-width: 320px) and (max-width: 767px) {
    #cookie-notice {
        bottom: 30% !important;
        width: 80% !important;
        font-size: 14px !important;
    }
    /*** ACCUEIL ***/
    .title-home .moontime {font-size: 70px;}
    .search-inline .searchandfilter ul li {width: 100%;display: block;margin-right: 0;}
    .home-promote::before {display: none !important;visibility: hidden !important;}
    .home-promote {border-top: 10px solid #fff;}

    /*** BLOC ANNONCE ***/
    .grid-entry {width: 100% !important;margin-right: 0 !important;}

    /*** FOOTER ***/
    #footer .av_one_fifth:before {display: none !important;}
}
