:root {
  --base-color-brand--dark-lochmara: #15253c;
  --link-color--link-primary: var(--base-color-brand--dark-lochmara);
  --background-color--background-primary: var(--base-color-brand--lochmara);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-brand--lochmara);
  --base-color-neutral--white: #fff;
  --text-color--text-secondary: var(--base-color-brand--golden-bell);
  --text-color--text-tertiary: var(--base-color-brand--saffron);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-brand--lochmara);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--golden-bell);
  --background-color--background-tertiary: var(--base-color-brand--saffron);
  --base-color-brand--lochmara: #3777b6;
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --base-color-brand--white\<deleted\|variable-85c03491-113c-93e8-92f2-a52531dcf39a\>: white;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--golden-bell: #e28d27;
  --link-color--link-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-brand--lochmara);
  --base-color-brand--saffron: #f0bd29;
  --background-color--background-special: var(--base-color-brand--special-grey);
  --background-color--background-swiper: #ffffff0d;
  --base-color-neutral--black: #000;
  --background-color--background-dark: var(--base-color-brand--dark-lochmara);
  --base-color-brand--special-grey: #e8e9ec;
  --base-color-brand--blue-light: #d9e5ff;
  --font-base-all--raleway: raleway, sans-serif;
  --base-color-brand--blue: #2d62ff;
  --font-base-all--chauncy-pro: chauncy-pro, sans-serif;
  --base-color-brand--blue-dark: #080331;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--golden-bell);
  --text-color--text-dark: var(--base-color-brand--dark-lochmara);
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--base-color-brand--dark-lochmara);
  font-family: raleway, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.1;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-primary {
  color: var(--text-color--text-primary);
}

.text-color-primary.is_header {
  background-color: var(--base-color-neutral--white);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  flex: 1;
  margin-left: 14px;
  margin-right: 14px;
  padding-left: 5px;
  padding-right: 5px;
  position: static;
}

.text-color-primary.is_fundgrid {
  font-weight: 500;
  line-height: 17.6px;
}

.text-color-primary.text_medium_size.is_fundgrid {
  text-transform: uppercase;
  flex: 1;
  align-self: center;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 26.4px;
  display: block;
}

.text-color-primary.under_title {
  text-transform: none;
  font-family: raleway, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: .9;
}

.text-color-primary.fund_text {
  font-weight: 500;
  line-height: 17.6px;
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.text-color-secondary.heading-style-h3.is_carrousel {
  color: var(--text-color--text-tertiary);
  font-family: chauncy-pro, sans-serif;
  font-weight: 900;
}

.text-color-secondary.heading-style-h3.is_examp {
  text-transform: uppercase;
  align-self: flex-start;
  font-family: chauncy-pro, sans-serif;
  line-height: 1.3;
}

.text-color-secondary.heading-style-h4.is_carrousel {
  color: var(--text-color--text-tertiary);
  text-transform: uppercase;
  font-family: chauncy-pro, sans-serif;
  font-weight: 900;
}

.text-color-secondary.heading-style-h4.is_examp {
  text-transform: uppercase;
  font-family: chauncy-pro, sans-serif;
}

.text-color-secondary.bold {
  font-weight: 700;
}

.text-color-secondary.heading-style-h1.is_fundform {
  color: var(--text-color--text-secondary);
  font-family: chauncy-pro, sans-serif;
  line-height: 26.4px;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  text-transform: uppercase;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.1;
}

.heading-style-h3.text-color-primary.is_pres {
  text-align: center;
  font-weight: 900;
}

.heading-style-h3.text-color-alternate.is_carrousel {
  text-transform: uppercase;
  font-weight: 900;
}

.heading-style-h3.text-color-alternate.is_fundform {
  text-transform: uppercase;
  font-size: 2.3rem;
  font-weight: 900;
}

.heading-style-h3.text-color-alternate.is_fundform.undertitle {
  font-family: chauncy-pro, sans-serif;
  font-weight: 700;
}

.heading-style-h3.is_examp {
  text-transform: uppercase;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
}

.heading-style-h1.text-color-secondary.is_pres {
  text-align: center;
  text-transform: uppercase;
  font-family: chauncy-pro, sans-serif;
}

.heading-style-h1.text-color-secondary.is_fundgrid {
  color: var(--text-color--text-secondary);
  flex: none;
  font-family: chauncy-pro, sans-serif;
  line-height: 1;
}

.heading-style-h1.text-color-secondary.is_fundgrid.weight_shrink {
  font-size: 3.9rem;
  line-height: 1;
}

.padding-global {
  opacity: 1;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  position: static;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-color-alternate.is_header {
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: flex-start;
  padding-right: 64px;
  font-size: 1.125rem;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.text-color-alternate.is_btn_text.is_pres {
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 900;
}

.text-color-alternate.is_btn_text.is_carrousel {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 900;
}

.text-color-alternate.second_sentence {
  font-weight: 700;
  line-height: 17.6px;
}

.text-color-alternate.third_sentence {
  font-weight: 500;
  line-height: 17.6px;
}

.text-color-alternate.fourth_sentence {
  text-overflow: clip;
  font-weight: 500;
  line-height: 17.6px;
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.1;
}

.heading-style-h4.fundform_title {
  text-align: center;
  line-height: .6;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.1;
}

.heading-style-h2.text-color-secondary {
  text-align: center;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
}

.heading-style-h5.text-color-secondary.is_pres {
  color: var(--base-color-brand--lochmara);
  text-align: center;
  text-transform: uppercase;
  margin-top: .5rem;
  font-weight: 900;
  display: block;
}

.heading-style-h5.text-color-primary.is_fundform.title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 14px;
  font-size: 1.5rem;
  font-weight: 900;
}

.container-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  max-width: 80rem;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-large.padding_perso_header {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container-large.is_header {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.container-large.is_pres {
  padding-top: 72px;
  padding-bottom: 72px;
}

.container-large.is_carrousel {
  justify-content: flex-start;
  align-items: center;
  height: 1080px;
  max-height: 100%;
  padding: 64px 66px;
  display: flex;
}

.container-large.is_fundgrid {
  max-height: 100%;
  padding: 69px 0 72px;
}

.container-large.is_examp {
  padding-top: 40px;
}

.container-large.is_footer {
  padding-top: 8px;
  padding-bottom: 20px;
}

.container-large.is_timeline {
  padding-top: 56px;
  padding-bottom: 56px;
}

.container-large.is_stick_bar {
  justify-content: center;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  border: 2px solid var(--background-color--background-secondary);
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-secondary);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

.button.btn_don {
  width: auto;
  min-width: 0;
  min-height: 0;
}

.button.is_text_area {
  border: 2px solid var(--base-color-brand--white\<deleted\|variable-85c03491-113c-93e8-92f2-a52531dcf39a\>);
  background-color: var(--background-color--background-primary);
  -webkit-text-stroke-width: 0px;
  max-width: 102px;
  height: 50%;
  max-height: 46px;
  margin-bottom: 0;
}

.button.is_text_area::placeholder {
  color: var(--base-color-brand--white\<deleted\|variable-85c03491-113c-93e8-92f2-a52531dcf39a\>);
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xlarge.is_examp {
  padding-top: 4.5rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-terciary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.section_pres {
  position: static;
}

.section_carousel {
  background-image: url('../images/background_carrousel.webp');
  background-position: 50%;
  background-size: cover;
  max-height: 100%;
  margin-bottom: -26px;
  position: relative;
}

.section_fundgrid {
  background-image: url('../images/machin.webp');
  background-position: 50%;
  background-size: cover;
  margin-top: -2rem;
}

.section_fundform {
  background-color: var(--background-color--background-secondary);
  padding-top: 72px;
  padding-bottom: 72px;
}

.section_fundform.background-color-secondary {
  width: 100%;
  padding-top: 72px;
  padding-bottom: 72px;
  position: static;
}

.sticky_bar {
  z-index: 10000;
  background-color: var(--background-color--background-primary);
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 26px;
  position: sticky;
  bottom: 0;
  box-shadow: 0 1px 10px #00000073;
}

.top_band {
  color: var(--base-color-neutral--white);
  justify-content: flex-end;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 800;
  display: flex;
}

.top_band.background-color-secondary {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.first_row_hero {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4rem;
  display: flex;
  position: absolute;
}

.img_container {
  aspect-ratio: auto;
  object-fit: fill;
  display: block;
  position: absolute;
}

.logo_dcc_top {
  max-width: 251px;
  position: absolute;
}

.button_container {
  max-width: 178px;
}

.button_container.is_pres {
  background-color: var(--base-color-brand--golden-bell);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: 393px;
  max-height: 42px;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.button_container.is_carrousel {
  background-color: var(--base-color-brand--golden-bell);
  border-radius: 50px;
  align-self: auto;
  width: 343px;
  max-width: 100%;
  height: 42px;
  max-height: 100%;
  text-decoration: none;
}

.link-block {
  max-width: 138px;
}

.link-block-2 {
  width: 100%;
  max-width: 138px;
  height: 26px;
}

.btn_don {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--base-color-brand--golden-bell);
  vertical-align: baseline;
  border-radius: 50px;
  align-items: center;
  min-width: 178px;
  max-width: 178px;
  min-height: 42px;
  max-height: 42px;
  padding: 8px 20px;
  text-decoration: none;
  display: inline-flex;
}

.btn_don.is_fundgrid.first {
  justify-content: center;
  align-items: center;
  min-width: 134px;
  max-width: 134px;
}

.btn_don.is_fundgrid.second {
  justify-content: center;
  align-items: center;
  min-width: 167px;
  max-width: 167px;
}

.btn_don.is_fundgrid.third {
  justify-content: center;
  align-items: center;
  min-width: 153px;
  max-width: 153px;
}

.btn_don.not_a_btn {
  background-color: var(--base-color-brand--white\<deleted\|variable-85c03491-113c-93e8-92f2-a52531dcf39a\>);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 140px;
  min-width: auto;
  max-width: 100%;
}

.btn_don.is_examp {
  justify-content: center;
  align-items: center;
  width: 513px;
  min-width: auto;
  max-width: 100%;
  height: 42px;
  min-height: auto;
  max-height: 100%;
}

.btn_don_text {
  color: var(--link-color--link-alternate);
  text-transform: uppercase;
  flex: none;
  font-size: 1.375rem;
  font-weight: 900;
  text-decoration: none;
}

.btn_don_text.not_a_btn {
  color: var(--link-color--link-secondary);
  text-transform: none;
  font-size: 1.125rem;
}

.img_don {
  max-width: 20px;
  max-height: 18.35px;
}

.heading {
  text-align: center;
  font-weight: 800;
}

.heading.text-color-primary.is_pres, .heading.text-color-primary.is_timeline {
  font-weight: 900;
}

.pres_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 73%;
  margin: 48px auto 72px;
  display: flex;
}

.paragraph {
  text-align: center;
}

.paragraph.is_pres {
  font-weight: 500;
}

.three_items_container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.three_items_container.footer_version {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.item_container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: center;
  width: calc(33.3333% - 24px);
  display: flex;
}

.down_arrow_class {
  max-width: 1.313rem;
  max-height: 21px;
}

.item_text_pres {
  font-size: 1.125rem;
  font-weight: 800;
}

.item_text_pres.text-color-primary {
  text-align: center;
  margin-top: .313rem;
  font-weight: 400;
}

.carrousel_wrapper {
  position: static;
  inset: 0% 0% 0% auto;
}

.container_form {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 567px;
  max-width: 100%;
  height: 536px;
  max-height: 100%;
  display: flex;
}

.form_faded {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: .6;
  -webkit-backdrop-filter: blur(20px) blur(20px) blur(20px) blur(20px) blur(20px);
  backdrop-filter: blur(20px) blur(20px) blur(20px) blur(20px) blur(20px);
  text-align: left;
  mix-blend-mode: normal;
  border-radius: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 487px;
  max-width: 100%;
  max-height: 100%;
  padding: 48px 24px;
  transition: opacity .5s;
  display: flex;
}

.form_faded:hover {
  opacity: .85;
}

.swiper-button-prev {
  z-index: 5;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.swiper-button-prev.is_older {
  display: none;
}

.left_right_arrow_form_text {
  text-transform: uppercase;
  border-radius: 0;
  font-family: chauncy-pro, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.left_right_arrow_form_text.text-color-primary {
  background-color: var(--base-color-brand--white\<deleted\|variable-85c03491-113c-93e8-92f2-a52531dcf39a\>);
  align-self: auto;
  padding-top: 12px;
}

.swiper-button-next {
  z-index: 5;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.swiper-button-next.is_older {
  display: none;
}

.heading_style_2-5 {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
}

.heading_style_2-5.is_fundgrid {
  font-weight: 900;
}

.heading_style_2-5.is_fundgrid.text-color-alternate {
  text-align: center;
  width: 861px;
  max-width: 100%;
  line-height: 44px;
}

.heading_style_2-5.is_fundgrid.text-color-tertiary {
  color: var(--text-color--text-tertiary);
  font-family: chauncy-pro, sans-serif;
}

.head_fundgrid_wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 36px;
  display: flex;
}

.text_color_tertiary {
  color: var(--text-color--text-tertiary);
  font-weight: 500;
}

.text_color_tertiary.heading-style-h2.is_fundgrid {
  text-transform: uppercase;
  font-family: chauncy-pro, sans-serif;
  font-weight: 700;
  transform: rotate(-1deg);
}

.grid_container_fungrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lefft_column_fundgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.right_column_grid {
  border-radius: 568px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.block_fundgrid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 8px solid var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  border-radius: 36px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 32px;
  display: flex;
}

.block_fundgrid:hover {
  border-right-color: var(--base-color-brand--saffron);
}

.block_fundgrid.background-color-alternate.is_fundgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 5px solid #0000;
  border-radius: 36px;
  flex-flow: wrap;
  width: 35.5rem;
  max-width: 100%;
  height: 13.719rem;
  max-height: 100%;
  padding: 24px 28px;
  display: flex;
}

.block_fundgrid.background-color-alternate.is_fundgrid:hover {
  border-right-width: 8px;
  border-right-color: var(--base-color-brand--saffron);
}

.in_content_bubble_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.head_bubble {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.img_right_column {
  width: 100%;
  height: 47.75rem;
  max-height: 100%;
  display: inline-block;
  position: absolute;
}

.underline_bubble_span {
  width: 86.3899px;
  padding-left: 0;
}

.underline_bubble_span.is_fundform {
  width: 223px;
}

.sum_underline {
  flex-flow: column;
  flex: none;
  align-items: center;
  display: flex;
}

.ring_tablet_container {
  mix-blend-mode: normal;
  border: 14px solid #000;
  border-bottom-width: 0;
  border-radius: 64px 64px 0 0;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.header_tablet_examp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  padding: 10px 50px 7px;
  display: flex;
}

.header_tablet_examp.background-color-alternate {
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}

.logo_dcc_footer {
  width: 200px;
}

.logo_dcc_footer.is_examp {
  width: 58px;
  height: 58px;
}

.title_of_header_examp {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.body_tablet {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #f9f1e7;
  background-image: url('../images/fond-pattern-pictos.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px 50px 43px;
  display: flex;
}

.left_column_bubble {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - 28px);
  display: flex;
}

.right_column_bubble {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  width: calc(50% - 28px);
  padding-top: 56px;
  display: flex;
}

.bubble_columns {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.bubble_columns.is_you {
  justify-content: flex-end;
  width: 100%;
}

.boris_bubble {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--base-color-brand--white\<deleted\|variable-85c03491-113c-93e8-92f2-a52531dcf39a\>);
  border-radius: 36px;
  flex-flow: column;
  padding: 24px 32px;
  display: flex;
}

.boris_bubble.bubble {
  width: auto;
}

.lucie_bubble.bubble {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 100%;
  max-width: 44.6rem;
  padding: 16px 32px;
}

.lucie_bubble.bubble.is_alt {
  background-color: var(--background-color--background-special);
}

.photo_bubble {
  width: 402px;
  height: 303px;
}

.photo_bubble.background-color-alternate {
  border: 4px solid var(--base-color-brand--white\<deleted\|variable-85c03491-113c-93e8-92f2-a52531dcf39a\>);
  border-radius: 36px;
  order: 9999;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.maurane_bubble.bubble {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: auto;
  padding: 24px 32px;
}

.title_icon_pres {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 402px;
  max-width: 100%;
  max-height: 100%;
  display: flex;
}

.timepost_line {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  display: flex;
}

.icon_bubble {
  background-color: var(--base-color-brand--golden-bell);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 70px;
  width: 40px;
  height: 40px;
  overflow: clip;
}

.name_bubble {
  color: var(--base-color-brand--lochmara);
  text-transform: none;
  align-self: center;
  font-family: raleway, sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
}

.text_of_bubble {
  text-align: left;
  font-family: raleway, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 19.8px;
  display: block;
}

.text_of_bubble._900 {
  font-weight: 900;
}

.release_timepost {
  text-align: right;
  align-self: center;
  font-weight: 500;
}

.bubble {
  background-color: var(--background-color--background-alternate);
  border-radius: 36px;
  flex-flow: column;
  display: flex;
}

.bubble.tiny_bubble {
  justify-content: center;
  align-items: center;
  width: 140px;
  min-height: 42px;
  padding: 8px 20px;
  font-weight: 900;
}

.seen-read_notif {
  align-self: center;
  width: 18px;
  height: 18px;
  max-height: 100%;
}

.photo_awa {
  object-fit: cover;
  object-position: 45% 10%;
  border-radius: 36px;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.fundform {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 6px solid var(--base-color-brand--golden-bell);
  background-color: var(--base-color-neutral--white);
  border-radius: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 402px;
  height: 364px;
  max-height: 100%;
  padding: 48px 24px;
  display: flex;
  position: static;
}

.fundform_block {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left_fund_column {
  width: 50%;
}

.text-block-2 {
  text-align: center;
  align-self: center;
}

.calculate_fund {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block {
  display: flex;
}

.field-label {
  text-transform: uppercase;
  align-self: center;
  font-size: 1.5rem;
  font-weight: 900;
}

.text-field {
  text-align: right;
  border: 1px solid #000;
  border-radius: 50px;
  width: 109px;
  max-width: 100%;
  height: 42px;
  max-height: 100%;
  padding: 10px 15px;
  font-size: 1.5rem;
  font-weight: 900;
}

.caculate_result {
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.right_fund_column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.reduction_fiscale_info {
  width: 402px;
}

.footer_row {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.logo_container {
  align-self: center;
  width: 200px;
  max-width: 100%;
  height: 94px;
  max-height: 100%;
}

.footer_element {
  border-right: 0 solid #000;
  padding-left: 24px;
  padding-right: 24px;
}

.footer_element.first_footer_element {
  border-right-width: 2px;
  border-right-color: var(--base-color-brand--white\<deleted\|variable-85c03491-113c-93e8-92f2-a52531dcf39a\>);
}

.footer_element.third_footer_element {
  border-left: 2px solid var(--base-color-neutral--white);
}

.placeholder_text {
  font-size: 2rem;
}

.h2_chauncy {
  color: var(--base-color-brand--lochmara);
  letter-spacing: -1.16px;
  text-transform: uppercase;
  font-family: chauncy-pro, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  display: block;
}

.h2_chauncy.is_yellow {
  color: var(--base-color-brand--saffron);
}

.h2_chauncy.is_orange {
  color: var(--base-color-brand--golden-bell);
}

.h2_chaucny_alt {
  color: var(--text-color--text-tertiary);
  text-align: center;
  text-transform: uppercase;
  font-family: chauncy-pro, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 110%;
  transform: rotate(-1.64deg);
}

.share_button {
  background-image: url('../images/share_button.webp');
  background-position: 0 0;
  background-size: cover;
  width: 28px;
  max-width: 100%;
  height: 28px;
  max-height: 100%;
}

.image-3 {
  z-index: 5;
  width: 28px;
  height: 28px;
  margin-left: -32px;
  position: absolute;
}

.photo_container {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.photo_container.is_examp {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 287px;
  max-height: 100%;
}

.text-block-3 {
  align-self: center;
  width: 140px;
  min-width: auto;
  max-width: 100%;
  max-height: 100%;
}

.button-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #4a2439;
  text-align: center;
  text-transform: uppercase;
  background-color: #e6fa32;
  border: 1px solid #e6fa32;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem 1rem 1.25rem;
  font-size: 28px;
  font-weight: 600;
  display: flex;
}

.button-2:hover {
  color: #4a2439;
  background-color: #f4ff96;
  border: 1px solid #e6fa32;
  text-decoration: none;
}

.button-2.is_sticky {
  padding: 20px 32px;
  font-size: 24px;
  font-weight: 400;
}

.sticky_form_block-2 {
  flex-flow: wrap;
  flex: none;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fdd_form_input_3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #004eb4;
  border: 3px solid #004eb4;
  border-radius: 62.4375rem;
  width: 10ch;
  margin-bottom: 0;
  padding: 1.5rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 400;
}

.fdd_form_input_3:focus {
  border-color: #004eb4;
}

.fdd_form_input_3::placeholder {
  color: #fff;
}

.fdd_form_input_3.is-border {
  text-align: center;
  background-color: #4a2439;
  border-width: 1px;
  border-color: #fff;
  border-radius: 12px;
  flex: none;
  width: 187px;
  height: 5.3%;
  padding: 12px 24px;
}

.fdd_form_input_3.is-border::placeholder {
  text-transform: none;
  font-size: 16px;
  line-height: 120%;
}

.fdd_form_input_3.is-border.is-amount {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #4a2439;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 143px;
  height: 5.3%;
  padding: 12px 16px;
  font-size: 1.75rem;
  line-height: 120%;
  display: flex;
}

.fdd_form_input_3.is-border.is-amount.is-active {
  color: #4a2439;
  background-color: #fff;
  border-style: none;
  border-color: #fd5a5d;
}

.sticky_form-2 {
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.sticky_div_text {
  flex: none;
}

.sticky_text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
}

.sticky_reduction_text {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  text-transform: uppercase;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.sticky_reduction_lime {
  color: var(--text-color--text-alternate);
  align-self: flex-end;
  font-size: 1rem;
  font-weight: 900;
}

.sticky_reduction_lime.is_result {
  align-self: center;
  font-size: 2.313rem;
  font-weight: 900;
  line-height: 17.6px;
}

.sticky_reduction {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.sticky_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  color: var(--text-color--text-primary);
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.calculate_btn {
  text-align: center;
}

.fdd_form_input {
  border: 2px solid var(--base-color-brand--white\<deleted\|variable-85c03491-113c-93e8-92f2-a52531dcf39a\>);
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
}

.fdd_form_input.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.fdd_form_input.is-small {
  padding: .5rem 1.25rem;
}

.fdd_form_input.is-large {
  padding: 1rem 2rem;
}

.fdd_form_input.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.fdd_form_input.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fdd_form_input.is-brand {
  background-color: var(--background-color--background-secondary);
}

.fdd_form_input.btn_don {
  width: auto;
  min-width: 0;
  min-height: 0;
}

.fdd_form_input.is_text_area {
  border: 2px solid var(--base-color-brand--white\<deleted\|variable-85c03491-113c-93e8-92f2-a52531dcf39a\>);
  background-color: var(--background-color--background-primary);
  -webkit-text-stroke-width: 0px;
  max-width: 102px;
}

.fdd_form_input.is_active {
  background-color: var(--background-color--background-secondary);
  border-style: none;
}

.fdd_form_input.is_amount {
  cursor: pointer;
}

.text_result {
  align-self: center;
  font-size: 2.313rem;
}

.text_mini {
  color: var(--text-color--text-alternate);
  text-transform: uppercase;
  margin-left: 7px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
}

.part1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: stretch;
  display: flex;
}

.part2 {
  justify-content: flex-end;
  display: flex;
}

.swiper-slide {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.swiper-slide:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.swiper-slide.swiper_title {
  background-color: var(--background-color--background-swiper);
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--base-color-brand--white\<deleted\|variable-85c03491-113c-93e8-92f2-a52531dcf39a\>);
  mix-blend-mode: normal;
  margin-top: 3.375rem;
  margin-left: 6.625rem;
  padding: 3rem 1.5rem;
  transition-property: none;
  display: flex;
}

.swiper-slide.swiper_title.swiperslide1, .swiper-slide.swiper_title.swiperslide2, .swiper-slide.swiper_title.swiperslide3 {
  display: flex;
  position: relative;
}

.swiper {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
}

.swiper.is_background {
  display: none;
}

.swiper.swiper_img {
  width: 102vw;
  margin-left: -4.7rem;
}

.swiper.swiper_content {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.message_bubble {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.spacer_perso {
  padding-top: 1.5rem;
  font-size: 1.5rem;
}

.bubble_pic {
  width: 34px;
  margin-right: -25px;
}

.bubble_pic.is_alt {
  margin-left: -25px;
  margin-right: 0;
}

.logo_cef_footer {
  width: 128px;
}

.logo_cef_container {
  align-self: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer_logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-3 {
  justify-content: flex-end;
  display: flex;
}

.bakcground-color-special {
  background-color: var(--background-color--background-special);
}

.hero1 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.image-5 {
  margin-top: 2rem;
  position: absolute;
}

.hero2, .hero3, .hero4, .hero5 {
  margin-top: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.hero_arrow {
  width: 4.3rem;
  margin-bottom: 2.5rem;
  margin-left: 4.188rem;
  position: absolute;
  inset: auto auto 5% 0%;
}

.fundgrid {
  padding-top: 3.75rem;
  padding-bottom: 4.5rem;
}

.tablet {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.item_container_solidarite {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: calc(20% - 5px);
  display: flex;
}

.fdd_form_input-2 {
  color: var(--base-color-neutral--black);
  border: 1px solid #000;
  border-radius: 50px;
  flex: 0 auto;
  align-self: auto;
  width: 6.813rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
  display: block;
}

.fdd_form_input-2::placeholder {
  color: var(--base-color-neutral--black);
  text-align: right;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 110%;
  text-decoration: none;
}

.fdd_form {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-container {
  width: 100vw;
  position: relative;
}

.section_hero2 {
  width: 100%;
  height: 61vh;
  position: relative;
  overflow: hidden;
}

.hero_img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.band_logo_btn {
  z-index: 5;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 1.2rem;
  padding-left: 1.875rem;
  padding-right: 3.75rem;
  display: flex;
  position: absolute;
}

.header_logo {
  width: 15.688rem;
}

.image-9 {
  width: 1.125rem;
}

.image-10 {
  width: 100%;
  height: 47.75rem;
  display: block;
  position: absolute;
}

.image-11 {
  width: 100%;
  height: 47.75rem;
  display: block;
}

.fundgrid_img {
  object-fit: cover;
  object-position: 25% 50%;
  border-radius: 36px;
  width: 35.5rem;
  height: 727px;
  min-height: 100%;
  max-height: 45.438rem;
  display: block;
  position: absolute;
}

.red_2, .red_3 {
  width: 35.5rem;
  display: none;
  position: absolute;
}

.section_headband {
  background-color: var(--base-color-brand--golden-bell);
  padding-top: 8px;
  padding-bottom: 8px;
}

.fdd_form_block {
  width: 100%;
}

.section_swiper {
  z-index: 5;
  width: 100%;
  height: 41.5rem;
  position: static;
}

.swriper-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: block;
  position: relative;
}

.swiper-button {
  width: 50%;
  position: absolute;
  inset: 0%;
}

.section_swiper-2 {
  width: 100%;
  height: 41.5rem;
  position: static;
  overflow: hidden;
}

.section_swipers {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.swiper-wrapper-img, .swiper-slider-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.heading-8 {
  font-size: 2.313rem;
}

.swiper_title_yellow {
  color: var(--base-color-brand--saffron);
  font-family: chauncy-pro, sans-serif;
  font-size: 2.625rem;
  line-height: 110%;
}

.swiper_text_corps, .swiper_text {
  font-weight: 500;
}

.h4_chauncy {
  color: var(--base-color-brand--saffron);
  letter-spacing: -1.16px;
  font-family: chauncy-pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  transform: rotate(-1.64deg);
}

.swiper_avec {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.slide_content {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--base-color-neutral--white);
  text-align: left;
  border-radius: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 42%;
  margin-top: 0;
  margin-left: 3rem;
  padding: 48px 24px;
  display: flex;
  position: relative;
  top: 54px;
}

.body {
  overflow-x: hidden;
}

.text-color-terciary {
  color: var(--text-color--text-tertiary);
}

.text-color-terciary.heading-style-h3.is_carrousel {
  color: var(--text-color--text-tertiary);
  font-family: chauncy-pro, sans-serif;
  font-weight: 900;
}

.text-color-terciary.heading-style-h3.is_examp {
  text-transform: uppercase;
  align-self: flex-start;
  font-family: chauncy-pro, sans-serif;
  line-height: 1.3;
}

.text-color-terciary.heading-style-h4.is_carrousel {
  color: var(--text-color--text-tertiary);
  text-transform: uppercase;
  font-family: chauncy-pro, sans-serif;
  font-weight: 900;
}

.text-color-terciary.heading-style-h4.is_examp {
  text-transform: uppercase;
  font-family: chauncy-pro, sans-serif;
}

.text-color-terciary.bold {
  font-weight: 700;
}

.text-color-terciary.heading-style-h1.is_fundform {
  color: var(--text-color--text-secondary);
  font-family: chauncy-pro, sans-serif;
  line-height: 26.4px;
}

.text-color-dark.heading-style-h3.is_carrousel {
  color: var(--text-color--text-tertiary);
  font-family: chauncy-pro, sans-serif;
  font-weight: 900;
}

.text-color-dark.heading-style-h3.is_examp {
  text-transform: uppercase;
  align-self: flex-start;
  font-family: chauncy-pro, sans-serif;
  line-height: 1.3;
}

.text-color-dark.heading-style-h4.is_carrousel {
  color: var(--text-color--text-tertiary);
  text-transform: uppercase;
  font-family: chauncy-pro, sans-serif;
  font-weight: 900;
}

.text-color-dark.heading-style-h4.is_examp {
  text-transform: uppercase;
  font-family: chauncy-pro, sans-serif;
}

.text-color-dark.bold {
  font-weight: 700;
}

.text-color-dark.heading-style-h1.is_fundform {
  color: var(--text-color--text-secondary);
  font-family: chauncy-pro, sans-serif;
  line-height: 26.4px;
}

.background-color-dark {
  background-color: var(--background-color--background-dark);
  color: var(--base-color-neutral--white);
}

.fundform_right_title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.timeline_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 73%;
  margin: 72px auto;
  display: flex;
}

.footer_legal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 27.5%;
  display: flex;
}

.logo_corref_footer {
  width: 94px;
}

.logo_ministere_footer {
  width: 73px;
}

.logo_dec_footer {
  width: 64px;
}

.footer_ml {
  border-right: 2px solid var(--base-color-neutral--white);
  padding-right: 24px;
}

.footer_contact {
  padding-left: 24px;
}

.hero_bg_img {
  opacity: 0;
  background-image: url('../images/bg_blue.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 40px;
  transition: opacity .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero_bg_img.is_dark {
  background-image: url('../images/bg_dark.webp');
}

.hero_bg_img.is_active {
  opacity: 1;
  position: relative;
}

.hbgi_img {
  width: 600px;
}

.hbgi_img_txt {
  width: 325px;
  position: absolute;
  inset: auto auto 40px 67%;
}

.slide_img {
  object-fit: cover;
  width: 110vw;
}

.fundgrid_heading {
  color: var(--text-color--text-alternate);
}

.fundgrid_heading.is_header {
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: flex-start;
  padding-right: 64px;
  font-size: 1.125rem;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.fundgrid_heading.is_btn_text.is_pres {
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 900;
}

.fundgrid_heading.is_btn_text.is_carrousel {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 900;
}

.fundgrid_heading.second_sentence {
  font-weight: 700;
  line-height: 17.6px;
}

.fundgrid_heading.third_sentence {
  font-weight: 500;
  line-height: 17.6px;
}

.fundgrid_heading.fourth_sentence {
  text-overflow: clip;
  font-weight: 500;
  line-height: 17.6px;
}

.swiper_slide_img {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.content_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.popup_paragraph_deco {
  z-index: 1;
  margin-top: 40px;
  position: relative;
}

.exit_popup {
  z-index: 100000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup_paragraph_deco_img {
  z-index: -1;
  width: 75px;
  position: absolute;
  inset: -57% auto auto -11%;
}

.popup_spot_left {
  width: 240px;
  position: absolute;
  inset: -15% auto auto -8%;
}

.popup_paragraph {
  text-align: center;
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 1.12;
}

.popup_paragraph.is_underline {
  background-image: url('../images/line_title_1line_title.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 13px;
  font-weight: 800;
}

.popup_gligli_left {
  z-index: -1;
  width: 705px;
  position: absolute;
  inset: auto auto -14% -8%;
}

.popup_card {
  z-index: 10;
  color: #fff;
  background-image: url('../images/bg_blue.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 990px;
  height: 90vh;
  max-height: 665px;
  padding: 3rem 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.popup_gligli_right {
  width: 414px;
  position: absolute;
  inset: -1% -9% auto auto;
}

.popup_close {
  z-index: 50;
  color: #f36;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.popup_close:hover {
  transform: scale(1.1);
}

.popup_title {
  color: var(--text-color--text-tertiary);
  text-align: center;
  font-family: chauncy-pro, sans-serif;
  font-size: 3.75rem;
  transform: rotate(-1.64deg);
}

.button-3 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #f36;
  border: 1px solid #f36;
  border-radius: .5rem;
  padding: .625rem .9375rem .5rem;
  font-weight: 800;
  text-decoration: none;
}

.button-3:hover {
  color: #f36;
  background-color: #fff;
}

.button-3.popup_btn {
  border-radius: 10px;
  padding: .75rem 1.25rem .625rem;
  font-size: 1.875rem;
}

.close_x {
  width: 30px;
  height: 30px;
}

.popup_subtitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.34rem;
  font-weight: 900;
}

.btn_img_hover {
  display: none;
}

@media screen and (min-width: 1440px) {
  .text-color-secondary.heading-style-h3.is_carrousel {
    color: var(--text-color--text-tertiary);
  }

  .text-color-secondary.heading-style-h3.is_examp {
    color: var(--text-color--text-secondary);
  }

  .text-color-secondary.heading-style-h4.is_carrousel {
    color: var(--text-color--text-tertiary);
  }

  .text-color-secondary.heading-style-h1.is_fundform, .heading-style-h1.text-color-secondary.is_fundgrid {
    color: var(--text-color--text-secondary);
  }

  .text-color-alternate.is_header {
    justify-content: center;
    align-items: center;
  }

  .heading-style-h5.text-color-secondary.is_pres {
    color: var(--text-color--text-secondary);
  }

  .button {
    flex: none;
  }

  .button.is_text_area {
    align-self: center;
    height: 50%;
    max-height: 46px;
    margin-bottom: 0;
  }

  .section_hero {
    position: relative;
  }

  .sticky_bar {
    background-color: var(--base-color-brand--lochmara);
  }

  .top_band {
    background-color: var(--base-color-brand--golden-bell);
    justify-content: flex-end;
    align-items: center;
    padding-right: 64px;
    display: flex;
  }

  .swiper-button-prev, .swiper-button-next {
    cursor: pointer;
  }

  .logo_dcc_footer {
    width: 200px;
  }

  .calculate_fund {
    flex-flow: row;
    align-items: stretch;
  }

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

  .caculate_result {
    justify-content: space-between;
  }

  .logo_container {
    align-self: center;
    height: 94px;
    max-height: 100%;
    display: flex;
  }

  .sticky_form_block-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    flex: none;
    justify-content: space-around;
    align-items: center;
    display: block;
  }

  .sticky_form-2 {
    flex-flow: row;
    flex: none;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .sticky_div_text {
    flex: none;
    width: 18%;
  }

  .sticky_wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-items: center;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .calculate_btn {
    text-align: center;
  }

  .fdd_form_input {
    border: 2px solid var(--base-color-brand--white\<deleted\|variable-85c03491-113c-93e8-92f2-a52531dcf39a\>);
    background-color: var(--background-color--background-primary);
    flex: none;
  }

  .fdd_form_input.is_text_area {
    align-self: center;
  }

  .fdd_form_input.is_active {
    background-color: var(--background-color--background-secondary);
    border-style: none;
  }

  .swiper.swiper_img {
    width: 100%;
    margin-left: auto;
  }

  .logo_cef_footer {
    width: 128px;
    height: 64px;
    max-height: 100%;
  }

  .logo_cef_container {
    flex: none;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer_logos {
    height: 128px;
    max-height: 100%;
    display: flex;
  }

  .hero1, .hero2, .hero3, .hero4, .hero5 {
    margin-top: 0;
  }

  .hero-container {
    z-index: 0;
  }

  .band_logo_btn {
    z-index: 5;
    margin-top: 1.7rem;
  }

  .section_headband {
    background-color: var(--base-color-brand--golden-bell);
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .text-color-terciary.heading-style-h3.is_carrousel {
    color: var(--text-color--text-tertiary);
  }

  .text-color-terciary.heading-style-h3.is_examp {
    color: var(--text-color--text-secondary);
  }

  .text-color-terciary.heading-style-h4.is_carrousel {
    color: var(--text-color--text-tertiary);
  }

  .text-color-terciary.heading-style-h1.is_fundform {
    color: var(--text-color--text-secondary);
  }

  .text-color-dark.heading-style-h3.is_carrousel {
    color: var(--text-color--text-tertiary);
  }

  .text-color-dark.heading-style-h3.is_examp {
    color: var(--text-color--text-secondary);
  }

  .text-color-dark.heading-style-h4.is_carrousel {
    color: var(--text-color--text-tertiary);
  }

  .text-color-dark.heading-style-h1.is_fundform {
    color: var(--text-color--text-secondary);
  }

  .hbgi_img_txt {
    left: 70%;
    right: auto;
  }

  .fundgrid_heading.is_header {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.9rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .text-color-primary.text_medium_size.is_fundgrid {
    flex: 1;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.3rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .container-large.is_fundgrid {
    max-width: none;
  }

  .button {
    font-size: 1rem;
  }

  .button.is-icon {
    flex-flow: row;
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .btn_don.is_examp {
    height: auto;
  }

  .btn_don_text.is_examp {
    flex: 1;
  }

  .pres_wrapper {
    width: 95%;
  }

  .three_items_container {
    justify-content: center;
    align-items: flex-start;
  }

  .item_text_pres {
    font-size: 1rem;
  }

  .grid_container_fungrid {
    align-items: stretch;
  }

  .lefft_column_fundgrid {
    width: 100%;
  }

  .block_fundgrid {
    padding: 22px;
  }

  .block_fundgrid.background-color-alternate.is_fundgrid {
    width: auto;
  }

  .in_content_bubble_block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .head_bubble {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .img_right_column {
    text-align: left;
  }

  .body_tablet {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left_column_bubble, .right_column_bubble {
    width: calc(50% - 14px);
  }

  .bubble_columns {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    width: 90%;
  }

  .bubble_columns.is_us {
    width: 100%;
  }

  .fundform {
    width: auto;
  }

  .fundform_block {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: 90%;
  }

  .reduction_fiscale_info {
    width: auto;
  }

  .footer_row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
  }

  .h2_chauncy {
    font-size: 3.3rem;
  }

  .sticky_form_block-2 {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .fdd_form_input_3.is-border, .fdd_form_input_3.is-border.is-amount {
    display: none;
  }

  .sticky_form-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sticky_div_text {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sticky_reduction {
    display: none;
  }

  .sticky_wrapper {
    justify-content: center;
    align-items: center;
  }

  .fdd_form_input.is-icon {
    flex-flow: row;
  }

  .part1 {
    display: none;
  }

  .part2 {
    justify-content: center;
  }

  .swiper.swiper_img {
    margin-left: -3rem;
  }

  .swiper.swiper_content {
    width: 110%;
    margin-left: -5%;
  }

  .tablet {
    width: 100%;
  }

  .band_logo_btn {
    padding-left: 0;
    padding-right: 0;
  }

  .header_logo {
    width: 175.7px;
  }

  .fundgrid_img {
    max-height: 100%;
  }

  .swiper-button {
    width: 73%;
  }

  .slide_content {
    width: 60%;
    padding: 30px 20px;
    top: 45px;
  }

  .timeline_wrapper {
    width: 90%;
  }

  .footer_legal {
    width: 100%;
  }

  .footer_credit {
    text-align: center;
    width: 100%;
  }

  .hero_bg_img {
    flex-flow: column;
  }

  .hbgi_img {
    width: 450px;
  }

  .hbgi_img_txt {
    width: 227.5px;
    margin-left: auto;
    margin-right: -10px;
  }

  .slide_img {
    object-fit: cover;
    height: 600px;
  }

  .popup_card {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .87rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-color-alternate.is_header {
    padding-right: 0;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .heading-style-h5.text-color-primary.is_fundform.title {
    font-size: 1.125rem;
  }

  .container-large {
    max-height: none;
  }

  .button {
    font-size: 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .section_fundgrid {
    margin-top: 0;
  }

  .section_fundform {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .sticky_bar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .top_band {
    justify-content: center;
    align-items: center;
  }

  .logo_dcc_top {
    width: 167.333px;
    max-width: 100%;
  }

  .pres_wrapper {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 36px;
  }

  .three_items_container {
    flex-flow: wrap;
  }

  .three_items_container.footer_version {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .item_text_pres {
    font-size: .85rem;
  }

  .grid_container_fungrid {
    flex-flow: column;
  }

  .right_column_grid {
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 34rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .block_fundgrid {
    padding: 16px;
  }

  .block_fundgrid.background-color-alternate.is_fundgrid {
    padding: 20px;
  }

  .head_bubble {
    flex-flow: wrap;
  }

  .header_tablet_examp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo_dcc_footer {
    width: 160px;
  }

  .logo_dcc_footer.is_examp {
    width: 35px;
    height: 35px;
  }

  .body_tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
  }

  .left_column_bubble {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .right_column_bubble {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .bubble_columns {
    width: 100%;
  }

  .bubble_columns.is_us {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .boris_bubble.bubble {
    justify-content: flex-start;
    align-items: stretch;
    width: 268px;
  }

  .lucie_bubble.bubble {
    width: 100%;
    max-width: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .maurane_bubble.bubble {
    width: 268px;
  }

  .icon_bubble {
    width: 30px;
    height: 30px;
  }

  .name_bubble {
    font-size: 1rem;
  }

  .text_of_bubble {
    font-size: .95rem;
  }

  .fundform {
    height: auto;
    max-height: none;
    padding-top: 30px;
    padding-bottom: 14px;
  }

  .fundform_block {
    flex-flow: column;
    width: 100%;
  }

  .left_fund_column {
    width: 65%;
  }

  .field-label {
    font-size: 1.125rem;
  }

  .right_fund_column {
    width: 100%;
  }

  .reduction_fiscale_info {
    width: auto;
  }

  .footer_element {
    text-align: center;
    width: 100%;
  }

  .footer_element.first_footer_element {
    border-right-width: 0;
  }

  .footer_element.third_footer_element {
    border-left-style: none;
  }

  .h2_chauncy {
    font-size: 2.7rem;
  }

  .sticky_form-2 {
    justify-content: center;
    align-items: center;
  }

  .sticky_div_text {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sticky_text {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .swiper.swiper_img {
    margin-left: -1.5rem;
  }

  .swiper.swiper_content {
    width: 110%;
    margin-top: -8rem;
    margin-left: -5%;
    padding-bottom: 6rem;
    position: static;
  }

  .logo_cef_footer {
    width: 102.4px;
  }

  .footer_logos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero_arrow {
    width: 3rem;
    left: -5%;
  }

  .item_container_solidarite {
    width: calc(25% - 5px);
  }

  .fdd_form_input-2 {
    font-size: 1.2rem;
  }

  .band_logo_btn {
    justify-content: center;
    align-items: center;
  }

  .header_logo {
    width: 125.5px;
  }

  .swiper-button {
    width: 100%;
  }

  .swiper_title_yellow {
    font-size: 2.1rem;
  }

  .slide_content {
    background-color: var(--base-color-brand--dark-lochmara);
    width: 77%;
    margin-left: 11.5%;
  }

  .fundform_right_title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .timeline_wrapper {
    width: 100%;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .logo_corref_footer {
    width: 75.2px;
  }

  .logo_ministere_footer {
    width: 58.4px;
  }

  .logo_dec_footer {
    width: 51.2px;
  }

  .hero_bg_img.is_active {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .hbgi_img_txt {
    width: 260px;
    margin-right: auto;
    inset: auto auto 2%;
  }

  .slide_img {
    height: auto;
  }

  .fundgrid_heading {
    color: var(--text-color--text-primary);
  }

  .fundgrid_heading.is_header {
    padding-right: 0;
  }

  .popup_paragraph {
    font-size: 1.8rem;
  }

  .popup_card {
    max-height: 500px;
  }

  .popup_title {
    font-size: 3.2rem;
  }

  .popup_subtitle {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-color-primary.is_fundgrid {
    flex: 1;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-color-alternate.is_header {
    font-size: .9rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h5.text-color-primary.is_fundform.title {
    font-size: 1rem;
  }

  .container-large.is_fundgrid {
    padding-left: 2px;
    padding-right: 2px;
  }

  .button {
    font-size: .8rem;
  }

  .button.is-icon {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .btn_don_text.is_examp {
    font-size: .9rem;
  }

  .pres_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .three_items_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .three_items_container.footer_version {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .item_container {
    width: 100%;
  }

  .right_column_grid {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 22.5rem;
  }

  .head_bubble {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .underline_bubble_span.is_fundform {
    width: 115px;
  }

  .body_tablet {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bubble_columns.is_you {
    justify-content: center;
  }

  .lucie_bubble.bubble, .lucie_bubble.bubble.is_alt {
    width: 95%;
  }

  .photo_bubble.background-color-alternate {
    height: 202px;
  }

  .icon_bubble {
    width: 20px;
    height: 20px;
  }

  .text_of_bubble._900 {
    font-size: .8rem;
  }

  .photo_awa {
    border-radius: 14px;
  }

  .fundform {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: auto;
  }

  .fundform_block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .left_fund_column {
    width: 95%;
  }

  .field-label {
    font-size: 1rem;
  }

  .footer_element {
    text-align: center;
    width: 100%;
  }

  .footer_element.first_footer_element {
    border-right-width: 0;
  }

  .footer_element.third_footer_element {
    border-left-width: 0;
  }

  .photo_container.is_examp {
    height: 100px;
  }

  .sticky_div_text, .sticky_text {
    font-size: .8rem;
  }

  .sticky_wrapper {
    flex-flow: wrap;
  }

  .fdd_form_input.is-icon {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .swiper.swiper_content {
    margin-top: -6rem;
    padding-bottom: 4rem;
  }

  .message_bubble {
    width: 95%;
    margin-left: 0;
  }

  .bubble_pic {
    width: 30px;
  }

  .bubble_pic.is_alt {
    width: 20px;
  }

  .footer_logos {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .hero_arrow {
    bottom: 7%;
    left: -15%;
  }

  .fundgrid {
    padding-top: 24px;
  }

  .item_container_solidarite {
    width: calc(50% - 15px);
  }

  .fdd_form_input-2 {
    font-size: 1rem;
  }

  .fdd_form_input-2::placeholder {
    font-size: 1.2rem;
  }

  .swiper_title_yellow {
    font-size: 1.8rem;
  }

  .slide_content {
    width: 76%;
  }

  .timeline_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hbgi_img_txt {
    width: 227.5px;
  }

  .fundgrid_heading.is_header {
    font-size: .9rem;
  }
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-24de0542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-24de0542 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-24de0542, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-24de0542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-24de0542 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-24de0542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-24de0542 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-24de0542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-24de0542 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-24de0542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-24de0542 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-24de0542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-24de0542, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-24de0542, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-24de0542, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-24de0542, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-24de0542, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-24de0542, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-24de0542, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-24de0542, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-24de0542, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-24de0542, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-24de0542 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-24de0542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-24de0542 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-24de0542, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-24de0542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-24de0542 {
  justify-self: start;
}


