/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: 'Jazmin';
  font-weight: 700;
  src: url("/app/themes/florent/assets/fonts/Jazmin-Bold.otf"); }

@font-face {
  font-family: 'Jazmin';
  font-weight: 600;
  src: url("/app/themes/florent/assets/fonts/Jazmin-SemiBold.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 400;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Regular.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 400;
  font-style: italic;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Regular-Italic.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 500;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Medium.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 500;
  font-style: italic;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Medium-italic.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 700;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Bold.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 700;
  font-style: italic;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Bold-italic.otf"); }

section input[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
section input:visited[type="submit"],
.gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-decoration: none;
  color: var(--white);
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 2px solid var(--blue);
  cursor: pointer;
  background: var(--blue);
  text-align: center;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
  font-weight: 700; }
  section input:hover[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), section input:focus[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:focus:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  section input:visited:hover[type="submit"],
  .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  section input:visited:focus[type="submit"],
  .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited:focus:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    color: var(--blue);
    text-decoration: none;
    outline: none;
    background: transparent; }
  section input:active[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:active:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  section input:visited:active[type="submit"],
  .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited:active:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    top: 1px; }
  section input.hollow[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.hollow.button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  section input:visited.hollow[type="submit"],
  .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited.hollow:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    display: inline-block;
    background-color: transparent;
    color: var(--blue);
    border-color: var(--blue); }
    section input.hollow:hover[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.hollow.button.gform_button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    section input:visited.hollow:hover[type="submit"],
    .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited.hollow:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
      background-color: transparent;
      color: var(--blue-darken);
      border-color: var(--blue-darken); }
  section input.turquoise[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.turquoise.button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  section input:visited.turquoise[type="submit"],
  .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited.turquoise:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    background-color: var(--turquoise);
    color: var(--blue);
    border-color: var(--turquoise);
    display: inline-block; }
    section input.turquoise:hover[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.turquoise.button.gform_button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    section input:visited.turquoise:hover[type="submit"],
    .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited.turquoise:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
      background-color: transparent; }
  section input.white[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.white.button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  section input:visited.white[type="submit"],
  .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited.white:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    border-color: var(--white);
    color: var(--white);
    display: inline-block;
    background-color: transparent; }
    section input.white:hover[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.white.button.gform_button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    section input:visited.white:hover[type="submit"],
    .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited.white:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
      background-color: var(--white);
      color: var(--blue); }

section input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):not([type="button"]),
section .gfield--type-textarea textarea, section select {
  padding: 6px 0;
  margin-bottom: 0;
  display: block;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid var(--blue);
  color: var(--blue); }
  section input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):not([type="button"]):focus,
  section .gfield--type-textarea textarea:focus, section select:focus {
    outline: none; }
  section input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):not([type="button"])::-moz-placeholder, section .gfield--type-textarea textarea::-moz-placeholder, section select::-moz-placeholder {
    color: var(--blue); }
  section input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):not([type="button"])::placeholder,
  section .gfield--type-textarea textarea::placeholder, section select::placeholder {
    color: var(--blue); }

section .gfield--type-textarea textarea {
  border: 2px solid var(--blue);
  padding: 6px; }

section input:not([type="checkbox"]) {
  border-radius: 5px; }

section input[type="submit"] {
  margin-top: .85rem; }

section .validation_message:before {
  content: '\e90d';
  font-family: Icomoon;
  color: #c02b0a;
  font-size: 20px;
  position: relative;
  margin-right: .5em;
  top: 3px;
  margin-left: -11px; }

section .gfield_error legend:before {
  content: '\e90d';
  font-family: Icomoon;
  color: #c02b0a;
  font-size: 20px;
  position: relative;
  margin-right: .5em;
  top: 3px;
  font-weight: normal; }

section .gfield:not(.gfield--type-fileupload) label {
  display: none; }

section .gfield.gfield--type-fileupload:not(.gfield_error) .gfield_description:not(.gform_fileupload_rules) {
  display: none; }

section .ginput_preview_list button {
  z-index: 2; }

section .gfield.gfield--type-fileupload {
  position: relative;
  margin-bottom: 1rem; }
  section .gfield.gfield--type-fileupload label {
    position: absolute;
    inset: 0;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 6px 0;
    color: var(--blue);
    font-weight: 700;
    cursor: pointer;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  section .gfield.gfield--type-fileupload .gform_fileupload_rules {
    color: transparent; }
  section .gfield.gfield--type-fileupload .ginput_container_fileupload {
    position: relative;
    border-bottom: 2px solid var(--blue);
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    background-color: transparent;
    transition: border-color .2s ease, background-color .2s ease;
    cursor: pointer; }
    section .gfield.gfield--type-fileupload .ginput_container_fileupload input[type="file"] {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer; }
    section .gfield.gfield--type-fileupload .ginput_container_fileupload:focus-within {
      border-color: var(--blue);
      background-color: rgba(204, 204, 234, 0.35); }
  section .gfield.gfield--type-fileupload.has-file label {
    color: var(--blue); }
  section .gfield.gfield--type-fileupload.has-file .ginput_container_fileupload {
    border-color: var(--blue-); }

section .gform_required_legend {
  display: none; }

.gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform_button {
  display: block;
  width: auto;
  margin-left: auto;
  font-size: 1rem; }

@media (min-width: 981px) {
  .section-heading .container {
    display: flex; } }

.section-heading .container .left {
  padding-bottom: 30px; }
  @media (min-width: 981px) {
    .section-heading .container .left {
      flex-shrink: 0;
      width: 53%;
      padding-bottom: 0; } }

.section-heading .container .right {
  flex-grow: 1;
  position: relative;
  padding-bottom: 30px; }
  @media (min-width: 981px) {
    .section-heading .container .right {
      padding: 0 0 80px 40px; } }
  .section-heading .container .right-in {
    display: flex;
    align-items: flex-end;
    height: 100%; }
  .section-heading .container .right .background {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute; }
    @media (min-width: 981px) {
      .section-heading .container .right .background {
        background-color: var(--turquoise); } }
    @media (max-width: 980px) {
      .section-heading .container .right .background {
        top: 0 !important;
        left: -30px; } }

.section-heading h1 {
  padding-bottom: 55px;
  margin-bottom: 40px;
  position: relative; }
  .section-heading h1::before {
    content: '';
    width: 80px;
    height: 2px;
    background-color: var(--blue);
    position: absolute;
    left: 0;
    bottom: 0; }

.section-heading .content {
  padding-bottom: 10px; }
  @media (min-width: 981px) {
    .section-heading .content {
      max-width: 460px; } }

.section-heading .filters {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 1;
  width: 100%; }
  @media (min-width: 480px) {
    .section-heading .filters {
      flex-direction: row; } }
  @media (min-width: 480px) {
    .section-heading .filters .filter-type {
      max-width: 100px;
      flex-shrink: 0; } }
  .section-heading .filters .filter-looking {
    flex-grow: 1; }
  .section-heading .filters .filter h3 {
    margin-bottom: 25px; }
    @media (min-width: 981px) {
      .section-heading .filters .filter h3 {
        color: var(--white); } }
  .section-heading .filters .filter .facetwp-facet {
    margin: 0 0 30px 0; }
    .section-heading .filters .filter .facetwp-facet:last-child {
      margin-bottom: 0; }
    .section-heading .filters .filter .facetwp-facet .facetwp-checkbox {
      background: transparent;
      padding: 0;
      margin-bottom: 9px;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 16px; }
      .section-heading .filters .filter .facetwp-facet .facetwp-checkbox.checked {
        color: green; }
      .section-heading .filters .filter .facetwp-facet .facetwp-checkbox .facetwp-counter {
        display: none; }
    .section-heading .filters .filter .facetwp-facet input[type="text"] {
      border: 2px solid var(--blue); }
      @media (min-width: 981px) {
        .section-heading .filters .filter .facetwp-facet input[type="text"] {
          border-color: var(--white);
          color: var(--white); } }
      .section-heading .filters .filter .facetwp-facet input[type="text"]::-moz-placeholder {
        color: var(--blue); }
      .section-heading .filters .filter .facetwp-facet input[type="text"]::placeholder {
        color: var(--blue); }
        @media (min-width: 981px) {
          .section-heading .filters .filter .facetwp-facet input[type="text"]::-moz-placeholder {
            color: var(--white); }
          .section-heading .filters .filter .facetwp-facet input[type="text"]::placeholder {
            color: var(--white); } }
    .section-heading .filters .filter .facetwp-facet.facetwp-type-search {
      position: relative;
      z-index: 1; }
      .section-heading .filters .filter .facetwp-facet.facetwp-type-search .facetwp-input-wrap {
        width: 100%; }
        .section-heading .filters .filter .facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-search {
          text-transform: uppercase; }
        .section-heading .filters .filter .facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-icon {
          position: absolute;
          top: 2px;
          right: 12px;
          cursor: pointer;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M14.788 7.42a6.413 6.413 0 1 1-12.827 0 6.413 6.413 0 0 1 12.827 0ZM13.715 12.273l5.56 5.56'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: center;
          background-color: transparent;
          width: 30px;
          height: 30px;
          border: 0;
          color: transparent;
          opacity: 1; }
          .section-heading .filters .filter .facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-icon:before {
            display: none; }
    .section-heading .filters .filter .facetwp-facet.facetwp-type-fselect .fs-wrap {
      width: 100%;
      display: block; }
    .section-heading .filters .filter .facetwp-facet.facetwp-type-fselect .fs-label-wrap {
      border: 2px solid var(--blue);
      background-color: transparent;
      cursor: pointer; }
      @media (min-width: 981px) {
        .section-heading .filters .filter .facetwp-facet.facetwp-type-fselect .fs-label-wrap {
          border-color: var(--white); } }
      .section-heading .filters .filter .facetwp-facet.facetwp-type-fselect .fs-label-wrap .fs-label {
        color: var(--blue);
        text-transform: uppercase;
        padding: 7px 22px 7px 8px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' d='m20 1-9.5 9L1 1'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center right 15px; }
        @media (min-width: 981px) {
          .section-heading .filters .filter .facetwp-facet.facetwp-type-fselect .fs-label-wrap .fs-label {
            color: var(--white); } }
      .section-heading .filters .filter .facetwp-facet.facetwp-type-fselect .fs-label-wrap .fs-arrow {
        display: none; }
    .section-heading .filters .filter .facetwp-facet.facetwp-type-fselect .fs-dropdown {
      border: 2px solid var(--blue);
      background-color: var(--white);
      color: var(--blue); }
      @media (min-width: 981px) {
        .section-heading .filters .filter .facetwp-facet.facetwp-type-fselect .fs-dropdown {
          border-color: var(--white);
          background-color: var(--turquoise); } }
      .section-heading .filters .filter .facetwp-facet.facetwp-type-fselect .fs-dropdown .fs-search {
        display: none; }
      .section-heading .filters .filter .facetwp-facet.facetwp-type-fselect .fs-dropdown .fs-option {
        transition: opacity .2s ease-in-out;
        text-transform: uppercase; }
        .section-heading .filters .filter .facetwp-facet.facetwp-type-fselect .fs-dropdown .fs-option:hover, .section-heading .filters .filter .facetwp-facet.facetwp-type-fselect .fs-dropdown .fs-option.selected {
          background-color: var(--white);
          opacity: .15; }
    .section-heading .filters .filter .facetwp-facet.facetwp-type-fselect .fs-open {
      background-color: var(--white); }
      .section-heading .filters .filter .facetwp-facet.facetwp-type-fselect .fs-open .fs-label {
        color: var(--blue); }
      .section-heading .filters .filter .facetwp-facet.facetwp-type-fselect .fs-open .fs-dropdown {
        background-color: var(--white); }

/*# sourceMappingURL=heading.css.map */
