/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;800;900&display=swap);
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss (1) ***!
  \***********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss (2) ***!
  \***********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap);
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss (3) ***!
  \***********************************************************************************************************************************************************/
@charset "UTF-8";
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Box sizing reset */
*, *:before, *:after {
  box-sizing: border-box;
}

/* Additional resets for modern browsers */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

img {
  max-width: 100%;
  height: auto;
}

.navbar {
  transition: all 0.3s ease;
  color: white;
}
.navbar.scrolled {
  background-color: white;
  padding: 0;
  color: black;
}
.navbar.scrolled .logo {
  content: url(../img/logo-black.png);
}
.navbar.scrolled .donation-btn {
  transition: all 0.3s ease;
}
.navbar .logo {
  height: 80px;
  width: auto;
  transition: all 0.3s ease;
}
.navbar .donation-btn {
  padding: 12px;
}

@media (min-width: 1200px) {
  .navbar.scrolled {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1920px) {
  .navbar {
    padding: 6px 26px;
    height: calc(88px + 12px + 82px);
  }
  .navbar .container-fluid {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .navbar .container-fluid .navbar-brand {
    padding: 0;
    align-self: flex-start;
  }
  .navbar .container-fluid .navbar-brand .logo {
    height: 146px;
  }
  .navbar .container-fluid .donation-btn {
    align-self: flex-end;
    margin-right: calc(88px - 26px);
    font-size: 28px;
    padding: 22px 24px 20px 23px;
  }
  .navbar.scrolled {
    height: calc(80px + 12px);
    padding: 6px 26px;
  }
  .navbar.scrolled .container-fluid .navbar-brand .logo {
    height: 80px;
  }
  .navbar.scrolled .donation-btn {
    margin-right: 0;
    align-self: center;
    font-size: 28px;
    padding: 12px 24px 10px 23px;
  }
}
body {
  font-family: "Gabarito", sans-serif;
  color: #333;
  background-color: #fff;
  line-height: 1.3;
}

.donation-btn {
  background-color: #20E7BA !important;
  border: none !important;
  font-weight: bold !important;
  color: #333 !important;
  border-radius: 0px;
  transition: all 0.3s ease;
}
.donation-btn:hover {
  transform: scale(1.05);
}

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

.text-blue {
  color: #09A8FD !important;
}

strong, .font-bold {
  font-weight: 700;
}

.hero-section {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 75%), url(../img/photo-header-mobile.jpg) no-repeat center right;
  background-size: cover;
  height: 100vh;
  max-height: 1027px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px;
  background-position: 80%;
  padding: 92px 0 40px;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
.hero-section .container .campaign-text {
  color: #fff;
  line-height: 1;
  padding: 0 24px;
}
.hero-section .container .campaign-text .ifi-tag {
  display: inline-block;
  background-color: white;
  border-radius: 0px;
  font-weight: bold;
  margin-bottom: 24px;
  transform: matrix(1, -0.07, 0.07, 1, 0, 0);
  color: #09A8FD;
  padding: 4px 16px;
  font-size: 20px;
}
.hero-section .container .campaign-text h1 {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 16px;
}
.hero-section .container .campaign-text p {
  text-align: left;
}
.hero-section .container .campaign-text p:not(:last-child) {
  margin-bottom: 16px;
}
.hero-section .container .campaign-text .donation-btn {
  margin-top: 24px;
  font-size: 20px;
  padding: 12px 24px;
}

.donation-section {
  position: relative;
  z-index: 1;
}
.donation-section h2 {
  font-weight: 900;
  color: #333;
  font-size: 28px;
  margin-bottom: 16px;
  line-height: 1;
}
.donation-section .row {
  --bs-gutter-y: 16px;
  --bs-gutter-x: 16px;
}
.donation-section .user-type-option {
  position: relative;
  height: 100%;
}
.donation-section .user-type-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.donation-section .user-type-label {
  display: block;
  background-color: white;
  padding: 16px;
  border: 3px solid transparent;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
  border: 3px solid #20E7BA;
}
.donation-section .user-type-option input[type="radio"]:checked + .user-type-label {
  background-color: #fff;
  border: 3px solid #20E7BA;
}
.donation-section .user-type-option:hover .user-type-label {
  transform: translateY(-5px);
}
.donation-section .user-type-title {
  line-height: 1;
  display: block;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 8px;
  color: #333;
}
.donation-section .user-type-option input[type="radio"]:checked + .user-type-label .user-type-title {
  color: #20E7BA;
}
.donation-section .user-type-desc {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #333;
}
.donation-section .user-type-option input[type="radio"]:checked + .user-type-label .user-type-desc {
  color: #333;
}
.donation-section .donation-deadline {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  padding: 0 16px;
}
.donation-section .row .donation-card {
  background-color: white;
  padding: 16px 8px;
  height: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 3px solid #20E7BA;
  border-radius: 0px;
}
.donation-section .row .donation-card.active {
  /* background-color: #20E7BA; */
  border: 3px solid #20E7BA;
}
.donation-section .row .donation-card.active .amount {
  color: #20E7BA;
}
.donation-section .row .donation-card.active p .highlight {
  color: #20E7BA;
}
.donation-section .row .donation-card:not(.input-card):hover {
  transform: translateY(-5px);
}
.donation-section .row .donation-card .amount {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 8px;
  line-height: 1;
}
.donation-section .row .donation-card .amount .round,
.donation-section .row .user-type-label .round{
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: bottom;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid white;
  outline: 2px solid #333;
  display: inline-block;
}
.donation-section .row .donation-card.active .amount .round,
.donation-section .row .user-type-label.active .round,
.donation-section .user-type-option input[type="radio"]:checked + .user-type-label .round  {
  /* border-color: #20E7BA; */
  border: 2px solid white;
  background-color: #20E7BA;
}
.donation-section .row .donation-card .amount sup {
  font-size: 70%;
}
.donation-section .row .donation-card p {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  line-height: 1;
}
.donation-section .row .donation-card p .highlight {
  color: #fff;
}
.donation-section .row .donation-card.input-card {
  cursor: default;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.donation-section .row .donation-card.input-card .amount-input {
  width: 100%;
  background: #fff;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 38px;
  text-align: center;
  transition: all 0.3s ease;
  font-weight: 900;
}
.donation-section .row .donation-card.input-card .amount-input::placeholder {
  color: #333;
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
}
.donation-section .row .donation-card.input-card .amount-input:focus {
  outline: none;
  border-color: #333;
}
.donation-section .row .donation-card.input-card .amount-input:focus::placeholder {
  color: white;
}
.donation-section .row .donation-card.input-card.active .amount-input {
  border-color: #20E7BA;
  color: #333;
}
.donation-section .row .donation-card.input-card.active .amount-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.donation-section .row .donation-card.input-card #input-card-text {
  margin-top: 8px;
}
.donation-section .input-btn-container {
  margin-top: 24px;
  justify-content: center;
}

.ifi-info {
  margin-top: 40px;
}
.ifi-info .info-card {
  background-color: #D1EFFF;
  padding: 16px;
  position: relative;
}
.ifi-info .info-card::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: -1px;
  left: -1px;
  background-color: white;
  border: 1px solid transparent;
  border-width: 0 1px 1px 0;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #fff 48%, #c8c8c8 50%, #ffffff 50%);
  transition: all 0.3s;
}
.ifi-info .info-card:hover::before {
  width: 30px;
  height: 30px;
}
.ifi-info .info-card .title {
  margin-bottom: 16px;
}
.ifi-info .info-card .title img {
  height: 40px;
}
.ifi-info .info-card .title h2 {
  font-weight: 900;
  color: var(--text-color);
  font-size: 28px;
  margin-bottom: 0px;
  line-height: 1;
  margin-top: 0;
}
.ifi-info .info-card p:not(:last-child) {
  margin-bottom: 16px;
}
.ifi-info h2 {
  font-weight: 900;
  color: #20E7BA;
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 16px;
}
.ifi-info p.subtitle {
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 40px;
  font-size: 20px;
}
.ifi-info .progress-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: conic-gradient(#333 75%, #09A8FD 0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.ifi-info .progress-circle::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background: white;
  border-radius: 50%;
}
.ifi-info .progress-circle span {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: var(--text-color);
}
.ifi-info .remarque {
  background-color: #D1EFFF;
  padding: 24px;
  margin-top: 56px;
}
.ifi-info .remarque h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #20E7BA;
  font-size: 28px;
  margin-top: calc(0px - 16px - 24px);
}
.ifi-info .donation-btn {
  margin-top: 32px;
  font-size: 20px;
  padding: 12px 24px;
  margin-bottom: 8px;
}
.ifi-info .security-notice {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 21px;
}

.faq-section {
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 60%), url(../img/bg-faq.jpg), #302D26 no-repeat 70% center;
  background-size: 150%;
  background-position: 80% 0%;
  background-repeat: no-repeat;
  padding: 40px 0;
  margin-top: 64px;
}
.faq-section .container {
  position: relative;
  z-index: 2;
}
.faq-section h2 {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 80px;
  color: #fff;
  line-height: 1;
}
.faq-section .accordion {
  max-width: 980px;
}
.faq-section .accordion-item {
  border: none;
  overflow: hidden;
  background-color: transparent !important;
}
.faq-section .accordion-item:not(:last-child) {
  margin-bottom: 8px;
}
.faq-section .accordion-button {
  background-color: white !important;
  border-radius: 100px !important;
  padding: 16px 24px;
  font-weight: 400;
  font-size: 18px;
  color: var(--text-color) !important;
  box-shadow: none !important;
}
.faq-section .accordion-button:not(.collapsed) {
  background-color: #D1EFFF !important;
  border-bottom: none;
}
.faq-section .accordion-button::after {
  content: "+";
  font-family: "Source Sans Pro", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #20E7BA;
  transition: all 0.3s ease;
  transform-origin: center;
  line-height: 0.3;
  background: none;
}
.faq-section .accordion-button:not(.collapsed)::after {
  content: "-";
  color: #333;
}
.faq-section .accordion-button:hover {
  background-color: #D1EFFF !important;
}
.faq-section .accordion-body {
  padding: calc((74px / 2) + 16px) 24px 16px;
  background-color: white;
  margin-top: calc(0px - (74px / 2));
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 88px;
  font-size: 16px;
}
.faq-section .accordion-body p {
  white-space: break-spaces;
}
.faq-section .accordion-body ul {
  list-style: none;
  padding-left: 0;
}
.faq-section .accordion-body li {
  padding-left: 24px;
  position: relative;
}
.faq-section .accordion-body li::before {
  content: "•";
  color: var(--primary-color);
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -0.2rem;
}
.faq-section .accordion-body table.table-bordered {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}
.faq-section .accordion-body table.table-bordered th, .faq-section .accordion-body table.table-bordered td {
  border: 1px solid #333;
  padding: 8px;
  text-align: left;
}
.faq-section .link {
  margin-top: 24px;
}
.faq-section .link a {
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 800;
}

.testimonials-section {
  background-color: #00A7E1;
  padding: 40px 0;
}
.testimonials-section h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}
.testimonials-section .testimonial-swiper {
  padding: 20px 0 40px;
}
.testimonials-section .testimonial-swiper .swiper-pagination {
  bottom: 0;
}
.testimonials-section .testimonial-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: white;
  opacity: 0.5;
}
.testimonials-section .testimonial-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.testimonials-section .testimonial-card {
  background-color: white;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 500;
  color: #09A8FD;
  height: 100%;
  font-size: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.testimonials-section .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}
.testimonials-section .testimonial-card .quote-mark {
  font-weight: 900;
  color: #333;
  line-height: 1;
  font-size: 83px;
}
.testimonials-section .testimonial-card .quote-mark.closing {
  align-self: flex-end;
  margin-top: -16px;
  margin-bottom: 16px;
  transform: rotate(180deg);
}
.testimonials-section .testimonial-card .quote-mark + p {
  margin-top: -24px;
}
.testimonials-section .testimonial-card .testimonial-author {
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: 0px;
}

footer .order-md-1 {
  padding: 24px;
  text-align: center;
}
footer .order-md-1 .payment-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Bebas Neue", sans-serif;
  gap: 24px;
  margin-bottom: 40px;
}
footer .order-md-1 .payment-info img {
  height: 40px;
  vertical-align: middle;
  margin-right: 8px;
}
footer .order-md-1 .domains-cards {
  max-width: 1024px;
  margin: 0 auto 32px;
}
footer .order-md-1 .domains-cards .domain-card {
  transition: all 0.3s ease;
}
footer .order-md-1 .domains-cards .domain-card img {
  display: none;
}
footer .order-md-1 .domains-cards .domain-card h3 {
  font-weight: 900;
  font-size: 26px;
  text-align: center;
}
footer .order-md-1 .services-text {
  line-height: 1.2;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 32px;
}
footer .order-md-1 .contact-info {
  font-size: 16px;
  margin-bottom: 32px;
}
footer .order-md-1 .contact-info p:not(:last-child) {
  margin-bottom: 16px;
}
footer .order-md-1 .contact-info p:last-child {
  margin-bottom: 0px;
}
footer .order-md-1 .social-links {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
footer .order-md-1 .social-links a {
  position: relative;
  perspective: 1000px;
  width: 45px;
  height: 45px;
}
footer .order-md-1 .social-links a img {
  height: 45px;
  width: 45px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  backface-visibility: visible;
  transform-origin: center;
}
footer .order-md-1 .social-links a:hover img {
  transform: scale(1.2);
}
footer .order-md-1 .cta-links label {
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 24px;
  cursor: pointer;
}
footer .order-md-1 .cta-links label::after {
  content: ">";
  font-size: 20px;
  font-weight: 800;
  margin-left: 8px;
  display: inline-block;
  transition: transform 0.3s ease;
  transform-origin: center;
}
footer .order-md-1 .cta-links label.open::after {
  transform: rotate(90deg);
}
footer .order-md-1 .cta-links input {
  display: none;
}
footer .order-md-1 .cta-links input:checked + div {
  visibility: visible;
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0);
}
footer .order-md-1 .cta-links input + div {
  visibility: hidden;
  max-height: 0;
  max-width: 1010px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease;
  overflow: hidden;
}
footer .order-md-1 .cta-links input + div p {
  font-size: 16px;
  margin-top: 0;
}
footer .order-md-1 .cta-links input + div p:not(:last-child) {
  margin-bottom: 16px;
}
footer .order-md-1 .cta-links input + div ul {
  margin-bottom: 16px;
  font-size: 16px;
}
footer .order-md-1 .cta-links p {
  margin-top: 32px;
  font-size: 16px;
  margin-bottom: 0;
}
footer .order-md-2 {
  background-color: #20E7BA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
footer .order-md-2 .stats-card {
  padding: 40px 0;
}
footer .order-md-2 .stats-card h3 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 16px;
}
footer .order-md-2 .stats-card .stat-item {
  font-size: 18px;
  font-weight: 400;
}
footer .order-md-2 .stats-card .stat-item .stat-number {
  font-weight: 900;
  font-size: 24px;
}
footer .order-md-2 .stats-card .stat-item .stat-number.small {
  font-size: 16px;
}
footer .order-md-2 .stats-card .stat-item:not(:last-child) {
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  .hero-section {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%), url(../img/photo-header.jpg) no-repeat center right;
    background-size: cover;
    align-items: center;
    min-height: 700px;
    padding-bottom: 150px;
  }
  .hero-section .container .campaign-text {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 2rem;
    text-align: left;
  }
  .hero-section .container .campaign-text .ifi-tag {
    font-size: 30px;
  }
  .hero-section .container .campaign-text h1 {
    font-size: 34px;
  }
  .hero-section .container .campaign-text p {
    margin-top: 16px;
    font: normal normal normal 16px/24px Gabarito;
  }
  .hero-section .container .campaign-text .donation-btn {
    margin-top: 0;
    font: normal normal 800 22px/30px Gabarito;
  }

  .donation-section {
    margin-top: -130px;
  }
  .donation-section .container h2 {
    font-size: 28px;
    color: #fff;
  }
  .donation-section .user-type-label {
    padding: 20px;
  }
  .donation-section .user-type-title {
    font-size: 20px;
  }
  .donation-section .user-type-desc {
    font-size: 16px;
  }
  .donation-section .donation-deadline {
    font-size: 18px;
  }
  .donation-section .container .donation-card {
    padding: 16px 12px;
  }
  .donation-section .container .donation-card .amount {
    font-size: 28px;
  }
  .donation-section .container .donation-card p {
    font-size: 16px;
  }

  .ifi-info {
    margin-top: 64px;
  }
  .ifi-info .info-card {
    padding: 40px 80px 40px 120px;
    margin-bottom: 64px;
  }
  .ifi-info .info-card::before {
    top: -1px;
    left: -1px;
    background-color: white;
  }
  .ifi-info .info-card:hover::before {
    width: 50px;
    height: 50px;
  }
  .ifi-info .info-card .title img {
    height: 64px;
    margin-right: 24px;
  }
  .ifi-info .info-card .title h2 {
    color: var(--text-color);
    font-size: 28px;
  }
  .ifi-info .info-card p {
    font-size: 18px;
  }
  .ifi-info .row {
    gap: 60px;
  }
  .ifi-info .row h2 {
    font-size: 24px;
    margin-bottom: 32px;
    margin-top: 0;
  }
  .ifi-info .row p {
    font-size: 18px;
  }
  .ifi-info .row p.subtitle {
    font-size: 22px;
    margin-top: 0px;
  }
  .ifi-info .row p.small {
    font-size: 16px;
  }
  .ifi-info .remarque {
    padding: 40px;
  }
  .ifi-info .remarque h3 {
    font-size: 34px;
    margin-top: calc(0px - 21px - 40px);
  }
  .ifi-info .remarque p {
    font-size: 18px;
  }
  .ifi-info .donation-btn {
    margin-top: 40px;
    font-size: 22px;
    padding: 12px 26px;
    margin-bottom: 8px;
  }
  .ifi-info .security-notice {
    font-size: 18px;
  }

  .faq-section {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0) 70%), url(../img/bg-faq.jpg) no-repeat center center;
    background-size: cover;
  }
  .faq-section h2 {
    font-size: 24px;
    margin-bottom: 80px;
  }
  .faq-section .accordion {
    max-width: 780px;
  }
  .faq-section .accordion-body {
    margin-top: calc(0px - (54px / 2));
    font-size: 18px;
  }
  .faq-section .link {
    margin-top: 24px;
  }
  .faq-section .link a {
    padding: 12px 26px;
    font-size: 22px;
  }

  .testimonials-section h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .testimonials-section .testimonial-card {
    font-size: 18px;
  }
  .testimonials-section .testimonial-card .quote-mark {
    font-size: 63px;
  }
  .testimonials-section .testimonial-card .quote-mark.closing {
    margin-top: -40px;
    margin-bottom: 32px;
  }
  .testimonials-section .testimonial-card .quote-mark + p {
    margin-top: -24px;
  }

  footer .order-md-1 {
    padding: 24px 130px;
  }
  footer .order-md-1 .payment-info {
    font-size: 18px;
  }
  footer .order-md-1 .payment-info img {
    height: 36px;
  }
  footer .order-md-1 .domains-cards {
    max-width: 700px;
  }
  footer .order-md-1 .domains-cards .domain-card {
    transition: all 0.3s ease;
  }
  footer .order-md-1 .domains-cards .domain-card img {
    height: 200px;
    width: 200px;
    display: block;
  }
  footer .order-md-1 .domains-cards .domain-card h3 {
    font-size: 26px;
  }
  footer .order-md-1 .services-text {
    line-height: 1.2;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 32px;
  }
  footer .order-md-1 .contact-info {
    font-size: 16px;
    margin-bottom: 32px;
  }
  footer .order-md-1 .contact-info p:not(:last-child) {
    margin-bottom: 16px;
  }
  footer .order-md-1 .contact-info p:last-child {
    margin-bottom: 0px;
  }
  footer .order-md-1 .social-links {
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  footer .order-md-1 .social-links a {
    position: relative;
    perspective: 1000px;
    width: 45px;
    height: 45px;
  }
  footer .order-md-1 .social-links a img {
    height: 45px;
    width: 45px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    backface-visibility: visible;
    transform-origin: center;
  }
  footer .order-md-1 .social-links a:hover img {
    transform: scale(1.2);
  }
  footer .order-md-1 .cta-links label {
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    margin-bottom: 24px;
    cursor: pointer;
  }
  footer .order-md-1 .cta-links label::after {
    content: ">";
    font-size: 20px;
    font-weight: 800;
    margin-left: 8px;
    display: inline-block;
    transition: transform 0.3s ease;
    transform-origin: center;
  }
  footer .order-md-1 .cta-links label.open::after {
    transform: rotate(90deg);
  }
  footer .order-md-1 .cta-links input {
    display: none;
  }
  footer .order-md-1 .cta-links input:checked + div {
    visibility: visible;
    max-height: 2000px;
    opacity: 1;
    transform: translateY(0);
  }
  footer .order-md-1 .cta-links input + div {
    visibility: hidden;
    max-height: 0;
    max-width: 1010px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
    overflow: hidden;
  }
  footer .order-md-1 .cta-links input + div p {
    font-size: 16px;
    margin-top: 0;
  }
  footer .order-md-1 .cta-links input + div p:not(:last-child) {
    margin-bottom: 16px;
  }
  footer .order-md-1 .cta-links input + div ul {
    margin-bottom: 16px;
    font-size: 16px;
  }
  footer .order-md-1 .cta-links p {
    margin-top: 32px;
    font-size: 16px;
    margin-bottom: 0;
  }
  footer .order-md-2 {
    max-width: 200px;
    background-color: #20E7BA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
  }
  footer .order-md-2 .stats-card {
    padding: 40px 0;
  }
  footer .order-md-2 .stats-card h3 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 16px;
  }
  footer .order-md-2 .stats-card .stat-item {
    font-size: 18px;
    font-weight: 400;
  }
  footer .order-md-2 .stats-card .stat-item .stat-number {
    font-weight: 900;
    font-size: 24px;
  }
  footer .order-md-2 .stats-card .stat-item .stat-number.small {
    font-size: 16px;
  }
  footer .order-md-2 .stats-card .stat-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: calc(1920px - 275px - 275px);
  }

  .hero-section .container {
    max-width: calc(1920px - 166px - 166px);
  }
  .hero-section .container .campaign-text .ifi-tag {
    font-size: 38px;
  }
  .hero-section .container .campaign-text h1 {
    font-size: 38px;
  }
  .hero-section .container .campaign-text p {
    margin-top: 16px;
    font: normal normal normal 20px/30px Gabarito;
  }
  .hero-section .container .campaign-text .donation-btn {

    padding: 17px 32px 21px 32px;
    font: normal normal 800 28px/36px Gabarito;
  }

  .donation-section {
    margin-top: -180px;
  }
  .donation-section .container h2 {
    font-size: 38px;
  }
  .donation-section .user-type-label {
    padding: 24px 32px;
  }
  .donation-section .user-type-title {
    font-size: 24px;
  }
  .donation-section .user-type-desc {
    font-size: 18px;
  }
  .donation-section .donation-deadline {
    font-size: 20px;
  }
  .donation-section .container .donation-card {
    padding: 24px;
  }
  .donation-section .container .donation-card .amount {
    font-size: 38px;
  }
  .donation-section .container .donation-card p {
    font-size: 18px;
  }

  .ifi-info {
    margin-top: 110px;
  }
  .ifi-info .info-card {
    padding: 60px 130px;
    margin-bottom: 108px;
  }
  .ifi-info .info-card::before {
    top: -1px;
    left: -1px;
    background-color: white;
  }
  .ifi-info .info-card:hover::before {
    width: 70px;
    height: 70px;
  }
  .ifi-info .info-card .title img {
    height: 60px;
    margin-right: 24px;
  }
  .ifi-info .info-card .title h2 {
    color: var(--text-color);
    font-size: 38px;
  }
  .ifi-info .info-card p {
    font-size: 23px;
  }
  .ifi-info .row {
    gap: 60px;
  }
  .ifi-info .row h2 {
    font-size: 34px;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .ifi-info .row p {
    font-size: 23px;
  }
  .ifi-info .row p.subtitle {
    font-size: 26px;
    margin-top: 0px;
  }
  .ifi-info .row p.small {
    font-size: 18px;
  }
  .ifi-info .remarque {
    padding: 40px;
  }
  .ifi-info .remarque h3 {
    font-size: 49px;
    margin-top: calc(0px - 26px - 40px);
  }
  .ifi-info .remarque p {
    font-size: 23px;
  }
  .ifi-info .donation-btn {
    margin-top: 40px;
    font-size: 32px;
    padding: 19px 26px;
    margin-bottom: 8px;
  }

  .faq-section {
    padding: 40px 0 112px;
    margin-top: 64px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0) 70%), url(../img/bg-faq.jpg) no-repeat center center;
    background-size: cover;
  }
  .faq-section h2 {
    font-size: 34px;
    margin-bottom: 32px;
    color: #333;
  }
  .faq-section .accordion {
    max-width: 980px;
  }
  .faq-section .accordion-button {
    padding: 24px 56px;
    font-size: 23px;
  }
  .faq-section .accordion-button::after {
    font-size: 54px;
  }
  .faq-section .accordion-body {
    padding: calc((74px / 2) + 16px) 32px 16px;
    margin-top: calc(0px - (74px / 2));
    border-bottom-right-radius: 88px;
    font-size: 20px;
  }
  .faq-section .accordion-body li {
    padding-left: 24px;
  }
  .faq-section .link {
    margin-top: 32px;
  }
  .donation-section .input-btn-container a,
  .faq-section .link a {
    padding: 16px 24px;
    font-size: 28px;
  }

  .testimonials-section {
    padding: 48px 0 64px;
  }
  .testimonials-section h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .testimonials-section .testimonial-card {
    padding: 2rem;
    font-size: 23px;
  }
  .testimonials-section .testimonial-card .quote-mark {
    line-height: 0.7;
    font-size: 123px;
  }
  .testimonials-section .testimonial-card .quote-mark.closing {
    margin-top: -64px;
    margin-bottom: 56px;
  }
  .testimonials-section .testimonial-card .quote-mark + p {
    margin-top: -32px;
  }
  .testimonials-section .testimonial-card .testimonial-author {
    align-self: flex-end;
    margin-top: auto;
    margin-bottom: 0px;
  }

  footer .order-md-1 {
    padding: 68px 134px 60px;
  }
  footer .order-md-1 .payment-info {
    flex-direction: row;
    font-size: 34px;
    gap: 40px;
    margin-bottom: 56px;
  }
  footer .order-md-1 .payment-info img {
    height: 60px;
    vertical-align: middle;
    margin-right: 8px;
  }
  footer .order-md-1 .domains-cards {
    max-width: 1024px;
    margin: 0 auto 48px;
  }
  footer .order-md-1 .domains-cards .domain-card {
    transition: all 0.3s ease;
  }
  footer .order-md-1 .domains-cards .domain-card img {
    display: block;
    height: 307px;
    width: 307px;
    border-radius: 16px;
    margin-bottom: 8px;
  }
  footer .order-md-1 .domains-cards .domain-card h3 {
    font-weight: 900;
    font-size: 38px;
  }
  footer .order-md-1 .domains-cards .domain-card:hover {
    transform: translateY(-5px);
  }
  footer .order-md-1 .services-text {
    line-height: 1.2;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 64px;
  }
  footer .order-md-1 .contact-info {
    font-size: 28px;
    margin-bottom: 64px;
  }
  footer .order-md-1 .contact-info p:not(:last-child) {
    margin-bottom: 16px;
  }
  footer .order-md-1 .contact-info p:last-child {
    margin-bottom: 0px;
  }
  footer .order-md-1 .social-links {
    margin-bottom: 64px;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  footer .order-md-1 .social-links a {
    position: relative;
    perspective: 1000px;
    width: 53px;
    height: 53px;
  }
  footer .order-md-1 .social-links a img {
    height: 53px;
    width: 53px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    backface-visibility: visible;
    transform-origin: center;
  }
  footer .order-md-1 .social-links a:hover img {
    transform: scale(1.2);
  }
  footer .order-md-1 .cta-links label {
    font-size: 32px;
    font-weight: 800;
    text-decoration: none;
    margin-bottom: 24px;
    cursor: pointer;
  }
  footer .order-md-1 .cta-links label::after {
    content: ">";
    font-size: 32px;
    font-weight: 800;
    margin-left: 8px;
    display: inline-block;
    transition: transform 0.3s ease;
    transform-origin: center;
  }
  footer .order-md-1 .cta-links label.open::after {
    transform: rotate(90deg);
  }
  footer .order-md-1 .cta-links label:hover {
    text-decoration: underline;
  }
  footer .order-md-1 .cta-links input {
    display: none;
  }
  footer .order-md-1 .cta-links input:checked + div {
    visibility: visible;
    max-height: 2000px;
    opacity: 1;
    transform: translateY(0);
  }
  footer .order-md-1 .cta-links input + div {
    visibility: hidden;
    max-height: 0;
    max-width: 1010px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
    overflow: hidden;
  }
  footer .order-md-1 .cta-links input + div p {
    font-size: 20px;
    margin-top: 0;
  }
  footer .order-md-1 .cta-links input + div p:not(:last-child) {
    margin-bottom: 16px;
  }
  footer .order-md-1 .cta-links input + div ul {
    margin-bottom: 16px;
    font-size: 20px;
  }
  footer .order-md-1 .cta-links p {
    margin-top: 40px;
    font-size: 28px;
    margin-bottom: 0;
  }
  footer .order-md-2 {
    max-width: 359px;
    padding: 0 60px;
  }
  footer .order-md-2 .stats-card {
    padding: 0;
  }
  footer .order-md-2 .stats-card h3 {
    font-size: 38px;
    margin-bottom: 40px;
  }
  footer .order-md-2 .stats-card .stat-item {
    font-size: 30px;
    margin-bottom: 32px;
  }
  footer .order-md-2 .stats-card .stat-item .stat-number {
    font-size: 50px;
  }
  footer .order-md-2 .stats-card .stat-item .stat-number.small {
    font-size: 23px;
  }
}
.tarteaucitronSelfLink {
  display: none !important;
}

div#tarteaucitronAlertBig:before {
  content: none !important;
}
