/* ---------------------------------------------------------------------------- */
/* Imports */
/* ---------------------------------------------------------------------------- */
.aspect-ratio-104x75 {
  aspect-ratio: 104/75;
}

.aspect-ratio-358x243 {
  aspect-ratio: 358/243;
}

.img-ratio {
  overflow: hidden;
}
.img-ratio img {
  object-position: center;
  object-fit: cover;
  height: 100%;
}

.border-radius-12 {
  border-radius: 12px;
}

.border-radius-16 {
  border-radius: 16px;
}

:root {
  --color-main: #192745;
  --color-main-2: #3A487A;
  --color-main-3: #2F3C68;
  --color-gray: #636363;
  --color-secondary: #192745;
  --color-red: #EF7764;
  --color-green: #72B2A0;
  --color-blue: #0364FF;
  --color-yellow: #E8E623;
  --color-green-light: #8DD22D;
  --color-purple: #460E8D;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-grey: #F3F4F6;
  --fw-thin: 100;
  --fw-extralight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;
  --width-full: 100%;
  --width-large: 1170px;
  --width-medium: 960px;
  --width-small: 810px;
  --font-main: "Quicksand", sans-serif;
  --font-secondary: "Quicksand", sans-serif;
}

/* ---------- Content text ---------- */
.style-h1,
h1 {
  font-size: clamp(44px, 3.8888888889vw, 56px);
  line-height: 1.2;
}
@media (min-width: 992px) {
  .style-h1,
  h1 {
    line-height: 1.2;
  }
}

.style-h2,
h2 {
  font-size: clamp(28px, 3.3333333333vw, 48px);
  line-height: 1.2;
}
@media (min-width: 992px) {
  .style-h2,
  h2 {
    line-height: 1.2;
  }
}

.style-h3,
h3 {
  font-size: clamp(28px, 2.7777777778vw, 40px);
  line-height: 1.2;
}
@media (min-width: 992px) {
  .style-h3,
  h3 {
    line-height: 1.2;
  }
}

.style-h4,
h4 {
  font-size: clamp(24px, 2.2222222222vw, 32px);
  line-height: 1.2;
}
@media (min-width: 992px) {
  .style-h4,
  h4 {
    line-height: 1.2;
  }
}

.style-h5, .nav-mobile .nav-mobile-holder .nav-menu-holder li a,
h5 {
  font-size: clamp(18px, 1.6666666667vw, 24px);
  line-height: 1.2;
}
@media (min-width: 992px) {
  .style-h5, .nav-mobile .nav-mobile-holder .nav-menu-holder li a,
  h5 {
    line-height: 1.2;
  }
}

.style-h6, .nav-mobile .nav-mobile-holder .nav-menu-holder li ul li a,
h6 {
  font-size: clamp(16px, 1.3888888889vw, 20px);
  line-height: 1.2;
}
@media (min-width: 992px) {
  .style-h6, .nav-mobile .nav-mobile-holder .nav-menu-holder li ul li a,
  h6 {
    line-height: 1.2;
  }
}

.style-font-menu-mobile,
font-menu-mobile {
  font-size: clamp(24px, 1.9444444444vh, 28px);
  line-height: 1;
}
@media (min-width: 992px) {
  .style-font-menu-mobile,
  font-menu-mobile {
    line-height: 1;
  }
}

.style-font-64 {
  font-size: clamp(38px, 4.4444444444vw, 64px);
  line-height: 1.1;
}
@media (min-width: 992px) {
  .style-font-64 {
    line-height: 0.9;
  }
}

.style-font-48 {
  font-size: clamp(32px, 3.3333333333vw, 48px);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-48 {
    line-height: 1.25;
  }
}

.style-font-32 {
  font-size: clamp(26px, 2.2222222222vw, 32px);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-32 {
    line-height: 1.25;
  }
}

.style-font-24 {
  font-size: clamp(18px, 1.6666666667vw, 24px);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-24 {
    line-height: 1.25;
  }
}

.style-font-20 {
  font-size: clamp(18px, 1.3888888889vw, 20px);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-20 {
    line-height: 1.25;
  }
}

.style-font-18, body {
  font-size: clamp(18px, 1.25vw, 18px);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-18, body {
    line-height: 1.25;
  }
}

.style-font-16 {
  font-size: clamp(18px, 1.1111111111vw, 16px);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-16 {
    line-height: 1.25;
  }
}

.style-font-14 {
  font-size: clamp(14px, 0.9722222222vw, 14px);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-14 {
    line-height: 1.25;
  }
}

.style-font-12 {
  font-size: clamp(14px, 0.8333333333vw, 12px);
  line-height: 1.25;
}
@media (min-width: 992px) {
  .style-font-12 {
    line-height: 1.25;
  }
}

.style-font-form, .gform_fields .gfield input[type=tel],
.gform_fields .gfield input[type=text],
.gform_fields .gfield input[type=email],
.gform_fields .gfield input[type=number],
.gform_fields .gfield input[type=password],
.gform_fields .gfield textarea,
.gform_fields .gfield .nice-select {
  font-size: clamp(18px, 1.25vw, 18px);
  line-height: 1;
}
@media (min-width: 992px) {
  .style-font-form, .gform_fields .gfield input[type=tel],
  .gform_fields .gfield input[type=text],
  .gform_fields .gfield input[type=email],
  .gform_fields .gfield input[type=number],
  .gform_fields .gfield input[type=password],
  .gform_fields .gfield textarea,
  .gform_fields .gfield .nice-select {
    line-height: 1;
  }
}

/* Font Weight */
.fw-thin {
  font-weight: 100 !important;
}

.fw-extralight {
  font-weight: 200 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold, .nav-mobile .nav-mobile-holder .nav-menu-holder li a {
  font-weight: 700 !important;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.fw-black {
  font-weight: 900 !important;
}

/* Titles */
h1, h2, h3, h4, h5, h6,
.style-h1, .style-h2, .style-h3, .style-h4, .style-h5, .nav-mobile .nav-mobile-holder .nav-menu-holder li a, .style-h6, .nav-mobile .nav-mobile-holder .nav-menu-holder li ul li a {
  font-weight: bold;
}

.suptitle {
  font: 400 19.2307692308px var(--font-main);
  margin-bottom: 30px;
}

.style-font-main {
  font-family: var(--font-main) !important;
}

.style-font-secondary {
  font-family: var(--font-secondary);
}

/* Paragraphes */
.style-p strong,
p strong {
  font-weight: 700;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.4rem;
}

sub {
  bottom: -0.25rem;
}

.content-text {
  /* ---------- Paragraphs ---------- */
  /* ---------- Separators ---------- */
  /* ---------- Blockquote ---------- */
  /* ---------- Lists ---------- */
  /* ---------- Images ---------- */
}
.content-text > *:first-child {
  margin-top: 0;
}
.content-text > *:last-child {
  margin-bottom: 0;
}
.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text h6,
.content-text .style-h1, .content-text .style-h2, .content-text .style-h3, .content-text .style-h4, .content-text .style-h5, .content-text .nav-mobile .nav-mobile-holder .nav-menu-holder li a, .nav-mobile .nav-mobile-holder .nav-menu-holder li .content-text a, .content-text .style-h6 {
  margin-bottom: 16px;
}
.content-text p {
  margin-top: 24px;
}
.content-text p strong {
  font-weight: 700;
}
.content-text p + *:not(p) {
  margin-top: 24px;
}
.content-text p:last-of-type {
  margin-bottom: 0 !important;
}
.content-text p img {
  margin-top: 24px;
}
.content-text p a {
  color: var(--color-secondary);
}
.content-text p a:hover {
  text-decoration: underline;
}
.content-text hr {
  height: 1px;
  display: block;
  margin-top: 32px !important;
  margin-bottom: 32px;
  background: var(--color-black);
  border: none;
  clear: both;
}
.content-text blockquote {
  padding: 1.5rem;
  border-left: 4px solid var(--color-secondary);
  background: rgba(0, 0, 0, 0.1);
  margin: 24px 0;
}
.content-text blockquote p:first-child {
  margin-top: 0;
}
.content-text ul {
  list-style: disc;
}
.content-text ul ul {
  list-style: circle;
  margin-top: 8px;
}
.content-text ol {
  list-style: decimal;
}
.content-text ol ul {
  list-style: circle;
  margin-top: 8px;
}
.content-text ul,
.content-text ol {
  padding-left: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.content-text ul li,
.content-text ol li {
  line-height: 1.2;
}
.content-text ul li + li,
.content-text ol li + li {
  margin-top: 5px;
}
.content-text ul li a,
.content-text ol li a {
  color: var(--color-secondary);
}
.content-text ul li a:hover,
.content-text ol li a:hover {
  text-decoration: underline;
}
.content-text img {
  border-radius: 2px;
}
.content-text .alignleft {
  float: left;
  max-width: 45%;
  margin: 4px 32px 16px 0;
}
.content-text .alignleft.wp-caption {
  margin-right: 2rem;
}
.content-text .alignright {
  float: right;
  max-width: 45%;
  margin: 4px 0 16px 32px;
}
.content-text .alignright.wp-caption {
  margin-left: 2rem;
}
.content-text .aligncenter {
  padding: 8px 0;
  margin: 0 auto 2rem;
  clear: both;
}
.content-text .aligncenter.wp-caption {
  max-width: 100%;
}
.content-text .wp-caption {
  margin-bottom: 25px;
}
.content-text .wp-caption p {
  color: #888;
  font: italic 12px/16px var(--font-main);
  text-align: center;
  padding: 0 5px;
  margin: 8px 8px 0 0;
}
.content-text ul li,
.content-text ol li,
.content-text p {
  font-weight: var(--fw-medium);
  line-height: 1.5;
}
.content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text h6,
.content-text ul li,
.content-text ol li,
.content-text p {
  color: #2F3C68;
}
.content-text a:not(.button) {
  font-weight: var(--fw-bold);
  text-decoration: underline;
  color: var(--color-green) !important;
}
.content-text a:not(.button):hover {
  text-decoration: none !important;
}

.line-height-1-1 {
  line-height: 1.1;
}

.line-height-1-2 {
  line-height: 1.2;
}

.line-height-1-3 {
  line-height: 1.3;
}

.line-height-1-4 {
  line-height: 1.4;
}

/* ---------- Forms ---------- */
.gform_wrapper form {
  position: relative;
}
.gform_wrapper form.is-loading {
  opacity: 0.4;
  pointer-events: none;
  transition: all 0.3s ease;
}
.gform_wrapper form .gform_ajax_spinner {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  margin: 0;
  width: 40px;
  max-width: 40px;
}
.gform_wrapper .gform_ajax_spinner {
  margin: 0.9375em auto 0;
  max-width: 25px;
  animation: spin 2s linear infinite;
}

.validation-error {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #ebccd1;
  border: 1px solid #a94442;
  color: #a94442;
  padding: 12px 0;
}
.validation-error p {
  font-size: 1em;
}

.gform_confirmation_message {
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #d6e9c6;
  border: 1px solid #3c763d;
  color: #3c763d;
  padding: 12px 0;
  max-width: 760px;
}

.gform_footer {
  text-align: right;
}

.gfield_label {
  display: block;
  margin-bottom: 0.625rem;
  font-weight: 500 !important;
  font-size: 16px !important;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}
.gform_fields .gfield {
  flex: 0 0 100%;
  max-width: 100%;
  clear: both;
}
@media (min-width: 992px) {
  .gform_fields .gfield.gfield--width-quarter {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .gform_fields .gfield.gfield--width-quarter {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .gform_fields .gfield.gfield--width-third {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 992px) {
  .gform_fields .gfield.gfield--width-half {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.gform_fields .gfield.gfield--type-date {
  position: relative;
}
.gform_fields .gfield.gfield--type-date .ginput_container_date {
  position: relative;
}
.gform_fields .gfield.gfield--type-date label {
  z-index: 50;
}
.gform_fields .gfield.gfield--type-date img {
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.gform_fields .gfield.gfield--type-time .gform-grid-row {
  flex-wrap: nowrap;
}
.gform_fields .gfield .gform-grid-col {
  position: relative;
  display: block;
}
.gform_fields .gfield .gform-grid-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -10px;
  margin-left: -10px;
}
.gform_fields .gfield .gform-grid-row > * {
  padding-right: 10px;
  padding-left: 10px;
}
.gform_fields .gfield .gform-grid-row .gform-grid-col {
  flex: auto;
}
.gform_fields .gfield .gform-grid-row .ginput_full {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.gform_fields .gfield .gform-grid-row .ginput_full input {
  margin: 0;
}
.gform_fields .gfield .gform-grid-row .ginput_right,
.gform_fields .gfield .gform-grid-row .ginput_left {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 10px;
}
.gform_fields .gfield .gform-grid-row .ginput_right input,
.gform_fields .gfield .gform-grid-row .ginput_left input {
  margin: 0;
}
.gform_fields .gfield input[type=tel],
.gform_fields .gfield input[type=text],
.gform_fields .gfield input[type=email],
.gform_fields .gfield input[type=number],
.gform_fields .gfield input[type=password],
.gform_fields .gfield textarea,
.gform_fields .gfield .nice-select {
  width: 100%;
  display: flex;
  align-items: center;
  background: white;
  outline: none;
  border-radius: 8px;
  border: 1px solid #E3E7EE;
  height: 48px;
  padding: 12px;
  gap: 8px;
  align-self: stretch;
  color: var(--color-main);
  font-size: 16px;
  font-family: var(--font-main) !important;
}
.gform_fields .gfield input[type=tel]::-webkit-input-placeholder,
.gform_fields .gfield input[type=text]::-webkit-input-placeholder,
.gform_fields .gfield input[type=email]::-webkit-input-placeholder,
.gform_fields .gfield input[type=number]::-webkit-input-placeholder,
.gform_fields .gfield input[type=password]::-webkit-input-placeholder,
.gform_fields .gfield textarea::-webkit-input-placeholder,
.gform_fields .gfield .nice-select::-webkit-input-placeholder {
  color: #666;
}
.gform_fields .gfield input[type=tel]:-moz-placeholder,
.gform_fields .gfield input[type=text]:-moz-placeholder,
.gform_fields .gfield input[type=email]:-moz-placeholder,
.gform_fields .gfield input[type=number]:-moz-placeholder,
.gform_fields .gfield input[type=password]:-moz-placeholder,
.gform_fields .gfield textarea:-moz-placeholder,
.gform_fields .gfield .nice-select:-moz-placeholder {
  color: #666;
}
.gform_fields .gfield input[type=tel]::-moz-placeholder,
.gform_fields .gfield input[type=text]::-moz-placeholder,
.gform_fields .gfield input[type=email]::-moz-placeholder,
.gform_fields .gfield input[type=number]::-moz-placeholder,
.gform_fields .gfield input[type=password]::-moz-placeholder,
.gform_fields .gfield textarea::-moz-placeholder,
.gform_fields .gfield .nice-select::-moz-placeholder {
  color: #666;
}
.gform_fields .gfield input[type=tel]:-ms-input-placeholder,
.gform_fields .gfield input[type=text]:-ms-input-placeholder,
.gform_fields .gfield input[type=email]:-ms-input-placeholder,
.gform_fields .gfield input[type=number]:-ms-input-placeholder,
.gform_fields .gfield input[type=password]:-ms-input-placeholder,
.gform_fields .gfield textarea:-ms-input-placeholder,
.gform_fields .gfield .nice-select:-ms-input-placeholder {
  color: #666;
}
.gform_fields .gfield textarea {
  padding: 22px 20px;
  min-height: 190px;
}
.gform_fields .gfield_error input[type=tel],
.gform_fields .gfield_error input[type=text],
.gform_fields .gfield_error input[type=email],
.gform_fields .gfield_error input[type=number],
.gform_fields .gfield_error input[type=password],
.gform_fields .gfield_error textarea {
  background: #ebccd1;
  border: 1px solid #a94442;
}
.gform_fields .gfield_error .validation_message {
  color: #a94442;
  padding: 0 5px;
}

.gform_wrapper {
  max-width: 640px;
  margin: 0 auto;
  padding: clamp(38px, 2.6388888889vw, 38px) 1rem;
}

.gform_heading {
  text-align: center;
  margin-bottom: 1.6rem;
}
.gform_heading .gform_description {
  margin-top: 1.2rem;
}

.gform_footer {
  justify-content: center;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  border: transparent !important;
  padding: 0 !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: transparent !important;
  border: transparent !important;
  padding: 0 !important;
  box-shadow: none;
  margin-block-end: 0 !important;
  margin-block-start: 0 !important;
  padding-block: 0 !important;
  padding-inline-end: 0 !important;
  padding-inline-start: 0 !important;
  position: relative;
  width: 100%;
}

.gform_validation_errors ol {
  margin: 15px 0;
}

button {
  font-size: 16px;
  display: flex;
  align-items: center;
}
button svg {
  margin-left: 8px;
}

.gfield_radio li,
.gfield_checkbox li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.gfield_radio li label,
.gfield_checkbox li label {
  display: block;
  margin-bottom: 0;
  margin-left: 3px;
  line-height: 15px;
}
.gfield_radio li label:hover,
.gfield_checkbox li label:hover {
  cursor: pointer;
}

[type=radio]:not(:checked), [type=radio]:checked,
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
[type=radio]:not(:checked) + label, [type=radio]:checked + label,
[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
[type=radio]:not(:checked) + label:before, [type=radio]:checked + label:before,
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--color-main);
}
[type=radio]:not(:checked) + label:after, [type=radio]:checked + label:after,
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: " ";
  position: absolute;
  background-color: var(--color-main);
  transition: all 0.2s;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
}
[type=radio]:not(:checked):not(:checked) + label:after, [type=radio]:checked:not(:checked) + label:after,
[type=checkbox]:not(:checked):not(:checked) + label:after,
[type=checkbox]:checked:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type=radio]:not(:checked):checked + label:after, [type=radio]:checked:checked + label:after,
[type=checkbox]:not(:checked):checked + label:after,
[type=checkbox]:checked:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type=radio]:not(:checked):disabled:not(:checked) + label:before, [type=radio]:not(:checked):disabled:checked + label:before, [type=radio]:checked:disabled:not(:checked) + label:before, [type=radio]:checked:disabled:checked + label:before,
[type=checkbox]:not(:checked):disabled:not(:checked) + label:before,
[type=checkbox]:not(:checked):disabled:checked + label:before,
[type=checkbox]:checked:disabled:not(:checked) + label:before,
[type=checkbox]:checked:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type=radio]:not(:checked):disabled:not(:checked) + label:after, [type=radio]:not(:checked):disabled:checked + label:after, [type=radio]:checked:disabled:not(:checked) + label:after, [type=radio]:checked:disabled:checked + label:after,
[type=checkbox]:not(:checked):disabled:not(:checked) + label:after,
[type=checkbox]:not(:checked):disabled:checked + label:after,
[type=checkbox]:checked:disabled:not(:checked) + label:after,
[type=checkbox]:checked:disabled:checked + label:after {
  color: #999;
}
[type=radio]:not(:checked):disabled + label, [type=radio]:checked:disabled + label,
[type=checkbox]:not(:checked):disabled + label,
[type=checkbox]:checked:disabled + label {
  color: #aaa;
}

[type=radio]:not(:checked), [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
[type=radio]:not(:checked) + label:before, [type=radio]:checked + label:before {
  border-radius: 50%;
}
[type=radio]:not(:checked) + label:after, [type=radio]:checked + label:after {
  border-radius: 50%;
}
[type=radio]:checked + label {
  color: var(--color-main);
}

.gform_fields .gfield_checkbox input[type=checkbox],
.gform_fields .gfield_checkbox input[type=radio],
.gform_fields .gfield_radio input[type=checkbox],
.gform_fields .gfield_radio input[type=radio] {
  margin: 0 5px 0 0;
}

.gform-theme--foundation .gform_fields {
  row-gap: 0;
}

.gform-theme--framework .gform-field-label--type-inline {
  margin-left: 0 !important;
}

/* ---------- Custom select ---------- */
.nice-select {
  width: 100%;
  float: none;
}
.nice-select .list {
  margin: 4px 0 0;
  width: 100%;
  max-height: 350px;
  overflow-y: auto;
}

/* ---------------------------------------------------------------------------- */
/* Nice File Input */
/* ---------------------------------------------------------------------------- */
/*
.gfield--type-fileupload {

  &.gfield_error {

    input {
      background: none !important;
    }

    .gfield_fileupload_filename {
      color: var(--color-error);
    }

    .ginput_container {
      border-color: var(--color-error);
    }
  }

  .gfield_label {
    display: none;
  }

  .ginput_preview {
    display: flex;
    justify-content: end;
    margin: 5px -5px;

    span {
      display: inline-block;
      margin-right: 5px;
      margin-left: 5px;

      &.gfield_fileupload_filename {
        flex: 1;
      }
      &.gfield_fileupload_progress {
        display: none;
      }
    }

    .gform_delete_file {
      background: none;
      border: 0;
      padding: 0;

      span {
        margin: 0;
        color: #cf3030;
      }
    }
  }

  .ginput_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    text-align: center;
    min-height: 220px;
    border: 1px dashed var(--color-black);
    padding: 35px 15px;

    .NFI {
      margin-bottom: 5px;

      // Hide original field
      [type=file] {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 0;
        border: 0;
        padding: 0;
        text-align: center;
        height: 100%;
        width: 100%;
        opacity: 0;
        cursor: pointer;
      }

      .NFI-filename {
        position: absolute;
        bottom: 15px;
        left: 0;
        border: 0;
        background: none;
        text-align: center;
        padding: 0;
        width: 100%;
        height: auto;
      }
    }

    .gform_fileupload_rules {
      @extend .style-p;
      color: var(--color-secondary);
    }
  }
}
*/
/* ---------- Base ---------- */
html,
body {
  width: 100%;
  max-width: 100%;
}
html *,
body * {
  box-sizing: border-box;
}

.bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-home.png");
  background-size: cover;
  background-position: top center;
  z-index: -1;
  display: none;
}
@media (min-width: 1280px) {
  .bg-container {
    display: block;
  }
}

.bg-container-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-inner.png");
  background-position: top center;
  z-index: -1;
  display: none;
}
@media (min-width: 1280px) {
  .bg-container-2 {
    display: block;
  }
}

.post-type-archive-tribe_events .bg-container-2, .tribe-events-page-template .bg-container-2 {
  display: none !important;
}

[data-scroll-container] {
  position: relative;
  z-index: 1;
}

.wp-block-columns {
  max-width: 1440px;
  margin: 0 auto;
}

body {
  color: var(--color-main);
  background: #F3F4F6;
  font-family: var(--font-main);
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.d-block {
  display: block;
}

.text-center {
  text-align: center;
}

/* ---------- Global ---------- */
.text-link {
  text-decoration: underline !important;
}
.text-link:hover {
  text-decoration: none !important;
}

::selection {
  color: white;
  background: var(--color-secondary);
}

.background-color-main {
  background-color: #192745 !important;
}

.text-color-main {
  color: #192745 !important;
}

.background-color-main-2 {
  background-color: #3A487A !important;
}

.text-color-main-2 {
  color: #3A487A !important;
}

.background-color-main-3 {
  background-color: #2F3C68 !important;
}

.text-color-main-3 {
  color: #2F3C68 !important;
}

.background-color-gray {
  background-color: #636363 !important;
}

.text-color-gray {
  color: #636363 !important;
}

.background-color-secondary {
  background-color: #192745 !important;
}

.text-color-secondary {
  color: #192745 !important;
}

.background-color-red {
  background-color: #EF7764 !important;
}

.text-color-red {
  color: #EF7764 !important;
}

.background-color-green {
  background-color: #72B2A0 !important;
}

.text-color-green {
  color: #72B2A0 !important;
}

.background-color-blue {
  background-color: #0364FF !important;
}

.text-color-blue {
  color: #0364FF !important;
}

.background-color-yellow {
  background-color: #E8E623 !important;
}

.text-color-yellow {
  color: #E8E623 !important;
}

.background-color-green-light {
  background-color: #8DD22D !important;
}

.text-color-green-light {
  color: #8DD22D !important;
}

.background-color-purple {
  background-color: #460E8D !important;
}

.text-color-purple {
  color: #460E8D !important;
}

.background-color-white {
  background-color: #ffffff !important;
}

.text-color-white {
  color: #ffffff !important;
}

.background-color-black {
  background-color: #000000 !important;
}

.text-color-black {
  color: #000000 !important;
}

.background-color-grey {
  background-color: #F3F4F6 !important;
}

.text-color-grey {
  color: #F3F4F6 !important;
}

.border-radius {
  border-radius: clamp(16px, 1.6666666667vw, 24px);
  overflow: hidden;
}

.border-radius-small {
  border-radius: 8px;
  overflow: hidden;
}

.news-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 992px) {
  .news-holder {
    gap: 2rem;
  }
}
.news-holder .new-col {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .news-holder .new-col {
    flex: 1 1 calc(33.333% - 2rem);
    max-width: calc(33.333% - 2rem);
  }
}
.news-holder .new-col .metas-post {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.pagination-list,
.pagination {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.pagination-list a:hover,
.pagination a:hover {
  text-decoration: underline;
  color: var(--color-main);
}
.pagination-list .is-current,
.pagination .is-current {
  font-weight: bold;
}

hr {
  border: 0;
  height: 1px;
  width: 100%;
  background-color: var(--color-main);
}

.d-inline-block {
  display: inline-block;
}

.hero-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .hero-body {
    align-items: center;
    flex-direction: row;
  }
}

.archive-posts .categories {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.archive-posts .categories .single-cat {
  display: inline-flex;
}
.archive-posts .categories .single-cat .filter {
  padding: clamp(5px, 0.5555555556vw, 8px) clamp(10px, 1.1111111111vw, 16px);
  border-radius: 50px;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.archive-posts .categories .single-cat .filter:hover, .archive-posts .categories .single-cat .filter.current-filter {
  border-color: var(--color-secondary);
}

.decorated {
  position: relative;
}
.decorated svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 115%;
  z-index: -1;
}

.decorated-bottom {
  position: relative;
}
.decorated-bottom svg {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 105%;
  z-index: -1;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tribe-events-header__events-bar {
  display: none !important;
}

.tribe-common p {
  font-weight: 700 !important;
  text-rendering: optimizeLegibility;
  font-size: 16px !important;
}

@media (min-width: 992px) {
  .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    font-size: 48px;
  }
}

.tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}

.tribe-events .tribe-events-calendar-list__event-row {
  border-radius: 16px;
  border: 1px solid #E4E4E4;
  background: #F7F7F7;
  padding-top: 32px;
  padding-bottom: 32px;
}

.tribe-events .tribe-events-calendar-list-nav {
  margin-bottom: 32px !important;
}

abbr {
  text-decoration: none !important;
}

.tribe-events-meta-group,
.tribe-events-event-meta.primary,
.tribe-events-event-meta.secondary {
  width: 100% !important;
}

/* ---------- Breadcrumb ---------- */
/* ---------- Nav mobile ---------- */
.nav-mobile {
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  text-align: left;
  padding-top: var(--app-headerHeight);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.15, 0.65, 0.25, 1);
}
.nav-mobile.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.nav-mobile .nav-mobile-holder .nav-menu-holder {
  margin: 5.2083333333vh 0 0 0;
  text-align: center;
}
.nav-mobile .nav-mobile-holder .nav-menu-holder li {
  position: relative;
  margin: 2.0833333333vh 0 0 0;
  width: 100%;
  transition: all 0.3s ease;
}
.nav-mobile .nav-mobile-holder .nav-menu-holder li:first-of-type {
  margin-top: 0;
}
.nav-mobile .nav-mobile-holder .nav-menu-holder li.menu-item-has-children > a:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9' fill='none'%3E%3Cpath d='M2.5 3L6.5 7L10.5 3' stroke='%23000000' stroke-width='3' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 8px;
  margin-top: -4px;
  color: var(--color-header-link);
  display: flex;
  align-items: center;
}
.nav-mobile .nav-mobile-holder .nav-menu-holder li a {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: var(--color-black);
}
.nav-mobile .nav-mobile-holder .nav-menu-holder li.current-section > a {
  text-decoration: underline;
}
.nav-mobile .nav-mobile-holder .nav-menu-holder li.current-section > a:before {
  opacity: 1;
}
.nav-mobile .nav-mobile-holder .nav-menu-holder li.active .dropdown-toggle svg {
  transform: rotate(180deg);
}
.nav-mobile .nav-mobile-holder .nav-menu-holder li ul {
  margin: 15px 0 0 0;
  display: none;
}
.nav-mobile .nav-mobile-holder .nav-menu-holder li ul li {
  margin: 3px 0;
  border-top: none !important;
}
.nav-mobile .nav-mobile-holder .nav-menu-holder li ul li:first-of-type {
  margin-top: 0;
}
.nav-mobile .nav-mobile-holder .nav-menu-holder li ul li:last-of-type {
  margin-bottom: 0;
}
.nav-mobile .nav-mobile-holder .nav-menu-holder li ul li a {
  display: inline-flex;
  text-transform: none;
  letter-spacing: 0.025em;
  font-weight: var(--fw-medium) !important;
  padding: 2px 0;
  margin: 2px 0;
  color: --color-main;
}
.nav-mobile .nav-mobile-holder .nav-menu-holder li ul li ul {
  padding-left: 15px;
}
.nav-mobile .nav-mobile-holder .btn-holder {
  justify-content: center;
  margin-top: 2rem;
}

.no-scroll {
  overflow: hidden;
}
.no-scroll header {
  background: var(--color-white);
}

/* ---------- Blocks ---------- */
.wp-block-embed {
  max-width: 1440px;
  margin: clamp(32px, 4.4444444444vw, 64px) auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.wp-block-embed iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

.section {
  position: relative;
}
.section.hide-section {
  opacity: 0.4;
}
.section.style-dark {
  color: var(--color-white);
}
.section .section-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section .section-background.bg-vtop img {
  object-position: top;
}
.section .section-background.bg-vcenter img {
  object-position: center;
}
.section .section-background.bg-vbottom img {
  object-position: bottom;
}
.section .section-background img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.section .block {
  position: relative;
  z-index: 10;
}
.section .block-custom-width {
  margin-right: auto !important;
  margin-left: auto !important;
}
.section .custom-ratio {
  position: relative;
}
.section .custom-ratio.ratio-one-one {
  padding-top: 100%;
}
.section .custom-ratio.ratio-sixteen-nine {
  padding-top: 56.25%;
}
.section .custom-ratio.ratio-four-tree {
  padding-top: 75%;
}
.section .custom-ratio.ratio-tree-four {
  padding-top: 133.3333333333%;
}
.section .custom-ratio:not(.ratio-auto) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ---------- Footer ---------- */
.footer {
  margin-top: 3.5rem;
}
.footer .hours {
  max-width: 110px;
  text-align: right;
}
.footer .footer-container {
  border-radius: 24px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .footer .footer-container {
    padding: 3rem;
  }
}
.footer a {
  color: var(--color-secondary);
  transition: all 0.3s ease;
}
.footer a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}
.footer .footer-holder {
  text-align: center;
  gap: 4rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer .footer-holder {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .footer .footer-holder {
    gap: 8rem;
  }
}
.footer .footer-holder .footer-logo {
  flex: 0 0 clamp(125px, 15.625vw, 225px);
}
.footer .footer-holder .footer-logo img {
  width: 100%;
  max-width: 225px;
  margin: 0 auto;
}
.footer .footer-holder .footer-content {
  gap: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .footer .footer-holder .footer-content {
    flex-direction: row;
    align-items: start;
    gap: 0.75rem;
    justify-content: space-between;
  }
}
.footer .footer-holder .footer-content .footer-col {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-weight: 500;
  width: 100%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .footer .footer-holder .footer-content .footer-col {
    margin-top: 0;
    text-align: left;
    width: auto;
    flex: 0 0 calc(33% - 0.75rem);
  }
}
.footer .footer-holder .footer-content .footer-col .footer-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer .footer-holder .footer-content .footer-col .footer-title {
    justify-content: start;
  }
}
.footer .footer-holder .footer-content .footer-col .footer-title div {
  display: flex;
}
.footer .footer-holder .footer-content .footer-col.contact-infos address {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer .footer-holder .footer-content .footer-col.contact-infos address ul li i {
  display: inline-block;
  margin-right: 0.5rem;
}
.footer .footer-holder .footer-content .footer-col.opening-hours ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .footer .footer-holder .footer-content .footer-col.opening-hours ul {
    display: block;
  }
}
.footer .footer-holder .footer-content .footer-col.opening-hours ul li {
  width: 260px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px !important;
}
@media (min-width: 992px) {
  .footer .footer-holder .footer-content .footer-col.opening-hours ul li {
    margin: initial;
  }
}
.footer .footer-holder .footer-content .footer-col.opening-hours ul li i {
  display: inline-block;
  margin-right: 0.5rem;
}
.footer .footer-holder .footer-content .footer-col.footer-menu ul li {
  margin-bottom: 5px !important;
}
@media (min-width: 992px) {
  .footer .footer-holder .footer-content .footer-col.footer-menu ul li {
    margin: initial;
  }
}
.footer .copyright-holder {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}
@media (min-width: 992px) {
  .footer .copyright-holder {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.footer .copyright-holder .copyright {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .footer .copyright-holder .copyright {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer .copyright-holder .right-side {
    display: flex;
    align-items: center;
  }
}

.social-holder-footer ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.social-holder-footer ul li {
  display: flex;
}
.social-holder-footer ul li a {
  display: flex;
}
.social-holder-footer ul li a svg {
  display: flex;
}
.social-holder-footer ul li a svg path {
  transition: fill 0.3s ease-in-out;
}
.social-holder-footer ul li a svg:hover path {
  fill: var(--color-red);
}

.tribe-events-calendar-month__calendar-event-tooltip-description p {
  font-weight: 700 !important;
  text-rendering: optimizeLegibility;
  font-size: 12px !important;
}