.underline:after{background: #6a4cc1 !important}
.bg-pink{background: #8a4ed6 !important;color: #fff !important}
.text-bgpink{ color: #6a4cc1 !important; }
.text-bgblue{ color: #4fa3f7 !important; }
.text-bgblue2{ color: #3b7de0 !important; }
#priseContact .bs-icon.bs-icon-secondary{background: #6a4cc1!important;color: #fff !important}


.bluemoov-logo {
      font-family: 'Poppins', 'Segoe UI', Roboto, sans-serif;
      font-size: 2.5rem; /* Ajuste selon tes besoins */
      font-weight: 500;
      background: linear-gradient(90deg, 
        #4fa3f7,  /* bleu clair au début */
        #3b7de0,  /* bleu moyen */
        #6a4cc1,  /* violet-bleu */
        #8a4ed6,  /* violet plus clair */
        #6a4cc1); /* retour violet */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      position: relative;
      display: inline-block;
    }
