@charset "UTF-8";
/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.2
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/
:root {
  --vf-dark: #020042;
  --vf-green: #cfdc27;
  --vf-green-dark: #b8c423;
  --vf-beige: #EFE6E1;
  --vf-light: #FAF8F5;
  --vf-text: #2D2D2D;
  --vf-muted: #6B6B6B;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Raleway", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

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

::-moz-selection {
  background-color: var(--vf-dark);
  color: #fff;
}

::selection {
  background-color: var(--vf-dark);
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a,
.fl-page a {
  text-decoration: none !important;
}
a:hover, a:focus, a:active,
.fl-page a:hover,
.fl-page a:focus,
.fl-page a:active {
  text-decoration: none !important;
}

/* Reset parent theme button styles — exclut nos boutons stylés .vf-btn */
button:not(.vf-btn):not(.vf-filter-btn):not(.cmplz-btn):not(.sib-default-btn),
.fl-page button:not(.vf-btn):not(.vf-filter-btn):not(.cmplz-btn):not(.sib-default-btn),
input[type=submit]:not(.vf-btn):not(.cmplz-btn):not(.sib-default-btn),
.fl-page input[type=submit]:not(.vf-btn):not(.cmplz-btn):not(.sib-default-btn) {
  cursor: pointer;
  box-sizing: border-box;
}

button:not(.vf-btn):not(.vf-filter-btn):not(.cmplz-btn):not(.sib-default-btn):hover,
button:not(.vf-btn):not(.vf-filter-btn):not(.cmplz-btn):not(.sib-default-btn):focus,
button:not(.vf-btn):not(.vf-filter-btn):not(.cmplz-btn):not(.sib-default-btn):active,
button:not(.vf-btn):not(.vf-filter-btn):not(.cmplz-btn):not(.sib-default-btn):focus-visible,
.fl-page button:not(.vf-btn):not(.vf-filter-btn):not(.cmplz-btn):not(.sib-default-btn):hover,
.fl-page button:not(.vf-btn):not(.vf-filter-btn):not(.cmplz-btn):not(.sib-default-btn):focus,
.fl-page button:not(.vf-btn):not(.vf-filter-btn):not(.cmplz-btn):not(.sib-default-btn):active,
.fl-page button:not(.vf-btn):not(.vf-filter-btn):not(.cmplz-btn):not(.sib-default-btn):focus-visible,
input[type=submit]:not(.vf-btn):not(.cmplz-btn):not(.sib-default-btn):hover,
input[type=submit]:not(.vf-btn):not(.cmplz-btn):not(.sib-default-btn):focus,
input[type=submit]:not(.vf-btn):not(.cmplz-btn):not(.sib-default-btn):active,
input[type=submit]:not(.vf-btn):not(.cmplz-btn):not(.sib-default-btn):focus-visible,
.fl-page input[type=submit]:not(.vf-btn):not(.cmplz-btn):not(.sib-default-btn):hover,
.fl-page input[type=submit]:not(.vf-btn):not(.cmplz-btn):not(.sib-default-btn):focus,
.fl-page input[type=submit]:not(.vf-btn):not(.cmplz-btn):not(.sib-default-btn):active,
.fl-page input[type=submit]:not(.vf-btn):not(.cmplz-btn):not(.sib-default-btn):focus-visible {
  cursor: pointer;
  box-sizing: border-box;
  color: inherit;
  display: inline-flex;
  outline: none !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

a:hover {
  color: inherit;
}

#site-header {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
#site-header.header-scrolled .header-inner {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.06);
}
#site-header a {
  text-decoration: none !important;
}

.vf-nav-link {
  position: relative;
  text-decoration: none !important;
}
.vf-nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background: var(--vf-green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.vf-nav-link:hover::after {
  transform: scaleX(1);
}
.vf-nav-link.vf-nav-active::after {
  transform: scaleX(1);
}

.vf-hero-slide {
  will-change: opacity;
}

.vf-hero-parallax {
  will-change: transform;
}

/* Gradient hero banners — zone réduite en bas pour la lisibilité */
.vf-hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) -20%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.vf-hero-gradient-accueil {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) -20%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.vf-hero-gradient-gallery-hover {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
}

.vf-hero-gradient-brochure-card {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.3) 100%);
}

/* Swiper hero overrides */
.vf-hero-swiper {
  width: 100%;
  height: 100%;
}
.vf-hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: transform 8s ease-out;
}
.vf-hero-swiper .swiper-slide-active img {
  transform: scale(1);
}

.vf-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.5s ease;
}

.vf-bullet-active {
  background: #cfdc27;
  width: 32px;
  border-radius: 9999px;
}

#gallery-grid {
  grid-auto-flow: dense;
}

.gallery-item {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

#vf-lightbox {
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* Newsletter input — override parent theme */
.fl-page-footer-wrap .vf-newsletter-input,
.fl-page-footer-wrap .vf-newsletter-form input[type=email] {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  font-weight: 500 !important;
  transition: border-color 0.3s ease !important;
}
.fl-page-footer-wrap .vf-newsletter-input::-moz-placeholder, .fl-page-footer-wrap .vf-newsletter-form input[type=email]::-moz-placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
}
.fl-page-footer-wrap .vf-newsletter-input::placeholder,
.fl-page-footer-wrap .vf-newsletter-form input[type=email]::placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
}
.fl-page-footer-wrap .vf-newsletter-input:focus,
.fl-page-footer-wrap .vf-newsletter-form input[type=email]:focus {
  outline: none !important;
  border-color: var(--vf-green) !important;
  box-shadow: none !important;
}

/* Brevo / Sendinblue — footer [sibwp_form] (plugin mailin) */
.fl-page-footer-wrap .vf-sibwp-wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.fl-page-footer-wrap .vf-sibwp-wrap .sib_signup_form {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-sizing: border-box !important;
}

.fl-page-footer-wrap .vf-sibwp-wrap [class*=sib_signup_box_inside] {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: flex-end !important;
  gap: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.fl-page-footer-wrap .vf-sibwp-wrap .sib_msg_disp {
  flex: 1 0 100% !important;
  width: 100% !important;
  order: -1 !important;
  margin: 0 0 0.35rem !important;
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
}

.fl-page-footer-wrap .vf-sibwp-wrap [class*=sib_signup_box_inside] > p {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.fl-page-footer-wrap .vf-sibwp-wrap p.sib-email-area {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.fl-page-footer-wrap .vf-sibwp-wrap [class*=sib_signup_box_inside] > p:not(.sib-email-area):not(:has(.sib-default-btn)):not(:has(input[type=submit])) {
  flex: 1 1 100% !important;
}

.fl-page-footer-wrap .vf-sibwp-wrap p:has(.sib-default-btn),
.fl-page-footer-wrap .vf-sibwp-wrap p:has(input[type=submit]) {
  flex: 0 0 auto !important;
}

.fl-page-footer-wrap .vf-sibwp-wrap input[type=text],
.fl-page-footer-wrap .vf-sibwp-wrap input[type=email],
.fl-page-footer-wrap .vf-sibwp-wrap input[type=tel],
.fl-page-footer-wrap .vf-sibwp-wrap select {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  font-weight: 500 !important;
  padding: 0.625rem 1rem !important;
  line-height: 1.5 !important;
  font-family: inherit !important;
  margin: 0 !important;
  border-radius: 0 !important;
  height: auto !important;
  transition: border-color 0.3s ease !important;
}
.fl-page-footer-wrap .vf-sibwp-wrap input[type=text]::-moz-placeholder, .fl-page-footer-wrap .vf-sibwp-wrap input[type=email]::-moz-placeholder, .fl-page-footer-wrap .vf-sibwp-wrap input[type=tel]::-moz-placeholder, .fl-page-footer-wrap .vf-sibwp-wrap select::-moz-placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
}
.fl-page-footer-wrap .vf-sibwp-wrap input[type=text]::placeholder,
.fl-page-footer-wrap .vf-sibwp-wrap input[type=email]::placeholder,
.fl-page-footer-wrap .vf-sibwp-wrap input[type=tel]::placeholder,
.fl-page-footer-wrap .vf-sibwp-wrap select::placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
}
.fl-page-footer-wrap .vf-sibwp-wrap input[type=text]:focus,
.fl-page-footer-wrap .vf-sibwp-wrap input[type=email]:focus,
.fl-page-footer-wrap .vf-sibwp-wrap input[type=tel]:focus,
.fl-page-footer-wrap .vf-sibwp-wrap select:focus {
  outline: none !important;
  border-color: var(--vf-green) !important;
  box-shadow: none !important;
}

.fl-page-footer-wrap .vf-sibwp-wrap label {
  display: block !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: rgba(239, 230, 225, 0.8) !important;
  margin: 0 0 0.25rem !important;
  font-weight: 600 !important;
}

.fl-page-footer-wrap .vf-sibwp-wrap .sib-default-btn,
.fl-page-footer-wrap .vf-sibwp-wrap input[type=submit] {
  background-color: var(--vf-dark) !important;
  color: #fff !important;
  border: none !important;
  padding: 0.625rem 1.25rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  font-family: inherit !important;
  border-radius: 0 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  white-space: nowrap !important;
  min-height: 2.75rem !important;
  box-sizing: border-box !important;
}
.fl-page-footer-wrap .vf-sibwp-wrap .sib-default-btn:hover, .fl-page-footer-wrap .vf-sibwp-wrap .sib-default-btn:focus, .fl-page-footer-wrap .vf-sibwp-wrap .sib-default-btn:focus-visible,
.fl-page-footer-wrap .vf-sibwp-wrap input[type=submit]:hover,
.fl-page-footer-wrap .vf-sibwp-wrap input[type=submit]:focus,
.fl-page-footer-wrap .vf-sibwp-wrap input[type=submit]:focus-visible {
  background-color: var(--vf-green) !important;
  color: var(--vf-dark) !important;
}

.fl-page-footer-wrap .vf-sibwp-wrap .sib_loader {
  position: absolute;
}

.fl-page-footer-wrap .vf-footer-legal-link,
.fl-page-footer-wrap .vf-footer-legal .privacy-policy-link {
  text-decoration: none !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#mobile-menu {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Boutons VF — hover cohérents */
.vf-btn {
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.vf-btn-primary,
.fl-page-footer-wrap .vf-newsletter-form button[type=submit],
.fl-page-footer-wrap .vf-sibwp-wrap .sib-default-btn,
.fl-page-footer-wrap .vf-sibwp-wrap input[type=submit] {
  background-color: var(--vf-dark) !important;
  color: #fff !important;
  border: none !important;
}
.vf-btn-primary:hover, .vf-btn-primary:focus, .vf-btn-primary:focus-visible,
.fl-page-footer-wrap .vf-newsletter-form button[type=submit]:hover,
.fl-page-footer-wrap .vf-newsletter-form button[type=submit]:focus,
.fl-page-footer-wrap .vf-newsletter-form button[type=submit]:focus-visible,
.fl-page-footer-wrap .vf-sibwp-wrap .sib-default-btn:hover,
.fl-page-footer-wrap .vf-sibwp-wrap .sib-default-btn:focus,
.fl-page-footer-wrap .vf-sibwp-wrap .sib-default-btn:focus-visible,
.fl-page-footer-wrap .vf-sibwp-wrap input[type=submit]:hover,
.fl-page-footer-wrap .vf-sibwp-wrap input[type=submit]:focus,
.fl-page-footer-wrap .vf-sibwp-wrap input[type=submit]:focus-visible {
  background-color: var(--vf-green) !important;
  color: var(--vf-dark) !important;
}

.vf-filter-btn {
  cursor: pointer;
  transition: all 0.3s ease;
}
.vf-filter-btn.active {
  background-color: var(--vf-dark) !important;
  color: #fff !important;
}
.vf-filter-btn.active:hover {
  background-color: var(--vf-dark) !important;
}
.vf-filter-btn:not(.active):hover {
  background-color: rgba(2, 0, 66, 0.1) !important;
  color: var(--vf-dark) !important;
}

.vf-btn-lightbox {
  background: transparent !important;
  border: none !important;
  color: rgba(255, 255, 255, 0.85) !important;
}
.vf-btn-lightbox:hover, .vf-btn-lightbox:focus {
  color: #fff !important;
  background: transparent !important;
}

@media (max-width: 768px) {
  .vf-hero-parallax {
    transform: none !important;
  }
}
/* Custom Tailwind-like utilities */
@media (min-width: 640px) {
  .sm\:h-18 {
    height: 4.5rem;
  }
  .sm\:pt-18 {
    padding-top: 4.5rem;
  }
  .sm\:-mt-18 {
    margin-top: -4.5rem;
  }
  .sm\:top-18 {
    top: 4.5rem;
  }
  .sm\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .vf-hero-parallax {
    transform: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .no-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .no-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .vf-filter-btn {
    font-size: 10px !important;
  }
}
.vf-filter-btn {
  border-color: var(--vf-dark) !important;
}

/* Contact Form 7 — même bloc que style.css (voir .vf-cf7-wrap) */
.vf-cf7-wrap .wpcf7 {
  margin: 0;
}

.vf-cf7-wrap .wpcf7-form {
  margin: 0;
}

.vf-cf7-wrap .wpcf7-form > p {
  margin: 0 0 1rem;
}

.vf-cf7-wrap .wpcf7-form > p:last-of-type {
  margin-bottom: 0;
}

.vf-cf7-wrap .vf-cf7-cell p,
.vf-cf7-wrap .vf-cf7-half p,
.vf-cf7-wrap .vf-cf7-full p {
  margin: 0 !important;
}

.vf-cf7-wrap .vf-cf7-cell p > label,
.vf-cf7-wrap .vf-cf7-half p > label,
.vf-cf7-wrap .vf-cf7-full p > label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0;
}

.vf-cf7-wrap .vf-cf7-cell p > label br,
.vf-cf7-wrap .vf-cf7-half p > label br,
.vf-cf7-wrap .vf-cf7-full p > label br {
  display: none;
}

.vf-cf7-wrap .wpcf7-form label {
  display: block;
  font-weight: 500;
  color: #3a3a3a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  font-size: inherit;
}

.vf-cf7-wrap .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.vf-cf7-wrap .vf-cf7-cell,
.vf-cf7-wrap .vf-cf7-half {
  min-width: 0;
}

.vf-cf7-wrap .vf-cf7-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 1.25rem;
  margin-bottom: 1.25rem;
  align-items: start;
}

@media (min-width: 640px) {
  .vf-cf7-wrap .vf-cf7-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .vf-cf7-wrap .vf-cf7-row.vf-cf7-row--objet-msg,
  .vf-cf7-wrap .vf-cf7-row.vf-cf7-row--accept {
    grid-template-columns: 1fr;
  }
}
.vf-cf7-wrap .vf-cf7-row--4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .vf-cf7-wrap .vf-cf7-row--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.vf-cf7-wrap .vf-cf7-row.vf-cf7-row--objet-msg {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 0.75rem 1.25rem;
}

.vf-cf7-wrap .vf-cf7-row--objet-msg .vf-cf7-cell {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.vf-cf7-wrap .vf-cf7-row--objet-msg .vf-cf7-cell .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.vf-cf7-wrap .vf-cf7-row--objet-msg textarea {
  min-height: 9.5rem;
}

.vf-cf7-wrap .vf-cf7-row--objet-msg select {
  min-height: 3rem;
}

.vf-cf7-wrap .vf-cf7-row.vf-cf7-row--accept {
  grid-template-columns: 1fr;
  gap: 0.65rem 1.25rem;
}

.vf-cf7-wrap .vf-cf7-full {
  margin-bottom: 1.25rem;
}

.vf-cf7-wrap .vf-cf7-row:last-child,
.vf-cf7-wrap .vf-cf7-full:last-child {
  margin-bottom: 0;
}

.vf-cf7-wrap .wpcf7-form .wpcf7-acceptance label {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0;
  cursor: pointer;
}

.vf-cf7-wrap .wpcf7-form input[type=text],
.vf-cf7-wrap .wpcf7-form input[type=email],
.vf-cf7-wrap .wpcf7-form input[type=tel],
.vf-cf7-wrap .wpcf7-form input[type=url],
.vf-cf7-wrap .wpcf7-form input[type=number],
.vf-cf7-wrap .wpcf7-form select,
.vf-cf7-wrap .wpcf7-form textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  color: #3a3a3a;
  padding: 0.75rem 1rem;
  font-family: inherit;
  line-height: 1.5;
  transition: border-color 0.2s ease;
}

@media (min-width: 640px) {
  .vf-cf7-wrap .wpcf7-form input[type=text],
  .vf-cf7-wrap .wpcf7-form input[type=email],
  .vf-cf7-wrap .wpcf7-form input[type=tel],
  .vf-cf7-wrap .wpcf7-form input[type=url],
  .vf-cf7-wrap .wpcf7-form input[type=number],
  .vf-cf7-wrap .wpcf7-form select,
  .vf-cf7-wrap .wpcf7-form textarea {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}
.vf-cf7-wrap .wpcf7-form input:focus,
.vf-cf7-wrap .wpcf7-form select:focus,
.vf-cf7-wrap .wpcf7-form textarea:focus {
  outline: none !important;
  border-color: var(--vf-green) !important;
  box-shadow: none !important;
}

.vf-cf7-wrap .wpcf7-form textarea {
  resize: vertical;
  min-height: 8rem;
}

.vf-cf7-wrap .wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.vf-cf7-wrap .wpcf7-form .wpcf7-list-item label {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0;
  cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item label {
  display: flex !important;
  align-items: center !important;
}

.vf-cf7-wrap .wpcf7-form input[type=checkbox],
.vf-cf7-wrap .wpcf7-form input[type=radio] {
  width: 1rem;
  height: 1rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
  accent-color: var(--vf-dark);
}

.vf-cf7-wrap--contact .wpcf7-form {
  display: block;
}

.vf-cf7-wrap--contact .vf-cf7-row,
.vf-cf7-wrap--contact .vf-cf7-full {
  margin-bottom: 0.85rem;
}

.vf-cf7-wrap--contact .vf-cf7-row:last-of-type,
.vf-cf7-wrap--contact .vf-cf7-full:last-of-type {
  margin-bottom: 0.65rem;
}

.vf-cf7-wrap--contact .wpcf7-form > p:has(input[type=submit]),
.vf-cf7-wrap--contact .wpcf7-form > p:has(button[type=submit]),
.vf-cf7-wrap--contact .wpcf7-form > p:has(.wpcf7-submit) {
  margin-top: 0.25rem;
  margin-bottom: 0;
}

.vf-cf7-wrap--brochure .wpcf7-form {
  display: block;
}

.vf-cf7-wrap--brochure .wpcf7-form p {
  margin-bottom: 0.5rem;
}

.vf-cf7-wrap--brochure .vf-cf7-row {
  margin-bottom: 0.5rem;
  gap: 0.5rem 0.75rem;
}

.vf-cf7-wrap--brochure .vf-cf7-full {
  margin-bottom: 0.5rem;
}

.vf-cf7-wrap--brochure .wpcf7-form label {
  margin-bottom: 0.35rem;
}

.vf-cf7-wrap--brochure .wpcf7-form > p:has(input[type=submit]),
.vf-cf7-wrap--brochure .wpcf7-form > p:has(button[type=submit]),
.vf-cf7-wrap--brochure .wpcf7-form > p:has(.wpcf7-submit) {
  margin-top: 0.35rem;
  margin-bottom: 0;
}

.vf-cf7-wrap .wpcf7-form input[type=submit],
.vf-cf7-wrap .wpcf7-form button[type=submit] {
  width: auto;
  min-width: 12rem;
  padding: 0.875rem 2.5rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  font-family: inherit !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
  background-color: var(--vf-dark) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.vf-cf7-wrap .wpcf7-form input[type=submit]:hover,
.vf-cf7-wrap .wpcf7-form input[type=submit]:focus,
.vf-cf7-wrap .wpcf7-form input[type=submit]:focus-visible,
.vf-cf7-wrap .wpcf7-form button[type=submit]:hover,
.vf-cf7-wrap .wpcf7-form button[type=submit]:focus,
.vf-cf7-wrap .wpcf7-form button[type=submit]:focus-visible {
  background-color: var(--vf-green) !important;
  color: var(--vf-dark) !important;
}

.vf-cf7-wrap--brochure .wpcf7-form input[type=submit],
.vf-cf7-wrap--brochure .wpcf7-form button[type=submit] {
  width: 100%;
}

.vf-cf7-wrap .wpcf7-not-valid-tip {
  color: #b91c1c;
  font-size: 0.8125rem;
  margin-top: 0.35rem;
  display: block;
}

.vf-cf7-wrap .wpcf7-response-output {
  margin: 1rem 0 0 !important;
  border: 1px solid #e5e7eb !important;
}

.vf-cf7-wrap .wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--vf-green) !important;
  background: rgba(207, 220, 39, 0.12);
  color: var(--vf-dark);
}

.vf-cf7-wrap .wpcf7 form.invalid .wpcf7-response-output,
.vf-cf7-wrap .wpcf7 form.failed .wpcf7-response-output,
.vf-cf7-wrap .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #fecaca !important;
  background: #fef2f2;
  color: #991b1b;
}

.vf-cf7-wrap .wpcf7-spinner {
  margin-left: 0.5rem;
}/*# sourceMappingURL=style.css.map */