@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 .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: 95ch;
  margin: 0 auto;
}
body .section-1 .texte p {
  font-size: 1.3em;
}
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 .texte-event-2 {
  width: 50%;
}
body .section-2 .texte-event-2 p {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
  margin-left: 4em;
}
body .section-2 .img-fluid {
  width: 100% !important;
}
body .section-3 .texte-event-3 {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
body .section-3 .card-img {
  margin: 3em 0;
  flex: 1 1 calc(25% - 1.5rem);
  max-width: calc(25% - 1.5rem);
  height: auto;
}
body .sectionn-4 .texte-event-4 {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
  margin: 0 auto;
}
body .sectionn-4 .image .img-fluid {
  width: 70%;
  margin: 2em 0;
}
body .section-5 h3 {
  padding: 2em 0 0.7em 0;
  font-weight: 550;
  font-size: 28px;
  color: #421196;
  filter: drop-shadow(3px 3px 4px rgba(103, 0, 199, 0.2));
}
body .section-5 .texte-event-5 {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
body .section-5 .texte-event-5-bis {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
  max-width: 130ch;
  margin: 0 auto;
}
body .section-6 .title-6 {
  margin-bottom: 5rem;
}
body .section-6 .timeline-container {
  display: flex;
  position: relative;
  margin-top: 4rem;
  gap: 2rem;
}
body .section-6 .timeline-container .timeline-column {
  flex: 1;
}
body .section-6 .timeline-container .timeline-column .item-mb {
  margin-bottom: 0 !important;
}
body .section-6 .timeline-container .timeline-column .timeline-item {
  margin-bottom: 3rem;
}
body .section-6 .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-6 .timeline-container .timeline-column .timeline-item .timeline-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #421196;
  margin-bottom: 0.5rem;
}
body .section-6 .timeline-container .timeline-column .timeline-item .timeline-text {
  font-size: 1rem;
  font-weight: 400;
}
body .section-6 .timeline-container .timeline-line {
  width: 2px;
  background-color: #421196;
  opacity: 0.7;
  position: relative;
  margin: 0 1rem;
}
body .section-6 .timeline-container .timeline-star {
  color: #9529ff;
  font-size: 1.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body .section-6 .timeline-container .top-star {
  top: 5%;
}
body .section-6 .timeline-container .middle-star {
  top: 42%;
}
body .section-6 .timeline-container .bottom-star {
  bottom: 15%;
}
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: 1.5rem;
  width: 4rem;
  z-index: 0;
}
body .section-7 .texte-event-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: 992px) {
  body .section-2 .texte-event-2 p {
    margin-left: 0 !important;
  }
  body .section-5 .img-fluid {
    width: 80%;
  }
}
@media (max-width: 768px) {
  body .section-1 .texte p {
    font-size: 1em !important;
  }
  body .section-1 .texte .custom-download-btn {
    padding: 0.7rem 1.5rem;
    border-radius: 0.7rem;
    font-size: 19px !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 .texte-event-2 {
    width: 95%;
    text-align: center;
  }
  body .section-2 img {
    width: 55% !important;
  }
  body .section-3 .card-img {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
  body .sectionn-4 .image .img-fluid {
    width: 95% !important;
  }
  body .section-5 .img-fluid {
    width: 55%;
  }
  body .section-7 .com-buttons .btn-contact-com1 {
    font-size: 16px;
  }
  body .section-7 .avis-card {
    min-height: 185px;
    max-height: 185px;
    width: 200px;
  }
}
@media (max-width: 500px) {
  body p {
    font-size: 16px !important;
  }
  body h2 {
    font-size: 26px !important;
  }
  body h3 {
    font-size: 24px !important;
  }
  body h4 {
    font-size: 19px;
  }
  body .section-2 img {
    width: 50% !important;
  }
  body .section-5 {
    text-align: center;
  }
  body .section-5 .img-fluid {
    max-width: 50%;
  }
  body .section-5 .section-6 .timeline-text {
    font-size: 15px !important;
  }
  body .section-5 .section-6 .timeline-img {
    margin-left: none !important;
  }
}
@media (max-width: 480px) {
  .section-3 .card-img {
    flex: 1 1 100%;
    max-width: 50%;
  }
}/*# sourceMappingURL=events.css.map */