@charset "UTF-8";
/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
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
*/
header.fl-page-header.fl-page-header-fixed {
  display: none !important;
}

html,
body {
  overflow-x: hidden;
}

.herobanner {
  height: calc(100vh - 178px);
}

body .fl-page {
  background-color: #f6f6f6;
}
body .fl-page #fl-main-content {
  background-color: #f6f6f6;
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  transition: all 1s ease-in-out;
}
.page-loader.phase-2 {
  background-color: #bf213d;
}
.page-loader.phase-4 {
  opacity: 0;
  pointer-events: none;
}
.page-loader .loader-content {
  width: 100px;
  height: 100px;
  transition: all 1s ease-in-out;
}
.page-loader .loader-content.phase-1 {
  animation: double-spin 1s ease-in-out;
}
.page-loader .loader-content.phase-2 {
  width: 150vw;
  height: 150vh;
}

@keyframes double-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
body .fl-page h1,
body .fl-page h2,
body .fl-page h3,
body .fl-page h4,
body .fl-page h5,
body .fl-page h6,
body .fl-page p,
body .fl-page div {
  font-family: "Lato", sans-serif;
}
body .fl-page p,
body .fl-page li,
body .fl-page a,
body .fl-page span,
body .fl-page div {
  font-size: 18px;
}
@media (min-width: 1536px) {
  body .fl-page p,
  body .fl-page li,
  body .fl-page a,
  body .fl-page span,
  body .fl-page div {
    font-size: 20px;
  }
}
body .fl-page p {
  color: #3c3c3b;
}
body .fl-page p.text-red-cornavin {
  color: #bf213d;
}

section.section-container-form-footer .fl-row-content,
div#form-contact-page .fl-row-content {
  width: 100%;
}
@media (max-width: 1280px) {
  section.section-container-form-footer .fl-row-content,
  div#form-contact-page .fl-row-content {
    max-width: 90vw;
  }
}
@media (min-width: 1280px) {
  section.section-container-form-footer .fl-row-content,
  div#form-contact-page .fl-row-content {
    max-width: 80vw;
  }
}
section.section-container-form-footer .fl-row-content .form-cf7-footer,
div#form-contact-page .fl-row-content .form-cf7-footer {
  max-width: 500px;
  margin: 0 auto;
}
section.section-container-form-footer .form-cf7-footer input[type=text],
section.section-container-form-footer .form-cf7-footer input[type=email],
section.section-container-form-footer .form-cf7-footer input[type=tel],
section.section-container-form-footer .form-cf7-footer input[type=number],
section.section-container-form-footer .form-cf7-footer input[type=date],
section.section-container-form-footer .form-cf7-footer input[type=time],
section.section-container-form-footer .form-cf7-footer input[type=url],
section.section-container-form-footer .form-cf7-footer input[type=search],
section.section-container-form-footer .form-cf7-footer input[type=password],
section.section-container-form-footer .form-cf7-footer textarea,
div#form-contact-page .form-cf7-footer input[type=text],
div#form-contact-page .form-cf7-footer input[type=email],
div#form-contact-page .form-cf7-footer input[type=tel],
div#form-contact-page .form-cf7-footer input[type=number],
div#form-contact-page .form-cf7-footer input[type=date],
div#form-contact-page .form-cf7-footer input[type=time],
div#form-contact-page .form-cf7-footer input[type=url],
div#form-contact-page .form-cf7-footer input[type=search],
div#form-contact-page .form-cf7-footer input[type=password],
div#form-contact-page .form-cf7-footer textarea {
  border-radius: 8px !important;
  border: 1px solid #bf213d !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #bf213d !important;
  font-size: 16px !important;
}
@media (min-width: 1536px) {
  section.section-container-form-footer .form-cf7-footer input[type=text],
  section.section-container-form-footer .form-cf7-footer input[type=email],
  section.section-container-form-footer .form-cf7-footer input[type=tel],
  section.section-container-form-footer .form-cf7-footer input[type=number],
  section.section-container-form-footer .form-cf7-footer input[type=date],
  section.section-container-form-footer .form-cf7-footer input[type=time],
  section.section-container-form-footer .form-cf7-footer input[type=url],
  section.section-container-form-footer .form-cf7-footer input[type=search],
  section.section-container-form-footer .form-cf7-footer input[type=password],
  section.section-container-form-footer .form-cf7-footer textarea,
  div#form-contact-page .form-cf7-footer input[type=text],
  div#form-contact-page .form-cf7-footer input[type=email],
  div#form-contact-page .form-cf7-footer input[type=tel],
  div#form-contact-page .form-cf7-footer input[type=number],
  div#form-contact-page .form-cf7-footer input[type=date],
  div#form-contact-page .form-cf7-footer input[type=time],
  div#form-contact-page .form-cf7-footer input[type=url],
  div#form-contact-page .form-cf7-footer input[type=search],
  div#form-contact-page .form-cf7-footer input[type=password],
  div#form-contact-page .form-cf7-footer textarea {
    font-size: 18px !important;
  }
}
section.section-container-form-footer .form-cf7-footer input[type=text]::-moz-placeholder, section.section-container-form-footer .form-cf7-footer input[type=email]::-moz-placeholder, section.section-container-form-footer .form-cf7-footer input[type=tel]::-moz-placeholder, section.section-container-form-footer .form-cf7-footer input[type=number]::-moz-placeholder, section.section-container-form-footer .form-cf7-footer input[type=date]::-moz-placeholder, section.section-container-form-footer .form-cf7-footer input[type=time]::-moz-placeholder, section.section-container-form-footer .form-cf7-footer input[type=url]::-moz-placeholder, section.section-container-form-footer .form-cf7-footer input[type=search]::-moz-placeholder, section.section-container-form-footer .form-cf7-footer input[type=password]::-moz-placeholder, section.section-container-form-footer .form-cf7-footer textarea::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=text]::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=email]::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=tel]::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=number]::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=date]::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=time]::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=url]::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=search]::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=password]::-moz-placeholder, div#form-contact-page .form-cf7-footer textarea::-moz-placeholder {
  color: #bf213d !important;
  opacity: 0.7 !important;
}
section.section-container-form-footer .form-cf7-footer input[type=text]::placeholder,
section.section-container-form-footer .form-cf7-footer input[type=email]::placeholder,
section.section-container-form-footer .form-cf7-footer input[type=tel]::placeholder,
section.section-container-form-footer .form-cf7-footer input[type=number]::placeholder,
section.section-container-form-footer .form-cf7-footer input[type=date]::placeholder,
section.section-container-form-footer .form-cf7-footer input[type=time]::placeholder,
section.section-container-form-footer .form-cf7-footer input[type=url]::placeholder,
section.section-container-form-footer .form-cf7-footer input[type=search]::placeholder,
section.section-container-form-footer .form-cf7-footer input[type=password]::placeholder,
section.section-container-form-footer .form-cf7-footer textarea::placeholder,
div#form-contact-page .form-cf7-footer input[type=text]::placeholder,
div#form-contact-page .form-cf7-footer input[type=email]::placeholder,
div#form-contact-page .form-cf7-footer input[type=tel]::placeholder,
div#form-contact-page .form-cf7-footer input[type=number]::placeholder,
div#form-contact-page .form-cf7-footer input[type=date]::placeholder,
div#form-contact-page .form-cf7-footer input[type=time]::placeholder,
div#form-contact-page .form-cf7-footer input[type=url]::placeholder,
div#form-contact-page .form-cf7-footer input[type=search]::placeholder,
div#form-contact-page .form-cf7-footer input[type=password]::placeholder,
div#form-contact-page .form-cf7-footer textarea::placeholder {
  color: #bf213d !important;
  opacity: 0.7 !important;
}
section.section-container-form-footer .form-cf7-footer .acceptance-container,
div#form-contact-page .form-cf7-footer .acceptance-container {
  border-radius: 8px !important;
  border: 1px solid #bf213d !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #bf213d !important;
  padding: 10px !important;
}
section.section-container-form-footer .form-cf7-footer .acceptance-container span,
div#form-contact-page .form-cf7-footer .acceptance-container span {
  font-size: 12px !important;
  color: rgba(191, 33, 61, 0.7);
  font-weight: 400 !important;
}
@media (min-width: 1536px) {
  section.section-container-form-footer .form-cf7-footer .acceptance-container span,
  div#form-contact-page .form-cf7-footer .acceptance-container span {
    font-size: 14px !important;
  }
}
section.section-container-form-footer .form-cf7-footer .acceptance-container span label,
div#form-contact-page .form-cf7-footer .acceptance-container span label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}
section.section-container-form-footer .form-cf7-footer .acceptance-container span label input[type=checkbox],
div#form-contact-page .form-cf7-footer .acceptance-container span label input[type=checkbox] {
  border: 1px solid #bf213d !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #bf213d !important;
}
section.section-container-form-footer .form-cf7-footer .acceptance-container .wpcf7-list-item,
div#form-contact-page .form-cf7-footer .acceptance-container .wpcf7-list-item {
  margin: 0 !important;
}
section.section-container-form-footer .form-cf7-footer input.wpcf7-submit,
div#form-contact-page .form-cf7-footer input.wpcf7-submit {
  margin-top: 10px !important;
  border-radius: 7px;
  background: #bf213d !important;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18) !important;
  color: #f6f6f6 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 10px 20px !important;
  border: none !important;
  cursor: pointer !important;
}
section.section-container-form-footer.rouge .form-cf7-footer input[type=text],
section.section-container-form-footer.rouge .form-cf7-footer input[type=email],
section.section-container-form-footer.rouge .form-cf7-footer input[type=tel],
section.section-container-form-footer.rouge .form-cf7-footer input[type=number],
section.section-container-form-footer.rouge .form-cf7-footer input[type=date],
section.section-container-form-footer.rouge .form-cf7-footer input[type=time],
section.section-container-form-footer.rouge .form-cf7-footer input[type=url],
section.section-container-form-footer.rouge .form-cf7-footer input[type=search],
section.section-container-form-footer.rouge .form-cf7-footer input[type=password],
section.section-container-form-footer.rouge .form-cf7-footer textarea,
div#form-contact-page.rouge .form-cf7-footer input[type=text],
div#form-contact-page.rouge .form-cf7-footer input[type=email],
div#form-contact-page.rouge .form-cf7-footer input[type=tel],
div#form-contact-page.rouge .form-cf7-footer input[type=number],
div#form-contact-page.rouge .form-cf7-footer input[type=date],
div#form-contact-page.rouge .form-cf7-footer input[type=time],
div#form-contact-page.rouge .form-cf7-footer input[type=url],
div#form-contact-page.rouge .form-cf7-footer input[type=search],
div#form-contact-page.rouge .form-cf7-footer input[type=password],
div#form-contact-page.rouge .form-cf7-footer textarea {
  border-radius: 8px !important;
  border: 1px solid #bf213d !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #bf213d !important;
  font-size: 16px !important;
}
@media (min-width: 1536px) {
  section.section-container-form-footer.rouge .form-cf7-footer input[type=text],
  section.section-container-form-footer.rouge .form-cf7-footer input[type=email],
  section.section-container-form-footer.rouge .form-cf7-footer input[type=tel],
  section.section-container-form-footer.rouge .form-cf7-footer input[type=number],
  section.section-container-form-footer.rouge .form-cf7-footer input[type=date],
  section.section-container-form-footer.rouge .form-cf7-footer input[type=time],
  section.section-container-form-footer.rouge .form-cf7-footer input[type=url],
  section.section-container-form-footer.rouge .form-cf7-footer input[type=search],
  section.section-container-form-footer.rouge .form-cf7-footer input[type=password],
  section.section-container-form-footer.rouge .form-cf7-footer textarea,
  div#form-contact-page.rouge .form-cf7-footer input[type=text],
  div#form-contact-page.rouge .form-cf7-footer input[type=email],
  div#form-contact-page.rouge .form-cf7-footer input[type=tel],
  div#form-contact-page.rouge .form-cf7-footer input[type=number],
  div#form-contact-page.rouge .form-cf7-footer input[type=date],
  div#form-contact-page.rouge .form-cf7-footer input[type=time],
  div#form-contact-page.rouge .form-cf7-footer input[type=url],
  div#form-contact-page.rouge .form-cf7-footer input[type=search],
  div#form-contact-page.rouge .form-cf7-footer input[type=password],
  div#form-contact-page.rouge .form-cf7-footer textarea {
    font-size: 18px !important;
  }
}
section.section-container-form-footer.rouge .form-cf7-footer input[type=text]::-moz-placeholder, section.section-container-form-footer.rouge .form-cf7-footer input[type=email]::-moz-placeholder, section.section-container-form-footer.rouge .form-cf7-footer input[type=tel]::-moz-placeholder, section.section-container-form-footer.rouge .form-cf7-footer input[type=number]::-moz-placeholder, section.section-container-form-footer.rouge .form-cf7-footer input[type=date]::-moz-placeholder, section.section-container-form-footer.rouge .form-cf7-footer input[type=time]::-moz-placeholder, section.section-container-form-footer.rouge .form-cf7-footer input[type=url]::-moz-placeholder, section.section-container-form-footer.rouge .form-cf7-footer input[type=search]::-moz-placeholder, section.section-container-form-footer.rouge .form-cf7-footer input[type=password]::-moz-placeholder, section.section-container-form-footer.rouge .form-cf7-footer textarea::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=text]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=email]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=tel]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=number]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=date]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=time]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=url]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=search]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=password]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer textarea::-moz-placeholder {
  color: #bf213d !important;
  opacity: 0.7 !important;
}
section.section-container-form-footer.rouge .form-cf7-footer input[type=text]::placeholder,
section.section-container-form-footer.rouge .form-cf7-footer input[type=email]::placeholder,
section.section-container-form-footer.rouge .form-cf7-footer input[type=tel]::placeholder,
section.section-container-form-footer.rouge .form-cf7-footer input[type=number]::placeholder,
section.section-container-form-footer.rouge .form-cf7-footer input[type=date]::placeholder,
section.section-container-form-footer.rouge .form-cf7-footer input[type=time]::placeholder,
section.section-container-form-footer.rouge .form-cf7-footer input[type=url]::placeholder,
section.section-container-form-footer.rouge .form-cf7-footer input[type=search]::placeholder,
section.section-container-form-footer.rouge .form-cf7-footer input[type=password]::placeholder,
section.section-container-form-footer.rouge .form-cf7-footer textarea::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=text]::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=email]::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=tel]::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=number]::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=date]::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=time]::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=url]::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=search]::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=password]::placeholder,
div#form-contact-page.rouge .form-cf7-footer textarea::placeholder {
  color: #bf213d !important;
  opacity: 0.7 !important;
}
section.section-container-form-footer.rouge .form-cf7-footer .acceptance-container,
div#form-contact-page.rouge .form-cf7-footer .acceptance-container {
  border-radius: 8px !important;
  border: 1px solid #bf213d !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #bf213d !important;
  padding: 10px !important;
}
section.section-container-form-footer.rouge .form-cf7-footer .acceptance-container span,
div#form-contact-page.rouge .form-cf7-footer .acceptance-container span {
  font-size: 12px !important;
  color: rgba(191, 33, 61, 0.7);
  font-weight: 400 !important;
}
@media (min-width: 1536px) {
  section.section-container-form-footer.rouge .form-cf7-footer .acceptance-container span,
  div#form-contact-page.rouge .form-cf7-footer .acceptance-container span {
    font-size: 14px !important;
  }
}
section.section-container-form-footer.rouge .form-cf7-footer .acceptance-container span label,
div#form-contact-page.rouge .form-cf7-footer .acceptance-container span label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}
section.section-container-form-footer.rouge .form-cf7-footer .acceptance-container span label input[type=checkbox],
div#form-contact-page.rouge .form-cf7-footer .acceptance-container span label input[type=checkbox] {
  border: 1px solid #bf213d !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #bf213d !important;
}
section.section-container-form-footer.rouge .form-cf7-footer .acceptance-container .wpcf7-list-item,
div#form-contact-page.rouge .form-cf7-footer .acceptance-container .wpcf7-list-item {
  margin: 0 !important;
}
section.section-container-form-footer.rouge .form-cf7-footer input.wpcf7-submit,
div#form-contact-page.rouge .form-cf7-footer input.wpcf7-submit {
  margin-top: 10px !important;
  border-radius: 7px;
  background: #bf213d !important;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18) !important;
  color: #f6f6f6 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 10px 20px !important;
  border: none !important;
  cursor: pointer !important;
}
section.section-container-form-footer.gris .form-cf7-footer input[type=text],
section.section-container-form-footer.gris .form-cf7-footer input[type=email],
section.section-container-form-footer.gris .form-cf7-footer input[type=tel],
section.section-container-form-footer.gris .form-cf7-footer input[type=number],
section.section-container-form-footer.gris .form-cf7-footer input[type=date],
section.section-container-form-footer.gris .form-cf7-footer input[type=time],
section.section-container-form-footer.gris .form-cf7-footer input[type=url],
section.section-container-form-footer.gris .form-cf7-footer input[type=search],
section.section-container-form-footer.gris .form-cf7-footer input[type=password],
section.section-container-form-footer.gris .form-cf7-footer textarea,
div#form-contact-page.gris .form-cf7-footer input[type=text],
div#form-contact-page.gris .form-cf7-footer input[type=email],
div#form-contact-page.gris .form-cf7-footer input[type=tel],
div#form-contact-page.gris .form-cf7-footer input[type=number],
div#form-contact-page.gris .form-cf7-footer input[type=date],
div#form-contact-page.gris .form-cf7-footer input[type=time],
div#form-contact-page.gris .form-cf7-footer input[type=url],
div#form-contact-page.gris .form-cf7-footer input[type=search],
div#form-contact-page.gris .form-cf7-footer input[type=password],
div#form-contact-page.gris .form-cf7-footer textarea {
  border-radius: 8px !important;
  border: 1px solid #3c3c3b !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #3c3c3b !important;
  font-size: 16px !important;
}
@media (min-width: 1536px) {
  section.section-container-form-footer.gris .form-cf7-footer input[type=text],
  section.section-container-form-footer.gris .form-cf7-footer input[type=email],
  section.section-container-form-footer.gris .form-cf7-footer input[type=tel],
  section.section-container-form-footer.gris .form-cf7-footer input[type=number],
  section.section-container-form-footer.gris .form-cf7-footer input[type=date],
  section.section-container-form-footer.gris .form-cf7-footer input[type=time],
  section.section-container-form-footer.gris .form-cf7-footer input[type=url],
  section.section-container-form-footer.gris .form-cf7-footer input[type=search],
  section.section-container-form-footer.gris .form-cf7-footer input[type=password],
  section.section-container-form-footer.gris .form-cf7-footer textarea,
  div#form-contact-page.gris .form-cf7-footer input[type=text],
  div#form-contact-page.gris .form-cf7-footer input[type=email],
  div#form-contact-page.gris .form-cf7-footer input[type=tel],
  div#form-contact-page.gris .form-cf7-footer input[type=number],
  div#form-contact-page.gris .form-cf7-footer input[type=date],
  div#form-contact-page.gris .form-cf7-footer input[type=time],
  div#form-contact-page.gris .form-cf7-footer input[type=url],
  div#form-contact-page.gris .form-cf7-footer input[type=search],
  div#form-contact-page.gris .form-cf7-footer input[type=password],
  div#form-contact-page.gris .form-cf7-footer textarea {
    font-size: 18px !important;
  }
}
section.section-container-form-footer.gris .form-cf7-footer input[type=text]::-moz-placeholder, section.section-container-form-footer.gris .form-cf7-footer input[type=email]::-moz-placeholder, section.section-container-form-footer.gris .form-cf7-footer input[type=tel]::-moz-placeholder, section.section-container-form-footer.gris .form-cf7-footer input[type=number]::-moz-placeholder, section.section-container-form-footer.gris .form-cf7-footer input[type=date]::-moz-placeholder, section.section-container-form-footer.gris .form-cf7-footer input[type=time]::-moz-placeholder, section.section-container-form-footer.gris .form-cf7-footer input[type=url]::-moz-placeholder, section.section-container-form-footer.gris .form-cf7-footer input[type=search]::-moz-placeholder, section.section-container-form-footer.gris .form-cf7-footer input[type=password]::-moz-placeholder, section.section-container-form-footer.gris .form-cf7-footer textarea::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=text]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=email]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=tel]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=number]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=date]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=time]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=url]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=search]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=password]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer textarea::-moz-placeholder {
  color: #3c3c3b !important;
  opacity: 0.7 !important;
}
section.section-container-form-footer.gris .form-cf7-footer input[type=text]::placeholder,
section.section-container-form-footer.gris .form-cf7-footer input[type=email]::placeholder,
section.section-container-form-footer.gris .form-cf7-footer input[type=tel]::placeholder,
section.section-container-form-footer.gris .form-cf7-footer input[type=number]::placeholder,
section.section-container-form-footer.gris .form-cf7-footer input[type=date]::placeholder,
section.section-container-form-footer.gris .form-cf7-footer input[type=time]::placeholder,
section.section-container-form-footer.gris .form-cf7-footer input[type=url]::placeholder,
section.section-container-form-footer.gris .form-cf7-footer input[type=search]::placeholder,
section.section-container-form-footer.gris .form-cf7-footer input[type=password]::placeholder,
section.section-container-form-footer.gris .form-cf7-footer textarea::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=text]::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=email]::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=tel]::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=number]::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=date]::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=time]::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=url]::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=search]::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=password]::placeholder,
div#form-contact-page.gris .form-cf7-footer textarea::placeholder {
  color: #3c3c3b !important;
  opacity: 0.7 !important;
}
section.section-container-form-footer.gris .form-cf7-footer .acceptance-container,
div#form-contact-page.gris .form-cf7-footer .acceptance-container {
  border-radius: 8px !important;
  border: 1px solid #3c3c3b !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #3c3c3b !important;
  padding: 10px !important;
}
section.section-container-form-footer.gris .form-cf7-footer .acceptance-container span,
div#form-contact-page.gris .form-cf7-footer .acceptance-container span {
  font-size: 12px !important;
  color: rgba(60, 60, 59, 0.7);
  font-weight: 400 !important;
}
@media (min-width: 1536px) {
  section.section-container-form-footer.gris .form-cf7-footer .acceptance-container span,
  div#form-contact-page.gris .form-cf7-footer .acceptance-container span {
    font-size: 14px !important;
  }
}
section.section-container-form-footer.gris .form-cf7-footer .acceptance-container span label,
div#form-contact-page.gris .form-cf7-footer .acceptance-container span label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}
section.section-container-form-footer.gris .form-cf7-footer .acceptance-container span label input[type=checkbox],
div#form-contact-page.gris .form-cf7-footer .acceptance-container span label input[type=checkbox] {
  border: 1px solid #3c3c3b !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #3c3c3b !important;
}
section.section-container-form-footer.gris .form-cf7-footer .acceptance-container .wpcf7-list-item,
div#form-contact-page.gris .form-cf7-footer .acceptance-container .wpcf7-list-item {
  margin: 0 !important;
}
section.section-container-form-footer.gris .form-cf7-footer input.wpcf7-submit,
div#form-contact-page.gris .form-cf7-footer input.wpcf7-submit {
  margin-top: 10px !important;
  border-radius: 7px;
  background: #f6f6f6 !important;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18) !important;
  color: #3c3c3b !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 10px 20px !important;
  border: none !important;
  cursor: pointer !important;
}

section.section-footer-bottom .fl-row-content,
div#form-contact-page .fl-row-content {
  width: 100%;
}
section.section-footer-bottom .fl-row-content .form-cf7-footer,
div#form-contact-page .fl-row-content .form-cf7-footer {
  max-width: 500px;
  margin: 0 auto;
}
section.section-footer-bottom .form-cf7-footer input[type=text],
section.section-footer-bottom .form-cf7-footer input[type=email],
section.section-footer-bottom .form-cf7-footer input[type=tel],
section.section-footer-bottom .form-cf7-footer input[type=number],
section.section-footer-bottom .form-cf7-footer input[type=date],
section.section-footer-bottom .form-cf7-footer input[type=time],
section.section-footer-bottom .form-cf7-footer input[type=url],
section.section-footer-bottom .form-cf7-footer input[type=search],
section.section-footer-bottom .form-cf7-footer input[type=password],
section.section-footer-bottom .form-cf7-footer textarea,
div#form-contact-page .form-cf7-footer input[type=text],
div#form-contact-page .form-cf7-footer input[type=email],
div#form-contact-page .form-cf7-footer input[type=tel],
div#form-contact-page .form-cf7-footer input[type=number],
div#form-contact-page .form-cf7-footer input[type=date],
div#form-contact-page .form-cf7-footer input[type=time],
div#form-contact-page .form-cf7-footer input[type=url],
div#form-contact-page .form-cf7-footer input[type=search],
div#form-contact-page .form-cf7-footer input[type=password],
div#form-contact-page .form-cf7-footer textarea {
  border-radius: 8px !important;
  border: 1px solid #bf213d !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #bf213d !important;
  font-size: 16px !important;
}
@media (min-width: 1536px) {
  section.section-footer-bottom .form-cf7-footer input[type=text],
  section.section-footer-bottom .form-cf7-footer input[type=email],
  section.section-footer-bottom .form-cf7-footer input[type=tel],
  section.section-footer-bottom .form-cf7-footer input[type=number],
  section.section-footer-bottom .form-cf7-footer input[type=date],
  section.section-footer-bottom .form-cf7-footer input[type=time],
  section.section-footer-bottom .form-cf7-footer input[type=url],
  section.section-footer-bottom .form-cf7-footer input[type=search],
  section.section-footer-bottom .form-cf7-footer input[type=password],
  section.section-footer-bottom .form-cf7-footer textarea,
  div#form-contact-page .form-cf7-footer input[type=text],
  div#form-contact-page .form-cf7-footer input[type=email],
  div#form-contact-page .form-cf7-footer input[type=tel],
  div#form-contact-page .form-cf7-footer input[type=number],
  div#form-contact-page .form-cf7-footer input[type=date],
  div#form-contact-page .form-cf7-footer input[type=time],
  div#form-contact-page .form-cf7-footer input[type=url],
  div#form-contact-page .form-cf7-footer input[type=search],
  div#form-contact-page .form-cf7-footer input[type=password],
  div#form-contact-page .form-cf7-footer textarea {
    font-size: 18px !important;
  }
}
section.section-footer-bottom .form-cf7-footer input[type=text]::-moz-placeholder, section.section-footer-bottom .form-cf7-footer input[type=email]::-moz-placeholder, section.section-footer-bottom .form-cf7-footer input[type=tel]::-moz-placeholder, section.section-footer-bottom .form-cf7-footer input[type=number]::-moz-placeholder, section.section-footer-bottom .form-cf7-footer input[type=date]::-moz-placeholder, section.section-footer-bottom .form-cf7-footer input[type=time]::-moz-placeholder, section.section-footer-bottom .form-cf7-footer input[type=url]::-moz-placeholder, section.section-footer-bottom .form-cf7-footer input[type=search]::-moz-placeholder, section.section-footer-bottom .form-cf7-footer input[type=password]::-moz-placeholder, section.section-footer-bottom .form-cf7-footer textarea::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=text]::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=email]::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=tel]::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=number]::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=date]::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=time]::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=url]::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=search]::-moz-placeholder, div#form-contact-page .form-cf7-footer input[type=password]::-moz-placeholder, div#form-contact-page .form-cf7-footer textarea::-moz-placeholder {
  color: #bf213d !important;
  opacity: 0.7 !important;
}
section.section-footer-bottom .form-cf7-footer input[type=text]::placeholder,
section.section-footer-bottom .form-cf7-footer input[type=email]::placeholder,
section.section-footer-bottom .form-cf7-footer input[type=tel]::placeholder,
section.section-footer-bottom .form-cf7-footer input[type=number]::placeholder,
section.section-footer-bottom .form-cf7-footer input[type=date]::placeholder,
section.section-footer-bottom .form-cf7-footer input[type=time]::placeholder,
section.section-footer-bottom .form-cf7-footer input[type=url]::placeholder,
section.section-footer-bottom .form-cf7-footer input[type=search]::placeholder,
section.section-footer-bottom .form-cf7-footer input[type=password]::placeholder,
section.section-footer-bottom .form-cf7-footer textarea::placeholder,
div#form-contact-page .form-cf7-footer input[type=text]::placeholder,
div#form-contact-page .form-cf7-footer input[type=email]::placeholder,
div#form-contact-page .form-cf7-footer input[type=tel]::placeholder,
div#form-contact-page .form-cf7-footer input[type=number]::placeholder,
div#form-contact-page .form-cf7-footer input[type=date]::placeholder,
div#form-contact-page .form-cf7-footer input[type=time]::placeholder,
div#form-contact-page .form-cf7-footer input[type=url]::placeholder,
div#form-contact-page .form-cf7-footer input[type=search]::placeholder,
div#form-contact-page .form-cf7-footer input[type=password]::placeholder,
div#form-contact-page .form-cf7-footer textarea::placeholder {
  color: #bf213d !important;
  opacity: 0.7 !important;
}
section.section-footer-bottom .form-cf7-footer .acceptance-container,
div#form-contact-page .form-cf7-footer .acceptance-container {
  border-radius: 8px !important;
  border: 1px solid #bf213d !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #bf213d !important;
  padding: 10px !important;
}
section.section-footer-bottom .form-cf7-footer .acceptance-container span,
div#form-contact-page .form-cf7-footer .acceptance-container span {
  font-size: 12px !important;
  color: rgba(191, 33, 61, 0.7);
  font-weight: 400 !important;
}
@media (min-width: 1536px) {
  section.section-footer-bottom .form-cf7-footer .acceptance-container span,
  div#form-contact-page .form-cf7-footer .acceptance-container span {
    font-size: 14px !important;
  }
}
section.section-footer-bottom .form-cf7-footer .acceptance-container span label,
div#form-contact-page .form-cf7-footer .acceptance-container span label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}
section.section-footer-bottom .form-cf7-footer .acceptance-container span label input[type=checkbox],
div#form-contact-page .form-cf7-footer .acceptance-container span label input[type=checkbox] {
  border: 1px solid #bf213d !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #bf213d !important;
}
section.section-footer-bottom .form-cf7-footer .acceptance-container .wpcf7-list-item,
div#form-contact-page .form-cf7-footer .acceptance-container .wpcf7-list-item {
  margin: 0 !important;
}
section.section-footer-bottom .form-cf7-footer input.wpcf7-submit,
div#form-contact-page .form-cf7-footer input.wpcf7-submit {
  margin-top: 10px !important;
  border-radius: 7px;
  background: #bf213d !important;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18) !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 10px 20px !important;
  border: none !important;
  cursor: pointer !important;
}
section.section-footer-bottom.rouge .form-cf7-footer input[type=text],
section.section-footer-bottom.rouge .form-cf7-footer input[type=email],
section.section-footer-bottom.rouge .form-cf7-footer input[type=tel],
section.section-footer-bottom.rouge .form-cf7-footer input[type=number],
section.section-footer-bottom.rouge .form-cf7-footer input[type=date],
section.section-footer-bottom.rouge .form-cf7-footer input[type=time],
section.section-footer-bottom.rouge .form-cf7-footer input[type=url],
section.section-footer-bottom.rouge .form-cf7-footer input[type=search],
section.section-footer-bottom.rouge .form-cf7-footer input[type=password],
section.section-footer-bottom.rouge .form-cf7-footer textarea,
div#form-contact-page.rouge .form-cf7-footer input[type=text],
div#form-contact-page.rouge .form-cf7-footer input[type=email],
div#form-contact-page.rouge .form-cf7-footer input[type=tel],
div#form-contact-page.rouge .form-cf7-footer input[type=number],
div#form-contact-page.rouge .form-cf7-footer input[type=date],
div#form-contact-page.rouge .form-cf7-footer input[type=time],
div#form-contact-page.rouge .form-cf7-footer input[type=url],
div#form-contact-page.rouge .form-cf7-footer input[type=search],
div#form-contact-page.rouge .form-cf7-footer input[type=password],
div#form-contact-page.rouge .form-cf7-footer textarea {
  border-radius: 8px !important;
  border: 1px solid #bf213d !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #bf213d !important;
  font-size: 16px !important;
}
@media (min-width: 1536px) {
  section.section-footer-bottom.rouge .form-cf7-footer input[type=text],
  section.section-footer-bottom.rouge .form-cf7-footer input[type=email],
  section.section-footer-bottom.rouge .form-cf7-footer input[type=tel],
  section.section-footer-bottom.rouge .form-cf7-footer input[type=number],
  section.section-footer-bottom.rouge .form-cf7-footer input[type=date],
  section.section-footer-bottom.rouge .form-cf7-footer input[type=time],
  section.section-footer-bottom.rouge .form-cf7-footer input[type=url],
  section.section-footer-bottom.rouge .form-cf7-footer input[type=search],
  section.section-footer-bottom.rouge .form-cf7-footer input[type=password],
  section.section-footer-bottom.rouge .form-cf7-footer textarea,
  div#form-contact-page.rouge .form-cf7-footer input[type=text],
  div#form-contact-page.rouge .form-cf7-footer input[type=email],
  div#form-contact-page.rouge .form-cf7-footer input[type=tel],
  div#form-contact-page.rouge .form-cf7-footer input[type=number],
  div#form-contact-page.rouge .form-cf7-footer input[type=date],
  div#form-contact-page.rouge .form-cf7-footer input[type=time],
  div#form-contact-page.rouge .form-cf7-footer input[type=url],
  div#form-contact-page.rouge .form-cf7-footer input[type=search],
  div#form-contact-page.rouge .form-cf7-footer input[type=password],
  div#form-contact-page.rouge .form-cf7-footer textarea {
    font-size: 18px !important;
  }
}
section.section-footer-bottom.rouge .form-cf7-footer input[type=text]::-moz-placeholder, section.section-footer-bottom.rouge .form-cf7-footer input[type=email]::-moz-placeholder, section.section-footer-bottom.rouge .form-cf7-footer input[type=tel]::-moz-placeholder, section.section-footer-bottom.rouge .form-cf7-footer input[type=number]::-moz-placeholder, section.section-footer-bottom.rouge .form-cf7-footer input[type=date]::-moz-placeholder, section.section-footer-bottom.rouge .form-cf7-footer input[type=time]::-moz-placeholder, section.section-footer-bottom.rouge .form-cf7-footer input[type=url]::-moz-placeholder, section.section-footer-bottom.rouge .form-cf7-footer input[type=search]::-moz-placeholder, section.section-footer-bottom.rouge .form-cf7-footer input[type=password]::-moz-placeholder, section.section-footer-bottom.rouge .form-cf7-footer textarea::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=text]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=email]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=tel]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=number]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=date]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=time]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=url]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=search]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer input[type=password]::-moz-placeholder, div#form-contact-page.rouge .form-cf7-footer textarea::-moz-placeholder {
  color: #bf213d !important;
  opacity: 0.7 !important;
}
section.section-footer-bottom.rouge .form-cf7-footer input[type=text]::placeholder,
section.section-footer-bottom.rouge .form-cf7-footer input[type=email]::placeholder,
section.section-footer-bottom.rouge .form-cf7-footer input[type=tel]::placeholder,
section.section-footer-bottom.rouge .form-cf7-footer input[type=number]::placeholder,
section.section-footer-bottom.rouge .form-cf7-footer input[type=date]::placeholder,
section.section-footer-bottom.rouge .form-cf7-footer input[type=time]::placeholder,
section.section-footer-bottom.rouge .form-cf7-footer input[type=url]::placeholder,
section.section-footer-bottom.rouge .form-cf7-footer input[type=search]::placeholder,
section.section-footer-bottom.rouge .form-cf7-footer input[type=password]::placeholder,
section.section-footer-bottom.rouge .form-cf7-footer textarea::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=text]::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=email]::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=tel]::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=number]::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=date]::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=time]::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=url]::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=search]::placeholder,
div#form-contact-page.rouge .form-cf7-footer input[type=password]::placeholder,
div#form-contact-page.rouge .form-cf7-footer textarea::placeholder {
  color: #bf213d !important;
  opacity: 0.7 !important;
}
section.section-footer-bottom.rouge .form-cf7-footer .acceptance-container,
div#form-contact-page.rouge .form-cf7-footer .acceptance-container {
  border-radius: 8px !important;
  border: 1px solid #bf213d !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #bf213d !important;
  padding: 10px !important;
}
section.section-footer-bottom.rouge .form-cf7-footer .acceptance-container span,
div#form-contact-page.rouge .form-cf7-footer .acceptance-container span {
  font-size: 12px !important;
  color: rgba(191, 33, 61, 0.7);
  font-weight: 400 !important;
}
@media (min-width: 1536px) {
  section.section-footer-bottom.rouge .form-cf7-footer .acceptance-container span,
  div#form-contact-page.rouge .form-cf7-footer .acceptance-container span {
    font-size: 14px !important;
  }
}
section.section-footer-bottom.rouge .form-cf7-footer .acceptance-container span label,
div#form-contact-page.rouge .form-cf7-footer .acceptance-container span label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}
section.section-footer-bottom.rouge .form-cf7-footer .acceptance-container span label input[type=checkbox],
div#form-contact-page.rouge .form-cf7-footer .acceptance-container span label input[type=checkbox] {
  border: 1px solid #bf213d !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #bf213d !important;
}
section.section-footer-bottom.rouge .form-cf7-footer .acceptance-container .wpcf7-list-item,
div#form-contact-page.rouge .form-cf7-footer .acceptance-container .wpcf7-list-item {
  margin: 0 !important;
}
section.section-footer-bottom.rouge .form-cf7-footer input.wpcf7-submit,
div#form-contact-page.rouge .form-cf7-footer input.wpcf7-submit {
  margin-top: 10px !important;
  border-radius: 7px;
  background: #bf213d !important;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18) !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 10px 20px !important;
  border: none !important;
  cursor: pointer !important;
}
section.section-footer-bottom.gris .form-cf7-footer input[type=text],
section.section-footer-bottom.gris .form-cf7-footer input[type=email],
section.section-footer-bottom.gris .form-cf7-footer input[type=tel],
section.section-footer-bottom.gris .form-cf7-footer input[type=number],
section.section-footer-bottom.gris .form-cf7-footer input[type=date],
section.section-footer-bottom.gris .form-cf7-footer input[type=time],
section.section-footer-bottom.gris .form-cf7-footer input[type=url],
section.section-footer-bottom.gris .form-cf7-footer input[type=search],
section.section-footer-bottom.gris .form-cf7-footer input[type=password],
section.section-footer-bottom.gris .form-cf7-footer textarea,
div#form-contact-page.gris .form-cf7-footer input[type=text],
div#form-contact-page.gris .form-cf7-footer input[type=email],
div#form-contact-page.gris .form-cf7-footer input[type=tel],
div#form-contact-page.gris .form-cf7-footer input[type=number],
div#form-contact-page.gris .form-cf7-footer input[type=date],
div#form-contact-page.gris .form-cf7-footer input[type=time],
div#form-contact-page.gris .form-cf7-footer input[type=url],
div#form-contact-page.gris .form-cf7-footer input[type=search],
div#form-contact-page.gris .form-cf7-footer input[type=password],
div#form-contact-page.gris .form-cf7-footer textarea {
  border-radius: 8px !important;
  border: 1px solid #3c3c3b !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #3c3c3b !important;
  font-size: 16px !important;
}
@media (min-width: 1536px) {
  section.section-footer-bottom.gris .form-cf7-footer input[type=text],
  section.section-footer-bottom.gris .form-cf7-footer input[type=email],
  section.section-footer-bottom.gris .form-cf7-footer input[type=tel],
  section.section-footer-bottom.gris .form-cf7-footer input[type=number],
  section.section-footer-bottom.gris .form-cf7-footer input[type=date],
  section.section-footer-bottom.gris .form-cf7-footer input[type=time],
  section.section-footer-bottom.gris .form-cf7-footer input[type=url],
  section.section-footer-bottom.gris .form-cf7-footer input[type=search],
  section.section-footer-bottom.gris .form-cf7-footer input[type=password],
  section.section-footer-bottom.gris .form-cf7-footer textarea,
  div#form-contact-page.gris .form-cf7-footer input[type=text],
  div#form-contact-page.gris .form-cf7-footer input[type=email],
  div#form-contact-page.gris .form-cf7-footer input[type=tel],
  div#form-contact-page.gris .form-cf7-footer input[type=number],
  div#form-contact-page.gris .form-cf7-footer input[type=date],
  div#form-contact-page.gris .form-cf7-footer input[type=time],
  div#form-contact-page.gris .form-cf7-footer input[type=url],
  div#form-contact-page.gris .form-cf7-footer input[type=search],
  div#form-contact-page.gris .form-cf7-footer input[type=password],
  div#form-contact-page.gris .form-cf7-footer textarea {
    font-size: 18px !important;
  }
}
section.section-footer-bottom.gris .form-cf7-footer input[type=text]::-moz-placeholder, section.section-footer-bottom.gris .form-cf7-footer input[type=email]::-moz-placeholder, section.section-footer-bottom.gris .form-cf7-footer input[type=tel]::-moz-placeholder, section.section-footer-bottom.gris .form-cf7-footer input[type=number]::-moz-placeholder, section.section-footer-bottom.gris .form-cf7-footer input[type=date]::-moz-placeholder, section.section-footer-bottom.gris .form-cf7-footer input[type=time]::-moz-placeholder, section.section-footer-bottom.gris .form-cf7-footer input[type=url]::-moz-placeholder, section.section-footer-bottom.gris .form-cf7-footer input[type=search]::-moz-placeholder, section.section-footer-bottom.gris .form-cf7-footer input[type=password]::-moz-placeholder, section.section-footer-bottom.gris .form-cf7-footer textarea::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=text]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=email]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=tel]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=number]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=date]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=time]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=url]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=search]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer input[type=password]::-moz-placeholder, div#form-contact-page.gris .form-cf7-footer textarea::-moz-placeholder {
  color: #3c3c3b !important;
  opacity: 0.7 !important;
}
section.section-footer-bottom.gris .form-cf7-footer input[type=text]::placeholder,
section.section-footer-bottom.gris .form-cf7-footer input[type=email]::placeholder,
section.section-footer-bottom.gris .form-cf7-footer input[type=tel]::placeholder,
section.section-footer-bottom.gris .form-cf7-footer input[type=number]::placeholder,
section.section-footer-bottom.gris .form-cf7-footer input[type=date]::placeholder,
section.section-footer-bottom.gris .form-cf7-footer input[type=time]::placeholder,
section.section-footer-bottom.gris .form-cf7-footer input[type=url]::placeholder,
section.section-footer-bottom.gris .form-cf7-footer input[type=search]::placeholder,
section.section-footer-bottom.gris .form-cf7-footer input[type=password]::placeholder,
section.section-footer-bottom.gris .form-cf7-footer textarea::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=text]::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=email]::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=tel]::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=number]::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=date]::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=time]::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=url]::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=search]::placeholder,
div#form-contact-page.gris .form-cf7-footer input[type=password]::placeholder,
div#form-contact-page.gris .form-cf7-footer textarea::placeholder {
  color: #3c3c3b !important;
  opacity: 0.7 !important;
}
section.section-footer-bottom.gris .form-cf7-footer .acceptance-container,
div#form-contact-page.gris .form-cf7-footer .acceptance-container {
  border-radius: 8px !important;
  border: 1px solid #3c3c3b !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #3c3c3b !important;
  padding: 10px !important;
}
section.section-footer-bottom.gris .form-cf7-footer .acceptance-container span,
div#form-contact-page.gris .form-cf7-footer .acceptance-container span {
  font-size: 12px !important;
  color: rgba(60, 60, 59, 0.7);
  font-weight: 400 !important;
}
@media (min-width: 1536px) {
  section.section-footer-bottom.gris .form-cf7-footer .acceptance-container span,
  div#form-contact-page.gris .form-cf7-footer .acceptance-container span {
    font-size: 14px !important;
  }
}
section.section-footer-bottom.gris .form-cf7-footer .acceptance-container span label,
div#form-contact-page.gris .form-cf7-footer .acceptance-container span label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}
section.section-footer-bottom.gris .form-cf7-footer .acceptance-container span label input[type=checkbox],
div#form-contact-page.gris .form-cf7-footer .acceptance-container span label input[type=checkbox] {
  border: 1px solid #3c3c3b !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) !important;
          backdrop-filter: blur(12px) !important;
  color: #3c3c3b !important;
}
section.section-footer-bottom.gris .form-cf7-footer .acceptance-container .wpcf7-list-item,
div#form-contact-page.gris .form-cf7-footer .acceptance-container .wpcf7-list-item {
  margin: 0 !important;
}
section.section-footer-bottom.gris .form-cf7-footer input.wpcf7-submit,
div#form-contact-page.gris .form-cf7-footer input.wpcf7-submit {
  margin-top: 10px !important;
  border-radius: 7px;
  background: #3c3c3b !important;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18) !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 10px 20px !important;
  border: none !important;
  cursor: pointer !important;
}
section.section-footer-bottom .fl-row-content,
div#form-contact-page .fl-row-content {
  width: 100%;
}
@media (max-width: 1280px) {
  section.section-footer-bottom .fl-row-content,
  div#form-contact-page .fl-row-content {
    max-width: 90vw;
  }
}
@media (min-width: 1280px) {
  section.section-footer-bottom .fl-row-content,
  div#form-contact-page .fl-row-content {
    max-width: 85vw;
  }
}
@media (min-width: 1536px) {
  section.section-footer-bottom .fl-row-content,
  div#form-contact-page .fl-row-content {
    max-width: 80vw;
  }
}
section.section-footer-bottom .fl-row-content .small-text-footer *,
div#form-contact-page .fl-row-content .small-text-footer * {
  font-size: 14px !important;
}

section.section-footer-bottom .fl-col-group {
  display: flex;
  /* Sur mobile (ex. max 768px) */
}
@media (max-width: 768px) {
  section.section-footer-bottom .fl-col-group {
    /* Mettre la colonne Contact en premier */
    /* Mettre la colonne Découvrir en deuxième */
    /* Mettre la colonne Logo en dernier */
  }
  section.section-footer-bottom .fl-col-group .col-3 {
    order: 1;
  }
  section.section-footer-bottom .fl-col-group .col-3 * {
    text-align: left !important;
  }
  section.section-footer-bottom .fl-col-group .col-2 {
    order: 3;
  }
  section.section-footer-bottom .fl-col-group .col-1 {
    order: 1;
  }
}

.glass-container {
  border-radius: 30px;
  border: 2px solid rgba(60, 60, 59, 0.1);
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.card-map {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 10px;
  background: rgba(141, 156, 146, 0.3);
  padding: 20px;
  cursor: pointer;
}
.card-map .card-map-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.card-map .card-map-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-map .card-map-image .icon-visionneuse {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}
.card-map .card-map-content {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
.card-map .card-map-content .card-map-title {
  color: #3c3c3b;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}
.card-map .card-map-content .card-map-surface {
  color: #3c3c3b;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
.card-map .card-map-content .card-map-status {
  color: #bf213d;
  font-size: 16px;
  font-weight: 400;
}

.modal-visionneuse {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.modal-visionneuse.active {
  opacity: 1;
  visibility: visible;
}
.modal-visionneuse .modal-visionneuse-content {
  display: flex;
  flex-direction: column;
  background-color: white;
  position: relative;
  max-width: 95vw;
  max-height: 95vh;
  border-radius: 20px;
  overflow: hidden;
  transform: scale(0.8);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}
.modal-visionneuse .modal-visionneuse-content img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.modal-visionneuse .modal-visionneuse-content .modal-close-btn {
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.modal-visionneuse .modal-visionneuse-content .modal-close-btn svg {
  color: white;
  transition: transform 0.2s ease;
}
.modal-visionneuse .modal-visionneuse-content .modal-close-btn:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.1);
}
.modal-visionneuse .modal-visionneuse-content .modal-close-btn:hover svg {
  transform: rotate(90deg);
}
.modal-visionneuse.active .modal-visionneuse-content {
  transform: scale(1);
}
.modal-visionneuse.opening {
  animation: modalFadeIn 0.3s ease-out;
}
.modal-visionneuse.closing {
  animation: modalFadeOut 0.3s ease-in;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  to {
    opacity: 1;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
}
@keyframes modalFadeOut {
  from {
    opacity: 1;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  to {
    opacity: 0;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
}
@media (max-width: 768px) {
  .modal-visionneuse {
    padding: 20px;
  }
  .modal-visionneuse .modal-visionneuse-content {
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
  }
  .modal-visionneuse .modal-visionneuse-content::before {
    top: 10px;
    right: 15px;
    font-size: 25px;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .no-mobile {
    display: none !important;
  }
}
div#form-contact-page .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}
div#form-contact-page .wpcf7-form textarea {
  padding: 10px !important;
}

#green-map-bg,
#grey-map-bg,
#pink-map-bg {
  opacity: 0;
  transition: all 0.3s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#green-map-bg {
  background-image: url("https://carrecornavin.ch/wp-content/uploads/2025/08/BG_Plan_LCC.jpg");
}

#grey-map-bg {
  background-image: url("https://carrecornavin.ch/wp-content/uploads/2025/08/BG_Plan_LCC_Grey-1-scaled.jpg");
}

#pink-map-bg {
  background-image: url("https://carrecornavin.ch/wp-content/uploads/2025/08/BG_Plan_LCC_Pink-scaled.jpg");
}

.pink-map * {
  color: #bf213d !important;
}
.pink-map #pink-map-bg {
  opacity: 1;
}
.pink-map #plan-details-bg {
  opacity: 0.3;
  background: #bf213d;
}
.pink-map #plan-details {
  background: rgba(191, 33, 61, 0.3);
}
.pink-map .compact-btn.active,
.pink-map .compact-btn.highlighted,
.pink-map .compact-btn:hover {
  background: rgba(191, 33, 61, 0.3) !important;
  color: #3c3c3b !important;
}
.pink-map #voir-plan-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border: 1px solid #bf213d;
  color: #f6f6f6 !important;
  background: #bf213d;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.green-map *:not(#plan-title) {
  color: #3c3c3b !important;
}
.green-map #green-map-bg {
  opacity: 1;
}
.green-map #plan-details-bg {
  opacity: 0.3;
  background: #8d9c92;
}
.green-map #plan-details {
  background: rgba(141, 156, 146, 0.3);
}
.green-map #voir-plan-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border: 1px solid #3c3c3b;
  color: #3c3c3b !important;
  background: #f6f6f6;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.green-map #voir-plan-btn svg {
  filter: brightness(0);
}

.svg_lcc_home {
  height: 50px !important;
  width: auto !important;
}

.grey-map * {
  color: #3c3c3b !important;
}
.grey-map #grey-map-bg {
  opacity: 1;
}
.grey-map #plan-details-bg {
  opacity: 0.3;
  background: #3c3c3b;
}
.grey-map #plan-details {
  background: #f6f6f6;
}
.grey-map .compact-btn.active,
.grey-map .compact-btn.highlighted,
.grey-map .compact-btn:hover {
  background: rgba(60, 60, 59, 0.3) !important;
  color: #f6f6f6 !important;
}
.grey-map #voir-plan-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border: 1px solid #3c3c3b;
  color: #3c3c3b !important;
  background: #f6f6f6;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.grey-map #voir-plan-btn svg {
  filter: brightness(0);
}/*# sourceMappingURL=style.css.map */