@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 .social-icons {
  position: fixed;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
  z-index: 1000;
  background-color: white;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border: 2px solid #421196;
  border-left: none;
}
body .section-1 .social-icons ul {
  padding: 0;
  margin: 0;
}
body .section-1 .social-icons ul li {
  margin: 0.2rem 0;
}
body .section-1 .social-icons ul li a {
  color: #421196;
  font-size: 1.5rem;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 50%;
  transition: color 0.2s;
}
body .section-1 .social-icons ul li a:hover {
  color: #ffc719;
}
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-com-2 {
  width: 50%;
}
body .section-2 .texte-com-2 h2 {
  margin-left: 3em;
}
body .section-2 .texte-com-2 p {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
  margin-left: 6em;
}
body .section-2 img {
  max-width: 80%;
}
body .section-3 .texte-com-3 {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
  margin: 0 auto;
}
body .section-3 .img-fluid {
  width: 80% !important;
  margin: 2em 0;
}
body .section-4 .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-4 .texte-com-4 {
  font-size: 1.05rem;
  font-weight: 500;
  color: #222;
  max-width: 80ch;
  margin: 0 auto;
}
body .section-4 .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-4 .btn-contact-com:hover {
  background-color: white !important;
  color: #ff193b;
  border: 2px solid #ff193b;
}
@media (max-width: 576px) {
  body .section-4 .btn-contact-com {
    font-size: 1rem;
    padding: 0.5rem 1.2rem;
  }
}
@media (max-width: 768px) {
  body .section-4 .cta-box {
    padding: 2rem 1rem 5rem;
  }
  body .section-4 .texte-com-4 {
    font-size: 1rem;
  }
}
body .section-5 .texte-com-5 {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
  margin: 0 auto;
}
body .section-5 .chiffres-section .titre-chiffres {
  font-size: 2rem;
  font-weight: 600;
  color: #421196;
  position: relative;
  z-index: 1;
}
body .section-5 .chiffres-section .img-deco {
  position: absolute;
  left: -2.3rem;
  top: -1.6rem;
  width: 4rem;
  z-index: 0;
}
body .section-5 .chiffres-section .chiffre-item .titre_logo {
  margin-top: 0.5em;
  font-size: 42px;
  color: #421196;
  text-shadow: 3px 3px 5px rgba(248, 217, 105, 0.88);
}
body .section-5 .chiffres-section .chiffre-item .texte {
  font-weight: 500;
  font-size: 21px;
  color: #421196;
  text-shadow: 1px 4px 4px rgba(92, 61, 149, 0.301);
}
body .section-5 .chiffres-section .chiffre-item .picto {
  width: 60%;
}
body .section-6 .titre-carrousel {
  font-size: 2rem;
  font-weight: 600;
  color: #421196;
  position: relative;
  z-index: 1;
}
body .section-6 .texte-com-5 {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
body .section-7 {
  position: relative;
}
body .section-7 .people-img-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
  margin-bottom: -4rem;
}
body .section-7 .people-img {
  max-width: 80%;
  height: auto;
}
body .section-7 .info-box {
  background: white;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(128, 0, 255, 0.15);
  padding: 0 2rem 4rem;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
  border: 4px solid rgba(128, 0, 255, 0.102);
}
body .section-7 .texte-com-5 {
  font-size: 1.05rem;
  font-weight: 500;
  color: #222;
  margin: 0 auto;
}
body .section-8 .texte-com-8 {
  font-size: 1.05rem;
  font-weight: 500;
  color: #222;
  margin: 0 auto;
}
body .section-9-1 .texte-com-9 {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
body .section-9 .titre-carrousel {
  font-size: 2rem;
  font-weight: 600;
  color: #421196;
  position: relative;
  z-index: 1;
}
body .section-9 .img-deco {
  position: absolute;
  left: -2.3rem;
  top: 2.5rem;
  width: 4rem;
  z-index: 0;
}
body .section-9 .avis-swiper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 2rem 0;
  text-align: center;
}
body .section-9 .avis-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
body .section-9 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
}
body .section-9 .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-9 .avis-card {
    width: 220px;
  }
}
body .section-9 .avis-card:hover {
  box-shadow: 0 0 25px 10px rgb(124, 50, 177);
}
body .section-9 .avis-titre {
  color: #9529ff;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
body .section-9 .avis-texte {
  color: #222;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}
body .section-9 .com-buttons .btn-contact-com1 {
  background-color: white;
  color: #ffc719;
  font-weight: 600;
  font-size: 20px;
  font-family: "MuseoModerno", sans-serif;
  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-9 .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-com-2 {
    width: 100%;
    text-align: center;
  }
  body .section-2 .texte-com-2 h2 {
    margin-left: 0;
  }
  body .section-2 .texte-com-2 p {
    margin-left: 0;
  }
}
@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-com-2 {
    width: 95%;
    text-align: center;
  }
  body .section-2 img {
    width: 60% !important;
  }
  body .section-3 .img-fluid {
    width: 95% !important;
  }
  body .section-5 .chiffres-section .chiffre-item .picto {
    width: 55%;
  }
  body .section-5 .chiffres-section .chiffre-item .titre_logo {
    font-size: 27px !important;
  }
  body .section-7 .info-box {
    padding: 0 1em 3em 1rem;
  }
  body .section-7 .texte-com-5 {
    font-size: 1rem;
  }
  body .section-9 .com-buttons .btn-contact-com1 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  body .section-1 .texte h1 {
    font-size: 1.5em !important;
  }
  body .section-1 .texte p {
    font-size: 0.8em !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 img {
    width: 50% !important;
  }
  body .section-3 .img-fluid {
    width: 90% !important;
    margin: 2em 0;
  }
  body .section-4 .cta-box {
    padding: 1rem 1rem 3rem;
  }
  body .section-4 h2 {
    padding: 1em 0 0 0 !important;
  }
  body .section-5 .chiffres-section .chiffre-item .picto {
    width: 50%;
  }
  body .section-5 .chiffres-section .chiffre-item .titre_logo {
    font-size: 25px !important;
  }
  body .section-7 .info-box {
    padding: 0 1rem 2rem;
  }
  body .section-7 h2 {
    padding: 1em 0 0 0;
  }
  body .section-9 .img-deco {
    top: 1.7rem;
  }
  body .section-9 .com-buttons .btn-contact-com1 {
    font-size: 16px;
  }
  body p {
    font-size: 16px !important;
  }
  body h2 {
    font-size: 26px !important;
  }
  body h3 {
    font-size: 24px !important;
  }
  body h4 {
    font-size: 19px;
  }
}/*# sourceMappingURL=communication.css.map */