/*
Theme Name: Noarea
Author: ORIS Systems
Template: betheme
Version: 1.6.2
*/

/* --- Layout --- */
html {
    scroll-padding-top: 140px;
}

#Wrapper {
    box-sizing: border-box;
}

/* --- ReCAPTCHA v3 badge--- */

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}

/* --- Logo mobile --- */
.top_bar_left a.phone-link {
    display: none;
}

@media screen and (max-width: 1240px) {
    .logo {
        width: auto !important;
    }

    a#logo {
        width: 154px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    a#logo img {
        display: none !important;
    }

    a#logo img.logo-main.scale-with-grid {
        display: inline-block !important;
    }

    .top_bar_left a.phone-link {
        color: #1ae5be;
        display: inline-block;
        position: absolute;
        right: 68px;
        top: 30px;
    }
    .top_bar_left a.phone-link i {
        font-size: 20px;
        transform: scale(-1, 1);
    }
}

/* --- Quartier ---*/

body.single-quartier #Content {
    padding-top: 0;
    margin-top: 90px;
}
@media screen and (max-width: 768px) {
    body.single-quartier #Content {
        margin-top: 0;
    }
}

body.single-quartier #single-point-map-wrapper {
    width: 100%;
    height: 600px;
    margin-bottom: 50px;
}

/* --- Listings --- */
.listing-wrapper {
    position: relative;
}

.listing-wrapper.display-grid .item-wrapper {
    flex-basis: 33%;
    flex-grow: 0;
}
@media screen and (max-width: 1240px) {
    .listing-wrapper.display-grid .item-wrapper {
        flex-basis: 50%;
    }
}
@media screen and (max-width: 968px) {
    .listing-wrapper.display-grid .item-wrapper {
        flex-basis: 100%;
    }
}

.items-listing ul.pagination {
    list-style-type: none;
    margin-left: 0;
}

@media screen and (min-width: 1200px) {
    .items-listing .item-links .col:first-child {
        padding-right: 0;
    }
    .items-listing .item-links .col:last-child {
        padding-left: 0;
    }
}
@media screen and (max-width: 768px) {
    .items-listing .container {
        padding: 10px !important;
    }
}
@media screen and (min-width: 500px) {
    .items-listing .item-wrapper {
        min-width: 418px;
    }
}

/* --- Listing spinner --- */
.spinner-layer {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.75);
}

.spinner-layer.active {
    display: flex;
}

.spinner-layer .loader,
.spinner-layer .loader:before,
.spinner-layer .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.spinner-layer .loader {
    color: #01246e;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.spinner-layer .loader:before,
.spinner-layer .loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.spinner-layer .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner-layer .loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/* --- Listing toolbox --- */
.listing-toolset .form-submit {
    display: none;
}

/* --- Listing modes with map --- */
body.full-width-content .the_content > .section_wrapper {
    max-width: none;
}

body.full-width-content .the_content_wrapper {
    margin-left: 0;
    margin-right: 0;
}

body.full-width-content
    .the_content_wrapper
    .elementor-section.novarea-full-width
    .elementor-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

#infowindow-content-wrapper {
    display: none;
}

#infowindow-content {
    padding-left: 13rem;
    position: relative;
    background-color: #ffffff;
    border-radius: 4px;
}

#infowindow-content .image-placeholder {
    width: 120px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#infowindow-content .libelle {
    font-family: 'Intro Bold';
    font-size: 2rem;
    color: #01246e;
}

#infowindow-content .price {
    font-family: 'Intro Bold';
    font-size: 1.8rem;
    color: #1ae5be;
}

.f4map .f4map-infoWindowContent {
    overflow-y: visible;
}

/* --- Listing in mixed mode --- */
.listing-wrapper.display-mixed .item-wrapper {
    flex-basis: 50%;
    flex-grow: 0;
    min-width: 0;
}
@media screen and (max-width: 1440px) {
    .listing-wrapper.display-mixed .item-wrapper {
        flex-basis: 100%;
        flex-grow: 1;
    }
}
@media screen and (max-width: 992px) {
    .listing-wrapper.display-mixed .item-wrapper {
        flex-basis: 50%;
        flex-grow: 0;
    }
}
@media screen and (max-width: 768px) {
    .listing-wrapper.display-mixed .item-wrapper {
        flex-basis: 100%;
        flex-grow: 1;
    }
}
@media screen and (max-width: 1665px) {
    .listing-wrapper.display-mixed .item-wrapper .libelle,
    .listing-wrapper.display-mixed .item-wrapper .price,
    .listing-wrapper.display-mixed .item-wrapper .surface,
    .listing-wrapper.display-mixed .item-wrapper .location {
        font-size: 1.5rem;
    }
    .listing-wrapper.display-mixed .item-wrapper .item-link {
        font-size: 1rem;
    }
}

.listing-wrapper.display-mixed .item-wrapper .listing-item.outlined {
    background-color: #1ae5bc21;
}
.listing-wrapper.display-mixed .map-column {
    padding-left: 0;
}
@media screen and (max-width: 400px) {
    .listing-wrapper.display-mixed .map-column {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* --- Fiches détaillées --- */

body {
    position: relative;
}

.item-detail {
    padding-top: 90px;
    background-image: url('images/bg_curve.png');
    background-repeat: no-repeat;
    background-position: 94% top;
    background-size: 564px;
}
.item-detail * {
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .item-detail {
        padding-top: 0 !important;
        background-size: 246px;
    }

    .item-detail .container {
        padding: 0 10px !important;
    }
}

@media screen and (max-width: 500px) {
    .item-detail .random-image > .col {
        padding: 0;
    }
    .item-detail .carousel > .col {
        padding: 0;
    }
    .item-detail .header-wrapper .lSSlideOuter .lSPager.lSpg > li a {
        width: 10px;
        height: 10px;
    }
    .item-detail .item-main .characteristics ul {
        column-count: 2;
    }
}

/* Quartier */
.item-detail .block-quartier #single-point-map-wrapper {
    width: 100%;
    height: 600px;
}

/* --- Correctifs thème --- */

@media screen and (max-width: 400px) {
    .section_wrapper {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

button.lg-close::after {
    opacity: 1 !important;
    font-size: 30px !important;
    line-height: 30px !important;
    color: #ffffff !important;
}

/* --- Correctifs Bootstrap --- */

.row {
    box-sizing: border-box;
}

/* --- StickySidebar stuff --- */
.sidebar {
    will-change: min-height;
}

.sidebar__inner {
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

/* --- jQuery UI Autocomplete --- */
.ui-menu {
    z-index: 9999999 !important;
    border-radius: 5px;
}

.ui-menu li div {
    padding: 2px 10px;
    border-radius: 5px;
}

/* --- Footer --- */
@media screen and (max-width: 768px) {
    footer {
        text-align: center;
    }

    footer a.logo-link img {
        float: none;
        margin: 0;
    }

    footer .column.menu-left {
        width: 50% !important;
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    footer .column.menu-right {
        float: left;
        clear: none;
        width: 50% !important;
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}

/* --- Link "votre projet" --- */
/* .project-link {
    display: block;
    width: 140px;
    height: 144px;
    position: fixed;
    z-index: 30;
    right: 0;
    bottom: 83px;
}
body.symfimmo-item-detail .project-link {
    display: none;
    right: 92px;
}
.project-link img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .project-link {
        width: 70px;
        height: 72px;
        bottom: 40px;
    }
    body.symfimmo-item-detail .project-link {
        right: 0;
    }
} */

/* --- RS Home banner --- */
.rs-interactive-columns {
    --opened-width: 100%;
}

@media screen and (max-width: 1024px) {
    .rs-interactive-columns .accordion-column {
        display: none !important;
    }
}

.rs-interactive-columns .accordion-column .trigger {
    cursor: pointer;
}

.rs-interactive-columns .left-col {
    min-width: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transition: all 1s;
    clip-path: polygon(50% 0, 50% 100%, 0 100%, 0 0) !important;
}

.rs-interactive-columns .right-col {
    width: 100% !important;
    height: 100% !important;
}

.rs-interactive-columns .left-col.opened {
    clip-path: polygon(
        var(--opened-width) 0,
        var(--opened-width) 100%,
        0 100%,
        0 0
    ) !important;
}
.rs-interactive-columns .left-col.closed {
    clip-path: polygon(
        calc(100% - var(--opened-width)) 0,
        calc(100% - var(--opened-width)) 100%,
        0 100%,
        0 0
    ) !important;
}

/* --- Landing Page --- */

body.page-template-landing-page #Header_wrapper {
    display: none !important;
}

body.page-template-landing-page #Footer {
    background: none;
}

body.page-template-landing-page #Footer .widgets_wrapper {
    display: none;
}

body.page-template-landing-page #Footer .footer_copy {
    border: none;
    background-color: #01246e;
}

body.page-template-landing-page #Footer .footer_copy .container {
    border-top: 1px solid #ffffff;
}

body.page-template-landing-page .the_content {
    min-height: 600px;
}

body.page-template-landing-page .project-link {
    display: none !important;
}

body.page-template-landing-page .landing-header {
    height: 90px;
    position: fixed !important;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    background-color: #01246e;
    box-shadow: 0px 3px 8px #001748;
    transition: all 0.25s;
}
body.page-template-landing-page .landing-header {
    top: 0px !important;
}
body.page-template-landing-page.admin-bar .landing-header {
    margin-top: 32px !important;
}
body.page-template-landing-page .landing-header.is_sticky {
    height: 60px;
}

body.page-template-landing-page .landing-header .container {
    height: 100%;
}

body.page-template-landing-page .landing-header .container > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
body.page-template-landing-page .landing-header .logo {
    height: 100%;
}
body.page-template-landing-page .landing-header a#logo {
    display: flex !important;
    padding: 0 !important;
    transition: all 0.25s !important;
}
body.page-template-landing-page .landing-header.is_sticky a#logo {
    height: 40px !important;
}

body.page-template-landing-page .landing-header .return-link-wrapper {
    float: left;
}
body.page-template-landing-page .landing-header a.return-link {
    margin-top: 16px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.25s;
}
@media screen and (max-width: 768px) {
    body.page-template-landing-page .landing-header a.return-link {
        display: none;
    }
}
body.page-template-landing-page .landing-header.is_sticky a.return-link {
    margin-top: 0px;
}

body.page-template-landing-page .landing-header .links-wrapper {
    padding-right: 15px;
    text-align: right;
}
body.page-template-landing-page .landing-header .links-wrapper a {
    display: inline-block;
    padding: 8px 15px;
    margin-left: 15px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 500px;
}
body.page-template-landing-page .landing-header .links-wrapper a span {
    text-transform: uppercase;
}
body.page-template-landing-page .landing-header .links-wrapper a i {
    color: #00ffcc;
    transform: scaleX(-100%);
}
@media screen and (max-width: 768px) {
    body.page-template-landing-page .landing-header .links-wrapper a span {
        display: none;
    }
}

body.page-template-landing-page #back_to_top {
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    overflow: visible;
}
body.page-template-landing-page #back_to_top i::before {
    width: 32px;
    height: 32px;
    line-height: 17px;
    box-sizing: border-box;
    padding: 5px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 500px;
}

/* --- Correctifs responsive --- */
@media screen and (max-width: 1240px) and (min-width: 768px) {
    #Top_bar a#logo {
        padding-top: 0 !important;
    }

    a.phone-link {
        top: 20px !important;
    }
}

.mfn-rev-slider #form-layer-wrapper {
    left: 55% !important;
}

@media screen and (max-width: 1268px) and (min-width: 1024px) {
    .mfn-rev-slider #je-cherche-txt,
    .mfn-rev-slider #je-cherche-underline {
        left: 10% !important;
    }

    .mfn-rev-slider #je-vends-txt,
    .mfn-rev-slider #je-vends-underline {
        left: 60% !important;
    }
}

/* --- Opinion System Widget --- */
.opinion-system-widget-company-rating {
    margin-top: 20px;
}

.opinion-system-widget-company-rating .star-off {
    background-image: url('images/opinion-system-stars_bg_v2.png') !important;
}

.opinion-system-widget-company-rating .star-on {
    background-image: url('images/opinion-system-stars.png') !important;
}

.opinion-system-widget-company-rating .os-rating-logo {
    display: none !important;
}

.opinion-system-widget-company-rating .os-bootstrap {
    text-align: left !important;
    background-color: transparent !important;
}
@media screen and (max-width: 768px) {
    .opinion-system-widget-company-rating .os-bootstrap {
        text-align: center !important;
    }
}

.opinion-system-widget-company-rating .os-row {
    display: inline-block !important;
    margin: 0 auto !important;
}
.opinion-system-widget-company-rating .os-row > div:first-child {
    width: auto !important;
    padding-left: 34px;
    text-align: right !important;
    position: relative;
}

/* .opinion-system-widget-company-rating .os-row > div:first-child::before {
    display: block;
    content: '';
    width: 22px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('images/opinion-system-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
} */

.opinion-system-widget-company-rating .os-row > div:nth-child(2) {
    width: auto !important;
    text-align: left !important;
}

.opinion-system-widget-company-rating .os-row > div:nth-child(2) span {
    top: 14px !important;
    font-family: 'Open Sans' !important;
    color: #0d2559 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 19px;
}
