/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
details,
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}

/* ===============================================
   VARIABLES CSS
   =============================================== */
:root {
  --rouge: #cf1143;
  --ink: #707070;
  --dark: #202020;
  --beige: #f8f5f4;
}

/* ===============================================
   STYLES GÉNÉRAUX
   =============================================== */
body {
  font-family: Prompt, arial, sans-serif;
  color: var(--ink);
padding-top: 79px;
}

body.single-bien {
  background-color: var(--beige) !important;
}

body.single-bien header {
  background-color: white !important;
}

.wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

/* Classes utilitaires */
.fg-1 {
  flex-grow: 1;
}

li.separator {
  width: 100% !important;
  margin: 0px 0 10px;
  height: 1px;
  background-color: #eee;
}

/* ===============================================
   HEADER SITE (Elementor)
   =============================================== */
.elementor-location-footer .e-con-inner,
#content .e-con-inner,
header .e-con-inner {
  max-width: 1240px !important;
}

header.elementor.elementor-650{
    top: 0;
    left: 0;
    width: 100%;
    height: 79px;
    background-color: white;
	position: fixed !important;
	z-index:1000;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px 0px;
}

/* ===============================================
   FOOTER (Elementor)
   =============================================== */
div#topFooter {
  position: relative;
}

/* Triangle rouge footer */
div#topFooter .triangleWrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  left: 0;
}

div#topFooter .triangleInner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

div#topFooter .triangleWrapper .leftTr {
  position: absolute;
  height: 200px;
  width: 100%;
  background: var(--e-global-color-primary);
  top: 0;
  left: 0;
  transform: rotate(5deg);
  transform-origin: top left;
}

div#topFooter .triangleWrapper .rightTr {
  position: absolute;
  height: 200px;
  width: 100%;
  background: var(--e-global-color-primary);
  top: 0;
  right: 0;
  transform: rotate(-5deg);
  transform-origin: top right;
}

div#bottomFooter > .e-con-inner {
  border-top: 2px solid white;
  padding: 30px 0;
}

div#bottomFooter .elementor-widget-text-editor p {
  margin: 0;
}

.elementor-location-footer .elementor-nav-menu a {
  padding-left: 0 !important;
}

div#topFooter .elementor-widget-html {
  position: static;
}

/* Position icônes dans boite collaborateurs */
.peopleBox {
  position: relative;
}

.peopleBox .phoneCall {
  position: absolute;
  top: 10px;
  right: 68px;
}

.peopleBox .enveloppe {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* ===============================================
   BLOG
   =============================================== */
.blog main#content {
  max-width: 1240px;
}

.archiveWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
  padding-bottom: 40px;
}

.archiveWrapper article.post {
  width: calc(33.33% - 27.667px);
  transition: 0.3s all ease-in-out;
  background-color: var(--e-global-color-0ec0c82);
  padding: 0;
}

.archiveWrapper article.post > a:first-child {
  display: block;
  height: 220px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.archiveWrapper article.post h2.entry-title {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.15;
  transition: 0.3s all ease-in-out;
}

.archiveWrapper article.post h2.entry-title a,
.innerPost p {
  transition: 0.3s all ease-in-out;
}

article .innerPost {
  padding: 0 15px 15px;
}

.archiveWrapper article.post:hover {
  background-color: var(--e-global-color-primary);
}

.archiveWrapper article.post:hover .innerPost * {
  color: white !important;
}

.archiveHeader {
  background-color: var(--e-global-color-0ec0c82);
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 40px;
}

.archiveHeader * {
  margin: 0;
  color: var(--e-global-color-primary);
  font-weight: 600;
}

.archiveHeader .post-meta * {
  font-weight: 400;
}

.archiveHeader h1 {
  margin-bottom: 10px;
}

.postBlogContent {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 20px 60px;
}

.post-categories {
  display: flex;
  justify-content: center;
  padding: 10px 20px 20px;
}

.post-categories .category-link {
  background-color: var(--e-global-color-primary);
  color: white;
  padding: 6px 12px;
  border-radius: 18px;
  margin: 0 6px;
  transition: 0.3s all ease-in-out;
}

.post-categories .category-link:hover {
  background-color: #707070;
}

/* ===============================================
   PAGE IMMOBILIER - SECTION HERO
   =============================================== */
div#topSearch {
  height: 380px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
}

div#topSearch h1 {
  margin: 0;
  color: var(--rouge);
  font-weight: 700;
  font-size: 48px;
}
/* ===============================================
   FILTER SEARCH SIDEBAR
   =============================================== */

div#filterCanvas {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 460px;
  max-width: 100%;
  background-color: white;
  z-index: 5000;
  transform: translateX(100%);
  transition: 0.3s all ease-in-out;
}

.filter-is-open #filterCanvas {
  transform: none;
}
.admin-bar div#filterCanvas .filterHeader {
  margin-top: 32px;
}
.filterHeader {
  height: 79px;
  background-color: #eee;
  cursor: pointer;
}

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.35);
  z-index: 4;
  opacity: 0;
  transition: 0.3s opacity ease-in-out;
  pointer-events: none;
}

.filter-is-open #overlay {
  opacity: 1;
  width: 100vw;
  pointer-events: auto;
}

.filterHeader {
    background-color: var(--rouge);
    padding: 20px;
    display: flex;
    align-items: center;
    color: white;
    font-weight: 600;
    font-size: 24px;
}

form#filterForm {
    padding: 20px;
}

form#filterForm fieldset {
    display: block;
    max-width: 100%;
    border: 0;
    padding: 0;
    margin-bottom: 30px;
}

form#filterForm .splitter {
    display: flex;
    justify-content: space-between;
}

form#filterForm .splitter input {
    max-width: 180px;
	border-color: #ddd
}

form#filterForm .splitter span {
    display: block;
	color: var(--rouge);
}

.roomsBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.roomsBox label {
    display: flex;
    height: 32px;
    min-width: 32px;
    border: 1px solid #eee;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.roomsBox input:checked + label{
	background-color: var(--rouge);
	color: white
}
.roomsBox label.between{
	background-color: rgba(207, 17, 66, .2);
	border-color: rgba(207, 17, 66, .2);
}

button#resetFilter {
    background-color: white;
    border-width: 2px;
    color: var(--rouge);
}

form#filterForm > div:last-child {
    display: flex;
    justify-content: space-between;
}

span.select2 span,
span.select2 {
    border-color: #ddd !important;
}


form#filterForm fieldset > strong:first-child {
    display:  block;
    font-weight: 600;
    margin-bottom: 8px;
}
/* ===============================================
   PAGE IMMOBILIER - BARRE DE RECHERCHE
   =============================================== */

.filter-is-open .displayBiens {
    pointer-events: none;
}

div#searchBar {
  margin: 40px auto;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
  color: var(--ink);
}


@media screen and (min-width: 1300px) {
  div#searchBar .itemRecherche {
    min-width: 180px;
  }
}

div#searchBar > div {
  flex-grow: 1;
}

div#searchBar select {
  color: var(--ink);
}

div#searchBar ::placeholder {
  color: var(--ink);
}

div#searchBar button,
div#searchBar input,
div#searchBar select {
  border: 0;
  height: 60px;
  outline: none !important;
  box-shadow: none !important;
}

div#searchBar input{
	pointer-events: none
}

div#searchBar .typeRecherche,
div#searchBar .localisationRecherche {
  padding-right: 10px;
}

div#searchBar .typeRecherche,
div#searchBar .localisationRecherche,
div#searchBar .surfaceRecherche,
div#searchBar .budgetRecherche {
  border-right: 1px solid #ddd;
	
}

div#searchBar button.plusRecherche {
  border-right: 1px solid white;
}


/* ===============================================
   PAGE IMMOBILIER - OPTIONS D'AFFICHAGE
   =============================================== */
div#triBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}

div#triBox .roomsBox {
  border: 2px solid var(--rouge);
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}

div#triBox .roomsBox input {
  display: none;
  cursor: pointer;
}

div#triBox .roomsBox label {
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0 20px;
}

div#triBox .roomsBox input:checked + label {
  background-color: var(--rouge);
  color: white;
}

div#triBox .right .alerte {
  background-color: var(--ink);
  height: 40px;
  border: 0;
}

/* ===============================================
   LISTE DES BIENS - CARTES
   =============================================== */
.wrapperBiens {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 40px;
  padding: 40px 0;
}

.biens-list.wrapperBiens {
  padding-top: 0;
}

.bien {
  width: calc(33.3333% - 26.6667px);
  min-height: 240px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
  position: relative;
}

.bien .linkPost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
}

/* Image de couverture des biens */
.bien .coverBien {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 240px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px;
  transition: 0.3s all ease-in-out;
  position: relative;
}

.bien .coverBien > div {
  position: relative;
  z-index: 3;
}

.bien .coverBien:before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  transition: 0.3s all ease-in-out;
}

/* Icône coeur */
.bien .square {
  background-color: var(--rouge);
  height: 32px;
  min-height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bien .square i {
  color: white;
  font-size: 20px;
}

/* Top des cartes (coeur + tags) */
.bien .coverBien .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bien .top .tagbox {
  text-align: right;
  padding-left: 80px;
}

/* Tags */
.tagbox span.tag {
  padding: 4px 8px;
  color: white;
  background-color: purple;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: inline-block;
}

/* Prix sur les cartes */
.bien .bottom span {
  font-weight: 600;
  font-size: 24px;
  color: white;
  transition: 0.3s all ease-in-out;
}

/* Contenu textuel des cartes */
.bien .contentBien {
  padding: 0 20px 20px;
  transition: 0.3s all ease-in-out;
}

.bien .contentBien * {
  transition: 0.3s all ease-in-out;
}

.bien .contentBien .titleBien {
  color: var(--rouge);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
  height: 80px;
  align-items: center;
  margin: 0;
}

.bien .pieceTaille {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}

.bien .pieceTaille i,
.bien .localisation i {
  color: var(--dark);
  font-size: 19px !important;
}

.bien .pieceTaille span,
.bien .localisation span {
  font-size: 17px;
}

/* Effets hover sur les cartes */
.bien:hover .contentBien * {
  color: white !important;
}

.bien:hover .contentBien {
  background-color: var(--rouge);
}

.bien:hover .coverBien:before {
  opacity: 0;
}

/* ===============================================
   PAGINATION
   =============================================== */
nav.navigation.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-bottom: 80px;
}

.pagination .nav-links {
  display: flex;
}

.nav-links span.page-numbers.current,
.nav-links a {
  display: block;
  height: 34px;
  min-width: 34px;
  background-color: var(--rouge);
  color: white;
  margin: 0 10px;
  line-height: 32px;
  text-align: center;
  padding: 0 12px;
  border: 2px solid var(--rouge);
  transition: all 0.3s ease-in-out;
}

.pagination span.page-numbers.dots {
  font-size: 24px;
  display: block;
  height: 34px;
  min-width: 20px;
  text-align: center;
  line-height: 24px;
}

.nav-links span.page-numbers.current {
  background-color: white !important;
  color: var(--rouge) !important;
  max-width: 34px;
  padding: 0;
}

.nav-links span.page-numbers.current:hover,
.nav-links a:hover {
  background-color: var(--ink) !important;
  border-color: var(--ink) !important;
  color: white !important;
}



/* ===============================================
   SINGLE BIEN - STRUCTURE GÉNÉRALE
   =============================================== */
#bien {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
  margin-top: 40px;
  margin-bottom: 80px;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
}

#mainBien {
  display: flex;
}

/* ===============================================
   SINGLE BIEN - HEADER
   =============================================== */
.headerBien .headerTop {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.headerBien h1 {
  margin: 0;
  color: #d94865;
  font-size: 26px;
  max-width: 50%;
  line-height: 1.25;
}

.headerBien .headerTop .localisationBien {
  color: white;
  font-weight: 500;
  font-size: 20px;
}

.headerBien span.price {
  display: flex;
  height: 50px;
  align-items: center;
  padding: 0 30px;
  background-color: var(--beige);
  color: var(--rouge);
  font-weight: 500;
  font-size: 20px;
  border-radius: 25px;
}

/* Image principale et galerie */
.headerBien .headerMiddle {
  height: 640px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.headerMiddle .tagbox {
  padding: 10px 20px;
}

.headerMiddle .tagbox .tag {
  font-size: 15px;
  font-weight: 500;
}

.headerMiddle .wrapperGallery {
  background-color: rgba(0, 0, 0, 0.3);
  overflow-x: auto;
  padding: 10px 20px;
  width: 100%;
}

.headerMiddle .galleryBien {
  display: flex;
  min-width: 200%;
  height: 90px !important;
}

.headerMiddle .galleryBien .swipebox {
  margin-right: 20px;
}

.headerMiddle .galleryBien .swipebox img {
  width: auto;
  height: 90px;
}

/* ===============================================
   SINGLE BIEN - CONTENU PRINCIPAL
   =============================================== */
#mainBien .contentBien {
  flex-grow: 1;
}

/* Informations principales */
.contentBienTop {
  background-color: var(--beige);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contentBienTop div {
  color: var(--rouge);
  font-weight: 500;
  font-size: 18px;
}

.contentBienTop div:first-letter {
  text-transform: uppercase;
}

/* Description */
.descriptionBien {
  padding: 20px;
}

.contentBien h2 {
  margin: 0 0 15px;
  font-size: 22px;
  color: #444;
  font-weight: 500;
}

/* Détails du bien */
.detailsWrapper {
  padding: 0 20px 20px;
}

.contentBien .detailsBien {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.contentBien .detailsBien li {
  width: 50%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.contentBien .detailsBien li i {
  margin-right: 10px;
  color: var(--rouge);
}

/* ===============================================
   SINGLE BIEN - DPE
   =============================================== */
.dpeWrapper {
  padding: 20px;
  background-color: var(--beige);
}

ul.dpe-details {
  border: 1px solid #ccc;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  background-color: white;
}

ul.dpe-details li {
  padding: 8px;
  font-size: 14px;
}

ul.dpe-details li:not(:first-child) {
  border-left: 1px solid #ccc;
}

ul.dpe-details li span {
  display: block;
  font-weight: 600;
}

/* Classes DPE par note */
.dpe-details li[dpeClasse="A"] {
  background-color: #009640;
  color: #fff;
}

.dpe-details li[dpeClasse="B"] {
  background-color: #48b749;
  color: #fff;
}

.dpe-details li[dpeClasse="C"] {
  background-color: #ffd900;
  color: #000;
}

.dpe-details li[dpeClasse="D"] {
  background-color: #ffa500;
  color: #000;
}

.dpe-details li[dpeClasse="E"] {
  background-color: #ff6f00;
  color: #fff;
}

.dpe-details li[dpeClasse="F"] {
  background-color: #e60000;
  color: #fff;
}

.dpe-details li[dpeClasse="G"] {
  background-color: #b60000;
  color: #fff;
}

/* ===============================================
   SINGLE BIEN - SIDEBAR
   =============================================== */
#mainBien aside {
  background-color: var(--rouge);
  padding: 20px;
  min-width: 380px;
}

aside,
.stickySidebar {
  color: white;
  text-align: center;
}

.referenceBien {
  text-align: center;
}

/* Agent Box */
.agentBox {
  margin: 20px 0;
  border: 1px solid white;
  border-radius: 8px;
  padding: 20px;
}

.agentBox h3.agentTitle {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 20px;
}

.agentBox p {
  margin: 0;
  line-height: 1.75;
}

.agentBox button {
  background-color: white;
  display: block;
  width: 100%;
  color: var(--rouge);
  font-weight: 500;
  margin: 10px 0 0;
}

.hiddenData {
  display: none;
  padding-top: 10px;
}

/* ===============================================
   LIGHTBOX
   =============================================== */
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  max-height: 90% !important;
}

/* ===============================================
   RESPONSIVE - TABLET (max-width: 1024px)
   =============================================== */
@media screen and (max-width: 1024px) {
  body {
    padding-top: 60px;
  }

  /* Header mobile */
  div#mobileTop {
    padding: 0;
    min-height: 0;
    height: auto;
    position: fixed;
    top: 0px;
    right: 0px;
    left: auto;
    width: 140px;
  }

  div#mobileTop > div {
    padding: 0;
  }

  div#mobileTop a.elementor-button.elementor-button-link {
    width: 140px;
    height: 60px;
    font-size: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header[data-elementor-id="650"] {
    height: 60px !important;
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    background: white;
  }

  header[data-elementor-id="650"] .elementor-widget-image img {
    height: 40px !important;
    width: auto !important;
  }

  /* Menu mobile */
  .e-off-canvas__no-scroll main#content {
    z-index: -1;
    position: relative;
  }

  .e-off-canvas__content {
    width: 100% !important;
  }

  div#mobileCanvas .elementor-button {
    width: 100% !important;
    height: 44px !important;
  }

  div#mobileCanvas ul li {
    margin-bottom: 10px;
  }

  div#mobileCanvas ul li a {
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
  }

  /* Blog responsive */
  .archiveWrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .archiveWrapper article.post {
    width: calc(50% - 20px);
  }
}

/* ===============================================
   RESPONSIVE - MOBILE (max-width: 767px)
   =============================================== */
@media screen and (max-width: 767px) {
  /* Footer responsive */
  div[data-elementor-type="footer"] a.elementor-icon {
    font-size: 20px !important;
    padding: 0px !important;
    min-width: 46px;
    min-height: 46px;
    display: flex;
    justify-content: center;
  }

  div[data-id="f01b08e"] {
    --widgets-spacing-column: 10px !important;
    text-align: center;
    justify-content: center;
    padding-bottom: 20px;
  }

  div[data-elementor-type="footer"] h3.elementor-heading-title span,
  div[data-elementor-type="footer"] h3.elementor-heading-title {
    font-size: 24px !important;
    text-align: center;
    margin-bottom: 10px;
  }

  div[data-elementor-type="footer"] .elementor-nav-menu--dropdown {
    background-color: transparent;
    color: white;
  }

  div[data-elementor-type="footer"] .elementor-nav-menu--dropdown a {
    color: white;
    text-align: left !important;
    justify-content: flex-start !important;
  }

  /* Blog responsive */
  .archiveWrapper article.post {
    width: 100%;
  }

  /* Page immobilier - Barre de recherche mobile */
  #content div#searchBar {
    margin: 20px;
    flex-wrap: wrap;
  }

  #searchBar button.plusRecherche {
    display: none;
  }

  #searchBar button#searchSubmit {
    height: 44px 
  }

  #content div#searchBar > * {
    width: 50%;
  }

	div#searchBar .itemRecherche:nth-child(n+3) {
    border-top: 1px solid #ddd;
}

div#topSearch {
    height: 300px;
}

div#searchBar .itemRecherche,
div#searchBar .itemRecherche input{
    height: 44px !important
}
  #searchBar .selectedTwo.localisationRecherche {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }

  .selectedTwo.typeRecherche {
    border-bottom: 1px solid #ddd;
  }

  /* Liste des biens mobile */
  .biens-list.wrapperBiens {
    padding: 20px;
  }

  .biens-list.wrapperBiens .bien {
    width: 100%;
  }

  div#triBox {
    padding: 20px;
  }

  /* Single bien mobile */
  div#bien {
    border-radius: 0 !important;
    margin-top: 0;
    box-shadow: none;
  }

  #bien .headerBien .headerTop {
    flex-wrap: wrap;
  }

  #bien .headerBien .headerTop h1 {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
  }

  #bien #mainBien {
    display: block;
  }

  #bien ul.detailsBien li {
    width: 100%;
  }

  .dpeWrapper .dpe-details {
    display: block;
  }

  #bien .contentBienTop .piecesBien {
    display: none;
  }

  #bien .contentBienTop div {
    font-size: 16px;
  }
}

/* ===============================================
   RESPONSIVE - PETITS ÉCRANS (max-width: 640px)
   =============================================== */
@media screen and (max-width: 640px) {
  .archiveWrapper article.post {
    width: 100%;
  }
}