/*!*********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/scss/components/apimo.css ***!
  \*********************************************************************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
.apimo_container {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.apimo_property_gallery {
    margin-top: 48px;
    display: grid;
    gap: 16px;
    position: relative;
}
.apimo_property_gallery a {
    display: none;
    border-radius: 15px;
    overflow: hidden;
}
.apimo_property_gallery a:first-child,
.apimo_property_gallery a:nth-child(2),
.apimo_property_gallery a:nth-child(3) {
    display: block;
}
.apimo_property_gallery a:first-child {
    grid-row: 1 / 3;
}
.apimo_property_gallery a:first-child img {
    width: 602px;
    height: 440px;
}
.apimo_property_gallery a:nth-child(2) {
    grid-row: 1;
}
.apimo_property_gallery a:nth-child(2) img,
.apimo_property_gallery a:nth-child(3) img {
    width: 382px;
    height: 212px;
}
.apimo_view_all_images {
    display: block !important;
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 8px 16px;
    border: none;
    font-size: 14px;
    background-color: #fff;
    color: #101113;
    cursor: pointer;
    border-radius: 8px;
    font-weight: bold;
}
.apimo_view_all_images img {
    vertical-align: text-top;
    width: 20px;
    margin-right: 8px;
}
.apimo_section_compagne {
    margin-top: 48px;
}
.apimo_info_compagne {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.apimo_location_info {
    display: inline-flex;
    align-items: center;
    column-gap: 12px;
    margin: 16px 0 24px;
    color: #6b6c74;
}
.apimo_color {
    font-size: 14px;
    font-weight: 500;
    background-color: #f5f5f5;
    padding: 4px 12px;
}
p {
    margin-bottom: 0 !important;
}
.apimo_title,
.apimo_price {
    font-size: 21px;
    font-weight: bold;
}
.apimo_title {
    color: #101113;
}
.apimo_price {
    color: #eb6753;
}
.apimo_compagne_describe {
    font-size: 14px;
    line-height: 22px;
}
.apimo_list_image {
    display: flex;
    align-items: center;
    column-gap: 32px;
    margin: 24px 0 0;
}
.apimo_list_item {
    display: flex;
    align-items: center;
    column-gap: 8px;
    list-style: none;
    color: #2a2a2e;
    font-size: 14px;
    font-weight: 500;
}
.apimo_line {
    width: 100%;
    height: 1px;
    background-color: #dedee0;
    margin: 48px 0;
}
.apimo_title_h2 {
    font-size: 19px;
    color: #101113;
    margin-bottom: 24px;
}
.apimo_property_list {
    column-count: 2;
}
.apimo_property_list:nth-child(2) .apimo_property_title {
    max-width: 140px;
}
.apimo_property {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.apimo_property_title {
    color: #909097;
    font-weight: normal;
}
.apimo_property_value {
    color: #101113;
    font-weight: 500;
    margin-right: 25px;
}
.apimo_more {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    column-gap: 8px;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
}
.apimo_vector {
    width: 13px;
}
.apimo_iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 24px;
}
.apimo_performance_images {
    margin-left: 0;
    column-count: 2;
    column-gap: 48px;
}
.apimo_performance-paragraph {
    color: #6b6c74;
    font-size: 14px;
    line-height: 20px;
}
.apimo_image {
    margin-top: 12px;
    width: 250px;
}
.apimo_list_video {
    display: flex;
    gap: 24px;
}
.apimo_video {
    border-radius: 15px;
    width: 560px;
    height: 330px;
}

.apimo_list_download {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 0 20px !important;
}
.apimo_item_download {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(235, 103, 83, 0.05);
    padding: 17px 15px;
    border-radius: 15px;
    cursor: pointer;
    width: 490px;
    flex: 1 360px;
}
.apimo_download {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.apimo_info_download p:nth-child(1) {
    color: #101113;
    font-size: 13px;
    font-weight: 500;
    line-height: 10px;
}
.apimo_info_download p:nth-child(2) {
    color: #6b6c74;
    font-size: 12px;
}
.apimo_info_download {
    margin-top: 10px;
}
.apimo_image_download {
    width: 35px;
}

.apimo_list_prestations {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 24px 0 0 !important;
    gap: 20px;
}
.apimo_item_prestations {
    margin-bottom: 14px;
    color: #2a2a2e;
    font-size: 14px;
    font-weight: normal;
}
.apimo_item_prestations::before {
    content: "\2713";
    margin-right: 10px;
    font-size: 19px;
    color: #11d45f;
}
.apimo_section_immobilier {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(235, 103, 83, 0.05);
    border-radius: 15px;
    padding: 35px 40px;
    margin-top: 48px;
}
.apimo_immobilier {
    display: flex;
    align-items: center;
}
.apimo_user_image {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
}
.apimo_info_immobilier {
    margin-left: 24px;
}
.apimo_info_immobilier p:nth-child(1) {
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
}
.apimo_info_immobilier p:nth-child(2) {
    color: #6b6c74;
    font-size: 13px;
    font-weight: normal;
}
.apimo_btn {
    /* border: 1px solid #eb6753 !important; */
    font-size: 14px !important;
    font-weight: bold;
    padding: 12px 32px;
    margin-right: 32px;
    border-radius: 8px;
}
/* .apimo_btn:nth-child(1) {
    border-radius: 8px;
    background-color: #ffffff;
    color: #eb6753;
} */
/* .apimo_btn:nth-child(2) {
    background-color: #eb6753;
    color: #ffffff;
} */
.apimo_img {
    width: 19px;
    vertical-align: text-bottom;
    margin-right: 3px;
}

.apimo_btn .apimo_icon {
    margin-right: 7px;
    vertical-align: text-bottom;
}
.apimo_more_element {
    display: none;
}

.apimo_general_information .apimo_property:nth-of-type(n + 3) {
    display: none;
}

.apimo_regulations .apimo_property:nth-of-type(n + 3) {
    display: none;
}

.apimo_send_email {
    border-radius: 8px !important;
    background-color: #ffffff !important;
}
.call_user {
    color: #ffffff !important;
}

@media screen and (max-width: 1037px) {
    .apimo_container {
        width: 100% !important;
    }
    .apimo_property_gallery {
        grid-template-columns: 1fr;
    }
    .apimo_property_gallery a:first-child {
        grid-row: auto;
    }
    .apimo_property_gallery a:first-child img {
        width: 100%;
        height: 400px;
    }
    .apimo_property_gallery a:nth-child(2) img,
    .apimo_property_gallery a:nth-child(3) img {
        display: none;
    }
    .apimo_view_all_images {
        right: 16px;
        bottom: 30px;
    }
    .apimo_image {
        width: 350px;
    }
    .apimo_video {
        width: 478px;
    }
    .apimo_list_video {
        gap: 7px;
    }
}
@media screen and (max-width: 990px) {
    .apimo_property_gallery a:first-child img,
    .apimo_iframe,
    .apimo_image,
    .apimo_video {
        height: 300px;
    }
    .apimo_list_video {
        flex-wrap: wrap;
    }
    .apimo_video {
        width: 100%;
        height: 350px;
    }
}
@media screen and (max-width: 974px) {
    .apimo_list_download {
        justify-content: center;
    }
}
@media screen and (max-width: 770px) {
    .apimo_item_download {
        flex: 1 280px;
    }
}
@media screen and (max-width: 700px) {
    .apimo_list_image {
        flex-wrap: wrap;
        gap: 17px;
    }
    .apimo_section_immobilier {
        align-items: center;
        justify-content: center;
        gap: 24px 0;
        flex-wrap: wrap;
    }
    .apimo_list_prestations {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 550px) {
    .apimo_property_list,
    .apimo_property_list {
        column-count: 1;
    }
    .apimo_list_prestations {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 405px) {
    .apimo_performance_images {
        column-count: 1;
    }
    .apimo_image {
        width: 100%;
    }
    .apimo_performance_images li:nth-child(2) {
        margin-top: 20px;
    }
    .apimo_item_download {
        padding: 14px;
    }
    .apimo_info_download p:nth-child(2) {
        font-size: 11px;
    }
}
@media screen and (max-width: 473px) {
    .apimo_btn {
        display: block;
        text-align: center;
        margin-bottom: 10px;
        padding: 8px 21px;
    }
    .apimo_video {
        height: 250px;
    }
    .apimo_immobilier {
        flex-direction: column !important;
        gap: 10px 0 !important;
    }

    .apimo_section_immobilier {
        flex-direction: column !important;
    }
    .apimo_btn {
        margin-right: 0 !important;
    }
}

.apimo_btn_click {
    display: flex;
    align-items: center;
}

/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/single-property.scss ***!
  \******************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Fahkwang";
  src: url(../fonts/Fahkwang-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url(../fonts/Fahkwang-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url(../fonts/Fahkwang-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url(../fonts/Fahkwang-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url(../fonts/Fahkwang-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

p,
li {
  font: 400 17px/1.42 "Fahkwang", sans-serif;
}

.h1 {
  font: 500 35px/1 "Fahkwang", sans-serif;
}

.h2 {
  font: 500 30px/1.1 "Fahkwang", sans-serif;
}

.h3 {
  font: 400 25px/1.25 "Fahkwang", sans-serif;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
  font-family: "Fahkwang", sans-serif;
}

@media only screen and (min-width: 1280px) {
  .h1 {
    font-size: 88px;
    font-weight: 400;
  }
  p {
    font-size: 16px;
  }
}
.wp-blocks-inner > *:first-child {
  margin-top: 0;
}
.wp-blocks-inner > *:last-child {
  margin-bottom: 0;
}
.wp-blocks-inner p {
  font: 400 16px/1.5 "Fahkwang", sans-serif;
  color: #797979;
}
.wp-blocks-inner p {
  margin: 20px 0;
}
.wp-blocks-inner li {
  font: 400 16px/1.5 "Fahkwang", sans-serif;
  color: #797979;
}
.wp-blocks-inner img {
  margin: 40px 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1998;
}
.header.sticky {
  background-color: #1A213D;
  padding-bottom: 20px;
}
.header.active .header__menu {
  transform: unset;
}
.header__langs .wpml-ls-link {
  color: #fff !important;
}
.header__phone-number {
  display: none;
}
.header__menu-desk {
  display: none;
}
.header__preheader-mobile {
  background: #1A213D;
  padding: 16px 20px 12px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.header__preheader-mobile__link {
  text-decoration: none;
  font: 400 14px/1 "Fahkwang", sans-serif;
  color: #fff;
}
.header__preheader-mobile__link:first-child {
  border-right: 1px solid #fff;
  padding-right: 13px;
}
.header__preheader-mobile__link:nth-of-type(2) {
  padding-left: 13px;
}
.header__languages:focus {
  outline: none;
}
.header__languages {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}
.header__logo-img {
  width: 154px;
  height: auto;
}
.header__actions .header__languages,
.header__actions .wpml-ls {
  display: none;
}
.header__hamburger {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.header__hamburger .line__hamburger {
  width: 40px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
}
.header .wpml-ls {
  padding: 0;
}
.header .wpml-ls ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
}
.header .wpml-ls-link {
  font: 700 14px/1.2 "Fahkwang", sans-serif;
  text-transform: uppercase;
  padding: 0;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  transform: translateY(-100%);
  transition: transform 1500ms cubic-bezier(0.76, 0, 0.17, 1);
  z-index: 998;
  background-color: #1A213D;
}
.header__menu .menu {
  list-style: none;
  padding: 0;
}
.header__menu .menu-item {
  text-align: center;
  padding: 10px 0;
}
.header__menu .menu-item a {
  font: 700 12px/1.1 "Fahkwang", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.header__menu-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #fff;
}
.header__menu-actions .header__menu-button {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 0;
}
.header__menu-actions .header__menu-button span {
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.header__menu-actions .header__menu-button span:first-of-type {
  transform: rotate(45deg);
}
.header__menu-actions .header__menu-button span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.header__menu .wpml-ls-link {
  color: #729D90;
}
.header__menu .wpml-ls-current-language .wpml-ls-link {
  color: #075048;
}

@media only screen and (max-width: 375px) {
  .header__preheader-mobile {
    flex-flow: column;
    gap: 8px;
    align-items: flex-start;
  }
  .header__preheader-mobile__link {
    padding-bottom: 8px;
    width: 100%;
  }
  .header__preheader-mobile__link:first-of-type {
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
  .header__preheader-mobile__link:nth-of-type(2) {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 0 0 40px;
  }
  .header__container {
    height: 50px;
  }
  .header__actions {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
  }
  .header__actions .header__languages {
    display: flex;
    height: 45px;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .header__actions .header__languages:hover .sub-menu {
    height: auto;
  }
  .header__actions .header__languages ul {
    list-style-type: none;
    padding: 0;
    transition: all 500ms ease;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .header__actions .header__languages ul li {
    transition: all 500ms ease;
  }
  .header__actions .header__languages ul li a {
    text-decoration: none;
  }
  .header__actions .header__languages ul li a span {
    font: 400 14px/1 "Fahkwang", sans-serif;
    color: #fff;
  }
  .header__actions .header__languages ul li .sub-menu {
    margin-top: 10px;
    height: 0;
    transition: all 500ms ease;
    overflow: hidden;
    position: absolute;
    bottom: -10px;
  }
  .header__actions .wpml-ls {
    position: absolute;
    top: 40px;
    display: none;
  }
  .header__actions .wpml-ls ul {
    display: flex;
    flex-flow: column;
  }
  .header__actions .wpml-ls-link {
    color: #fff;
    opacity: 0.4;
  }
  .header__actions .wpml-ls-current-language .wpml-ls-link {
    opacity: 1;
  }
  .header__menu {
    height: auto;
  }
  .header__menu-top {
    padding: 40px 0;
  }
  .header__menu-actions {
    height: 60px;
  }
  .header__menu-list {
    display: block;
    padding: 50px 0;
  }
  .header__menu .menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .header__menu-bottom {
    margin-top: -120px;
  }
  .header__menu-bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 200px 0 80px;
  }
  .header__contacts {
    display: flex;
    align-items: center;
    gap: 60px;
  }
  .header__cta {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .header {
    background: linear-gradient(180deg, #1A213D 6.72%, rgba(26, 33, 61, 0) 69.15%);
    height: 164px;
    padding-top: 35px;
  }
  .header.sticky {
    height: auto;
    padding: 30px 0;
  }
  .header__phone-number {
    display: inline-block;
    text-decoration: none;
    font: 400 16px/1 "Fahkwang", sans-serif;
    color: #fff;
    padding-right: 6px;
    border-right: 1px solid #fff;
  }
  .header__logo-img {
    width: 200px;
  }
  .header__hamburger {
    display: none;
  }
  .header__preheader-mobile {
    display: none;
  }
  .header__menu-desk {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
  }
  .header__menu-desk .menu {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0;
    list-style-type: none;
  }
  .header__menu-desk .menu .menu-item a {
    font: 700 16px/1.3 "Fahkwang", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
  }
}
.footer {
  padding-top: 65px;
  padding-bottom: 80px;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 99;
  background: #fff;
  box-shadow: 11px -34px 50px 0px rgba(0, 6, 33, 0.1490196078);
}
.footer.active {
  transform: unset;
}
.footer__top {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.footer__logo {
  max-width: 35%;
}
.footer__logo svg {
  max-width: 100%;
}
.footer__newsletter h4 {
  display: none;
}
.footer__newsletter-element {
  display: none;
}
.footer__contacts {
  gap: 6px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer__contacts a {
  font: 400 14px/1 "Fahkwang", sans-serif;
  color: #000621;
  text-decoration: none;
}
.footer__middle {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 108px;
}
.footer__socials {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #1A213D;
  margin-bottom: 20px;
}
.footer__socials a {
  font: 300 14px/1.5 "Fahkwang", sans-serif;
  color: #000621;
  transition: all 500ms ease;
  position: relative;
  text-decoration: none;
}
.footer__socials a:hover {
  font-weight: 700;
}
.footer__socials a:hover::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #000621;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}
.footer__navigation .menu {
  display: flex;
  flex-flow: row wrap;
}
.footer__navigation .menu .menu-item {
  margin-right: 33px;
  margin-bottom: 10px;
}
.footer__navigation .menu .menu-item a {
  text-decoration: none;
  font: 300 14px/1.5 "Fahkwang", sans-serif;
  color: #000621;
}
.footer__bottom-navigation {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 12px;
  border-bottom: 1px solid #1A213D;
  margin-bottom: 12px;
}
.footer__bottom-navigation a,
.footer__bottom-navigation span {
  text-decoration: none;
  font: 400 14px/1 "Fahkwang", sans-serif;
  color: #000621;
}
.footer__copy {
  text-align: center;
}
.footer__copy a,
.footer__copy span {
  text-decoration: none;
  font: 400 14px/1 "Fahkwang", sans-serif;
  color: #000621;
}

@media only screen and (min-width: 992px) {
  .footer__newsletter h4 {
    display: inline-block;
    font: 400 32px/1.3 "Fahkwang", sans-serif;
    color: #1A213D;
    margin-bottom: 16px;
  }
  .footer__newsletter-element {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .footer__newsletter-element input {
    width: 330px;
    height: 56px;
    font: 400 16px/1.3 "Fahkwang", sans-serif;
    color: #1A213D;
    padding-left: 24px;
  }
  .footer__newsletter-element input::-moz-placeholder {
    font: 400 16px/1.3 "Fahkwang", sans-serif;
    color: #1A213D;
  }
  .footer__newsletter-element input::placeholder {
    font: 400 16px/1.3 "Fahkwang", sans-serif;
    color: #1A213D;
  }
  .footer__newsletter-element input:focus {
    outline: none;
  }
  .footer__newsletter-element button {
    height: 56px;
    width: 208px;
    text-align: center;
    background-color: #1A213D;
    font: 400 16px/1.3 "Fahkwang", sans-serif;
    color: #fff;
    border: 0;
    cursor: pointer;
  }
  .footer__newsletter-element button:focus {
    outline: none;
  }
  .footer__contacts {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer__middle {
    flex-flow: row;
    justify-content: space-between;
    border-top: 1px solid #000621;
    margin-bottom: 138px;
  }
  .footer__navigation {
    padding-top: 32px;
  }
  .footer__socials {
    border-bottom: 0;
    padding-top: 22px;
    gap: 32px;
  }
  .footer__bottom {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
  }
  .footer__bottom-navigation {
    gap: 50px;
    border-bottom: 0;
  }
}
html {
  color: #000;
}

img {
  max-width: 100%;
}

.contact-options {
  position: fixed;
  top: 50vh;
  right: 0;
  z-index: 99;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.contact-options a {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  height: 55px;
  text-decoration: none;
}
.contact-options__phone, .contact-options__email {
  transition: all 800ms ease;
  margin-bottom: 10px;
}
.contact-options__phone:hover .contact-options__value, .contact-options__email:hover .contact-options__value {
  width: auto;
  padding: 18px 20px;
  opacity: 1;
  font-size: 14px;
}
.contact-options__icon {
  background: #fff;
  width: 55px;
  height: 55px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.contact-options__value {
  width: 0;
  overflow: hidden;
  opacity: 0;
  font: 400 0/1 "Fahkwang", sans-serif;
  color: #fff;
  height: 100%;
  transition: all 800ms ease-in-out;
  padding: 18px 0;
  background-color: #1A213D;
}

.wpcf7-response-output {
  color: #dc3232;
}

.blue-background {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(40vh + 200px);
  background-color: #1A213D;
  z-index: -1;
  padding-top: 100px;
}
.blue-background .go-back {
  display: inline-block;
  cursor: pointer;
}

.apimo_container {
  margin-top: 200px;
}

@media only screen and (min-width: 992px) {
  .apimo_container {
    margin-top: 200px;
  }
  .blue-background {
    height: calc(40vh + 164px);
    max-height: 530px;
    padding-top: 120px;
  }
}
.apimo_property_gallery a {
  display: none;
  border-radius: 15px;
  overflow: hidden;
}

.apimo_property_gallery a:first-child {
  display: block;
}

.apimo_property_gallery a:nth-child(2) img,
.apimo_property_gallery a:nth-child(3) img,
.apimo_property_gallery a:first-child img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.apimo_section_compagne {
  margin-top: 48px;
}

.apimo_info_compagne {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.apimo_compagne_describe {
  padding: 0 20px;
}

.apimo_container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.apimo_container section {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.apimo_container section:has(.apimo_property_gallery) {
  margin-bottom: 0;
}

.apimo_form_container {
  display: none !important;
}

.apimo_property_gallery a {
  border-radius: 0;
}
.apimo_property_gallery a.apimo_view_all_images {
  font: 400 17px/1 "Fahkwang";
  color: #000;
  padding: 19px 45px 14px;
  border: 1px solid #000;
  background: #fff;
}
.apimo_property_gallery a.apimo_view_all_images img {
  display: none;
}

.apimo_title {
  padding: 0 20px;
}

.apimo_section_compagne {
  margin-bottom: 40px;
}
.apimo_section_compagne .apimo_title {
  font: 400 32px/1.2 "Fahkwang";
  color: #000;
}
.apimo_section_compagne .apimo_price {
  font: 400 32px/1.2 "Fahkwang";
  color: #000 !important;
}

.apimo_location_info .Pro-address {
  font: 400 16px/1 "Fahkwang", sans-serif;
  color: #1A213D;
}
.apimo_location_info .apimo_color {
  font: 400 16px/1 "Fahkwang", sans-serif;
  color: #000;
}

.apimo_line {
  display: none;
}

.apimo_list_image {
  background: #1A213D;
  padding: 16px;
  justify-content: space-around;
}
.apimo_list_image .apimo_list_item p,
.apimo_list_image .apimo_list_item span {
  color: #fff;
}

.apimo_title {
  padding: 0 20px;
}

.apimo_title_h2 {
  font: 400 32px/1.3 "Fahkwang", sans-serif;
  color: #000;
  margin-bottom: 45px;
  padding: 0 20px;
}

.custom_apimo_price {
  padding-right: 20px;
  font: 400 24px/1 "Fahkwang", sans-serif !important;
}

.apimo_location_info {
  padding-left: 20px;
}

section:has(iframe) {
  margin-top: 110px;
  margin-bottom: 25px;
  width: 100%;
  max-width: 100% !important;
}
section:has(iframe) .apimo_title_h2 {
  display: none;
}
section:has(iframe) .apimo_list_item {
  max-width: 1440px;
  margin: auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #1A213D;
}
section:has(iframe) .apimo_iframe {
  height: 100vh;
  max-height: 800px;
}

.apimo_property_list {
  padding: 0 20px;
}
.apimo_property_list .apimo_property {
  display: flex !important;
  padding: 10px 0;
}
.apimo_property_list .apimo_property .apimo_property_title {
  font: 400 20px/1.1 "Fahkwang", sans-serif;
  color: rgba(26, 33, 61, 0.5);
  max-width: unset !important;
}
.apimo_property_list .apimo_property .apimo_property_value {
  font: 400 20px/1.1 "Fahkwang", sans-serif;
  color: #1A213D;
  margin-right: 0;
  text-align: right;
}

.apimo_more {
  display: none !important;
}

.apimo_services .apimo_item_prestations {
  font: 400 20px/1.1 "Fahkwang", sans-serif;
  color: #1A213D;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.apimo_services .apimo_item_prestations::before {
  content: url(../images/checkmark-box.png);
  margin-right: 0;
  width: 30px;
  height: 30px;
}

.apimo_section_immobilier {
  background-color: #1A213D !important;
  padding: 50px 30px 60px;
  border-radius: 0 !important;
}
.apimo_section_immobilier .apimo_immobilier {
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}
.apimo_section_immobilier .apimo_immobilier .apimo_info_immobilier {
  margin-left: 0 !important;
}
.apimo_section_immobilier .apimo_immobilier .apimo_user_image {
  display: none !important;
}
.apimo_section_immobilier .apimo_immobilier p:first-of-type {
  font: 400 24px/1 "Fahkwang", sans-serif;
  color: #fff;
}
.apimo_section_immobilier .apimo_immobilier p:nth-of-type(2) {
  font: 400 16px/1.3 "Fahkwang", sans-serif;
  color: #fff;
}
.apimo_section_immobilier .apimo_btn_click .apimo_btn {
  border-radius: 0 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font: 400 17px/1 "Fahkwang", sans-serif !important;
  padding: 18px 25px;
  background-color: transparent !important;
  transition: all 500ms ease;
}
.apimo_section_immobilier .apimo_btn_click .apimo_btn:hover {
  background-color: #fff !important;
  color: #1A213D !important;
}
.apimo_section_immobilier .apimo_btn_click .apimo_btn img {
  display: none !important;
}

.apimo_compagne_describe {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 65px;
  margin-bottom: 100px;
}

.property-agent {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 491px;
  max-width: 100%;
  padding: 34px 35px 40px;
  background-color: #1A213D;
}
.property-agent .apimo_btn_click .apimo_send_email {
  border: 1px solid #fff;
  font-family: "Fahkwang", sans-serif;
  font-weight: 400;
  font-size: 17px !important;
  line-height: 1.5;
  padding: 18px 28px;
  background-color: transparent !important;
  color: #fff !important;
  border-radius: 0 !important;
  margin-right: 0 !important;
}
.property-agent .agent-image {
  margin-top: 23px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 32px;
}
.property-agent .agent-image span {
  font-family: "Fahkwang", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  text-align: right;
  color: #fff;
}
.property-agent .agent-image .apimo_user_image {
  border-radius: unset !important;
  width: 100% !important;
  height: auto !important;
}
.property-agent .agent-information {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  text-align: center;
}
.property-agent .agent-information p {
  font-family: "Fahkwang", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.property-agent .agent-information a {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  font-family: "Fahkwang", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: right;
  color: #fff;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.property-content {
  flex: 1;
}
.property-content ul li {
  list-style-type: disc;
}
.property-content ol li {
  list-style-type: number;
}
.property-content ul,
.property-content ol {
  padding-left: 20px;
}
.property-content p {
  margin-bottom: 30px !important;
}
.property-content li,
.property-content p {
  font-family: "Fahkwang", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #1A213D;
}

@media only screen and (min-width: 992px) {
  .property-agent {
    padding: 34px 65px 40px;
  }
  .property-content {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .apimo_compagne_describe {
    flex-flow: row;
    margin-bottom: 140px;
  }
  .property-agent {
    position: sticky;
    top: 120px;
  }
}
@media only screen and (min-width: 768px) {
  section:has(.apimo_services) {
    padding: 0 20px;
  }
  section:has(.apimo_services) .apimo_services {
    flex: 1;
    margin-top: 6px !important;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .apimo_property_gallery {
    margin-top: 48px;
    display: grid;
    gap: 16px;
    position: relative;
  }
  .apimo_property_gallery a:first-child {
    grid-row: 1/3;
  }
  .apimo_property_gallery a:first-child, .apimo_property_gallery a:nth-child(2), .apimo_property_gallery a:nth-child(3) {
    display: block;
  }
  .apimo_property_gallery a:first-child img {
    width: 602px;
    height: 440px;
  }
  .apimo_property_gallery a:nth-child(2) img, .apimo_property_gallery a:nth-child(3) img {
    width: 382px;
    height: 212px;
  }
  .apimo_property_gallery a:nth-child(2) img, .apimo_property_gallery a:nth-child(3) img, .apimo_property_gallery a:first-child img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .apimo_property_gallery a:nth-child(2) {
    grid-row: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .blue-background {
    padding-top: 140px;
  }
  .apimo_section_immobilier {
    padding: 100px 50px 115px;
  }
  .apimo_section_immobilier .apimo_btn_click .apimo_btn {
    padding: 28px 25px;
    font-size: 20px !important;
  }
  .apimo_section_immobilier .apimo_immobilier p:first-of-type {
    font: 400 40px/1 "Fahkwang", sans-serif;
  }
  .apimo_section_immobilier .apimo_immobilier p:nth-of-type(2) {
    font: 400 17px/1.3 "Fahkwang", sans-serif;
  }
  .apimo_property_list {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  section:has(.apimo_services) {
    display: flex;
    flex-flow: row;
    gap: 100px;
    padding: 0;
  }
  section:has(.apimo_services) .apimo_services {
    flex: 1;
    margin-top: 6px !important;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .apimo_section_compagne .apimo_info_compagne {
    flex-flow: column;
    gap: 14px;
    padding: 0 20px;
  }
  .apimo_section_compagne .apimo_info_compagne .apimo_title {
    padding-left: 0;
  }
  .apimo_section_compagne .apimo_info_compagne .apimo_price,
  .apimo_section_compagne .apimo_info_compagne .apimo_title {
    font-size: 24px;
  }
  .apimo_section_compagne .apimo_location_info {
    padding: 0 20px;
  }
  .apimo_title_h2,
  .apimo_general_information {
    padding: 0 20px;
  }
  .apimo_title_h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  section:has(iframe) {
    margin-top: 40px;
  }
  section:has(iframe) .apimo_list_item {
    padding: 0 20px;
  }
  .apimo_services {
    padding: 0 20px;
  }
}
.contact-cta {
  background-color: #1A213D;
  margin-top: 150px;
  margin-bottom: 200px;
}
.contact-cta .row {
  display: flex;
  flex-flow: column;
  gap: 24px;
  padding-top: 85px;
  padding-bottom: 80px;
}
.contact-cta__title h2 {
  font: 400 30px/1.2 "Fahkwang", sans-serif;
  color: #fff;
}
.contact-cta .wpcf7 label,
.contact-cta .wpcf7 .wpcf7-form-control-wrap,
.contact-cta .wpcf7 .wpcf7-form-control {
  max-width: 100%;
  width: 100%;
}
.contact-cta .wpcf7 .wpcf7-form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 8px;
  font: 400 14px/1 "Fahkwang", sans-serif;
  color: #fff;
}
.contact-cta .wpcf7 .wpcf7-form-control::-moz-placeholder {
  color: #fff;
  font: 400 17px/1 "Fahkwang", sans-serif;
}
.contact-cta .wpcf7 .wpcf7-form-control::placeholder {
  color: #fff;
  font: 400 17px/1 "Fahkwang", sans-serif;
}
.contact-cta .wpcf7 .wpcf7-checkbox {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 0;
}
.contact-cta .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.contact-cta .wpcf7 .wpcf7-checkbox .wpcf7-list-item::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
}
.contact-cta .wpcf7 .wpcf7-checkbox .wpcf7-list-item:has(input:checked)::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  background-image: url(../images/checkmark-small.png);
  background-repeat: no-repeat;
  background-position: center;
}
.contact-cta .wpcf7 .wpcf7-checkbox input {
  opacity: 0;
  position: absolute;
}
.contact-cta .wpcf7 .checkbox-element br {
  display: none;
}
.contact-cta .wpcf7 .checkbox-element span {
  font: 400 14px/1 "Fahkwang", sans-serif;
  color: #fff;
}
.contact-cta .wpcf7 .checkbox-element .wpcf7-form-control {
  border-bottom: 0;
}
.contact-cta .wpcf7 .checkbox-element p {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
.contact-cta .wpcf7 .checkbox-element label {
  width: -moz-fit-content;
  width: fit-content;
}
.contact-cta .wpcf7 p:has(label) {
  margin-bottom: 30px !important;
}
.contact-cta .wpcf7 p:has(textarea) .small-text {
  font: 400 9px/1 "Fahkwang", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 auto auto;
  display: block;
  text-align: right;
}
.contact-cta .wpcf7 textarea {
  height: 30px;
  color: #fff;
  font: 400 17px/1 "Fahkwang", sans-serif;
}
.contact-cta .wpcf7 textarea:focus,
.contact-cta .wpcf7 input:focus {
  outline: none;
}
.contact-cta .wpcf7 .wpcf7-checkbox {
  border-bottom: 0;
  font: 400 14px/1 "Fahkwang", sans-serif;
  color: #fff;
}
.contact-cta .wpcf7 .wpcf7-submit {
  border: 1px solid #fff;
  padding: 18px;
  width: 100%;
  font: 400 16px/1 "Fahkwang", sans-serif;
  color: #fff;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .contact-cta .row {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .contact-cta__title h2 {
    font-size: 40px;
  }
  .contact-cta__title, .contact-cta__contact-form {
    flex: 0 0 calc(50% - 40px);
  }
}
@media only screen and (min-width: 1199px) {
  .contact-cta .row {
    padding-top: 140px;
    padding-bottom: 100px;
    gap: 132px;
  }
  .contact-cta__title, .contact-cta__contact-form {
    flex: 0 0 calc(50% - 66px);
  }
}
@media only screen and (min-width: 1440px) {
  .apimo_title,
  .apimo_title_h2,
  .apimo_location_info,
  .apimo_property_list,
  .apimo_compagne_describe {
    padding: 0;
  }
  .custom_apimo_price {
    font-size: 32px;
    padding-right: 0;
  }
}
