/*
Theme Name: Primo-immo
Author: A&F Développement
Author URI: https://af-developpement.com/
Version: 1.1
*/

:root{
    --bleufonce: #08042E;
    --bleuclair:#79AFDF;
    --bleuclair2:#E7F0F7;
    --grisblanc:#F6F6F6;
    --grisblanc2:#FAFAFA;
    --shades-blanc:#FFF;
    --shades-noir: #221E20;
    --shades-noir-1: #717171;
    --shades-noir-2: #939696;
    --shades-noir-3: #D7D7D7;
    --primary-bleu: #79AFDF;
    --shades-blanc-3: #EFEFEF;
    --dark:#727272;
    --primary-noir:#020407;
    --shades-blanc-1: #FAFAFA;
    --secondary-rouge: #CD2828;
}


@font-face {
    font-family: 'Silvana';
    font-style: normal;
    font-weight: 400;
    src: url(./assets/fonts/Silvana/Silvana-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Century';
    font-style: normal;
    font-weight: 400;
    src: url(./assets/fonts/Century/CENTURY.ttf) format('truetype');
}

@font-face {
    font-family: 'Century';
    font-style: normal;
    font-weight: 700;
    src: url(./assets/fonts/Century/Century-Bold.ttf) format('truetype');
}


@font-face {
    font-family: 'Silvana';
    font-style: normal;
    font-weight: 700;
    src: url(./assets/fonts/Silvana/Silvana-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Trenda';
    font-style: normal;
    font-weight: 400;
    src: url(./assets/fonts/Trenda/Trenda-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Trenda';
    font-style: italic;
    font-weight: 400;
    src: url(./assets/fonts/Trenda/Trenda-RegularIt.otf) format('opentype');
}

@font-face {
    font-family: 'Trenda';
    font-style: normal;
    font-weight: 600;
    src: url(./assets/fonts/Trenda/Trenda-Semibold.otf) format('opentype');
}

@font-face {
    font-family: 'Trenda';
    font-style: italic;
    font-weight: 600;
    src: url(./assets/fonts/Trenda/Trenda-SemiboldIt.otf) format('opentype');
}

@font-face {
    font-family: 'Trenda';
    font-style: normal;
    font-weight: 700;
    src: url(./assets/fonts/Trenda/Trenda-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Trenda';
    font-style: italic;
    font-weight: 700;
    src: url(./assets/fonts/Trenda/Trenda-BoldIt.otf) format('opentype');
}

*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: clamp(12px, 1rem, 1.5rem);
    font-family: "GeneralSans", sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;
}

body{
    line-height: 1.5;
}

body:has(nav.active) {
    overflow: hidden;
}

body:has(dialog[open]),
body:has(#search-absolute.active){
    overflow: hidden !important;
}

body:has(nav.active){
    overflow: hidden;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.wp-post-image,
.img-responsive{
    display: block;
    height: auto;
    width: 100%;
}

.container,
.wsp-container{
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}

.desktop{
    display: none;
}


.btn,
input[type="submit"]{
    display: flex;
    padding: 8px 40px;
    justify-content: center;
    width: fit-content;
    cursor: pointer;
    background: var(--bleufonce);
    color: var(--shades-blanc);
    text-align: center;
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    border-radius: 4px;
    transition: .3s linear;
    border: 1px solid var(--bleufonce);
}

.btn:hover,
input[type="submit"]:hover{
    background: #fff;
    color: var(--bleufonce);
}

.btn.clair{
    background: var(--bleuclair);
    border-color: var(--bleuclair);
}

.btn.clair.fond-sombre:hover{
    color:#fff;
    background: transparent;
}

.btn.clair:hover{
    background: var(--shades-blanc);
    color: #000;
}

.btn.clair:hover svg path{
    fill: #000;
}

.btn.clair:hover span{
    color: #000!important;
}

.btn.transparent{
    border: 1px solid var(--bleufonce);
    background: transparent;
}

.btn.center{
    margin-left:auto ;
    margin-right:auto ;
}

.btn.light{
    background: var(--shades-blanc);
    color: var(--bleufonce);
    border: 1px solid var(--bleufonce);
}

.btn.light:hover{
    background: var(--bleufonce);
    color: var(--shades-blanc);
}

.btn.light.fond-sombre:hover{
    background: transparent;
    border-color: #fff;
    color:#fff;
}

.btn figure{
    display: flex;
    width: 16px;
}

.titre{
    color: var(--bleufonce);
    text-align: center;
    font-family: 'Century', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

.bulle{
    position: relative;
    display: inline-block;
    width:fit-content;
}

.bulle::after{
    content:"";
    position: absolute;
    right:0;
    top: 0;
    z-index: 1;
    width:34px;
    height:34px;
    border-radius: 17px;
    opacity: 0.15;
    background: var(--bleuclair);
    transform: translate(50%, -30%);
}

.titre.center{
    display: table;
    margin-left: auto;
    margin-right: auto;
}

h1.titre.bulle.not-available-title{
    margin-top: 100px;
    text-align: center;
    font-size: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.pointer{
    cursor: pointer;
}

:focus,
:active,
:focus-visible{
    border: none;
    outline: none;
}

input,
textarea,
select{
    outline: none;
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--bleufonce);
    border-radius: 4px;
    background: var(--shades-blanc);
    padding: 10px;
    width:100%;
    height: 37px;
}

select{
    border-right: 10px solid transparent !important;
}

input::placeholder{
    color: var(--shades-noir-1, #717171);
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--bleuclair)!important;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

input[type="checkbox"] {
    appearance: none;
    cursor: pointer;
    background-color: transparent;
    width: inherit;
    height: inherit;
    position: relative;
}

input[type="checkbox"]::before{
    content: url('./assets/svg/checkbox.svg');
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.7em;
    transform: translate(-50%, -50%);
}

input[type="checkbox"]:checked::after{
    content: url('./assets/svg/checkbox-checked.svg');
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.7em;
    transform: translate(-50%, -50%);
}

input[type="checkbox"]:checked + label{
    color: var(--bleuclair)!important;
    font-width: 600!important;
}

[data-toggle="tooltip"]{
    cursor: help;

}

p a{
    color: var(--bleuclair)!important;
    text-decoration: underline;
    cursor: pointer;
}

p a:hover{
    color: var(--bleufonce)!important;
    text-decoration: underline;
}

.savoir-plus{
    color: var(--bleufonce);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding: 6px 0 16px;
    transition: .3s linear;
    cursor: pointer;
}

.savoir-plus:hover{
    /*color: var(--bleuclair);*/
    text-shadow: -0.2px 0px 0px var(--bleufonce), 0.2px 0px 0px var(--bleufonce), 0 -0.2px 0px var(--bleufonce), 0 0.2px 0px var(--bleufonce);
}

.savoir-plus.white{
    color: #fff;
}

.savoir-plus.white:hover{
    color: var(--bleufonce);
}

.savoir-plus::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--bleufonce);
    transition: .3s linear;
    left: 50%;
    transform: translateX(-50%);
}

.savoir-plus:hover::after{
    /*background: var(--bleuclair);*/
    width: 68%;

}

.savoir-plus.white::after{
    background: #fff;
}

.savoir-plus.white:hover::after{
    background: var(--bleufonce);
}

.custom-tag{
    padding: 4px 10px;
    border-radius: 4px;
    background: var(--bleuclair);
    color: #fff;
    text-align: center;
    font-family: Trenda, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

a.like svg{
    transition:all 0.5s;
    animation: unlike 0.5s 1;
    cursor: pointer;
}

a.like.liked svg{
    animation:like 0.5s 1;
}

a.like.liked svg path{
    fill: var(--secondary-rouge);
    stroke: var(--secondary-rouge);
}

a.like:hover svg path{
    fill: var(--secondary-rouge);
    stroke: var(--secondary-rouge);
}

/* SLICK -------------------------------------------------------------------------------------------*/

.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}

.pagination-custom{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:15px;
}

.pagination-custom .arrow-left,
.pagination-custom .arrow-right{
    display: none !important;
    cursor: pointer;
}

.pagination-custom .arrow-left svg,
.pagination-custom .arrow-right svg{
    width:22px;
    height: 22px;
}

.pagination-custom .arrow-left{
    transform: rotate(180deg);
}

.pagination-custom .arrow-left svg path,
.pagination-custom .arrow-right svg path{
    fill:var(--shades-noir-2);
}

.pagination-custom .slick-dots{
    position: relative;
    bottom: unset;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination-custom .slick-dots li{
    margin:0;
    width:7px;
    height: 7px;
}

.pagination-custom .slick-dots li button {
    padding: 0;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: var(--shades-noir-3);
}

.slick-dots li button:before{
    color: var(--shades-blanc);
}

.pagination-custom .slick-dots li.slick-active button{
    background: var(--bleufonce);
}

.pagination-custom .slick-dots li button::before{
    content: none;
}


/* GRAVITY FORMS ------------------------------------------------------------------------------------------*/

.gform_wrapper select{
    -webkit-appearance: none!important;
    background-color: white!important;
    background-image: url('./assets/svg/arrow-down.svg')!important;
    background-position: calc(100% - 10px) center!important;
    background-repeat: no-repeat!important;
    border-right: 1px solid var(--shades-noir-3)!important;
}

.gform_wrapper input[type="checkbox"]{
    position: relative;
}

.gform_heading{
    display: none;
}

header .gform_heading{
    display: block;
}

header .gform_heading .gform_title{
    margin-bottom: 30px;
    color: var(--bleufonce);
    font-family: Century, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    position: relative;
    display: inline-block;
    width: fit-content;
}

header .gform_heading .gform_title:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    opacity: 0.15;
    background: var(--bleuclair);
    transform: translate(50%, -30%);
}

header .gform_heading .gform_required_legend{
    display: none;
}

.gform_wrapper.gravity-theme .gfield_required{
    display: none!important;
}

.ginput_container_checkbox .gfield_checkbox{
    display: flex;
    gap: 15px;
}

.ginput_container_checkbox .gfield_checkbox .gchoice{
    display: flex;
    align-items: center;
    gap: 5px;
}

.ginput_container_checkbox .gfield_checkbox .gchoice label{
    margin-bottom: 0!important;
}

.ginput_container_checkbox .gfield_checkbox .gchoice input[type="checkbox"],
.ginput_container_consent input[type="checkbox"]{
    width: 13px;
    height: 13px;
    margin: 2px;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label{
    max-width: unset!important;
}

.ginput_container_consent{
    display: flex;
    align-items: center;
    gap: 5px;
}

.gform_wrapper .gform_body .gform_fields{
    grid-row-gap: 20px!important;
}

.gform_body .gform_fields .gfield .gfield_label,
.ginput_container_checkbox .gfield_checkbox .gchoice .gform-field-label{
    color: var(--bleufonce);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large,
.gform_wrapper.gravity-theme .gfield textarea.large{
    border-radius: 4px;
    border: 1px solid var(--shades-noir-3);
    background: var(--shades-blanc);
}

.gform_body .gform_fields .gfield .ginput_container input::placeholder,
.gform_body .gform_fields .gfield .ginput_container select
{
    color: var(--shades-noir-1);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.gform_body .gform_fields .gfield .ginput_container input,
.gform_body .gform_fields .gfield .ginput_container select{
    color: var(--shades-noir);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.gform_wrapper.gravity-theme .gfield textarea.large{
    height: 74px!important;
}

.gform_body .gform_fields .gfield .ginput_container .gfield_consent_label{
    color: var(--bleufonce);
    font-family: Trenda, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    width: fit-content;
}

.gform_body .gform_fields .gfield .ginput_container_consent input{
    display: flex;
    width: 17px;
    height: 17px;
    padding: 2px;
}

.gform_wrapper.gravity-theme .gform_footer input[type="submit"]{
    line-height: unset!important;
    margin-bottom: unset!important;
}

.gform_wrapper.gravity-theme .gform_footer{
    margin: 20px 0 0 !important;
    padding: 0!important;
}

.gform_validation_errors{
    display: none;
}

div.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message{
    background: transparent;
    padding: 0;
    border: unset;
    color: var(--secondary-rouge);
    font-family: Trenda, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

div.gform_wrapper.gravity-theme .field_sublabel_above .gfield_description{
    margin-top: 5px;
    padding-bottom: 0;
}

.gform_body .gform_fields .gfield.gfield_error .ginput_container input{
    color: var(--secondary-rouge);
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{
    border-color: transparent!important;
}

/* HEADER ------------------------------------------------------------------------------------------*/

.top-header{
    position: sticky;
    top: -100%;
    transition: .5s;
    z-index: 2222;
    background-color: var(--bleufonce);
}

.top-header.scrolled{
    top: 0;
}

header{
    padding: 10px 0;
    position: relative;
    background: var(--bleufonce);
    z-index: 222;
}

header .container.mobile{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

header .container.mobile .logo figure{
    display: flex;
}

header .container.mobile .logo img,
header .container.mobile .logo svg{
    height: 39px;
    width: 81px;
}

header .container.mobile .hamburger{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 20px;
    width: 30px;
    background: none;
    margin: 4px;
}

header .container.mobile .logo,
header .container.mobile .right{
    padding: 7px;
}


header .container.mobile .hamburger .icon-bar{
    height: 2px;
    width: 100%;
    border-radius: 20px;
    background: var(--shades-blanc);
    opacity: 1;
    transition: .5s;
}


header .container.mobile .hamburger.active .icon-bar:first-child{
    transform: translate(1px,8px) rotate(-45deg);
}

header .container.mobile .hamburger.active .icon-bar:nth-child(2){
    opacity: 0;
}

header .container.mobile .hamburger.active .icon-bar:nth-child(3){
    transform: translate(1px,-10px) rotate(45deg);
}

header .container.mobile .right{
    display: flex;
    gap: 20px;
    align-items: center;
}

header .container.mobile .right .mon-compte a{
    display: flex;
}

header .container.mobile .mon-compte{
    opacity: 0;
}

header .container.mobile .mon-compte.active{
    opacity: 1;
}

header .container.mobile .mon-compte{
    z-index: 2;
    transition: .5s;
}

header .container.mobile nav{
    height: 0;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--shades-blanc);
    overflow: scroll;
    transition: .3s linear;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header .container.mobile nav.active{
    height: calc(100vh - 73px);
    padding-bottom: 53px;
}

header .container.mobile nav > div{
    padding: 0 20px;
}

header .container.mobile nav > div > ul > li{
    list-style: none;
}

header .container.mobile nav > div > ul > li > a{
    padding: 20px 0 0;
    display: block;
    color: #000;
    text-align: center;
    font-family: Trenda, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    overflow: scroll;
}

header .container.mobile nav > div:first-child > ul > li:not(:last-child) > a:after {
    content: "";
    height: 0;
    width: 8%;
    border-bottom: 1px solid var(--bleufonce);
    display: block;
    margin: 20px auto 0;
}

header .container.mobile nav > div:first-child{
    height: 100%;
    justify-content: center;
    display: flex;
    width: 100%;
    padding: 60.5px 0 0;
}

header .container.mobile nav div:first-child ul{
    width: 100%;
}

header .container.mobile nav > div:first-child > ul > li:last-child > a{
    padding-bottom: 20px;
}

header .container.mobile nav ul > li.current-menu-item > a{
    color: var(--bleuclair);
}

header .container nav ul li.menu-item-has-children > a:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background: url(./assets/svg/chevron-bas.svg);
    background-size: contain;
    width: 28px;
    height: 28px;
    transition: 1s;
}

header .container.mobile nav > div > ul > li > a.active:after{
    transform: translateY(-50%) rotate(180deg);
}


header .container.mobile nav ul li .sub-menu{
    display: none;
    width: 100%;
    padding-bottom: 15px;
    flex-direction: column;
    list-style: none;
}

header .container.mobile nav ul li .sub-menu li a{
    color: var(--shades-blanc);
    font-family: sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 15px;
    display: block;
}

header .container.mobile nav .menu-mobile-open-footer{
    padding: 0;
}

header .container.mobile nav .sous-menu-mobile {
    padding: 20px 0;
    border-top: 1px solid var(--grisblanc);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

header .container.mobile nav .sous-menu-mobile ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

header .container.mobile nav .sous-menu-mobile .switch-lang-parent ul{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

header .container.mobile nav .sous-menu-mobile .switch-lang-parent ul li a{
    color: #000;
    text-align: center;
    font-family: Trenda, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
}

header .container.mobile nav .sous-menu-mobile .switch-lang-parent ul li.current-lang a{
    text-decoration-line: underline;
}

header .container.mobile nav .sous-menu-mobile ul li{
    list-style: none;
}

header .container.mobile nav .sous-menu-mobile .menu-top-menu-mobile-container > ul > li > a{
    color: #000;
    text-align: center;
    font-family: Trenda, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

header #nav-contact-btn{
    padding: 10px 20px;
    border-top: 1px solid var(--shades-noir-3);
    display: flex;
    gap: 10px;
    overflow: unset;
}

header nav #nav-contact-btn{
    position: fixed;
    width: 100%;
    background: #fff;
    transition: .3s linear;
    bottom:0;
    transform: translateY(100%);
}

header nav.active #nav-contact-btn{
    /*position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;*/
    transform: translateY(0);
}

header #nav-contact-btn a{
    text-align: center;
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    display: flex;
    align-items: center;
    height: fit-content;
}

header #nav-contact-btn .mobile-mail-tel{
    display: flex;
    gap: 10px;
    height: fit-content;
}

header #nav-contact-btn .mobile-mail-tel a{
    padding: 6px;
    display: flex;
    height: fit-content;
}

.top-header .bandeau-informatif{
    background: var(--shades-blanc, #FFF);
    padding: 10px 20px;
}

.top-header .bandeau-informatif *{
    color: var(--bleufonce);
    text-align: center;
    font-family: Trenda, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

.top-header .bandeau-informatif a{
    color: var(--bleuclair);
    text-decoration: underline;
}

.dynamic-anchor-wrapper{
    position:fixed;
    top:50vh;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    display: none;
    align-items: stretch;
}

.dynamic-anchor-wrapper .dynamic-anchor{
    background: rgba(255, 255, 255, 0.10);
    width: 2px;
    height: 100%;
    cursor: pointer;
    min-height: 151px;
}

.dynamic-anchor-wrapper .socials{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:38px;
    gap:5px;
    justify-content: center;
}

.dynamic-anchor-wrapper .socials a{
    height:34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.dynamic-anchor-wrapper .socials a::before{
    content:'';
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    width: 13px;
    height:1px;
    left:50%;
    bottom:-5px;
    transform: translateX(-50%);
}

.dynamic-anchor-segment {
    width: 100%;
    height: 25px!important;
    /*background: rgba(255, 255, 255, 0.10);*/
    background: var(--shades-blanc-3);
    position: relative;
}

.dynamic-anchor-wrapper .dynamic-anchor{
    display: flex;
    flex-direction: column;
    gap: 3px;
    background: unset!important;
}

.dynamic-anchor-segment.active {
    background-color: var(--bleuclair); /* couleur du segment actif */
}

span.anchor-titre {
    position: absolute;
    right: 10px;
    top: 0;
    width: max-content;
    background: var(--bleuclair);
    padding: 5px;
    color: var(--shades-blanc);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: none;
}

.dynamic-anchor-wrapper .dynamic-anchor .dynamic-anchor-segment:before{
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 1;
    width: 10px;
    height: 100%;
    background: transparent;
    display: block;
}

.dynamic-anchor-wrapper .dynamic-anchor .dynamic-anchor-segment:hover span.anchor-titre,
.dynamic-anchor-wrapper .dynamic-anchor .dynamic-anchor-segment span.anchor-titre:hover
{
    display: block;
}

/* FIL ARIANE ------------------------------------------------------------------------------------------*/


.fil-ariane .content{
    padding: 20px 0;
    white-space: nowrap;
}

.fil-ariane .content > span{
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.fil-ariane .content > span span {
    display: inline-block;
}

.fil-ariane .content > span span > a{
    color: var(--shades-noir-1);
    font-family: Trenda, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    display: flex;
}

.fil-ariane .content > span span.breadcrumb_last {
    color: var(--bleufonce);
    font-family: Trenda, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* HAMBURGER ------------------------------------------------------------------------------------------*/





/* NAV ------------------------------------------------------------------------------------------*/


/* CUSTOM SEARCH FORM ------------------------------------------------------------------------------------------*/


/* CARTES BIEN ------------------------------------------------------------------------------------------*/

.carte-bien{
    margin-bottom: 30px;
}

.carte-bien figure.slider-photo{
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    position: relative;
}

.carte-bien figure.slider-photo .prev-click,
.carte-bien figure.slider-photo .next-click{
    content:'';
    position: absolute;
    width: 15%;
    height: 100%;
    top:0;
    z-index: 9;
    cursor: pointer;
    display: none;
}

.carte-bien figure.slider-photo .prev-click{
    left:0;
}

.carte-bien figure.slider-photo .next-click{
    right:0;
}

.carte-bien figure.slider-photo img{
    aspect-ratio: 350 / 190;
    object-fit: cover;
    position: relative;
}

.carte-bien figure.slider-photo div.no-picture{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 190px;
    background: var(--shades-blanc-3);
}

.carte-bien figure .tag{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    border-radius: 4px;
    background: var(--bleufonce);
    color: #fff;
    text-align: center;
    font-family: Trenda, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

.carte-bien .content{
    padding: 15px 10px 20px 10px;
    background-color: var(--grisblanc);
    border-radius: 0 0 4px 4px;
}

.carte-bien .content .top-content > a:not(.btn){
    width: 100%;
}

.carte-bien .content h3{
    color: var(--bleufonce);
    /* Texte/Normal/Regular */
    font-family: 'Century', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
    width: 100%;
}

.carte-bien .content .top-content{
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
    border-bottom: .5px solid var(--shades-noir-3);
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.carte-bien .content .reference-bien.mobile-ref{
    margin-top: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.carte-bien .content .reference-bien.desktop-ref{
    display: none
}

.carte-bien .content .loc-prix{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.carte-bien .content a.btn{
    margin-top: 10px;
}

.carte-bien .content{
    position: relative;
}

.carte-bien .content .bottom-content .ref-bien{
    max-width: 100%;
}

.carte-bien .content .localisation,
.carte-bien .content .localisation a,
.carte-bien .content .ref-bien{
    color: var(--shades-noir-2);
    display: flex;
    gap: 5px;
    font-family: Trenda;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    align-items: center;
    max-width: 50%;
}

.carte-bien .content .localisation{
    display: flex;
    gap: 5px;
}

.carte-bien .content .localisation figure{
    display: flex;
}

.carte-bien .content .localisation figure svg{
    width: 13px;
    height: 13px;
}

.carte-bien .content .localisation figure svg path{
    fill: #939696;
}

.carte-bien .content .prix{
    color: var(--primary-bleu);
    /* Texte/Small/Semi bold */
    font-family: Trenda;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.17px;
}

.carte-bien .bottom-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carte-bien .bottom-content .infos{
    display: flex;
    align-content: center;
    gap: 20px;
}

.carte-bien .bottom-content .infos div{
    display: flex;
    align-items: center;
    gap: 5px;
}

.carte-bien .bottom-content .infos div figure{
    display: inherit;
}

.carte-bien .bottom-content .actions{
    display: flex;
    align-content: center;
    gap:10px;
}

.carte-bien .bottom-content .actions .share svg{
    cursor: pointer;
}

.carte-bien .bottom-content .actions svg{
    width: 19px;
    height: 19px;
}

.carte-bien .bottom-content .infos figure svg{
    width: 18px;
}

.carte-bien .bottom-content .infos figure svg path{
    stroke: var(--shades-noir-2);
}

.carte-bien .bottom-content .infos div span{
    color: var(--shades-noir-2);
    font-family: Trenda;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

.carte-bien .slick-dots li{
    margin: 0;
    width: 7px;
}

.carte-bien .slick-dots li button{
    width: 7px;
}

.carte-bien .slick-dots li button:before{
    opacity: 1;
    width: 7px;
    font-size: 7px;
}

.carte-bien .slick-dots li.slick-active button:before{
    color: #000;
}

.carte-bien .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: .5s;
}

.carte-bien .slick-dotted.slick-slider{
    margin-bottom: 0;
}

.carte-bien .slick-prev,
.carte-bien .slick-next{
    background: none;
    padding: 0;
    opacity: 0;
    transition: .5s;
}

.carte-bien:hover .slick-prev,
.carte-bien:hover .slick-next{
    opacity: 1;
    z-index: 1;
}

.carte-bien .slick-next{
    right: calc(15px);
}

.carte-bien .slick-prev{
    left: 15px;
    transform: rotate(180deg);
}

.carte-bien .slick-prev:before,
.carte-bien .slick-next:before{
    content: url(assets/svg/chevron-right-black.svg);
    width: 26px;
    height: 26px;
}

/* ------------ */

div.content-popup-marker > .carte-bien{
    display: flex;
    position: relative;
}

div.content-popup-marker > .carte-bien .slider-photo{
    width: 46%;
}

div.content-popup-marker > .carte-bien figure.slider-photo{
    transition: .5s;
    border-radius: 4px 0 0 4px;
}

div.content-popup-marker > .carte-bien figure.slider-photo .prev-click,
div.content-popup-marker > .carte-bien figure.slider-photo .next-click{
    display: block;
}

div.content-popup-marker > .carte-bien figure.slider-photo img{
    aspect-ratio: 161 / 176;
    width: 100%;
    min-width: 100px;
}

div.content-popup-marker > .carte-bien figure.slider-photo div.no-picture{
    height: 176px;
}

div.content-popup-marker > .carte-bien figure .tag{
    top: 15px;
    left: 15px;
    padding: 4px 15px;
}

div.content-popup-marker > .carte-bien .content{
    transition: .5s;
    width: 54%;
    padding: 10px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 10;
}

div.content-popup-marker > .carte-bien .content .reference-bien{
    bottom: 80px;
    top: unset;
    right: unset;
}

div.content-popup-marker > .carte-bien .content .reference-bien.mobile-ref{
    display: none;
}

div.content-popup-marker > .carte-bien .content .reference-bien.desktop-ref{
    display: block;
    margin: unset;
    text-align: end;
    font-size: 12px;
    width: 100%;
}

div.content-popup-marker > .carte-bien .content .reference-bien.desktop-ref .ref-bien{
    display: contents;
}

div.content-popup-marker > .carte-bien .content a.btn{
    padding: 5px 20px;
    font-size: 11px;
    margin-top: unset;
}

div.content-popup-marker > .carte-bien .content .loc-prix{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}

div.content-popup-marker > .carte-bien .content:hover a.btn{
    opacity: 1;
}

div.content-popup-marker > .carte-bien .content{
    position: absolute;
}

div.content-popup-marker > .carte-bien .content .top-content{
    justify-content: end;
    margin-top: 18px;
    height: calc(100% - 42px);
    align-content: center;
}

div.content-popup-marker > .carte-bien .content .prix{
    text-align: end;
    font-size: 14px;
}

div.content-popup-marker > .carte-bien .content h3{
    margin-bottom: 5px;
}

div.content-popup-marker > .carte-bien .content .top-content .localisation{
    margin-bottom: 5px;

}

div.content-popup-marker > .carte-bien .content .bottom-content .actions{
    position: absolute;
    left: 10px;
    top: 5px;
    right: unset;
}

div.content-popup-marker > .carte-bien figure.slider-photo .next-click{
    width:25%;
}

div.content-popup-marker > .carte-bien:hover .slick-dots{
    transition: .5s;
}

div.content-popup-marker > .carte-bien .content .localisation,
div.content-popup-marker > .carte-bien .content .localisation a,
div.content-popup-marker > .carte-bien .content .ref-bien{
    max-width: unset;
}

.leaflet-popup-content{
    margin: auto;
    width: 100%!important;
    max-width: calc(100vw - 40px)!important;
}

.leaflet-popup-content .carte-bien{
    margin-bottom: 20px;
}

.leaflet-popup-content-wrapper{
    padding: 0;
}

.leaflet-container a.leaflet-popup-close-button{
    width: 19px;
    height: 19px;
    background-color: var(--bleufonce);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    top: 5px;
    padding-bottom: 3px;
    right: 10px;
    color: white;
    z-index: 999;
}

.leaflet-container a.leaflet-popup-close-button span{
    display: flex;
    align-items: center;
}

.leaflet-top.leaflet-left {
    display: none;
}

.leaflet-container a{
    color: #FFF;
}

.leaflet-popup-tip-container{
    display: none;
}

.leaflet-fade-anim .leaflet-popup {
    top: 20vh;
}

.custom-search-form{
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    background: rgba(0, 0, 0, 0.50);
    max-width: 703px;
    z-index: 1;
}

.custom-search-form .tabs{
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    justify-content: space-between;
}

.custom-search-form .tabs span{
    display: flex;
    padding: 6px 0 10px;
    flex-direction: column;
    align-items: center;
    color: var(--shades-blanc, #FFF);
    text-align: center;
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex: 1 0 0;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color .2s;
}

section:not(.afficher_grande_recherche) .custom-search-form .tabs span:not(.active){
    display: none;
}

section:not(.afficher_grande_recherche) .not-homepage .custom-search-form.little .tabs{
    display: none;
}

section:not(.afficher_grande_recherche) .not-homepage .custom-search-form.little .tabs-contents{
    margin-top: unset;
}

section:not(.afficher_grande_recherche) figure:not(.not-homepage) .custom-search-form .tabs span:not(.active){
    display: flex;
}

.custom-search-form .tabs span.active,
.custom-search-form .tabs span:hover{
    border-bottom: 1px solid var(--shades-blanc, #FFF);
}

.custom-search-form .tabs-contents{
    margin-top:20px;
    width:100%;
}

.custom-search-form .tabs-contents .tab-content{
    display: none;
}

.custom-search-form .tabs-contents .tab-content.active{
    display: block;
}

.custom-search-form .tabs-contents .tab-content form{
    display:flex;
    flex-direction: column;
    align-items: stretch;
    gap:20px;
}

.custom-search-form .tabs-contents .tab-content form input {
    width: 100%;
}

.custom-search-form .tabs-contents .tab-content form input[type="checkbox"]{
    width: unset;
}

.custom-search-form .see-more,
.custom-search-form .see-less{
    color: var(--shades-noir-3);
    text-align: center;
    font-family: Trenda;
    font-size: 12px;
    letter-spacing: -0.17px;
    text-decoration-line: underline;
}

.custom-search-form .hidden{
    display: none;
}

/* CARD OFFRE LISTING ------------------------------------------------------------------------------------------*/

.offre-card-listing{
    border-radius: 4px;
    background: var(--grisblanc);
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.offre-card-listing:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 116px;
    height: 116px;
    border-radius: 100%;
    opacity: 0.1;
    background: var(--bleuclair);
    transform: translate(-45%, -50%);
}

.offre-card-listing .content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.offre-card-listing .content .offre-titre{
    color: var(--bleufonce);
    text-align: left;
    font-family: 'Century', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

.offre-card-listing .content .info-offre{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
}

.offre-card-listing .content .info-offre .content-info{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.offre-card-listing .content .info-offre .content-info .type-offre{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.offre-card-listing .content .info-offre .content-info .type-offre svg{
    width: 16px;
    height: 16px;
}

.offre-card-listing .content .info-offre .content-info .type-offre .type{
    color: var(--shades-noir-1);
    font-family: Trenda, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

.offre-card-listing .content .info-offre .content-info .adresse-offre{
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.offre-card-listing .content .info-offre .content-info .adresse-offre svg{
    width: 16px;
    height: 16px;
}

.offre-card-listing .content .info-offre .content-info .adresse-offre .adresse p{
    color: var(--shades-noir-1);
    font-family: Trenda, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}


.offre-card-listing .content .info-offre > svg{
    width: 21px;
    height: 21px;
}


/* CARD POST LISTING ------------------------------------------------------------------------------------------*/

.post-card-listing{
    border-radius: 4px;
    background: var(--grisblanc);
}

.post-card-listing{
    display: flex;
    padding: 15px;
}

.post-card-listing figure{
    display: flex;
    align-items: center;
    width: 27%;
    margin-right: 10px;
}

.post-card-listing figure img{
    aspect-ratio: 84/98;
    object-fit: cover;
    height: 98px;
    width: 100%;
}

.post-card-listing .content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    width: 73%;
}

.post-card-listing .content .post-titre{
    color: var(--bleufonce);
    font-family: 'Century', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

.post-card-listing .content .excerpt{
    color: var(--shades-noir-1);
    font-family: Trenda, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

.post-card-listing .content .date-post{
    display: flex;
    gap: 8px;
    align-items: center;
}

.post-card-listing .content .date-post .date{
    color: var(--shades-noir-1);
    font-family: Trenda, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

.post-card-listing .fleche{
    display: flex;
    align-items: flex-end;
    width: 0;
    transition: width 0.2s linear;
}

.post-card-listing:hover .fleche{
    width: 16px;
}

.post-card-listing .fleche svg{
    width: 16px;
    height: 16px;
}

.post-card-listing > a{
    display: contents;
}

.post-card-listing .fleche a{
    display: contents;
}

/* SINGLE POST ------------------------------------------------------------------------------------------*/

main#single-post > div > article .post-info,
main#single-offre > div > article .offre-info{
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

main#single-post > div > article .post-info span,
main#single-offre > div > article .offre-info span{
    color: var(--shades-noir-1);
    font-family: Trenda, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    text-transform: uppercase;
}

main#single-post > div > article .post-info h1,
main#single-offre > div > article .offre-info h1{
    color: var(--shades-noir);
    font-family: Century, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

main#single-post > div > article .post-info .titre-info,
main#single-offre > div > article .offre-info .titre-info{
    display: flex;
    gap: 10px;
}

main#single-post > div > article .post-info .titre-info svg,
main#single-offre > div > article .offre-info .titre-info svg{
    margin: 7px;
}

main#single-post > div > article .post-info .date,
main#single-offre > div > article .offre-info .date{
    display: flex;
    align-items: center;
    gap: 8px;
}

main#single-post > div > article .post-info .date svg,
main#single-offre > div > article .offre-info .date svg{
    width: 12px;
    height: 12px;
}

main#single-post > div > article .post-info .infos-post .transfert,
main#single-offre > div > article .offre-info .infos-offre .transfert{
    display: none;
}

main#single-post > div > article .post-info .date span,
main#single-offre > div > article .offre-info .date span{
    color: var(--shades-noir-2);
    font-family: Trenda, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

main#single-post > div > article .post-info img,
main#single-offre > div > article .offre-info img{
    aspect-ratio: 350/262;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

main#single-post > div > article .post-content,
main#single-offre > div > article .offre-content{
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}


main#single-post > div > article .post-content ul li,
main#single-offre > div > article .offre-content ul li{
    /*
    color: var(--shades-noir);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
     */
    color: var(--shades-noir-2);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


main#single-offre > div > article .offre-content .offre-content-info{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

p{
    color: var(--shades-noir-2);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h2.wp-block-heading{
    color: var(--bleufonce);
    font-family: Cnetury, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    margin-bottom: -10px;
}

h3.wp-block-heading{
    color: var(--bleufonce);
    font-family: Century, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    margin-bottom: -10px;
}

h4.wp-block-heading{
    color: var(--bleufonce);
    font-family: Century, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    margin-bottom: -10px;
}

h5.wp-block-heading{
    color: var(--bleufonce);
    font-family: Century, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    margin-bottom: -10px;
}

main#single-post > div > article .post-content > figure img,
main#single-offre > div > article .offre-content > figure img{
    aspect-ratio: 350/182;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.wp-block-embed iframe{
    border-radius: 4px;
}

.wp-block-button a{
    display: flex;
    padding: 8px 40px!important;
    justify-content: center;
    width: fit-content;
    cursor: pointer;
    background: var(--bleuclair)!important;
    color: var(--shades-blanc)!important;
    text-align: center;
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    border-radius: 4px;
    border: 1px solid var(--bleuclair)!important;
}

.wp-block-button.is-style-outline a{
    background: var(--shades-blanc)!important;
    color: var(--bleufonce)!important;
    border: 1px solid var(--bleufonce)!important;
}

.wp-block-button a:hover{
    background: var(--shades-blanc)!important;
    color: var(--bleufonce)!important;
    border: 1px solid var(--bleufonce)!important;
}

.wp-block-button.is-style-outline a:hover{
    background: var(--bleuclair)!important;
    border: 1px solid var(--bleuclair)!important;
    color: var(--shades-blanc)!important;
}

main#single-post .side .sticky .estimer-article,
main#single-offre .side .sticky .estimer-offre{
    padding: 50px 0;
}

main#single-post .side .sticky .estimer-article .content-estim,
main#single-offre .side .sticky .estimer-offre .content-estim{
    padding: 40px 20px;
    border-radius: 4px;
    background: var(--bleufonce);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

main#single-post .side .sticky .estimer-article .content-estim h2,
main#single-offre .side .sticky .estimer-offre .content-estim h2{
    color: var(--shades-blanc);
}

main#single-post .side .sticky .estimer-article .content-estim a,
main#single-offre .side .sticky .estimer-offre .content-estim a{
    margin: 0 auto;
}

main#single-post .side .sticky .autres-articles,
main#single-offre .side .sticky .autres-offres{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 0 50px;
}

main#single-offre > div > article .offre-content .type-offre,
main#single-offre > div > article .offre-content .adresse-offre{
    display: flex;
    gap: 10px;
}

main#single-post .side .sticky .autres-articles .liste-categ{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

main#single-post .side .sticky .autres-articles .liste-categ a{
    display: flex;
    white-space: nowrap;
    width: fit-content;
    height: fit-content;
    border-radius: 4px;
    background: var(--grisblanc);
    padding: 4px 10px;
    color: var(--shades-noir-1);
    text-align: center;
    font-family: Trenda, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

main#single-post .side .sticky .autres-articles .liste-categ a:hover,
main#single-post .side .sticky .autres-articles .liste-categ a.active{
    background: var(--primary-bleu);
    color: var(--shades-blanc);
}


/* CARD POST ------------------------------------------------------------------------------------------*/

.post-card{
    position: relative;
}

.post-card figure{
    position: relative;
}

.post-card figure::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 23.18%, rgba(0, 0, 0, 0.50) 81.24%);
    border-radius: 4px;
}

.post-card figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 350/200;
    border-radius: 4px;
}

.post-card .content{
    position: absolute;
    bottom: 0;
    padding: 10px;
    z-index: 1;
}

.post-card .content h3{
    color: #fff;
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
}

.post-card .savoir-plus{
    display: flex;
    width: fit-content;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    max-height: 0;
    padding:0;
}

/* BLOG -------------------------------------------------------------------------------------------------*/

#blog .header-article{
    padding: 20px 0 10px;
}

#blog .header-article figure{
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 4px;
}

#blog .header-article figure:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}

#blog .header-article figure img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 350/388;
}

#blog .header-article figure .content{
    position: absolute;
    bottom: 0;
    padding: 30px 15px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#blog .header-article figure .content h3{
    color: var(--shades-blanc);
    font-family: Century, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

#blog .header-article figure .content p{
    color: var(--shades-blanc);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#blog .header-article figure .content a{
    width: fit-content;
}

#blog .header-article figure .content a.savoir-plus.white:hover{
    text-shadow: -0.2px 0px 0px var(--shades-blanc), 0.2px 0px 0px var(--shades-blanc), 0 -0.2px 0px var(--shades-blanc), 0 0.2px 0px var(--shades-blanc);
    color: var(--shades-blanc);
}

#blog .header-article figure .content a.savoir-plus.white:hover::after{
    background: var(--shades-blanc);
}

#blog .header-article form,
#blog .filtres form{
    position: relative;
}

#blog .header-article input,
#blog .filtres input{
    color: var(--bleufonce);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid var(--shades-noir-1);
    margin-bottom: 20px;
}

#blog .header-article svg,
#blog .filtres svg{
    cursor: pointer;
}

#blog .header-article .loupe,
#blog .filtres .loupe{
    position: absolute;
    right: 10px;
    top: 10px;
}

#blog .filtres form{
    display: none;
}

#blog .filtres{
    padding: 20px 0 20px 20px;
    display: flex;
    gap: 15px;
}

#blog .filtres div{
    display: flex;
    gap: 15px;
    overflow: scroll;
}

#blog .filtres div::-webkit-scrollbar {
    display: none;
}

#blog .filtres div {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#blog .filtres div a{
    display: flex;
    white-space: nowrap;
    width: fit-content;
    height: fit-content;
    border-radius: 4px;
    background: var(--grisblanc);
    padding: 4px 10px;
    color: var(--shades-noir-1);
    text-align: center;
    font-family: Trenda, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

#blog .filtres div a.active,
#blog .filtres div a:hover{
    background: var(--primary-bleu);
    color: var(--shades-blanc);
}

#blog .articles{
    padding: 50px 0;
}

#blog .articles .container{
    display: flex;
    flex-direction: column;
    gap: 30px
}

#blog .articles .container .articles-listing{
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px
}

#blog .articles .container .btn{
    margin: 0 auto;
}

#blog .trait-separateur{
    background: var(--grisblanc);
    height: 1px;
    width: 100%;
}

#blog .header-article .excerpt-mobile {
    display: block;
}

#blog .header-article .excerpt-desktop {
    display: none;
}


/* NEWSLETTER -------------------------------------------------------------------------------------------------*/

.newsletter{
    padding-bottom: 25px;
}

.newsletter .content{
    background-color: var(--bleufonce);
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 4px;
}

.newsletter .content .left-news{
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter .content .left-news h2{
    color: var(--shades-blanc);
    text-align: left;
    width: fit-content;
}

.newsletter .content .left-news p{
    color: var(--grisblanc);
    font-family: Trenda, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

.newsletter .content .form-newsletter{
    width: 100%;
}

/* RESEAUX SOCIAUX -------------------------------------------------------------------------------------------------*/

.reseaux-sociaux{
    padding: 25px 0;
    background-color: var(--shades-blanc-3);
}

.reseaux-sociaux .container{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.reseaux-sociaux .container .reseaux{
    display: flex;
    gap: 20px;
}

.reseaux-sociaux .container .reseaux a{
    display: flex;
    height: fit-content;
}

.reseaux-sociaux .container .reseaux a svg{
    width: 36px;
    height: 36px;
}

.reseaux-sociaux .container .reseaux a:hover svg path.hover{
    fill: var(--bleuclair);
}

/* NOS PARTENAIRES -------------------------------------------------------------------------------------------------*/


.nos-partenaires{
    padding: 30px 0;
    background-color: var(--bleufonce);
}

.nos-partenaires .container{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.nos-partenaires .container .titre-nos-partenaires{
    display: flex;
    justify-content: center;
}

.nos-partenaires .container h2{
    color: var(--shades-blanc);
    text-align: center;
    font-size: 24px;
}

.nos-partenaires .container .partenaires .slick-list{
    width: 100%;
}

.nos-partenaires .container .partenaires,
.nos-partenaires .container .slider-partenaires{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.nos-partenaires .container .slider-partenaires .slick-track{
    display: flex;
    align-items: center;
    gap: 10px;
}

.nos-partenaires .container .partenaires{
    max-width:calc(100% - 76px);
    width: 100%;
}

.nos-partenaires .container .custom-nav{
    width: 28px;
    height: 28px;
}

.nos-partenaires .container .slider-partenaires .partenaires a{
    display: flex;
    width: fit-content;
    height: fit-content;
}

.nos-partenaires .partenaires .partenaire{
    display: -webkit-flex;
    justify-content: center;
}

.nos-partenaires .partenaires .partenaire img,
.nos-partenaires .partenaires .partenaire svg{
    width: 75%;
}


#search-absolute{
    position: fixed;
    right: 0;
    top: 0;
    background: white;
    z-index: 4000;
    height: 100%;
    width: 100%;
    transform: translateX(100%);
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#search-absolute .header-search-absolute{
    width: 100%;
    height: auto;
    justify-content: end;
    display: flex;
    padding: 10px 15px 10px 0;
}

#search-absolute .header-search-absolute .close{
    display: flex;
    flex-direction: column;
    height: 28px;
    width: 28px;
    background: none;
    z-index: 1;
    cursor: pointer;
}

#search-absolute.active{
    transform: translateX(0);
}

#search-absolute .scroll{
    overflow: auto;
    padding: 20px;
}

#search-absolute form{
    overflow: auto;
}

#search-absolute input[type="text"],
#search-absolute input[type="number"]{
    border-radius: 4px;
    border: 1px solid var(--shades-noir-3);
    background: var(--shades-blanc);
}

#search-absolute .group-field{
    display: flex;
    gap: 10px;
}


#search-absolute .group-field.localisation-champs{
    flex-direction: column;
}

#search-absolute label{
    color: var(--bleufonce, #08042E);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

#search-absolute .scroll > div{
    margin-bottom: 30px;
}

#search-absolute .scroll > div:last-child{
    margin-bottom: 0;
}

#search-absolute .title{
    position: relative;
    margin-bottom: 20px;
    color: var(--bleufonce);
    font-family: Century, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

#search-absolute .title:after{
    content:"";
    width: 100%;
    height: 1px;
    background-color: var(--bleuclair);
    margin-top: 6px;
}

#search-absolute .checkbox-list ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#search-absolute .checkbox-list li{
    display: flex;
    align-items: center;
    gap: 5px;
    width: calc(50% - 5px);
}

#search-absolute .checkbox-list li input{
    width: 17px;
}

#search-absolute .actions{
    padding: 10px 20px;
    background: #fff;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    border-top: 1px solid var(--shades-noir-3);
}

#search-absolute .actions .btn:nth-child(1),
#search-absolute .actions .btn:nth-child(2){
    width: calc(50% - 5px);
}

#search-absolute .actions .btn:nth-child(2){
    padding: 0;
}

#search-absolute .actions .btn:nth-child(3){
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}

#search-absolute .actions .btn:nth-child(3) span{
    color: var(--shades-blanc);
    text-align: center;
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#search-absolute .scroll .mon-compte{
    display: none;
}

#search-absolute .scroll .type-mandat{
    display: none;
}

#search-absolute .scroll .type-mandat.mon-compte{
    display: block;
}

#search-absolute .actions .btn.search.mon-compte{
    display: none;
}

#search-absolute .actions .btn.annuler.mon-compte{
    width: 100%;
}

#search-absolute .localisation-champs .select-wrapper,
.custom-search-form .tabs-contents .tab-content form .select-wrapper{
    position: relative;
    width: 100%;
}

#search-absolute .localisation-champs .select-label,
.custom-search-form .tabs-contents .tab-content form .select-label{
    cursor: pointer;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: var(--shades-noir-1);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-search-form .tabs-contents .tab-content form .select-label{
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    background-color: #FFF;
    line-height: normal;
    padding: 9.25px;
}

.custom-search-form .tabs-contents .tab-content form .select-label.active{
    color: var(--shades-Noir);
}

.custom-search-form .tabs-contents .tab-content form .options.active {
    display: block;
}

#search-absolute .localisation-champs .options,
.custom-search-form .tabs-contents .tab-content form .options{
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    z-index: 1;
    width: 100%;
    margin-top: 5px;
    max-height: 174px;
    overflow: auto;
}

#search-absolute .localisation-champs .options label,
.custom-search-form .tabs-contents .tab-content form .options label{
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 7px;
    margin-bottom: 10px;
}

#search-absolute .localisation-champs .options label:hover,
.custom-search-form .tabs-contents .tab-content form .options label:hover,
#search-absolute .localisation-champs .options label.close,
.custom-search-form .tabs-contents .tab-content form .options label.close{
    border-radius: 4px;
    background: var(--shades-blanc-2, #F6F6F6);
    cursor: pointer;
}


#search-absolute .localisation-champs .options label.close,
.custom-search-form .tabs-contents .tab-content form .options label.close{
    justify-content: center;
    position: sticky;
    bottom: -10px;
}

#search-absolute .localisation-champs .options label.close span,
.custom-search-form .tabs-contents .tab-content form .options label.close span{
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--bleuclair);
    cursor: pointer;
}


#search-absolute .localisation-champs .options label:last-child,
.custom-search-form .tabs-contents .tab-content form .options label:last-child{
    margin: 0;
}

/*
#search-absolute .localisation-champs .options label input[type="checkbox"],
.custom-search-form .tabs-contents .tab-content form .options label input[type="checkbox"]{
    display: none;
}
*/

#search-absolute .localisation-champs .options label input[type="checkbox"] + span,
.custom-search-form .tabs-contents .tab-content form .options label input[type="checkbox"] + span{
    color: var(--shades-noir);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#search-absolute .localisation-champs .options label input[type="checkbox"]:checked + span,
.custom-search-form .tabs-contents .tab-content form .options label input[type="checkbox"]:checked + span{
    color: var(--bleuclair);
}

#search-absolute .localisation-champs .select-wrapper svg,
.custom-search-form .tabs-contents .tab-content form .select-wrapper svg{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

#search-absolute .localisation-champs .select-wrapper svg.active,
.custom-search-form .tabs-contents .tab-content form .select-wrapper svg.active{
    transform: translate(-50%, -50%) rotate(180deg);
}

#search-absolute .localisation-champs .liste-selected-localisation{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

#search-absolute .localisation-champs .liste-selected-localisation span{
    color: var(--shades-blanc, #FFF);
    text-align: center;
    font-family: Trenda, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

#search-absolute .localisation-champs .liste-selected-localisation .etiquette-localisation{
    background: var(--bleufonce);
    border-radius: 4px;
    padding: 4px 10px;
    display: flex;
    gap: 5px;
    align-items: center;
}

#search-absolute .localisation-champs .liste-selected-localisation .etiquette-localisation svg{
    cursor: pointer;
}

#overlay-search-absolute{
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #0000005e;
    opacity: 0;
    top: 100%;
    transition: opacity .5s;
}

#overlay-search-absolute.active{
    top: 0;
    opacity: 1;
}

.custom-form-input input[type="text"],
.custom-form-input input[type="password"],
.custom-form-input input[type="email"]{
    color:#000;
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding:10px;
    border-radius: 4px;
    border: 1px solid var(--shades-noir-3, #D7D7D7);
}

.custom-form-input input[type="text"]::placeholder,
.custom-form-input input[type="password"]::placeholder{
    color: var(--shades-noir-1, #717171);
}

/* FICHE BIEN -------------------------------------------------------------------------------------------------*/

.single-bien-archive{
    position: relative;
}

.single-bien .overlay-vendu{
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: 1001;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
}

.single-bien-archive .content-overlay{
    position: sticky;
    top: 50%;
    bottom: 0;
    margin-top: 0;
    text-align: center;
    font-size: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: fit-content;
    justify-content: center;
    width: 80%;
    margin-bottom: 50px;
}

.single-bien-archive .content-overlay a{
    color: var(--bleufonce);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding: 6px 0 16px;
    transition: .3s linear;
    cursor: pointer;
}

.single-bien-archive h1.titre.bulle.not-available-title{
    margin-top: 0;
}

.single-bien .banniere{
    position: relative;
}

.single-bien .banniere .arrow-left-slick,
.single-bien .banniere .arrow-right-slick{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    right:10px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.single-bien .banniere .arrow-left-slick{
    transform: translateY(-50%) rotate(180deg);
    left: 10px;
    right: unset;
}


.single-bien .banniere .slider-images figure,
.single-bien .banniere figure.image-default{
    height:60vh;
}

.single-bien .banniere .slider-images img,
.single-bien .banniere figure.image-default img{
    width:100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 390/423;
}

.single-bien .banniere .banniere-infos-bien{
    border-radius: 0 0 4px 4px;
    background: rgba(246, 246, 246, 0.60);
    z-index: 1;
    position: relative;
    max-width: 900px;
    margin:-80px auto 0;
}

.single-bien .banniere .banniere-infos-bien .wrapper{
    padding: 0 20px 20px;
    position: relative;
}

.single-bien .banniere .banniere-infos-bien .wrapper .dpe-loc{
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    gap:10px;
}

.single-bien .banniere .banniere-infos-bien .wrapper .dpe-loc .lien-loc{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.single-bien .banniere .banniere-infos-bien .wrapper .dpe-ges-etiquettes{
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.single-bien .banniere .banniere-infos-bien .wrapper .localisation{
    padding-top: 25px;
    display: flex;
    align-items: center;
    gap:5px;
    color: var(--shades-noir);
    font-family: Trenda, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.17px;
}

.single-bien .banniere .banniere-infos-bien .wrapper .localisation a{
    color: var(--shades-noir);
    font-family: Trenda, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.17px;
}

.single-bien .banniere .banniere-infos-bien .wrapper .localisation svg{
    width:15px;
    height: 15px;
}

.single-bien .banniere .banniere-infos-bien .wrapper .titre-actions{
    display: flex;
    justify-content: space-between;
    gap:10px;
    align-items: center;
}

.single-bien .banniere .banniere-infos-bien .wrapper .titre-actions h1{
    color: var(--bleufonce);
    font-family: Century, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

.single-bien .banniere .banniere-infos-bien .wrapper .titre-actions .actions{
    display: flex;
    gap: 10px;
}

.single-bien .banniere .banniere-infos-bien .wrapper .titre-actions .actions .map,
.single-bien .banniere .banniere-infos-bien .wrapper .titre-actions .actions .print{
    display: none;
}

.single-bien .banniere .banniere-infos-bien .wrapper .titre-actions .actions .like{
    display: flex;
}

.single-bien .banniere .banniere-infos-bien .wrapper .titre-actions .actions .like svg{
    width: 23px;
    height: 23px;
}

#search-absolute label {
    color: var(--bleufonce, #08042E);
    /* Texte/Normal/Light */
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.single-bien .banniere .banniere-infos-bien .wrapper .titre-actions .actions > div{
    display: flex;
    width: 23px;
    height: 23px;
    justify-content: center;
    align-items: center;
}

.single-bien .banniere .banniere-infos-bien .wrapper .infos-bien{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 10px;
}

.single-bien .banniere .banniere-infos-bien .wrapper .infos-bien .attributs{
    gap: 8px;
    display: flex;
    align-items: center;
}

.single-bien .banniere .banniere-infos-bien .wrapper .infos-bien .attributs .attribut{
    display: flex;
    align-items: center;
    gap:5px;
    flex-wrap: wrap;
    position: relative;
}

.single-bien .banniere .banniere-infos-bien .wrapper .infos-bien .attributs .attribut:not(:last-child){
    border-right:1px solid var(--shades-noir-3);
    padding-right: 8px;
}

.single-bien .banniere .banniere-infos-bien .wrapper .infos-bien .attributs .attribut svg path{
    width:19px;
    height: 19px;
    stroke: #939696;
}

.single-bien .banniere .banniere-infos-bien .wrapper .infos-bien .attributs .attribut span{
    color: var(--shades-noir-2, #939696);
    font-family: Trenda, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;

}

.single-bien .banniere .banniere-infos-bien .wrapper .infos-bien .prix-ref{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 5px;
}

.single-bien .banniere .banniere-infos-bien .wrapper .infos-bien .prix-ref .prix{
    color: var(--bleuclair);
    font-family: Trenda, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.single-bien .banniere .banniere-infos-bien .wrapper .infos-bien .prix-ref .ref{
    color: var(--shades-noir-2);
    font-family: Trenda, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

#single-bien > .tabs{
    padding-top: 12px;
    /*border-bottom: 1px solid var(--shades-noir-3);*/
    max-width: 900px;
    overflow-x: auto;
    margin: 0 auto;
    position: relative;
    top:unset;
}

#single-bien > .tabs.fixed{
    position: sticky;
    z-index: 999;
    background: #fff;
    transition: top 0.5s ease-in-out;
}

#single-bien > .tabs .tabs-wrapper{
    padding:0 20px;
    display: flex;
    gap:20px;
}

#single-bien > .tabs .wrapper .trait{
    width: 900px;
    display: flex;
    background: var(--shades-noir-3);
    height: 1px;
}

#single-bien > .tabs .wrapper .tab{
    padding:8px 0 20px;
    color: var(--bleufonce);
    text-align: center;
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    cursor: pointer;
}

#single-bien > .tabs .wrapper .tab.active{
    color:var(--bleuclair);
    position: relative;
}

#single-bien > .tabs .wrapper .tab.active::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1px;
    left: 0;
    display: block;
    background: var(--bleuclair);
}

.single-bien .section-bien{
    margin: 50px 0;
}

.titre-section-bien{
    color: var(--bleufonce);
    text-align: center;
    font-family: Century, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    display: flex;
    align-items: center;
    gap:10px;
    margin-bottom:30px;
    white-space: nowrap;
}

.titre-section-bien::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--bleuclair);
    margin-top: 5px
}

.single-bien #description .description-texte{
    color: var(--shades-noir-1);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.single-bien #caracteristiques .wrapper-caracteristiques .liste{
    display: flex;
    flex-direction: column;
    gap:20px;
}

.single-bien #caracteristiques .wrapper-caracteristiques .liste .titre-categorie{
    position: relative;
    display: flex;
    justify-content: center;
}

.single-bien #caracteristiques .wrapper-caracteristiques .liste .titre-categorie::before{
    content:'';
    width: calc(100% - 40px);
    height: 1px;
    background: var(--shades-noir-3);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.single-bien #caracteristiques .wrapper-caracteristiques .liste .titre-categorie span{
    background: #fff;
    z-index: 1;
    padding:0 5px;
    color: var(--bleuclair);
    font-family: Silvana, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.single-bien #caracteristiques .wrapper-caracteristiques{
    position: relative;
}

.single-bien #caracteristiques .wrapper-caracteristiques .arrow-left,
.single-bien #caracteristiques .wrapper-caracteristiques .arrow-right{
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    transform: translateY(1.5px);
    cursor: pointer;
}

.single-bien #caracteristiques .wrapper-caracteristiques .arrow-right{
    left:unset;
    right: 0;
}

.single-bien #caracteristiques .wrapper-caracteristiques .arrow-left svg{
    transform: rotate(180deg);
}

.single-bien #caracteristiques .wrapper-caracteristiques .arrow-left svg,
.single-bien #caracteristiques .wrapper-caracteristiques .arrow-right svg{
    width: 15px;
    height: 15px;
}

.single-bien #caracteristiques .wrapper-caracteristiques .arrow-left svg path,
.single-bien #caracteristiques .wrapper-caracteristiques .arrow-right svg path{
    fill:var(--shades-noir-2);
}

.single-bien #caracteristiques .pagination-custom{
    margin-top: 30px;
}

.single-bien #caracteristiques .categories{
    display: none;
}

.single-bien #caracteristiques .liste-caracteristiques{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-bien #caracteristiques .liste-caracteristiques .details-pieces{
    display: flex;
    flex-direction: column;
    gap:5px;
}

.single-bien #caracteristiques .liste-caracteristiques .details-pieces .conso-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
    align-items: center;
}

.single-bien #caracteristiques .liste-caracteristiques .details-pieces .conso-wrapper .conso{
    width: fit-content;
    display: flex;
}

.single-bien #caracteristiques .liste-caracteristiques .details-pieces .detail-piece{
    display: flex;
    gap: 5px;
    justify-content: space-between;
    position: relative;
}

.single-bien #caracteristiques .liste-caracteristiques .details-pieces .detail-piece:not(.no-points)::before{
    content:'';
    display: block;
    width: 100%;
    bottom:3px;
    left:0;
    height: 1px;
    position: absolute;
    border-bottom: 2px dotted var(--shades-noir-3);
}

.single-bien #caracteristiques .liste-caracteristiques .details-pieces .detail-piece label,
.single-bien #caracteristiques .liste-caracteristiques .details-pieces .detail-piece span,
.single-bien #caracteristiques .liste-caracteristiques .details-pieces .detail-piece li{
    background: #fff;
    z-index: 1;
    color: var(--primary-noir);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-bien #caracteristiques .liste-caracteristiques .details-pieces .detail-piece label{
    padding-right: 5px;
}

.single-bien #caracteristiques .liste-caracteristiques .details-pieces .detail-piece span{
    padding-left: 5px;
}

.single-bien #caracteristiques .liste-caracteristiques .liste-pieces{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    border-bottom: 1px solid var(--grisblanc, #F6F6F6);
    padding-bottom: 20px;
}

.single-bien #caracteristiques .liste-caracteristiques .liste-pieces svg{
    width: 20px;
    height: 20px;
}

.single-bien #caracteristiques .liste-caracteristiques .liste-pieces span{
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--primary-noir, #020407);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-bien #visite-virtuelle .content-visites{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-bien .iframe-wrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.single-bien .iframe-wrapper iframe{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

.single-bien #quartier .texte{
    color: var(--shades-noir-1, #717171);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom:30px;
}

.single-bien #diagnostics .infos{
    display: flex;
    flex-direction: column;
    gap:15px;
}

.single-bien #diagnostics .infos > div{
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 15px;
}

.single-bien #diagnostics .infos > div figure{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:5px;
    max-width: 240px;
}

.single-bien #diagnostics .infos > div figure img{
    width: 100%;
}

.single-bien #diagnostics .infos > div figure .value-conso{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-bien #diagnostics .infos > div figure .value-conso span{
    color: var(--dark);
    font-family: Lato, sans-serif;
    font-size: 6.504px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-bien #diagnostics .infos > div figure .value-conso span:first-child{
    font-weight: 700;
}

.single-bien #diagnostics .infos > div p{
    color: var(--dark);
    font-family: Open Sans, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.single-bien #diagnostics .info{
    color: var(--shades-noir, #221E20);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top:30px;
    display: inline-block;
}

.single-bien #diagnostics .info b{
    font-weight: 700;
}

.single-bien #rdv{
    padding:50px 0;
}

.single-bien #annonces-similaires{
    padding: 50px 0;
}

.single-bien #annonces-similaires h2{
    display: flex;
    margin: 0 auto;
}

.single-bien #annonces-similaires .annonces{
    margin-top: 50px;
}

.single-bien #calculateurs{
    padding:50px 0;
}

.single-bien #calculateurs h2{
    margin:0 auto;
    display: flex;
}

.single-bien #calculateurs .tabs{
    margin:30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:30px;
}

.single-bien #calculateurs .tabs .tab{
    color: var(--shades-noir-2, #939696);
    text-align: center;
    font-family: Trenda, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.single-bien #calculateurs .tabs .tab.active{
    color: var(--bleuclair, #79AFDF);
    text-decoration: underline;
    font-weight: 600;
}

.single-bien #calculateurs .contents{
    display: flex;
}

.single-bien #calculateurs .contents .content{
    margin: 0 auto;
    display:none;
}

.single-bien #calculateurs .contents .content.active{
    display: flex;
}

.single-bien #contact-agence{
    padding: 50px 0;
}

.single-bien #contact-agence .infos-agence{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.single-bien #contact-agence .infos-agence .info{
    background: var(--grisblanc, #F6F6F6);
    padding: 30px 20px;
    width: 100%;
}

.single-bien #contact-agence .infos-agence .info a{
    width: 100%;
}

.single-bien #contact-agence .infos-agence .info a.btn.light{
    margin-top:5px;
}

.single-bien #contact-agence .infos-agence .info h3{
    color: var(--bleufonce, #08042E);
    font-family: Century, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    margin-bottom: 20px;
}

.single-bien #contact-agence .infos-agence .info span{
    color: var(--bleuclair, #79AFDF);
    font-family: Trenda, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.single-bien #contact-agence .infos-agence .info div,
.single-bien #contact-agence .infos-agence .info div *{
    color: var(--shades-noir-1, #717171);
    font-family: Trenda, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-bien #contact-agence .infos-agence .info .periode{
    color: var(--bleuclair);
    font-weight: 600;
}

#contact-agence .infos-agence .info a.btn.light:hover{
    background: var(--bleufonce);
    color: #fff;
}

/* SINGLE ANNONCES IMMO -------------------------------------------------------------------------------------------------*/

.single-annonces-immo .introduction,
.single-annonces-immo .en-savoir-plus{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
    align-items: center;
}

.single-annonces-immo .en-savoir-plus{
    margin-top: 0px;
}

.single-annonces-immo .introduction .text p,
.single-annonces-immo .en-savoir-plus .text p{
    color: var(--noir);
}

.single-annonces-immo section.listing-annonces-immo.container-large {
    max-width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}

.single-annonces-immo section.listing-annonces-immo.container-large .gauche{
    margin-bottom: 30px;
}

.single-annonces-immo section.listing-annonces-immo.container-large .droite{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-annonces-immo section.listing-annonces-immo.container-large .droite .section-droite{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-annonces-immo section.listing-annonces-immo.container-large .droite .section-droite ul{
    padding-left: 30px;
}

.single-annonces-immo section.listing-annonces-immo.container-large .droite .section-droite ul li a{
    color: var(--bleuclair) !important;
    text-decoration: underline;
    cursor: pointer;
}

.single-annonces-immo section.listing-annonces-immo.container-large .droite .section-droite ul li a:hover{
    color: var(--bleufonce) !important;
    text-decoration: underline;
}

.single-annonces-immo section.listing-annonces-immo.container-large .droite .section-droite p{
    text-align: center;
    font-size: 16px;
}

.single-annonces-immo section.zoom-sur-ville{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px 20px;
}

.single-annonces-immo section.zoom-sur-ville h2{
    text-align: left;
}

.single-annonces-immo section.zoom-sur-ville .content-zoom-sur-ville{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.single-annonces-immo section.zoom-sur-ville .content-zoom-sur-ville figure{
    width: 100%;
    display: flex;
}

.single-annonces-immo section.zoom-sur-ville .content-zoom-sur-ville figure img{
    width: 100%;
    display: flex;
    object-fit: cover;
    aspect-ratio: 440 / 300;
    align-self: center;
}

.single-annonces-immo section.zoom-sur-ville .content-zoom-sur-ville .description{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-annonces-immo section.zoom-sur-ville .content-zoom-sur-ville .description h3.sous-titre{
    color: var(--bleufonce);
    font-family: Century, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    margin-bottom: 10px;
}

.single-annonces-immo section.zoom-sur-ville .content-zoom-sur-ville .description p{
    color: var(--noir);
}


/* CUSTOM GALERIE (DOUBLE SLIDER) -------------------------------------------------------------------------------------------------*/

.single-post .custom-galerie{
    overflow: hidden;
}

.custom-galerie .slider-principal figure{
    display: flex;
}

.custom-galerie .slider-principal img{
    width:100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 330/212;
    border-radius: 4px;
    cursor: pointer;
}

.custom-galerie .slider-nav{
    margin-top:10px;
}

.custom-galerie .slider-nav figure{
    cursor: pointer;
    position: relative;
}

.custom-galerie .slider-nav figure:not(.active)::before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    border-radius: 4px;
}

.custom-galerie .slider-nav .slick-slide{
    margin: 0 5px;
}

.custom-galerie .slider-nav .slick-list{
    margin: 0 -5px;
}

.custom-galerie .slider-nav img{
    width:100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 160/100;
    border-radius: 4px;
}

.custom-galerie .pagination-custom{
    margin-top:30px;
}

.custom-galerie .custom-popup .wrapper-content .slick-list,
.custom-galerie .custom-popup .wrapper-content .slick-list .slick-track{
    height: 100%;
}

.custom-galerie .custom-popup .wrapper-content{
    padding: 0;
}

.custom-galerie .custom-popup .wrapper-content img{
    width:100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 330/212;
}

.custom-galerie .custom-popup .wrapper-content.slider-visionneuse{
    position: relative;
}

.custom-galerie .custom-popup .wrapper-content.slider-visionneuse .pagination-custom-visionneuse{
    position: absolute;
    top: 50%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.custom-galerie .custom-popup .wrapper-content.slider-visionneuse .pagination-custom-visionneuse .arrow-left{
    margin-left: 20px;
}

.custom-galerie .custom-popup .wrapper-content.slider-visionneuse .pagination-custom-visionneuse .arrow-right{
    margin-right: 20px;
}

.custom-galerie .custom-popup .wrapper-content.slider-visionneuse .pagination-custom-visionneuse .arrow-left svg{
    transform: rotate(180deg);
}

.custom-galerie .custom-popup .wrapper-content.slider-visionneuse .pagination-custom-visionneuse svg{
    width: 30px;
    height: 30px;
    cursor: pointer;
}



/* NOTIFICATIONS -------------------------------------------------------------------------------------------------*/

.notification-user{
    position: fixed;
    margin: 0 20px;
    bottom: 20px;
    background: var(--bleufonce);
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    padding: 15px;
    animation: slideOut 0.5s ease-in-out;
    animation-delay: 5s;
    animation-fill-mode: forwards;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 99999999999999999999;
}

.notification-user svg{
    width: 20px;
    height:20px;
}

.notification-user svg path{
    fill: #fff;
}

.notification-user.error{
    background: var(--grisblanc);
    color: red;
}

.notification-user.error svg path{
    fill:red;
}

/* CUSTOM DIALOG (POPUP) -------------------------------------------------------------------------------------------------*/


.custom-popup{
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*z-index: 999999999999999;*/
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    /*transform: translateX(100%);*/
    background: rgba(0, 0, 0, 0.50);
    padding: 60px 20px;
}

header .custom-popup{
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.50);
    padding: 60px 20px;
    transform: unset;
    visibility: hidden;
}

header .custom-popup[open]{
    opacity: 1;
    transform: unset;
    z-index: 99999999999999;
    visibility: visible;
}

.custom-popup[open]{
    /*transform: translateX(0);*/
    opacity: 1;
    transform: unset;
    z-index: 99999999999999;
    visibility: visible;
}

.custom-popup .wrapper-content{
    width: fit-content;
    min-height: 150px;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    border-radius: 4px;
    position: relative;
    background: #fff;
}

@media screen and (max-height: 500px){
    .custom-galerie .custom-popup{
        padding: 0!important;
    }

    .custom-popup .wrapper-content .content-slider-galerie{
        height: 100vh!important;
    }
}

.custom-galerie .custom-popup .wrapper-content{
    max-height: unset;
}

.custom-popup .wrapper-content.padding{
    padding: 20px 20px 40px;
    background: var(--grisblanc);
    border-radius: 4px;
    overflow: scroll;
}

.custom-popup .wrapper-content{
    padding: 50px;
}

.custom-popup .close{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 28px;
    width: 28px;
    background: none;
    margin: 4px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
}

.custom-popup .wrapper-content .content-slider-galerie{
    height: 90vh;
}

.custom-popup .close .icon-bar:first-child{
    transform: translate(1px,8px) rotate(-45deg);
}

.custom-popup .close .icon-bar:last-child{
    transform: translate(1px,-10px) rotate(45deg);
}

.custom-galerie .custom-popup .close svg path{
    stroke: #000;
}

/* BOTTOM BAR -------------------------------------------------------------------------------------------------*/

.bottom-bar{
    padding: 15px 0 10px;
    border-top: 1px solid var(--shades-noir-3, #D7D7D7);
    background: #fff;
    position: fixed;
    bottom:0;
    width: 100%;
    z-index: 3;
}

.single-bien-archive .bottom-bar{
    display: none;
}

.bottom-bar .wrapper{
    padding:0 20px;
}

.bottom-bar .infos{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.bottom-bar .infos span{
    color: var(--bleuclair);
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bottom-bar .actions{
    display: flex;
    gap:10px;
    margin-top: 15px;
    align-items: center;
}

.bottom-bar .actions .btn-svg{
    width:36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--bleufonce);
}

.bottom-bar .actions .tel a{
    display: flex;
}

.bottom-bar .actions a.btn{
    flex:1;
    padding: 8px 25px;
}

.bottom-bar .actions .btn-svg svg{
    width:21px;
    height: 21px;
}

.bottom-bar .actions .btn-svg.like{
    background: none;
    border: 1px solid var(--bleufonce);
}

.bottom-bar .actions .btn-svg.like svg path{
    fill: transparent;
    stroke: var(--bleufonce);
}

.bottom-bar .actions .btn-svg.like.liked svg path{
    fill: var(--bleufonce);
}

/* SITEMAP -------------------------------------------------------------------------------------------------*/

.wsp-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 960px;
    padding: 40px 50px;
    margin-left: auto;
    margin-right: auto;
}

.wsp-container h2{
    color: var(--bleufonce);
    text-align: center;
    font-family: 'Century', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    margin-bottom: 30px;
}

.wsp-container ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
}

.wsp-container li{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
}

.wsp-container li a{
    color: var(--bleuclair)!important;
    text-decoration: underline;
    cursor: pointer;
    font-family: Trenda, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wsp-container li a:hover{
    color: var(--bleufonce)!important;
    text-decoration: underline;
}

/* FOOTER -------------------------------------------------------------------------------------------------*/

footer{
    background-color: var(--bleufonce);
}

footer .haut-footer{
    padding: 50px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .haut-footer .left-footer a{
    display: flex;
}

footer .haut-footer .left-footer .logo svg,
footer .haut-footer .left-footer .logo img{
    width: 106px;
    height: 97.281px;
}

footer .haut-footer .right-footer{
    padding: 40px 0 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

footer .haut-footer .right-footer .footer-menu{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .haut-footer .right-footer .footer-menu h3{
    color: var(--shades-blanc);
    font-family: Century, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}

footer .haut-footer .right-footer .footer-menu .links{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

footer .haut-footer .right-footer .footer-menu .links a{
    color: var(--shades-blanc, #FFF);
    font-family: Trenda, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
}

footer .haut-footer .right-footer .footer-menu .links a:hover{
    color: var(--bleuclair);
}

footer .bas-footer{
    padding: 30px 0 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

footer .bas-footer .mentions{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

footer .bas-footer .mentions .mention p,
footer .bas-footer .mentions .mention a,
footer .bas-footer .mentions-legales > * {
    color: var(--shades-noir-2);
    text-align: center;
    font-family: Trenda, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .bas-footer .mentions-legales > a:hover{
    color: var(--bleuclair);
}

footer .bas-footer .mentions-legales{
    display: flex;
    gap: 5px;
    justify-content: center;
}


@media screen and (max-width: 767px){
    .leaflet-fade-anim .leaflet-map-pane .leaflet-popup{
        top: 10vh !important;
        left: -45vw !important;
    }
}

@media screen and (min-width: 576px){
    .container,
    .wsp-container{
        max-width: 540px;
    }

    #search-absolute {
        width: 390px;
    }

    .bottom-bar .actions a.btn{
        padding: 8px 40px;
    }
}

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

    .single-bien-archive .content-overlay a{
        font-size: 18px;
    }


    /* CARTE BIEN MAP -------------------------------------------------------------------------------------------------*/

    div.content-popup-marker > .carte-bien{
        margin-bottom: 30px;
        display: unset;
        position: unset;
    }

    div.content-popup-marker > .carte-bien .content{
        position: relative;
    }

    div.content-popup-marker > .carte-bien figure.slider-photo{
        border-radius: 4px 4px 0 0;
        overflow: hidden;
        position: relative;
    }

    div.content-popup-marker > .carte-bien figure.slider-photo .prev-click,
    div.content-popup-marker > .carte-bien figure.slider-photo .next-click{
        content:'';
        position: absolute;
        width: 15%;
        height: 100%;
        top:0;
        z-index: 9;
        cursor: pointer;
        display: none;
    }

    div.content-popup-marker > .carte-bien figure.slider-photo .prev-click{
        left:0;
    }

    div.content-popup-marker > .carte-bien figure.slider-photo .next-click{
        right:0;
    }

    div.content-popup-marker > .carte-bien figure.slider-photo img{
        aspect-ratio: 350 / 190;
        object-fit: cover;
        position: relative;
    }

    div.content-popup-marker > .carte-bien .slider-photo{
        width: 100%;
    }

    div.content-popup-marker > .carte-bien figure.slider-photo div.no-picture{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 190px;
        background: var(--shades-blanc-3);
    }

    div.content-popup-marker > .carte-bien figure .tag{
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 4px 10px;
        border-radius: 4px;
        background: var(--bleufonce);
        color: #fff;
        text-align: center;
        font-family: Trenda, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.17px;
    }

    div.content-popup-marker > .carte-bien .content{
        padding: 15px 10px 20px 10px;
        background-color: var(--grisblanc);
        border-radius: 0 0 4px 4px;
    }

    div.content-popup-marker > .carte-bien .content h3{
        color: var(--bleufonce);
        /* Texte/Normal/Regular */
        font-family: 'Century', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 15px;
        width: 100%;
    }

    div.content-popup-marker > .carte-bien .content .top-content{
        display: flex;
        justify-content: flex-end;
        padding-bottom: 10px;
        border-bottom: .5px solid var(--shades-noir-3);
        margin-bottom: 10px;
        flex-wrap: wrap;
        height: unset;
        margin-top: unset;
    }

    div.content-popup-marker > .carte-bien .content .reference-bien.mobile-ref{
        margin-top: 10px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    div.content-popup-marker > .carte-bien .content .reference-bien.desktop-ref{
        display: none
    }

    div.content-popup-marker > .carte-bien .content .loc-prix{
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }

    div.content-popup-marker > .carte-bien .content a.btn{
        margin-top: 10px;
        padding: 8px 40px;
        font-size: 14px;
    }

    div.content-popup-marker > .carte-bien .content{
        position: relative;
        width: 100%;
    }

    div.content-popup-marker > .carte-bien .content .bottom-content .ref-bien{
        max-width: 100%;
    }

    div.content-popup-marker > .carte-bien .content .localisation,
    div.content-popup-marker > .carte-bien .content .localisation a,
    div.content-popup-marker > .carte-bien .content .ref-bien{
        color: var(--shades-noir-2);
        display: flex;
        gap: 5px;
        font-family: Trenda;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.17px;
        align-items: center;
        max-width: 50%;
    }

    div.content-popup-marker > .carte-bien .content .localisation figure{
        display: flex;
    }

    div.content-popup-marker > .carte-bien .content .prix{
        color: var(--primary-bleu);
        /* Texte/Small/Semi bold */
        font-family: Trenda;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.17px;
    }

    div.content-popup-marker > .carte-bien .bottom-content{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    div.content-popup-marker > .carte-bien .bottom-content .infos{
        display: flex;
        align-content: center;
        gap: 20px;
    }

    div.content-popup-marker > .carte-bien .bottom-content .infos div{
        display: flex;
        align-items: center;
        gap: 5px;
    }

    div.content-popup-marker > .carte-bien .bottom-content .infos div figure{
        display: inherit;
    }

    div.content-popup-marker > .carte-bien .bottom-content .actions{
        position: unset!important;
        display: flex;
        align-content: center;
        gap:10px;
    }

    div.content-popup-marker > .carte-bien .bottom-content .actions .share svg{
        cursor: pointer;
    }

    div.content-popup-marker > .carte-bien .content .reference-bien.mobile-ref{
        display: block;
    }

    .leaflet-popup{
        margin-bottom: 40px;
    }

    div.content-popup-marker > .carte-bien .bottom-content .actions svg{
        width: 19px;
        height: 19px;
    }

    div.content-popup-marker > .carte-bien .bottom-content .infos figure svg{
        width: 18px;
    }

    div.content-popup-marker > .carte-bien .bottom-content .infos div span{
        color: var(--shades-noir-2);
        font-family: Trenda;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.17px;
    }

    div.content-popup-marker > .carte-bien .slick-dots li{
        margin: 0;
        width: 7px;
    }

    div.content-popup-marker > .carte-bien .slick-dots li button{
        width: 7px;
    }

    div.content-popup-marker > .carte-bien .slick-dots li button:before{
        opacity: 1;
        width: 7px;
        font-size: 7px;
    }

    div.content-popup-marker > .carte-bien .slick-dots li.slick-active button:before{
        color: #000;
    }

    div.content-popup-marker > .carte-bien .slick-dots{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: .5s;
    }

    div.content-popup-marker > .carte-bien .slick-dotted.slick-slider{
        margin-bottom: 0;
    }

    div.content-popup-marker > .carte-bien .slick-prev,
    div.content-popup-marker > .carte-bien .slick-next{
        background: none;
        padding: 0;
        opacity: 0;
        transition: .5s;
    }

    div.content-popup-marker > .carte-bien:hover .slick-prev,
    div.content-popup-marker > .carte-bien:hover .slick-next{
        opacity: 1;
        z-index: 1;
    }

    div.content-popup-marker > .carte-bien .slick-next{
        right: calc(15px);
    }

    div.content-popup-marker > .carte-bien .slick-prev{
        left: 15px;
        transform: rotate(180deg);
    }

    div.content-popup-marker > .carte-bien .slick-prev:before,
    div.content-popup-marker > .carte-bien .slick-next:before{
        content: url(assets/svg/chevron-right-black.svg);
        width: 26px;
        height: 26px;
    }

    /* ----------------- */

    .titre{
        font-size: 36px;
    }

    header .gform_heading .gform_title{
        font-size: 36px;
    }

    header .container.desktop{
        display: none!important;
    }

    .container,
    .wsp-container{
        max-width: 720px;
    }

    .mobile{
        display: none;
    }

    .desktop{
        display: block;
    }

    .custom-tag{
        font-size: 12px;
    }

    .custom-popup .wrapper-content{
        padding: 100px;
    }

    @media screen and (min-height: 500px){
        .custom-galerie .custom-popup{
            padding: 50px!important;
        }

        .custom-popup .wrapper-content .content-slider-galerie{
            height: 90vh!important;
        }
    }

    .pagination-custom .arrow-left,
    .pagination-custom .arrow-right{
        display: flex !important;
    }

    .post-card figure img{
        aspect-ratio: 340/226;
    }

    .post-card .content{
        padding: 15px;
    }

    .post-card .content h3 {
        font-size: 16px;
    }

    .desktop.top-menu{
        background: var(--bleufonce);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .desktop.top-menu .container{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 40px;
    }

    .desktop.top-menu ul{
        list-style: none;
        display: flex;
        padding: 8px 0;
        justify-content: flex-end;
        gap: 40px;
    }

    .desktop.top-menu ul li{
        position: relative;
    }

    .desktop.top-menu ul.top-menu li:not(:last-child)::after{
        content: "";
        display: block;
        position: absolute;
        right: -20px;
        border-radius: 1px;
        width: 2px;
        height: 2px;
        top: 50%;
        background: var(--shades-noir-1);
        transform: translateY(-50%);
    }

    .top-header .switch-lang-parent ul{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
    }

    .top-header .switch-lang-parent ul li a{
        color: var(--shades-blanc);
        text-align: center;
        font-family: Trenda;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.17px;
    }

    .top-header .switch-lang-parent ul li.current-lang a{
        text-decoration-line: underline;
    }

    .desktop.top-menu ul li a{
        color: var(--shades-blanc);
        text-align: center;
        font-family: Trenda, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.17px;
        display:flex;
    }

    .desktop.top-menu ul li:first-child a{
        padding-left: 0;
    }

    .desktop.top-menu .tel{
        display: flex;
        color: white;
        gap: 5px;
        padding-right: 9px;
        border-right: 1px solid var(--shades-blanc);
        align-items: center;
        font-family: sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .desktop.top-menu .tel figure{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dynamic-anchor-wrapper{
        display: flex;
    }

    .custom-search-form .tabs-contents{
        margin-top: 40px;
    }

    .custom-search-form .tabs-contents .tab-content form{
        flex-direction: row;
    }

    #accueil .custom-search-form .tabs-contents .tab-content form .btn {
        width: 147px;
    }

    .custom-search-form .tabs-contents .tab-content form .btn {
        width: 147px;
    }

    .afficher_grande_recherche .custom-search-form .tabs-contents .tab-content form .btn {
        width: 100%;
        padding: 0 19px;
    }

    .afficher_grande_recherche .custom-search-form .tabs-contents .tab-content form .surface input,
    .afficher_grande_recherche .custom-search-form .tabs-contents .tab-content form .pieces input {
        max-width: 106px;
        width: max-content;
    }

    .afficher_grande_recherche .custom-search-form .tabs-contents{
        margin-top: 20px;
    }

    .afficher_grande_recherche .custom-search-form .tabs-contents .tab-content form select{
        max-width: 127px;
        width: max-content;
    }

    .custom-search-form .see-more,
    .custom-search-form .see-less{
        display: none!important;
    }

    .custom-search-form .hidden{
        display: block;
        /*max-width: 106px;*/
        width: 100%;
    }

    .custom-search-form .lieu.hidden{
        /*max-width: 126px;*/
    }

    .custom-search-form .budget.hidden{
        max-width: 126px;
    }

    .custom-search-form .type{
        min-width: 137px;
        width: 100%;
    }

    .custom-search-form .tabs-contents .tab-content form .options{
        width: max-content;
        min-width: 100%;
    }

    .newsletter{
        padding: 50px 20px;
    }

    .newsletter .content{
        padding: 40px 50px;
        flex-direction: row;
        gap: 50px;
    }

    .newsletter .content .left-news{
        padding: 10px 0 0 0;
        width: 50%;
    }

    .newsletter .content .form-news{
        width: 50%;
    }

    /* CARD POST LISTING ------------------------------------------------------------------------------------------*/


    .post-card-listing figure{
        width: 33.5%;
        margin-right: 20px;
    }

    .post-card-listing figure img{
        aspect-ratio: 159/114;
        height: 114px;
    }

    .post-card-listing .content{
        width: 66.5%;
    }

    .post-card-listing .content .post-titre{
        font-size: 18px;
    }

    .post-card-listing .content .excerpt{
        font-size: 14px;
    }

    .post-card-listing .content .date-post .date{
        font-size: 12px;
    }

    #blog .header-article{
        padding: 30px 0;
    }

    #blog .header-article form{
        display: none;
    }

    #blog .header-article figure .content h3{
        font-size: 26px;
    }

    #blog .header-article figure .content p{
        font-size: 16px;
    }

    #blog .filtres form{
        display: flex;
    }

    #blog .header-article figure img{
        aspect-ratio: 1080/388;
    }

    #blog .filtres {
        justify-content: space-between;
        flex-direction: row-reverse;
        max-width: 720px;
        padding: 20px;
        margin: 0 auto;
        align-items: center;
    }

    #blog .filtres input{
        margin-bottom: 0;
        width: 248px;
    }

    #blog .filtres div{
        margin-right: unset;
    }

    #blog .filtres div a{
        font-size: 14px;
    }

    #blog .trait-separateur{
        background: transparent;
        height: 1px;
        width: 100%;
    }

    #blog .trait-separateur div{
        background: var(--grisblanc);
        height: 1px;
        width: 100%;
    }

    #blog .header-article .excerpt-mobile {
        display: none;
    }

    #blog .header-article .excerpt-desktop {
        display: block;
    }

    .post-card:hover .savoir-plus{
        opacity: 1;
        max-height: 300px;
        overflow: visible;
        padding: 16px 0 10px;
    }

    .nos-partenaires .partenaires .partenaire img,
    .nos-partenaires .partenaires .partenaire svg {
        width: unset;
    }

    main#single-post > div > article .post-info h1,
    main#single-offre > div > article .offre-info h1{
        color: var(--bleufonce);
        font-size: 36px;
    }

    /* SINGLE BIEN -------------------------------------------------------------------------------------------------*/

    .single-bien .banniere .slider-images figure,
    .single-bien .banniere figure.image-default{
        height:75vh;
    }

    .single-bien .banniere .arrow-left-slick,
    .single-bien .banniere .arrow-right-slick{
        width: 43px;
        right:50px;
        height: 43px;
    }

    .single-bien .banniere .arrow-left-slick{
        left: 50px;
        right: unset;
    }

    .single-bien .banniere .banniere-infos-bien{
        border-radius: 8px;
    }

    .single-bien .banniere .banniere-infos-bien .wrapper{
        padding: 0 20px 20px;
    }

    .single-bien .banniere .banniere-infos-bien .wrapper .localisation{
        padding-top: 30px;
        font-size: 16px;
    }

    .single-bien .banniere .banniere-infos-bien .wrapper .localisation svg{
        width:20px;
        height: 20px;
    }

    .single-bien .banniere .banniere-infos-bien .wrapper .dpe-ges-etiquettes{
        gap:12.45px;
    }

    .single-bien .banniere .banniere-infos-bien .wrapper .titre-actions h1{
        font-size: 36px;
    }

    .single-bien .banniere .banniere-infos-bien .wrapper .titre-actions .actions > div{
        width: 29px;
        height: 29px;
    }

    .single-bien .banniere .banniere-infos-bien .wrapper .titre-actions .actions svg,
    .single-bien .banniere .banniere-infos-bien .wrapper .titre-actions .actions .like svg{
        width: 29px;
        height: 29px;
        cursor: pointer;
    }

    .single-bien .banniere .banniere-infos-bien .wrapper .titre-actions .actions .map,
    .single-bien .banniere .banniere-infos-bien .wrapper .titre-actions .actions .print{
        display: flex;
    }

    .single-bien .banniere .banniere-infos-bien .wrapper .infos-bien .attributs{
        gap:15px;
    }

    .single-bien .banniere .banniere-infos-bien .wrapper .infos-bien .attributs .attribut:not(:last-child){
        padding-right: 15px;
    }

    .single-bien .banniere .banniere-infos-bien .wrapper .infos-bien .attributs .attribut svg{
        width:34px;
        height: 34px;
    }

    .single-bien .banniere .banniere-infos-bien .wrapper .infos-bien .attributs .attribut span{
        font-size: 16px;
    }

    .single-bien .banniere .banniere-infos-bien .wrapper .infos-bien .prix-ref .prix{
        font-size: 20px;
    }

    #single-bien > .tabs.fixed{
        padding: 0 20px;
        max-width: 940px;
    }

    .titre-section-bien{
        font-size: 26px;
    }

    .single-bien #caracteristiques .liste-caracteristiques{
        flex-direction: column;
        gap:20px;
    }

    .single-bien #caracteristiques .liste-caracteristiques.two-columns .details-pieces{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 5px 30px;
    }

    .single-bien #caracteristiques .liste-caracteristiques.three-columns .details-pieces{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 5px 30px;
    }

    .single-bien #caracteristiques .liste-caracteristiques .details-pieces{
        width: 100%;
    }

    .single-bien #caracteristiques .liste-caracteristiques .details-pieces .conso-wrapper{
        flex-direction: row;
        width: 100%;
    }

    .single-bien #caracteristiques .liste-caracteristiques .details-pieces .conso-wrapper .conso{
        width: 50%;
    }

    .single-bien #caracteristiques .liste-caracteristiques .liste-pieces{
        border-bottom:0;
        padding-bottom: 0;
        padding-right: 20px;
        width: 100%;
        border-right: 1px solid var(--grisblanc, #F6F6F6);
    }

    .custom-galerie .slider-principal img{
        aspect-ratio: 900/578;
    }

    .custom-galerie .slider-nav img{
        aspect-ratio: 217/135;
    }

    .custom-galerie .custom-popup{
        padding:50px;
    }

    .custom-galerie .custom-popup .close{
        top: 20px;
        right: 20px;
    }

    .single-bien #caracteristiques .pagination-custom{
        display: none;
    }

    .single-bien #caracteristiques .wrapper-caracteristiques .liste .titre-categorie,
    .single-bien #caracteristiques .wrapper-caracteristiques .arrow-left,
    .single-bien #caracteristiques .wrapper-caracteristiques .arrow-right{
        display: none;
    }

    .single-bien #caracteristiques .wrapper-caracteristiques .liste{
        display: none;
    }

    .single-bien #caracteristiques .wrapper-caracteristiques .liste.active{
        display: flex;
    }

    .single-bien #caracteristiques .categories{
        display: flex;
        gap:30px;
        align-items: center;
        justify-content: center;
    }

    .single-bien #caracteristiques .categories .titre-categorie{
        position: relative;
    }

    .single-bien #caracteristiques .categories .titre-categorie:not(:last-child)::before{
        content:'';
        width:5.5px;
        height: 5.5px;
        background: var(--bleuclair);
        position: absolute;
        right: -15px;
        top:50%;
        transform:translate(50%, -50%);
        display: block;
        border-radius: 100%;
    }

    .single-bien #caracteristiques .categories .titre-categorie span{
        color: var(--shades-noir-2, #939696);
        text-align: center;
        font-family: Silvana, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.17px;
        cursor: pointer;
        white-space: nowrap;
    }

    .single-bien #caracteristiques .categories .titre-categorie span.active{
        color: var(--shades-noir, #221E20);
    }

    .single-bien #caracteristiques .liste-wrapper{
        margin-top:40px;
    }

    .single-bien .iframe-wrapper{
        padding-bottom: 41.25%;
    }

    .single-bien #diagnostics .infos > div p{
        font-size: 14px;
    }

    .single-bien #diagnostics .infos{
        flex-direction: row;
        gap:20px;
    }

    .single-bien #diagnostics .infos > div figure .value-conso span{
        font-size: 8.542px;
    }

    .single-bien #diagnostics .infos > div{
        width: 50%;
    }

    .single-bien #calculateurs .tabs{
        flex-direction: row;
        gap:65.5px;
        justify-content: center;
    }

    .single-bien #annonces-similaires{
        padding-top: 100px;
    }

    .wp-block-embed iframe{
        width: 100%;
        aspect-ratio: 635/322;
        height: 100%;
    }

    /* SITEMAP -------------------------------------------------------------------------------------------------*/

    .wsp-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 960px;
        padding: 40px 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .wsp-container h2{
        font-size: 36px;
    }

    /* BOTTOM BAR -------------------------------------------------------------------------------------------------*/

    .bottom-bar {
        display: none;
    }

    .post-card:hover .savoir-plus{
        opacity: 1;
        max-height: 300px;
        overflow: visible;
        padding: 16px 0 10px;
    }

    .nos-partenaires .partenaires .partenaire img,
    .nos-partenaires .partenaires .partenaire svg{
        width: unset;
    }
}

@media screen and (min-width : 992px){
    .container,
    .wsp-container{
        max-width: 960px;
    }

    .titre br{
        display:none;
    }

    .top-header{
        top: 0;
    }

    header .container.desktop .menu{
        gap: 40px;
    }

    header .container.desktop nav{
        gap: 40px
    }

    header{
        /*padding: 18px 0;*/
    }

    header .container.mobile{
        display: none;
    }

    header .container.desktop{
        display: flex!important;
        justify-content: space-between;
        align-items: center;
    }

    header .container.desktop .logo figure{
        display: flex;
    }

    header .container.desktop .logo img,
    header .container.desktop .logo svg{
        height: 80px;
        width: 160px;
    }

    header .container.desktop nav .btn{
        padding: 8px 20px;
    }

    header .container.desktop nav{
        display: flex;
        align-items: center;
        gap: 20px
    }

    header .container.desktop .menu-item-has-children .sub-menu{
        display: none;
    }

    header .container.desktop .menu{
        display: flex;
        list-style: none;
        gap: 20px;
    }

    header .container.desktop .menu li{
        position: relative;
    }

    header .container.desktop .menu li a{
        color: var(--shades-blanc);
        text-align: center;
        font-family: Trenda, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    header .container.desktop .menu li.current-menu-item a,
    .desktop.top-menu ul li.current-menu-item a,
    header .container.desktop .menu li a:hover,
    .desktop.top-menu ul li a:hover{
        color: var(--bleuclair);
        cursor: pointer;
    }

    header .container nav ul li.menu-item-has-children > a{
        padding-right: 32px;
    }

    header .container nav ul li.menu-item-has-children > a:after{
        width: 22px;
        height: 22px;
    }

    header .mega-menu{
        display: none;
        position: absolute;
        width: 100%;
        background: white;
        left: 0;
        top: 100%;
        padding: 50px 0;
    }

    header .mega-menu.active{
        display: block;
    }

    header .mega-menu .container{
        display: flex;
        gap: 50px;
    }

    header .mega-menu .container .description{
        max-width: 450px;
        width: 25%;
        padding-right: 19px;
        border-right: 1px solid var(--grisblanc);
    }

    header .mega-menu .container .list-sub-menu{
        width: 75%;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        gap: 20px 0;
    }

    header .mega-menu .container .list-sub-menu > div {
        width: 33.3333333%;
        display: flex;
        flex-direction: column;
        grid-gap: 20px;
    }

    header .mega-menu .container .list-sub-menu a{
        color: var(--shades-blanc);
        font-family: sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }


    header .mega-menu .container .list-sub-menu a.active{
        color: var(--bleuclair);
    }

    header .mega-menu .container .description h2{
        color: var(--bleufonce);
        font-family: sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 30px;
    }

    header .mega-menu .container .description p{
        color: var(--shades-blanc);
        font-family: sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 325;
        line-height: normal;
    }

    .container.min{
        max-width:940px;
    }

    /* SINGLE BIEN -------------------------------------------------------------------------------------------------*/

    #single-bien > .tabs{
        margin-top: 20px;
    }

    #single-bien > .tabs .tabs-wrapper{
        gap:0;
        padding:0;
        justify-content: space-between;
    }

    .single-bien #diagnostics .infos > div{
        width: 50%;
        grid-template-columns: 1.5fr 3fr;
    }

    .single-bien #diagnostics .infos > div.conso{
        grid-template-columns: 105px 3fr;
    }

    .single-bien #caracteristiques .categories{
        gap:60px;
    }

    .single-bien #caracteristiques .categories .titre-categorie:not(:last-child)::before{
        right: -30px;
    }

    .single-bien #contact-agence .infos-agence{
        flex-direction: row;
        align-items: stretch;
    }

    div:not(div.content-popup-marker) > .carte-bien{
        display: flex;
        position: relative;
    }

    div:not(.content-popup-marker) > .carte-bien .slider-photo{
        width: 57.7%;
    }

    div:not(.content-popup-marker) > .carte-bien figure.slider-photo{
        transition: .5s;
        border-radius: 4px 0 0 4px;
    }

    div:not(.content-popup-marker) > .carte-bien figure.slider-photo .prev-click,
    div:not(.content-popup-marker) > .carte-bien figure.slider-photo .next-click{
        display: block;
    }

    div:not(.content-popup-marker) > .carte-bien figure.slider-photo img{
        aspect-ratio: 623 / 297;
    }

    div:not(.content-popup-marker) > .carte-bien figure.slider-photo div.no-picture{
        height: 297px;
    }

    div:not(.content-popup-marker) > .carte-bien figure .tag{
        top: 15px;
        left: 15px;
        font-size: 14px;
        padding: 4px 15px;
    }

    div:not(.content-popup-marker) > .carte-bien .content{
        transition: .5s;
        width: 42.3%;
        padding: 15px 30px 20px 30px;
        border-radius: 0 4px 4px 0;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        z-index: 10;
    }

    div:not(.content-popup-marker) > .carte-bien .content .reference-bien{
        bottom: 80px;
        top: unset;
        right: unset;
    }

    div:not(.content-popup-marker) > .carte-bien .content .reference-bien.mobile-ref{
        display: none;
    }

    div:not(.content-popup-marker) > .carte-bien .content .reference-bien.desktop-ref{
        display: block;
        margin: 10px 0;
    }

    div:not(.content-popup-marker) > .carte-bien .content .loc-prix{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
    }

    div:not(.content-popup-marker) > .carte-bien .content a.btn{
        opacity: 0;
        margin: unset;
    }

    div:not(.content-popup-marker) > .carte-bien .content:hover a.btn{
        opacity: 1;
    }

    div:not(.content-popup-marker) > .carte-bien .content{
        position: absolute;
    }

    div:not(.content-popup-marker) > .carte-bien .bottom-content .infos div span{
        font-size: 14px;
    }

    div:not(.content-popup-marker) > .carte-bien .bottom-content .infos figure svg{
        width: 25px;
    }

    div:not(.content-popup-marker) > .carte-bien .content .top-content{
        height: calc(100% - 42px);
        flex-direction: column;
        justify-content: center;
    }

    div:not(.content-popup-marker) > .carte-bien .content .top-content h3{
        font-size: 24px;
    }

    div:not(.content-popup-marker) > .carte-bien .content .top-content > div{
        font-size: 20px;
    }

    div:not(.content-popup-marker) > .carte-bien .content .bottom-content .actions{
        position: absolute;
        top: 15px;
        right: 30px;
    }

    div:not(.content-popup-marker) > .carte-bien .bottom-content .actions svg{
        width: 23px;
        height: 23px;
    }

    div:not(.content-popup-marker) > .carte-bien .content:hover{
        width: 50%;
    }

    div:not(.content-popup-marker) > .carte-bien figure.slider-photo .next-click{
        width:25%;
    }

    div:not(.content-popup-marker) > .carte-bien:hover .slick-dots{
        transition: .5s;
    }

    div:not(.content-popup-marker) > .carte-bien .content .localisation,
    div:not(.content-popup-marker) > .carte-bien .content .localisation a,
    div:not(.content-popup-marker) > .carte-bien .content .ref-bien{
        max-width: unset;
    }

    .leaflet-fade-anim .leaflet-map-pane .leaflet-popup{
        top: unset;
    }

    .leaflet-fade-anim .leaflet-popup {
        top: unset;
    }

    .leaflet-popup-content {
        margin: unset;
        width: 350px !important;
        max-width: unset;
    }

    .single-post .custom-galerie .slider-nav .slick-list{
        padding:0 20% !important;
    }

    #blog .articles .container .articles-listing{
        grid-template-columns: 1fr 1fr;
    }

    #blog .articles .container .titre{
        margin: 10px 0;
    }

    #blog .filtres {
        max-width: 960px;
    }

    .offre-card-listing .content .offre-titre{
        font-size: 18px;
    }

    /* SINGLE POST -------------------------------------------------------------------------------------------------*/

    main#single-post .container,
    main#single-offre .container{
        display: flex;
        gap: 60px;
        padding-top: 30px;
    }

    main#single-post .container > article{
        width: 58.8%;
    }

    main#single-offre .container > article{
        width: 61.7%;
    }

    main#single-post > div > article .post-info,
    main#single-offre > div > article .offre-info{
        gap: 0;
        padding: 0 0 50px;
    }

    main#single-post .container > .side{
        width: 41.2%;
        position: relative;
    }

    main#single-offre .container > .side{
        width: 37.4%;
        position: relative;
    }

    main#single-post > div > article .post-info > span,
    main#single-offre > div > article .offre-info > span{
        display: none;
    }

    main#single-post > div > article .post-info .titre-info .transfert,
    main#single-offre > div > article .offre-info .titre-info .transfert{
        display: none;
    }

    main#single-post > div > article .post-info,
    main#single-offre > div > article .offre-info{
        gap: 0;
    }

    main#single-post > div > article .post-info .titre-info,
    main#single-offre > div > article .offre-info .titre-info{
        margin-bottom: 20px;
    }

    main#single-post > div > article .post-info .infos-post .transfert,
    main#single-offre > div > article .offre-info .infos-offre .transfert{
        display: block;
        cursor: pointer;
    }

    main#single-post > div > article .post-info .infos-post dialog .content-popup,
    main#single-offre > div > article .offre-info .infos-offre dialog .content-popup,
    dialog.share-bien .content-popup{
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 50px;
    }

    dialog.share-bien .content-popup h2{
        margin-bottom: 0;
    }

    main#single-post > div > article .post-info .infos-post dialog .content-popup .icon-share,
    main#single-offre > div > article .offre-info .infos-offre dialog .content-popup .icon-share,
    dialog.share-bien .content-popup .icon-share{
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    main#single-post > div > article .post-info .infos-post dialog .content-popup a,
    main#single-offre > div > article .offre-info .infos-offre dialog .content-popup a,
    dialog.share-bien .content-popup a{
        display: flex;
        align-items: center;
        background: var(--bleuclair);
        border-radius: 4px;
        width: 50px;
        height: 50px;
        justify-content: center;
    }

    main#single-post > div > article .post-info .infos-post dialog .content-popup a svg,
    main#single-offre > div > article .offre-info .infos-offre dialog .content-popup a svg,
    dialog.share-bien .content-popup a svg{
        margin: 10px;
        width: 50px;
        height: 50px;
    }

    main#single-post > div > article .post-info .infos-post dialog .content-popup a.fb svg path,
    main#single-offre > div > article .offre-info .infos-offre dialog .content-popup a.fb svg path,
    dialog.share-bien .content-popup a.fb svg path{
        fill: var(--bleuclair);
        stroke: var(--bleuclair2);
    }

    main#single-post > div > article .post-info .infos-post dialog .content-popup a.fb svg,
    main#single-offre > div > article .offre-info .infos-offre dialog .content-popup a.fb svg,
    dialog.share-bien .content-popup a.fb svg{
        margin: 7px;
    }

    main#single-post > div > article .post-info .infos-post dialog .content-popup a.fb svg path.modif,
    main#single-offre > div > article .offre-info .infos-offre dialog .content-popup a.fb svg path.modif,
    dialog.share-bien .content-popup a.fb svg path.modif{
        fill: var(--shades-blanc);
    }

    main#single-post > div > article .post-info .infos-post dialog .content-popup a.mail svg path,
    main#single-offre > div > article .offre-info .infos-offre dialog .content-popup a.mail svg path,
    dialog.share-bien .content-popup a.mail svg path{
        fill: var(--bleuclair);
    }

    main#single-post > div > article .post-info .infos-post dialog .content-popup a.whatsapp svg path.modif,
    main#single-offre > div > article .offre-info .infos-offre dialog .content-popup a.whatsapp svg path.modif,
    dialog.share-bien .content-popup a.whatsapp svg path.modif{
        fill: var(--bleuclair);
    }

    main#single-post > div > article .post-info .infos-post,
    main#single-offre > div > article .offre-info .infos-offre{
        display: flex;
        justify-content: space-between;
    }

    main#single-post > div > article .post-info .date svg,
    main#single-offre > div > article .offre-info .date svg{
        width: 24px;
        height: 24px;
    }

    main#single-post > div > article .post-info .date span,
    main#single-offre > div > article .offre-info .date span{
        font-size: 12px;
    }

    main#single-post > div > article .post-info .infos-post .transfert svg,
    main#single-offre > div > article .offre-info .infos-offre .transfert svg{
        margin: 7px;
    }

    main#single-post > div > article .post-info img,
    main#single-offre > div > article .offre-info img{
        aspect-ratio: 635/370;
    }

    h2.wp-block-heading{
        font-size: 26px;
    }

    h3.wp-block-heading{
        font-size: 24px;
    }

    h4.wp-block-heading{
        font-size: 16px;
    }

    h5.wp-block-heading{
        font-size: 14px;
    }

    main#single-post > div > article .post-content > figure img,
    main#single-offre > div > article .offre-content > figure img{
        aspect-ratio: 635/337;
    }

    main#single-post > div > article .post-content{
        gap: 50px;
        padding: 0;
    }

    main#single-offre > div > article .offre-content{
        padding: 0;
        gap: 30px;
    }

    main#single-offre > div > article .offre-content .offre-content-info{
        flex-direction: row;
        gap: 30px;
    }

    .wp-block-embed iframe{
        width: 100%;
        aspect-ratio: 635/322;
        height: 100%;
    }

    main#single-post .side .sticky .estimer-article,
    main#single-offre .side .sticky .autres-offres{
        padding: 0;
    }

    main#single-post .container > .side .sticky,
    main#single-offre .container > .side .sticky{
        display: flex;
        flex-direction: column;
        gap: 50px;
        position: sticky;
        top: 140px;
    }

    main#single-post .side .sticky .estimer-article,
    main#single-post .side .sticky .autres-articles,
    main#single-offre .side .sticky .estimer-offre,
    main#single-offre .side .sticky .autres-offres{
        padding: 0;
    }

    main#single-post .side .sticky .estimer-article .content-estim h2,
    main#single-post .side .sticky .autres-articles h2,
    main#single-offre .side .sticky .estimer-offre .content-estim h2,
    main#single-offre .side .sticky .autres-offres h2{
        font-size: 24px;
        margin: 0 auto;
    }

    main#single-post .side .sticky .autres-articles .post-card-listing figure{
        width: 24.2%;
        margin-right: 10px;
    }

    main#single-post .side .sticky .autres-articles .post-card-listing figure img{
        aspect-ratio: 84/98;
        height: 98px;
    }

    main#single-post .side .sticky .autres-articles .post-card-listing .content{
        width: 75.8%;
    }

    main#single-post .side .sticky .autres-articles .post-card-listing .content .post-titre{
        font-size: 16px;
    }

    main#single-post .side .sticky .autres-articles .post-card-listing .content .date-post .date{
        font-size: 10px;
    }

    main#single-post .side .sticky .autres-articles .post-card-listing .content .excerpt{
        font-size: 12px;
    }

    main#single-post .side .sticky .autres-articles .liste-categ a {
        font-size: 14px;
    }

    /* FOOTER -------------------------------------------------------------------------------------------------*/

    footer .haut-footer{
        flex-direction: row;
        padding: 50px 0;
    }

    footer .left-footer{
        width: 28.5%;
    }

    footer .haut-footer .right-footer{
        flex-direction: row;
        gap: 60px;
        width: 70.5%;
        padding: 0;
    }

    footer .haut-footer .left-footer .logo svg,
    footer .haut-footer .left-footer .logo img{
        width: 130.583px;
        height: 119.842px;
    }

    footer .haut-footer .right-footer .footer-menu{
        width: 100%;
        gap: 20px;
    }

    footer .bas-footer{
        flex-direction: row;
        gap: 50px;
        justify-content: center;
        padding: 10px 0;
    }

    footer .bas-footer .mentions-legales,
    footer .bas-footer .mentions{
        flex-direction: row;
        gap: 50px;
    }

    footer .bas-footer .mentions-legales span{
        display: none;
    }

    footer .bas-footer .mentions .mention p,
    footer .bas-footer .mentions .mention a,
    footer .bas-footer .mentions-legales > *{
        font-size: 12px;
    }

    footer .bas-footer .mentions .mention p a{
        color: var(--shades-noir-2)!important;
        text-decoration: unset!important;
    }

    footer .bas-footer .mentions .mention p a:hover{
        color: var(--shades-blanc)!important;
        text-decoration: unset!important;
    }
}

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

    /* SINGLE ANNONCES IMMO -------------------------------------------------------------------------------------------------*/

    .single-annonces-immo section.listing-annonces-immo.container-large{
        display: flex;
        gap: 50px;
    }

    .single-annonces-immo section.listing-annonces-immo.container-large .gauche{
        width: 70%;
    }

    .single-annonces-immo section.listing-annonces-immo.container-large .droite{
        display: flex;
    }

    .single-annonces-immo section.listing-annonces-immo.container-large .droite .section-droite h2{
        text-align: left;
    }

    .single-annonces-immo section.listing-annonces-immo.container-large div:not(.content-popup-marker) > .carte-bien figure.slider-photo img{
        aspect-ratio: 627 / 400;
    }

    .single-annonces-immo section.zoom-sur-ville .content-zoom-sur-ville{
        flex-direction: row;
    }

    .single-annonces-immo section.zoom-sur-ville .content-zoom-sur-ville figure{
        width: 40%;
    }

    .single-annonces-immo section.zoom-sur-ville .content-zoom-sur-ville .description{
        width: 60%;
    }

    .container,
    .wsp-container{
        max-width: 1120px;
    }

    header .mega-menu .container .description{
        width: 100%;
    }

    header .mega-menu .container .list-sub-menu{
        width: calc(100% - 450px);
    }

    #blog .filtres {
        max-width: 1120px;
    }

    .carte-bien .content .reference-bien{
        bottom: 110px;
    }

    div:not(.content-popup-marker) > .carte-bien .content .top-content .localisation{
        margin-bottom: 10px;
    }
}

@media screen and (min-width : 1400px){
    .container.big{
        max-width: 1270px;
    }

    .single-annonces-immo section.listing-annonces-immo.container-large div:not(.content-popup-marker) > .carte-bien figure.slider-photo img{
        aspect-ratio: 627 / 350;
    }
}

@-webkit-keyframes like {
    0%   { transform: scale(1); }
    90%   { transform: scale(1.2); }
    100% { transform: scale(1.1); }
}

@-webkit-keyframes unlike {
    0%  { transform: scale(1.1); }
    90%   { transform: scale(1.2); }
    100%   { transform: scale(1); }
}

@-webkit-keyframes slideOut {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-150%); }
}

#wpadminbar{
    display: none;
}
