@import url("normalize.css");
/*    COULEURS    */
/*    POLICES    */
/*    BOUTONS    */
body h2 {
  padding: 2em 0 0 0;
  font-weight: 600;
  color: #421196;
  filter: drop-shadow(3px 3px 4px rgba(103, 0, 199, 0.2));
}
body h2 .text-vibly {
  color: #ffc719;
}
body h2 .text-purple {
  color: #421196;
}
body h4 {
  color: #421196;
  filter: drop-shadow(3px 3px 4px rgba(103, 0, 199, 0.2));
}
body .btn-contact-com {
  background-color: #ff193b;
  color: white;
  font-weight: 600;
  font-size: 20px;
  padding: 0.6rem 1.6rem;
  border-radius: 0.7rem;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
body .btn-contact-com:hover {
  background-color: white !important;
  color: #ff193b;
  border: 2px solid #ff193b;
}
body .section-1 .texte {
  max-width: 105ch;
  margin: 0 auto;
}
body .section-1 .texte h1 {
  font-size: 35px;
}
body .section-1 .texte p {
  font-size: 1.2em !important;
}
body .section-1 .texte .custom-download-btn {
  background-color: #ffc719;
  color: rgb(255, 255, 255);
  padding: 0.6rem 1.5rem;
  border-radius: 0.8rem;
  font-size: 24px;
  font-family: "MuseoModerno", sans-serif !important;
  border: none;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
body .section-1 .texte .custom-download-btn:hover {
  background-color: #ff193b !important;
  border: none;
  outline: none;
}
body .section-2 h2 {
  padding: 0;
}
body .section-2 .texte-finance-2 {
  margin-top: -5em !important;
  max-width: 90ch;
  margin: 0 auto;
  width: 65%;
}
body .section-2 .image-ambassadeur {
  max-width: 70%;
  border-radius: 1rem;
}
body .section-2 .row.justify-content-center {
  margin-top: -25px;
}
body .section-2 .row.justify-content-center .cta-box {
  background: white;
  padding: 0 2rem 5rem;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(128, 0, 255, 0.15);
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  border: 4px solid rgba(128, 0, 255, 0.102);
  height: 320px;
}
body .section-2 .btn-framboise {
  background-color: #ff193b;
  color: white;
  font-weight: 600;
  font-size: 20px;
  padding: 1rem 1.6rem;
  border-radius: 0.7rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 20px rgba(255, 61, 61, 0.4);
}
body .section-2 .btn-framboise:hover {
  background-color: white !important;
  color: #ff193b;
  border: 2px solid #ff193b;
}
@media (max-width: 576px) {
  body .section-2 .btn-framboise {
    font-size: 1rem;
    padding: 0.5rem 1.2rem;
  }
}
@media (max-width: 768px) {
  body .section-2 .cta-box {
    padding: 2rem 1rem 5rem;
  }
  body .section-2 .texte-finance-2 {
    font-size: 1rem;
  }
}
body .section-3 .texte-finance-3 {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
  margin: 0 auto;
}
body .section-3 .img-fluid {
  width: 70% !important;
  margin: 2em 0;
}
body .section-4 .texte-event-6 {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
  max-width: 90ch;
  margin: 0 auto;
}
body .section-4 .timeline-container {
  display: flex;
  position: relative;
  margin-top: 4rem;
  gap: 2rem;
}
body .section-4 .timeline-container .timeline-column {
  flex: 1;
}
body .section-4 .timeline-container .timeline-column .item-mb {
  margin-bottom: 0 !important;
}
body .section-4 .timeline-container .timeline-column .timeline-item {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}
body .section-4 .timeline-container .timeline-column .timeline-item .timeline-img {
  max-width: 100%;
  width: 100%;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .section-4 .timeline-container .timeline-column .timeline-item .timeline-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #421196;
  margin-bottom: 0.5rem;
}
body .section-4 .timeline-container .timeline-column .timeline-item .timeline-text {
  font-size: 1rem;
  font-weight: 400;
}
body .section-4 .timeline-container .timeline-line {
  width: 2px;
  background-color: #421196;
  opacity: 0.7;
  position: relative;
  margin: 0 1rem;
}
body .section-4 .timeline-container .timeline-star {
  color: #9529ff;
  font-size: 1.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body .section-4 .timeline-container .top-star {
  top: 5%;
}
body .section-4 .timeline-container .middle-star {
  top: 42%;
}
body .section-4 .timeline-container .bottom-star {
  bottom: 15%;
}
body .section-5 .cta-box {
  background: white;
  padding: 0 2rem 5rem;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(128, 0, 255, 0.15);
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  border: 4px solid rgba(128, 0, 255, 0.102);
}
body .section-5 .texte-finance-5 {
  font-size: 1.05rem;
  font-weight: 500;
  color: #222;
  max-width: 80ch;
  margin: 0 auto;
}
body .section-5 .btn-contact-com {
  background-color: #ff193b;
  color: white;
  font-weight: 600;
  font-size: 20px;
  padding: 0.6rem 1.6rem;
  border-radius: 0.7rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  left: 50%;
  bottom: -1.5rem;
  transform: translateX(-50%);
  box-shadow: 0 5px 20px rgba(255, 61, 61, 0.4);
}
body .section-5 .btn-contact-com:hover {
  background-color: white !important;
  color: #ff193b;
  border: 2px solid #ff193b;
}
@media (max-width: 576px) {
  body .section-5 .btn-contact-com {
    font-size: 1rem;
    padding: 0.5rem 1.2rem;
  }
}
@media (max-width: 768px) {
  body .section-5 .cta-box {
    padding: 2rem 1rem 5rem;
  }
  body .section-5 .texte-com-4 {
    font-size: 1rem;
  }
}
body .section-6 .texte-finance-6 {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
  margin: 0 auto;
}
body .section-6 h4 {
  margin: 4em 0 3em 0;
}
body .section-6 .section-ambassadeurs {
  position: relative;
  padding-bottom: 2.5rem;
}
body .section-6 .section-ambassadeurs .bloc-ambassadeur {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
body .section-6 .section-ambassadeurs .bloc-ambassadeur .titre-haut {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
body .section-6 .section-ambassadeurs .bloc-ambassadeur .emoji-img {
  width: 40px;
  height: auto;
  background: white;
  padding: 0 0.3rem;
  position: relative;
  z-index: 3;
}
body .section-6 .section-ambassadeurs .bloc-ambassadeur .texte-bas {
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 280px;
}
body .section-6 .section-ambassadeurs::after {
  content: "";
  position: absolute;
  top: 24%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #421196;
  z-index: 1;
}
body .section-6 .texte-framboise {
  color: #ff193b;
}
body .section-6 .texte-violet {
  color: #9529ff;
}
body .section-6 .texte-purple {
  color: #421196;
}
body .section-6 .com-buttons .btn-contact-1 {
  background-color: white;
  color: #ff193b;
  font-weight: 600;
  font-size: 20px;
  padding: 0.6rem 1.6rem;
  border-radius: 0.6rem;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: 2px solid #ff193b;
  filter: none;
}
body .section-6 .com-buttons .btn-contact-1:hover {
  background-color: #ff193b !important;
  color: white;
}
body .section-6 .com-buttons .btn-contact-2 {
  background-color: white;
  color: #421196;
  font-weight: 600;
  font-size: 20px;
  padding: 0.6rem 1.6rem;
  border-radius: 0.6rem;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: 2px solid #421196;
  filter: none;
}
body .section-6 .com-buttons .btn-contact-2:hover {
  background-color: #421196 !important;
  color: white;
}
body .section-7 .titre-carrousel {
  font-size: 2rem;
  font-weight: 600;
  color: #421196;
  position: relative;
  z-index: 1;
}
body .section-7 .img-deco {
  position: absolute;
  left: -2.3rem;
  top: 2.5rem;
  width: 4rem;
  z-index: 0;
}
body .section-7 .texte-finance-7 {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
body .section-7 .avis-swiper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 2rem 0;
  text-align: center;
}
body .section-7 .avis-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
body .section-7 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
}
body .section-7 .avis-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  max-width: 100vw;
  height: 170px;
  background: white;
  border-radius: 15px;
  padding: 1rem;
  box-shadow: 0 0 30px 0px rgba(111, 4, 188, 0.8);
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  body .section-7 .avis-card {
    width: 220px;
  }
}
body .section-7 .avis-card:hover {
  box-shadow: 0 0 25px 10px rgb(124, 50, 177);
}
body .section-7 .avis-titre {
  color: #9529ff;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
body .section-7 .avis-texte {
  color: #222;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}
body .section-7 .com-buttons .btn-contact-com1 {
  background-color: white;
  color: #ffc719;
  font-weight: 600;
  font-size: 20px;
  padding: 0.6rem 1.6rem;
  border-radius: 0.6rem;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: 2px solid #ffc719;
  filter: none;
}
body .section-7 .com-buttons .btn-contact-com1:hover {
  background-color: #ffc719 !important;
  color: white;
}
body .scroll-top-wrapper {
  display: flex;
  justify-content: end;
  margin-right: 3em;
}
body .scroll-top-wrapper .scroll-top-btn {
  width: 50px;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease;
}
body .scroll-top-wrapper .scroll-top-btn:hover {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  body .section-2 .texte-finance-2 {
    width: 80%;
  }
  body .section-2 .row.justify-content-center .cta-box {
    height: 375px;
  }
}
@media (max-width: 992px) {
  body .section-1 .texte h1 {
    font-size: 2em !important;
  }
  body .section-1 .texte p {
    font-size: 1.1em !important;
  }
  body .section-1 .texte .custom-download-btn {
    font-size: 18px !important;
  }
  body .section-2 .row.justify-content-center .cta-box {
    margin-top: 5rem;
    height: 495px;
  }
  body .section-2 .image-ambassadeur {
    max-width: 100%;
    border-radius: 1rem;
  }
  body .section-2 .texte-finance-2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body .section-1 .texte h1 {
    font-size: 27px !important;
    padding: 0 1em 0 1em;
  }
  body .section-1 .texte p {
    font-size: 16px !important;
    padding: 0 1em 0 1em;
  }
  body .section-1 .texte .custom-download-btn {
    font-size: 16px !important;
  }
  body .section-2 .row.justify-content-center .cta-box {
    height: 300px;
    margin-top: 7px;
  }
  body .section-2 .image-ambassadeur {
    max-width: 70%;
    border-radius: 1rem;
  }
  body .section-2 .texte-finance-2 {
    margin-top: 0 !important;
    width: 100%;
    margin-bottom: 3rem;
  }
  body .section-3 .img-fluid {
    width: 95% !important;
  }
  body .section-5 .cagnotte h2 {
    padding: 0.6em 0 0 0;
  }
  body .carousel h2 {
    padding: 0 2em 0 2em;
  }
  body .section-6 .section-ambassadeurs::after {
    display: none;
  }
  body .section-6 .section-ambassadeurs {
    padding-bottom: 0;
  }
  body .section-6 .section-ambassadeurs .bloc-ambassadeur .texte-bas {
    margin-bottom: 3em !important;
  }
  body .section-6 .com-buttons .btn-contact-1 {
    font-size: 16px;
  }
  body .section-6 .com-buttons .btn-contact-2 {
    font-size: 16px;
  }
  body .section-7 .com-buttons .btn-contact-com1 {
    font-size: 15px;
  }
}
@media (max-width: 519px) {
  body .section-1 .texte p {
    font-size: 0.8em !important;
  }
  body .section-7 .img-deco {
    left: -2.6rem;
    top: 1.4rem;
  }
  body p {
    font-size: 0.9em !important;
  }
  body h1 {
    font-size: 26px !important;
  }
  body h2 {
    font-size: 24px !important;
  }
  body h4 {
    font-size: 20px;
  }
}/*# sourceMappingURL=finance.css.map */