header {
  position: fixed;
  z-index: 100;
  width: 100%;
}

.preheader {
  background-color: #5ac5f2;
  width: 100%;
  font-size: 14px;
  padding: 24px 0;
  max-height: 70px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.preheader__agencies {
  display: flex;
  justify-content: flex-end;
  color: white;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
}

.preheader__agencies li {
  list-style: none;
}
.preheader__agencies li .preheader__agencies-dot {
  margin: 0 8px;
}

.preheader__agencies li:last-child .preheader__agencies-dot {
  display: none;
}

.preheader__agencies-name {
  font-weight: 500;
  text-transform: uppercase;
}

.preheader__agencies li >a {
  color: white;
  text-decoration: none;
}

.preheader__agencies li >a:hover,
.preheader__agencies li >a:focus {
  color: white;
  text-decoration: underline;
}

.preheader__agencies-tel-icon {
  margin-right: 14px;
}

.preheader__agencies-contact {
  padding-left: 42px;
}

.preheader__agencies-contact:is(li) > a {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 14px;
}

.preheader__agencies-contact:is(li) > a,
.preheader__agencies-contact:is(li) > a:hover,
.preheader__agencies-contact:is(li) > a:focus {
  color: var(--e-global-color-4535bb1);
}

.header {
  background-color: white;
  width: 100%;
  padding: 24px 0;
}

.header__container {
  display: flex;
  max-width: 1140px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  align-items: center;
}

.header__brand {
  position: absolute;
  top: 0;
  background-color: white;
  padding: 0px 20px 20px 38px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18px 100%);
  transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out;
  z-index: 100;
}

.header__brand svg {
  width: 147px;
  transition: width 0.3s ease-in-out;
}

header .header__brand svg .tagline {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.header__menu {
  padding-left: 205px;
  display: flex;
  align-items: center;
  margin-left: auto;
  list-style: none;
  gap: 30px;
}

header + div.elementor {
  padding-top: 150px;
}

@media (max-width: 1140px) {
  header + div.elementor {
    padding-top: 96px;
  }
}

/* .admin-bar header + div.elementor {
  padding-top: 134px;
} */

.header__menu li > a {
  color: #131f45;
}

.header__menu li > a:hover {
  color: #5ac5f2;
}

header.header--collapse .preheader {
  max-height: 0;
  padding: 0;
}

header.header--collapse .header__brand {
  background-color: transparent;
  top: -27px;
}

header.header--collapse .header__brand svg {
  width: 120px;
}

header.header--collapse .header__brand svg .tagline{
  opacity: 0;
}

.header__map-link {
  display: inline-block;
  vertical-align: middle;
}

.header__map-icon {
  fill: var(--e-global-color-secondary);
  width: 25px;
  height: 25px;
}

.header__map-link:hover .header__map-icon {
  fill: var(--e-global-color-primary);
}

.header__submenu-wrapper {
  position: absolute;
  background-color: #EBEEF6;
  width: 100%;
  top: calc(100% + 24px);
  left: 0;
  padding: 50px 0 50px 205px;
  display: flex;
  z-index: -1;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.15s ease-in-out;
  overflow-y: clip;
}

.header__menu li:hover .header__submenu-wrapper {
  transform: translateY(0);
  opacity: 1;
}

.header_menu > li::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 24px;
}

/* Cover the remaining part of the scrren outside of the container */
.header__submenu-wrapper::before,
.header__submenu-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  width: calc((100vw - 1140px) / 2);
  height: 100%;
  background-color: #EBEEF6;
}

.header__submenu-wrapper::before {
  left: calc((100vw - 1140px) / 2 * -1);
}

.header__submenu-wrapper::after {
  right: calc((100vw - 1140px) / 2 * -1);
  z-index: -1;
}

.header__submenu-title {
  font-size: 20px;
  list-style: none;
  font-weight: 500;
  color: #1D5392;
  margin-bottom: 12px;
}

.header__submenu {
  flex-basis: 33%;
}

@media (min-width: 1141px) {
  .header__submenu {
    display: flex;
    flex-direction: column;
  }
}

.header__submenu-column {
  list-style: none;
  padding-left: 0;
}

@media (min-width: 1141px) {
  .header__submenu-column {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}

.header__submenu-column li {
  margin-bottom: 8px;
}

.header__submenu-column li a {
  font-weight: 300;
  color: black;
}

.header__submenu-shape {
  position: absolute;
  right: -20%;
  bottom: -20%
}

.header__burger-menu {
  display: none;
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
  margin-left: auto;
}

.header__burger-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #131f45;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.header__burger-menu span:nth-child(1) {
  top: 0px;
}

.header__burger-menu span:nth-child(2) {
  top: 10px;
  transition: opacity .1s linear;
}

.header__burger-menu span:nth-child(3) {
  top: 20px;
}

.header__burger-menu.active span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
}

.header__burger-menu.active span:nth-child(2) {
  opacity: 0;
}

.header__burger-menu.active span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg);
}

.header__chevron {
  display: none;
}

.preheader__agencies.m--mobile {
  display: none;
  background-color: #5ac5f2;
  color: white;
  padding: 12px 32px;
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.header__submenu-back {
  display: none;
}

@media (max-width: 1140px) {
  .preheader {
    display: none;
  }
  .header__menu {
    display: none;
    position: absolute;
    padding: 24px 0 0 0;
    top: 100%;
    background-color: #EBEEF6;
    width: 100lvw;
    left: -30px;
    height: calc(100dvh - 82px);
    flex-direction: column;
  }
  .header__menu.active {
    display: flex;
  }
  .header__menu .header__menu-item {
    padding: 0 32px;
    display: flex;
  }

  .header__chevron {
    display: inline-block;
    width: 6px;
    margin-left: 5px;
  }
  .header__burger-menu {
    display: block;
  }
  .header__brand {
    position: relative;
    top: 0;
    padding: 0;
    clip-path: none;
  }
  .header__brand svg {
    width: 100px;
    height: auto;
  }
  .header {
    padding: 12px 30px;
  }
  .preheader__agencies.m--mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: auto;
    flex-wrap: wrap;
  }
  .preheader__agencies.m--mobile li {
    flex-basis: 100%;
    display: flex;
  }

  .preheader__agencies.m--mobile .preheader__agencies-name {
    color: white;
    font-weight: 500;
  }

  .preheader__agencies.m--mobile li a:last-child {
    margin-left: auto;
  }

  .preheader__agencies.m--mobile li a:hover,
  .preheader__agencies.m--mobile li a:focus {
    text-decoration: underline;
    color: white;
  }

  .header__submenu-wrapper {
    transform: translateX(100%);
    opacity: 1;
    z-index: 1;
    top: 0;
    padding: 24px 0;
    flex-direction: column;
  }
  .header__submenu-wrapper.active {
    transform: none;
  }
  .header__submenu-column {
    display: flex;
    flex-wrap: wrap;
  }
  .header__submenu-column li {
    flex-basis: 50%;
  }
  .header__submenu-back {
    border: none;
    display: inline;
    width: max-content;
    color: #131f45;
    padding-left: 40px;
  }
  .header__submenu-back:hover {
    color: #5ac5f2;
    background: transparent;
  }
}

@media (max-width: 1140px) {
  .header__submenu-link-special:is(li) {
    margin-top: 10px;
    flex-basis: 100%;
  }
}

@media (min-width: 1141px) {
  .header__submenu-link-special {
    margin-top: auto;
  }
}

.header__submenu-link-special:is(li) a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875em;
  color: var(--e-global-color-57ca4d9);
  padding: 10px 20px;
  border-radius: calc(infinity * 1px);
  background-color: var(--e-global-color-42fcfe0);
  transition: background-color 0.3s ease-in-out;
}

.header__submenu-link-special:is(li) a:hover,
.header__submenu-link-special:is(li) a:focus {
  background-color: var(--e-global-color-c4ce9e3);
  color: var(--e-global-color-57ca4d9);
}


/* Program shortcodes */
.program-available-lots__list, .program-advantages {
  background-color: #EBEEF6;
  border-radius: 15px;
}

.program-available-lots__list {
  padding: 44px 56px;
  list-style: none;
}

.program-available-lots__list li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 4px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.program-available-lots__list li span:first-child{
  font-weight: 500;
}

.program-available-lots__list li span {
  flex-basis: calc(20% - 10px);
}

.program-available-lots__list li:not(:last-child) {
  border-bottom: 1px solid #5AC5F2;
}

@media (max-width: 767px) {
  .program-available-lots__list li span:first-child {
    flex-basis: 100%;
  }
  .program-available-lots__list li span {
    flex-basis: calc(50% - 10px);
  }
  .program-available-lots__list {
    padding: 24px 32px;
  }
}

.program-advantages {
  padding: 36px 48px;
}

.elementor h3.program-advantages__title {
  font-family: 'Anek Devanagari';
  font-weight: 600;
  font-size: 41px;
}

.program-advantages__list {
  padding-left: 0;
  list-style: none;
}

.program-advantages__list li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.program-advantages__list li img {
  margin-top: 6px;
}

.program-informations ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.program-informations ul li {
  margin-bottom: 12px;
  display: flex;
  flex-basis: calc(33% - 8px);
  align-items: flex-start;
  gap: 10px;
}

@media (max-width: 1140px) {
  .program-informations ul li {
    flex-basis: calc(50% - 8px);
  }
}

.program-information__dot {
  width: 21px;
}

.program-information__dot svg {
  width: auto;
}

.program-informations__title {
  margin-bottom: 42px;
}

/* Forms */

#nf-form-3-cont {
  box-shadow: 0px 0px 20px #CDD4E599;
  border-radius: 15px;
  padding: 32px 39px 46px;
}

#nf-form-3-cont .nf-form-title h3 {
  text-align: center;
  font-size: 27px;
  margin-bottom: 0;
}

#nf-form-3-cont h4 {
  text-align: center;
  font-size: 20px;
  color: #80BB35;
  text-transform: none;
  letter-spacing: normal;
}

#nf-form-3-cont label {
  font-weight: 400;
}

#nf-form-3-cont .ninja-forms-field {
  border-radius: 28px;
  border: solid 1px #80BB35;
  padding: 13px 22px;
}

#nf-form-3-cont .ninja-forms-field:focus,
#nf-form-3-cont .ninja-forms-field:focus-visible {
  outline-color: #80BB35;
}

#nf-form-3-cont input[type="submit"] {
  width: 100%;
  text-align: center;
}

.nf-form-cont input[type="submit"] {
  background-color: #80BB35;
  color: white;
  font-weight: 500;
  border-radius: 28px;
  padding: 15px 30px;
  border: 0;
}

.nf-form-cont input[type="submit"]:hover {
  background-color: #183964;
}

.nf-form-cont .checkbox-container label {
  font-size: 13px;
  font-weight: 300;
}

.nf-before-form-content {
  display: none;
}

#nf-form-2-cont .ninja-forms-field:not([type="submit"]),
#nf-form-4-cont .ninja-forms-field:not([type="submit"]) {
  border-radius: 28px;
  border: 0;
  background-color: #EBEEF6;
  padding: 12px 32px;
  color: #1D5392;
}

select.ninja-forms-field {
  border-radius: 28px;
  border: 0;
  background-color: #EBEEF6;
  padding: 12px 32px;
  color: #1D5392;
  appearance: none;
  background-image: url(../img/chevron_down.svg);
  background-size: 8px;
  background-position-x: calc(100% - 24px);
  background-repeat: no-repeat;
  background-position-y: center;
}

.white-input-form #nf-form-2-cont .ninja-forms-field:not([type="submit"]),
.white-input-form #nf-form-4-cont .ninja-forms-field:not([type="submit"]) {
  background-color: white;
}

/* Tags */
[data-filter="conseils"]:not(:hover) {
  background-color: var(--e-global-color-6d9d84e) !important;
}

[data-filter="gestion"]:not(:hover) {
  background-color: var(--e-global-color-42fcfe0) !important;
}

[data-filter="achat"]:not(:hover) {
  background-color: var(--e-global-color-c4ce9e3) !important;
}

[data-filter="vente"]:not(:hover) {
  background-color: var(--e-global-color-5b5df85) !important;
}

.elementor-post-info__terms-list-item {
  transition: background-color 0.3s ease-in-out;
}

/* Housing slider */
#housing-slider .swiper-slide img {
  aspect-ratio: 709/540;
  object-fit: cover;
  object-position: center;
}

#nf-form-5-cont.newsletter-form input[type="email"] {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 28px;
  padding: 12px 21px;
}

#nf-form-5-cont.newsletter-form input[type="email"]::placeholder {
  color: white;
}

#nf-form-5-cont.newsletter-form input[type="submit"] {
  background-color: white;
  color: #1D5392;
  background-image: url(../img/chevron.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 47px;
  height: 47px;
  background-size: 7px;
  padding: 0;
  border-radius: 50%;
}

#nf-form-5-cont.newsletter-form input[type="submit"] {
  background-color: white;
  color: #1D5392;
  background-image: url(../img/chevron.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 47px;
  height: 47px;
  background-size: 7px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid white;
}

#nf-form-5-cont.newsletter-form input[type="submit"]:hover {
  background-color: transparent;
  filter: brightness(0) invert(1);
}

.nl-submit-input, .nl-email-input {
  display: inline-block;
  vertical-align: top;
}

.nl-submit-input {
  width: 50px;
}

.nl-email-input {
  width: calc(100% - 60px);
}

#nf-form-5-cont.newsletter-form .nf-form-title h3 {
  font-size: 14px;
  font-weight: 500;
  color: white;
  line-height: 1.2;
  margin: 8px 0;
  padding-left: 21px;
}

#nf-form-5-cont.newsletter-form .checkbox-wrap label {
  color: white;
}

.elementor-widget-elementskit-google-map {
  border-radius: 15px;
  overflow: hidden;
}

/* Breadcrumbs */
#breadcrumbs > span > span:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url(../img/chevron.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 5px;
}

#breadcrumbs {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

#breadcrumbs a {
  color: var( --e-global-color-primary );
  transition: color 0.2s ease-in-out;
}

#breadcrumbs a:hover {
  color: var( --e-global-color-secondary );
}

body {
  max-width: 100vw;
}

header {
  max-width: 100vw;
}

.elementor-absolute {
  position: absolute;
}

.elementor-location-single {
  max-width: 100vw;
  overflow-x: hidden;
}

.elementor-nav-menu--main .current-menu-item > a::after {
  opacity: 1!important;
}

.page-numbers {
  background-color: #EBEEF6;
  border: none;
  color: #183964!important;
  padding: 8px 12px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
  min-width: 40px;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-family: 'Roboto', sans-serif;
}

.page-numbers:hover,
.page-numbers:focus {
  background-color: #1D5392;
  color: white!important;
}

.page-numbers.current {
  background-color: #1D5392;
  color: white!important;
  border-color: #1D5392;
}

