:root{
  --blue-dark:#24195d;
  --blue-pale:#BCDEFF;
  --gold:#DEB562;
  --gold-pale:#FFE4AD;
  --gold-btn:#FFE4AD;
  --white:#FFFFFF;
  --beige:#FFFAF2;
  --text-white:#FFFFFF;
  --btn-pad-x:28px;
  --btn-pad-y:21px;
  --fs-small: clamp(17px, 0.4vw + 15px, 20px);
  --lh-small: clamp(23px, 0.4vw + 21px, 26px);

  --fs-medium: clamp(20px, 1.2vw + 16px, 30px);
  --lh-medium: clamp(24px, 1.4vw + 19px, 34px);
  --fs-h3: clamp(30px, 1.2vw + 25px, 40px);

  /* font sizes responsive */
  --fs-body: clamp(14px, 0.95vw + 10px, 17px);
  /*--lh-body: 26px;*/
  --lh-body: clamp(20px, 0.95vw + 10px, 26px);

  --fs-h2: clamp(30px, 3.8vw + 10px, 80px);
  /*--lh-h2: 85px;*/
  --lh-h2: clamp(40px, 3.8vw + 10px, 85px);

  --fs-big: clamp(50px, 6vw + 20px, 135px);
  --lh-big: 1.0;

  --fs-big-par: clamp(26px, 2.2vw + 10px, 50px);
  /*--lh-big-par: 85px;*/
  --lh-big-par: clamp(61px, 0.95vw + 10px, 85px);
	
	--nav-h: 0px;
	--nav-height: 0px;
	--header-offset: 135px;
	
  /*--topMenu:0px;
  --topbar-height: 0px;*/
   /* tu l'as déjà calculé via JS */
}

html, body{
  height:100%;
}

body{
  font-family:"Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  font-weight: 400; /* medium default */
  color: var(--blue-dark);
  background: var(--white);
}
/*
body.has-axia-topbar{
  --header-offset: 0px;
}*/
@media (min-width: 576px) {
    .wpb-content .wpb-content-wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wpb-content .wpb-content-wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wpb-content .wpb-content-wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wpb-content .wpb-content-wrapper {
        max-width: 1140px;
    }
}
@media (min-width: 1620px) {
    .wpb-content .wpb-content-wrapper {
        max-width: 1580px;
    }
}
.wpb-content .wpb-content-wrapper {
    margin: 0 auto !important;
}
img{ border-radius:0 !important; }

a{ color: inherit; text-decoration:none; }
a:hover{ text-decoration:underline; }
a:active, a:focus{ text-decoration:none; }

.container-axia{
  width:100%;
  max-width:1640px;
  margin:0 auto;
  padding-left:24px;
  padding-right:24px;
}
/* Sections */
.section{ position:relative; }
.section-dark{ background:var(--blue-dark); color:#fff; }
.section-beige{ background:var(--beige); }
.text-white{ color: var(--text-white) !important; }
.text-pale{ color: var(--blue-pale) !important; }
.text-gold{ color: #E3A830 !important; }

.semi-bold{ font-weight:500; }

.axia-h2{
  font-family: "georgia", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--fs-h2) !important;
  line-height: var(--lh-h2) !important;
  margin: 35px 0 59px !important; /* default spacing close to spec; adjusted by contexts */
}
.fw-bold {
	font-weight:600 !important;
}
.big{
  font-size: var(--fs-big);
  line-height: var(--lh-big);
  font-weight:400;
  display:inline-block;
}

.big-paragraph{
  font-size: var(--fs-big-par);
  line-height: var(--lh-big-par);
  font-weight:600;
}

.axia-h3{
  /*font-size: clamp(22px, 1.4vw + 12px, 34px);*/
  font-size: var(--fs-h3);
  line-height: 1.2;
  font-weight:600;
  margin:0 0 8px;
}
.axia-h3 span.size{font-weight:400!important; white-space:nowrap;}
.eyebrow{
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 35px;
}


.hero{
  position: relative;
  min-height: 100vh;
  padding-top: var(--nav-height); /* ✅ commence sous le menu */
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}


.hero-inner .col-12 {
    margin-top: calc((39px * 2) + 122px);
}
.hero-title{
  margin: 0 0 35px 0 !important;
  color: var(--gold-pale);
}

.hero-text{
  color:#fff;
  margin-top:29px;
  margin-bottom:35px;
}

.hero-icons{ margin-bottom:35px; }
.hero-icon-text{ color:#fff; font-weight:400; }
.hero-icon-item img{ flex:0 0 auto; }

.hero-explore{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:29px;
 /* display:flex;
  align-items:center;
  gap:15px;
  color:#fff;
  text-decoration:none;
  flex-direction: column;*/
}


.hero-explore .hero-explore-link{
  /*position:absolute;
  left:50%;
  transform:translateX(-50%);*/
	
	
  display:flex !important;
  align-items:center !important;
	text-align: center;
  gap:15px;
  color:#fff;
  text-decoration:none;
  flex-direction: column !important;
}

.hero-explore-text{
  font-family: "georgia", sans-serif;
  font-weight:700;
  font-size:16px;
  line-height:19px;
}

.axia-navbar{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030; /* Bootstrap safe */
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,0.73) 100%
  );
	
  transition:
    padding .25s ease,
    min-height .25s ease,
    background .25s ease;
}
.nav-link{
	font-size: 16px !important;
}

/* LOGO */
.axia-logo-wrap{
  padding: 10px 0;
}

.axia-logo{
  width: 154px;
  height: auto;
  display: block;
	transition: height .25s ease, width .25s ease;
}

.axia-navbar.is-scrolled{
  min-height: 78px; /* desktop réduit */
}

/* logo réduit */
.axia-navbar.is-scrolled .axia-logo{
  height: 52px;
  width: auto;
}
.axia-navbar.is-scrolled .axia-logo-wrap{
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Logo réduit entre 992px et 1200px */
@media (min-width: 992px) and (max-width: 1199.98px){
  .axia-logo{
    width: 170px;
    height: auto; /* conserve les proportions */
  }
}
/* MOBILE HEADER HEIGHT */
@media (max-width: 991.98px){
  .axia-navbar{
    background: #ffffff !important;
  }

.nav-link{
	padding: 11px 0;
}
  .axia-logo-wrap{
    padding: 0;
    height: 102px;
    display: flex;
    align-items: center;
  }

  .axia-logo{
    max-height: 62px;
    width: auto;
  }
	/* état normal mobile */
  .axia-navbar{
    min-height: 102px;
  }

  /* état scroll mobile */
  .axia-navbar.is-scrolled{
    min-height: 74px;
  }
	
  .axia-navbar.is-scrolled .axia-logo{
    height: 44px;
  }
  .axia-navbar.is-scrolled .axia-logo-wrap{
    height: 55px;
	}
}
@media (max-width: 576px){
	.hero-icons {
    margin-bottom: 15px;
}
	.hero-icon-item{
		flex-direction: column;
	}	
	.hero-title{
  margin-bottom:15px !important;
}
	.hero-text{
  margin-bottom:15px;
}
	.hero-explore-text {
    font-size: 14px;
    line-height: 16px;
}
	.hero-explore {
    bottom: 0px;
}
}
.nav-link, .nav-link {
	color:#10254F;
    border-bottom: 1.5px solid transparent;
}
.nav-link:focus, .nav-link:hover {
    color: #10254F;
    text-decoration: none;
    border-bottom: 1.5px solid #10254F;
	transition: border .5s ease, border .5s ease;
}

/* Phone icon – shared */
.axia-phone{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--blue-dark);
  text-decoration: none;
}

.axia-phone-ico{
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.axia-phone2-ico{
  width: 22px;
  height: 22px;
  stroke: currentColor;
}
/* MOBILE (<1200px): icon outside menu, left of toggler */
@media (max-width: 991.98px){
  .axia-phone{
    margin-left: auto;
    margin-right: 1.5rem;
  }
}

/* DESKTOP (≥1200px): icon at end of menu */
@media (min-width: 992px){
	.axia-navbar .container-axia{
    justify-content: flex-start; /* 🔑 clé du problème */
  }
  .axia-phone{
    margin-left: 1.5rem; /* espace après le menu */
  }

  /* place icon after menu visually */
  .navbar-collapse{
    flex-grow: 0;
    margin-left: auto;
  }
  .axia-phone{
    order: 3;
	  margin-left: 1.5rem;   /* espace minimal, visuellement collé */
    margin-right: 0;
  }
	
.axia-nav{
    gap: 20px; /* ajuste si nécessaire */margin-right: 0;
  }
}


  .hero.privacyhero{
    min-height: calc(60vh - var(--header-offset));
	  margin-top: var(--header-offset);
	  background-position: bottom center
  }
@media (min-width: 992px) and (max-width: 1199.98px){
    .axia-nav.gap-lg-4 {
        gap: 0.5rem !important;
    }
}

/* Base topbar */
/*
.axia-topbar{
  width: 100%;
  z-index: 1031;
  background: linear-gradient(90deg, #FFE3B7 0%, #E3A830 100%);
  font-size: var(--fs-body);
  font-weight: 500;
  color: var(--blue-dark);
}
.axia-topbar .widget {
  width: 100%;
	text-align:center;
}
.axia-topbar .widget p {
  margin-bottom: 0px;
}
.axia-topbar-inner{
  display: flex;
  align-items: center;
  min-height: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
}

// Mode 1: la barre suit le scroll (reste au-dessus du menu)
.axia-topbar--sticky{
  position: fixed;
  top: 0;
  left: 0;
}

// Mode 2: la barre ne suit pas le scroll 
.axia-topbar--static{
  position: relative;
}

// Si topbar sticky existe, on descend le menu (navbar fixed-top)
body.has-axia-topbar-sticky .axia-navbar{
  top: var(--topbar-height)!important;
}

// Et on descend le contenu du site pour éviter la superposition
body.has-axia-topbar-sticky{
  padding-top: calc(var(--topbar-height) + var(--nav-height));
}

// Si pas de topbar sticky, on garde ton comportement normal
body:not(.has-axia-topbar-sticky){
  padding-top: var(--nav-height);
}
*/


/* =========================
   HERO / BANNER
========================= */

.hero{
  position: relative;
  min-height: calc(100vh - var(--header-offset));
  margin-top: var(--header-offset); /* ✅ 135px exact */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-inner{
  min-height: calc(100vh - var(--header-offset) - 39px);
  display: flex;
  align-items: center;
}

/* hero content vertical safety */
.hero .row{
  min-height: calc(100vh - var(--header-offset));
}

/* =========================
   MOBILE ADJUSTMENTS
========================= */

@media (min-width: 577px) AND (max-width: 991.98px){
  :root{
    --header-offset: 128px; /* même valeur volontairement */
  }

  .hero{
    min-height: calc(100vh - var(--header-offset));
	  margin-top: 0px;
	  /*background-position: calc(50% + clamp(35px, 2vw, 40px)) center !important;*/
	  background-position: calc(50% + clamp(65px, 2vw, 50px)) center !important;
  }
	

  .hero.privacyhero{
	  margin-top: 0px;
	  background-position: calc(50% + clamp(35px, 2vw, 40px)) center !important;
  }
	.hero.privacyhero .container-axia{
	margin-top: var(--header-offset);
}

}
@media (max-width: 576px){
	

  .hero{
    min-height: calc(100vh - var(--header-offset));
	  margin-top: 0px; 
    background-position: calc(50% + clamp(35px, 2vw, 40px)) center !important;
  }
  

  .hero.privacyhero{
	  margin-top: 0px;
	  background-position: calc(50% + clamp(85px, 2vw, 40px)) center !important;
  }
	.hero.privacyhero .container-axia{
	margin-top: var(--header-offset);
}
	.hero-inner{
  /*min-height: 100vh;*/
  min-height: calc(100vh - var(--header-offset) - 0px);
  display: flex;
  align-items: center;
}
	/*.hero::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    z-index: 1;
    pointer-events: none;
  }*/
	/* garder le contenu au-dessus de l’overlay */
  .hero-inner,
  .hero .container-axia{
    z-index: 2;
  }
}
	.hero.privacyhero .hero-inner{
		min-height: 60vh;
	}
	.hero.privacyhero .row{
		min-height: calc(60vh - var(--header-offset));
	}







/* Buttons */
.axia-btn{
  border:0;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: 999px;
  font-size: clamp(14px, 0.6vw + 12px, 16px);
  line-height: clamp(18px, 0.8vw + 14px, 19px);
  font-weight:600;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none !important;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: 0 3px 11px rgba(0,0,0,.35); /* blue shadow default (per spec) */
}

.btn-gradient-gold{
  color: var(--blue-dark);
  background: linear-gradient(90deg, #FFE3B7 0%, #E3A830 100%);
  box-shadow: -4px -2px 5px rgba(227,168,48,.87);
}

.btn-gradient-gold:hover{
  color: var(--gold-btn);
  background: linear-gradient(90deg, #0F578D 0%, #001B4E 100%);
  box-shadow: 0 3px 11px rgba(0,0,0,.35);
}

.btn-gradient-blue{
  color: var(--gold-btn);
  /*background: linear-gradient(90deg, #0F578D 0%, #001B4E 100%);*/
  background: linear-gradient(90deg, #0F578D 0%, #24195d 100%);
  box-shadow: 0 3px 11px rgba(0,0,0,.35);
}

.btn-gradient-blue:hover{
  color: var(--blue-dark);
  background: linear-gradient(90deg, #FFE3B7 0%, #E3A830 100%);
  box-shadow: -4px -2px 5px rgba(227,168,48,.87);
}

/* Hero CTA exception: no hover color/shadow change, grows ~22px visually */
.hero-cta-nohover:hover{
  background: linear-gradient(90deg, #0F578D 0%, #001B4E 100%) !important;
  color: var(--gold-btn) !important;
  box-shadow: 0 3px 11px rgba(0,0,0,.35) !important;
  transform: scale(1.12); /* approx “+22px” feel */
}

/* Section 2 parallax */
.section-parallax{
  height:995px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.pt-parallax{
  padding-top:100px;
}

.parallax-copy{
  width:100%;
  max-width: calc( (1640px / 12) * 5 );
  margin-left:auto;
  margin-top:59px;
}

/* Section 3 photos */
.rollover-section{
  /*padding-bottom: 110px;*/
	padding-bottom: 40px;
	overflow: unset !important;
}

.amenities-photos{ position:relative; }
/*.amenities-photos-inner{
  position:relative;
  top:-235px;
	    margin-bottom: -407px;
}*/
@media (min-width: 992px){
	.amenities-photos-inner{
	  position:relative;
	  top:-275px;
		margin-bottom: -255px;
	}
}
@media (min-width: 1200px){
	.amenities-photos-inner{
	  position:relative;
	  top:-335px;
		margin-bottom: -270px;
	}
}
@media (min-width: 1620px){
	.amenities-photos-inner{
	  position:relative;
	  top:-465px;
	margin-bottom: -360px;
	}
}
.photo-card .wpb_single_image{
  overflow:hidden;
	position: relative;
}

.photo-zoom img{
  transition: transform .35s ease;
  transform-origin:center;
}

.photo-zoom:hover img{
  transform: scale(1.08);
}
/*
.amenities-photos-inner .photo-card .vc_single_image-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0,0,0,0.16); 
  box-shadow: inset 0px 3px 6px 0px rgba(0,0,0,0.16);
}*/
/* required bottom margins */
.photo-offset-1{ margin-bottom:101px; }
.photo-offset-3{ margin-bottom:16px; }
#amenitiesCarouselMobile{
  width: 100%;
}
@media (max-width: 991.98px){

.parallax-copy{
  margin-left:initial;
}	
	
  #amenitiesCarouselMobile{
    width: 100%;
	top: -45px;
	margin-bottom: -25px;
  }
	.rollover-section {
		padding-bottom: 60px;
	}
  #amenitiesCarouselMobile .carousel-inner{
    height: 450px;     /* ✅ hauteur max/lock */
    max-height: 450px; /* sécurité */
  }

  #amenitiesCarouselMobile .carousel-item{
    height: 450px;
  }

  #amenitiesCarouselMobile img{
    width: 100%;
    height: 100%;
    object-fit: cover;          /* ✅ couvre hauteur + largeur */
    object-position: center;    /* ✅ centre visible (portrait friendly) */
    display: block;
  }
}
@media (max-width: 992px){
#explore.vc_row.vc_row-o-full-height,	
#decouvrez.vc_row.vc_row-o-full-height{
    min-height: unset;
}
}
@media (max-width: 576px){

  #amenitiesCarouselMobile .carousel-inner{
    height: 280px;     /* ✅ hauteur max/lock */
    max-height: 280px; /* sécurité */
  }

  #amenitiesCarouselMobile .carousel-item{
    height: 280px;
  }
}

.mt-section3{
  margin-top: -280px; /* keeps content close under the offset photo block */
}
.mt-privacy{
	margin-top: -60px; /* keeps content close under the offset photo block */
}
.mb-section3{
  margin-bottom: 140px; /* keeps content close under the offset photo block */
}

.icon-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 24px; /* bottom spacing 60px */
  align-items:start;
}

.icon-item{ text-align:center;}
.icon-item img {
    max-width: 117px !important;
	max-height:82px;
}
.icon-label{ margin-top:14px; line-height:1.25; }

/* Section 4 */
.apartments-section{
  overflow:hidden;
  padding-bottom:120px;
}

.apartments-diagonal{
  position:absolute;
  top:0; left:0; right:0;
  /*height: 140px;*/
  /*background-size: cover;*/
  background-size: contain;
  background-position:top center;
  transform-origin: top left;
  /*opacity:.9;*/
  background-repeat: no-repeat;
	padding-top:0px !important;
}
.pt-apartments{
  padding-top:250px;
  position:relative;
  z-index:2;
}
.superficie p{
	font-size: var(--fs-medium) !important;
	line-height: var(--lh-medium) !important;
	Font-weight:500;
}
.montant{
	font-size: var(--fs-small) !important;
	line-height: var(--lh-small) !important;
	Font-weight:400;
	margin-bottom:50px !important;
}


@media (max-width: 1600px){
.pt-apartments{
  padding-top:135px;
}
}
@media (max-width: 991.98px){
  .pt-apartments{
    padding-top:95px;
  }
	.apartments-section{
  overflow:hidden;
  padding-bottom:60px;
}
	
}
@media (max-width: 576px){	
  .pt-apartments{
    padding-top:75px;
  }
}
.apartments-section .axia-h2{ margin-bottom:50px; }

.section-copy{
  margin-top:0;
  margin-bottom:0;
}

.mt-pricing{ margin-top: 38px; }
.price-card{ font-weight:500; }

.small-note{
  font-size: 14px;
  line-height: 20px;
  font-weight:500;
	color:var(--gold);
}

.mt-note{ margin-top:40px; }

/* Section 5 hover background swap + shadow */
.section-hover-bg{
  background-size: cover;
  background-position:center;
  background-repeat:no-repeat;
	    z-index: 3;
}

.canal-section{
  position: relative;
  overflow: hidden;

  /* variable de fondu pilotée en JS */
  --swap-progress: 0;
}

.canal-shadow{	
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
/* couche "jour" */
.canal-section::before{
  content:"";
  position:absolute;
  inset:0;
  background-image: var(--bg-day);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index:0;
}

/* couche "nuit" (opacity = progress) */
.canal-section::after{
  content:"";
  position:absolute;
  inset:0;
  background-image: var(--bg-night);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: var(--swap-progress);
  transition: opacity 0.05s linear; /* micro-lissage */
  z-index:0;
}

/* tout le contenu au-dessus */
.canal-section > *{
  position: relative;
  z-index: 1;
}
.canal-logo-wrap{
  padding:46px 0;
  text-align:center;
}

/*
.canal-logo{
  max-width:1028px;
  max-height:537px;
  margin:0 auto;
  display:block;
}*/

/* canal logo responsive */
.canal-logo img{
  width: 100%;
  height: auto !important;
  max-width: 1028px !important; /* desktop cap */
  max-height: 537px;
  margin: 0 auto;
  display: block;
}

/* mobile cap */
@media (max-width: 991.98px){
  .canal-logo{
    max-width: min(250px, 90vw);
  }
}



/* Section 6 carousel 3-up */
.location-carousel-wrap{
  width:100%;
  overflow:hidden;
}
/*
.three-up{
  display:flex;
  gap:17px;
}

.three-up img{
  width: calc((100% - 34px) / 3);
  height: 520px;
  object-fit: cover;
  margin-bottom: -15px;
}

.location-section .carousel{ position:relative; }
.location-section .carousel-inner{ overflow:hidden; }*/

.bubble-arrow{
  width:40px;
  height:40px;
  border-radius:999px;
  background: rgba(255,255,255,1);
  top:50%;
  transform: translateY(-50%);
  opacity:0.75;
}

.location-section .carousel-control-prev{
  /*left:50px;*/
}
.location-section .carousel-control-next{
  /*right:50px;*/
}

.carousel-control-prev{
  left:48px;
}
.carousel-control-next{
  right:48px;
}
.carousel-control-prev-icon{
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E3A830'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon{
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E3A830'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}

@media (max-width: 575.98px){
	.carousel-control-prev {
		left: 20px;
	}

	.carousel-control-next {
		right: 20px;
	}

	.carousel-control-next-icon, .carousel-control-prev-icon {
		width: 1.5rem;
		height: 1.5rem;
	}
	.bubble-arrow {
		width: 30px;
		height: 30px;
	}
	.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
		opacity: 0.9;
	}
}


/* TEST */


/* viewport */
.axia-slider-viewport{
  overflow: hidden;
}

/* track */
.axia-slider-track{
  display: flex;
  gap: 17px;
  will-change: transform;
  transform: translateX(0);
  transition: transform .45s ease;
}

/* each slide is exactly 1/3 of visible width (minus gaps) */
.axia-slide{
  flex: 0 0 calc((100% - (17px * 2)) / 3);
  max-width: calc((100% - (17px * 2)) / 3);
}

.axia-slide img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* <576px: 1 image visible */
@media (max-width: 575.98px){
  .axia-slider-track{ gap: 0; }
  .axia-slide{
    flex: 0 0 100%;
    max-width: 100%;
  }
}




/* TEST FIN */


.location-content{
  padding-top:119px;
  padding-bottom:99px;
}
@media (max-width: 991.98px){
.location-content {
    padding-top: 60px;
    padding-bottom: 60px;
}
}
@media (max-width: 575.98px){
  /* carousel location : 1 image seulement */
  .three-up{
    gap: 0;
  }

  .three-up img{
    width: 100%;
  }

  .three-up img:not(:first-child){
    display: none;
  }
}


/* Section 7 form */
.form-section{
  padding-top:100px;
}

@media (max-width: 991.98px){
.form-section{
  padding-top:25px;
}
}


.gfield input,
.gfield textarea,
.axia-input{
    background: #3E5177 !important;
    border: 0 !important;
    border-radius: 29px !important;
    padding: 18px 18px !important;
    font-size: var(--fs-body) !important;
    line-height: var(--lh-body) !important;
	font-weight: 400 !important;
}
.gfield input:not([type="checkbox"]),
.axia-input{
	height:56px !important;
}
body .gform_wrapper select{
    background: #3E5177 !important;
    border: 0 !important;
    border-radius: 29px !important;
    padding: 16px 18px !important;
    font-size: var(--fs-body) !important;
    line-height: var(--lh-body) !important;
	font-weight: 400 !important;
	height:56px !important;
}


.ginput_container_consent .gform-field-label{   
    font-size: var(--fs-body) !important;
    line-height: var(--lh-body) !important;
	font-weight: 400;
	margin-left: .5rem !important;
}
.gfield input,
.gfield textarea,
.ginput_container_consent .gform-field-label,
body .gform_wrapper select,
.axia-input{
color: #fff !important;
}
.gfield input::placeholder,
.gfield select option,
.gfield select .gf_placeholder,
.gfield textarea::placeholder,
.axia-input::placeholder{
  color: rgba(255,255,255,.85) !important;
}
.gfield textarea,
.axia-textarea{ resize: vertical !important; }
.gfield textarea {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))!important;
}/**/

.gform-theme--framework .gform_validation_errors{
    border: var(--gf-form-validation-border-width) var(--gf-form-validation-border-style) var(--gold-pale)!important;
}
.gform-theme--framework .gform_validation_errors .gform-icon{
    color: var(--gold-pale)!important;
    border-color: rgba(var(--gold-pale),0.25)!important;
}
.gform-theme--framework .gform_validation_errors:focus{
    border-color: var(--gold-pale)!important;
    outline-color: var(--gold-pale)!important;
}
.gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gform_validation_errors .gform_submission_error,
label.error{
  color: var(--gold-pale)!important;
  font-weight:500;
  margin-top:10px;
  display:block;
  font-size:14px;
  line-height:20px;
}




/* Round checkbox with X */
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{
	color: #FFFFFF!important;
}



.axia-checkbox{
  display:flex;
  align-items:flex-start;
  cursor:pointer;
  user-select:none;
  color:#fff;
  font-weight:400;
}

.axia-checkbox input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.checkmark{
  width:28px;
  height:28px;
  border-radius:999px;
  background:#3E5177;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 auto;
}

.axia-checkbox input:checked + .checkmark::before{
  content:"x";
  color:#fff;
  font-weight:800;
  font-size:18px;
  line-height:1;
}

/* gradient bar at bottom */
.form-gradient-bar{
  height:9px;
  background: linear-gradient(90deg,
    #E3A830 0%,
    #FFE4AD 25%,
    #FFFFFF 60%,
    #E3A830 100%
  );
  margin-top:100px;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
color: var(--gold-btn) !important;
    background: linear-gradient(90deg, #0F578D 0%, #001B4E 100%) !important;
    box-shadow: 0 3px 11px rgba(0, 0, 0, .35) !important;
border:0 !important;
  padding: var(--btn-pad-y) var(--btn-pad-x) !important;
  border-radius: 999px !important;
  font-size: clamp(14px, 0.6vw + 12px, 16px) !important;
  line-height: clamp(18px, 0.8vw + 14px, 19px) !important;
  font-weight:600 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-decoration:none !important;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease, background .2s ease !important;
  box-shadow: 0 3px 11px rgba(0,0,0,.35) !important; /* blue shadow default (per spec) */
}
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{
	  color: var(--blue-dark) !important;
  background: linear-gradient(90deg, #FFE3B7 0%, #E3A830 100%) !important;
  box-shadow: -4px -2px 5px rgba(227,168,48,.87) !important;
}
@media (max-width: 991.98px){
	.form-gradient-bar{
	  margin-top:60px;
	}
}
	
/* Section 8 */
.partner-section{ background: var(--blue-dark); }
.py-partner{ padding-top:82px; padding-bottom:59px; }
.partner-logo{ width:100%; max-width:420px; height:auto; }



.section-normal {
    margin-top: calc(var(--nav-h) + var(--header-offset)) !important;
}
.section-normal .axia-h2 {
    margin: 74px 0 59px !important;
}
@media (max-width: 991.98px){
  .py-partner{
    padding-top: 42px;
    padding-bottom: 12px;
  }
.partner-logo {
    width: 60%;
    max-width: 340px;
    height: auto;
}
.section-normal {
    margin-top: 0 !important;
}	
	
.partner-section{ padding-bottom: 44px; }
	
	.hero.privacyhero h2.axia-h2.hero-title {
    margin-top: var(--header-offset) !important;
}
	
}

/* Footer */
.footer-section{
  background: var(--blue-dark);
  color:#fff;
  padding: 5px 0 44px 0;
}

.footer-text{
  font-size:15px;
  line-height:22px;
  align-items: flex-end;
}
div#map {
    height: 500px;
}

/* Responsive tweaks */
@media (max-width: 991.98px){
  
  .section-parallax{
    background-attachment: scroll; /* iOS friendly */
    height:auto;
    padding-bottom:80px;
  }
  .pt-parallax{ padding-top:60px; }
  .amenities-photos-inner{ top:-20px; margin-bottom: -87px;}
  .mt-section3{ margin-top:40px; }
  .mt-privacy{ margin-top:0px; }
  .mb-section3{ margin-bottom:60px; }
  .three-up img{ height: 260px; }
}

@media (max-width: 576px){
	.icon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 24px;
    align-items: start;
	}
}
/*@media (max-width: 405px){*/
@media (max-width: 475px){
	.removereturn{
		    display: none !important;
	}
}


/* =========================
   VIDEO BACKGROUND � FORM SECTION
========================= */
/* container */
.vidbg{
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

/* video cover */
.vidbg-video{
  /*position: absolute;*/
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;

  /* subtle entrance (initial state) */
  opacity: 0;
  transform: scale(1.03);
  transition: opacity .8s ease, transform 1.2s ease;
  will-change: opacity, transform;
}

/* when ready/visible */
.vidbg-video.is-ready{
  opacity: 1;
  transform: scale(1);
}

/* overlay */
.vidbg::after{
  content:"";
  position:absolute;
  inset:0;
  /*background: rgba(16, 37, 79, 0.35);*/
  z-index: 1;
  pointer-events: none;
}

/* accessibility: reduce motion */
@media (prefers-reduced-motion: reduce){
  .vidbg-video{
    transition: none;
    transform: none;
    opacity: 1;
  }
}



@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}


@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.otgs-development-site-front-end{display:none !important}


div.error-title {
    margin: 0 !important;
    padding: 74px 0 29px;
}
.wpb-content.errorpage {
    padding-top: var(--header-offset);
    margin-bottom: 100px;
}
div.error-title {
    margin: 0 !important;
    padding: 74px 0 29px;
    font-weight: 700;
	font-family: "georgia", sans-serif;
}
.error-title-wrap p {
    font-weight: 400;
    font-style: normal;
    font-size: var(--fs-h2) !important;
    line-height: var(--lh-h2) !important;
    margin: 35px 0 59px !important;
}
.error-content{
    text-align: center;
}