/*STYLE CSS*/

/* ? Import de fichiers CSS*/
@import "minireset.css";
@import "cs-base.css";

/* @font-face {
  font-family: "alright";
  font-weight: 400;
  src: url("public/fonts/MilkandBalls Regular.woff"),
    url("public/fonts/MilkandBalls Regular.woff2");
} */

@font-face {
  font-family: "alright";
  font-weight: 300;
  src: url("../fonts/Alright Sans Light.woff"),
    url("../fonts/Alright Sans Light.woff2");
}
@font-face {
  font-family: "alright";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/alright-light-ita.woff"),
    url("../fonts/alright-light-ita.woff2");
}

@font-face {
  font-family: "alright";
  font-weight: 600;
  src: url("../fonts/AlrightSansMedium.woff"),
    url("../fonts/AlrightSansMedium.woff2");
}
@font-face {
  font-family: "alright";
  font-weight: 700;
  src: url("../fonts/alright-bold.woff"),
    url("../fonts/alright-bold.woff2");
}

/* @font-face {
  font-family: "alright";
  font-weight: 700;
  src: url("public/fonts/MilkandBalls Bold.woff"),
    url("public/fonts/MilkandBalls Bold.woff2");
} */

/* ? TEMPLATE variables */
:root {
  /*=COLORS*/

  --d-gray: #101415;
  --beige: #a77544;
  --lter-gray: #f1f1f1;
  --black: #000000;
  --brown: #5a4545;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

html,
body {
  overflow-x: hidden;
}
html {
  font-family: "alright", sans-serif;
  font-size: clamp(0.813rem, 0.438rem + 0.469vi, 1rem);
}


html {
  font-family: "alright", sans-serif;
  font-size: clamp(0.813rem, 0.438rem + 0.469vi, 1rem);
}

.masquer {
  display: none !important;
}

.margin-2-t5 {
  margin-top: 2vw !important;
}

.li-plus-inf {
  margin-top: 0.50vw;
}

@media screen and (max-width: 1025px) {
  html {
    font-size: 15px;
  }

  .margin-2-t5 {
    margin-top: 5vw !important;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }
}
a {
  color: black;
  text-decoration: none;
}

/**COLORS*/
.d-gray {
  color: var(--d-gray);
}
.bg-d-gray {
  background-color: var(--d-gray);
}
.bg-blur-d-gray {
  background-color: rgba(16, 20, 21, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.black {
  color: black;
}
.bg-black {
  background-color: black;
}
.lter-gray {
  color: var(--lter-gray);
}
.bg-lter-gray {
  background-color: var(--lter-gray);
}
@media screen and (max-width: 1025px) {
  .bg-lter-gray-m {
    background-color: var(--lter-gray);
  }
  .bg-d-gray-m {
    background-color: var(--d-gray);
  }
  .bg-white-m {
    background-color: white;
  }
  .bg-black-m {
    background-color: black;
  }
}
.bg-brown {
  background-color: var(--brown);
}
.beige {
  color: var(--beige);
}
.bg-beige {
  background-color: var(--beige);
}
.bg-op-beige {
  background-color: rgba(167, 117, 68, 0.8);
}
.white {
  color: white;
}
.bg-white {
  background-color: white;
}
.full-section {
  display: flex;
}

.gray-block:before {
  content: "";
  background-color: var(--lter-gray);
  width: 80%;
  right: 3.75rem;
  bottom: 0;
  height: 50%;
  display: block;
  position: absolute;
}

.df-section {
  display: flex;
  padding: 3.75rem;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.simple-section {
  padding: 3.75rem;
}
.simple-section-s {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
@media screen and (max-width: 1025px) {
  .simple-section {
    padding: 30px;
  }
  .simple-section-s {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.half-lter-gray {
  position: relative;
}

.half-lter-gray:before {
  content: "";
  display: block;
  background-color: var(--lter-gray);
  position: absolute;
  top: 0;
  left: 0;
  border-left: 3.75rem solid white;
  border-right: 3.75rem solid white;
  height: 50%;
  width: 100%;
}

.df-section-s {
  display: flex;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.df-section-sp {
  display: flex;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  padding-bottom: 3.75rem;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.pr-df {
  padding-right: 3.75rem;
}

@media screen and (max-width: 1025px) {
  .df-section {
    flex-wrap: wrap;
    padding: 30px;
  }

  .df-section-s {
    flex-wrap: wrap;
    padding-left: 25px;
    padding-right: 25px;
  }
  .df-section-sp {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .pr-df {
    padding-right: 3.75rem;
  }
}

@media screen and (max-width: 1025px) {
  .arche-section {
    padding-top: 40px;
    position: relative;
  }
}

.arche-section {
  position: relative;
}

.arche-section:before {
  content: "";
  position: absolute;
  display: block;
  width: 90%;
  height: 78%;
  bottom: 0;
  left: 10%;
  background-color: #101415;
}
.arche-wrapper img {
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.arche_txt-content {
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.arche_txt-content p {
  width: 66%;
}
@media screen and (max-width: 1025px) {
  .arche_txt-content p {
    width: 100%;
  }
}
.df-ptb {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.cs-ball-wrapper {
}
.cs-ball {
  margin-bottom: -25%;
  z-index: 15;
}

@media screen and (max-width: 1025px) {
  .cs-ball {
    margin-bottom: 0%;
    z-index: 15;
  }
}
.ball {
  position: relative;
}
.ball:before {
  position: absolute;
  left: 0;
  height: 0;
  display: block;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
}
/** ELEMENTS CUSTOM SIZES */
.w-91 {
  width: 91.11%;
}
.w-74 {
  width: 74%;
}
.w-57 {
  width: 56.888%;
}
.w-58pc {
  width: 57.66%;
}
.w-55pc {
  width: 55%;
}
.w-42pc {
  width: 42%;
}

.w-50pc {
  width: 50%;
}
.w-43 {
  width: 43.112%;
}
.w-22pc {
  width: 22%;
}

.w-27 {
  width: 27%;
}
.w-39 {
  width: 39.4%;
}
.zi-5 {
  z-index: 5;
}
.go-top-10pc {
  margin-top: -10%;
}
.w-39pc {
  width: 39.4%;
}
.w-61pc {
  width: 60.6%;
}
.w-66pc {
  width: 66%;
}
.w-86pc {
  width: 86%;
}
.w-586p {
  width: 100%; /*586px;*/
  max-width: 100%;
  position: relative;
}
/**BLOCKS*/
.block-90 {
  padding: 5.625rem;
}
.block-150 {
  padding: 9.375rem;
}
.block-50 {
  padding: 3.125rem;
}
.block-100 {
  padding: 6.25rem;
}

.block-216 {
  padding: 13.5rem;
}
@media screen and (max-width: 1025px) {
  .w-91 {
    width: 100%;
  }
  .w-74 {
    width: 100%;
  }
  .w-57 {
    wwidth: 100%;
  }
  .w-58pc {
    width: 100%;
  }
  .w-55pc {
    width: 100%;
  }
  .w-42pc {
    width: 100%;
  }

  .w-50pc {
    width: 100%;
  }
  .w-43 {
    width: 100%;
  }
  .w-22pc {
    width: 100%;
  }

  .w-27 {
    width: 100%;
  }
  .w-39 {
    width: 100%;
  }
  .zi-5 {
    z-index: 5;
  }
  .go-top-10pc {
    margin-top: 0%;
  }
  .w-39pc {
    width: 100%;
  }
  .w-61pc {
    width: 100%;
  }
  .w-66pc {
    width: 100%;
  }
  .w-86pc {
    width: 86%;
  }
  .w-586p {
    width: 100%;
    max-width: 100%;
  }

  .block-90 {
    padding: 20px 0;
    width: 100%;
  }
  .block-150 {
    padding: 20px 0;
    width: 100%;
  }
  .block-50 {
    padding: 20px 0;
    width: 100%;
  }
  .block-100 {
    padding: 20px 0;
    width: 100%;
  }

  .block-216 {
    padding: 20px 0;
    width: 100%;
    margin-top: -1px;
  }

  .block-216 h2 {
    text-align: center;
  }

  .block-216 p {
    text-align: center;
  }

  .block-100 .w-86pc {
    width: 100%;
  }
}
.logo-main {
  width: 68px;
  max-width: 100%;
}

.header-home-wrapper .main-nav {
  margin-left: 0;
  padding-left: 0;
  color: white;
  padding-top: 10px;
}
.header-home-wrapper .main-nav a {
  color: white;
}

#main-nav .main-nav_li__a{
color: #000000;
padding: 8px 12px;
transition: all 0.2s;
}

#home-main-nav .main-nav_li__a{
  color: #ffffff;
padding: 8px 12px;
transition: all 0.2s;
}

#home-main-nav .main-nav_li__a:hover{
  background-color: rgba(167, 117, 68, 0.5);
}

#main-nav .main-nav_li__a:hover{
  background-color: rgba(167, 117, 68, 0.5);
}


#main-nav .main-nav_li__a.active{
  background-color: var(--beige);
  color: white;
}

.ul-nav-wrapper {
  list-style: none;
  display: flex;
  align-items: center;
}
.main-nav {
  list-style: none;
  display: flex;
  text-transform: uppercase;
  gap: 1rem;
  margin: 0 0 0 0;
  font-size: 14px;
}

@media screen and (max-width : 1025px){
  .logo-main-offcanvas {
border-bottom: 1px solid var(--beige);
padding-bottom: 1rem;
width: 100%;
  }
  .logo-main-offcanvas img{
    max-width: 90px;
  }
  .main-nav{
    flex-direction: column;
  flex-wrap: nowrap;
  padding-left: 0;
  padding-top: 2rem;
  gap: 2rem;
  }
}
.nav-wrapper {
  width: 100%;
  justify-content: flex-start;
  padding: 10px 0;
}
.w-230 {
  width: 230px;
}
.eiffel-bg {
  position: relative;
}
.eiffel-text {
  position: absolute;
  top: 20%;
  left: 23%;
  width: 38%;
}
.eiffel-text_part {
  position: absolute;
  top: 20%;
  left: 8%;
}

.img-palier-exte {
  height: 34vw !important;
}

@media screen and (max-width: 1025px) {
  .eiffel-text_part {
    display: none;
  }
  .eiffel-bg {
    flex-direction: column-reverse;
    display: flex;
  }

  #bg-unevue {
    width: 125%;
    max-width: 125%;
  }

  #bloc-magni {
    margin-bottom: 5vw;
  }

  .img-palier-exte {
    height: 63vw !important;
  }

  #origine-rue {
    padding-top: 0;
  }

  .pad-b-30 {
    padding-bottom: 7vw;
  }

  .div-plan {
    background-color: transparent;
    margin-top: -50vw;
  }

  .div-txt-plan {
    background-color: white;
    padding: 7vw 7vw 50vw 7vw;
  }

  .eiffel-text {
    position: relative;
    width: 100%;
    left: 0;
    padding: 30px;
    text-align: center;
  }
}
/** MAIN FONTS CLASSES */
.df-title {
  font-size: 1.875rem;
  line-height: 1.266em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1025px) {
  .df-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5vw;
  }

  .df-title-smaller-m {
    font-size: 20px;
  }
}

.df-title-no {
  font-size: 1.875rem;
  line-height: 1.266em;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 1025px) {
  .df-title-no {
    font-size: 25px;
  }
}
.bold-title {
  font-size: 1.5625rem;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
.light-title {
  font-size: 1.25rem;
  line-height: 2.25em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1;
}
.light-title-2 {
  font-size: 1.5625rem;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 8px;
}
@media screen and (max-width: 1025px) {
  .bold-title {
    font-size: 18px;
  }
  .light-title-2 {
    margin-bottom: 1rem;
    margin-top: 0;
    font-size: 16px;
  }
}
.df-p {
  font-size: 1.125rem;
  line-height: 1.388em;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 1025px) {
  .df-p {
    font-size: 14px;
  }
}

.df-p-2 {
  font-size: 1.125rem;
  line-height: 1.388em;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.p-reg {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4375em;
}

.df-cta {
  font-size: 1.125rem;
  border: 0px;
  text-transform: uppercase;
  line-height: 1.166em;
  position: relative;
  padding-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 0.07rem;
}

.alt-cta {
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.5em;
  position: relative;
  padding-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 0.5;
}
.alt-cta:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: var(--beige);
}

.bigger-cta {
  font-size: 1.875rem;
  text-transform: uppercase;
  line-height: 1.1em;
  position: relative;
  padding-bottom: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.5;
}
.bigger-cta:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: var(--beige);
}
.big-cta {
  font-size: 1.5625rem;
  text-transform: uppercase;
  line-height: 1em;
  position: relative;
  padding-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 0.5;
  border: 0px;
  cursor: pointer;
}
.big-cta:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: var(--beige);
}

.alt-cta-b,
.alt-cta-c {
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.5em;
  position: relative;
  padding-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 0.5;
}
.alt-cta-b:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: white;
}
.alt-cta-b sub {
  position: relative;
  top: -0.2vw;
  font-size: 1em;
  padding-left: 0.1vw;
}
@media screen and (max-width: 1025px) {
  .alt-cta-b {
    font-size: 20px;
  }
  .df-cta-2-lines {
    padding-bottom: 2.5rem;
  }
}
.alt-cta-c:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: black;
}

.cta-list {
  display: flex;
  gap: 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1025px) {
  .cta-list {
    align-items: center;
    flex-direction: column;
  }
}
.df-cta:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: var(--beige);
}

.df-footer {
  padding-top: 5rem;
}
.footer-main {
  justify-content: space-between;
  width: 100%;
  align-items: end;
}

.footer-main-t {
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

.footer-main-t > div {
  width: 100%;
}
.footer-main > div {
  width: 33.33%;
}
.footer-logo {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
}
/*LOGO PASSY FOOTER**/
.footer-logo-a {
  width: 8.4%;
  max-width: 80%;
  margin: 0 auto -1.75% auto;
}
@media screen and (max-width: 1025px) {
  .footer-logo-a {
    width: 110px;
    margin: 0 auto -24px auto;
  }
}
.df-mini-list {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  margin: 0;
  gap: 1.25rem;
}
.df-mini-list li {
  position: relative;
}
.df-mini-list li::before {
  content: "-";
  left: -0.6rem;
  position: relative;
}

.df-mini-list li:first-child::before {
  content: "";
  left: -0.6rem;
  position: relative;
}
.df-mini-list a {
  text-decoration: underline;
}

.df-icon-list {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  align-items: end;
}
@media screen and (max-width: 1025px) {
  .df-mini-list {
    flex-direction: column;
    text-align: center;
    text-align: center;
    padding-bottom: 2rem;
  }
  .df-icon-list {
    justify-content: center;
  }
  .df-mini-list li:before {
    display: none;
  }
}
/**GRIDS*/
.square-blocks-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3.75rem;
  margin-top: 2.25rem;
}
@media screen and (max-width: 1025px) {
  .square-blocks-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 2.25rem;
  }
}
.square-block {
  height: 1px;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}

.square-block {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.square-block_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.square-block-1 {
  background-image: url(../images/AdobeStock_519989167_Preview.jpg);
}
.square-block-2 {
  background-image: url(../images/Groupe\ de\ masques\ 26.jpg);
}
.square-block-3 {
  background-image: url(../images/Groupe\ de\ masques\ 27.jpg);
}

.square-block-4 {
  background-image: url(../images/Groupe\ de\ masques\ 28.jpg);
}

/** CUSTOM BLOCKS (for specific margins, paddings and other things) */

.landing-frame {
  width: 100%;
  height: 100vh;
  background-image: url(../images/ogic-header-desktop-0326.jpg);
  display: flex;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.landing-frame_logo {
  max-width: 145px;
  width: 100%;
}
.landing-frame_content {
  padding: 3.75rem;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

@media screen and (max-width: 1025px) {
  .landing-frame {
    background-image: url(../images/ogic-header-mob-0326.jpg);
    background-position: right bottom;
  }
  .landing-frame_content {
    padding: 30px 5px;
    background-color: rgba(0, 0, 0, 0);
  }
  .landing-frame_logo {
    max-width: 120px;
    width: 100%;
    margin-top: -40vw;
  }
}


.header-fixed-wrapper{
  position: fixed;
  background-color: white;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 444;
}

.df-header-wrapper {
  padding: 8.5rem 3.75rem 0 3.75rem;
}
.header-home-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 333;
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .df-header-wrapper {
    padding: 30px 0 0 0;
  }
}
.df-header {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 38vw;
}
.df-header_content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  display: flex;
  min-height: 38vw;
}
.df-header_content-b {
  width: 100%;
  display: flex;
  min-height: 38vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  flex-wrap: nowrap;
}
.min-h-38{
  min-height: 38vw;
}
.df-header_content-c {
  min-height: 38vw;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  height: 100%;
  flex-wrap: nowrap;
}
.biens-header-list {
  margin-top: 2rem;
  display: flex;
  gap: 3.75rem;
}

.biens-header-list span {
  cursor: pointer;
}

.rgpd-correc {
  font-size: 12px;
}

.form-border-before.df-field {
  padding-right: 10px;
  margin-bottom: 0;
  margin-top: 0;
}
.form-border-after.df-field {
  border-left: 1px solid white;
  padding-left: 9px;
  margin-bottom: 0;
}
@media screen and (max-width : 1025px){
  .min-h-38{
    min-height: initial;
  }
}
.form-border-after.df-field .radio-group,
.form-border-before.df-field .radio-group,
.form-border-after input[type="text"],
.form-border-after input[type="email"],
.form-border-after input[type="tel"],
.form-border-before input[type="text"],
.form-border-before input[type="email"],
.form-border-before input[type="tel"],
.form-border-after select,
.form-border-before select {
  margin-bottom: 0;
}

@media screen and (max-width: 1025px) {
  .form-border-after.df-field .radio-group,
  .form-border-before.df-field .radio-group,
  .form-border-after input[type="text"],
  .form-border-after input[type="email"],
  .form-border-after input[type="tel"],
  .form-border-before input[type="text"],
  .form-border-before input[type="email"],
  .form-border-before input[type="tel"],
  .form-border-after select,
  .form-border-before select {
    margin-bottom: 15px;
  }

  .form-border-beofre.df-field {
    padding-right: 0;
  }
  .form-border-after.df-field {
    padding-left: 0;
    border-left: 0px;
  }
}

.link-optin {
  text-decoration: underline;
}


@media screen and (max-width: 1600px) {
  .df-header_content-c {
    width: 60%;
  }
}

@media screen and (max-width: 1300px) {
  .df-header_content-c {
    width: 80%;
  }
}

@media screen and (max-width: 1025px) {
  .df-header_content-c {
    background-color: black;
    width: 100%;
    padding: 60px 30px;
  }

  .df-header_content-b {
    padding: 60px;
    background-color: rgba(0, 0, 0, 0);
  }
  .biens-header-list {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.header-title {
  display: none;
}
@media screen and (max-width: 1025px) {
  .header-title {
    display: block;
    margin-top: 8rem;
    margin-bottom: 0;
    font-size: 25px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 700;
    text-align: center;
  }

  .arche_txt-content {
    margin-top: -1px;
  }

  .cta_after::after {
    position: relative;
    width: 75%;
    margin: 0 auto;
    margin-top: 1rem;
  }
}

.p-df {
  padding: 3.75rem;
}
.bg-header-1 {
  background-image: url(../images/ogic-header-desktop-0326.jpg);
  background-position: top center;
}
@media screen and (max-width: 1025px) {
  .p-df {
    padding: 30px;
  }
  .df-header {
    min-height: 122vw;
    height: auto;
  }
  .df-header_content {
    background-color: rgba(0, 0, 0, 0);
  }

  .bg-header-1 {
    background-image: url(../images/ogic-header-mob-0326.jpg);
    background-position: center bottom;
  }
}
.bg-header-2 {
  background-image: url(../images/pers2-appart.jpg);
}

.bg-header-3 {
  background-image: url(../images/all.jpg);
}

.cs-block-40 {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
}

.cs-contact-block{
  /*border-left: 10rem solid var(--brown);*/
  background: url(../images/bv-bg.jpg);
  background-position: left bottom;
  background-size: 15%;
  background-repeat: no-repeat;
  padding-left: 55%;
  
}
@media screen and (max-width : 1280px){
  .cs-contact-block{
    border-left: 0 solid var(--brown);
    padding-left: 45%;
    background: none;
  }
  .cs-ball{
    width: 40%;
  }
}
@media screen and (max-width: 1025px) {
  .cs-block-40 {
    padding: 40px 30px;
    height: auto;
  }
  .bg-header-2 {
    background-image: url(../images/bg-appart-mobile-2.jpg);
  }
  .df-header.apt-header {
    height: 168vw;
  }
  .bg-header-3 {
    background-image: url(../images/biens-r.jpg);
  }
  .bg-header-3.bg-header-3-m {
    background-image: url(../images/bg-contact.jpg);
    background-size: 100%;
    background-position: top center;
    padding-top: 42%;
  }
}

.cs-block-1 {
  margin-top: 3.75rem;
  margin-bottom: 2.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.125rem;
}
@media screen and (max-width: 1025px) {
  .cs-block-1-wrapper{

    padding: 0 30px;
    overflow: hidden;
  }
  .cs-block-1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cs-block-1 .grid-el .img-wrapper {
  margin-bottom: 2.5rem;
}

.df-card {
  padding: 4.375rem;
  width: 41%;
}
@media screen and (max-width: 1025px) {
  .df-card {
    width: 100%;
    padding: 60px 30px 60px;
    position: initial;
    text-align: center;
  }
}

.alt-card {
  padding: 6.25rem;
  width: 43%;
}
@media screen and (max-width: 1025px) {
  .alt-card {
    padding: 40px 40px 20px;
    width: 100%;
    position: initial;
    text-align: center;
  }
}
.top-right {
  top: 3rem;
  right: 3rem;
}

.bottom-left {
  bottom: 3rem;
  left: 3rem;
}

.top-left {
  top: 3rem;
  left: 3rem;
}
.top-left-2 {
  top: 5.625rem;
  left: 5rem;
}
.presta-cards-wrapper {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.25rem;
}
.presta-card {
  padding: 2.5rem 3.125rem 5rem 3.125rem;
}
.alt-presta-card-m {
  min-width: 400px;
}
@media screen and (max-width: 1025px) {
  .alt-presta-card-m {
    position: relative;
    min-width: initial;
    top: 0;
    left: 0;
    padding: 30px;
  }
}
.presta-card_title {
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.166em;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.5;
  text-align: left;
}
.presta-card_title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: var(--beige);
}

.presta-card_list {
  list-style-position: inside;
  padding-left: 0;
  margin: 0 0 0 0;
  font-size: 1.125rem;
  list-style-type: none;
}
.presta-card_list__li {
  margin-bottom: 12px;
  text-align: left;
  padding-left: 18px;
  position: relative;
}
.presta-card_list__li:before {
  content: "";
  display: block;
  top: 10px;
  width: 5px;
  position: absolute;
  height: 5px;
  left: 0;
  background-color: #000000;
  border-radius: 50%;
}

.rect-block {
  width: 100%;
  position: relative;
  height: 1px;
  overflow: hidden;
  padding-bottom: 100%;
}
.bg-cta-block-1 {
  background-image: url(../images/app-beige.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  max-height: -webkit-fill-available;
}
.rect-block_content {
  background-color: rgba(167, 117, 68, 0.8);
  height: 100%;
  width: 100%;
  padding: 2.5rem 2.5rem 5rem 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
}
.collection-block {
  color: white;
  width: 100%;
  max-width: 1400px;
  position: relative;
  background-image: url(../images/Ellipse\ 10.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

.collection-block_content {
  position: relative;
  z-index: 4;
  width: 80%;
  padding: 3.75rem 3.75rem 5rem 3.75rem;
}
@media screen and (max-width: 1025px) {
  .collection-block {
    background-color: transparent;
    width: 100%;
    background-image: url(../images/ball-r.svg);
  }
  .collection-block_content {
    background-color: transparent;
    position: relative;
    z-index: 4;

    padding: 80px 30px 60px;
  }

  .collection-block_content {
    width: 100%;
  }
  .half-lter-gray:before {
    display: none;
  }

  .collection-block::after {
    content: "";
    background-color: var(--d-gray);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 64%;
    display: block;
  }
}

@media screen and (max-width: 1025px) {
  .collection-block {
    background-color: transparent;
    width: 100%;
    background-size: 150%;
    background-position: center 0;
    background-image: url(../images/ball-r.svg);
  }
  .collection-block::after {
    height: 68%;
  }
}
@media screen and (max-width: 840px) {
  .collection-block {
    background-size: 110%;
  }

  .collection-block::after {
    height: 72%;
  }
}
.infos-table {
  margin-bottom: 2rem;
}
.infos-table_row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 1px solid var(--beige);
}
.infos-table_row:last-child {
  border-bottom: 0;
}
.infos-table_row__title {
  width: 30%;
  font-weight: 700;
}
.infos-table_row__content {
  width: 35%;
}

@media screen and (max-width: 769px) {
  .infos-table_row {
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    gap: 0;
  }
  .infos-table_row__title {
    padding-right: 15px;
    border-right: 1px solid white;
    width: 25%;
  }
  .infos-table_row__content:nth-child(2) {
    width: 75%;
    padding-left: 30px;
    text-align: left;
  }
  .infos-table_row__content:nth-child(3) {
    padding-top: 3px;
    width: 100%;
    text-align: center;
  }
}

/**FORM STYLES*/
.smaller-field {
  width: 20%;
}
.med-field {
  width: 40%;
}
.half-field {
  width: 50%;
}
.full-field {
  width: 100%;
}
.small-field {
  width: 25%;
}
.df-field {
  padding: 0 4px;
}
form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
}

label {
  margin-bottom: 10px;
  font-weight: bold;
  color: white;

  font-size: 1rem;
  margin-bottom: 0;
}
.df-label {
  margin-top: 0;
}

.radios-buttons-wrapper {
  text-align: center;
  display: grid;
  justify-content: center;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  font-size: 15px;
}
.radios-buttons-wrapper label {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
.typo-buttons-wrapper {
  font-size: 12px;
  text-align: center;
  display: grid;
  justify-content: center;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.typo-buttons-wrapper label {
  font-size: 12px;
  padding: 9.5px 12px !important;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  padding: 10px;
  margin-bottom: 15px !important; 
  border: 1px solid #ccc !important;
  width: 100%;
}
select {
  padding: 9px 10px;
  height: 37px;
  margin-bottom: 15px !important; 
  border: 1px solid #ccc !important;
  width: 100%;
}

.radio-group,
.checkbox-group {
  margin-bottom: 15px;
}

.radio-group .mab_checkbox label {
  width: 100%;
  height: 100%;
}

.radio-group label,
.checkbox-group label {
  display: inline-block;
  cursor: pointer;
}

.radio-group input[type="radio"],
.radio-group input[type="checkbox"],
.checkbox-group input[type="checkbox"] {
  display: none;
}

.radio-group input[type="radio"] + label,
.radio-group input[type="checkbox"] + label,
.checkbox-group input[type="checkbox"] + label {
  padding: 8px 12px;
  border: 3px solid #fff;
  color: white;
}

.radio-group input[type="radio"]:checked + label,
.radio-group input[type="checkbox"]:checked + label,
.checkbox-group input[type="checkbox"]:checked + label {
  background-color: white;
  color: black;
  border: 3px solid white;
}

.optin {
  display: flex;
}

.optin label {
  border: 1px solid white;
  width: 1vw;
  height: 1vw;
  cursor: pointer;
}

.optin label input {
  display: none;
}

.optin label input[type="checkbox"]:checked + label {
  background-color: white;
  color: black;
  border: 1px solid white;
}

.optin-label {
  font-weight: normal;
}
.mab_error .optin-label {
  border: none!important;
}

.checkbox-group label {
  background-color: #f9f9f9;
}

.mini-txt {
  font-size: 11px;
  line-height: 12px;
  font-weight: 300;
}

button {
  background-color: transparent;
  border: 0 0 0 0 !important;
  font-weight: 600;
}

button:hover {
}

input::placeholder {
  font-style: italic;
  font-weight: 300;
}
@media screen and (max-width: 1025px) {
  .df-label {
    margin-top: 16px;
  }
}

.blc-boutique {
  display: flex;
  justify-content: center;
}

.blc-boutique .img-wrapper {
  width: 50%;
}

.blc-boutique #bureau {
  width: 50%;
  background-color: #000000;
}

.blc-boutique #bureau h3 {
  color: white;
  width: 60%;
  margin: 30% auto 0;
}

.blc-boutique #bureau p {
  color: white;
  width: 55%;
  text-align: center;
  margin: 2vw auto;
}

@media screen and (max-width: 1025px) {
  /*.blc-boutique {
    display: flex;
    justify-content: center;
  }*/

  .blc-boutique .img-wrapper {
    width: 100%;
  }

  .blc-boutique #bureau {
    width: 100%;
    background-color: #ffffff;
  }

  .blc-boutique #bureau h3 {
    color: #000000;
    width: 100%;
    margin: auto ;
  }

  .blc-boutique #bureau p {
    color: #000000;
    width: 100%;
    text-align: center;
    margin: 5vw auto;
  }
}
/**SWIPER STYLING*/




.cs-swipe {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.presta-slide_content {
  background-color: white;
  height: 100%;
}
.swiper-slide {
  height: auto;
}

.swiperx,
.swiperb,
.swiperz,
.swipercards {
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 100%;
}

.swiper-button-nexto {
  width: 36px;
  height: 36px;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 40%;
  position: absolute;
  right: -15px;
  cursor: pointer;
  z-index: 5;
}

.swiper-pager.inside-swiper-pager {
  display: flex;
  z-index: 10;
  position: absolute;
  bottom: 1.5rem;
  width: 500px;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}

@media screen and (max-width: 1025px) {
  .swiper-pager.inside-swiper-pager {
    bottom: 10px;
  }
}

.inside-swiper-pager.swiper-pager .swiper-pagination-bullet {
  width: 12px;
  background: white;
  height: 12px;
  display: block;
  border-radius: 50%;
  opacity: 1;
}
.inside-swiper-pager.swiper-pager .swiper-pagination-bullet-active {
  width: 54px;
  background: white;
  height: 12px;
  display: block;
  transition: all 0.3s;
  border-radius: 16px;
  opacity: 1;
}

.swiper-pager {
  display: none;
  justify-content: center;
  width: 500px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 20px;
  margin: 0 auto;
  max-width: 100%;
}
.swiper-pager .swiper-pagination-bullet {
  width: 12px;
  background: var(--d-gray);
  height: 12px;
  display: block;
  border-radius: 50%;
  opacity: 1;
}
.swiper-pager .swiper-pagination-bullet-active {
  width: 54px;
  background: var(--d-gray);
  height: 12px;
  display: block;
  transition: all 0.3s;
  border-radius: 16px;
  opacity: 1;
}

.swiper-pagerb {
  display: none;
  justify-content: center;
  width: 500px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 20px;
  margin: 16px auto 16px auto;
  max-width: 100%;
}
.swiper-pagerb .swiper-pagination-bullet {
  width: 12px;
  background: var(--d-gray);
  height: 12px;
  display: block;
  border-radius: 50%;
  opacity: 1;
}
.swiper-pagerb .swiper-pagination-bullet-active {
  width: 54px;
  background: var(--d-gray);
  height: 12px;
  display: block;
  transition: all 0.3s;
  border-radius: 16px;
  opacity: 1;
}

@media screen and (max-width: 1025px) {
  .swiper-pagerb {
    display: flex;
  }
  .swiper-pager {
    display: flex;
  }
}

@media screen and (max-width: 1025px) {
  .nowrap-m {
    flex-wrap: nowrap;
  }
  .fl-al-center-t {
    align-items: center;
  }
  .fl-j-sp-t {
    justify-content: space-between;
  }
  .hide-t {
    display: none;
  }
  .show-t {
    display: block;
  }
  .p-0-m {
    padding: 0;
  }
  .df-p-m {
    padding: 30px;
  }
  .no-p-t {
    padding: 0;
  }
  .w-full-t {
    width: 100% !important;
    max-width: 100% !important;
  }
  .mr-50pc-t {
    margin-right: 50%;
  }
  .w-50pc-t {
    width: 50%;
  }
  .w-33pc-t {
    width: 33%;
  }
  .fl-al-center-m {
    align-items: center;
  }

  .fl-wrap-t {
    flex-wrap: wrap;
  }
  .fl-r-r-t {
    flex-direction: row-reverse;
  }
  .p-0-m {
  }

  .flex-t {
    display: flex;
  }
  .fl-col-r-t {
    flex-direction: column-reverse;
  }
}

/* -------- Overlay d'introduction --------- */

#introOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: top;
}

#introVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  #introOverlay {
    width: 100%;
    height: 100%;
  }

  .txt-mob h1 {
    line-height: 28px;
    font-size: 23px;
  }
  .txt-mob p {
    font-size: 0.94rem;
  }

  body {
   width: 100%;
  }

  #introVideo {
    width: 100%;
    height: 100%;
    object-position: center top;
  }

  .logo-main {
    width: 58px;
  }

  .header-title {
    margin-top: 7rem;
  }

  .titre-bien {
    font-size: 22px;
  }
}

#bloc-magni .rel {
  margin: 0 auto;
}

.footer-main {
  max-width: 100%;
}

#histoire {
  max-width: 100%;
}

.header-home-wrapper {
  max-width: 100%;
}

.no-width {
  max-width: 1920px;
  margin: 0 auto;
}

.no-width-ball {
  max-width: 1920px;
  margin: 0 auto;
}

.img-btq img {
  max-width: 900px;
}

.ball::before {
  max-width: 840px;
}

.ball img {
  max-width: 840px;
}

.footer-logo {
  max-width: 190px;
}

.mab_checkbox label {
  font-weight: 500;
}

.plus-inf {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
  background-color: #A77544;
}

.plus-inf span {
  color: white;
}

/*.main-nav {
  align-items: center;
}*/


.nav-icone {
  width: 10%;
}

#home-sticky-nav {
  position: fixed;
  background-color: #ffffff;
  transition: top 0.5s ease-in-out; /* Transition pour le mouvement */
}

.transition-nav-block {
  top: 0; /* L'élément revient à la position visible */
}

.transition-nav-none {
  top: -10vw; /* L'élément retourne en haut, hors de l'écran */
}


@media screen and (min-width: 1825px) {
  .no-width-ball {
    margin-top: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .transition-nav-none {
    top: -25vw; /* L'élément retourne en haut, hors de l'écran */
  }
}

@media screen and (max-width: 420px) {
  
  .df-title, .txt-mob h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .txt-mob p {
    margin-bottom: 0.85rem;
  }

  .cs-block-40 {
    padding: 25px 30px;
  }

  .w-230 {
    width: 170px;
  }

  .landing-frame_logo {
    width: 90px;
    margin-top: -25vw;
  }

  .light-title {
    font-size: 1.05rem;
  }

  .footer-logo-a {
    width: 95px;
  }

  .titre-bien {
    font-size: 17px;
  }

  .titre-contact {
    font-size: 18px;
  }
}

/* MODAL CONTACT */

.modal {
  display: none; /* Cacher par défaut */
  position: fixed; 
  z-index: 9999; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

/* Contenu du modal */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 42%;
}

.modal-content h2 {
  text-transform: uppercase;
}

.modal-content img{
  width: 5.5vw;
  padding-bottom: 2vw;
}

.modal-content p {
  font-size: 1rem;
  padding: 0 8vw 2vw 8vw;
}

/* Bouton pour fermer le modal */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 1025px) {
  .modal {
    top: 15%;
  }

  .modal-content {
    width: 90%;
    margin: 15% auto; 
    padding: 15px;
  }

  .modal-content img{
    width: 11vw;
    padding-bottom: 2vw;
  }

  .modal-content p {
    font-size: 1rem;
    padding: 0 2vw 5vw 2vw;
  }

}


/****** 20241023 / Modifs GDP ******/
/**

	https://xd.adobe.com/view/13cf74ea-bdbc-4773-a16a-f4ec2af1d7e0-469c/screen/59bbef00-4757-427a-ae33-ddf9dab6e39f

**/

section#lots .collection-block { max-width:none; border-radius:0 10rem 10rem 0; overflow:hidden; width:calc(100% - 3.75rem); }
section#lots .collection-block_content { width:100%; padding-right:12%; }
section#lots .df-p { width:66%; }
.infos-table_row { position:relative; cursor:pointer; }
.infos-table_row > .infos-table_row__title { }
.infos-table_row > .infos-table_row__content { }
.infos-table_row > .infos-table_row__content:last-child { text-align:right; }
.btn-more { color:var(--beige) !important; font-weight:600; font-size:0.75vw; user-select:none; }
.btn-more span.icon-more { position:relative; display:inline-block; width:20px; height:20px; line-height:20px; border-radius:10px; text-align:center; background:var(--beige); color:white !important; vertical-align:top; margin-left:5px; }
.btn-more span.icon-more:after { content:"+"; position:absolute; left:0; top:0; right:0; bottom:0; color:white; }
.infos-table_row.active .btn-more span.icon-more:after { content:"-"; }
.infos-table_row span.mini { font-size:0.75vw; }
.infos-table_row.lots { padding:0; border:none; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; margin-bottom:15px; }

.lots-table { width:100%; /* table-layout:fixed; */ list-style-type:none; padding:0; margin:0; }
.lots-table .lots-table_header,
.lots-table .lots-table_row { display:flex; height:40px; line-height:40px; }
.lots-table .lots-table_header > div,
.lots-table .lots-table_row > div  { flex:1; user-select:none; }
.lots-table .lots-table_header > div { text-align:center; font-size:0.7vw; font-weight:normal; height:40px; line-height:40px; user-select:none; }
.lots-table .lots-table_header > div:last-child { padding-right:15px; }
.lots-table .lots-table_row { margin-bottom:10px; }
.lots-table .lots-table_row > div { text-align:center; font-size:0.7vw; height:40px; line-height:40px; background:#2F2D2A; color:#91908E; }
.lots-table .lots-table_row > div strong { color:white; font-weight:600; }
.lots-table .lots-table_row > div:last-child { text-align:right; padding-right:15px; }
.lots-table .lots-table_row > div.annexes > span { display:inline-block; vertical-align:middle; line-height:1.3em; }
.btn-action { display:inline-block; height:26px; line-height:26px; padding:0 8px; background:var(--beige); color:white; border-radius:4px;  text-transform:uppercase; font-size:0.5vw; font-weight:100; }
section#prestations .df-p { width:66%; margin-bottom:3.75rem; }
.presta-card { padding:2.5rem 3.125rem 3.125rem 3.125rem;  } 
.presta-card_title span.sub-title { display:block; font-size:0.9rem; line-height:1.2em; margin-top:1rem; text-transform:none; font-weight:100; }
ul.presta-card_list { list-style-type:none; }
.presta-card_list__li { font-size:0.8rem; margin-bottom:0.5rem; padding-left:0; }
.presta-card_list__li:before { display:none; }

@media screen and (min-width: 1025px) { 
		
		.mobile_only { display:none !important; }
		
}

@media screen and (max-width: 1024px) { 
	
		.desktop_only { display:none !important; }
		
		section#prestations .df-p { width:100%; }
		
		section#lots .collection-block  { width:100%; border-radius:0; }
		section#lots .collection-block_content { /* background:black; */ position:relative; padding:80px 30px 60px; }
		section#lots .collection-block_content:before { content:" "; position:absolute; left:0; top:50vw; right:0; bottom:50vw; background:#101416; z-index:-1; }
		section#lots .df-p { width:100%; }
		section#lots .infos-table_row { flex-direction:column; }
		section#lots .infos-table_row__title { width:100%; text-align:left; }
		section#lots .infos-table_row__content { width:100% !important; padding-left:0 !important; text-align:left; }
		section#lots .infos-table_row.typologie-5 { border:none; }
		
		.infos-table_row span.mini { font-size:3vw; }
		.infos-table_row sup { font-size:2vw; }
		.infos-table_row .btn-more { position:absolute; top:30%; right:0; font-size:4px; margin-top:-5vw; }
		.infos-table_row .btn-more span.icon-more { width:10vw; height:10vw; line-height:10vw; border-radius:5vw; font-size:5vw; font-weight:100; }
		
		.lots-table .lots-table_header { display:none; }
		.lots-table .lots-table_row { flex-direction:column; height:auto; padding:4vw; background:#2F2D2A; }
		.lots-table .lots-table_row > div { font-size:3.6vw; line-height:1.8em; text-align:left; /* border-bottom:solid 1px var(--beige); */ }
		.lots-table .lots-table_row > div.line1,
		.lots-table .lots-table_row > div.line3 { border-bottom:solid 1px var(--beige); }
		.btn-action { font-size:3vw; padding:0 5vw; }
		.lots-table .lots-table_row > div:last-child { text-align:center; padding:0; margin-top:10px; border:none; }
		.lots-table .lots-table_row > div.plan,
		.lots-table .lots-table_row > div.annexes { display:none; }
		.lots-table .lots-table_row > div.orientation { border:none; }

}

/****** Viewer PDF ******/
body { }
html.popup_open { overflow:hidden; }
body:before { /* transition:all 0.4s ease; */ }
html.popup_open body:before { /* content:" "; position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.6); pointer-events:none; z-index:888; */ }
.viewer-popup { position:fixed; left:30px; top:30px; right:30px; bottom:30px; z-index:999; background:white; border:solid 1px #ccc; /* display:none; */ /* box-shadow:0 0 8px rgba(0,0,0,0.3); border-radius:10px; transition:all 0.4s ease; transform:translateY(100%); opacity:0; */ }
.viewer-popup.active { /* display:block; transform:translateY(0); opacity:1; */ }
.viewer-popup:not(.active) { pointer-events:none; }
.viewer-popup .viewer-popup-content { position:relative; width:100%; height:100%; display:flex; flex-direction:column; padding:20px; }
.viewer-popup .viewer-popup-header,
.viewer-popup .viewer-popup-footer { flex:0 auto; }
.viewer-popup .viewer-popup-body { position:relative; flex:1; }
.viewer-popup .viewer-popup-body embed { position:absolute; left:0; top:0; right:0; bottom:0; border:solid 1px #aaa; background:#ddd; }
.viewer-popup .viewer-popup-close { position:absolute; top:20px; right:20px; width:40px; height:40px; line-height:40px; border-radius:20px; text-align:center; background:black; color:white; text-decoration:none; user-select:none; cursor:pointer; transform:rotate(45deg); z-index:3; padding:0; }
.viewer-popup .viewer-popup-close:before { content:"+"; text-align:center; font-size:28px;  }
.viewer-popup h4 { padding:20px 15px; margin:0 !important; }

.viewer-popup { left:0; top:0; right:0; bottom:0; background:transparent; padding:0; display:flex; transition:all 0.4s ease; }
.viewer-popup.active { background:rgba(0,0,0,0.6); }
.viewer-popup:not(.active) { pointer-events:none; }
.viewer-popup .viewer-popup-content { position:relative; width:900px; max-width:100vw; height:800px; max-height:100vh; background:white; padding:20px; border-radius:20px; box-shadow:0 0 8px rgba(0,0,0,0.3); margin:auto; transition:all 0.4s ease; transform:translateX(100%); opacity:0; margin-right:0; height:100%; border-radius:20px 0 0 20px; }
.viewer-popup.active .viewer-popup-content { transform:translateX(0); opacity:1; }

.viewer-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.viewer-popup.active {
  display: flex;
}

.viewer-popup-content {
  background: #fff;
  width: 90%;
  height: 90%;
  overflow: hidden;
  position: relative;
}

.viewer-popup-body {
  height: calc(100% - 40px);
  overflow: hidden;
}

.pdf-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdf-container embed {
  width: 100%;
  height: 100%;
  pointer-events: none; /* Pour désactiver le scroll intégré */
}

.viewer-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: #f00;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}

.virtual-guide {
  border-width: 1px;
  border-radius: 10px;
  width: 100%;
  height: 50vh;
}

@media screen and (max-width: 1025px) {
  .virtual-guide {
    height: 90vw;
  }
}

.img-wrapper div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  z-index: 2;
}