@charset "UTF-8";
.\!font-heading h1,
.\!font-heading h2,
.\!font-heading h3,
.\!font-heading h4,
.\!font-heading h5,
.\!font-heading h6 {
  font-family: Noto Serif, serif !important;
}
.\!font-heading h1 a,
.\!font-heading h2 a,
.\!font-heading h3 a,
.\!font-heading h4 a,
.\!font-heading h5 a,
.\!font-heading h6 a {
  font-family: Noto Serif, serif !important;
}
.\!font-heading h1 a span,
.\!font-heading h2 a span,
.\!font-heading h3 a span,
.\!font-heading h4 a span,
.\!font-heading h5 a span,
.\!font-heading h6 a span {
  font-family: Noto Serif, serif !important;
}

html {
  overflow-x: hidden;
}

body {
  font-family: Figtree, ui-sans-serif, system-ui, sans-serif;
  background-color: #020042;
  transition: background-color 0.3s ease;
  overflow-x: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 300;
}
body div p {
  font-size: 18px;
  margin-bottom: 20px;
}
body div p:last-child {
  margin-bottom: 0;
}
body div input,
body div textarea {
  font-size: 18px !important;
  color: #efe6e1;
  margin-bottom: 20px;
}
body div input:last-child,
body div textarea:last-child {
  margin-bottom: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
}
header a,
header a span {
  transition: color 0.3s ease;
  color: #efe6e1 !important;
}

body:not(.fl-builder-edit) header:not(.fl-theme-builder-header-sticky) .logo-site {
  filter: invert(1) brightness(10) !important;
}

header.fl-theme-builder-header-sticky {
  background-color: #efe6e1;
}
header.fl-theme-builder-header-sticky h1,
header.fl-theme-builder-header-sticky h2,
header.fl-theme-builder-header-sticky h3,
header.fl-theme-builder-header-sticky h4,
header.fl-theme-builder-header-sticky h5,
header.fl-theme-builder-header-sticky h6,
header.fl-theme-builder-header-sticky p,
header.fl-theme-builder-header-sticky a,
header.fl-theme-builder-header-sticky a span {
  color: #020042 !important;
}

.hero-title {
  font-size: 25px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .hero-title {
    font-size: 60px;
  }
}
@media (min-width: 1280px) {
  .hero-title {
    font-size: 80px;
  }
}
@media (min-width: 1536px) {
  .hero-title {
    font-size: 100px;
  }
}
.hero-title__line1 {
  display: block;
  white-space: nowrap;
  text-align: left;
  font-family: Figtree, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-style: normal !important;
}
@media screen and (max-width: 767px) {
  .hero-title__line1 {
    font-weight: 500 !important;
  }
}
.hero-title__line2 {
  display: block;
  font-style: normal;
  font-family: Figtree, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-left: 10%;
  margin-top: 0.1em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .hero-title__line2 {
    margin-left: 10%;
  }
}
@media (min-width: 1024px) {
  .hero-title__line2 {
    margin-left: 20%;
  }
}
@media (min-width: 1280px) {
  .hero-title__line2 {
    margin-left: 25%;
  }
}
@media screen and (max-width: 767px) {
  .hero-title__line2 {
    font-weight: 500 !important;
  }
}

.hero-image-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding: 5vh 0;
}
@media screen and (max-width: 767px) {
  .hero-image-section {
    min-height: 300px;
  }
}

.hero-image-wrapper {
  width: 50vw;
  margin: 0 auto;
  transform-origin: center;
}

.hero-image {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .hero-image {
    height: 300px;
  }
}

.hero-title--inverted .hero-title__line1-inverted {
  display: block;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: center;
  padding-left: 10%;
  font-style: italic;
}
@media (min-width: 768px) {
  .hero-title--inverted .hero-title__line1-inverted {
    padding-left: 15%;
  }
}
@media (min-width: 1024px) {
  .hero-title--inverted .hero-title__line1-inverted {
    padding-left: 25%;
  }
}
@media (min-width: 1280px) {
  .hero-title--inverted .hero-title__line1-inverted {
    padding-left: 30%;
  }
}
.hero-title--inverted .hero-title__line2-inverted {
  display: block;
  font-family: Figtree, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0.1em;
  white-space: nowrap;
  text-align: center;
  padding-right: 10%;
}
@media (min-width: 768px) {
  .hero-title--inverted .hero-title__line2-inverted {
    padding-right: 15%;
  }
}
@media (min-width: 1024px) {
  .hero-title--inverted .hero-title__line2-inverted {
    padding-right: 25%;
  }
}
@media (min-width: 1280px) {
  .hero-title--inverted .hero-title__line2-inverted {
    padding-right: 30%;
  }
}
@media (min-width: 1536px) {
  .hero-title--inverted .hero-title__line2-inverted {
    padding-right: 35%;
  }
}

#smooth-wrapper {
  overflow: hidden;
}

#smooth-content {
  will-change: transform;
}

.fl-page-content {
  background-color: #020042;
  min-height: 100vh;
}

.image-wrapper {
  overflow: hidden;
  will-change: transform;
}

#hero-banner .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(2, 0, 66, 0.6) 0%, rgba(2, 0, 66, 0.2) 60%, rgb(2, 0, 66) 100%);
}
@media screen and (max-width: 767px) {
  #hero-banner .gradient-overlay {
    background: linear-gradient(180deg, rgba(2, 0, 66, 0.6) 0%, rgba(2, 0, 66, 0.4) 60%, rgb(2, 0, 66) 100%);
  }
}

.section-title {
  font-family: Figtree, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 25px;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  .section-title {
    font-size: 45px;
  }
}

.section-subtitle {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
}
@media (min-width: 768px) {
  .section-subtitle {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .section-subtitle {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .section-subtitle {
    font-size: 36px;
  }
}

@media (max-width: 900px) {
  .points-interet {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.points-interet .points-table {
  border-top: 1px solid rgba(239, 230, 225, 0.4);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.points-interet .points-table--columns {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  gap: 0;
  border-top: 1px solid rgba(239, 230, 225, 0.4);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  /* keep table layout on small screens and allow horizontal scroll */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  min-width: 640px;
}
.points-interet .points-header--columns {
  display: table-row;
  font-family: Figtree, sans-serif;
  font-size: 17.1px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #efe6e1;
  opacity: 1;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.points-interet .points-header--columns .points-header-label,
.points-interet .points-header--columns .points-header-distance,
.points-interet .points-header--columns .points-header-walk,
.points-interet .points-header--columns .points-header-car {
  display: table-cell;
  padding: 0 0.5rem 0.5rem 0;
  text-align: left;
  border-bottom: 1px solid rgba(239, 230, 225, 0.4);
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.points-interet .points-header--columns .points-header-label {
  min-width: 180px;
}
.points-interet .points-header--columns .points-header-distance,
.points-interet .points-header--columns .points-header-walk,
.points-interet .points-header--columns .points-header-car {
  min-width: 90px;
  text-align: left;
}
.points-interet .point-row--columns {
  display: table-row;
}
.points-interet .point-row--columns .point-name,
.points-interet .point-row--columns .point-distance,
.points-interet .point-row--columns .point-walk,
.points-interet .point-row--columns .point-car {
  display: table-cell;
  vertical-align: middle;
}
.points-interet .point-row--columns .point-name {
  font-family: "Noto Serif", serif;
  font-style: normal;
  font-size: 19px;
  color: #efe6e1;
  min-width: 180px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
  padding: 0.75rem 0.5rem 0.75rem 0;
  border-bottom: 1px solid rgba(239, 230, 225, 0.15);
}
.points-interet .point-row--columns .point-distance,
.points-interet .point-row--columns .point-walk,
.points-interet .point-row--columns .point-car {
  font-family: Figtree, sans-serif;
  font-size: 17.1px;
  color: #efe6e1;
  opacity: 0.9;
  min-width: 90px;
  text-transform: none;
  font-style: normal;
  font-weight: 300;
  padding: 0.75rem 0.5rem 0.75rem 0;
  border-bottom: 1px solid rgba(239, 230, 225, 0.15);
}
.points-interet .point-row--columns:last-child .point-name, .points-interet .point-row--columns:last-child .point-distance, .points-interet .point-row--columns:last-child .point-walk, .points-interet .point-row--columns:last-child .point-car {
  border-bottom: none;
}
@media (max-width: 900px) {
  .points-interet .points-table--columns {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    min-width: 560px;
  }
  .points-interet .points-header--columns .points-header-label,
  .points-interet .points-header--columns .points-header-distance,
  .points-interet .points-header--columns .points-header-walk,
  .points-interet .points-header--columns .points-header-car {
    padding: 0.35rem 0.5rem;
    font-size: 15px;
  }
  .points-interet .point-row--columns .point-name,
  .points-interet .point-row--columns .point-distance,
  .points-interet .point-row--columns .point-walk,
  .points-interet .point-row--columns .point-car {
    padding: 0.5rem 0.5rem;
    font-size: 15px;
  }
}

.villas-section .villas-gallery {
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  overflow: visible;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.villas-section .villas-slider {
  --slide-radius: 0;
  width: 100vw;
}
.villas-section .villas-slider .swiper-wrapper {
  align-items: stretch;
}
.villas-section .villas-slider .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 400px;
  height: 400px !important;
  max-height: 400px;
  flex-shrink: 0;
  margin-left: 0 !important;
  padding: 0 !important;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  .villas-section .villas-slider {
    overflow: visible;
  }
  .villas-section .villas-slider .swiper-wrapper {
    overflow: visible;
  }
}
@media screen and (min-width: 1280px) {
  .villas-section .villas-slider .swiper-slide {
    width: 900px !important;
    height: 500px !important;
    max-height: 500px;
  }
  .villas-section .villas-slider .villa-slide-card {
    width: 900px;
    height: 500px;
    min-height: 500px;
    max-height: 500px;
  }
  .villas-section .villas-slider .villa-slide-image {
    min-height: 500px;
    max-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .villas-section .villas-slider .swiper-slide {
    display: flex;
    justify-self: center;
  }
}
.villas-section .villas-slider .swiper-slide-active {
  opacity: 1;
}
.villas-section .villa-slide-card {
  position: relative;
  width: 640px;
  height: 400px;
  min-height: 400px;
  max-height: 400px;
  margin: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  background: none;
  isolation: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.villas-section .villa-slide-card::after {
  display: none !important;
  content: none !important;
  background: none !important;
}
.villas-section .villa-slide-card figcaption {
  display: none;
}
.villas-section .villa-slide-image {
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  /* plus d'aspect-ratio */
}
.villas-section .swiper-pagination {
  position: static;
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.villas-section .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 999px;
  background-color: rgba(239, 230, 225, 0.4);
  opacity: 1;
  transition: background-color 0.3s ease;
}
.villas-section .swiper-pagination-bullet-active {
  background-color: #efe6e1;
}
.villas-section .swiper-button-next,
.villas-section .swiper-button-prev {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(239, 230, 225, 0.35);
  background-color: rgba(2, 0, 66, 0.4);
  color: #efe6e1;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.villas-section .swiper-button-next::after,
.villas-section .swiper-button-prev::after {
  font-size: 16px;
}
.villas-section .swiper-button-next:hover,
.villas-section .swiper-button-prev:hover {
  background-color: rgba(239, 230, 225, 0.2);
  transform: translateY(-2px);
}
.villas-section .villas-table-wrapper {
  margin-top: clamp(3rem, 6vw, 5rem);
  background: none;
  border: none;
  border-radius: 0;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  box-shadow: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.villas-section .villas-table {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.villas-section .villas-table-row {
  display: grid;
  grid-template-columns: minmax(200px, 1.1fr) repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(239, 230, 225, 0.18);
}
.villas-section .villas-table-row--title {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #efe6e1;
  opacity: 1;
  background: none;
  box-shadow: none;
  border-bottom: 2px solid rgba(239, 230, 225, 0.28);
}
.villas-section .villas-table-row:last-child {
  border-bottom: none;
}
.villas-section .villas-table-cell {
  font-family: Figtree, sans-serif;
  color: #efe6e1;
  opacity: 0.95;
  text-align: center;
  padding: 0.5rem 0.2rem;
}
.villas-section .villas-table-cell:first-child {
  text-align: left;
}
.villas-section .villas-table-label {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 300;
  color: #efe6e1;
  opacity: 1;
}
.villas-section .villas-table-caption {
  margin-top: 2rem;
  letter-spacing: 0.08em;
}
@media (max-width: 1023px) {
  .villas-section {
    /* Keep table layout on mobile and allow horizontal scrolling */
  }
  .villas-section .villas-table-wrapper {
    max-width: 100%;
    padding: 1rem 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .villas-section .villas-table {
    min-width: 720px; /* ensure columns keep their width and table can scroll */
  }
  .villas-section .villas-table-row {
    gap: 0.75rem;
    /* keep the desktop grid-template-columns so rows remain tabular */
  }
  .villas-section .villas-table-cell {
    white-space: nowrap;
    text-align: center;
    padding: 0.75rem 0.5rem;
  }
  .villas-section .villas-table-cell:first-child {
    text-align: left;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .villas-section .villas-gallery {
    padding: 1rem;
    border-radius: 24px;
  }
  .villas-section .villas-slider .swiper-slide {
    transform: scale(0.96);
    height: 280px !important;
    min-height: 280px;
    max-height: 280px;
  }
  .villas-section .villa-slide-card {
    width: 100%;
    aspect-ratio: 16/9;
    min-width: 0;
    min-height: 0;
    height: 280px;
    max-height: 280px;
  }
  .villas-section .villa-slide-image {
    height: 280px;
    min-height: 280px;
    max-height: 280px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  padding: 12px;
}

@media screen and (min-width: 1024px) {
  .villas-table-row {
    font-size: 1.45rem;
  }
  .villas-table-cell {
    font-size: 1.45rem;
  }
  .villas-table-label {
    font-size: 1.6rem;
  }
  .villas-table-row--title {
    font-size: 2rem;
  }
}
.atouts-section {
  margin-left: auto;
  margin-right: auto;
}

.card-atouts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.2rem;
  padding: 2.2rem 2rem 4rem 2.5rem;
  border-left: 0.0625rem solid rgba(239, 230, 225, 0.5);
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.card-atouts__icon-wrapper {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.card-atouts__icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.5rem;
}
.card-atouts__title {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.7rem;
  color: #efe6e1;
  margin: 0 0 0.7rem 0;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  .card-atouts__title {
    font-size: 2.1rem;
  }
}
.card-atouts__text, .card-atouts__text p {
  font-family: Figtree, sans-serif;
  font-size: 1.22rem;
  color: #efe6e1;
  margin: 0;
  opacity: 0.97;
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .card-atouts__text, .card-atouts__text p {
    font-size: 1.35rem;
  }
}

/* Contact Form 7 - Californie */
.contact-form {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.contact-form .wpcf7-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 2.2rem !important;
  background: transparent !important;
  width: 100% !important;
}

.contact-form .wpcf7-form-control {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.85) !important;
  color: #efe6e1 !important;
  font-family: Figtree, ui-sans-serif, system-ui, sans-serif !important;
  padding: 0.7rem 0 0.5rem 0 !important;
  margin-bottom: 0.2rem !important;
  transition: border-color 0.2s !important;
  outline: none !important;
}

.contact-form .wpcf7-form-control:focus {
  border-bottom: 2px solid #efe6e1 !important;
}

.contact-form textarea.wpcf7-form-control {
  resize: vertical !important;
  height: 100px;
}

.contact-form .wpcf7-submit {
  background: #cfdc27 !important;
  color: #020042 !important;
  border: none !important;
  border: 1px solid #cfdc27 !important;
  padding: 10px 0 !important;
  font-family: Figtree, ui-sans-serif, system-ui, sans-serif !important;
  cursor: pointer !important;
  margin-top: 1.2rem !important;
  transition: background 0.2s, color 0.2s, border-color 0.2s !important;
}

.contact-form .wpcf7-submit:hover,
.contact-form .wpcf7-submit:focus {
  background: #efe6e1 !important;
  color: #020042 !important;
  border: 1px solid #efe6e1 !important;
}

.contact-form ::-moz-placeholder {
  color: rgba(239, 230, 225, 0.7) !important;
  opacity: 1 !important;
}

.contact-form ::placeholder {
  color: rgba(239, 230, 225, 0.7) !important;
  opacity: 1 !important;
}

.wpcf7-response-output {
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  color: #efe6e1 !important;
}

.text-footer p {
  color: #efe6e1 !important;
  font-size: 16px !important;
}
.text-footer p a {
  color: #efe6e1 !important;
  text-decoration: underline !important;
}
.text-footer p a:hover {
  color: #cfdc27 !important;
}

li.menu-item a {
  padding: 10px 20px !important;
}
li.menu-item a:hover, li.menu-item a:focus, li.menu-item a.current-menu-item a, li.menu-item a:active {
  color: #cfdc27 !important;
  background-color: transparent !important;
  border: 0 !important;
  outline: none !important;
  text-decoration: none !important;
}

li#menu-item-89 a {
  background-color: #cfdc27 !important;
  border: 0 !important;
  outline: none !important;
  text-decoration: none !important;
  color: #020042 !important;
  border: 0 !important;
  outline: none !important;
  text-decoration: none !important;
}
li#menu-item-89 a:hover, li#menu-item-89 a:focus, li#menu-item-89 a.current-menu-item a, li#menu-item-89 a:active {
  color: #020042 !important;
  background-color: #efe6e1 !important;
  border: 0 !important;
  outline: none !important;
  text-decoration: none !important;
}
.villas-table-cell.vendu {
  position: relative;
}
.villas-table-cell.vendu .sold-out-badge {
  position: absolute;
  top: -35%;
  right: 0;
  transform: translateX(-50%) rotate(20deg);
  background-color: #cfdc27;
  color: #020042;
  font-weight: bold;
  font-size: 1rem;
  padding: 2px 6px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: normal;
}

img.img-partner {
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  img.img-partner {
    height: 60px;
  }
}
img.img-partner.horizontal {
  height: auto !important;
  width: 300 !important;
}

/* Formulaire custom – style Californie (ex-CF7) */
.contact-form {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* Form */
.contact-form .bf-form {
  display: flex;
  flex-direction: column;
  background: transparent;
  width: 100%;
}

/* Champs */
.contact-form .bf-form input[type=text],
.contact-form .bf-form input[type=email],
.contact-form .bf-form input[type=tel],
.contact-form .bf-form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.85);
  color: #efe6e1;
  font-family: Figtree, ui-sans-serif, system-ui, sans-serif;
  padding: 0.7rem 0 0.5rem 0;
  margin-bottom: 0.2rem;
  transition: border-color 0.2s;
  outline: none;
}

/* Focus */
.contact-form .bf-form input:focus,
.contact-form .bf-form textarea:focus {
  border-bottom: 2px solid #efe6e1;
}

/* Textarea */
.contact-form .bf-form textarea {
  resize: vertical;
  height: 100px;
}

/* Bouton */
.contact-form .bf-form button {
  background: #cfdc27;
  padding: 10px 25px;
  border-radius: 0;
  width: 100%;
  color: #020042;
  border: 1px solid #cfdc27;
  font-family: Figtree, ui-sans-serif, system-ui, sans-serif;
  cursor: pointer;
  margin-top: 1.2rem;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

/* Hover / focus bouton */
.contact-form .bf-form button:hover,
.contact-form .bf-form button:focus {
  background: #efe6e1;
  color: #020042;
  border: 1px solid #efe6e1;
}

/* Placeholder */
.contact-form .bf-form ::-moz-placeholder {
  color: rgba(239, 230, 225, 0.7);
  opacity: 1;
}
.contact-form .bf-form ::placeholder {
  color: rgba(239, 230, 225, 0.7);
  opacity: 1;
}

/* Messages */
.contact-form .bf-alert {
  margin: 0;
  padding: 0;
  font-family: Figtree, ui-sans-serif, system-ui, sans-serif;
  color: #efe6e1;
}

/* Succès / erreur (optionnel mais propre) */
.contact-form .bf-ok {
  color: #efe6e1;
}

.contact-form .bf-err {
  color: #ffb4b4;
}

.contact-form .bf-form .bf-alert {
  margin-top: 0.8rem;
}

a.btn-plan {
  background-color: #cfdc27;
  color: #020042;
  border: 1px solid #cfdc27;
  padding: 10px 20px;
  border-radius: 0;
  font-family: "Figtree", sans-serif !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}
a.btn-plan:hover, a.btn-plan:focus, a.btn-plan:active {
  background-color: #efe6e1 !important;
  color: #020042 !important;
  border: 1px solid #efe6e1 !important;
}/*# sourceMappingURL=style.css.map */