:root {
  --link-color--link-primary: var(--base-color-brand--copperfield);
  --base-color-brand--bright-sun: #f9d337;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --base-color-neutral--white: #fff;
  --background-color--background-success: var(--base-color-neutral--black);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --background-color--background-primary: var(--base-color-brand--bright-sun);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --base-color-brand--copperfield: #e18455;
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-secondary: var(--base-color-brand--copperfield);
  --background-color--background-tertiary: var(--base-color-brand--key-lime-pie);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-neutral--black: #000;
  --background-color--background-share: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--lighter-black: #1e1e1e;
  --family-title-dreaming: dreaming-outloud-script, sans-serif;
  --main-family-redonda-condensed: redonda-condensed, sans-serif;
  --base-color-brand--key-lime-pie: #c6ca45;
  --base-color-brand--mercury-dark-grey: #464646;
  --base-color-brand--mercury-grey: #e9e9e9;
  --base-color-brand--alto-light-grey: #dadada;
  --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--copperfield);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: redonda-condensed, sans-serif;
  font-size: 1.125rem;
  line-height: 1.1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.625rem;
  font-weight: 800;
  line-height: 1.15;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.15;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4375rem;
  line-height: 1.2;
}

h6 {
  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(--base-color-brand--bright-sun);
  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-secondary {
  color: var(--base-color-neutral--white);
}

.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 {
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading-style-h3.is_bg_yellow {
  background-color: var(--background-color--background-primary);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.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: 2.625rem;
  height: 2.625rem;
}

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

.padding-global {
  z-index: 11;
  padding: 60px 2.5rem;
}

.padding-global.padding-section-large {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-global.is_sticky {
  padding-top: 0;
  padding-bottom: 0;
}

.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-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-family: redonda-condensed, sans-serif;
  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 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.15;
}

.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(--base-color-brand--copperfield);
  display: inline-block;
}

.background-color-secondary.text-color-secondary {
  flex-flow: wrap;
  display: inline;
}

.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 {
  font-size: 2.625rem;
  font-weight: 800;
  line-height: 1.15;
}

.heading-style-h2.text-color-secondary {
  margin-left: 5.125rem;
}

.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 {
  font-size: 1.44rem;
  font-weight: 400;
  line-height: 1.2;
}

.container-large {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  align-items: start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.icon-height-medium {
  width: 4px;
  max-width: 4rem;
  height: 4rem;
}

.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;
}

.main-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: static;
}

.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 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--base-color-brand--bright-sun);
  background-color: var(--base-color-brand--bright-sun);
  color: var(--base-color-neutral--black);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .938rem 1.563rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button:hover {
  border-color: var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-brand--bright-sun);
}

.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: 2px solid var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
}

.button.is-secondary:hover {
  border: 2px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  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.is_slider {
  letter-spacing: 0;
  margin-top: 1.875rem;
  margin-left: 1.688rem;
}

.button.is_sticky {
  flex: none;
}

.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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 100%;
  max-width: 1240px;
}

.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-large {
  padding-top: 3rem;
}

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

.fs-styleguide_message {
  background-color: var(--background-color--background-share);
  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-tertiary {
  background-color: var(--base-color-brand--lighter-black);
}

.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;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  background-image: url('../images/header-sans-etoile.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.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;
}

.heading {
  font-family: redonda-condensed, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 115%;
}

.heading-2.h2-uppercase {
  text-transform: uppercase;
}

.heading-3 {
  font-family: redonda-condensed, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 110%;
}

.avec_vous_sub {
  margin-left: 5.288rem;
  font-family: redonda-condensed, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 115%;
}

.paragraph {
  font-size: 1.125rem;
}

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

.nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -60px;
  display: flex;
}

.logo {
  width: 170px;
}

.hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 30px;
  padding-left: 0;
  display: flex;
}

.heading-5 {
  color: var(--base-color-neutral--black);
  text-align: center;
  font-family: redonda-condensed, sans-serif;
  font-size: 1.438rem;
  line-height: 120%;
  display: block;
}

.heading-5.text-color-secondary {
  color: var(--base-color-neutral--white);
  font-weight: 400;
}

.heading-5.text-color-secondary.text_temoignage {
  text-align: left;
  width: 30.063rem;
  margin-left: 7.938rem;
}

.heading-5.intro_text_para {
  text-align: left;
  width: 38.25rem;
  margin-top: .875rem;
}

.heading-6 {
  color: var(--base-color-neutral--black);
}

.heading-6.background-color-primary {
  box-sizing: border-box;
  object-fit: fill;
  margin-left: 3.7rem;
  font-family: redonda-condensed, sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 110%;
}

.avec_vous {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.938rem;
  margin-left: 3.7rem;
  display: flex;
}

.text-color-tertiary {
  color: var(--base-color-brand--copperfield);
}

.hero_wrapper {
  position: relative;
}

.section_intro {
  position: static;
}

.hero_title {
  text-align: center;
  margin-left: 1.813rem;
  font-family: dreaming-outloud-script, sans-serif;
}

.hero_title_first {
  font-size: 7.842rem;
  font-weight: 400;
  line-height: 86.1px;
  display: block;
  transform: rotate(-5.67deg);
}

.hero_title_second {
  padding-left: 10px;
  font-size: 6.276rem;
  font-weight: 400;
  line-height: 68px;
  display: block;
  transform: rotate(-4.2deg);
}

.hero_title_third {
  font-size: 6.276rem;
  font-weight: 400;
  line-height: 75.6px;
  display: block;
  transform: rotate(-.87deg);
}

.is_underline {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--base-color-brand--copperfield);
  text-decoration-color: var(--base-color-brand--copperfield);
  text-underline-position: under;
  font-family: dreaming-outloud-script, sans-serif;
  font-size: 2.5rem;
  line-height: 100%;
  text-decoration-style: solid;
  text-decoration-thickness: 3px;
}

.intro_text {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: static;
}

.intro_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.text-block {
  font-size: 1.438rem;
}

.padding_hero {
  padding: 0 4.313rem;
}

.bloc_jaune {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--background-color--background-primary);
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 607px;
  margin-right: 0;
  padding: 50px 102px 50px 56px;
  display: flex;
  position: absolute;
  inset: -40% -10% -8% auto;
}

.bloc_jaune.background-color-primary.text-color-primary {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 37.938rem;
  margin-left: 3.3rem;
  margin-right: 0;
  padding: 3.125rem 6.375rem 3.125rem 3.5rem;
  display: flex;
  position: absolute;
  top: -178px;
  left: 698px;
}

.bloc_jaune_title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  position: relative;
}

.section_chiffres {
  margin-top: -69px;
}

.chiffres {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.text-block-2 {
  text-align: center;
  font-size: 4.75rem;
  line-height: 100%;
  display: block;
}

.chiffres_cle_img {
  text-align: center;
  flex: 0 auto;
  width: 6.25rem;
}

.chiffres-cles {
  font-family: dreaming-outloud-script, sans-serif;
  font-size: 4.75rem;
  font-weight: 400;
  line-height: 1;
}

.chiffres-cles.increment_number {
  margin-bottom: -15px;
}

.heading-11 {
  margin-left: 3.7rem;
}

.div-block {
  margin-top: .666rem;
}

.section_soutien {
  background-color: var(--base-color-brand--copperfield);
}

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

.bloc_soutien {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: calc(33.3333% - 16px);
  padding: 40px 32px;
  display: flex;
}

.soutien_blocks {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.section_don {
  margin-bottom: -110px;
  position: relative;
}

.don {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.is_underline_yellow {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--base-color-brand--bright-sun);
  text-decoration-color: var(--base-color-brand--bright-sun);
  text-underline-position: under;
}

.heading-12 {
  text-transform: uppercase;
}

.bloc_don {
  background-color: var(--base-color-brand--bright-sun);
  border-radius: 24px;
}

.fdd_success {
  background-color: #ece9df;
}

.fdd_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--base-color-brand--bright-sun);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 69%;
  max-width: 855px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 2rem;
  display: flex;
}

.heading-style-h4-2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 100%;
}

.don_apres_reduction_text {
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
  display: flex;
}

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

.fdd_form_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.fdd_form_label {
  flex: none;
  margin-bottom: 0;
  font-weight: 600;
}

.fdd_form_label.text-color-primary {
  flex: 0 auto;
}

.fdd_form_input-2 {
  color: #3b172b;
  text-transform: uppercase;
  background-color: #0000;
  border: 0 #004eb4;
  border-radius: 12px;
  flex: 0 auto;
  width: 30.8%;
  margin-bottom: 0;
  padding: 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  position: static;
}

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

.fdd_form_input-2::placeholder {
  color: var(--base-color-neutral--white);
  text-align: right;
}

.fdd_form_input-2.heading-style-h2 {
  box-sizing: border-box;
  border-bottom: 3px solid var(--base-color-neutral--white);
  text-align: center;
  border-radius: 0;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 130px;
  padding: 0;
  display: block;
}

.fdd_form_input-2.heading-style-h2::placeholder {
  color: var(--base-color-neutral--white);
  font-family: Bitter, serif;
  font-size: 3.5rem;
  line-height: 100%;
  text-decoration: none;
}

.don_calculator_icon {
  background-color: #3b172b;
  border-radius: 50px;
  margin-top: -95px;
  margin-left: 0;
  padding: 12px;
  display: block;
  position: absolute;
  inset: 23% auto auto 42%;
}

.fdd_form_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fdd_form_row.heading-style-h2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  font-size: 3.5rem;
  display: flex;
}

.fdd_form_row.heading-style-h2.second_row {
  flex-flow: column;
}

.fdd_form_row.second_row {
  flex-flow: column;
  display: block;
}

.image-2 {
  position: absolute;
  inset: 25% auto 0% -29%;
  transform: rotate(-6.806deg);
}

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

.don_trait {
  width: 13.126rem;
  position: absolute;
  inset: -20% 5% auto auto;
}

.section_temoignage {
  background-image: url('../images/Témoignage.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 574px;
  padding-top: 60px;
  position: static;
}

.temoignage_wrapper {
  color: var(--base-color-neutral--white);
  width: 45%;
}

.heading-13 {
  margin-left: 7.938rem;
}

.heading-14 {
  width: 30.063rem;
  margin-left: 7.93rem;
}

.temoignage_texte {
  color: var(--base-color-neutral--white);
  width: 30.063rem;
  margin-left: 7.938rem;
  font-size: 1.438rem;
  line-height: 120%;
}

.temoignange_nom {
  font-size: 1.438rem;
  font-weight: 700;
  line-height: 120%;
}

.section_socials {
  background-color: var(--base-color-brand--lighter-black);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.socials {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -44px;
  display: flex;
}

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

.socials_yellow {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.socials_yellow_text {
  color: var(--base-color-brand--bright-sun);
  text-transform: uppercase;
  font-family: redonda-condensed, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
}

.socials_app {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.links_website {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--base-color-neutral--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fdd_form_input_block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider {
  height: 33.75rem;
}

.section_equivalences {
  overflow: hidden;
}

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

.image-3 {
  width: 50%;
}

.slider_equivalences {
  background-color: var(--base-color-neutral--white);
  height: 33.75rem;
}

.slider_text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 31.813rem;
  margin-left: 5.563rem;
  display: flex;
}

.bloc_jaune_title_arrow {
  width: 3.572rem;
  height: 5.531rem;
  position: absolute;
  inset: 5% -17% auto auto;
}

.paragraphe_bloc_jaune {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 110%;
}

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

.text_soutien {
  font-family: redonda-condensed, sans-serif;
  font-size: 1.438rem;
  font-weight: 400;
  line-height: 120%;
}

.slider_title {
  margin-bottom: 2.188rem;
}

.slider_content {
  padding-top: 20px;
  padding-left: 1.688rem;
}

.slider_agir {
  font-family: redonda-condensed, sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 110%;
}

.slider_content_text {
  width: 90%;
  margin-bottom: 10px;
  font-size: 1.4375rem;
  line-height: 1.15;
}

.hero_star {
  position: absolute;
  inset: 43% 0% auto 45%;
}

.sticky_wrapper {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.sticky_div_text {
  flex: 0 auto;
  width: 13%;
}

.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 {
  height: 3rem;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 400;
}

.sticky_form {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-sticky {
  background-color: var(--base-color-brand--copperfield);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 -4px 6px #0003;
}

.fdd_sticky {
  z-index: 10000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--base-color-brand--copperfield);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  position: fixed;
  bottom: 0;
  box-shadow: 0 -4px 20px #0003;
}

.sticky_reduction_text {
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.fdd_form_input_3 {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 66.96px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-family: redonda-condensed, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 22px;
  display: block;
  overflow: visible;
}

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

.fdd_form_input_3::placeholder {
  color: var(--base-color-neutral--black);
}

.fdd_form_input_3.is-border {
  text-align: center;
  background-color: #4a2439;
  border-width: 1px;
  border-color: #fff;
  border-radius: 12px;
  flex: 0 auto;
  align-self: center;
  width: 11.688rem;
  height: 3rem;
  padding: 12px 24px;
}

.fdd_form_input_3.is-border::placeholder {
  text-transform: none;
  font-size: 1rem;
  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: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 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;
}

.fdd_form_input_3.is-amount {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: wrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  height: 3.25rem;
  padding-top: .5rem;
  display: flex;
}

.fdd_form_input_3.is-amount.is-active {
  background-color: var(--base-color-brand--bright-sun);
}

.container-sticky {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 5.625rem;
  padding: 20px 112px 12px;
  display: flex;
}

.sticky_reduction_lime {
  color: #e6fa32;
  font-size: 20px;
}

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

.container-large-2 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.sticky_form_block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
}

.div-block-3, .sticky_amount {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky_text {
  color: var(--text-color--text-secondary);
  flex: none;
  width: 8.125rem;
  font-family: redonda-condensed, sans-serif;
  font-size: 1.125rem;
  line-height: 110%;
}

.sticky_decompte {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--base-color-neutral--white);
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 14rem;
  margin-top: -10px;
  padding: 12px 24px 8px;
  display: flex;
  box-shadow: 0 0 10px #00000040;
}

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

.sticky_amount_given {
  width: 6.313rem;
}

.hero_subtitle {
  width: 50%;
  padding-top: 10px;
  padding-left: 74px;
}

.h2-dreaming {
  text-transform: none;
  font-family: dreaming-outloud-script, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 100%;
}

.h2-dreaming.text-color-secondary {
  margin-left: 5.125rem;
}

.h3-dreaming {
  font-family: dreaming-outloud-script, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%;
}

.h3-dreaming.is_underline_orange {
  text-underline-offset: -3px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--base-color-brand--copperfield);
  text-decoration-color: var(--base-color-brand--copperfield);
  text-underline-position: under;
  text-decoration-thickness: 3px;
}

.heading-15 {
  font-size: 1.44rem;
}

.h2_span {
  background-color: var(--background-color--background-secondary);
  color: var(--base-color-neutral--white);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-left: 10px;
  padding-right: 10px;
  display: inline;
}

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

.temoignage_text {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  padding-left: 45px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.temoignage_text_img {
  width: 80px;
  position: absolute;
  inset: -5% auto 0% -7%;
}

.links_legal {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h2_decale {
  padding-left: 40px;
}

.equivalences_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  align-items: flex-start;
  height: 540px;
  display: flex;
}

.body {
  overflow-x: hidden;
}

.swiper {
  height: 540px;
}

.swiper.swiper_img {
  margin-left: -24px;
  padding-right: 25px;
}

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

.equivalences_block_left {
  width: 54%;
  margin-left: -2.5rem;
}

.equivalences_block_right {
  width: 50%;
  padding-top: 60px;
  padding-left: 90px;
}

.slide_content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slide_img-_image {
  object-fit: cover;
  border-radius: 24px;
  justify-content: flex-end;
  align-items: center;
  height: 540px;
  overflow: clip;
}

@media screen and (min-width: 1440px) {
  .footer_link {
    color: var(--base-color-neutral--white);
    font-size: 1.12575rem;
    font-weight: 400;
    line-height: 110%;
  }

  .hero {
    margin-top: 60px;
  }

  .hero_wrapper {
    height: 900px;
  }

  .paragraph-2 {
    color: #fff;
  }

  .fdd_form_input-2 {
    padding-bottom: 16px;
  }

  .section_temoignage {
    min-height: 45rem;
  }

  .section_socials {
    background-color: var(--base-color-brand--lighter-black);
  }

  .socials {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .links {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .socials_yellow {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .socials_yellow_text {
    color: var(--base-color-brand--bright-sun);
    text-transform: uppercase;
    font-size: 1.625rem;
    font-weight: 700;
  }

  .socials_app {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .app {
    width: 2.625rem;
  }

  .links_website {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-3, .text_socials {
    color: var(--base-color-neutral--white);
  }

  .sticky_wrapper {
    flex: none;
  }

  .sticky_div_text, .sticky_form {
    flex: none;
    width: auto;
  }

  .padding-sticky {
    padding-left: 6rem;
    padding-right: 6rem;
    display: block;
  }

  .fdd_sticky {
    flex-flow: column;
  }

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

  .hero_subtitle {
    padding-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .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;
  }

  .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;
  }

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

  .padding-global.padding-section-large {
    padding: 3rem 2rem;
  }

  .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;
  }

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

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

  .heading-style-h5, .button {
    font-size: 1.2rem;
  }

  .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;
  }

  .heading-2 {
    text-align: center;
    margin-top: 2rem;
  }

  .avec_vous_sub {
    margin-left: 3.7rem;
    font-size: 1.5rem;
  }

  .logo {
    width: 136px;
  }

  .hero {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .heading-5.intro_text_para {
    text-align: left;
    width: 80%;
    margin-left: 10%;
  }

  .heading-6.background-color-primary {
    margin-left: 1.5rem;
    font-size: 1.5rem;
  }

  .avec_vous {
    margin-left: 2.5rem;
  }

  .hero_title {
    margin-left: 0;
  }

  .hero_title_first {
    margin-top: 4rem;
    font-size: 7rem;
    line-height: .3;
  }

  .hero_title_second {
    font-size: 4.5rem;
    line-height: 1.3;
  }

  .hero_title_third {
    margin-top: -1.4rem;
    font-size: 4.5rem;
    line-height: .9;
  }

  .intro_text {
    width: 100%;
  }

  .intro_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .bloc_jaune {
    margin-left: auto;
    margin-right: -3rem;
    padding: 40px;
    position: static;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .bloc_jaune.background-color-primary.text-color-primary {
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .section_chiffres {
    margin-top: -40px;
  }

  .chiffres-cles.increment_number {
    font-size: 3.8rem;
  }

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

  .don_star {
    width: 108px;
    top: 12%;
    left: -3%;
  }

  .don_trait {
    width: 211.2px;
    right: -2%;
  }

  .section_temoignage {
    background-size: cover;
    min-height: 500px;
  }

  .temoignage_wrapper {
    width: 68%;
  }

  .temoignange_nom {
    font-size: 1.15rem;
  }

  .section_socials {
    padding-bottom: 110px;
  }

  .socials {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: -20px;
    position: relative;
  }

  .socials_yellow_text {
    font-size: 1.3rem;
  }

  .app {
    width: 40px;
    height: 40px;
  }

  .slider {
    height: auto;
  }

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

  .image-3 {
    width: 100%;
  }

  .slider_equivalences {
    height: auto;
  }

  .slider_text {
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .bloc_jaune_title_arrow {
    width: 2.8576rem;
    height: auto;
    right: -8%;
  }

  .slider_title {
    margin-bottom: 25px;
  }

  .slider_agir {
    margin-left: 0;
  }

  .slider_content_text {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  .hero_star {
    width: 105.6px;
    top: 50%;
    left: 50%;
  }

  .sticky_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .sticky_div_text {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: block;
  }

  .sticky_form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .fdd_form_input_3 {
    height: 2.25rem;
  }

  .fdd_form_input_3::placeholder {
    color: var(--base-color-neutral--black);
  }

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

  .fdd_form_input_3.is-amount {
    height: 2.25rem;
    padding: .2rem 1rem;
  }

  .container-sticky {
    padding: 0;
  }

  .sticky_reduction {
    display: none;
  }

  .container-large-2 {
    max-width: 100%;
  }

  .sticky_form_block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sticky_amount {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .sticky_text {
    font-size: 1rem;
  }

  .sticky_decompte {
    width: 18rem;
    padding: 20px;
  }

  .div-block-4 {
    text-align: center;
  }

  .hero_subtitle {
    width: 75%;
    padding-left: 40px;
  }

  .h2-dreaming {
    font-size: 2.8rem;
  }

  .h3-dreaming {
    font-size: 2.2rem;
  }

  .temoignage_text_img {
    width: 64px;
  }

  .heading-16 {
    font-size: 2.2rem;
  }

  .logo_footer {
    width: 118.4px;
    position: absolute;
    inset: auto -2% -20% auto;
  }

  .h2_decale {
    padding-left: 30px;
  }

  .equivalences_block_right {
    width: 51%;
    padding-top: 36px;
    padding-left: 20px;
  }

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

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

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  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;
  }

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

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

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

  .padding-global {
    padding: 40px 1.25rem;
  }

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

  .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-h2.text-color-secondary {
    margin-left: 0;
  }

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

  .button {
    font-size: 1rem;
  }

  .button.btn_header {
    display: none;
  }

  .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_hero {
    background-position: 60%;
    overflow: hidden;
  }

  .avec_vous_sub {
    margin-left: 2rem;
    font-size: 1.2rem;
  }

  .nav {
    margin-top: -40px;
  }

  .logo {
    width: 85px;
  }

  .heading-5.text-color-secondary.text_temoignage {
    width: 80%;
    margin-left: 0;
  }

  .heading-5.intro_text_para {
    width: 80%;
  }

  .avec_vous {
    margin-top: 1rem;
    margin-left: 1.25rem;
  }

  .hero_title_first {
    margin-top: 2rem;
    font-size: 5rem;
  }

  .hero_title_second, .hero_title_third {
    font-size: 3.2rem;
  }

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

  .bloc_jaune {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 90%;
    margin-right: auto;
    padding: 20px;
  }

  .chiffres_cle_img {
    width: 4.375rem;
  }

  .chiffres-cles.increment_number {
    font-size: 2.7rem;
  }

  .soutien_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .bloc_soutien {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .don {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .fdd_form {
    width: 75%;
  }

  .fdd_form_input-2.heading-style-h2 {
    width: 120px;
  }

  .fdd_form_row.heading-style-h2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .don_star {
    width: 81px;
  }

  .don_trait {
    width: 158.4px;
  }

  .section_temoignage {
    min-height: 400px;
  }

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

  .section_socials {
    padding-bottom: 80px;
  }

  .links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-start;
  }

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

  .socials_app {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 65%;
  }

  .links_website {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section_equivalences {
    overflow: visible;
  }

  .bloc_jaune_title_arrow {
    width: 2.1432rem;
  }

  .slider_content_text {
    font-size: .875rem;
  }

  .hero_star {
    inset: 0% -6% auto auto;
  }

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

  .container-sticky {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .sticky_amount {
    display: none;
  }

  .sticky_decompte {
    width: 13rem;
    inset: 0% auto auto 0%;
  }

  .hero_subtitle {
    width: 70%;
    padding-left: 20px;
  }

  .h2-dreaming {
    font-size: 2rem;
  }

  .h2-dreaming.text-color-secondary {
    margin-left: 0;
  }

  .h3-dreaming {
    font-size: 1.5rem;
  }

  .bloc_jaune_content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .temoignage_text_img {
    width: 48px;
    left: -5%;
  }

  .links_legal {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .logo_footer {
    width: 88.8px;
    inset: -5% -3% auto auto;
  }

  .h2_decale {
    padding-left: 20px;
  }

  .equivalences_wrapper {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .swiper {
    height: auto;
  }

  .swiper.swiper_img {
    margin-bottom: 40px;
    margin-left: 0;
    padding-top: 26px;
    padding-right: 0;
    overflow-x: hidden;
  }

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

  .equivalences_block_right {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .slide_img-_image {
    width: 100%;
    height: 250px;
  }
}

@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;
  }

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

  .heading-style-h3 {
    text-align: center;
  }

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

  .padding-global.padding-section-large {
    margin-top: 0;
  }

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

  .heading-style-h2.text-color-secondary {
    font-size: 1.5rem;
  }

  .button {
    text-align: center;
    padding: 8px 16px;
    font-size: 1.1rem;
  }

  .button.is_slider {
    margin-left: 0;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .section_hero {
    background-image: url('../images/header-sans-etoile.jpg');
    background-position: 60%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading-2 {
    text-align: center;
    font-size: 1.6rem;
  }

  .heading-2.background-color-secondary.text-color-secondary {
    text-align: left;
  }

  .heading-2.h2-uppercase {
    text-align: center;
  }

  .avec_vous_sub {
    text-shadow: 4px 4px 5px #ffffff80;
    margin-left: .8rem;
    font-size: 1.2rem;
  }

  .logo {
    width: 30%;
  }

  .hero {
    padding-bottom: 10px;
  }

  .heading-5.text-color-secondary.text_temoignage {
    font-size: 1rem;
  }

  .heading-5.intro_text_para {
    width: 100%;
    margin-left: 0%;
    font-size: 1.2rem;
  }

  .heading-6.background-color-primary, .avec_vous {
    margin-left: 0;
  }

  .hero_title_first {
    font-size: 3.5rem;
  }

  .hero_title_second {
    font-size: 2.3rem;
  }

  .hero_title_third {
    font-size: 2.3rem;
    line-height: 1.3;
  }

  .bloc_jaune.background-color-primary.text-color-primary {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 1rem;
  }

  .bloc_jaune_title {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    position: static;
  }

  .chiffres {
    flex-flow: wrap;
  }

  .div-block {
    margin-top: 0;
  }

  .bloc_soutien {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_don {
    margin-bottom: 0;
  }

  .don {
    align-items: stretch;
  }

  .paragraph-2 {
    color: #fff;
  }

  .fdd_form {
    width: 100%;
    padding: 1rem .5rem;
  }

  .fdd_form_block {
    width: 100%;
  }

  .fdd_form_label.text-color-primary {
    font-size: 1.5rem;
  }

  .fdd_form_input-2 {
    width: 160px;
  }

  .don_calculator_icon {
    width: 65px;
    max-width: 50%;
    margin-left: -10px;
  }

  .fdd_form_row {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .fdd_form_row.heading-style-h2 {
    flex-flow: wrap;
    width: 80%;
  }

  .don_star {
    top: -20%;
    left: -6%;
  }

  .don_trait {
    width: 40%;
    display: none;
    top: -10%;
    bottom: 0%;
    right: 0%;
  }

  .section_temoignage {
    background-position: 54%;
    background-size: cover;
    min-height: 350px;
    padding-top: 0;
  }

  .temoignage_wrapper {
    width: 100%;
  }

  .temoignange_nom {
    margin-left: 0;
  }

  .section_socials {
    padding-bottom: 100px;
  }

  .socials {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
  }

  .socials_yellow {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .links_website {
    flex-flow: wrap;
  }

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

  .bloc_jaune_title_arrow {
    width: 15%;
    height: 10%;
    display: none;
  }

  .slider_title {
    text-align: left;
  }

  .slider_content {
    padding-left: 0;
  }

  .slider_agir {
    font-size: 1.7rem;
  }

  .slider_content_text {
    width: 100%;
  }

  .hero_star {
    width: 79.2px;
    top: -1%;
    right: -10%;
  }

  .sticky_div_text {
    width: 40%;
    font-size: .8rem;
  }

  .button-2.is_sticky {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-sticky {
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky_decompte {
    width: 8rem;
    padding: 10px;
  }

  .div-block-4 {
    width: 100%;
    font-size: 1rem;
  }

  .hero_subtitle {
    width: 95%;
    padding-left: 0;
  }

  .h2-dreaming.text-color-secondary {
    font-size: 1.5rem;
  }

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

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

  .temoignage_text {
    margin-top: 10px;
    padding-left: 0;
  }

  .temoignage_text_img {
    display: none;
  }

  .links_legal {
    justify-content: flex-start;
    align-items: center;
    margin-top: 100px;
  }

  .logo_footer {
    top: 33%;
  }

  .h2_decale {
    padding-left: 0;
  }

  .swiper.swiper_img {
    margin-bottom: 16px;
    padding-top: 40px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


