@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@media (max-width: 1024px) {
  .btn--full {
    width: 100%;
  }
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  font-display: swap;
  color: #3A3E43;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  min-height: 100vh;
  font-size: 1.6rem;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

header {
  width: 100%;
  display: block;
  position: relative;
}

header a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #E87217;
  transition: all 0.2s ease-in-out 0s;
}
a:hover {
  color: #3A3E43;
}

hr {
  display: block;
  width: 100px;
  margin: 20px 0px;
  border: 1px solid #E87217;
}

html {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  font-weight: 400;
  font-display: swap;
  color: #3A3E43;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.25;
  font-display: swap;
  font-family: "Inter", sans-serif;
}

p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}

.heading {
  font-size: 24px;
  color: #E85617;
  padding-bottom: 3rem;
  margin-bottom: 0;
  width: 100%;
  max-width: 900px;
  z-index: 10;
  position: relative;
}
.heading--center {
  text-align: center;
  margin: 0 auto;
}
.heading--left {
  text-align: left;
  margin: 0;
}
.heading__head {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.7px;
  color: #E87217;
}
.heading__icon {
  height: 50px;
  width: auto;
  margin-bottom: 15px;
}
.heading__title {
  font-size: 4.5rem;
  margin-top: 0;
  position: relative;
  line-height: 1;
  font-weight: 400;
  color: #3A3E43;
  font-family: "Cormorant Garamond", sans-serif;
}
.heading__title em {
  font-style: normal;
  color: #E87217;
}
.heading__title span {
  font-style: normal;
  color: #E87217;
}
.heading__subtitle {
  font-size: 24px;
  line-height: 2;
  color: #666666;
  margin: 20px 0px;
  font-weight: 600;
}
.heading__desc {
  color: #3A3E43;
  line-height: 1.4;
  font-size: 1.7rem;
  font-weight: 300;
  margin-top: 1.5rem;
}
.heading__desc p {
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
  font-weight: #3A3E43;
}
.heading__desc p + p {
  margin-top: 20px;
}
.heading__divider {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #707070;
}

.heading--btn {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.heading--btn .heading__title {
  max-width: 800px;
}
.heading--btn .btn {
  display: inline-block;
  margin-top: 0;
}

.title--footer {
  color: #E85617;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.title--left {
  text-align: left;
}
.title--right {
  text-align: right;
}
.title--center {
  text-align: center;
}
.title--white {
  color: #fff;
}
.title--black {
  color: #3A3E43;
}
.title--uppercase {
  text-transform: uppercase;
}

.btn {
  padding: 0.5rem 1.5rem;
  color: #fff;
  background: #E87217;
  font-size: 1.5rem;
  transition: all 0.2s ease-in-out 0s;
  margin-top: 2rem;
  display: inline-block;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.7px;
  border-radius: 6px;
  text-transform: uppercase;
  border: 1px solid #E87217;
}
.btn i {
  padding-right: 15px;
  color: #fff;
}
.btn:hover {
  background-color: transparent;
  color: #E87217;
  border: 1px solid #E87217;
}
.btn--black {
  background-color: #3A3E43;
  border: 1px solid #3A3E43;
  color: #fff;
}
.btn--black:hover {
  background-color: #E87217;
  color: #fff;
  border: 1px solid #E87217;
}
.btn--gradient {
  background: linear-gradient(180deg, #e87217 0%, #e85617 100%);
  border: none;
}
.btn--gradient:hover {
  background: #3A3E43;
  color: #fff;
  border: none;
}
.btn--blue {
  background: linear-gradient(180deg, #80a2d0 0%, #317adc 100%);
  border: none;
}
.btn--blue:hover {
  background: #3A3E43;
  color: #fff;
  border: none;
}
.btn--white {
  background: #fff;
  border: 1px solid #fff;
  color: #3A3E43;
}
.btn--white:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn--secondary {
  background-color: #E85617;
  color: white;
  border: 1px solid #E85617;
}
.btn--secondary:hover {
  background-color: #fff;
  color: #E87217;
}
.btn--small {
  font-size: 12px;
  padding: 10px 20px;
}
.btn--big {
  font-size: 16px;
  padding: 20px 60px;
}
.btn--full {
  text-align: center;
}

.icon--service {
  max-width: autos;
  max-height: 80px;
}

.page-header {
  margin-top: 6rem;
}

.page-header__content {
  padding: 20rem 4rem 4rem;
  background-color: rgba(1, 1, 1, 0.2);
  border-radius: 8px;
}

.page-header__container {
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-header__title {
  font-family: "Cormorant Garamond";
  color: white;
  font-size: 4.5rem;
  line-height: 0.9;
  margin-bottom: 1rem;
}

.page-header__desc {
  color: #fff;
  max-width: 600px;
  font-size: 1.6rem;
}

.properties__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  border-radius: 6px;
  margin-top: 2rem;
}

.properties__card {
  position: relative;
  border-radius: 20px 20px 12px 12px;
  background-image: url("../img/properties-bg.png");
  background-size: cover;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0s;
}
.properties__card:hover {
  transform: translateY(-5px);
}

.properties__wrapper {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  cursor: pointer;
  border-radius: 12px 12px 0px 0px;
}

.properties__illustration {
  position: relative;
  height: 20rem;
  width: 100%;
  border-radius: 12px 12px 0px 0px;
  transition: all 0.2s ease-in-out 0s;
}
.properties__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: all 0.2s ease-in-out 0s;
}

.properties__taxonomy {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #fff;
  color: #3A3E43;
  font-size: 1.4rem;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.properties__location {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #E85617;
  transform: translateY(50%);
  font-family: "Cormorant Garamond";
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.7px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  border-radius: 0px 6px 6px 0px;
}

.properties__content {
  position: relative;
  padding: 2rem 2rem 2rem;
  border-radius: 0px 0px 12px 12px;
}
.properties__content .name {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.7px;
}
.properties__content .title {
  font-family: "Cormorant Garamond";
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}

.properties__infos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid rgba(1, 1, 1, 0.5);
  padding-top: 2rem;
}
.properties__infos .infos__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #3A3E43;
}
.properties__infos .infos__item img {
  height: 2rem;
  width: auto;
  padding-right: 1rem;
}
.properties__infos .infos__item + .infos__item {
  margin-left: 1rem;
}

.properties__price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
.properties__price .price {
  font-size: 1.6rem;
  color: #3A3E43;
}
.properties__price .price em {
  font-style: normal;
  font-weight: 700;
  color: #3A3E43;
  letter-spacing: 0.7px;
}
.properties__price .btn {
  margin-top: 0;
}

.pagination {
  font-size: 16px;
  margin-top: 4rem;
  text-align: center;
}

.wp-pagenavi {
  line-height: 2.5;
}

/* INTRO */
.properties-intro + .properties-intro {
  margin-top: 10rem;
}

.properties-intro__title {
  color: #E85617;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.properties-intro__desc {
  font-size: 1.7rem;
  line-height: 1.4;
}

/* TYPE */
.type__list {
  display: grid;
  grid-template-columns: 1fr;
  margin: 3rem 0;
}

.type__item {
  position: relative;
  border-bottom: 1px solid rgba(1, 1, 1, 0.5);
  font-size: 1.7rem;
  text-transform: uppercase;
  color: #3A3E43;
}
.type__item a {
  color: #3A3E43;
  padding: 1.5rem 0;
  display: block;
}
.type__item:hover a {
  color: #E87217;
}
.type__item:hover:after {
  opacity: 0.5;
}
.type__item:after {
  content: "";
  background-image: url("../img/arrow-btn.svg");
  height: 2.5rem;
  width: 2.5rem;
  background-size: 2.5rem 2.5rem;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out 0s;
}

@media (max-width: 1024px) {
  .properties__list {
    grid-template-columns: 1fr 1fr;
  }

  .properties-map {
    height: 25rem;
  }
}
@media (max-width: 768px) {
  .properties__list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.properties-map {
  height: 50rem;
  width: 100%;
  margin-top: 3rem;
  border-radius: 8px;
}

.marker-cluster-small {
  background-color: rgba(232, 86, 23, 0.6);
}

.marker-cluster-small div {
  background-color: #e85617;
}
.marker-cluster-small div span {
  color: white;
}

.leaflet-popup-tip {
  background-color: #E85617;
}

.leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 22px;
  background-color: #E85617;
}

.leaflet-popup-content {
  margin: 0;
  border-radius: 22px;
  background-color: white;
}

.leaflet-popup-content p {
  margin: 0;
}

.leaflet-popup-content .properties__illustration {
  height: 12rem;
}
.leaflet-popup-content .properties__taxonomy {
  font-size: 1rem;
}
.leaflet-popup-content .properties__location {
  font-size: 1.2rem;
}
.leaflet-popup-content .properties__price {
  margin: 0.5rem 0;
}
.leaflet-popup-content .properties__infos {
  padding-top: 1rem;
}
.leaflet-popup-content .properties__infos .infos__item img {
  height: 1.5rem;
}
.leaflet-popup-content .properties__infos .infos__item p {
  font-size: 1.2rem;
}

@media (max-width: 1024px) {
  .properties-map {
    height: 40rem;
  }
}
.properties-slider {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.properties-slider .slick-track {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.properties-slider .slick-list {
  margin-left: -0.5rem;
}
.properties-slider .properties__card {
  margin: 0rem 1rem;
}

.properties-slider__card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease;
  display: flex !important;
  flex-direction: column;
  align-items: end;
  padding: 1rem;
  width: 400px !important;
  height: 300px !important;
  margin: 0 1rem;
}
.properties-slider__card:before {
  content: "";
  display: block;
}
.properties-slider__card.slick-center {
  z-index: 2;
  width: 600px !important;
  height: 500px !important;
}
.properties-slider__card.slick-center .properties-slider__content {
  display: block;
}
.properties-slider__card.slick-center .properties-slider__flag {
  display: flex;
}

.properties-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.properties-slider__bg img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.properties-slider__content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  display: none;
  border-radius: 12px;
  padding: 2rem;
  width: 100%;
  margin-top: auto;
}

/* TITRE */
.properties-slider__title {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
}
.properties-slider__title .name {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.properties-slider__title .location {
  font-family: "Cormorant Garamond";
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
.properties-slider__title .taxonomy span {
  background-color: #E85617;
  padding: 1rem;
  border-radius: 6px;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.8rem;
  letter-spacing: 1.4px;
}
.properties-slider__title .taxonomy .secondary {
  background-color: #E85617;
}
.properties-slider__title .taxonomy .primary {
  background-color: #E87217;
}

/* INFOS */
.properties-slider__infos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid rgba(1, 1, 1, 0.5);
  border-bottom: 1px solid rgba(1, 1, 1, 0.5);
  padding: 1.5rem 0;
  margin: 1rem 0;
}
.properties-slider__infos .infos__item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.properties-slider__infos .infos__item img {
  height: 2rem;
  width: auto;
  padding-right: 1rem;
}

/* CONTACT */
.properties-slider__contact {
  display: flex;
  flex-direction: row;
  align-items: end;
}
.properties-slider__contact img {
  height: 5rem;
  width: 5rem;
  object-fit: cover;
  border-radius: 50%;
}
.properties-slider__contact .text {
  font-size: 1.4rem;
  padding-left: 2rem;
}
.properties-slider__contact .text a {
  font-weight: 700;
  font-size: 1.4rem;
  border-bottom: 1px solid #3A3E43;
}
.properties-slider__contact .link {
  margin-left: auto;
  font-weight: 700;
  font-size: 1.4rem;
  border-bottom: 1px solid #3A3E43;
}

/* FLAG */
.properties-slider__flag {
  display: none;
  position: absolute;
  top: 2rem;
  right: 3rem;
  background-color: #E87217;
  height: 12rem;
  width: 12rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.properties-slider__flag span {
  font-family: "Cormorant Garamond";
  font-weight: 800;
  line-height: 1;
  font-size: 1.6rem;
  transform: rotate(-10deg) translateY(-1.5rem);
}
.properties-slider__flag em {
  font-style: normal;
  font-size: 6rem;
  display: block;
}

.properties-slider__arrows {
  position: relative;
  text-align: right;
  margin-top: -3rem;
  z-index: 10;
}
.properties-slider__arrows .slick-prev:before {
  background-image: url("../img/arrow-white.svg");
}
.properties-slider__arrows .slick-next:before {
  background-image: url("../img/arrow-white.svg");
}

.properties-slider__cta {
  text-align: right;
}

@media (max-width: 768px) {
  .properties-slider__title {
    flex-direction: column-reverse;
  }
  .properties-slider__title .taxonomy {
    margin-bottom: 2rem;
  }

  .properties-slider__arrows {
    margin-top: 3rem;
  }

  .properties-slider__content {
    display: block;
    margin-top: 20rem;
  }

  .properties-slider__card {
    height: auto !important;
    width: auto !important;
  }

  .properties-slider__infos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .properties-slider__contact {
    flex-wrap: wrap;
  }
  .properties-slider__contact .text {
    width: calc(100% - 5rem);
  }
  .properties-slider__contact .text p {
    line-height: 1.2;
  }

  .properties-slider__title .location {
    font-size: 3rem;
  }
}
/* HEADER */
.header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.2);
}
.header .menu--container {
  position: relative;
}

.section {
  position: relative;
  padding-top: 100px;
}
.section + .section {
  padding-top: 100px;
}
.section:first-child {
  padding-top: 50px;
}
.section--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section--columns {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}
.section--grey {
  background-color: #F3F2EE;
  margin-top: 100px;
  padding-bottom: 100px;
}
.section--secondary {
  background: linear-gradient(180deg, #e87217 0%, #e85617 100%);
  color: #fff;
}
.section--secondary:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0.05;
  background-size: 50%;
  background-repeat: repeat;
  background-image: url("../img/pattern-bg.png");
  z-index: 1;
}

.wrapper {
  width: calc(1480/1680 * 100%);
}
.wrapper--centered {
  margin-left: auto;
  margin-right: auto;
}
.wrapper--accent {
  background-color: #F3F2EE;
  padding-left: calc(150/1680 * 100%);
  padding-right: calc(150/1680 * 100%);
}
.wrapper--white {
  background-color: #fff;
  padding-left: calc(150/1680 * 100%);
  padding-right: calc(150/1680 * 100%);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.column {
  display: flex;
  flex-wrap: wrap;
}
.column--free {
  display: flex;
}
.column--spaced {
  justify-content: space-between;
}
.column--centered {
  align-items: center;
}
.column--reversed {
  flex-direction: row-reverse;
}
.column--equal {
  align-items: stretch;
}
.column--centered-w {
  justify-content: center;
}
.column--half {
  width: 45%;
}
.column--third {
  width: 30%;
}
.column--fourth {
  width: 23%;
}

.container {
  width: calc(1480/1680 * 100%);
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.container--stretch {
  max-width: 1000px;
}

.list--inline li {
  display: inline-block;
}

.breadcrumbs {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* FORM */
.form__title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #E85617;
  margin-bottom: 2rem;
  max-width: 100%;
}

#gform_confirmation_message_1 {
  margin-bottom: 40px;
}

#form .gform_wrapper .gform-field-label {
  color: #3A3E43;
  opacity: 1;
  font-size: 1.2rem;
  font-weight: 500;
}

#form .gform_wrapper .gfield_label {
  color: #3A3E43;
  opacity: 1;
  font-size: 1.5rem;
  font-weight: 700;
}

#form .gform_wrapper input {
  width: 100%;
  border: 1px solid #7B7971;
  padding: 1rem;
  font-family: "Inter", sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: white;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 1.2rem;
  color: #3A3E43;
}
#form .gform_wrapper input::placeholder {
  opacity: 0.6;
  font-weight: 500;
  font-size: 1.5rem;
}

#form .gform_wrapper textarea {
  width: 100%;
  border: 1px solid #7B7971;
  padding: 1rem 1rem;
  font-family: "Inter", sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: white;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 1.2rem;
  color: #000;
}
#form .gform_wrapper textarea::placeholder {
  opacity: 0.6;
  font-weight: 500;
  font-size: 1.5rem;
}

#form .gform_wrapper .gfield-choice-input {
  width: auto;
  border: inherit;
  padding: 0;
  margin: 0;
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: initial;
  border: initial;
}

#form .gform_wrapper .gform_button {
  width: auto;
  border: 1px solid black;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
  background: #000;
  font-family: "Inter", sans-serif;
  padding: 1rem 2rem;
  display: block;
  cursor: pointer;
  letter-spacing: 1.1px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#form .gform_wrapper .gform_button:hover {
  background-color: transparent;
  color: black;
}

#form .gform_wrapper .gform_fields {
  gap: 1rem;
}

#input_1_10 {
  display: block;
  width: 100%;
  margin: 1rem 0px;
}

#input_1_10 label {
  max-width: 100%;
}

#input_1_10.gchoice {
  display: inline-block;
  margin-left: 2rem;
}

.gform_heading {
  display: none !important;
}

.gchoice {
  display: inline-block;
  margin-left: 2rem;
}

.gchoice:first-child {
  margin-left: 0px;
}

.footer {
  background: #3A3E43;
  position: relative;
  border-top: 10px solid #3A3E43;
  margin-top: 100px;
}

.footer__top {
  padding: 60px 0px 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4rem;
}

.footer__logo {
  display: block;
  margin-right: auto;
  max-width: 100%;
  height: 8rem;
}

.footer__part {
  position: relative;
}

.footer__text {
  color: white;
  text-align: left;
}
.footer__text h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer__text p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: left;
}

/* MENU FOOTER */
.menu--footer a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.menu--footer .menu-item-has-children > a:hover {
  color: #E87217;
}
.menu--footer .sub-menu {
  margin-top: 0.5rem;
}
.menu--footer .sub-menu .menu-item {
  margin: 0.5rem 0;
}
.menu--footer .sub-menu .menu-item a {
  position: relative;
  font-size: 1.6rem;
  font-weight: 300 !important;
  line-height: 1.2;
  font-family: "Cormorant Garamond";
  padding-left: 4rem;
}
.menu--footer .sub-menu .menu-item a:hover {
  color: #E87217;
}
.menu--footer .sub-menu .menu-item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-primary.svg");
}

/* SOCIAL */
.footer-social {
  position: relative;
  display: flex;
  margin: 1rem 0rem;
}
.footer-social a {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-social a + a {
  margin-left: 10px;
}
.footer-social a:hover {
  transform: scale(0.9);
}
.footer-social i {
  color: white;
}
.footer-social img {
  height: 2.5rem;
}

/* CONTACT */
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer-contact__btn {
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  align-self: baseline;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.7px;
  padding-bottom: 0.2rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  border-bottom: 1px solid #fff;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.footer-contact__btn:hover {
  color: #E87217;
  border-bottom: 1px solid #E87217;
}

.footer-contact__link {
  display: none;
  color: #fff;
  padding: 1.5rem 0;
}
.footer-contact__link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-buttons .btn {
  margin-top: 1rem;
}

/* COPYRIGHT */
.footer__copyright {
  text-align: center;
  padding: 2.5rem;
  background-color: #3A3E43;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__copyright > * {
  margin-right: 2rem;
}
.footer__copyright > *:last-child {
  margin-right: 0;
}
.footer__copyright p {
  font-size: 1.2rem;
  font-weight: 300;
}
.footer__copyright p a {
  color: #E87217;
  opacity: 1;
}
.footer__copyright a {
  color: #fff;
  font-size: 1.2rem;
}
.footer__copyright a:hover {
  color: white;
  opacity: 1;
}

.footer__copyright .container {
  text-align: center;
  margin: 0 auto;
}
.footer__copyright .container > * {
  position: relative;
  margin-left: 1rem;
  padding-left: 1rem;
}
.footer__copyright .container > *:first-child:before {
  display: none;
  padding-left: 0;
}
.footer__copyright .container > *:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  height: 60%;
  width: 1px;
  background-color: #E85617;
}

@media (max-width: 768px) {
  .footer__top {
    grid-template-columns: 1fr;
    padding: 60px 0px 50px;
  }

  .footer__copyright {
    flex-direction: column;
    text-align: left;
    justify-content: start;
    align-items: baseline;
  }
  .footer__copyright a {
    display: block;
  }

  .footer__copyright .container {
    margin: 0;
  }

  .footer__copyright .container > * {
    width: 100%;
    margin: 5px 0px;
    margin-left: 0;
    text-align: left;
    padding-left: 0;
    line-height: 1.4;
  }
  .footer__copyright .container > *:before {
    display: none;
  }

  .menu--footer > ul {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: row;
  }

  .menu--footer li {
    display: block;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  .menu--footer li:last-child {
    margin-bottom: 0px;
  }

  .footer__contact li {
    justify-content: center;
  }
}
@media (max-width: 550px) {
  .menu--footer > ul {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    column-gap: 1rem;
    row-gap: 1rem;
  }

  .footer__part:nth-child(2) {
    grid-column: span 1;
  }

  .footer__text {
    width: 100%;
    text-align: center;
  }

  .footer__social {
    width: 100%;
    margin-top: 30px;
    justify-content: center;
  }
}
.slick-track,
.slick-list {
  height: 100%;
  width: 100%;
}

.slick-arrow {
  position: absolute;
}

.slick-next {
  bottom: -50px;
  right: 48%;
  z-index: 10;
  width: 50px;
  height: 50px;
  padding: 10px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateX(180%);
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-next:before {
  content: "";
  background-image: url("../img/arrow-slider.svg");
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  display: inline-block;
}

.slick-prev {
  bottom: -50px;
  left: 48%;
  z-index: 10;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  padding: 10px;
  color: transparent;
  background: transparent;
  outline: none;
  transform: translateX(-180%);
}
.slick-prev:before {
  content: "";
  background-image: url("../img/arrow-slider.svg");
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  transform: rotate(180deg);
  display: inline-block;
}

.slick-dots {
  position: absolute;
  bottom: -32px;
  right: 50%;
  transform: translateX(50%);
  z-index: 100;
  cursor: pointer;
  text-align: center;
}
.slick-dots li {
  display: inline-flex;
}
.slick-dots li + li {
  margin-left: 7px;
}
.slick-dots button {
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #3A3E43;
  text-indent: -999999px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots button:focus {
  outline: none;
}
.slick-dots .slick-active button {
  width: 8px;
  height: 8px;
  background-color: #3A3E43;
}

#search-filter-form-255,
#search-filter-form-259 {
  width: 100%;
  background-color: #F3F2EE;
  padding: 2rem 3rem;
  margin-bottom: 5rem;
  border-radius: 1rem;
}
#search-filter-form-255 h4,
#search-filter-form-259 h4 {
  font-size: 1.4rem !important;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #3A3E43 !important;
}
#search-filter-form-255 ul,
#search-filter-form-259 ul {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  padding: 0.5rem 0;
}
#search-filter-form-255 ul::-webkit-scrollbar,
#search-filter-form-259 ul::-webkit-scrollbar {
  display: none;
}
#search-filter-form-255 li,
#search-filter-form-259 li {
  padding: 0 !important;
  cursor: pointer;
}
#search-filter-form-255 label,
#search-filter-form-259 label {
  width: 100%;
}
#search-filter-form-255 select,
#search-filter-form-259 select {
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  font-family: "Inter", sans-serif !important;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  width: 100%;
  color: #3A3E43 !important;
  background-color: white !important;
  appearance: none;
  /* Standard */
  -webkit-appearance: none;
  /* Safari, iOS */
  -moz-appearance: none;
}
#search-filter-form-255 .sf-input-text,
#search-filter-form-259 .sf-input-text {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(24, 24, 24, 0.15);
  padding: 1rem 0.5rem;
  opacity: 1;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  background-color: #fff;
  -webkit-appearance: none;
  letter-spacing: 1px;
}
#search-filter-form-255 .sf-input-text:focus,
#search-filter-form-259 .sf-input-text:focus {
  border-color: #E87217;
}
#search-filter-form-255 .sf-input-text:focus::placeholder,
#search-filter-form-259 .sf-input-text:focus::placeholder {
  color: white;
}
#search-filter-form-255 .sf-input-text::placeholder,
#search-filter-form-259 .sf-input-text::placeholder {
  color: #E85617;
  font-family: "Inter", sans-serif;
  opacity: 1;
  margin-left: 1rem;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
#search-filter-form-255 .sf-field-submit,
#search-filter-form-259 .sf-field-submit {
  display: flex;
  align-items: center;
}
#search-filter-form-255 .sf-field-submit input,
#search-filter-form-259 .sf-field-submit input {
  padding: 1.2rem 3rem;
  border-radius: 1rem;
  color: #fff;
  cursor: pointer;
  background: #b33acd;
  background: #E85617;
  font-size: 1.4rem;
  transition: all 0.2s ease-in-out 0s;
  -webkit-appearance: none;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  border: none;
  line-height: 2;
}
#search-filter-form-255 .sf-field-submit input:hover,
#search-filter-form-259 .sf-field-submit input:hover {
  transform: scale(1.03);
  color: #fff;
}
#search-filter-form-255 .sf-input-range-number,
#search-filter-form-259 .sf-input-range-number {
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  max-width: 100% !important;
  border: none;
  border-bottom: 1px solid rgba(24, 24, 24, 0.15);
  font-family: "Inter", sans-serif;
}
#search-filter-form-255 .sf-range-values-seperator,
#search-filter-form-259 .sf-range-values-seperator {
  color: #fff;
  margin: 0px 0.5rem;
  font-weight: 700;
}
#search-filter-form-255 .noUi-connect,
#search-filter-form-259 .noUi-connect {
  background-color: #E87217 !important;
}
#search-filter-form-255 .meta-slider,
#search-filter-form-259 .meta-slider {
  height: 1rem !important;
}
#search-filter-form-255 .noUi-handle,
#search-filter-form-259 .noUi-handle {
  height: 2rem !important;
  width: 2rem !important;
}
#search-filter-form-255 .noUi-handle:before,
#search-filter-form-259 .noUi-handle:before {
  display: none;
}
#search-filter-form-255 .noUi-handle:after,
#search-filter-form-259 .noUi-handle:after {
  display: none;
}

.sf-meta-range {
  width: 200px;
  color: #3A3E43;
  font-size: 17px;
}

.search-filter-results {
  font-weight: 700;
  font-size: 28px;
}

/* FILTER */
#search-filter-form-3413.searchandfilter ul li li,
#search-filter-form-6115.searchandfilter ul li li {
  display: inline-block;
  margin: 1rem 2rem;
  border-radius: 2rem;
  font-weight: 600;
  color: #3A3E43;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#search-filter-form-3413.searchandfilter ul li li:hover,
#search-filter-form-6115.searchandfilter ul li li:hover {
  color: #E87217;
}
#search-filter-form-3413.searchandfilter ul li li.sf-option-active,
#search-filter-form-6115.searchandfilter ul li li.sf-option-active {
  color: #E87217;
}
#search-filter-form-3413.searchandfilter ul li li:first-child,
#search-filter-form-6115.searchandfilter ul li li:first-child {
  background: #E87217;
  padding: 1rem 30.5rem !important;
  color: white;
  cursor: pointer;
  border: 1px solid white;
  transition: all 0.2s ease-in-out;
}
#search-filter-form-3413.searchandfilter ul li li:first-child:hover,
#search-filter-form-6115.searchandfilter ul li li:first-child:hover {
  background: transparent;
  border: 1px solid #E87217;
  color: #E87217;
}
#search-filter-form-3413.searchandfilter ul,
#search-filter-form-6115.searchandfilter ul {
  text-align: center;
}
#search-filter-form-3413.searchandfilter .sf-input-radio,
#search-filter-form-6115.searchandfilter .sf-input-radio {
  display: none;
  cursor: pointer;
}
#search-filter-form-3413.searchandfilter .sf-label-radio,
#search-filter-form-6115.searchandfilter .sf-label-radio {
  padding: 0px !important;
  cursor: pointer;
  font-size: 18px;
}
#search-filter-form-3413 .sf-input-text,
#search-filter-form-6115 .sf-input-text {
  padding: 2rem 40px;
  width: 500px;
  border: none;
  box-shadow: 0px 3px 2rem rgba(1, 1, 1, 0.16);
  border-radius: 1rem;
}
#search-filter-form-3413 .sf-input-text::placeholder,
#search-filter-form-6115 .sf-input-text::placeholder {
  color: #3A3E43;
  opacity: 0.6;
  font-weight: 300 !important;
}
#search-filter-form-3413 .sf-field-search,
#search-filter-form-6115 .sf-field-search {
  position: relative;
  margin-top: -3rem !important;
  margin-bottom: 3rem !important;
}
#search-filter-form-3413 .sf-field-search input,
#search-filter-form-6115 .sf-field-search input {
  padding-left: 60px !important;
}
#search-filter-form-3413 .sf-field-search label,
#search-filter-form-6115 .sf-field-search label {
  position: relative;
}
#search-filter-form-3413 .sf-field-search label:after,
#search-filter-form-6115 .sf-field-search label:after {
  position: absolute;
  content: "";
  height: 2rem;
  width: 2rem;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/search.svg");
}

#search-filter-form-255 .chosen-choices {
  display: inline-block !important;
  height: auto !important;
  overflow: auto !important;
}

#search-filter-form-259 .chosen-choices {
  display: inline-block !important;
  height: auto !important;
  overflow: auto !important;
}

.search-filter-reset:hover {
  color: white;
}

.search-choice {
  border: none !important;
  background-color: #F4F4F4 !important;
  background-image: none !important;
}

.chosen-container {
  width: 100% !important;
}

.search-choice span {
  padding: 0.5rem 1rem !important;
  background-color: transparent !important;
  font-size: 11px !important;
  padding-right: 25px !important;
  color: black;
}

#search-filter-form-255 .chosen-container .chosen-results {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  border-radius: 6px !important;
}

#search-filter-form-255 .chosen-results li {
  padding: 0.3rem !important;
}

#search-filter-form-259 .chosen-container .chosen-results {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  border-radius: 6px !important;
}

#search-filter-form-259 .chosen-results li {
  padding: 0.3rem !important;
}

.chosen-choices {
  border-radius: 6px !important;
  border: 1px solid black !important;
  box-shadow: none;
}

.chosen-container-multi .chosen-choices {
  box-shadow: none !important;
}

@media (max-width: 600px) {
  #search-filter-form-3413 .sf-input-text {
    padding: 2rem 40px;
    width: 300px;
  }

  #search-filter-form-6115 .sf-input-text {
    padding: 2rem 40px;
    width: 300px;
  }
}
.menu {
  position: relative;
  width: 100%;
  z-index: 99;
}

.menu--container {
  padding: 20px calc(150/1680 * 100%);
  flex-wrap: wrap;
  align-items: center;
}

.menu--header {
  margin-left: auto;
}

.menu--logo {
  height: 100%;
  width: 120px;
}
.menu--logo img {
  text-align: center;
  width: 120px;
  margin-right: auto;
}

.menu--buttons {
  margin-left: 2rem;
}

.menu--buttons a {
  padding: 0.5rem 1.5rem;
  letter-spacing: 0.7px;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 8px;
  margin-top: 0;
}
.menu--buttons a + a {
  margin-left: 0.5rem;
}

.menu__list {
  width: 100%;
  display: inline-block;
}
.menu__list li {
  position: relative;
  display: inline-block;
}
.menu__list li + li {
  margin-left: 25px;
}
.menu__list a {
  display: block;
  color: #3A3E43;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 20px 0px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.menu__list a:hover, .menu__list a:active, .menu__list a.active {
  color: #E85617;
}
.menu__list .menu--button a {
  background-color: #E87217;
  padding: 30px 35px;
  margin-left: 5%;
  color: white;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.menu__list .menu--button a:hover {
  color: white;
  transform: scale(1.03);
}

.menu__list .menu--button.current-menu-item a:before {
  display: none;
}

.unclickable > a {
  pointer-events: none !important;
}

/* SUBMENU */
.menu__list .menu-item-has-children {
  padding-right: 15px;
}

.menu__list .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.menu__list .menu-item-has-children:hover:after {
  display: none;
}

.menu__list .menu-item-has-children:after {
  content: "";
  background: url("../img/down-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 17px;
  width: 17px;
  top: 49%;
  transform: translateY(-50%);
  right: -10px;
}

.menu__list .menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: absolute;
  gap: 0rem;
  min-width: 600px;
  top: 50%;
  left: -200px;
  width: auto;
  z-index: -1;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 25px;
  background-color: white;
  row-gap: 0rem;
  padding: 10px 0;
}
.menu__list .menu-item-has-children > .sub-menu li {
  background-color: #fff;
  color: #666666 !important;
  margin: 0px;
  text-align: center;
}
.menu__list .menu-item-has-children > .sub-menu a {
  padding: 0px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #666666;
}
.menu__list .menu-item-has-children > .sub-menu a:hover {
  color: #E87217;
}

/* MOBILE MENU */
.button--mobile {
  display: none;
}

/* MENU BURGER */
.menu--burger {
  position: relative;
  text-align: right;
  display: none;
  z-index: 1022;
  cursor: pointer;
  margin-left: 0rem;
}

.menu--burger div {
  width: 6px;
  height: 6px;
  margin: 5px;
  background: #3A3E43;
  transition: all 0.5s ease-in;
  border-radius: 10px;
}

.menu--burger.active div {
  background: #E87217;
}

.menu--burger {
  display: none;
}

.action--close {
  position: fixed;
  z-index: 100;
  top: 40px;
  right: 20px;
}

@keyframes navLinksFade {
  0% {
    opacity: 0;
    transform: translateY(50px) translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
@media (max-width: 1370px) {
  .menu--container {
    padding: 20px calc(150/1680 * 100%);
  }

  .menu--header .menu__list {
    display: flex;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background: #fff;
    padding: 80px calc(150/1680 * 100%) 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    transition: right 0.5s ease-in;
    z-index: 99;
    overflow-y: scroll;
  }

  .menu__list a {
    color: #3A3E43;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
  }

  .menu--header .menu__list > li {
    opacity: 0;
    display: block;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 0;
  }
  .menu--header .menu__list > li a {
    padding-bottom: 0;
  }

  .menu--header .menu__list.active {
    right: 0;
    width: 100%;
  }

  .menu--burger {
    display: block;
  }

  .menu__list .menu-item-has-children {
    padding-right: 0;
  }
  .menu__list .menu-item-has-children:after {
    display: none;
  }
  .menu__list .menu-item-has-children .sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    opacity: 1;
    gap: 1rem;
    visibility: visible;
    position: relative;
    transform: none;
    min-width: auto;
    left: auto;
    top: 0;
    margin-top: 0;
  }
  .menu__list .menu-item-has-children .sub-menu li {
    display: block;
    padding: 0;
  }
  .menu__list .menu-item-has-children .sub-menu li a {
    font-weight: 400;
    color: #3A3E43;
    font-size: 14px;
  }

  .menu__list .current-menu-item a:before {
    bottom: 15px;
    right: 0;
    left: auto;
    width: 50px;
  }
}
@media (max-width: 1024px) {
  .menu--logo {
    width: 100px;
  }
  .menu--logo a {
    display: block;
    width: 100%;
  }
  .menu--logo img {
    width: 100px;
  }

  .burger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu--header {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .menu--buttons {
    margin-left: 0;
  }
  .menu--buttons a {
    font-size: 1rem;
  }
}
@media (max-width: 550px) {
  .menu--container {
    padding: 20px calc(100/1680 * 100%);
  }

  .menu--logo {
    width: 80px;
  }
  .menu--logo img {
    width: 80px;
  }

  .menu-logo {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .menu--button a {
    font-size: 8px;
  }

  .menu__list a {
    font-size: 18px;
    font-weight: 600;
  }

  .menu--burger {
    margin-left: 1rem;
  }
}
/* La modale (cachée par défaut) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Contenu de la modale */
.modal-content {
  background: linear-gradient(180deg, #e87217 0%, #e85617 100%);
  margin: auto;
  padding: 4rem;
  border-radius: 8px;
  width: 85%;
  max-width: 700px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.modal__title {
  margin-bottom: 4rem;
  font-family: "Cormorand Garamond";
  color: white;
}

.modal__form label {
  color: white !important;
}

/* Bouton de fermeture */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

/* INTRO */
.blog-intro__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.blog-intro__item {
  position: relative;
  border-radius: 8px;
}
.blog-intro__item:hover .blog-intro__title {
  color: #E85617;
}
.blog-intro__item:hover .blog-intro__illustration img {
  transform: scale(1.03);
}

.blog-intro__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.blog-intro__illustration {
  position: relative;
  height: 19rem;
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}
.blog-intro__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out 0s;
}

.blog-intro__content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url("../img/blog-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 0px 8px 8px;
}
.blog-intro__content .date {
  font-size: 1.2rem;
}

.blog-intro__title {
  font-size: 2rem;
  color: black;
  font-weight: 600;
  margin: 1rem 0;
  transition: all 0.2s ease-in-out 0s;
}

.blog-intro__author {
  display: grid;
  grid-template-columns: 7rem 1fr;
  align-items: center;
  gap: 2rem;
  margin-top: 1rem;
}
.blog-intro__author span {
  display: block;
  font-size: 1.5rem;
}
.blog-intro__author img {
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  object-fit: cover;
}
.blog-intro__author .author {
  color: #3A3E43;
  font-weight: 700;
  margin: 0.4rem 0;
  padding-bottom: 0;
}

.blog-intro__btn {
  position: relative;
  height: 3rem;
  width: auto;
  object-fit: contain;
  margin-left: auto;
}

.blog-intro__cta {
  text-align: center;
  margin-top: 2rem;
}
.blog-intro__cta .btn {
  margin-right: 1rem;
}
.blog-intro__cta .btn:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .blog-intro__list {
    grid-template-columns: 1fr;
  }

  .blog-intro__cta {
    text-align: left;
  }
  .blog-intro__cta .btn {
    margin-top: 10px;
  }

  .blog__list {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .blog__list {
    grid-template-columns: 1fr;
  }

  .blog-intro__illustration {
    height: 19rem;
  }
}
.post-header {
  position: relative;
  height: 55vh;
  width: 100%;
  margin-top: 100px;
}

.post-header__illustration {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.post-header__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.post-header__content {
  position: relative;
  color: #fff;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.5);
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  border-radius: 8px;
}

.post-header__title {
  max-width: 700px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

.post-content {
  width: 65%;
  text-align: justify;
}
.post-content h2 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 600;
  color: #E87217;
}
.post-content h3 {
  font-size: 16px;
  margin: 20px 0px 20px;
  font-weight: 500;
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 8px;
  line-height: 1.7;
}
.post-content h4,
.post-content h5 {
  color: #3A3E43;
  font-size: 16px;
  font-weight: 600;
}
.post-content p {
  font-size: 14px;
  margin: 10px 0px 20px;
  line-height: 1.7;
  font-weight: 300;
}
.post-content ul {
  margin-left: 30px;
}
.post-content ol {
  margin-left: 30px;
}
.post-content li {
  position: relative;
  margin: 10px 0px;
  padding-left: 15px;
  display: block;
  font-size: 14px;
  line-height: 1.7;
}
.post-content li :before {
  position: absolute;
  left: 0;
  top: 0;
  content: "-";
  font-size: 14px;
  color: #E87217;
}
.post-content li img {
  margin: 40px 0px;
}
.post-content img {
  max-width: 100%;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  margin: 3rem 0;
}
.post-content .aligncenter,
.post-content .alignleft,
.post-content .alignright {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  object-fit: contain;
}
.post-content .aligncenter {
  float: none;
}
.post-content .alignright {
  float: right;
  margin: 1.5em 0 1em 1em !important;
}
.post-content .alignleft {
  float: left;
  margin: 2em 4em 2em 0 !important;
}
.post-content #ez-toc-container {
  display: none;
}

.post-cta {
  display: inline-flex;
  flex-direction: column;
}
.post-cta a {
  display: inline-flex;
  margin-top: 1rem;
}

.post-next .wpb-posts-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  align-items: center;
  max-width: 1200px;
  margin: 80px auto 0px;
}
.post-next .wpb-posts-nav a {
  display: grid;
  grid-gap: 20px;
  align-items: center;
  color: #E87217;
}
.post-next .wpb-posts-nav a:hover h4 {
  color: #E87217;
}
.post-next .wpb-posts-nav strong {
  margin-bottom: 1rem;
}
.post-next .wpb-posts-nav h4 {
  margin: 0;
  color: #3A3E43;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 0.5rem;
  font-weight: 400;
  transition: all 0.2s ease-in-out 0s;
}
.post-next .wpb-posts-nav a svg {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.post-next .wpb-posts-nav > div:nth-child(1) a {
  grid-template-columns: 100px 1fr;
  text-align: left;
}
.post-next .wpb-posts-nav > div:nth-child(2) a {
  grid-template-columns: 1fr 100px;
  text-align: right;
}
.post-next .wpb-posts-nav__thumbnail {
  display: block;
  margin: 0;
}
.post-next .wpb-posts-nav__thumbnail img {
  border-radius: 5px;
}

/* SIDEBAR */
.post-sidebar {
  position: relative;
  width: 25%;
}

.post-sidebar__container {
  position: sticky;
  top: 4rem;
}

.post-sidebar #ez-toc-container {
  background-color: #F3F2EE;
  border: none;
  display: block;
  padding: 2rem 0;
  border-radius: 5px;
}
.post-sidebar #ez-toc-container .ez-toc-title {
  color: #E87217;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 2rem 0rem 0rem 2rem;
}
.post-sidebar #ez-toc-container .ez-toc-list {
  max-height: 200px !important;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0.5rem 2rem 2rem 2rem;
}
.post-sidebar #ez-toc-container .ez-toc-list li {
  border-bottom: 1.5px solid rgba(1, 1, 1, 0.4);
  padding: 0.8rem 0;
  line-height: 1;
}
.post-sidebar #ez-toc-container a {
  color: #3A3E43;
  opacity: 1;
}

.post-author {
  border: 1px solid rgba(1, 1, 1, 0.3);
  border-radius: 5px;
  padding: 2rem;
  margin-top: 2rem;
}
.post-author .title {
  font-size: 14px;
  text-transform: uppercase;
}

.post-author--mobile {
  display: none;
  margin-top: 6rem;
}

.post-author .author {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1rem;
  margin: 1rem 0;
  padding-bottom: 0;
}
.post-author .author img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.post-author .author .name {
  font-weight: 600;
  color: #E87217;
}
.post-author .author .function {
  font-size: 12px;
  line-height: 1.4;
}

.post-author .content p {
  font-size: 13px;
}

@media (max-width: 1024px) {
  .post-header {
    margin-top: 3rem;
    height: 40vh;
  }

  .post-author {
    display: none;
  }

  .post-author--mobile {
    display: block;
  }

  .post-author--mobile .button {
    text-transform: uppercase;
    margin-top: 0.5rem;
    opacity: 0.6;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-decoration: underline;
    text-underline-offset: 8px;
    cursor: pointer;
  }

  .post-author--mobile .desc {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .post-author--mobile .desc.expanded {
    max-height: 1000px;
    /* Assurez-vous que cette valeur est supérieure à la hauteur maximale du contenu */
  }

  .post .container {
    justify-content: center;
    align-items: center;
  }

  .post-content {
    width: 100%;
  }

  .post-sidebar {
    width: 100%;
  }

  .post-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
  }

  .post-cta {
    margin: 0 auto;
    text-align: center;
  }
  .post-cta .btn {
    text-align: center;
  }

  .post-next .wpb-posts-nav {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 550px) {
  .post-header__title {
    font-size: 18px;
  }

  .post-content h2 {
    font-size: 18px;
    text-align: left;
  }
  .post-content h3, .post-content h4 {
    text-align: left;
  }
  .post-content ol, .post-content ul {
    margin-left: 10px;
  }
  .post-content p {
    text-align: justify;
  }
}
#property-content {
  padding-top: 5rem;
}

/* HEADER */
.property-header {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: calc(1480/1680 * 100%);
  margin: 0 auto;
}

.property-header__media {
  position: relative;
  width: 55%;
  border-radius: 12px;
}
.property-header__media:before {
  content: "";
  display: block;
  padding-bottom: 60%;
}

.property-header__gallery {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.property-header__gallery:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 12px;
}

.property-header__image {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.property-header__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.property-header__video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 12px;
  z-index: 11;
}
.property-header__video video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.property-header__arrows {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #fff;
  display: flex;
  align-items: center;
}
.property-header__arrows #current-slide {
  padding-right: 0.5rem;
}
.property-header__arrows #total-slides {
  padding-left: 0.5rem;
}
.property-header__arrows .slick-prev,
.property-header__arrows .slick-next {
  bottom: auto;
}
.property-header__arrows .slick-prev:before {
  background-image: url("../img/arrow-white.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.property-header__arrows .slick-next:before {
  background-image: url("../img/arrow-white.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.selector-buttons {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  z-index: 12;
}
.selector-buttons button {
  background: transparent;
  border: none;
  color: #3A3E43;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.7px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
}
.selector-buttons button.active {
  background-color: #3A3E43;
  color: #fff;
}
.selector-buttons #btn-photos {
  border-radius: 50px 0 0 50px;
}
.selector-buttons #btn-video {
  border-radius: 0 50px 50px 0;
}

.hidden {
  display: none !important;
}

.property-header__content {
  width: 45%;
  padding-left: 4rem;
}

.property-header__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}

.property-header__taxonomy {
  border: 1px solid #3A3E43;
  color: #3A3E43;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.2rem 1.5rem;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.property-header__location {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 900;
  color: #E87217;
}

.property-header__title {
  font-family: "Cormorant Garamond";
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.property-header__address {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

/* INFOS */
.property-header__infos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: rgba(230, 221, 213, 0.25);
  margin-top: 3rem;
  padding: 3rem 3rem;
  gap: 2rem;
  border-radius: 8px;
}

.property-header__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.property-header__item img {
  height: 3rem;
  width: 5rem;
  object-fit: contain;
}
.property-header__item .title {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Cormorant Garamond";
}
.property-header__item .text {
  font-size: 1.5rem;
  font-weight: 400;
}

/* PRICE */
.property-header__price {
  text-align: left;
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  margin-left: auto;
}
.property-header__price .price {
  display: flex;
  flex-direction: row;
  align-items: end;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.property-header__price span {
  font-size: 1.7rem;
  font-weight: 300;
  padding-right: 0.5rem;
  letter-spacing: 0.7px;
}
.property-header__price .link {
  color: #3A3E43;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1rem;
  border-bottom: 1px solid #3A3E43;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
}
.property-header__price .link:hover {
  color: #E85617;
  border-bottom: 1px solid #E85617;
}
.property-header__price .text {
  margin-top: 2rem;
  display: block;
  font-style: italic;
}

/* MAIN */
.property-main {
  padding: 8rem 0 6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* CONTENT */
.property-content {
  width: 60%;
  display: grid;
  grid-template-columns: 100%;
  gap: 8rem;
}

.property__text h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.property__title {
  font-size: 3rem;
  font-weight: 900;
  color: #3A3E43;
  margin-bottom: 1rem;
}

.property__desc {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
}

.property-properties .property__desc {
  color: #E85617;
  font-weight: 700;
  font-size: 1.6rem;
}

/* INFOS */
.property-infos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}
.property-infos .item {
  border-left: 1px solid black;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
}
.property-infos .item img {
  height: 2.3rem;
}
.property-infos .title {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}

/* MAP */
.property-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  height: 22rem;
}

.file-map {
  position: relative;
  background-color: #F3F2EE;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
}
.file-map img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  object-fit: contain;
}

.acf-map {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.acf-map img {
  max-width: inherit !important;
}

/* TABS */
[open] .property-tabs__title:after {
  transform: translateY(-50%) rotate(270deg);
}

.property-tabs__title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.5rem 0;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.property-tabs__title:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  content: "";
  display: block;
  height: 3rem;
  width: 3rem;
  background-image: url("../img/arrow-btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s ease-in-out 0s;
}

.property-tabs__desc {
  font-size: 1.6rem;
  color: #3A3E43;
  font-weight: 300;
}
.property-tabs__desc ul {
  margin-left: 2rem !important;
}
.property-tabs__desc li {
  list-style: disc !important;
}
.property-tabs__desc strong {
  font-weight: 700;
}

.property-tabs__content {
  padding-bottom: 4rem;
  max-width: 100% !important;
}

.property-tabs__list {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  width: 100% !important;
}

.property-tabs__item {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(1, 1, 1, 0.2);
  padding: 1rem 0;
  cursor: pointer;
}
.property-tabs__item:first-child {
  border-top: none;
}
.property-tabs__item .title {
  font-weight: 400;
  padding-right: 1rem;
}
.property-tabs__item .text {
  margin-top: 0;
}

/* LOCATION */
.property-location__list {
  margin-top: 2rem;
  overflow-x: auto;
}

.property-location__item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  border-bottom: 1px solid rgba(1, 1, 1, 0.2);
  padding: 1.5rem 0;
  min-width: 640px;
}
.property-location__item span {
  font-size: 1.4rem;
  min-width: 160px;
}
.property-location__item span:first-child {
  font-weight: 700;
}
.property-location__item.title span {
  font-weight: 700;
}
.property-location__item.title span:first-child {
  text-transform: uppercase;
}

/* FILE */
.property-file {
  position: relative;
  background-image: url("../img/project-file-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.property-file__illustration {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
}
.property-file__illustration img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.property-file__text {
  color: #fff;
  width: 70%;
}

.property-file__title {
  font-size: 1.8rem;
}

.property-file__link {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-top: 2rem;
  font-size: 1.4rem;
  display: inline-block;
}

/* PERKS */
.property-perks__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: 100%;
  margin-top: 3rem;
}

.property-perks__item {
  background-color: #F3F2EE;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 12px;
}
.property-perks__item .illustration {
  position: relative;
  min-height: 20rem;
  height: 100%;
  width: 40%;
  border-radius: 12px 0px 0px 12px;
}
.property-perks__item .illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.property-perks__item .content {
  width: 60%;
  padding: 4rem;
}
.property-perks__item .content .title {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.property-perks__item .content .text {
  font-weight: 300;
  font-size: 1.4rem;
}

/* SIDEBAR */
.property-sidebar {
  position: relative;
  width: 35%;
}

.property-sidebar__card {
  position: sticky;
  top: 20rem;
  background: #E87217;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 2rem;
  border-radius: 12px;
  max-width: 350px;
  text-align: center;
  margin-left: auto;
}
.property-sidebar__card .btn {
  font-size: 12px;
  margin-top: 0;
  display: block;
  cursor: pointer;
}
.property-sidebar__card .btn + .btn {
  margin-top: 1rem;
}
.property-sidebar__card .title {
  color: white;
  font-weight: 700;
  margin-bottom: 1rem;
}

.property-sidebar__member {
  margin-top: -6rem;
  margin-bottom: 2rem;
}

.property-sidebar__name {
  color: white;
}

.property-sidebar__function {
  color: white;
}

.property-sidebar__text {
  color: white;
}

.property-sidebar__title {
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Cormorant Garamond";
  margin-bottom: 1rem;
}

.property-sidebar__illustration img {
  margin: 1rem 0;
  border-radius: 50%;
  height: 10rem;
  width: 10rem;
  object-fit: cover;
}

.property-sidebar__desc {
  color: white;
  font-size: 1.4rem;
  line-height: 1.2;
}

.property-sidebar__text {
  text-align: center;
  margin-bottom: 3rem;
}

.property-sidebar__contact {
  margin-top: 3rem;
}

.property-sidebar__btn {
  cursor: pointer;
}

.property-sidebar__link {
  font-size: 1.4rem;
  color: #fff;
  padding: 1rem 0;
  display: none;
}
.property-sidebar__link:hover {
  color: #E85617;
}

/* CONTACT */
.property-contact__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

.property-contact__content {
  max-width: 320px;
  background-image: url("../img/project-contact-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.property-contact__text {
  color: #fff;
}

.property-contact__title {
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 3.6rem;
}

.property-contact__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white;
  margin: 0 auto;
}
.property-contact__author img {
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
}
.property-contact__author .text {
  padding-left: 2rem;
  line-height: 1;
}
.property-contact__author .name {
  font-weight: 700;
  font-size: 2rem;
}
.property-contact__author .function {
  font-size: 1.6rem;
  font-weight: 300;
}

.property-contact__form {
  margin-left: 2rem;
  background-color: #F3F2EE;
  border-radius: 12px;
  padding: 4rem;
}

@media (max-width: 1024px) {
  #property-content {
    padding-top: 0;
  }

  .property-header {
    flex-direction: column;
  }

  .property-header__media {
    width: 100%;
    height: 60rem;
  }
  .property-header__media:before {
    display: none;
  }

  .property-main {
    flex-direction: column;
    padding: 2rem 0 6rem;
  }

  .property-content {
    width: 100%;
  }

  .property-sidebar {
    margin-top: 6rem;
    width: 100%;
  }

  .property-sidebar__card {
    max-width: 100%;
  }

  .property-header__content {
    width: 100%;
    margin: 4rem 0;
  }

  .property-header__price {
    align-items: start;
  }

  .property-header__media {
    border-radius: 0;
  }
  .property-header__media:before {
    padding-bottom: 150%;
  }

  .property-header__gallery:after {
    border-radius: 0;
  }

  .property-header__image {
    border-radius: 0px;
  }

  .property-header__arrows {
    bottom: 10rem;
  }

  .property-header__video {
    border-radius: 0;
  }
  .property-header__video video {
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .property-header__media:before {
    padding-bottom: 150%;
  }

  .property-header__content {
    padding-left: 0;
  }

  .property-header__infos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    margin-top: 2rem;
  }

  .property-main {
    flex-direction: column;
  }

  .property-content {
    width: 100%;
  }

  .property-sidebar {
    width: 100%;
  }

  .property-file {
    flex-direction: column-reverse;
  }

  .property-file__text {
    width: 100%;
    padding-top: 10rem;
  }

  .property-file__illustration {
    position: absolute;
    height: 20rem;
    width: 100%;
    top: -7rem;
    right: auto;
    left: 0;
  }

  .property-sidebar__card {
    max-width: 100%;
    margin-top: 4rem;
  }

  .property-contact__container {
    flex-direction: column;
  }

  .property-contact__content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 4rem;
  }

  .property-contact__title {
    font-size: 2.8rem;
  }

  .property-contact__author {
    margin-top: 2rem;
  }

  .property-contact__form {
    margin-left: 0;
  }

  .property-map {
    grid-template-columns: 1fr;
    height: auto;
  }
  .property-map > * {
    height: 20rem !important;
  }

  .property-tabs__list {
    grid-template-columns: 1fr;
  }

  .selector-buttons {
    bottom: 3rem;
  }

  .selector-buttons button {
    font-size: 1.6rem;
  }

  .property-tabs__title {
    font-size: 1.6rem;
  }
}
.hero {
  position: relative;
  z-index: 100;
}

.hero__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.hero__bg img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.hero__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: linear-gradient(rgba(58, 62, 67, 0.1) 0%, rgba(58, 62, 67, 0.8) 100%);
}

.hero__content {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: end;
  align-items: start;
  padding: 10rem 0;
}

.hero__title {
  color: #fff;
  font-size: 4.5rem;
  font-family: "Cormorant Garamond";
  line-height: 1;
  font-weight: 300;
  margin-bottom: 4rem;
}

.hero__buttons a {
  border: none;
  margin-top: 0;
  padding: 1rem 4rem;
}
.hero__buttons a:hover {
  border: none;
  transform: translateX(5px);
}
.hero__buttons a + a {
  margin-top: 1rem;
}
.hero__buttons a:nth-child(1) {
  background: linear-gradient(180deg, #80a2d0 0%, #317adc 100%);
}
.hero__buttons a:nth-child(2) {
  background: linear-gradient(180deg, #e87217 0%, #e85617 100%);
}
.hero__buttons a:nth-child(3) {
  background: #3A3E43;
}

@media (max-width: 1024px) {
  .hero {
    height: 100vh;
  }

  .hero__content {
    position: relative;
    height: 100%;
    width: calc(1480/1680 * 100%);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 4rem 0;
  }
}
.contact-header {
  position: relative;
  margin-bottom: 4rem;
}

.contact-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.contact-header__bg img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.contact-header__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  background: linear-gradient(220deg, rgba(1, 1, 1, 0) 40%, rgba(1, 1, 1, 0.6) 100%);
}

.contact-header__content {
  position: relative;
  z-index: 2;
  padding: 4% 4rem;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  padding-top: 16rem;
}

.contact-header__text {
  max-width: 40%;
}

.contact-header__perks {
  display: flex;
  flex-direction: column;
}
.contact-header__perks span {
  background-color: #E87217;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
  display: block;
  text-align: center;
  border-radius: 7px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.contact-header__perks span + span {
  margin-top: 0.5rem;
}

.contact-header__rating .wp-gr {
  padding-bottom: 0 !important;
}
.contact-header__rating .wp-gr .wp-google-rating {
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 1.6rem !important;
}
.contact-header__rating .wp-gr .wp-google-powered {
  color: #fff !important;
  margin-left: 2rem !important;
}
.contact-header__rating .wp-gr .wp-google-stars .wp-star svg {
  height: 15px !important;
  width: 15px !important;
}
.contact-header__rating .wp-gr .wp-google-stars .wp-star svg path {
  fill: #FBB004 !important;
}
.contact-header__rating .wp-gr .wp-google-right {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

/* CONTENT */
.contact__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact__container .heading {
  width: 100%;
  max-width: 100%;
}

.contact-form {
  width: 45%;
  background-color: #F3F2EE;
  border-radius: 8px;
  padding: 4.5rem 2rem;
  max-width: 650px;
}

.contact-sidebar {
  width: 50%;
}

/* CONTACT CARD */
.contact-sidebar {
  position: relative;
  background-color: #E85617;
  padding: 4rem 2rem;
  border-radius: 8px;
  color: #fff;
  align-self: self-start;
}
.contact-sidebar > * {
  position: relative;
  z-index: 1;
}

.contact__text h3 {
  margin-bottom: 1rem;
}
.contact__text p {
  font-size: 1.5rem;
}

.contact__team {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.contact__member {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.contact__member .illustration {
  position: relative;
  height: 12rem;
  width: 12rem;
  border-radius: 50%;
}
.contact__member .illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.contact__member .content {
  width: calc(100% - 14rem);
}

@media (max-width: 1024px) {
  .contact__container {
    flex-direction: column;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
  }

  .contact-sidebar {
    width: 100%;
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .contact-header__content {
    padding: 2rem;
    flex-direction: column;
    align-items: baseline;
  }

  .contact-header__text {
    max-width: 100%;
  }

  .contact-header__perks {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 4rem;
  }
  .contact-header__perks span + span {
    margin-top: 0;
  }

  .contact-header__bg:after {
    background: rgba(1, 1, 1, 0.6);
  }

  .contact-process__list {
    grid-template-columns: 1fr;
  }

  .contact-phone__header {
    flex-direction: column;
    text-align: center;
  }
  .contact-phone__header .btn {
    margin: 2rem auto 0;
  }

  .contact-phone__content {
    flex-direction: column;
  }

  .contact-phone__text {
    padding-left: 0;
    text-align: center;
    margin-top: 2rem;
  }

  .contact-header__rating .wp-gr .wp-google-right {
    flex-direction: column !important;
    width: 100% !important;
    align-items: baseline !important;
  }

  .contact-header__rating .wp-gr .wp-google-powered {
    margin-left: 0 !important;
  }
}
.agency__illustration {
  position: relative;
  height: 45rem;
  width: 100%;
  border-radius: 8px;
  margin-top: 3rem;
}
.agency__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.agency__map {
  text-align: center;
  height: 40rem;
}
.agency__map img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  .agency__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .agency__content .btn {
    display: block;
    margin-top: 4rem;
  }

  .agency__map {
    position: relative;
    width: 50%;
  }
  .agency__map img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .agency__illustration {
    width: 50%;
  }
}
#content .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

#content .heading {
  width: 45%;
  padding: 4rem 0;
}

.content__illustration {
  position: relative;
  width: 50%;
  border-radius: 8px;
  min-height: 40rem;
}
.content__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.content__cta.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .content__cta.desktop {
    display: none;
  }
  .content__cta.mobile {
    display: inline;
  }

  #content .container {
    flex-direction: column;
  }

  #content .heading {
    width: 100%;
  }

  .content__illustration {
    height: 30rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .content__illustration {
    height: 22rem;
  }
}
.estimation__container {
  background-color: #E85617;
  padding: 6rem 8rem;
  border-radius: 8px;
  color: #fff;
  background-image: url("../img/estimate-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.estimation__container .heading {
  width: 55%;
  padding-bottom: 0;
}

.estimation__contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 35%;
}

.estimation__illustration {
  position: relative;
  height: 12rem;
  width: 12rem;
  border-radius: 50%;
}
.estimation__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
}

.estimation__content {
  width: calc(100% - 14rem);
}

.estimation__cta {
  align-items: start;
}
.estimation__cta .btn {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .estimation__container {
    padding: 4rem 2rem;
    flex-direction: column;
  }
  .estimation__container .heading {
    width: 100%;
  }

  .estimation__contact {
    margin-top: 4rem;
    width: 100%;
    align-self: center;
  }

  .estimation__cta {
    margin-top: 2rem;
    width: 100%;
  }
}
.ti-rating {
  display: none !important;
}

.ti-widget.ti-goog .ti-fade-container {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: start !important;
}

.ti-widget.ti-goog .ti-widget-container .star-lg .ti-star {
  width: 20px !important;
  height: 20px !important;
}

.ti-widget.ti-goog .ti-header .ti-large-logo {
  margin-top: 0 !important;
  transform: scale(0.8);
  margin-left: 10px;
}

.ti-widget.ti-goog .ti-rating-text {
  margin-left: 20px;
}

.case-studies__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case-studies__item {
  position: relative;
  width: 32%;
}
.case-studies__item:before {
  content: "";
  display: block;
  padding-bottom: 150%;
}

.case-studies__item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
}

.video-container {
  position: relative;
  display: inline-block;
}

.play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  /* optionnel : fond semi-transparent */
  border: none;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.play-button::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("../img/play-icon.svg") no-repeat center center;
  background-size: contain;
}

.play-button.hidden {
  display: none;
}

@media (max-width: 1024px) {
  .case-studies__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .case-studies__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .case-studies__item {
    max-width: 100%;
    width: 100%;
  }
}
.trust__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
}

.trust__item {
  border-radius: 8px;
  background-color: #fff;
}

.trust__illustration {
  position: relative;
  height: 20rem;
  width: 100%;
  border: 8px 8px 0px 0px;
}
.trust__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}
.trust__illustration:after {
  content: "";
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  height: 2.5rem;
  width: 1.3rem;
  background-image: url("../img/picto.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.trust__content {
  background-color: white;
  padding: 3rem 2rem;
  border-radius: 0px 0px 8px 8px;
}

.trust__title {
  font-weight: 700;
  font-size: 2.2rem;
  color: #3A3E43;
}

.trust__desc {
  font-size: 1.6rem;
  margin-top: 1rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .trust__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.newsletter__container {
  background: linear-gradient(180deg, #e87217 0%, #e85617 100%);
  padding: 4rem 2rem;
  border-radius: 8px;
  max-width: 900px;
  margin: 0 auto;
}

.newsletter__list {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.newsletter__item {
  position: relative;
  color: white;
  padding-left: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.newsletter__item:before {
  position: absolute;
  left: 0;
  top: 0.5rem;
  content: "";
  background-image: url("../img/icon-list.svg");
  height: 1.2rem;
  width: 1.2rem;
  background-size: 1.2rem 1.2rem;
  background-repeat: no-repeat;
  display: block;
}

/* FORM */
.newsletter__form .gform_wrapper .gfield_label {
  color: #fff;
}
.newsletter__form .gform_wrapper .ginput_container input {
  border: none;
}
.newsletter__form .gform_wrapper .ginput_container input::placeholder {
  opacity: 0.6;
}
.newsletter__form .gform_wrapper .gform_button.button {
  background-color: #3A3E43 !important;
  width: 100% !important;
  border-radius: 6px !important;
  display: block !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  letter-spacing: 0.7px !important;
}

p,
ul,
li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
}

a {
  color: #E87217;
  line-height: 1.5;
}

code {
  background: #ECEFF1;
}

.faq__content {
  width: 50%;
}

.faq__title {
  margin-bottom: 20px;
}

.faq__desc {
  max-width: 400px;
}

.faq__cta a + a {
  margin-left: 1rem;
}

.praticals__list {
  width: 100%;
}
.praticals__list ul {
  list-style: initial !important;
  margin: 0px 0px;
}
.praticals__list ol {
  list-style: decimal !important;
}
.praticals__list li {
  line-height: 30px;
  position: relative;
}
.praticals__list em {
  font-style: normal;
  color: #E87217;
}

.praticals__text {
  width: 50%;
}

.praticals__item {
  overflow: hidden;
  transition: height 300ms ease-in-out;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(1, 1, 1, 0.25);
}
.praticals__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.praticals__title, .praticals__content {
  padding: 2rem 0;
}
.praticals__title {
  display: flex;
  position: relative;
  list-style: none;
  outline: 0;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
  transition: color 300ms ease-in-out;
  padding-left: 0;
  line-height: 1.4;
  padding-right: 0;
  padding-right: 5rem;
  justify-content: space-between;
}
[open] > .praticals__title {
  color: #E87217;
}
.praticals__title:hover {
  color: #E87217;
}
.praticals__title::-webkit-details-marker {
  display: none;
}
.praticals__title span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #3A3E43;
  border-radius: 50%;
  height: 2.8rem;
  width: 2.8rem;
}
.praticals__title span:before, .praticals__title span:after {
  content: "";
  position: absolute;
}
.praticals__title span:before {
  right: 50%;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 16px;
  background: #3A3E43;
  border-radius: 5px;
  transform: translateX(50%);
}
.praticals__title span:after {
  right: 50%;
  top: 50%;
  height: 16px;
  margin-top: -8px;
  width: 2px;
  margin-left: -1px;
  background: #3A3E43;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
  transform: translateX(50%);
}
[open] .praticals__title span:after {
  opacity: 0;
  transform: translateY(25%);
}
.praticals__heading {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.7;
  max-width: 300px;
}
.praticals__desc {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  margin: 20px 0px;
}
.praticals__content {
  padding-top: 0;
  max-width: 90%;
}
.praticals__content p + p {
  margin-top: 15px;
}
.praticals__cta {
  text-align: center;
  margin-top: 50px;
}
.praticals__cta + a {
  margin-left: 1rem;
}

@media (max-width: 1024px) {
  .faq__content {
    width: 100%;
    text-align: center;
  }

  .faq__desc {
    margin: 0 auto;
  }

  .praticals__list {
    width: 100%;
  }

  .praticals__text {
    width: 100%;
  }

  .faq__cta {
    text-align: left;
    margin-top: 1rem;
  }
  .faq__cta .btn {
    margin-left: 0;
    margin-top: 1rem;
  }

  .faq__title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 550px) {
  .praticals__text {
    padding: 0px 5%;
  }

  .praticals__content {
    font-size: 13px;
    line-height: 1.6;
  }
}
p,
ul,
li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
}

a {
  color: #E87217;
  line-height: 1.5;
}

code {
  background: #ECEFF1;
}

#accordion .praticals__item {
  background-color: #F3F2EE;
  border-radius: 6px;
  border-bottom: none;
  margin-bottom: 1rem;
}

#accordion .praticals__title {
  padding: 2rem 2rem;
  font-size: 2rem;
  font-weight: 500;
  padding-right: 5rem;
}
#accordion .praticals__title span {
  right: 2rem;
}

#accordion .praticals__content {
  padding: 0rem 2rem 2rem 2rem;
}
#accordion .praticals__content p {
  font-size: 1.5rem;
  font-weight: 400;
}

.accordion__content {
  width: 50%;
}

.accordion__title {
  margin-bottom: 20px;
}

.accordion__desc {
  max-width: 400px;
}

.accordion__cta a + a {
  margin-left: 1rem;
}

.praticals__list {
  width: 100%;
}
.praticals__list ul {
  list-style: initial !important;
  margin: 0px 0px;
}
.praticals__list ol {
  list-style: decimal !important;
}
.praticals__list li {
  line-height: 30px;
  position: relative;
}
.praticals__list em {
  font-style: normal;
  color: #E87217;
}

.praticals__text {
  width: 50%;
}

.praticals__item {
  overflow: hidden;
  transition: height 300ms ease-in-out;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(1, 1, 1, 0.25);
}
.praticals__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.praticals__title, .praticals__content {
  padding: 2rem 0;
}
.praticals__title {
  display: flex;
  position: relative;
  list-style: none;
  outline: 0;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
  transition: color 300ms ease-in-out;
  padding-left: 0;
  line-height: 1.4;
  padding-right: 0;
  padding-right: 5rem;
  justify-content: space-between;
}
[open] > .praticals__title {
  color: #E87217;
}
.praticals__title:hover {
  color: #E87217;
}
.praticals__title::-webkit-details-marker {
  display: none;
}
.praticals__title span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #3A3E43;
  border-radius: 50%;
  height: 2.8rem;
  width: 2.8rem;
}
.praticals__title span:before, .praticals__title span:after {
  content: "";
  position: absolute;
}
.praticals__title span:before {
  right: 50%;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 16px;
  background: #3A3E43;
  border-radius: 5px;
  transform: translateX(50%);
}
.praticals__title span:after {
  right: 50%;
  top: 50%;
  height: 16px;
  margin-top: -8px;
  width: 2px;
  margin-left: -1px;
  background: #3A3E43;
  transition: all 300ms ease-in-out;
  border-radius: 5px;
  transform: translateX(50%);
}
[open] .praticals__title span:after {
  opacity: 0;
  transform: translateY(25%);
}
.praticals__heading {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.7;
  max-width: 300px;
}
.praticals__desc {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  margin: 20px 0px;
}
.praticals__content {
  padding-top: 0;
  max-width: 90%;
}
.praticals__content p + p {
  margin-top: 15px;
}
.praticals__cta {
  text-align: center;
  margin-top: 50px;
}
.praticals__cta + a {
  margin-left: 1rem;
}

.property-content .praticals__content ul {
  margin-left: 0px !important;
}

.praticals__content ul {
  margin-left: 4rem !important;
  margin-top: 1rem !important;
  margin-bottom: 2rem !important;
}

.praticals__content ol {
  margin-left: 4rem !important;
  margin-top: 1rem !important;
  margin-bottom: 2rem !important;
}

.praticals__title span {
  z-index: -1;
}

@media (max-width: 1024px) {
  .accordion__content {
    width: 100%;
    text-align: center;
  }

  .accordion__desc {
    margin: 0 auto;
  }

  .praticals__list {
    width: 100%;
  }

  .praticals__text {
    width: 100%;
  }

  .accordion__cta {
    text-align: left;
    margin-top: 1rem;
  }
  .accordion__cta .btn {
    margin-left: 0;
    margin-top: 1rem;
  }

  .accordion__title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 550px) {
  .praticals__text {
    padding: 0px 5%;
  }

  .praticals__content {
    font-size: 13px;
    line-height: 1.6;
  }
}
.process__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2rem;
  column-gap: 6rem;
}

.process__title {
  font-family: "Cormorant Garamond";
  font-size: 2.5rem;
  color: #E87217;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
}

.process__icon {
  height: 4.5rem;
  object-fit: contain;
  margin-bottom: 1rem;
}

.process__item {
  border-bottom: 1px solid rgba(1, 1, 1, 0.3);
  padding: 2rem 0rem;
}
.process__item:nth-child(3) {
  border-bottom: none;
}
.process__item:last-child {
  border-bottom: none;
}

.process__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
.process__container .process__list {
  align-self: flex-start;
}
.process__container .process__form {
  background-color: #F3F2EE;
  border-radius: 8px;
  padding: 4.5rem 2rem;
  max-width: 650px;
}

@media (max-width: 1024px) {
  .process__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .process__item:last-child {
    border-bottom: none;
  }

  .process__container {
    grid-template-columns: 1fr;
  }
  .process__container .process__form {
    max-width: 100%;
  }
  .process__container .process__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .process__container {
    grid-template-columns: 1fr;
  }
  .process__container .process__form {
    max-width: 100%;
  }
  .process__container .process__list {
    grid-template-columns: 1fr;
  }
}
.team__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  row-gap: 8rem;
  margin-top: 6rem;
}

.team__item {
  display: block;
  padding: 4rem 2rem 2rem;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  border-radius: 8px;
  align-items: center;
  text-align: center;
  background-image: url("../img/team-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.team__illustration {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  margin-top: -10rem;
}
.team__illustration img {
  position: relative;
  width: 12rem;
  height: 12rem;
  object-fit: cover;
  border-radius: 50%;
}

.team__content {
  width: 100%;
  color: #fff;
}

.team__title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 24px;
}

.team__subtitle {
  font-size: 1.4rem;
  font-weight: 400;
}

.team__contact {
  margin-top: 20px;
}
.team__contact a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
}
.team__contact a + a {
  margin-top: 10px;
}
.team__contact i {
  color: #fff;
  padding-right: 10px;
}

@media (max-width: 1024px) {
  .team__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .team__list {
    grid-template-columns: 1fr;
  }
}
.referral__block {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.referral__block + .referral__block {
  margin-top: 6rem;
}

.referral__content {
  position: relative;
  width: 100%;
}
.referral__content h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  max-width: 700px;
  line-height: 1.6;
}
.referral__content h3, .referral__content h4, .referral__content h5, .referral__content h6 {
  margin-bottom: 1rem;
}
.referral__content h3 {
  color: #E87217;
  font-size: 18px;
}
.referral__content h4 {
  color: #E85617;
  font-weight: 400;
  font-size: 16px;
}
.referral__content p {
  line-height: 1.7;
  font-size: 12px;
  margin: 1rem 0;
  font-weight: 400;
}
.referral__content ul {
  margin-bottom: 20px;
}
.referral__content li {
  line-height: 1.7;
  font-size: 12px;
}
.referral__content li:before {
  margin-right: 5px;
  content: "-";
  font-size: 20px;
  color: #E85617;
}

@media (max-width: 1024px) {
  .referral__block {
    width: 100%;
    margin: 0px;
  }
  .referral__block + .seo__block {
    margin-top: 40px;
  }

  .referral__content h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.simulation__container {
  background: white;
  padding: 4rem 4rem;
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.simulation__content {
  width: 50%;
  padding-right: 10%;
  font-family: "Inter";
}
.simulation__content .title {
  font-size: 2rem;
  color: #E87217;
  font-weight: 700;
}

.simulation__item {
  margin: 3rem 0;
}
.simulation__item label {
  font-size: 1.4rem;
  font-weight: 400;
}

label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
}

input {
  padding: 1rem;
  font-family: "Inter";
  font-size: 1.6rem;
}

input[type=range],
input[type=number] {
  width: 100%;
}

select {
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
  appearance: none;
  color: #3A3E43 !important;
  background-color: white !important;
  /* Standard */
  -webkit-appearance: none;
  /* Safari, iOS */
  -moz-appearance: none;
  border: 1px solid #ccc;
  padding: 10px;
}

.flex {
  display: flex;
  gap: 1rem;
}

.flex > div {
  flex: 1;
}

output {
  display: block;
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 1.6rem;
}

.simulation__summary {
  width: 50%;
  margin-top: 2rem;
  padding: 1rem;
  background: #F3F2EE;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.simulation__summary .title {
  color: #E87217;
  font-weight: 700;
  margin-bottom: 2rem;
}
.simulation__summary .text p {
  font-size: 1.6rem;
  margin: 2rem 0;
  font-weight: 700;
}
.simulation__summary .text span {
  font-weight: 300;
}
.simulation__summary .text strong {
  font-weight: 700;
}

input[type=range] {
  -webkit-appearance: none;
  /* Supprime le style par défaut (Chrome/Safari) */
  width: 100%;
  height: 8px;
  border-radius: 4px;
  padding: 0;
  margin: 1rem 0;
}

/* Webkit (Chrome, Safari) */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #E87217;
  /* couleur du curseur */
  border-radius: 50%;
  cursor: pointer;
  border: none;
  margin-top: -6px;
  /* aligne le curseur à la piste */
}

input[type=range]::-webkit-slider-runnable-track {
  background: #F3F2EE;
  /* couleur de la piste */
  height: 8px;
  border-radius: 4px;
}

/* Firefox */
input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #E87217;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

input[type=range]::-moz-range-track {
  background: #E87217;
  height: 8px;
  border-radius: 4px;
}

/* Edge */
input[type=range]::-ms-thumb {
  background: #F3F2EE;
}

input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
}

@media (max-width: 1024px) {
  .simulation__container {
    flex-direction: column;
    padding: 4rem 2rem;
  }

  .simulation__content {
    width: 100%;
    padding-right: 0;
  }

  .simulation__summary {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
