@charset "UTF-8";
/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.donate-banner {
  display: grid;
  grid-template-columns: 22.5rem 1fr;
  border-radius: 0.625rem;
  overflow: hidden;
  background: var(--wp--preset--color--bg-white);
  position: relative;
  margin-top: -4.375rem;
  z-index: 3;
  /* Toggle - pas de marge intérieure, pastille verte bord à bord */
  /* Amounts */
  /* Free amount */
  /* State-driven visibility */
}
.donate-banner__left {
  background: var(--wp--preset--color--bg-primary);
  color: var(--wp--preset--color--txt-black);
  position: relative;
  padding: 2.5rem 2.25rem;
}
.donate-banner__title {
  margin: 0;
  font-family: "remora-sans-w1", "sans-serif";
  font-weight: 700;
  line-height: 2.1875rem;
  text-transform: uppercase;
}
.donate-banner__title {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .donate-banner__title {
    font-size: calc(24px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .donate-banner__title {
    font-size: 2rem;
  }
}
.donate-banner__subtitle {
  margin: 1.25rem 0 0;
  font-family: "Inter", "sans-serif";
  font-weight: 400;
  line-height: 1.125rem;
  max-width: 15rem;
}
.donate-banner__subtitle {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .donate-banner__subtitle {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .donate-banner__subtitle {
    font-size: 0.75rem;
  }
}
.donate-banner__illustration {
  position: absolute;
  top: 1.75rem;
  right: 1.75rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
}
.donate-banner__right {
  padding: 2.125rem 2.625rem;
}
.donate-banner__simulator {
  max-width: 53.75rem;
}
.donate-banner__type-toggle {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  border-radius: 999px;
  padding: 0;
  background: var(--wp--preset--color--bg-secondary-lightest);
  border: 1px solid rgba(19, 19, 19, 0.15);
  width: min(23.3125rem, 100%);
  margin: 0 0 2.5rem;
  min-height: 2.625rem;
}
.donate-banner__type-toggle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  border-radius: 999px;
  background: var(--wp--preset--color--bg-primary);
  transition: transform 240ms ease;
  z-index: 0;
}
.donate-banner[data-donation-type=monthly] .donate-banner__type-toggle::before {
  transform: translateX(100%);
}
.donate-banner__toggle {
  position: relative;
  z-index: 1;
  border: 0;
  background: transparent;
  min-height: 2.625rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "remora-sans-w1", "sans-serif";
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--wp--preset--color--txt-gray-medium);
  transition: color 200ms ease;
}
.donate-banner__toggle {
  font-size: 15px;
}
@media screen and (min-width: 569px) {
  .donate-banner__toggle {
    font-size: calc(15px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .donate-banner__toggle {
    font-size: 0.9375rem;
  }
}
.donate-banner__toggle--active {
  color: var(--wp--preset--color--txt-black);
}
.donate-banner__toggle-icon {
  flex-shrink: 0;
  width: 1.3125rem;
  height: 1.1875rem;
  display: block;
  color: var(--wp--preset--color--bg-primary);
}
.donate-banner__toggle-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.donate-banner__amounts-wrapper {
  width: 100%;
}
.donate-banner__amounts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  width: 100%;
}
.donate-banner__amount {
  position: relative;
  height: 2.875rem;
  border-radius: 999px;
  border: 1px solid rgba(19, 19, 19, 0.15);
  background: var(--wp--preset--color--bg-white);
  cursor: pointer;
  padding: 0 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora";
  font-weight: 800;
  letter-spacing: 0.3px;
  color: var(--wp--preset--color--txt-black);
  line-height: 1.1;
}
.donate-banner__amount {
  font-size: 15px;
}
@media screen and (min-width: 569px) {
  .donate-banner__amount {
    font-size: calc(15px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .donate-banner__amount {
    font-size: 0.9375rem;
  }
}
.donate-banner__amount--selected {
  border-color: var(--wp--preset--color--bg-primary);
  background: var(--wp--preset--color--bg-primary-light);
  color: var(--wp--preset--color--bg-primary);
}
.donate-banner__amount--popular .donate-banner__amount-popular {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  position: absolute;
  top: -1.375rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "remora-sans-w1", "sans-serif";
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--wp--preset--color--bg-primary);
  white-space: nowrap;
}
.donate-banner__amount--popular .donate-banner__amount-popular {
  font-size: 15px;
}
@media screen and (min-width: 569px) {
  .donate-banner__amount--popular .donate-banner__amount-popular {
    font-size: calc(15px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .donate-banner__amount--popular .donate-banner__amount-popular {
    font-size: 0.9375rem;
  }
}
.donate-banner__amount--popular .donate-banner__amount-star {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.donate-banner__amount--popular .donate-banner__amount-star svg {
  display: block;
  width: 0.875rem;
  height: 0.8125rem;
}
.donate-banner__free-label {
  display: none;
}
.donate-banner__free-wrap {
  margin-top: 1.125rem;
}
.donate-banner__free-amount {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3.375rem;
  height: 2.875rem;
  border-radius: 999px;
  border: 1px solid rgba(19, 19, 19, 0.15);
  overflow: hidden;
  background: var(--wp--preset--color--bg-white);
}
.donate-banner__free-input {
  grid-column: 1;
  border: 0;
  outline: none;
  padding: 0 1.25rem;
  font-family: "Inter", "sans-serif";
  font-weight: 400;
  line-height: 1.125rem;
  color: var(--wp--preset--color--txt-gray-dark);
  background: var(--wp--preset--color--bg-white);
  min-width: 0;
}
.donate-banner__free-input {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .donate-banner__free-input {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .donate-banner__free-input {
    font-size: 0.75rem;
  }
}
.donate-banner__free-input::placeholder {
  color: var(--wp--preset--color--txt-gray-medium);
}
.donate-banner__free-currency {
  grid-column: 2;
  background: var(--wp--preset--color--bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.donate-banner__free-currency-symbol {
  font-family: "Sora";
  font-weight: 800;
  color: var(--wp--preset--color--txt-black);
}
.donate-banner__free-currency-symbol {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .donate-banner__free-currency-symbol {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .donate-banner__free-currency-symbol {
    font-size: 1rem;
  }
}
.donate-banner__free-tax-hint {
  margin: 0.5rem 0 0;
  padding: 0 1.25rem;
  font-family: "Inter", "sans-serif";
  font-weight: 400;
  line-height: 1.125rem;
  color: var(--wp--preset--color--txt-gray-dark);
}
.donate-banner__free-tax-hint {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .donate-banner__free-tax-hint {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .donate-banner__free-tax-hint {
    font-size: 0.75rem;
  }
}
.donate-banner__free-tax-hint[hidden] {
  display: none;
}
.donate-banner__free-tax-value {
  font-family: "Sora";
  font-weight: 600;
  color: var(--wp--preset--color--txt-black);
}
.donate-banner__cta-wrap {
  margin-top: 1.25rem;
}
.donate-banner__cta {
  width: 100%;
  height: 3.375rem;
  border-radius: 999px;
  border: 0;
  background: var(--wp--preset--color--bg-primary);
  cursor: pointer;
  font-family: "remora-sans-w1", "sans-serif";
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--wp--preset--color--txt-black);
}
.donate-banner__cta {
  font-size: 15px;
}
@media screen and (min-width: 569px) {
  .donate-banner__cta {
    font-size: calc(15px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .donate-banner__cta {
    font-size: 0.9375rem;
  }
}
.donate-banner[data-donation-type=one-time] .donate-banner__amounts--monthly {
  display: none;
}
.donate-banner[data-donation-type=monthly] .donate-banner__amounts--one-time {
  display: none;
}
@media screen and (max-width: 991px) {
  .donate-banner {
    grid-template-columns: 1fr;
    margin-top: -2.5rem;
  }
  .donate-banner__left {
    padding: 1.875rem 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
  }
  .donate-banner__illustration {
    position: relative;
    top: auto;
    right: auto;
    width: 3.75rem;
    height: 3.75rem;
    flex-shrink: 0;
  }
  .donate-banner__right {
    padding: 1.5rem 1.25rem;
  }
  .donate-banner__type-toggle {
    margin-bottom: 1.75rem;
  }
  .donate-banner__amounts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 580px) {
  .donate-banner {
    margin-top: 0;
  }
  .donate-banner__left {
    padding: 1.5rem 1.25rem;
  }
  .donate-banner__title {
    font-size: 1.625rem;
    line-height: 1.15;
  }
  .donate-banner__illustration {
    width: 7.5rem;
    height: unset;
  }
  .donate-banner__right {
    padding: 1.25rem 1rem;
  }
  .donate-banner__type-toggle {
    margin-bottom: 1.5rem;
    min-height: 2.375rem;
  }
  .donate-banner__toggle {
    font-size: 0.8125rem;
    min-height: 2.375rem;
  }
  .donate-banner__amounts {
    gap: 0.5rem;
  }
  .donate-banner__amount {
    height: 2.625rem;
    font-size: 0.875rem;
  }
  .donate-banner__cta {
    height: 3rem;
  }
}