@charset "UTF-8";
/*
Theme Name: Elysion
Author: TT
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elysion
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");
:root {
  --grey: #5B6268;
  --red: #ED1E26;
  --black: #000;
  --light-grey-1: #E2E2E2;
  --light-grey-2: #636363;
  --white: #fff;
  --dark-grey: #222222;
  --grey-dove: #636363;
}

section {
  --wp--style--root--padding-right: 0;
  --wp--style--root--padding-left: 0;
  --wp--style--global--content-size: 100%;
}

.cookieconsent {
  opacity: 1;
  top: unset;
  bottom: 0;
  background-color: #000000;
}
.cookieconsent button.btn.btn-info {
  background-color: #000;
}
.cookieconsent p {
  color: #fff;
}

.fade:not(.show) {
  opacity: 1;
}

body .cookie-notice {
  width: 400px !important;
  max-width: 100% !important;
  background: #11113d !important;
  right: 20px !important;
  left: unset !important;
}
body .cookie-notice .cn-body {
  display: grid;
}
body .cookie-notice p {
  color: #b8b8b8 !important;
}

.main-tt-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1111 !important;
  transition: all ease-in-out 0.2s;
  background-color: #000 !important;
}
.home .main-tt-header {
  background: transparent !important;
}

.is-sticky .main-tt-header {
  padding-block: 5px !important;
}
.home .is-sticky .main-tt-header {
  background: var(--white) !important;
}

p.wp-block-site-title {
  display: none;
}

span.wp-block-navigation-item__label {
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  gap: 10px;
  border-width: 1px 0px;
  border-style: solid;
  border-color: transparent;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
.is-sticky span.wp-block-navigation-item__label {
  font-size: 14px;
}
.home .is-sticky span.wp-block-navigation-item__label {
  color: var(--black);
}
@media (max-width: 575px) {
  .home .is-sticky span.wp-block-navigation-item__label {
    color: #fff;
  }
}
.current-menu-item span.wp-block-navigation-item__label {
  color: var(--red);
  border-color: var(--white);
}
.home .is-sticky .current-menu-item span.wp-block-navigation-item__label {
  color: var(--red);
  border-color: var(--red);
}

.custom-logo {
  transition: all ease-in-out 0.2s;
}

.custom-logo {
  width: 180px;
  height: auto;
}
@media (max-width: 575px) {
  .custom-logo {
    width: 110px;
  }
}
.is-sticky .custom-logo {
  width: 100px;
}

#sticky-wrapper {
  height: 0 !important;
}

.header-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-block-end: 40px;
  padding-inline: 0 !important;
}
@media (min-width: 992px) {
  .header-slider {
    min-height: 650px;
    height: 100svh;
    gap: 120px;
  }
}
.header-slider > * {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .header-slider > div.wp-swiper--0 {
    max-width: unset !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}

.header-slider .wp-block-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 650px;
  height: 100svh;
  -o-object-position: center;
     object-position: center;
}

.slogan {
  /* ELYSION */
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  font-size: clamp(2.5rem, 2.5rem + (5vw - 0.2rem) * 1.283, 5.27rem);
  line-height: 115px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: grid;
  width: 90%;
  max-width: 856px;
  border-top: 1px solid #fff;
  position: absolute;
  top: 250px;
}
@media (min-width: 992px) {
  .slogan {
    position: relative;
    top: unset;
  }
}
.slogan .immo {
  /* IMMO */
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.slogan .immo::after, .slogan .immo::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  display: flex;
}

@media (max-width: 575px) {
  .main-tt-header > div {
    justify-content: space-between;
  }
}
body .wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: white !important;
  mix-blend-mode: difference;
}

.tt-form-main .search-properties-form .form-search {
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.1);
}

ul#breadcrumb {
  padding: 10px 16px;
  list-style: none;
  margin-bottom: 0;
  background: #cacaca;
  border-radius: 10px;
  margin-bottom: 30px;
}

ul#breadcrumb li {
  display: inline;
  font-size: 16px;
  color: #545454;
}

ul#breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "> ";
}

ul#breadcrumb li a {
  color: #000000;
  text-decoration: none;
}

ul#breadcrumb li a:hover {
  color: #545454;
  text-decoration: none;
}

.breadcrumb {
  margin-bottom: 0;
  background: transparent;
}

ul.album-similar {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  list-style: none;
  text-align: center;
  gap: 10px;
}

ul.album-similar li,
.ug-thumb-wrapper.ug-tile.ug-tile-clickable {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
}
ul.album-similar li img,
.ug-thumb-wrapper.ug-tile.ug-tile-clickable img {
  border-radius: 10px;
}

ul.album-similar h4 {
  padding: 10px 0;
  background: #fff;
  width: 100%;
  max-width: 100%;
  margin: auto;
  color: #11113D;
  font-family: "Syne";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
ul.album-similar h4 a {
  color: #2d2d2d;
  text-decoration: none;
  font-size: 16px;
  white-space: break-spaces;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: wrap;
  padding: 10px;
  text-transform: initial;
  display: flex;
}

.album_nav {
  margin: 30px 0;
}
.album_nav a {
  color: white;
  text-decoration: none;
}

.breadcrumb {
  position: absolute;
  top: 0;
}

::-moz-placeholder, .form-control::-moz-placeholder {
  color: #A5A5A5;
  font-family: Syne;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

::-moz-placeholder,
::placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
::-ms-input-placeholder,
.form-control::placeholder {
  color: #A5A5A5;
  font-family: Syne;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

body .form-control {
  display: flex;
  padding: 10px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  background: transparent;
  border-radius: 0;
  color: #fff;
  font-family: Syne;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  border-bottom: 1px solid #35453C;
}

*,
::after,
::before {
  box-sizing: border-box;
}

#contact_form {
  margin: auto;
  width: 100%;
}

.contact-form {
  justify-content: center;
}

textarea {
  height: 112px;
  overflow-y: auto;
}

.main-search .search-properties-form {
  display: grid;
  justify-content: center;
  justify-items: center;
}

.main-search .form-group {
  flex: unset;
  min-width: 195px;
}

.main-search .ere-search-status-tab {
  width: -moz-fit-content;
  width: fit-content;
  margin-block-end: 0;
  background-color: transparent;
}

.main-search .form-search {
  background: #fff;
  padding: 20px;
}

@media (min-width: 1200px) {
  .main-search .form-search .row {
    flex-wrap: nowrap;
  }
}

.main-search .form-control {
  height: unset;
}

label {
  color: var(--black);
}

.ere-search-status-tab {
  background: transparent;
}

.ere-search-status-tab-inner {
  display: flex;
  gap: 2px;
  background: transparent;
}

body .ere-search-status-tab .btn-status-filter {
  background-color: rgba(237, 30, 37, 0.8156862745);
  color: var(--white);
}

body .ere-search-status-tab .btn-status-filter.active {
  background-color: #fff;
  color: var(--black);
}

.submit-search-form button.ere-advanced-search-btn {
  background: var(--red);
  color: var(--white);
  border: none;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 13px 26px;
  gap: 10px;
}

.form-group.submit-search-form {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap button,
span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap optgroup,
span.wpcf7-form-control-wrap select,
span.wpcf7-form-control-wrap textarea {
  width: 100%;
  outline: none;
  border: none;
  /* Frame 16 */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid #ED1E26;
  border-radius: 0px;
  background-color: transparent;
  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

p:has(.wpcf7-submit) {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
p:has(.wpcf7-submit) .wpcf7-submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  background: rgba(237, 30, 38, 0.8);
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  align-items: center;
  text-transform: uppercase;
  border: none;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-150%, -50%);
}

.footer-contact {
  padding-inline: 15px !important;
}

.elys-sidebar-archive,
.tax-properties {
  display: grid;
  gap: 30px;
}

.container-favorites,
.tax-properties > * {
  box-sizing: border-box;
  width: 330px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  gap: 25px;
}
.container-favorites > *,
.tax-properties > * > * {
  width: 100%;
  margin: auto;
}

h5 {
  /* default.houzez.co/Work Sans/Medium 18 */
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
}

.tax-properties ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #DD3333;
}

.tax-properties ul {
  list-style-image: url(assets/images/list-style-image.svg);
}

body:not(.home) .ere-property {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-inline: 0 !important;
}

@media (min-width: 992px) {
  .ere_property-advanced-search-form-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    background: #FFF;
  }
}

.form-search .outer-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .form-search .outer-row {
    flex-wrap: nowrap;
  }
}
.form-search .outer-row .first-row {
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .form-search .outer-row .submit-search-form {
    flex: 0 0 160px;
    max-width: 160px;
    width: 160px;
    padding: 0;
  }
}
.form-search .outer-row .button-advanced {
  min-width: 120px;
}
.form-search .outer-row .button-advanced button {
  width: 100%;
  height: 42px;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.form-search .outer-row .button-advanced button span.icon {
  background: url(assets/images/Icon.png);
  display: block;
  width: 15px;
  height: 15px;
  mix-blend-mode: difference;
}

.button.ere-advanced-search-btn button {
  --red: var(--black) ;
}

body .ere__term-status {
  --ere-loop-property-badge-bg-color: var(--red) !important;
}

.paging-navigation.clearfix {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.paging-navigation.clearfix .page-numbers {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  color: #DD3333;
}
.paging-navigation.clearfix .page-numbers:not(.prev, .next) {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging-navigation.clearfix .page-numbers:not(.prev, .next).current {
  background: var(--red);
  color: var(--white);
}

.property-recently-viewed ul {
  padding-left: 0 !important;
}

.property-recently-viewed li {
  display: grid;
  grid-template-areas: "photo titre titre titre" "photo price price price";
  list-style: none;
}
.property-recently-viewed li > a {
  grid-area: photo;
}
.property-recently-viewed li > h3 {
  grid-area: titre;
  padding-inline-start: 5px;
  line-height: 14px;
}
.property-recently-viewed li > span {
  grid-area: price;
  padding-inline-start: 5px;
  color: var(--black);
}
.property-recently-viewed li h3 > a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #222222;
}

.tt-map {
  position: relative;
  z-index: 111;
}

.single.single-property #container {
  max-width: 1320px;
  width: calc(100vw - 30px);
  margin: auto;
  margin-top: 50px;
  padding-block-start: 10px;
}

.apercu-row > div {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-content: flex-start;
}
.apercu-row > div > .item-specification {
  display: flex;
  flex-direction: column-reverse;
  flex-basis: calc(33% - 20px);
  width: 100%;
  min-width: 160px;
}

h2.ere__single-property-title {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  display: flex;
  align-items: center;
}

.ere__loop-property-status-item {
  /* Link */
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 11px;
  /* default.houzez.co/White */
  color: #FFFFFF;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 7px 10px 6px;
  /* default.houzez.co/Black 65% */
  --ere-loop-property-status-bg-color: rgba(0, 0, 0, 0.65) !important;
  border-radius: 2px;
}

.property-location.ere__loop-property-location.ere__single-property-location {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #636363;
  margin-block-end: 30px;
}

.ere-heading-style2 h2:after,
.ere-heading:after {
  content: none !important;
}

.single-property-element.property-contact-agent.ere__single-property-element.ere__single-property-contact-agent {
  /* default.houzez.co by html.to.design ❤️ FREE version - 29/07/2024, 20:16:18 GMT+3 */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 45px 30px 30px;
  /* ae3immo.projet-test.com/Black */
  background: #000000;
  border-radius: 4px;
  position: sticky;
  top: 90px;
}

.agent-heading {
  display: flex;
  gap: 15px;
}

.agent-name {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #FFFFFF;
}
.agent-name p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}
.agent-name a {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #00AEEF;
}

.agent-icon,
.icon-phone {
  background: url(assets/images/icon-name.svg);
  display: block;
  width: 15px;
  height: 15px;
}

.ere__contact-form.ere__single-agent-contact-form .form-control {
  background: #222222;
  border: 1px solid #636363;
  border-radius: 4px;
}

.needs-validation.ere__form p {
  color: var(--white);
}
.needs-validation.ere__form p a {
  color: #00AEEF;
}

button.btn.btn-primary.ere__btn-submit-contact-form {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1px 13.39px;
  height: 42px;
  background: #61CE70;
  border: 1px solid #61CE70;
  border-radius: 4px;
}

.contact-property span.wpcf7-form-control-wrap input,
.contact-property span.wpcf7-form-control-wrap button,
.contact-property span.wpcf7-form-control-wrap input,
.contact-property span.wpcf7-form-control-wrap optgroup,
.contact-property span.wpcf7-form-control-wrap select,
.contact-property span.wpcf7-form-control-wrap textarea {
  background: #FFFFFF;
  border: 1px solid #DCE0E0;
  border-radius: 4px;
}
.contact-property .form-group p {
  margin-bottom: 0;
  justify-content: start;
}

p.phone {
  display: flex;
  align-items: center;
  gap: 5px;
}
p.phone a, p.name a {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #222222;
}
p .icon-mobile-phone {
  width: 15px;
  height: 15px;
  display: block;
  background: url(assets/images/icon-mobile-phone.svg);
}
p .icon-phone {
  width: 15px;
  height: 15px;
  display: block;
  background: url(assets/images/icone-phone.svg);
  margin-inline-start: 10px;
}
p .icon-mobile-whatsapp {
  width: 15px;
  height: 15px;
  display: block;
  background: url(assets/images/icon-mobile-whatsapp.svg);
  margin-inline-start: 10px;
}

.coordonnes .photo:nth-child(1) {
  max-width: 80px !important;
  flex-basis: 80px !important;
}

.heading-coords {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading-coords a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  height: 45px;
  background: #000000;
  border-radius: 0px;
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.contact-property h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* default.houzez.co/Mine Shaft */
  color: #222222;
  margin-block-start: 30px;
}

body dt {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
}

body dd,
body dd a,
span.property-price.ere__loop-property-price.ere__single-property-price {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  margin-block-end: 0;
  color: #222222;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body dd {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  text-align: right;
}

.page-id-29 .tt-immo-content {
  padding: 0 !important;
}

.tt-img-about img {
  width: 100% !important;
  height: auto !important;
}

.address-heading,
.single-property-area h4:not(.address-heading h4),
.single-property-area h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block-end: 20px;
  margin-block-end: 30px;
  /* HorizontalBorder */
  box-sizing: border-box;
  border-bottom: 1px solid #DCE0E0;
}
.address-heading a,
.single-property-area h4:not(.address-heading h4) a,
.single-property-area h2 a {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding: 1px 10px;
  gap: 5px;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
}
.address-heading a::before,
.single-property-area h4:not(.address-heading h4) a::before,
.single-property-area h2 a::before {
  content: url(assets/images/map.svg);
}

.ere-property-element > div {
  gap: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.property-feature-wrap {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: 44px;
  border: 1px solid #DCE0E0;
  border-radius: 50px;
  flex: none !important;
  order: 0;
  flex-grow: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}
.property-feature-wrap .fa-check-square-o:before {
  color: var(--red);
}

.property_details_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding-left: 0;
  /* Overlay+Border */
  box-sizing: border-box;
  align-items: flex-start;
  padding: 30px;
  /* default.houzez.co/Silver 10% */
  background: rgba(201, 201, 201, 0.1);
  /* default.houzez.co/Gallery */
  border: 1px solid #EDEDED;
  border-radius: 4px;
}
.property_details_ul li {
  flex-basis: calc(50% - 10px);
  min-width: 354px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 11px;
  border-bottom: 1px solid #DCE0E0;
}
@media (max-width: 575px) {
  .property_details_ul li {
    min-width: 100%;
  }
}

.tt-logo-icon-footer {
  justify-content: center;
  flex-direction: column;
}

body a {
  color: var(--black);
}

@media (max-width: 781px) {
  .tt-coords > div {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0;
    order: 2;
  }
  .tt-coords > div.tt-logo-footer {
    order: 1;
  }
}

.property-video img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ere-archive-property .columns-md-3 > .ere-item-wrap {
  width: calc(50% - 10px);
}
@media (max-width: 575px) {
  .ere-archive-property .columns-md-3 > .ere-item-wrap {
    width: 100%;
  }
}

.entry-content {
  margin-block-start: 0;
}
.entry-content > * {
  padding-inline: 15px;
}

section,
.footer-content {
  position: relative;
}
section > *,
.footer-content > * {
  position: relative;
  z-index: 1;
}
section:not(.header-slider),
.footer-content:not(.header-slider) {
  padding-block-start: 11vw;
}
section:not(.header-slider):not(.vendre-acheter):before,
.footer-content:not(.header-slider):not(.vendre-acheter):before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  white-space: nowrap;
  font-family: "Syne";
  font-style: normal;
  font-weight: 800;
  font-size: 12vw;
  line-height: 110%;
  /* identical to box height */
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px #E2E2E2;
  z-index: 0;
}
section.proprietes-list::before,
.footer-content.proprietes-list::before {
  content: "Propriétés";
}
section.nos-services::before,
.footer-content.nos-services::before {
  content: "Nos services";
}
section.testimonials::before,
.footer-content.testimonials::before {
  content: "Témoignages";
}
section.teams::before,
.footer-content.teams::before {
  content: "L’équipe";
}
section.footer-content:not(.page-id-33 section,
.page-id-33 .footer-content):before,
.footer-content.footer-content:not(.page-id-33 section,
.page-id-33 .footer-content):before {
  content: "Contact";
}

h2:not(.ere-heading-style2 h2, h2.ere__single-property-title, .ere-archive-property h2, h2.ere-archive-property) {
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--red);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
h2:not(.ere-heading-style2 h2, h2.ere__single-property-title, .ere-archive-property h2, h2.ere-archive-property)::after {
  content: "";
  width: 62px;
  height: 4px;
  display: block;
  background: var(--red);
}

.single-property-area {
  position: relative;
}
.single-property-area .top-heading {
  margin-block: 10px;
}
@media (min-width: 782px) {
  .single-property-area .top-heading {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.breadcrumb-property {
  margin-block: 20px;
  display: flex;
  gap: 5px;
}
.breadcrumb-property a {
  color: var(--red);
}
.breadcrumb-property a:first-child {
  display: flex;
  gap: 5px;
  align-items: center;
}
.breadcrumb-property a:first-child > span.icon {
  background: url(assets/images/Vector.svg);
  display: flex;
  width: 13px;
  height: 14px;
}

.title-price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

h3.property-title > a {
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-grey);
}

.ere-property .property-image {
  position: relative;
  z-index: 1;
  aspect-ratio: 360/270;
}

.ere-property img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body .ere-property.property-grid .property-inner,
body .ere-item-wrap {
  padding: 0 !important;
  background: var(--white);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

body .ere-item-wrap {
  margin-inline: 0px;
  margin-block-end: 0px;
}
@media (min-width: 1200px) {
  body .ere-item-wrap {
    width: calc(50% - 10px) !important;
  }
}

@media (min-width: 1200px) {
  .columns-2 > .ere-item-wrap:nth-child(2n+1),
  .columns-3 > .ere-item-wrap:nth-child(3n+1),
  .columns-4 > .ere-item-wrap:nth-child(4n+1),
  .columns-5 > .ere-item-wrap:nth-child(5n+1),
  .columns-6 > .ere-item-wrap:nth-child(6n+1) {
    clear: unset !important;
  }
}
body .ere-property.property-grid .property-info {
  margin: 0;
}

body .property-content {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  max-width: calc(100% - 30px);
  margin: auto;
}

body.home .ere-item-wrap {
  flex-basis: fill;
}
@media (min-width: 782px) {
  body.home .ere-item-wrap {
    flex-basis: calc(50% - 20px);
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  body.home .ere-item-wrap {
    flex-basis: calc(33.3333333333% - 13.3333333333px);
    margin-bottom: 0 !important;
  }
}

body .ere__loop-property-info {
  background: var(--white);
}

.property-info-inner {
  color: var(--grey-dove);
}

.ere__loop-property-price {
  --ere-color-heading: var(--red);
}

.ere-property .property-inner:hover .ere__loop-property-info {
  --ere-color-heading: var(--white);
}

.property-item-content {
  padding-block-end: 15px;
}

.property-heading {
  padding-inline: 15px;
}

section.vendre-acheter {
  background: url(assets/images/bg-1.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-block-end: 10vw;
}
section.vendre-acheter p {
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #FFFFFF;
}
section.vendre-acheter p:nth-child(2) {
  color: transparent;
  -webkit-text-stroke: 2px var(--red);
}
section.vendre-acheter .wp-element-button {
  background-color: transparent;
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 16px;
  color: #FFFFFF;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
section.vendre-acheter .wp-element-button::after {
  content: ">";
  width: 50px;
  height: 50px;
  background-color: var(--red);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tt-resultat-recherche > div {
  position: relative;
  padding-block-start: 65px;
}
@media (min-width: 782px) {
  .tt-resultat-recherche > div > div:nth-child(1) {
    flex-basis: calc(100% - 330px) !important;
  }
  .tt-resultat-recherche > div > div:nth-child(2) {
    flex-basis: 330px !important;
  }
}

@media (max-width: 575px) {
  .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #000;
  }
}

html,
body {
  position: relative;
  font-size: 100%;
  scroll-behavior: auto !important;
  margin: 0 !important;
  box-sizing: border-box;
  font-family: "Syne", sans-serif;
  background: #222;
  --wp--preset--font-size--medium: 0.9rem;
  --ere-color-accent: var(--red);
  --wp--preset--font-family--heading: "Syne", sans-serif;
  --wp--style--global--content-size: 1320px;
}
@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 400;
  line-height: 1.2;
}

* {
  outline: none;
}/*# sourceMappingURL=style.css.map */