.shadow {
  box-shadow: 0px 12px 20px 4px rgba(0, 0, 0, 0.1);
}
.shadow2 {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.shadow-off {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.shadow-off {
  box-shadow: 0px 0px 0px px rgba(0, 0, 0, 0);
}
.textShadow {
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.33);
}
.shadowBig {
  box-shadow: -12px -19px 80px 20px rgba(0, 0, 0, 0.05);
}
.shadowBigLight {
  box-shadow: 0px 20px 80px 20px rgba(0, 0, 0, 0.08);
}
.shadowTop {
  box-shadow: 9px 17px 20px 5px rgba(0, 0, 0, 0.31);
}
.filter-pink {
  filter: invert(13%) sepia(90%) saturate(7289%) hue-rotate(322deg) brightness(88%) contrast(101%);
}
.filter-blue {
  filter: invert(19%) sepia(94%) saturate(1214%) hue-rotate(189deg) brightness(91%) contrast(110%);
}
.filter-blue-light {
  filter: invert(40%) sepia(93%) saturate(822%) hue-rotate(161deg) brightness(96%) contrast(99%);
}
.filter-white {
  filter: invert(100%);
}
.bg-center {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bgc-w {
  background-color: #fff;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.font1 {
  font-family: "Poppins", sans-serif;
}
.font2 {
  font-family: "Sanchez", serif;
  font-weight: 400;
  font-style: italic;
}
.font3 {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 300;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
@media only screen and (max-width: 1080px) {
  h1,
  h2,
  h3,
  h4 {
    text-align: center;
  }
}
a {
  color: #000;
}
h1 {
  font-size: 2.4em;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1080px) {
  h1 {
    font-size: 2em;
    margin-bottom: 10px;
  }
}
.h-center {
  text-align: center;
}
h2 {
  font-size: 20px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4em;
  margin-bottom: 1.8em;
  color: rgba(0, 0, 0, 0.9);
}
.h2 {
  font-size: 20px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4em;
  margin-bottom: 1.8em;
  color: rgba(0, 0, 0, 0.9);
}
h3 {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}
img {
  vertical-align: middle;
}
p {
  margin: 0;
  margin-bottom: 20px;
}
p,
ul {
  margin-bottom: 20px;
}
p + h2 {
  margin-top: 30px;
}
.fw-l {
  font-weight: 200;
  font-style: normal;
}
.fw-r,
.fw-n {
  font-weight: 400;
  font-style: normal;
}
.fw-m {
  font-weight: 500;
  font-style: normal;
}
.fw-b {
  font-weight: 600;
}
.fw-eb {
  font-weight: 900;
}
strong {
  font-weight: 900;
}
hr.hr-60 {
  border: 0;
  height: 60px;
}
.title-line {
  display: block;
}
p.restrict {
  padding: 60px 0;
}
.ariane {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 0.8em;
}
@media only screen and (min-width: 1081px) {
  .ariane {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1080px) {
  .ariane {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
  }
}
.ariane a {
  font-size: 0.8em;
  text-decoration: none;
  white-space: nowrap;
}
.ariane i {
  font-size: 0.4em;
  opacity: 0.4;
  margin: 0 10px;
}
.doc__wrp--center .ariane {
  justify-content: center;
}
body,
html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.7);
}
body {
  box-sizing: border-box;
  overflow-x: hidden;
}
@media only screen and (max-width: 1080px) {
  bodyDPC > * {
    display: none;
  }
  bodyDPC::before {
    content: "Version responsive en cours de développement";
    background-color: #000;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.section {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 130px;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 1080px) {
  .section {
    padding: 0px 20px;
  }
}
.wrp {
  padding: 0 60px;
}
.d > .s {
  margin-bottom: 120px;
}
.d > .s:first-child {
  margin-top: 100px;
}
.d > .s > .mdl {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 130px;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 1080px) {
  .d > .s > .mdl {
    padding: 0px 20px;
  }
}
.section--grey {
  background-color: #e4e4e4;
  padding: 60px 0;
  padding-top: 40px;
  padding-bottom: 100px;
}
.hdr {
  position: fixed;
  background-color: #000;
  box-sizing: border-box;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 20px;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 1081px) {
  .hdr {
    padding: 40px;
  }
}
.hdr a.logo {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
  text-align: center;
}
.hdr a.logo img {
  display: block;
}
.hdr .hdr__top {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
.hdr .hdr__top .hdr__section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hdr .hdr__top .hdr__section .rgt {
  display: flex;
  align-items: center;
}
.hdr .hdr__top nav > ul > li {
  margin-left: 20px;
}
.hdr .hdr__top nav > ul > li > a {
  padding: 6px 0;
  height: auto;
  opacity: 0.4;
  font-size: 0.8em;
}
.hdr .hdr__top nav > ul > li > a:hover {
  opacity: 1;
}
.hdr .hdr__top .networks {
  margin: 0;
  padding: 0;
}
.hdr .hdr__top .networks a {
  border-right: solid 1px #000;
}
.hdr .hdr__top .networks a:first-child {
  border-left: solid 1px #000;
}
.hdr__logo {
  text-align: center;
  flex: 0 0 140px !important;
}
body[data-scroll-step="DPC"] .hdr {
  top: -40px;
  box-shadow: 0px 12px 20px 4px rgba(0, 0, 0, 0.1);
}
.hdr__section {
  padding: 0 20px;
}
.hdr__wrp {
  border-radius: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hdr__wrp > * {
  flex: 1;
}
.hdr__lft,
.hdr__rgt {
  display: flex;
  justify-content: space-between;
}
.hdr__lft > *,
.hdr__rgt > * {
  flex: 1;
}
.hdr nav {
  margin: 0;
  padding: 0;
}
.hdr nav ul,
.hdr nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  margin: 0 30px;
}
.hdr nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hdr nav > ul a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
.hdr nav > ul > li {
  position: relative;
}
.hdr nav > ul > li > a {
  display: flex;
  height: 60px;
  align-items: center;
  padding: 0 30px;
  position: relative;
  font-size: 1em;
  max-width: 200px;
  text-align: center;
}
.hdr nav > ul > li > a::after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  position: absolute;
  background-color: #000;
  bottom: 7px;
  transition: all 0.2s ease-in-out;
}
.hdr nav > ul > li:hover > a::after,
.hdr nav > ul > li.on > a::after {
  width: calc(100% - 100px);
}
.hdr nav > ul > li > ul {
  display: none;
}
@media only screen and (min-width: 1081px) {
  .hdr nav > ul > li.has-children {
    position: relative;
  }
  .hdr nav > ul > li.has-children > ul {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    position: absolute;
    opacity: 0;
    top: 120px;
    left: calc(50% - 30px);
    transform: translateX(-50%);
    padding: 30px 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    z-index: 100;
    box-shadow: 0px 12px 20px 4px rgba(0, 0, 0, 0.1);
  }
  .hdr nav > ul > li.has-children > ul > li {
    white-space: nowrap;
    position: relative;
    text-align: center;
  }
  .hdr nav > ul > li.has-children > ul > li > a {
    display: block;
    cursor: pointer;
    padding: 6px 0;
    font-weight: 400;
    font-style: normal;
    opacity: 0.8;
  }
  .hdr nav > ul > li.has-children > ul > li:hover,
  .hdr nav > ul > li.has-children > ul > li.on {
    opacity: 1;
  }
  .hdr nav > ul > li.has-children > ul > li:hover > a,
  .hdr nav > ul > li.has-children > ul > li.on > a {
    opacity: 1;
  }
  .hdr nav > ul > li.has-children > ul > li.on > a {
    font-weight: 600;
  }
  .hdr nav > ul > li.has-children:hover::after {
    transform: rotate(360deg);
    letter-spacing: 4px;
    white-space: nowrap;
  }
  .hdr nav > ul > li.has-children:hover > ul {
    top: 54px;
    opacity: 1;
    pointer-events: all;
  }
  .hdr nav > ul > li:hover,
  .hdr nav > ul > li.on {
    opacity: 1;
  }
  .hdr nav > ul > li > ul > li.li--big {
    cursor: pointer;
  }
  .hdr nav > ul > li > ul > li.li--big:hover > a::after {
    right: -20px;
  }
}
.hdr nav .li--btn {
  margin-left: 30px;
}
.hdr nav .li--btn > a {
  display: inline-block;
  position: relative;
  background-color: #000;
  padding: 14px 28px;
  color: #fff;
  height: auto;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1em;
}
.hdr nav .li--btn > a:hover {
  background-color: #1a1a1a;
}
.hdr nav > ul > li.li--big {
  width: 200px;
  cursor: pointer;
}
.hdr nav > ul > li.li--big > .level1 {
  left: 70px;
}
.hdr nav > ul > li.li--big > .level1 > li {
  text-align: center;
  color: #fff;
}
.hdr nav > ul > li.li--big > .level1 > li a {
  color: #fff;
  text-align: center;
  padding-right: 0;
}
.hdr nav > ul > li.li--big::after {
  content: "";
  top: -20px;
  left: 0;
  width: 100%;
  height: 100px;
  position: absolute;
  background-image: url(/img/logo-citizen-fonciere--white.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.hdr nav > ul > li.li--big:hover > .level1 {
  top: 75px;
}
body[data-theme="a"] .me {
  display: none;
}
body[data-theme="a"] .hdr__top {
  background-color: #000;
}
body[data-theme="a"] .hdr__top a {
  color: #fff;
  opacity: 1 !important;
}
body[data-theme="a"] .hdr__top .logo {
  filter: invert(1);
}
body[data-theme="b"] .me {
  display: none;
}
body[data-theme="b"] .hdr__top {
  filter: invert(1);
  background-color: #000;
}
body[data-theme="b"] .hdr__top a {
  color: #fff;
}
body[data-theme="b"] .hdr__top .logo {
  filter: invert(1);
}
body[data-theme="b"] .hdr {
  background-color: #000;
}
body[data-theme="b"] .hdr > .hdr__section {
  filter: invert(1);
}
body[data-theme="b"] .level1 {
  filter: invert(1);
}
.synk__btn {
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  top: 4px;
  right: 4px;
}
.synk__btn:hover {
  opacity: 1;
}
@media only screen and (max-width: 1080px) {
  .hdr .nav > ul {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background-color: #000;
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0;
    left: -100%;
    transition: all 0.2s ease-in-out;
  }
  .hdr .nav > ul > li {
    margin-bottom: 40px;
    padding: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }
  .hdr .nav > ul > li.li--big {
    margin: 40px 0;
  }
  .hdr .nav > ul > li.li--big > ul {
    margin-top: 40px;
    margin-left: 30px;
  }
  .hdr .nav > ul > li.li--big > ul > li {
    text-align: left;
  }
  .hdr .nav > ul > li > a {
    font-weight: 600;
    padding-left: 0;
    padding: 0;
    margin-bottom: 10px;
    height: auto;
  }
  .hdr .nav > ul > li > a::after {
    display: none;
  }
  .hdr .nav > ul > li > ul {
    display: block;
    border-bottom: none;
    margin: 0;
  }
  .hdr .nav > ul > li > ul > li {
    padding: 0;
    font-size: 0.8em;
    margin: 0;
    opacity: 0.8;
  }
  body.app-menu-on {
    overflow: hidden;
  }
  body.app-menu-on .hdr .nav > ul {
    left: 0%;
  }
}
.doc {
  position: relative;
}
.doc__chapo {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 130px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1080px) {
  .doc__chapo {
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 1081px) {
  .doc__chapo {
    margin-bottom: 60px;
  }
}
.doc__chapo .ibox {
  border-radius: 0 !important;
}
.doc__chapo .ibox::after {
  border-radius: 0 !important;
}
@media only screen and (min-width: 1081px) {
  .doc__chapo {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1080px) {
  .doc__chapo {
    display: flex;
    flex-direction: column-reverse;
  }
}
.doc__chapo .doc__rgt {
  clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%);
  transform-origin: center left;
}
@media only screen and (max-width: 1080px) {
  .doc__chapo .doc__rgt {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1081px) {
  .doc__chapo .doc__rgt {
    flex: 0 0 1200px;
    font-size: 0;
    position: relative;
    padding-right: 60px;
    bottom: 0px;
  }
}
.doc__chapo .doc__lft {
  display: flex;
  flex-direction: column;
}
.doc__chapo .doc__lft h2 {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 20px;
  text-transform: none;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Sanchez", serif;
  font-style: italic;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1081px) {
  .doc__chapo .doc__lft {
    flex: 0 0 350px;
  }
}
body.is-home {
  padding-top: 0;
}
body.is-home .doc {
  padding-top: 70px;
}
@media only screen and (min-width: 1081px) {
  body.is-home .doc {
    padding-top: 140px;
  }
}
body.is-home .doc__chapo {
  max-width: 100% !important;
  padding: 10px !important;
  box-sizing: border-box;
  align-items: center;
}
@media only screen and (min-width: 1081px) {
  body.is-home .doc__chapo {
    padding: 20px !important;
  }
}
body.is-home .doc__chapo .doc__lft {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-90%);
  z-index: 100;
}
@media only screen and (max-width: 1080px) {
  body.is-home .doc__chapo .doc__lft {
    transform: translateX(-50%) translateY(-50%);
  }
}
body.is-home .doc__chapo .doc__cta {
  position: fixed;
  opacity: 1;
  transition: transform 0.8s ease-in-out, opacity 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0px);
  z-index: 100;
  color: #fff;
  margin: 0;
}
body.is-home .doc__chapo .doc__cta a {
  margin: 0;
  color: #fff;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 20px 30px;
}
body.is-home .doc__chapo .doc__cta:hover {
  background-color: #fff;
}
body.is-home .doc__chapo .doc__cta:hover a {
  color: #000;
}
body.is-home .doc__chapo h1,
body.is-home .doc__chapo h2,
body.is-home .doc__chapo blockquote {
  color: #fff;
  text-align: center;
}
body.is-home .doc__chapo h1 {
  display: none;
}
body.is-home .doc__chapo h2 {
  font-size: 1.4em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 1081px) {
  body.is-home .doc__chapo h2 {
    width: 600px;
    font-size: 3em;
  }
}
body.is-home .doc__chapo blockquote {
  bottom: 0;
  display: block;
  position: fixed;
  background-color: #000;
  z-index: 100;
  padding: 30px;
  left: 50%;
  bottom: 0px;
  top: initial;
  transform: translateX(-50%);
  color: #fff;
  margin: 0;
}
body.is-home .doc__chapo blockquote a {
  color: #fff;
  font-size: 2em;
  text-transform: uppercase;
  text-decoration: none;
}
body.is-home .doc__chapo .doc__rgt {
  flex: 0 0 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 16/9;
  padding-right: 0 !important;
  pointer-events: none;
  background-color: #000;
}
@media only screen and (max-width: 1080px) {
  body.is-home .doc__chapo .doc__rgt {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1081px) {
  body.is-home .doc__chapo .doc__rgt {
    height: calc(100vh - 180px);
  }
}
body.is-home .doc__chapo .doc__rgt video {
  opacity: 0.8;
}
body.is-home[data-scroll-step="1"] .doc__cta {
  opacity: 0;
  transform: translateX(-50%) translateY(200px);
  pointer-events: none;
}
.doc__chapo-infos {
  color: #000;
  padding: 0px 20px;
}
.doc__chapo-infos .doc__html {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1080px) {
  .doc__chapo-infos {
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .doc__chapo-infos h2 {
    text-align: center !important;
  }
  .doc__chapo-infos .md-html {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.d-ctas .btn {
  margin-right: 20px;
  box-sizing: border-box;
}
video {
  position: relative;
}
.doc {
  padding-top: 90px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1081px) {
  .doc {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
.doc__wrp {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 130px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1080px) {
  .doc__wrp {
    padding: 0px 20px;
  }
}
body.doc--contact .doc {
  padding-bottom: 0px;
}
body.doc--contact .doc__wrp {
  margin-bottom: 0;
}
@media only screen and (min-width: 1081px) {
  .doc__wrp--flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1080px) {
  .doc__wrp--flex .doc__lft {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1081px) {
  body.doc--center-wrp .doc {
    padding-top: 230px;
  }
}
body.doc--center-wrp .doc__wrp {
  display: block !important;
}
body.doc--center-wrp .doc__wrp p,
body.doc--center-wrp .doc__wrp h2 {
  text-align: center;
}
body.doc--center-wrp .doc__rgt {
  text-align: center;
  padding: 0 !important;
}
body.doc--center-wrp .ariane {
  justify-content: center;
}
.doc__wrp--center {
  text-align: center;
}
@media only screen and (min-width: 1081px) {
  .doc__lft {
    flex: 0 0 48%;
  }
}
.doc__lft img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.doc__lft .ibox {
  margin-bottom: 30px;
}
.doc__rgt {
  box-sizing: border-box;
}
@media only screen and (min-width: 1081px) {
  .doc__rgt {
    flex: 0 0 48%;
    position: sticky;
    bottom: 0px;
    padding-right: 60px;
  }
}
.doc__rgt h1 {
  color: #000;
}
.doc--nochapo h1 {
  width: 100%;
  text-align: center;
  color: #000;
}
.doc--nochapo .doc__wrp {
  padding-bottom: 0px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.doc--nochapo .ariane > ol {
  width: 100%;
  justify-content: center;
}
.doc__html {
  margin-bottom: 30px;
}
.doc__icons {
  display: flex;
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.doc__icons > * {
  margin-right: 10px;
}
.doc__icon {
  opacity: 0.2;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 8;
  display: none;
}
.doc__icon span {
  font-size: 0.8em;
  display: none;
}
.doc__icon.on {
  display: block;
  cursor: pointer;
  opacity: 1;
  pointer-events: all;
}
.doc__icon:not(.on)::after {
  content: "";
  width: 34px;
  height: 1px;
  background-color: #000;
  position: absolute;
  transform: rotate(-45deg);
}
.doc__icon:hover {
  opacity: 1;
  z-index: 100;
}
.doc__icon:hover span {
  position: absolute;
  background-color: #fff;
  transform: translateX(-50%);
  left: 50%;
  margin-left: -5px;
  display: block;
  bottom: -24px;
  white-space: nowrap;
  z-index: 10;
}
.doc__icon-img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #fff;
  border: solid 1px #000;
  background-size: contain;
  border-radius: 60px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 6px;
  background-origin: content-box;
}
@media only screen and (max-width: 1080px) {
  .doc__cta {
    text-align: center;
  }
}
.doc__tags {
  font-style: italic;
  padding-top: 20px;
  opacity: 0.6;
}
@media only screen and (max-width: 1080px) {
  .doc__tags {
    text-align: center;
  }
}
body.doc--p-in-cols h1 {
  margin-bottom: 100px;
}
body.doc--p-in-cols .md-html {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4em;
  text-transform: uppercase;
}
body.doc--p-in-cols .md-html p {
  width: 30%;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
body.doc--p-in-cols .md-html p > a {
  text-decoration: none;
  color: #000;
  background: none;
  padding: 0;
  text-transform: none;
  opacity: 0.4;
  font-size: 0.9em;
  display: block;
  margin-top: 20px;
  border: 0 !important;
}
body.doc--p-in-cols .md-html p > a:hover {
  opacity: 1;
  border: 0 !important;
}
body.doc--p-in-cols .md-html p img {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}
body.doc--logo-center .doc__lft {
  position: relative;
}
body.doc--logo-center .doc__lft .file__img {
  display: none;
}
body.doc--logo-center .doc__lft .file__div {
  width: 500px;
  height: auto;
  aspect-ratio: 1;
  display: block;
}
body.doc--logo-center .doc__lft .file {
  width: 100%;
  height: 100%;
}
body.doc--logo-center .doc__lft .file > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.doc__brokers:empty {
  display: none;
}
.doc__brokers h2 {
  margin-bottom: 10px;
}
.doc__brokers .file a {
  display: flex;
  text-decoration: none;
  align-items: center;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px px rgba(0, 0, 0, 0);
  padding: 20px;
}
.doc__brokers .file a img {
  width: 120px;
  height: auto;
  margin-right: 20px;
}
.doc__brokers .file a span {
  text-decoration: none;
  display: block;
  padding-right: 30px;
  text-align: left;
}
.doc__brokers .file a:hover {
  box-shadow: 0px 12px 20px 4px rgba(0, 0, 0, 0.1);
}
.tagger {
  justify-content: center;
}
.tagger a {
  display: block;
  cursor: pointer;
  padding: 10px;
}
@media only screen and (min-width: 1081px) {
  .tagger a {
    flex: 0 0 100px;
  }
}
.tagger a:hover {
  padding: 10px;
}
.tagger a[data-tag="all"] {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .tagger {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
body[data-current-tag="rent"] .tagger a[data-tag="rent"] {
  background-color: #000;
  color: #fff;
}
body[data-current-tag="rent"] a[data-tag="all"] {
  display: block;
}
body[data-current-tag="rent"] .list-item--sale {
  display: none;
}
body[data-current-tag="sale"] .tagger a[data-tag="sale"] {
  background-color: #000;
  color: #fff;
}
body[data-current-tag="sale"] .tagger a[data-tag="all"] {
  display: block;
}
body[data-current-tag="sale"] .list-item--rent {
  display: none;
}
.d[data-model="home"] {
  padding-top: 100px;
}
.doc[data-model="pay"] h1 {
  font-size: 2em;
}
.doc[data-model="pay"] .ariane {
  flex-wrap: wrap;
}
.doc[data-model="pay"] .ariane a {
  white-space: wrap;
}
.doc[data-model="pay"] .doc__wrp {
  justify-content: space-between;
  align-items: flex-start;
}
.doc[data-model="pay"] .doc__lft,
.doc[data-model="pay"] .doc__rgt {
  flex: 0 0 48%;
}
.doc[data-model="pay"] #geo {
  margin: 0;
  margin-bottom: 30px;
  height: 300px;
}
.doc[data-model="pay"] .mod--gallery {
  width: 100%;
}
.doc[data-model="pay"] .mod--gallery .mod__imgs {
  box-sizing: border-box;
  display: block;
}
.doc[data-model="pay"] .doc__mid img {
  width: 100%;
  height: auto;
}
.doc[data-model="pay"] .loop--y {
  height: 500px!important;
}
.doc__space {
  margin-bottom: 30px;
}
.doc__space > * {
  padding: 6px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.doc__space > * strong {
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8em;
}
@media only screen and (max-width: 1080px) {
  .doc__space > * {
    text-align: center;
  }
}
.doc__cta {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.doc__follow-us {
  width: 100%;
  text-align: center;
}
.doc__follow-us .networks {
  display: flex;
  justify-content: center;
  filter: invert(1);
}
.doc__brokers {
  margin-top: 60px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.doc__transaction-type {
  text-transform: uppercase;
  padding-bottom: 4px;
  font-size: 0.8em;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: solid 1px #000;
}
.doc[data-model="project"] .doc__wrp {
  position: relative;
  align-items: flex-start;
}
@media only screen and (min-width: 1081px) {
  .doc[data-model="project"] .doc__lft {
    position: sticky;
    top: 180px;
    margin-top: 110px;
    height: 100%;
  }
}
.doc[data-model="project"] .mod--gallery {
  height: 100%;
  width: 100%;
}
.brand-logo {
  margin-bottom: 20px;
}
.brand-logo img {
  width: 180px !important;
  height: auto;
  margin-bottom: 20px;
}
.brand-logo + h1 {
  display: none;
}
body[data-doc-model="brand"] .doc__rgt .doc__html {
  margin-top: 50px;
}
body[data-doc-model="brand"] .doc__rgt .doc__html p > a {
  background-color: rgba(0, 0, 0, 0.1);
  transition: width 0.4s ease-in-out, background 0.4s ease-in-out;
}
@media only screen and (min-width: 1081px) {
  body[data-doc-model="brand"] .doc__rgt .doc__html p > a {
    position: absolute;
    top: 30px;
    right: 35px;
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1080px) {
  body[data-doc-model="brand"] .doc__rgt .doc__html p > a {
    box-sizing: border-box;
    width: 100%;
  }
}
body[data-doc-model="brand"] .doc__rgt .doc__html p > a:after,
body[data-doc-model="brand"] .doc__rgt .doc__html p > a:before {
  display: none;
}
body[data-doc-model="brand"] .doc__rgt .doc__html p > a:hover {
  background-color: #000;
  color: #fff;
}
body[data-doc-model="brand"] .doc__rgt .file,
body[data-doc-model="brand"] .doc__rgt img {
  margin-bottom: 0;
}
.doc[data-model="contact"] .doc__lft .leaflet-container {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1081px) {
  .doc[data-model="contact"]::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
    top: 0;
  }
}
.doc[data-model="contact"] .doc__rgt {
  padding-left: 30px;
}
.form[data-form-context="contact"] {
  display: none;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] {
  display: block;
  color: #000;
  width: auto;
  height: auto;
  position: relative;
  z-index: 0;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] .form-submit button {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin: 0;
  padding: 14px 20px;
  transition: background 0.2s ease-in-out;
  font-weight: 400;
  font-style: normal;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] .form-submit button:hover {
  background-color: #000;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] .form-module {
  min-width: auto;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] .form-wrp {
  padding: 0;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] .form-lft {
  display: none;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] select {
  background-position: 95% 18px;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] h2 {
  display: none;
  color: #000;
  font-size: 1.4em;
  font-weight: 500;
  font-style: normal;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form {
  font-size: 24px;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-fields button {
  border: 0;
  outline: 0;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
  padding: 10px;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-fields button:hover {
  background-color: #000;
  color: #fff;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form input,
body[data-doc-model="contact"] .form[data-form-context="contact"] form textarea {
  border: solid 1px #e4e4e4;
  padding: 8px 14px;
  font-weight: 500;
  font-style: normal;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form input[disabled],
body[data-doc-model="contact"] .form[data-form-context="contact"] form textarea[disabled],
body[data-doc-model="contact"] .form[data-form-context="contact"] form select[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form input[disabled] + label,
body[data-doc-model="contact"] .form[data-form-context="contact"] form textarea[disabled] + label,
body[data-doc-model="contact"] .form[data-form-context="contact"] form select[disabled] + label {
  cursor: not-allowed;
  opacity: 0.3;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form label {
  display: block;
  width: 100%;
  margin-bottom: 0.8em;
  font-weight: 600;
  text-align: left;
  font-size: 0.4em;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form label a {
  color: #000;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form input,
body[data-doc-model="contact"] .form[data-form-context="contact"] form textarea,
body[data-doc-model="contact"] .form[data-form-context="contact"] form select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field[data-form-field-custom="radios"] .form-radio {
  flex-direction: row;
  align-items: center;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field[data-form-field-custom="radios"] .form-radio input {
  width: 20px;
  margin-right: 10px;
  margin-top: 0;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field[data-form-field-custom="radios"] .form-radio label {
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  margin: 0;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field[data-form-field-tag="select"] {
  position: relative;
  /*
    &:after {
      content: "▼";
      position: absolute;
      top: 50%;
      top: 46px;
      right: 15px;
      transform: translateY(-50%);
      font-size: 12px;
      color: #888;
      pointer-events: none;
    }*/
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field[data-form-field-tag="select"] select {
  appearance: none;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field[data-form-field-tag="select"] select:hover {
  border-color: #888;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field[data-form-field-tag="select"] select:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field[data-form-field-tag="select"] select::-ms-expand {
  display: none;
  /* Cache l'icône native de IE */
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field[data-form-field-type="checkbox"] .form-field-wrp {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media only screen and (min-width: 1081px) {
  body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field[data-form-field-type="checkbox"] .form-field-wrp {
    justify-content: flex-end;
    padding-left: 10px;
  }
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field[data-form-field-type="checkbox"] input,
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field[data-form-field-type="checkbox"] label {
  width: auto;
  margin: 0;
  cursor: pointer;
}
@media only screen and (max-width: 1080px) {
  body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field[data-form-field-type="checkbox"] label {
    padding-left: 40px;
  }
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field[data-form-field-type="checkbox"] input {
  margin-right: 10px;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field[data-form-field-tag="div"] {
  text-align: left;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field[data-form-field-key="intro"] {
  display: none !important;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field {
  order: 20;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field[data-form-field-key="cgu"] {
  flex: 0 0 100%;
  text-align: right;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form button {
  cursor: pointer;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
  padding: 14px 18px;
  outline: 0;
  border: 0;
  text-transform: uppercase;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form select.form-field-tel-countries + input {
  border-top: none;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] form .form-field--error select.form-field-tel-countries + input {
  border-top: none;
}
@media only screen and (max-width: 1080px) {
  body[data-doc-model="contact"] .form[data-form-context="contact"] {
    display: block;
  }
}
body[data-doc-model="contact"] .form[data-form-context="contact"] .form-title {
  display: none;
}
@media only screen and (max-width: 1080px) {
  body[data-doc-model="contact"] .form[data-form-context="contact"] .form-field[data-form-field-type="checkbox"] label {
    margin-left: 40px;
  }
  body[data-doc-model="contact"] .form[data-form-context="contact"] .form-field[data-form-field-type="checkbox"] input {
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  body[data-doc-model="contact"] .form[data-form-context="contact"] .form-field[data-form-field-type="checkbox"] .form-field-wrp {
    align-items: flex-start;
  }
}
body[data-doc-model="contact"] .form[data-form-context="contact"] .form-module {
  width: 100% !important;
  box-sizing: border-box;
}
@media only screen and (max-width: 1080px) {
  body[data-doc-model="contact"] .form[data-form-context="contact"] .form-wrp {
    padding: 10px;
    box-sizing: border-box;
  }
}
body[data-doc-model="contact"] .form[data-form-context="contact"] .form-hdr {
  display: none;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] .form-module {
  width: 600px;
  background-color: transparent;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] .form-module::before {
  display: none;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] .form-module label,
body[data-doc-model="contact"] .form[data-form-context="contact"] .form-module p,
body[data-doc-model="contact"] .form[data-form-context="contact"] .form-module a {
  color: #000;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] .form-module label {
  font-size: 0.8em;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] .form-module .form-title {
  position: relative;
  background-color: #fff;
  color: #000;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] .form-module .form-back {
  display: none;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] .form--end {
  color: #fff;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] button {
  width: auto !important;
  display: block;
  right: 30px;
  left: inherit;
  color: #000;
}
body[data-doc-model="contact"] .form[data-form-context="contact"] .form-account-field {
  color: #000;
  font-size: 0.6em;
}
@media only screen and (max-width: 1080px) {
  body[data-doc-model="contact"] .form[data-form-context="contact"] .form-fields {
    display: block;
  }
}
.form-radios .form-radio {
  display: flex;
  align-items: center;
}
.form-radios .form-radio input {
  width: 30px !important;
}
.form-radios .form-radio label {
  margin: 0 !important;
}
body[data-doc-model="default"] .doc__lft {
  margin-top: 100px;
}
button.form-close {
  position: sticky;
  display: block;
  border: 0;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: 20px;
  text-decoration: underline;
  z-index: 10;
  background-image: url("/img/ui/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 2px;
  cursor: pointer;
  background-color: transparent !important;
}
.form-module.has-alert button.form-close {
  top: 100px;
}
.form-title {
  font-size: 2em;
  position: sticky;
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  top: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: -20px;
  z-index: 1;
  padding-left: 20px;
  margin-left: -20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.form-title:empty {
  display: none;
}
.form-module {
  margin-bottom: 60px;
  background-color: #fff;
  position: relative;
}
@media only screen and (min-width: 1081px) {
  .form-module {
    min-width: 900px;
  }
}
@media only screen and (max-width: 1080px) {
  .form-module {
    width: calc(100% - 20px);
  }
}
.form-module:before {
  content: "";
  width: 100%;
  position: sticky;
  display: block;
  z-index: 2;
  top: 0;
  border-top: solid 4px #000;
}
.form-fields {
  width: 100%;
  padding-right: 23px;
}
body.form-in-progress .form-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  /* Centrage horizontal */
  align-items: center;
  /* Centrage vertical */
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
}
body.form-in-progress .form-progress-item {
  width: 50px;
  /* Taille du loader */
  height: 50px;
  border: 5px solid #f3f3f3;
  /* Cercle extérieur léger */
  border-top: 5px solid #000;
  /* Couleur active du loader */
  border-radius: 50%;
  /* Forme circulaire */
  animation: form-progress-spin 1s linear infinite;
  /* Animation de rotation */
}
/* Animation de rotation */
@keyframes form-progress-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
}
.form-radio label {
  cursor: pointer;
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}
.form-radio input {
  width: 60px;
}
@media only screen and (min-width: 1081px) {
  .form-wrp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px;
    padding-bottom: 100px;
    min-height: 200px;
    position: relative;
  }
}
@media only screen and (max-width: 1080px) {
  .form-wrp {
    padding: 20px;
    padding-bottom: 100px;
  }
}
.form-wrp a {
  color: #000;
}
.form-lft {
  flex: 0 0 200px;
  margin-right: 40px;
}
@media only screen and (min-width: 1081px) {
  .form-lft {
    position: sticky;
    top: 30px;
  }
}
.form.form-has-steps .form-lft {
  display: block;
}
.form-rgt {
  flex: 1 1 100%;
  width: 300px;
}
@media only screen and (max-width: 1080px) {
  .form-rgt {
    width: 100%;
  }
}
.form-steps {
  max-width: 350px;
}
.form-steps button {
  text-align: left;
  background: transparent;
  color: #000;
  opacity: 0.6;
}
.form-steps button.on,
.form-steps button:hover {
  color: #000;
  opacity: 1;
}
.form-steps .form-steps-info {
  margin-top: 40px;
  font-style: italic;
  opacity: 0.8;
  font-size: 0.8em;
  margin-bottom: 100px;
}
.form-submit {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  padding-top: 40px;
}
a.form-back {
  display: none;
  padding: 14px 18px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1080px) {
  a.form-back {
    position: relative;
    top: -30px;
  }
}
@media only screen and (min-width: 1081px) {
  a.form-back {
    position: absolute;
    bottom: 60px;
    left: 60px;
  }
}
.form-field[data-form-field-steps] {
  display: none;
}
.form-field[data-form-field-steps].on {
  display: block;
}
.form-field {
  position: relative;
}
.form-field-required::after {
  content: "*";
  color: #000;
  position: absolute;
  top: 0;
  left: -14px;
}
.form-steps .form-step {
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
}
.form-steps .form-step:hover {
  color: #000;
}
.form-steps .form-step.on {
  color: #000;
  font-weight: 600;
}
.form-step--end {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
  font-size: 0.9em;
}
.form-field-errors {
  text-align: left;
  width: 100%;
  background-color: #000;
  padding: 2px;
  margin-top: 8px;
  box-sizing: border-box;
}
.form-field-error {
  font-size: 0.7em;
  color: #fff;
  padding: 6px 0;
  display: inline-block;
  margin-left: 4px;
}
.form-field-error:after {
  content: ", ";
}
.form-field-error:last-child:after {
  content: "";
}
.form-field-errors:hover .form-field-error {
  display: inline-block;
}
.form-field--valid .form-field-errors {
  display: none;
}
.form-field.form-field--error[data-form-field-custom="uploader"] .form-field-errors {
  display: none;
}
.form-field-readonly {
  opacity: 0.6;
  cursor: not-allowed;
}
.form-field-readonly > * {
  pointer-events: none;
}
.form-alert {
  text-align: center;
  background-color: #000;
  padding: 20px;
  color: #fff;
  margin-top: -20px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.form-alert p,
.form-alert a {
  color: #fff !important;
}
.form-alert[data-form-alert-type="success"] {
  background-color: #00b1a8;
}
.form-alert[data-form-alert-type="error"] {
  background-color: #000;
  opacity: 1 !important;
}
.form-alert.on {
  opacity: 1;
  margin-top: -20px;
}
.form-field-msg,
.form-field-alert {
  font-size: 0.7em;
  background-color: #bcbcbc;
  color: #fff;
  padding: 6px 8px;
  margin-top: 10px;
}
.form-field-msg.error,
.form-field-alert.error {
  background-color: #000;
}
.form-field-msg a,
.form-field-alert a {
  color: #fff;
}
.form-field-msg strong,
.form-field-alert strong {
  font-weight: 400;
  font-style: normal;
}
.form-field-alert {
  margin-top: 20px;
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.4em;
}
.form-field-alert strong {
  font-weight: 600;
}
body.form-progress .form {
  filter: blur(1px);
}
.form-otp-inputs {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-right: 0px;
}
.form-otp-inputs input[type="text"]::-webkit-inner-spin-button,
.form-otp-inputs input[type="text"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-otp-inputs input[type="text"] {
  -moz-appearance: textfield;
  width: 20%;
  height: 80px;
  text-align: center;
  font-size: 2em;
  margin: 0 5px;
  border: 1px solid #ccc;
}
.form-otp-inputs input[type="text"]:focus {
  border-color: #007bff;
  outline: none;
}
.form-link {
  text-align: center;
  color: #000;
  font-size: 0.8em;
  display: block;
  padding: 10px;
}
body.form-on:not([data-form-context="contact"]) {
  overflow: hidden;
  overflow-y: hidden;
}
.form-account-field {
  font-size: 0.8em;
  font-style: italic;
  padding: 10px;
  opacity: 0.6;
}
.form-field[data-form-field-key="cgu"] .form-account-field,
.form-field[data-form-field-key="newsletter"] .form-account-field {
  display: none;
}
.form-helper {
  font-size: 0.8em;
  padding: 10px 0;
}
.form[data-form-context="cart"] {
  width: auto;
  right: 0;
  left: inherit;
  border-left: solid 2px #000;
  box-shadow: 0px 12px 20px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  backdrop-filter: none;
}
.form[data-form-context="cart"] .form-module {
  margin-bottom: 0;
}
.form[data-form-context="cart"] button,
.form[data-form-context="cart"] a.form-back {
  border-radius: 0;
}
select {
  appearance: none;
  /* Supprime la flèche par défaut */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/img/ui/bottom.svg") no-repeat;
  background-position: calc(100% - 20px) center;
  /* Place l'icône 20px à gauche */
  background-size: 12px;
  padding-right: 40px;
  /* Ajuste le padding pour éviter le texte trop proche */
}
@media only screen and (max-width: 1080px) {
  .form-title {
    margin-top: 0;
  }
  .form-wrp {
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .form form .form-field[data-form-field-type="checkbox"] label {
    width: calc(100% - 60px);
  }
  .form form .form-field[data-form-field-type="checkbox"] input {
    width: 10px !important;
  }
}
.form:not([data-form-context="contact"]) {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow: hidden;
  overflow-y: auto;
}
.form:not([data-form-context="contact"]) .form-submit button {
  width: auto !important;
  display: inline-block;
  margin: 0;
}
@media only screen and (min-width: 1081px) {
  .form:not([data-form-context="contact"]) .form-submit button {
    position: absolute;
    bottom: 60px;
    right: 60px;
  }
}
.form:not([data-form-context="contact"]) select {
  background-position: 95% 18px;
}
.form:not([data-form-context="contact"]) form {
  font-size: 16px;
}
.form:not([data-form-context="contact"]) form .form-fields button {
  border: 0;
  outline: 0;
  font-weight: 500;
  font-style: normal;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px;
}
.form:not([data-form-context="contact"]) form .form-fields button:hover {
  background-color: #000;
  color: #fff;
}
.form:not([data-form-context="contact"]) form input,
.form:not([data-form-context="contact"]) form textarea {
  border: solid 1px #a5a5a5;
  padding: 8px 14px;
  border-radius: 10px;
  font-weight: 500;
  font-style: normal;
}
.form:not([data-form-context="contact"]) form input[disabled],
.form:not([data-form-context="contact"]) form textarea[disabled],
.form:not([data-form-context="contact"]) form select[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}
.form:not([data-form-context="contact"]) form .form-field {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.4em;
}
.form:not([data-form-context="contact"]) form label {
  display: block;
  width: 100%;
  margin-bottom: 0.8em;
  font-weight: 600;
  text-align: left;
  font-size: 1.2em;
  text-transform: uppercase;
}
.form:not([data-form-context="contact"]) form label a {
  color: #000;
}
.form:not([data-form-context="contact"]) form input,
.form:not([data-form-context="contact"]) form textarea,
.form:not([data-form-context="contact"]) form select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  /* Bords arrondis pour tous */
  background-color: #fff;
  color: #333;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.form:not([data-form-context="contact"]) form .form-field--error input,
.form:not([data-form-context="contact"]) form .form-field--error textarea,
.form:not([data-form-context="contact"]) form .form-field--error select {
  border-radius: 8px 8px 0 0;
}
.form:not([data-form-context="contact"]) form .form-field[data-form-field-custom="radios"] .form-radio {
  flex-direction: row;
  align-items: center;
}
.form:not([data-form-context="contact"]) form .form-field[data-form-field-custom="radios"] .form-radio input {
  width: 20px;
  margin-right: 10px;
  margin-top: 0;
}
.form:not([data-form-context="contact"]) form .form-field[data-form-field-custom="radios"] .form-radio label {
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  margin: 0;
}
.form:not([data-form-context="contact"]) form .form-field[data-form-field-type="checkbox"] .form-field-wrp {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media only screen and (min-width: 1081px) {
  .form:not([data-form-context="contact"]) form .form-field[data-form-field-type="checkbox"] .form-field-wrp {
    justify-content: flex-end;
    padding-left: 10px;
  }
}
.form:not([data-form-context="contact"]) form .form-field[data-form-field-type="checkbox"] input,
.form:not([data-form-context="contact"]) form .form-field[data-form-field-type="checkbox"] label {
  width: auto;
  margin: 0;
  cursor: pointer;
}
.form:not([data-form-context="contact"]) form .form-field[data-form-field-type="checkbox"] input {
  margin-right: 10px;
}
.form:not([data-form-context="contact"]) form .form-field[data-form-field-tag="div"] {
  text-align: left;
}
.form:not([data-form-context="contact"]) form button {
  cursor: pointer;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 6px;
  outline: 0;
  border: 0;
  text-transform: uppercase;
}
.form:not([data-form-context="contact"]) form select.form-field-tel-countries {
  border-radius: 8px 8px 0 0;
}
.form:not([data-form-context="contact"]) form select.form-field-tel-countries + input {
  border-radius: 0 0 8px 8px;
  border-top: none;
}
.form:not([data-form-context="contact"]) form .form-field--error select.form-field-tel-countries + input {
  border-radius: 0 0 0 0;
  border-top: none;
}
label[for="cgu"] {
  font-size: 0.6em !important;
}
#footer {
  background: #000;
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
#footer a {
  color: #fff;
}
.ftr__section {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 130px;
  position: relative;
  box-sizing: border-box;
  padding: 100px 100px;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 1080px) {
  .ftr__section {
    padding: 0px 20px;
  }
}
.ftr__col {
  flex: 1;
}
@media only screen and (max-width: 1080px) {
  .ftr__col p {
    text-align: center;
  }
}
.ftr ul,
.ftr li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ftr nav > ul > li.has-children {
  margin-bottom: 30px;
}
.ftr nav > ul > li.has-children > a {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: 600;
  pointer-events: none;
}
.ftr nav > ul > li.has-children ul > li > a::before {
  content: "";
  display: block;
  width: 0px;
  height: 16px;
  margin-right: 0px;
  transition: all 0.2s ease-in-out;
  padding: 0px;
}
.ftr nav > ul > li.has-children ul > li > a:hover::before {
  width: 18px;
  margin-right: 2px;
  background-image: url("/img/ui/arrow-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 4px;
}
.ftr nav > ul a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  margin-bottom: 6px;
  display: block;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .ftr nav > ul a {
    display: block;
    text-align: center;
  }
}
.ftr__annexes {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 130px;
  position: relative;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  .ftr__annexes {
    padding: 0px 20px;
  }
}
.ftr__annexes p {
  padding: 0 60px;
  margin: 0;
}
@media only screen and (max-width: 1080px) {
  .ftr__annexes p {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ftr__annexes span,
  .ftr__annexes button {
    display: block;
    position: relative;
  }
}
@media only screen and (max-width: 1080px) {
  .ftr__logo {
    text-align: center;
  }
  .ftr__logo img {
    position: relative;
    margin: 0 auto;
  }
}
.ftr button {
  margin-left: 10px;
  padding: 4px 12px;
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  cursor: pointer;
  outline: 0;
  border: solid 1px #fff;
  opacity: 0.6;
}
.ftr button:hover {
  opacity: 1;
}
@media only screen and (max-width: 1080px) {
  .ftr__section {
    flex-direction: column;
    padding: 60px 20px;
  }
  .ftr__annexes {
    padding: 20px;
  }
  .ftr__annexes p {
    padding: 0;
  }
  .ftr__annexes p > * {
    display: block;
  }
  .ftr__annexes p button {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .ftr__annexes p span {
    text-align: left;
    margin-bottom: 10px;
  }
}
.m img {
  display: none;
}
.m .ibox {
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 0px;
  transition: all 0.2s ease-in;
}
.m .ibox::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #0e1c2a 0%, transparent 100%);
  border-radius: 0px;
  opacity: 0.2;
  transition: all 0.2s ease-in-out;
}
.m.m-over-gradient {
  border-radius: 0px;
  background-color: #000;
}
.m.m-over-gradient:hover .ibox {
  opacity: 0.8;
}
.m.m-dark-gradient .ibox::after {
  opacity: 0.8;
}
.m[data-m-ratio="0"] img {
  display: block;
}
.m[data-m-ratio="0"] .ibox {
  display: none;
}
.m[data-m-ratio="1"] .ibox {
  aspect-ratio: 1;
}
.m[data-m-ratio="2"] .ibox {
  aspect-ratio: 2;
}
.m[data-m-ratio="3"] .ibox {
  aspect-ratio: 3;
}
.m[data-m-ratio="5/2"] .ibox {
  aspect-ratio: 5/2;
}
.m[data-m-ratio="5/3"] .ibox {
  aspect-ratio: 5/3;
}
.m[data-m-ratio="2/3"] .ibox {
  aspect-ratio: 2/3;
}
.btn {
  display: inline-block;
  position: relative;
  background-color: #000;
  padding: 14px 28px;
  color: #fff;
  height: auto;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1em;
}
.btn:hover {
  background-color: #1a1a1a;
}
.btn--reverse {
  background-color: #fff;
  border: solid 3px #000;
  color: #000;
  padding: 11px 28px;
}
.btn--reverse:hover {
  color: #fff;
  border: solid 3px transparent;
}
.btn--grey {
  display: block;
  text-transform: uppercase;
  font-size: 1em;
  padding: 20px 10px;
  margin-bottom: 10px;
  width: 200px;
  white-space: wrap;
  text-align: center;
  background-color: #e5e5e5;
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.btn--grey:hover {
  background-color: #000;
  color: #fff;
  padding: 20px 20px;
}
.btn--with-arrow {
  transition: opacity 0.2s ease-in-out;
}
.btn--xs {
  padding: 4px 16px;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 400;
  font-style: normal;
}
.btn--white-border {
  border: solid 1px #fff;
}
.with-arrow::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  left: 0px;
  position: relative;
  background-color: transparent;
  border-radius: 30px;
  background-image: url("/img/ui/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 6px;
  transition: all 0.2s ease-in-out;
}
.with-arrow:hover::after {
  left: 6px;
}
.with-arrow-w::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  left: 0px;
  position: relative;
  background-color: transparent;
  border-radius: 30px;
  background-image: url("/img/ui/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 6px;
  transition: all 0.2s ease-in-out;
}
.with-arrow-w:hover::after {
  left: 6px;
}
.with-arrow-w::after {
  background-image: url("/img/ui/arrow-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 6px;
}
.btn--citizen {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-size: 1em;
  padding: 20px;
  margin-bottom: 10px;
  width: 200px;
  white-space: wrap;
  position: relative;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.btn--citizen::before {
  content: "[";
  font-size: 57px;
  color: #000;
  position: absolute;
  top: -9px;
  left: -6px;
  font-weight: 200;
  font-style: normal;
}
.btn--citizen::after {
  content: "]";
  font-size: 57px;
  color: #000;
  position: absolute;
  top: -9px;
  right: -6px;
  font-weight: 200;
  font-style: normal;
}
.btn--citizen:hover {
  width: 230px;
}
.btn--citizen + br {
  display: none;
}
.btn--citizen-xl {
  text-decoration: none !important;
  width: 200px;
  font-size: 1.5em;
}
.btn--citizen-xl:hover {
  width: 260px;
}
.btn--citizen-xl::before,
.btn--citizen-xl::after {
  font-size: 90px;
}
.d > .s > .mdl {
  padding: 0 60px;
}
@media only screen and (min-width: 1081px) {
  .mod__wrp--flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mod__wrp--flex .lft,
  .mod__wrp--flex .rgt {
    flex: 0 0 45%;
  }
}
.s[data-l-mvt*="spaces|"] .l {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.s[data-l-mvt*="spaces|"] h2 {
  text-align: center;
}
.s[data-l-mvt*="spaces|"] .m {
  z-index: 1;
}
.s[data-l-mvt*="spaces|"] .li {
  position: relative;
  flex: 0 0 calc(50% - 20px);
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 40px;
}
.s[data-l-mvt*="spaces|"] .li__infos {
  z-index: 2;
  position: absolute;
  bottom: -215px;
  padding: 40px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  text-align: center;
  width: 100%;
}
.s[data-l-mvt*="spaces|"] .li-model--project .li__infos,
.s[data-l-mvt*="spaces|"] .li-model--news .li__infos {
  bottom: -80px;
}
.s[data-l-mvt*="spaces|"] .li__surface {
  font-size: 3em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
}
.s[data-l-mvt*="spaces|"] .li:nth-child(n + 3) {
  flex: 0 0 calc(33% - 20px);
}
.s[data-l-mvt*="spaces|"] .li:hover .li__infos {
  bottom: 20px;
}
.s[data-l-mvt*="spaces|"] .li__resume {
  height: 90px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 0.9em;
  overflow: hidden;
}
.s[data-l-mvt*="spaces|"] .li__sector {
  background-color: #000;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.s[data-l-mvt*="spaces|"] .li__title {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 500;
  font-style: normal;
}
.s[data-l-mvt*="spaces|"] .l__bottom {
  text-align: center;
}
.s[data-l-mvt*="spaces|select"] .li {
  flex: 0 0 calc(33% - 20px) !important;
}
.s[data-mvt*="imgTitleDescCta|"] .mod__wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s[data-mvt*="imgTitleDescCta|"] .mod__wrp > * {
  flex: 0 0 calc(50% - 40px);
}
.s[data-mvt*="imgTitleDescCta|"] .mod__lft {
  padding: 60px;
  box-sizing: border-box;
}
.s[data-mvt*="imgTitleDescCta|"].mod--white {
  background-color: #fff;
}
.s[data-mvt*="imgTitleDescCta|"].mod--grey {
  background-color: #e4e4e4;
}
.s[data-mvt*="imgTitleDescCta|"].mod--beige {
  background-color: #c8b273;
}
.s[data-mvt*="imgTitleDescCta|"].mod--black {
  background-color: #000;
  color: #fff;
}
.s[data-mvt*="imgTitleDescCta|"].mod--black h2 {
  color: #fff;
}
.s[data-mvt*="imgTitleDescCta|"].mod--black .btn {
  border: solid 1px #fff;
}
.s[data-mvt*="imgTitleDescCta|reverse"] {
  background-color: #e4e4e4;
  padding: 30px 0px;
}
.s[data-mvt*="imgTitleDescCta|reverse"] .mod__wrp {
  flex-direction: row-reverse;
}
.themes {
  padding: 10px 0;
}
.themes > a {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 0em;
  border: solid 1px #cdcdcd;
  border-radius: 30px;
  cursor: pointer;
}
.themes > a[data-mod-theme="mod--beige"] {
  background-color: #c8b273;
}
.themes > a[data-mod-theme="mod--white"] {
  background-color: #fff;
}
.themes > a[data-mod-theme="mod--grey"] {
  background-color: #e4e4e4;
}
.themes > a[data-mod-theme="mod--black"] {
  background-color: #000;
}
.themes > a.on {
  border: solid 4px #cdcdcd;
}
.s[data-mvt*="imgsTitleDescCta|"] .mod__wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s[data-mvt*="imgsTitleDescCta|"] .mod__wrp > * {
  flex: 0 0 calc(50% - 40px);
}
.s[data-mvt*="imgsTitleDescCta|"] .mod__lft {
  height: 600px;
  overflow: hidden;
  position: relative;
}
.s[data-mvt*="imgsTitleDescCta|"] .mod__lft::beforeDPC {
  content: "";
  width: 100%;
  height: 30px;
  background: linear-gradient(to top, #0e1c2a 0%, transparent 100%);
  opacity: 0.1;
  transform: scaleY(-1);
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 2;
}
.s[data-mvt*="imgsTitleDescCta|"] .mod__lft::afterDPC {
  content: "";
  width: 100%;
  height: 30px;
  background: linear-gradient(to top, #0e1c2a 0%, transparent 100%);
  opacity: 0.1;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
}
.s[data-mvt*="imgsTitleDescCta|"] .mod__imgs {
  display: flex;
  justify-content: space-between;
  animation: scroll-up 30s linear infinite;
  animation-direction: alternate;
  position: absolute;
  top: 100%;
}
.s[data-mvt*="imgsTitleDescCta|"] .mod__imgs .mod__imgs-col {
  flex: 0 0 calc(50% - 10px);
}
.s[data-mvt*="imgsTitleDescCta|"] .mod__imgs img {
  border-radius: 0px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.s[data-mvt*="imgsTitleDescCta|"] .mod__imgs .mod__imgs-col--lft {
  position: relative;
  top: -200px;
}
@keyframes scroll-up {
  from {
    top: 0%;
  }
  to {
    top: -100%;
  }
}
.s[data-mvt*="titleDescMinis|"] {
  background-color: #e4e4e4;
  padding: 60px 0;
  text-align: center;
}
.s[data-mvt*="titleDescMinis|"] h2 {
  text-align: center;
}
.s[data-mvt*="titleDescMinis|"] .minis {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.s[data-mvt*="titleDescMinis|"] .mini {
  flex: 1;
  text-align: center;
}
.s[data-mvt*="titleDescMinis|"] .mini__infos {
  padding: 20px;
  box-sizing: border-box;
}
.s[data-mvt*="titleDescMinis|"] .mini__infos h3 {
  margin-bottom: 10px;
}
.s[data-mvt*="titleDescMinis|"] .mini__infos p {
  font-size: 0.8em;
}
.d[data-model="home"] .s[data-mvt*="titleDescMinis|"] {
  padding-top: 160px;
}
.d[data-model="home"] .s[data-mvt*="titleDescMinis|"] h2 {
  text-align: left;
  padding: 0px 80px;
  font-size: 2em;
}
.s[data-mvt*="titleDescCta|"] {
  text-align: center;
  color: #fff;
}
.s[data-mvt*="titleDescCta|"] .mod__wrp {
  background-color: #000;
  border-radius: 0px;
  display: flex;
  justify-content: space-between;
  padding: 60px;
  gap: 60px;
  align-items: flex-end;
  position: relative;
}
.s[data-mvt*="titleDescCta|"] .mod__wrp::beforeDPC {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  background: #2b283e;
  background: linear-gradient(to top, #0e1c2a 0%, transparent 100%);
  z-index: 1;
}
.s[data-mvt*="titleDescCta|"] .mod__lft {
  text-align: left;
  z-index: 2;
}
.s[data-mvt*="titleDescCta|"] h3 {
  color: #fff;
  font-size: 2.4em;
  font-weight: 500;
  font-style: normal;
}
.s[data-mvt*="titleDescCta|"] .mod__rgt {
  z-index: 2;
}
.s[data-mvt*="titleDescCta|"] .mod__rgt a {
  white-space: nowrap;
}
.mod__logos {
  background-color: #fff;
  width: 100%;
  height: 220px;
  align-items: center;
  overflow: hidden;
  padding-top: 60px;
  z-index: 0;
  position: relative;
}
.mod__logos h2 {
  text-align: left;
  font-size: 2em;
  margin-bottom: 0.4em;
  padding-left: 100px;
  padding-left: 140px;
}
@media only screen and (max-width: 1080px) {
  .mod__logos h2 {
    padding: 0;
    text-align: center;
  }
}
.mod__logos .mod__wrp {
  display: flex;
  position: absolute;
  left: 0;
  height: 120px;
  animation: scrollingX 30s linear infinite alternate;
  will-change: transform;
}
.logos {
  display: flex;
  align-items: center;
}
.logo {
  margin-right: 100px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.logo .file__img {
  display: none;
  height: 50px;
  transition: all 0.2s ease-in-out;
  width: auto;
  filter: grayscale(1);
}
.logo .file__img:hover {
  opacity: 1;
  filter: grayscale(0);
}
.logo .file__div {
  display: block;
  width: 100px;
  height: 60px;
  background-size: contain;
  padding: 10px;
  background-origin: content-box;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(1);
}
.logo .file__div:hover {
  opacity: 1;
  filter: grayscale(0);
}
.mod__faqs {
  padding: 60px 0;
}
.d > .s[data-mvt*="guide"] {
  padding: 40px 0;
  padding-bottom: 80px;
}
.guide {
  position: relative;
  gap: 20px;
}
@media only screen and (min-width: 1081px) {
  .guide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.guide .swp-ctrl {
  display: block !important;
}
@media only screen and (max-width: 1080px) {
  .guide .swp-ctrl {
    width: 100% !important;
  }
}
.guide-one {
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 1081px) {
  .guide-one {
    flex: 0 0 35%;
  }
}
@media only screen and (max-width: 1080px) {
  .guide-one {
    margin-bottom: 30px;
  }
}
.guide-one .ibox::after {
  opacity: 1;
}
.guide-one:hover .ibox::after {
  opacity: 0.4;
}
.guide-one__info {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.guide-one__info h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.guide-one__info h3,
.guide-one__info p {
  color: #fff;
}
.guide-one__ctas {
  padding-top: 20px;
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-start;
}
.guides {
  flex: 0 0 65%;
  display: flex;
  flex-direction: flex-start;
  position: relative;
}
.guides-col {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 20px;
  gap: 20px;
}
@media only screen and (min-width: 1081px) {
  .guides-col {
    flex: 0 0 calc(50% - 10px);
  }
}
.guides-col .ibox {
  aspect-ratio: 1.9 !important;
}
.guides-item {
  cursor: pointer;
}
@media only screen and (min-width: 1081px) {
  .guides-item {
    flex: 0 0 48%;
  }
}
.guides-item:hover .ibox::after {
  opacity: 1;
}
.guides-item-wrp {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.guide .swp-ctrl {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: calc(65% - 40px);
  margin-bottom: 0;
}
.guides-item-wrp__bot {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
.guides-item-wrp__bot a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
  color: #fff;
}
.guides-item-wrp__bot a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  left: 0px;
  position: relative;
  background-color: transparent;
  border-radius: 30px;
  background-image: url("/img/ui/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 6px;
  transition: all 0.2s ease-in-out;
}
.guides-item-wrp__bot a:hover::after {
  left: 6px;
}
.guides-item-wrp__bot a::after {
  background-image: url("/img/ui/arrow-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 6px;
}
.guides-item-wrp__bot h3 {
  margin: 0;
  font-weight: 600;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
}
a.guide-btn-pdf {
  padding-left: 30px;
  background-image: url(/img/ui/download-w.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 8px 6px;
}
.guide__intro {
  display: flex;
  margin-bottom: 60px;
  padding: 0 100px;
  gap: 100px;
}
.guide__intro h2 {
  text-align: left;
}
.guide__cta {
  text-align: center;
  padding: 30px 0;
}
@media only screen and (min-width: 1081px) {
  .s[data-mvt*="clps|"] .mod__wrp {
    display: flex;
    gap: 60px;
  }
}
.s[data-mvt*="clps|"] .mod__lft {
  flex: 0 0 35%;
  padding-left: 100px;
  box-sizing: border-box;
}
.s[data-mvt*="clps|"] .mod__lft strong {
  color: #000;
}
.s[data-mvt*="clps|"] .mod__rgt {
  flex: 0 0 65%;
  padding-right: 36px;
  box-sizing: border-box;
  padding-top: 55px;
}
/* Ensuite tu ajoutes tes styles custom */
#map {
  height: 500px;
}
/* Style du marker personnalisé */
.custom-marker {
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid black;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  border-radius: 0 !important;
}
.mod--gallery {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  .mod--gallery {
    margin-bottom: 30px;
  }
}
.mod--gallery .mod__wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mod--gallery .mod__wrp > * {
  flex: 0 0 calc(50% - 40px);
}
.mod--gallery a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  padding: 20px;
  margin-bottom: 10px;
  width: 200px;
  white-space: wrap;
  position: relative;
  transition: all 0.2s ease-in-out;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.mod--gallery a::before {
  content: "[";
  font-size: 57px;
  color: #000;
  position: absolute;
  top: -9px;
  left: -6px;
  font-weight: 200;
  font-style: normal;
}
.mod--gallery a::after {
  content: "]";
  font-size: 57px;
  color: #000;
  position: absolute;
  top: -9px;
  right: -6px;
  font-weight: 200;
  font-style: normal;
}
.mod--gallery a:hover {
  width: 230px;
}
.mod--gallery a + br {
  display: none;
}
.mod--gallery a::after,
.mod--gallery a::before {
  display: none;
}
.mod--gallery a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.mod__lft {
  height: 600px;
  overflow: hidden;
  position: relative;
}
.mod__lft::beforedpc {
  content: "";
  width: 100%;
  height: 30px;
  background: linear-gradient(to top, #0e1c2a 0%, transparent 100%);
  opacity: 0.1;
  transform: scaleY(-1);
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 2;
}
.mod__lft::afterdpc {
  content: "";
  width: 100%;
  height: 30px;
  background: linear-gradient(to top, #0e1c2a 0%, transparent 100%);
  opacity: 0.1;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
}
.mod__imgs {
  pointer-events: auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(0%);
  animation: scroll-up 120s linear infinite alternate;
}
.mod__imgs * {
  pointer-events: auto;
}
.mod__imgs .mod__imgs-col {
  flex: 0 0 calc(50% - 10px);
}
.mod__imgs img {
  border-radius: 0px;
  margin-bottom: 20px;
  cursor: zoom-in;
  width: 100%;
  height: auto;
  filter: grayscale(0%) contrast(1);
  transition: filter 0.5s ease;
}
.mod__imgs img:hover {
  filter: grayscale(100%) contrast(1.4);
}
.mod__imgs .mod__imgs-col--lft {
  position: relative;
}
body[data-doc-model="pay"] .mod__imgs {
  animation: scroll-up 120s linear infinite alternate;
}
@keyframes scroll-up {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
.mod--markdown2 {
  background-color: #e4e4e4;
  padding: 60px 0;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1081px) {
  .mod--markdown2 .mod--gallery {
    width: 50%;
  }
}
.swp-ctrl {
  text-align: center;
  margin-bottom: 40px;
}
.swp-ctrl > * {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 30px;
  border-radius: 6px;
  background-image: url("/img/ui/left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 8px;
  cursor: pointer;
}
.swp-ctrl > *:last-child {
  background-image: url("/img/ui/right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 8px;
}
.swp-ctrl > *:hover {
  box-shadow: 0px 12px 20px 4px rgba(0, 0, 0, 0.1);
}
.swp-ctrl.swp-start .swp-pvs {
  pointer-events: none;
  opacity: 0.2;
}
.swp-ctrl.swp-end .swp-nxt {
  pointer-events: none;
  opacity: 0.2;
}
.swp-ctrl.swp-off {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .swp-ctrl {
    display: none;
  }
}
.l.swp {
  overflow: hidden;
  overflow-x: auto;
}
.l.swp::-webkit-scrollbar {
  display: none;
}
.ctas {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: rotate(-90deg) translateY(-50%) translateX(50%);
  transform-origin: top right;
  margin: 0;
  z-index: 101;
  display: flex;
  justify-content: center;
}
.ctas .cta {
  display: inline-block;
  position: relative;
  background-color: #000;
  padding: 14px 28px;
  color: #fff;
  height: auto;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1em;
  font-size: 1.1em;
  box-shadow: 0px 12px 20px 4px rgba(0, 0, 0, 0.1);
  margin: 0;
}
.ctas .cta:hover {
  background-color: #1a1a1a;
}
body.app-menu-on .ctas .cta {
  background-color: rgba(255, 255, 255, 0.1);
}
.cta.cta--user {
  font-size: 1em;
  text-transform: lowercase;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  transform: rotate(90deg);
  padding: 16px 12px 5px 14px;
  font-weight: 400;
  font-style: normal;
}
.panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  right: -100%;
  width: 100%;
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  transition: all 0.2s ease-in;
  z-index: 100;
}
@media only screen and (max-width: 1080px) {
  .panel {
    font-size: 0.8em;
  }
}
.panel > * {
  flex: 0 0 50%;
}
@media only screen and (max-width: 1080px) {
  .panel .left {
    flex: 0 0 10%;
  }
  .panel .right {
    flex: 0 0 90%;
  }
}
.panel .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #fff;
}
.panel h2 {
  font-size: 4em;
  text-align: left;
  line-height: 1em;
  margin: 0;
  color: #000;
  font-weight: 600;
}
.panel a {
  margin-bottom: 20px;
}
.panel .panel-top,
.panel .panel-bottom {
  padding: 30px 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1081px) {
  .panel .panel-top,
  .panel .panel-bottom {
    padding: 60px 100px;
  }
}
.panel .panel-top {
  background-color: #e4e4e4;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.panel .panel-bottom {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.panel .panel-close {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  top: 30px;
  right: 30px;
  font-weight: 600;
}
.panel .panel-close::after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  background-image: url("/img/ui/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 2px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 1px;
}
body.panel-on {
  overflow: hidden;
}
body.panel-on .panel {
  right: 0%;
}
body.panel-on .panel .left {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  transition: all 0.2s ease-in;
  transition-delay: 0.2s;
}
.hdr .networks {
  display: flex;
  position: fixed;
  right: 5px;
  top: 50px;
  opacity: 1;
  transition: all 0.2s ease-in;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.hdr .networks span {
  margin-right: 10px;
  padding-right: 20px;
}
@media only screen and (max-width: 1080px) {
  .hdr .networks span {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .hdr .networks {
    left: 50%;
    flex-direction: row;
    top: 18px;
  }
}
.hdr .networks .network {
  margin-bottom: 10px;
}
.ftr .networks {
  display: flex;
  position: relative;
  left: -8px;
}
@media only screen and (max-width: 1080px) {
  .ftr .networks {
    text-align: center;
  }
  .ftr .networks a {
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
.network {
  display: block;
  cursor: pointer;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  margin-right: 2px;
  transition: all 0.1s ease-in;
  background-image: url("/img/ui/instagram-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 8px;
}
.network[data-network="facebook"] {
  background-image: url("/img/ui/facebook-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 8px;
}
.network[data-network="linkedin"] {
  background-image: url("/img/ui/linkedin-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 8px;
}
.network[data-network="twitter"] {
  background-image: url("/img/ui/twitter-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 7px;
}
.network[data-network="instagram"] {
  background-image: url("/img/ui/instagram-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 7px;
}
body.finder-focus .networks {
  pointer-events: none;
  opacity: 0;
}
@media only screen and (max-width: 1080px) {
  .networks {
    display: none;
  }
}
.zm {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(4px);
  top: 0;
  left: 0;
  z-index: 10100;
  display: none;
}
.zm.on {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in;
  display: block;
  cursor: zoom-out;
}
.zm[data-count="1"] .zm-ctrl {
  display: none;
}
.zm-close {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 40px;
  right: 40px;
  cursor: pointer;
  opacity: 0.4;
  background-image: url("/img/ui/close-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 6px;
  transition: all 0.2s ease-in;
  z-index: 10101;
}
.zm-close:hover {
  opacity: 1;
}
.zm-ctn {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  box-sizing: border-box;
  padding: 20px;
  background-origin: content-box;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
@media only screen and (min-width: 1081px) {
  .zm-ctn {
    padding: 100px;
  }
}
.zm-ctn.on {
  opacity: 1;
}
.zm-pvs,
.zm-nxt {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(/img/ui/zm-nxt-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
  box-sizing: border-box;
  background-origin: content-box;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10101;
  opacity: 0.4;
}
@media only screen and (max-width: 1080px) {
  .zm-pvs,
  .zm-nxt {
    bottom: 10px;
  }
}
@media only screen and (min-width: 1081px) {
  .zm-pvs,
  .zm-nxt {
    top: 50%;
  }
}
.zm-pvs:hover,
.zm-nxt:hover {
  opacity: 1;
}
.zm-pvs {
  left: 10px;
  background-image: url(/img/ui/zm-pvs-w.svg);
}
@media only screen and (min-width: 1081px) {
  .zm-pvs {
    left: 50px;
  }
}
.zm-nxt {
  right: 10px;
}
@media only screen and (min-width: 1081px) {
  .zm-nxt {
    right: 50px;
  }
}
.zmi {
  cursor: zoom-in;
}
.zm-rsm {
  position: absolute;
  color: #fff;
  font-size: 1.2em;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 40px 80px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1081px) {
  .zm-rsm {
    font-size: 1.6em;
  }
}
.me hr {
  border: 0;
  height: 1px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 1080px) {
  .me {
    display: none;
  }
}
.me-but {
  padding: 4px 8px;
  background-color: #000;
  padding-left: 50px;
  background-image: url(/img/ui/lines-white.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 16px 18px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px px rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in;
}
.me-but:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.me-avtr {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  opacity: 0.6;
  background-size: cover;
}
.me--connected .me-avtr {
  opacity: 1;
  background-color: #45b2d5;
  width: 30px;
  height: 30px;
  border: solid 2px #fff;
  top: -3px;
  right: -23px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.6em;
}
.me-menu {
  display: none;
}
.me.on .me-menu {
  display: block;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  right: 0;
  padding: 14px 0;
  min-width: 250px;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #dddddd;
}
.me.on .me-menu > li {
  list-style: none;
  padding: 10px 20px;
}
.me.on .me-menu > li:hover {
  background-color: #f7f7f7;
}
.me.on .me-menu a {
  color: #252525;
  text-decoration: none;
  text-transform: uppercase;
}
.me.on .me-menu a[href="/u/account"] {
  text-transform: none;
}
.backtop {
  width: 40px;
  height: 40px;
  box-shadow: 0px 12px 20px 4px rgba(0, 0, 0, 0.1);
  background-color: #000;
  position: fixed;
  right: -40px;
  transition: all 0.2s ease-in;
  top: 131px;
  background-image: url("/img/ui/top-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 8px;
  z-index: 22;
  cursor: pointer;
}
.backtop:hover {
  background-color: #000;
}
body[data-scroll-step="1"] .backtop {
  right: 0px;
}
@media only screen and (max-width: 1080px) {
  .backtop {
    display: none;
  }
}
.file__div {
  display: none;
}
.file--div .file__div {
  display: block;
}
.file--div .file__img {
  display: none;
}
.file--img img {
  width: 100%;
  display: block;
  height: auto;
}
.file__icon,
.file--icon {
  margin: 0 45px;
  font-size: 3em;
}
.fa-file-zipper {
  font-size: 0;
}
.fa-file-zipper::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(/img/ui/download-zip.svg);
}
.list {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1081px) {
  .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
h2 {
  text-align: center;
}
.m {
  z-index: 1;
}
.list-item {
  background-color: #000;
  position: relative;
  overflow: hidden;
  flex: 0 0 23%;
  margin-right: 2%;
  margin-bottom: 2%;
  cursor: pointer;
}
.list-item .file__img {
  display: none;
}
.list-item .file__div {
  display: block;
  aspect-ratio: 1;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
}
.list-item:hover .file__div {
  opacity: 1;
}
.list-item--pay .list-item__infos {
  transition: transform 0.4s ease-in-out;
}
.list-item--pay .list-item__infos .btn {
  opacity: 0;
}
.list-item--pay:hover .list-item__surface {
  opacity: 0;
}
.list-item--pay:hover .list-item__infos {
  transform: translateY(-20%);
}
.list-item--pay:hover .list-item__infos .btn {
  opacity: 1;
}
.list-item--pay:hover .list-item__title {
  opacity: 1!important;
  transform: translateY(60%);
}
.list-item--pay:hover .list-item__sticker {
  opacity: 0;
}
.list-item__infos {
  z-index: 2;
  position: absolute;
  padding: 40px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  text-align: center;
  width: 100%;
  height: 100%;
}
.list-item__infos {
  bottom: -100px;
}
.list-item--project .list-item__infos {
  bottom: 0px;
}
.list-item--project .list-item__infos a {
  opacity: 0;
}
.list-item--project .list-item__infos .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}
.list-item--project:hover a {
  opacity: 1;
}
.list-item--project:hover .list-item__sticker {
  opacity: 0;
}
.list-item__surface {
  font-size: 1.8em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 70px;
}
@media only screen and (min-width: 1400px) {
  .list-item__surface {
    font-size: 2.2em;
  }
}
.list-item:hover .list-item__title {
  opacity: 0;
}
.list-item__resume {
  margin-bottom: 30px;
  color: #fff;
  font-size: 0.9em;
  overflow: hidden;
}
.list-item__top {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.list-item__sector {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 1em;
}
.list-item__transaction-type {
  background-color: #fff;
  color: #000;
  font-size: 0.8em;
}
.list-item__resume {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.list-item__title {
  color: #fff;
  margin-bottom: 60px;
  margin-top: 30px;
  padding: 0 30px;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1em;
}
.l__bottom {
  text-align: center;
}
.list-item__sticker {
  position: absolute;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 6px 60px;
  text-align: center;
  transform: rotate(-45deg);
  z-index: 4;
  right: -68px;
  bottom: 37px;
  width: 120px;
}
.list-item--rent .list-item__sticker {
  background-color: #fff;
  color: #000;
}
.md-html p,
.md-html h1,
.md-html h2,
.md-html h3,
.md-html h4,
.md-html h5,
.md-html ul,
.md-html li {
  font-family: "Poppins", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 1080px) {
  .md-html h2,
  .md-html h3,
  .md-html h4 {
    text-align: center;
  }
}
.md-html > p > a:not(.a--xs) {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-size: 1em;
  padding: 20px;
  margin-bottom: 10px;
  width: 200px;
  white-space: wrap;
  position: relative;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.md-html > p > a:not(.a--xs)::before {
  content: "[";
  font-size: 57px;
  color: #000;
  position: absolute;
  top: -9px;
  left: -6px;
  font-weight: 200;
  font-style: normal;
}
.md-html > p > a:not(.a--xs)::after {
  content: "]";
  font-size: 57px;
  color: #000;
  position: absolute;
  top: -9px;
  right: -6px;
  font-weight: 200;
  font-style: normal;
}
.md-html > p > a:not(.a--xs):hover {
  width: 230px;
}
.md-html > p > a:not(.a--xs) + br {
  display: none;
}
.md-html > blockquoteDPC {
  margin: 0;
}
.md-html > blockquoteDPC > a {
  margin: 40px 0;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-size: 1em;
  padding: 20px;
  margin-bottom: 10px;
  white-space: wrap;
  position: relative;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none !important;
  width: 200px;
  font-size: 1.5em;
}
.md-html > blockquoteDPC > a::before {
  content: "[";
  font-size: 57px;
  color: #000;
  position: absolute;
  top: -9px;
  left: -6px;
  font-weight: 200;
  font-style: normal;
}
.md-html > blockquoteDPC > a::after {
  content: "]";
  font-size: 57px;
  color: #000;
  position: absolute;
  top: -9px;
  right: -6px;
  font-weight: 200;
  font-style: normal;
}
.md-html > blockquoteDPC > a:hover {
  width: 230px;
}
.md-html > blockquoteDPC > a + br {
  display: none;
}
.md-html > blockquoteDPC > a:hover {
  width: 260px;
}
.md-html > blockquoteDPC > a::before,
.md-html > blockquoteDPC > a::after {
  font-size: 90px;
}
.md-html > h3 > h2 {
  line-height: 1em;
  margin-bottom: 1em;
}
.md-html p {
  text-align: justify;
}
@media only screen and (max-width: 1080px) {
  .md-html p {
    text-align: center;
  }
}
.md-html ul > li {
  margin-bottom: 6px;
}
.clp {
  cursor: pointer;
}
.clp h3 {
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-weight: 400;
  font-style: normal;
  padding: 8px 0px;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
}
.clp h3::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  left: 0px;
  position: relative;
  background-color: transparent;
  border-radius: 30px;
  background-image: url("/img/ui/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  background-origin: content-box;
  padding: 6px;
  transition: all 0.2s ease-in-out;
}
.clp h3:hover::after {
  left: 6px;
}
.clp.on h3 {
  margin-bottom: 0;
  font-weight: 600;
}
.clp.on h3::after {
  transform: rotate(90deg);
}
.clp .clp-ctn {
  margin-top: 0;
}
.clp ul {
  list-style: none;
  padding-left: 10px;
}
.clp ul > li {
  margin-bottom: 6px;
}
.clp ul > li::before {
  content: "- ";
}
.gui__switch {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  padding: 6px 12px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
#geo {
  margin-top: 30px;
  height: 500px;
  min-height: 300px;
  flex: 1 1 auto;
  /* si dans un flex container */
  border-radius: 0px;
  z-index: 0;
  /* Style carré pour les popups */
}
#geo .custom-marker {
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid black;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
#geo .leaflet-popup-content-wrapper,
#geo .leaflet-popup-tip {
  border-radius: 0 !important;
}
body.app-menu-on #geo {
  display: none;
}
.leaflet-popup-content a {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  color: #000 !important;
  text-decoration: none;
  font-weight: 600;
}
.leaflet-popup-content a .geo-img {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  display: block;
}
#geo3d {
  margin-bottom: 30px;
}
#geo3d:last-child {
  margin-bottom: 0px;
}
body.app-menu-on #geo3d {
  display: none;
}
.app-burger {
  width: 60px;
  height: 38px;
  border: solid 1px #fff;
  border-radius: 6px;
  cursor: pointer;
  z-index: 100;
  padding: 14px;
  padding-bottom: 1px;
  box-sizing: border-box;
  transition: all 0.4s ease-in;
  position: fixed;
  top: 16px;
  right: 10px;
}
@media only screen and (min-width: 1081px) {
  .app-burger {
    display: none;
  }
}
.app-burger-i {
  height: 2px;
  width: 30px;
  background-color: #fff;
  margin-bottom: 3px;
  position: relative;
  transition: all 0.2s ease-in;
  opacity: 1;
}
body.app-menu-on {
  overflow: hidden;
}
body.app-menu-on .app-burger {
  border: solid 1px #000;
}
body.app-menu-on .app-burger-i {
  background-color: #fff;
}
.app-logo {
  position: relative;
  top: 0px;
  transition: all 0.2s ease-in-out;
}
body.app-menu-on .app-burger-i:nth-child(1) {
  transform: rotate(45deg);
  top: 4px;
}
body.app-menu-on .app-burger-i:nth-child(2) {
  top: -2px;
  transform: rotate(-45deg);
}
body.app-menu-on .app-burger-i:nth-child(3) {
  top: -5px;
  transform: rotate(-45deg);
}
body.app-menu-on .app-logo {
  top: -200px;
}
@media only screen and (max-width: 1080px) {
  .for-d {
    display: none !important;
  }
}
@media only screen and (min-width: 1081px) {
  .for-m {
    display: none !important;
  }
}
@media only screen and (min-width: 1081px) {
  .flex {
    display: flex;
    gap: 30px;
  }
  .flex > * {
    flex: 1;
  }
}
@media only screen and (max-width: 1080px) {
  .flex > * {
    margin-bottom: 30px;
  }
}
.flex--center {
  align-items: center;
}
.flex--column {
  display: flex;
  flex-direction: column;
}
.text--left {
  text-align: left;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
.pb--20 {
  padding-bottom: 20px;
}
.loop {
  overflow: hidden;
  position: relative;
  display: flex;
}
.loop--x {
  height: 100px;
  /* adapte à tes besoins */
  flex-direction: row;
}
.loop--y {
  height: 500px;
  flex-direction: column;
}
@media only screen and (min-width: 1081px) {
  .doc__rgt .loop--y,
  .doc__lft .loop--y {
    height: 100%;
  }
}
.loop__wrp {
  display: flex;
}
.loop--x .loop__wrp {
  flex-direction: row;
}
.loop--y .loop__wrp {
  flex-direction: column;
}
.loop img {
  margin-bottom: 20px;
  cursor: zoom-in;
  width: 100%;
  height: auto;
  filter: grayscale(0%) contrast(1);
  transition: filter 0.5s ease;
}
.loop img:hover {
  filter: grayscale(100%) contrast(1.4);
}
.loop--gradient::before {
  content: "";
  width: 100%;
  height: 30px;
  background: linear-gradient(to top, #0e1c2a 0%, transparent 100%);
  opacity: 0.3;
  transform: scaleY(-1);
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.loop--gradient::after {
  content: "";
  width: 100%;
  height: 30px;
  background: linear-gradient(to top, #0e1c2a 0%, transparent 100%);
  opacity: 0.3;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.loop--logos {
  display: flex;
  position: absolute;
  left: 0;
  height: 120px;
  will-change: transform;
}
.loop--logos {
  display: flex;
  align-items: center;
  width: 100%;
}
.loop--logos .file {
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
@media only screen and (min-width: 1081px) {
  .loop--logos .file {
    margin-right: 100px;
  }
}
.loop--logos .file .file__img {
  display: none;
  height: 50px;
  transition: all 0.2s ease-in-out;
  width: auto;
  filter: grayscale(1);
}
.loop--logos .file .file__img:hover {
  opacity: 1;
  filter: grayscale(0);
}
.loop--logos .file .file__div {
  display: block;
  width: 100px;
  height: 60px;
  background-size: contain !important;
  padding: 10px;
  background-origin: content-box;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(1);
}
.loop--logos .file .file__div:hover {
  opacity: 1;
  filter: grayscale(0);
}
.loop--cols .loop__wrp {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 30px;
}
.loop--cols .loop__wrp > * {
  flex: 1 1 50%;
}
