/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./style.scss ***!
  \*********************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap);
/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./style.scss (1) ***!
  \*************************************************************************************************************************************/
@charset "UTF-8";
/*
Theme Name: Boilerplate
Author: Marin Leclerc
Description: Thème pour Boilerplate
Version: 1.0
*/
/* ==========================================================================
   GLOBAL STYLES & TOKENS
   ========================================================================== */
/* 1. Variables
   -------------------------------------------------------------------------- */
/* 3. Base Styles
   -------------------------------------------------------------------------- */
/* Global reset */
:root {
  font-size: 16px;
}
@media (max-width: 1280px) {
  :root {
    font-size: 14px;
  }
}
@media (max-width: 880px) {
  :root {
    font-size: 10px;
  }
}

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

html {
  margin-top: 0;
}

body {
  font-family: "DM Sans", sans-serif;
  color: #5F5D5D;
  background-color: #FFFFFF;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  max-width: 100vw;
  font-style: normal;
  overflow-x: hidden;
  margin: 0 auto;
  scrollbar-width: none;
  font-size: 17px;
  line-height: 1.6;
}

.container {
  max-width: 1344px;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 992px) {
  .container {
    padding: 0 1rem;
  }
}
@media (max-width: 880px) {
  .container {
    padding: 0 2rem;
  }
}
.container.small {
  max-width: 1088px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #252525;
  margin-top: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 0;
}

h1, h2, h3,
.h1, .h2, .h3 {
  font-weight: 600;
}

h4, h5, h6,
.h4, .h5, .h6 {
  font-weight: 400;
}

h1, .h1 {
  font-size: 4.0625rem;
  line-height: 1.2;
  letter-spacing: -1.95px;
}

h2, .h2 {
  font-size: 2.775rem;
}

h3, .h3 {
  font-size: 2.25rem;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 0;
}
p + p {
  margin-top: 8px;
}

a {
  color: #013893;
  text-decoration: none;
}

.list-styled ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-styled ul li {
  padding-left: 20px;
  position: relative;
}
.list-styled ul li::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 13px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #5F5D5D;
}

.label {
  color: #252525;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}

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

/* 4. Generic Components
   -------------------------------------------------------------------------- */
.btn {
  display: flex;
  padding: 13px 24px 11px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 100px;
  width: fit-content;
  transition: transform 0.35s ease-out, border-color 0.35s ease-out, background-color 0.35s ease-out;
  will-change: transform border-color background-color;
  cursor: pointer;
}
.btn span {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.35s ease-out;
  will-change: color;
}
.btn.primary {
  background-color: #013893;
  border: 2px solid #013893;
}
.btn.primary span {
  color: #FFF;
}
.btn.secondary {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.btn.secondary span {
  color: #013893;
}
.btn:hover.primary {
  background-color: transparent;
  border-color: #013893;
}
.btn:hover.primary span {
  color: #013893;
}
.btn:hover.secondary {
  background-color: transparent;
}
.btn:hover.secondary span {
  color: #FFFFFF;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-top-sm {
  padding-top: 2.5rem !important;
}

.padding-top-md {
  padding-top: 5rem !important;
}

.padding-top-lg {
  padding-top: 7.5rem !important;
}

.padding-top-xl {
  padding-top: 10rem !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.padding-bottom-sm {
  padding-bottom: 2.5rem !important;
}

.padding-bottom-md {
  padding-bottom: 5rem !important;
}

.padding-bottom-lg {
  padding-bottom: 7.5rem !important;
}

.padding-bottom-xl {
  padding-bottom: 10rem !important;
}

footer {
  background: #013893;
  padding: 8rem 0 5rem;
}
footer ul a {
  transition: opacity 0.35s ease-out;
  will-change: opacity;
}
footer ul a:hover {
  opacity: 0.8;
}
footer p, footer a {
  color: #E0E0E0;
  font-size: 14px;
}
footer .row-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 44px;
  flex-wrap: wrap;
}
footer .row-wrapper:nth-child(1) {
  padding-bottom: 32px;
}
footer .row-wrapper:nth-child(2) {
  padding-top: 32px;
  border-top: 1px solid #E0E0E0;
  align-items: center;
}
footer .footer-logo {
  display: flex;
  align-items: center;
  gap: 20px;
  width: auto;
  max-width: 400px;
}
footer .footer-logo .logo-secondary {
  height: auto;
  max-height: 63px;
}
footer .menu-main-wrapper {
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
}
footer .menu-main-wrapper .label-menu {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
}
footer .menu-main-wrapper .footer-menu-1 ul {
  padding: 0;
  margin: 0;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(2, max-content);
  column-gap: 44px;
}
footer .footer-social-links {
  display: flex;
  gap: 16px;
}
footer .footer-social-links a {
  display: flex;
  transition: transform 0.35s ease-out;
  will-change: transform;
}
footer .footer-social-links a:hover {
  transform: scale(0.975);
}
footer .footer-menu-2 ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 56px;
  list-style-type: none;
}

@media screen and (max-width: 992px) {
  footer .row-wrapper:nth-child(1) {
    flex-direction: column;
  }
}
form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 2px;
}
form textarea {
  resize: none;
}
form br {
  display: none;
}
form label {
  margin-bottom: 10px;
  display: block;
}
form .form-row > p, form .form-row {
  display: flex;
  gap: 20px;
}
form .wpcf7-form-control-wrap textarea {
  height: 160px;
}
form select {
  cursor: pointer;
  -webkit-appearance: none; /* Chrome, Safari, Edge */
  -moz-appearance: none; /* Firefox */
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width=%2713%27 height=%278%27 viewBox=%270 0 13 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M5.65751 7.071L0.000514922 1.414L1.41451 -4.94551e-07L6.36452 4.95L11.3145 -6.18079e-08L12.7285 1.414L7.07152 7.071C6.88399 7.25847 6.62968 7.36379 6.36452 7.36379C6.09935 7.36379 5.84504 7.25847 5.65751 7.071Z%27 fill=%27%23252525%27/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
}
form .form-column {
  padding-bottom: 10px;
  border-bottom: 1px solid #5F5D5D;
  flex: 1;
  max-width: calc(50% - 10px);
}
form .wpcf7-form-control-wrap input.wpcf7-file {
  font-family: "DM Sans", sans-serif;
  color: #5F5D5D;
  font-size: 17px;
  line-height: 1.6;
  max-width: 100%;
}
form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
form .wpcf7-form-control.wpcf7-acceptance label {
  display: flex;
  gap: 20px;
  align-items: center;
  cursor: pointer;
}
form .wpcf7-form-control-wrap input[type=checkbox] {
  width: 18px;
  min-width: 18px;
  height: 18px;
}
form .wpcf7-form-control-wrap input:not(.wpcf7-file):not([type=checkbox]), form .wpcf7-form-control-wrap textarea, form .wpcf7-form-control-wrap select {
  border-radius: 8px;
  border: 1px solid #5F5D5D;
  background: #FFFFFF;
  display: flex;
  padding: 11px 20px;
  align-items: center;
  color: #5F5D5D;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 155%;
  width: 100%;
  transition: border-color 0.35s ease-out;
}
form .wpcf7-form-control-wrap input:not(.wpcf7-file):not([type=checkbox]):focus-visible, form .wpcf7-form-control-wrap input:not(.wpcf7-file):not([type=checkbox]):focus, form .wpcf7-form-control-wrap input:not(.wpcf7-file):not([type=checkbox]):hover, form .wpcf7-form-control-wrap input:not(.wpcf7-file):not([type=checkbox]):active, form .wpcf7-form-control-wrap textarea:focus-visible, form .wpcf7-form-control-wrap textarea:focus, form .wpcf7-form-control-wrap textarea:hover, form .wpcf7-form-control-wrap textarea:active, form .wpcf7-form-control-wrap select:focus-visible, form .wpcf7-form-control-wrap select:focus, form .wpcf7-form-control-wrap select:hover, form .wpcf7-form-control-wrap select:active {
  outline: none;
  box-shadow: none;
  border-color: rgba(1, 56, 147, 0.5) !important;
}
form .wpcf7-form-control.wpcf7-submit {
  display: flex;
  padding: 15px 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 100px;
  width: fit-content;
  background: #013893;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 2px solid #013893;
  cursor: pointer;
  transition: transform 0.35s ease-out, border-color 0.35s ease-out, background-color 0.35s ease-out, color 0.35s ease-out;
  will-change: transform border-color background-color color;
}
form .wpcf7-form-control.wpcf7-submit:hover {
  background-color: transparent;
  color: #013893;
}

@media (max-width: 992px) {
  form .form-row > p, form .form-row {
    flex-direction: column;
  }
  form .form-row > p .form-column, form .form-row .form-column {
    max-width: 100%;
  }
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: none;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #dc3232;
}

header {
  padding: 17px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}
header ul a {
  transition: opacity 0.35s ease-out;
  will-change: opacity;
}
header ul a:hover {
  opacity: 0.8;
}
header.is-scroll.homepage-header .flex-wrapper .top-wrapper .logo img, header.open.homepage-header .flex-wrapper .top-wrapper .logo img {
  filter: none;
}
header.is-scroll.homepage-header .flex-wrapper .top-wrapper .toggle-navigation .hamburger-line, header.open.homepage-header .flex-wrapper .top-wrapper .toggle-navigation .hamburger-line {
  background-color: #000000;
}
header.is-scroll.homepage-header .flex-wrapper .nav-wrapper nav ul li a, header.open.homepage-header .flex-wrapper .nav-wrapper nav ul li a {
  color: #000000;
}
header.is-scroll.homepage-header .flex-wrapper .nav-wrapper nav ul li a::after, header.open.homepage-header .flex-wrapper .nav-wrapper nav ul li a::after {
  background-color: #000000;
}
header.is-scroll {
  padding: 10px 0;
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
header.open {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header.open .flex-wrapper .top-wrapper .logo a img {
  filter: none;
}
header.open .flex-wrapper .top-wrapper .toggle-navigation .hamburger-line {
  background-color: #000000;
}
header.open .flex-wrapper .nav-wrapper nav ul li a {
  opacity: 1;
  color: #000000;
}
header.homepage-header .flex-wrapper .top-wrapper .logo img {
  filter: invert(1);
}
header.homepage-header .flex-wrapper .top-wrapper .toggle-navigation .hamburger-line {
  background-color: #fff;
}
header.homepage-header .flex-wrapper .nav-wrapper nav ul li a {
  color: #fff;
}
header.homepage-header .flex-wrapper .nav-wrapper nav ul li a::after {
  background-color: #fff;
}
header .flex-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .flex-wrapper .top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .flex-wrapper .top-wrapper .logo {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .flex-wrapper .top-wrapper .logo a {
  display: flex;
  align-items: center;
}
header .flex-wrapper .top-wrapper .logo .logo-secondary {
  max-height: 50px;
}
header .flex-wrapper .top-wrapper .toggle-navigation {
  display: none;
  background: transparent;
  border: none;
  padding: 0;
}
header .flex-wrapper .top-wrapper .toggle-navigation .hamburger {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 2rem;
}
header .flex-wrapper .top-wrapper .toggle-navigation .hamburger-line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.125em;
  border-radius: 0.125em;
  background: currentColor;
  transition: inherit;
}
header .flex-wrapper .top-wrapper .toggle-navigation .hamburger-line:nth-child(1) {
  top: 0.125em;
}
header .flex-wrapper .top-wrapper .toggle-navigation .hamburger-line:nth-child(2) {
  top: 0.438em;
}
header .flex-wrapper .top-wrapper .toggle-navigation .hamburger-line:nth-child(3) {
  top: 0.75em;
  width: 0.625em;
}
header .flex-wrapper .top-wrapper .toggle-navigation .hamburger.is-active .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotateZ(-135deg);
}
header .flex-wrapper .top-wrapper .toggle-navigation .hamburger.is-active .hamburger-line:nth-child(2) {
  right: 50%;
  width: 0;
}
header .flex-wrapper .top-wrapper .toggle-navigation .hamburger.is-active .hamburger-line:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotateZ(135deg);
}
header .flex-wrapper .nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
header .flex-wrapper .nav-wrapper nav ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}
header .flex-wrapper .nav-wrapper nav ul li a {
  display: flex;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
}
header .flex-wrapper .nav-wrapper nav ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
  background: #000000;
}
header .flex-wrapper .nav-wrapper nav ul li a:hover::after, header .flex-wrapper .nav-wrapper nav ul li a.active::after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

@media (max-width: 992px) {
  header.open .flex-wrapper .nav-wrapper {
    display: flex;
  }
  header .flex-wrapper {
    flex-direction: column;
    gap: 48px;
  }
  header .flex-wrapper .top-wrapper {
    width: 100%;
  }
  header .flex-wrapper .top-wrapper .toggle-navigation {
    display: flex;
  }
  header .flex-wrapper .nav-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
    display: none;
    transition: all 0.3s ease;
  }
  header .flex-wrapper .nav-wrapper nav {
    width: 100%;
  }
  header .flex-wrapper .nav-wrapper nav ul {
    flex-direction: column;
  }
  header .flex-wrapper .nav-wrapper nav ul li a {
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  header .flex-wrapper .nav-wrapper .btn.primary {
    margin-bottom: 28px;
  }
  header .flex-wrapper .nav-wrapper .btn.primary span {
    font-size: 16px;
  }
}
/* ==========================================================================
   SECTION: Who
   ========================================================================== */
.section-who {
  position: relative;
  overflow: hidden;
}
.section-who .flex-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
.section-who .flex-content .text-content {
  width: 522px;
  max-width: 100%;
}
.section-who .flex-content .text-content .paragraph {
  margin-top: 10px;
}
.section-who .flex-content .text-content .btn {
  margin-top: 28px;
}
.section-who .flex-content .media {
  max-width: 100%;
  width: 630px;
  aspect-ratio: 630/440;
  position: relative;
  overflow: hidden;
}

@media (max-width: 992px) {
  .section-who .flex-content .media {
    width: 100%;
  }
}
@media (max-width: 880px) {
  .section-who .flex-content .media {
    margin: 20px 0;
  }
}
/* ==========================================================================
   SECTION: Numbers
   ========================================================================== */
.section-numbers {
  padding: 112px 0;
  background-color: #E8F4FA;
}
.section-numbers__header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.section-numbers__title {
  margin-bottom: 16px;
}
.section-numbers__desc {
  color: #5F5D5D;
}
.section-numbers__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
.section-numbers__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  display: flex;
  padding: 59px;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  flex: 1;
  border-radius: 13px;
  background: #FFF;
}
.section-numbers__value {
  color: #013893;
  display: block;
  font-weight: 700;
}
.section-numbers__label {
  color: #252525;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

/* ==========================================================================
   SECTION: Hero Homepage
   ========================================================================== */
.section-herohomepage {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.section-herohomepage__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-herohomepage__bg .hero-image,
.section-herohomepage__bg .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-herohomepage__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.section-herohomepage__content {
  position: relative;
  width: 700px;
  max-width: 100%;
}
.section-herohomepage--light .section-herohomepage__title,
.section-herohomepage--light .section-herohomepage__subtitle {
  color: #FFFFFF;
}
.section-herohomepage--light .section-herohomepage__title {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}
.section-herohomepage--light .section-herohomepage__subtitle {
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
}
.section-herohomepage--light .btn--outline {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.section-herohomepage--light .btn--outline:hover {
  background-color: #FFFFFF;
  color: #013893;
}
.section-herohomepage--dark .section-herohomepage__title {
  color: #252525;
}
.section-herohomepage--dark .section-herohomepage__subtitle {
  color: #5F5D5D;
}
.section-herohomepage--dark .section-herohomepage__overlay {
  background: rgba(255, 255, 255, 0.5);
}
.section-herohomepage__title {
  margin-bottom: 24px;
  line-height: 1.1;
}
.section-herohomepage__subtitle {
  font-size: 18px;
  margin-bottom: 32px;
  width: 500px;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 123%;
  letter-spacing: 0.24px;
}
.section-herohomepage__actions {
  display: flex;
  gap: 16px;
}

/* ==========================================================================
   SECTION: Intro
   ========================================================================== */
.section-intro {
  background-color: #FFFFFF;
}
.section-intro__inner {
  width: 690px;
  max-width: 100%;
}
.section-intro--center {
  text-align: center;
}
.section-intro--center .section-intro__inner {
  margin: 0 auto;
}
.section-intro--center .section-intro__actions {
  justify-content: center;
}
.section-intro--left {
  text-align: left;
}
.section-intro--left .section-intro__actions {
  justify-content: flex-start;
}
.section-intro__label {
  margin-bottom: 16px;
  display: block;
}
.section-intro__title {
  margin-bottom: 10px;
  color: #252525;
}
.section-intro__desc {
  color: #5F5D5D;
}
.section-intro__actions {
  margin-top: 32px;
  display: flex;
  gap: 16px;
}

/* ==========================================================================
   SECTION: Notary
   ========================================================================== */
.section-notary {
  background-color: #FFFFFF;
}
.section-notary__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 992px) {
  .section-notary__inner {
    flex-wrap: nowrap;
  }
}
.section-notary__content {
  width: 520px;
  max-width: 100%;
  order: 2;
}
.section-notary__media {
  width: 630px;
  aspect-ratio: 630/505;
  order: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .section-notary__media {
    width: 100%;
  }
}
@media (max-width: 880px) {
  .section-notary__media {
    margin: 20px 0;
  }
}
.section-notary__media.has-hover:hover .section-notary__img--primary {
  opacity: 0;
}
.section-notary__media.has-hover:hover .section-notary__img--hover {
  opacity: 1;
}
.section-notary__img {
  transition: opacity 0.6s ease;
}
.section-notary__img--primary {
  opacity: 1;
}
.section-notary__img--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (min-width: 992px) {
  .section-notary--left .section-notary__media {
    order: 1;
  }
}
@media (min-width: 992px) {
  .section-notary--left .section-notary__content {
    order: 2;
  }
}
@media (min-width: 992px) {
  .section-notary--right .section-notary__media {
    order: 2;
  }
}
@media (min-width: 992px) {
  .section-notary--right .section-notary__content {
    order: 1;
  }
}
.section-notary__label {
  margin-bottom: 10px;
}
.section-notary__title {
  margin-bottom: 10px;
  color: #252525;
}
.section-notary__desc {
  margin-bottom: 20px;
}
.section-notary__actions {
  display: flex;
  margin-top: 14px;
}

/* ==========================================================================
   SECTION: Notary Listing
   ========================================================================== */
.section-notarylisting__header {
  width: 880px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 56px;
}
.section-notarylisting__title {
  color: #252525;
}
.section-notarylisting__flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 112px;
}
.section-notarylisting__item {
  width: calc(50% - 56px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 30px 0;
  border-bottom: 1px solid #000000;
}
.section-notarylisting__item:first-child, .section-notarylisting__item:nth-child(2) {
  border-top: 1px solid #000000;
}
.section-notarylisting__item-name {
  font-weight: 600;
  color: #252525;
  line-height: 1;
  text-transform: inherit;
}
.section-notarylisting__item-role {
  color: #000000;
}

@media (max-width: 880px) {
  .section-notarylisting__flex {
    column-gap: 0;
  }
  .section-notarylisting__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #000000;
  }
  .section-notarylisting__item:nth-child(2) {
    border-top: none;
  }
}
/* ==========================================================================
   SECTION: Services
   ========================================================================== */
.section-services {
  position: relative;
  overflow: hidden;
}
.section-services__wrapper {
  display: flex;
  flex-direction: column;
  gap: 7.75rem;
}
.section-services__item {
  width: 100%;
  display: flex;
  position: relative;
}
.section-services__item .pattern {
  position: absolute;
  top: 0;
  right: -373px;
  z-index: 11;
}
.section-services__item:nth-child(even) {
  flex-direction: row-reverse;
  align-items: flex-end;
}
.section-services__item:nth-child(odd) {
  gap: 72px;
  align-items: flex-end;
}
.section-services__item:nth-child(odd) .section-services__item-content {
  padding-left: 125px;
}
.section-services__item:nth-child(even) {
  gap: 112px;
  align-items: center;
}
.section-services .way-pattern {
  position: absolute;
}
.section-services .way-pattern.second {
  top: -130px;
  right: 170px;
}
.section-services .way-pattern.third {
  bottom: -30px;
  left: 0;
}
.section-services__item-image {
  position: relative;
  width: 540px;
  min-width: 540px;
  aspect-ratio: 540/590;
}
.section-services__title {
  background-color: #fff;
}
.section-services__item-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.section-services__item-content .way-pattern.first {
  top: 20px;
  left: 0;
}
.section-services__item-content .label-image-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-services__item-content .label-image-wrapper .section-services__item-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #013893;
}
.section-services__item-content .label-image-wrapper .section-services__item-icon img {
  max-width: 100%;
  height: auto;
}
.section-services__item-content .label-image-wrapper .label {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .section-services__item, .section-services__item:nth-child(even), .section-services__item:nth-child(odd) {
    flex-direction: column;
    gap: 32px;
  }
  .section-services__item .section-services__item-content:nth-child(odd), .section-services__item .section-services__item-content:nth-child(even), .section-services__item:nth-child(even) .section-services__item-content:nth-child(odd), .section-services__item:nth-child(even) .section-services__item-content:nth-child(even), .section-services__item:nth-child(odd) .section-services__item-content:nth-child(odd), .section-services__item:nth-child(odd) .section-services__item-content:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }
  .section-services__item .pattern, .section-services__item .way-pattern, .section-services__item:nth-child(even) .pattern, .section-services__item:nth-child(even) .way-pattern, .section-services__item:nth-child(odd) .pattern, .section-services__item:nth-child(odd) .way-pattern {
    display: none;
  }
  .section-services__item-image {
    width: 100%;
    min-width: 100%;
  }
}
/* ==========================================================================
   SECTION: Contact Infos
   ========================================================================== */
.section-contactinfos {
  background-color: #E0E0E0;
}
.section-contactinfos__inner {
  display: flex;
  align-items: center;
  gap: 62px;
}
.section-contactinfos__inner .section-contactinfos__image {
  width: 586px;
  min-width: 586px;
  aspect-ratio: 586/390;
  position: relative;
  overflow: hidden;
}
.section-contactinfos__inner .section-contactinfos__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section-contactinfos__inner .section-contactinfos__grid .section-contactinfos__item {
  width: calc(50% - 10px);
}
.section-contactinfos__inner .section-contactinfos__grid .section-contactinfos__item .section-contactinfos__item-title {
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .section-contactinfos__inner {
    flex-direction: column;
    gap: 32px;
  }
  .section-contactinfos .section-contactinfos__image {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .section-contactinfos__inner .section-contactinfos__grid {
    flex-direction: column;
  }
  .section-contactinfos__inner .section-contactinfos__grid .section-contactinfos__item {
    width: 100%;
  }
}
/* ==========================================================================
   SECTION: Contact Map
   ========================================================================== */
.section-contactmap.style-bleu {
  background-color: #E8F4FA;
}
.section-contactmap.style-blanc {
  background-color: #FFFFFF;
}
.section-contactmap__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
@media (min-width: 992px) {
  .section-contactmap__inner {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.section-contactmap__form-col {
  width: 50%;
}
.section-contactmap__form-col form .wpcf7-form-control-wrap input:not(.wpcf7-file):not([type=checkbox]), .section-contactmap__form-col form .wpcf7-form-control-wrap textarea, .section-contactmap__form-col form .wpcf7-form-control-wrap select {
  border: 1px solid #E0E0E0;
}
.section-contactmap__title {
  margin-bottom: 24px;
  color: #252525;
}
.section-contactmap__desc {
  width: 545px;
  max-width: 100%;
}
.section-contactmap__form-wrapper {
  margin-top: 40px;
}
.section-contactmap__map-col {
  width: 545px;
  max-width: 100%;
  display: flex;
}
.section-contactmap__map-col #map {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.section-contactmap__map-wrapper {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.section-contactmap__map-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
  display: block;
}

@media (max-width: 992px) {
  .section-contactmap__map-col {
    width: 100%;
    aspect-ratio: 1;
  }
  .section-contactmap__form-col {
    width: 100%;
  }
}
/* ==========================================================================
   SECTION: Contact One Col
   ========================================================================== */
.section-contactonecol {
  padding: 80px 0;
  background-color: #FFFFFF;
}
.section-contactonecol__inner {
  max-width: 710px;
  margin: 0 auto;
}
.section-contactonecol__title {
  text-align: center;
  margin-bottom: 20px;
}
.section-contactonecol__desc {
  text-align: center;
}
.section-contactonecol__form-wrapper {
  width: 630px;
  max-width: 100%;
  margin: 40px auto 0;
}
.section-contactonecol__form-wrapper .wpcf7-submit {
  margin: 0 auto;
}

/* ==========================================================================
   SECTION: Hero Section
   ========================================================================== */
.section-herosection {
  background-color: #E8F4FA;
  padding: 10.625rem 0 7.5rem;
  min-height: 400px;
  display: flex;
}
.section-herosection__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
  gap: 32px;
}
.section-herosection__content h1, .section-herosection__content .paragraph {
  text-align: center;
}
.section-herosection__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
}

/* ==========================================================================
   SECTION: Rich Text Centré
   ========================================================================== */
.section-richtextcenter {
  background-color: #FFFFFF;
}
.section-richtextcenter__inner {
  width: 992px;
  max-width: 100%;
  margin: 0 auto;
}
.section-richtextcenter__content {
  color: #5F5D5D;
}
.section-richtextcenter__content h1 {
  text-align: center;
  margin-bottom: 48px;
}
.section-richtextcenter__content p {
  margin-bottom: 16px;
}
.section-richtextcenter__content p:last-child {
  margin-bottom: 0;
}
.section-richtextcenter__content h2, .section-richtextcenter__content h3, .section-richtextcenter__content h4, .section-richtextcenter__content h5, .section-richtextcenter__content h6 {
  color: #252525;
  margin-bottom: 16px;
}
.section-richtextcenter__content ul, .section-richtextcenter__content ol {
  margin-bottom: 16px;
  padding-left: 24px;
}
.section-richtextcenter__content li {
  margin-bottom: 8px;
}
.section-richtextcenter__content a {
  color: #013893;
}
.section-richtextcenter__content a:hover {
  color: #012560;
}
.section-richtextcenter__content strong {
  font-weight: 600;
}
.section-richtextcenter__content em {
  font-style: italic;
}

/* ==========================================================================
   PAGE: ARCHIVE ANNONCE IMMO
   ========================================================================== */
.archive-immo .immo-filters {
  background-color: #013893;
  padding: 56px 0;
}
@media (max-width: 640px) {
  .archive-immo .immo-filters {
    padding: 32px 0;
  }
}
.archive-immo .immo-filters__tabs {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .archive-immo .immo-filters__tabs {
    gap: 4px;
  }
}
.archive-immo .immo-filters__tab {
  display: inline-block;
  padding: 14px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 20px;
  transition: all 0.3s ease;
  border: 1px solid #FFFFFF;
  text-decoration: none;
}
.archive-immo .immo-filters__tab.is-active, .archive-immo .immo-filters__tab:hover {
  background-color: #FFFFFF;
  color: #013893;
}
@media (max-width: 640px) {
  .archive-immo .immo-filters__tab {
    font-size: 15px;
    padding: 9px;
  }
}
.archive-immo .immo-filters__form {
  gap: 40px;
}
.archive-immo .immo-filters__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: end;
}
@media (min-width: 880px) {
  .archive-immo .immo-filters__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .archive-immo .immo-filters__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive-immo .immo-filters__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.archive-immo .immo-filters__field .label {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.3;
}
.archive-immo .immo-filters__field input[type=text],
.archive-immo .immo-filters__field input[type=number],
.archive-immo .immo-filters__field .select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  color: #252525;
  transition: border-color 0.3s ease;
}
.archive-immo .immo-filters__field input[type=text]:focus,
.archive-immo .immo-filters__field input[type=number]:focus,
.archive-immo .immo-filters__field .select:focus {
  border-color: #013893;
  outline: none;
}
.archive-immo .immo-filters__range {
  display: flex;
  gap: 8px;
}
.archive-immo .immo-filters__range input {
  width: 50%;
}
.archive-immo .immo-filters__submit {
  display: flex;
  justify-content: center;
}
.archive-immo .immo-filters__submit button[type=submit] {
  width: auto;
}
.archive-immo .immo-filters__submit .btn-reset {
  font-size: 14px;
  text-decoration: underline;
  color: #5F5D5D;
}
.archive-immo .immo-filters__submit .btn-reset:hover {
  color: #013893;
}
.archive-immo .immo-form {
  padding-top: 40px;
}
.archive-immo .archive-immo-wrapper {
  margin-top: 128px;
}
@media (max-width: 1280px) {
  .archive-immo .archive-immo-wrapper {
    margin-top: 92px;
  }
}
@media (max-width: 880px) {
  .archive-immo .archive-immo-wrapper {
    margin-top: 54px;
  }
}
.archive-immo__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 880px) {
  .archive-immo__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .archive-immo__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card-immo {
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding: 14px;
  background: var(--Blanc, #FFF);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  height: 100%;
  color: inherit;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-immo:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.card-immo:hover .card-immo__img img {
  transform: scale(1.05);
}
.card-immo:hover .card-immo__cta {
  background-color: #013893;
  border-color: #013893;
}
.card-immo:hover .card-immo__cta span {
  color: #FFFFFF;
}
.card-immo__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 385/360;
}
.card-immo__img img {
  transition: transform 0.3s ease;
}
.card-immo__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card-immo__price {
  font-size: 25px;
  font-weight: 600;
  line-height: 130%;
  text-align: right;
  color: #252525;
}
.card-immo .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-content: center;
  gap: 16px;
}
.card-immo .title-wrapper .card-immo__title {
  text-transform: inherit;
}
.card-immo .title-wrapper svg {
  width: 33px;
  height: 33px;
  min-width: 33px;
}
.card-immo__infos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: auto;
  padding-top: 16px;
  margin-bottom: 45px;
}
.card-immo__info {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #5F5D5D;
}
.card-immo__info svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  fill: #5F5D5D;
}
.card-immo .city.postal-code {
  text-transform: uppercase;
  font-size: 20px;
}

.nav-links {
  display: flex;
  justify-content: center;
  padding: 4.125rem 0;
  gap: 24px;
}
.nav-links .next, .nav-links .prev, .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.nav-links .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: #252525;
  border: 1px solid #252525;
  transition: all 0.3s ease;
}
.nav-links .page-numbers:not(.next):not(.prev).current, .nav-links .page-numbers:not(.next):not(.prev):hover {
  color: #FFFFFF;
  background-color: #252525;
}

/* SWIPER CSS (Bundle) */
:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/* Centered */
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

/* Navigation */
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  fill: currentColor;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev {
  left: 10px;
  right: auto;
}

.swiper-button-next {
  right: 10px;
  left: auto;
}

/* Thumbs */
.swiper-slide-thumb-active {
  opacity: 1;
}

.single-immo {
  padding-top: 140px;
  padding-bottom: 80px;
  /* === BACK BUTTON === */
  /* === TWO COLUMN LAYOUT === */
  /* === LOCATION MAP === */
  /* === SWIPER GALLERY === */
  /* === SIDEBAR === */
}
.single-immo__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #252525;
  margin-bottom: 20px;
  transition: color 0.2s ease;
  text-decoration: none;
}
.single-immo h1 {
  margin-bottom: 24px;
}
.single-immo__layout {
  display: flex;
  gap: 20px;
  align-items: start;
}
@media (max-width: 992px) {
  .single-immo__layout {
    flex-direction: column;
    gap: 40px;
  }
}
.single-immo__main {
  flex: 1;
}
.single-immo .location-section {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #E0E0E0;
  margin-bottom: 20px;
}
.single-immo .location-section .location-title {
  color: #252525;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
}
.single-immo .location-section .location-address {
  color: #5F5D5D;
  font-size: 18px;
  margin-bottom: 24px;
}
.single-immo .location-section .property-map {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.single-immo .single-immo__main {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.single-immo .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.single-immo .swiper-slide {
  background-size: cover;
  background-position: center;
}
.single-immo .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.single-immo .mySwiper2 {
  height: 365px;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 4px;
  position: relative;
}
.single-immo .wrapper-navigation-swiper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.single-immo .wrapper-navigation-swiper .mySwiper {
  height: 86px;
  box-sizing: border-box;
  padding: 0;
}
.single-immo .wrapper-navigation-swiper .mySwiper .swiper-slide {
  height: 100%;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}
.single-immo .wrapper-navigation-swiper .mySwiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.single-immo .wrapper-navigation-swiper .swiper-button-next.swiper-button-disabled, .single-immo .wrapper-navigation-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.single-immo .wrapper-navigation-swiper .swiper-button-next,
.single-immo .wrapper-navigation-swiper .swiper-button-prev {
  min-width: 51px;
  width: 51px;
  height: 51px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #013893;
  position: relative;
  gap: 10px;
  color: #FFFFFF;
  left: inherit;
  right: inherit;
}
.single-immo .wrapper-navigation-swiper .swiper-button-next::after,
.single-immo .wrapper-navigation-swiper .swiper-button-prev::after {
  display: none;
}
.single-immo .wrapper-navigation-swiper .swiper-button-next svg,
.single-immo .wrapper-navigation-swiper .swiper-button-prev svg {
  display: none;
}
.single-immo .content-wrapper {
  width: 640px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 30px;
  /* === PRICE GRID (NEW LAYOUT) === */
  /* === DPE VISUAL BARS WITH PROGRESSIVE WIDTH === */
}
.single-immo .content-wrapper h2 {
  margin-bottom: 16px;
  text-transform: inherit;
}
.single-immo .content-wrapper .label-item {
  font-weight: 700;
  color: #252525;
}
.single-immo .content-wrapper a {
  color: #5F5D5D;
  text-decoration: underline;
}
.single-immo .content-wrapper .price-grid {
  display: flex;
  gap: 20px;
}
@media (max-width: 640px) {
  .single-immo .content-wrapper .price-grid {
    flex-direction: column;
  }
}
.single-immo .content-wrapper .price-grid .price-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.single-immo .content-wrapper .dpe-grid {
  display: flex;
  gap: 28px;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .single-immo .content-wrapper .dpe-grid {
    flex-direction: column;
  }
}
.single-immo .content-wrapper .dpe-info {
  margin-bottom: 16px;
}
.single-immo .content-wrapper .dpe-block {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.single-immo .content-wrapper .dpe-block .energetic-p-img {
  width: 252px;
  height: 232px;
  position: relative;
  margin-top: 16px;
}
.single-immo .content-wrapper .dpe-block .energetic-p-img img {
  height: 232px;
}
.single-immo .content-wrapper .dpe-block .indicator {
  position: absolute;
  top: 16px;
  right: 0;
  width: 252px;
  height: 26px;
  background: url("http://notaires.local/wp-content/uploads/2025/12/indicator.png") no-repeat right 0;
  font-size: 13px;
  color: #ffffff;
  text-align: right;
  line-height: 26px;
  padding-right: 4px;
}
.single-immo .content-wrapper .dpe-block .index-a .indicator {
  top: 23px;
  width: 196px;
}
.single-immo .content-wrapper .dpe-block .index-b .indicator {
  top: 46px;
  width: 175px;
}
.single-immo .content-wrapper .dpe-block .index-c .indicator {
  top: 72px;
  width: 154px;
}
.single-immo .content-wrapper .dpe-block .index-d .indicator {
  top: 96px;
  width: 132px;
}
.single-immo .content-wrapper .dpe-block .index-e .indicator {
  top: 121px;
  width: 110px;
}
.single-immo .content-wrapper .dpe-block .index-f .indicator {
  top: 146px;
  width: 90px;
}
.single-immo .content-wrapper .dpe-block .index-g .indicator {
  top: 170px;
  width: 64px;
}
.single-immo .content-wrapper .location-text {
  font-weight: 400;
  margin-bottom: 16px;
}
.single-immo__sidebar .sidebar-specs, .single-immo__sidebar .sidebar-contact {
  width: 410px;
  max-width: 100%;
  border-radius: 24px;
  background-color: #E8F4FA;
  padding: 40px;
}
.single-immo__sidebar .sidebar-specs {
  margin-bottom: 96px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.single-immo__sidebar .sidebar-specs .sidebar-spec {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #252525;
  font-weight: 400;
}
.single-immo__sidebar .sidebar-specs .sidebar-spec .spec-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #252525;
}
.single-immo__sidebar .sidebar-specs .sidebar-spec .spec-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 1.5;
}
.single-immo__sidebar .sidebar-specs .sidebar-spec .spec-text {
  text-transform: uppercase;
  font-size: 20px;
  color: #252525;
}
.single-immo__sidebar .sidebar-specs .price-large {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .single-immo__sidebar {
    width: 100%;
  }
  .single-immo__sidebar .sidebar-specs, .single-immo__sidebar .sidebar-contact {
    width: 100%;
  }
  .single-immo__sidebar .sidebar-specs {
    margin-bottom: 32px;
  }
}
.single-immo .sidebar-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.single-immo .sidebar-contact .contact-agent > p {
  text-transform: inherit;
}
.single-immo .sidebar-contact .contact-agent .agent-phone {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-immo .sidebar-contact .contact-agent .agent-phone span {
  color: #252525;
  font-size: 17px;
  font-weight: 400;
  line-height: 160%; /* 27.2px */
}
.single-immo .sidebar-contact .wpcf7 {
  margin-top: 4px;
}
.single-immo .sidebar-contact .wpcf7 .wpcf7-form-control-wrap input:not(.wpcf7-file):not([type=checkbox]), .single-immo .sidebar-contact .wpcf7 .wpcf7-form-control-wrap textarea, .single-immo .sidebar-contact .wpcf7 .wpcf7-form-control-wrap select {
  border: 1px solid #E0E0E0;
}

.similar-section {
  padding-top: 128px;
}
.similar-section h2 {
  text-align: center;
}
.similar-section .similar-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: end;
}
@media (min-width: 880px) {
  .similar-section .similar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .similar-section .similar-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .single-immo .content-wrapper {
    width: 100%;
  }
}
.system.page404 {
  padding: 10rem 0;
}
.system.page404 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
