.elementor-kit-90{--e-global-color-primary:#028BED;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Rubik";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rubik";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Rubik";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Rubik";--e-global-typography-accent-font-weight:500;background-color:#000000;color:#FFFFFF;font-family:"Rubik", rubik;font-size:24px;font-weight:400;text-transform:none;}.elementor-kit-90 button,.elementor-kit-90 input[type="button"],.elementor-kit-90 input[type="submit"],.elementor-kit-90 .elementor-button{background-color:var( --e-global-color-primary );color:#FFFFFF;border-style:none;border-radius:99px 99px 99px 99px;}.elementor-kit-90 button:hover,.elementor-kit-90 button:focus,.elementor-kit-90 input[type="button"]:hover,.elementor-kit-90 input[type="button"]:focus,.elementor-kit-90 input[type="submit"]:hover,.elementor-kit-90 input[type="submit"]:focus,.elementor-kit-90 .elementor-button:hover,.elementor-kit-90 .elementor-button:focus{background-color:var( --e-global-color-text );color:#028BED;}.elementor-kit-90 e-page-transition{background-color:#FFBC7D;}.elementor-kit-90 a{color:#FFFFFF;}.elementor-kit-90 a:hover{color:#028BED;}.elementor-kit-90 h1{color:#FFFFFF;}.elementor-kit-90 h2{color:#FFFFFF;}.elementor-kit-90 h3{color:#FFFFFF;}.elementor-kit-90 h4{color:#FFFFFF;font-family:"Rubik", rubik;}.elementor-kit-90 h5{color:#FFFFFF;}.elementor-kit-90 h6{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}/* Start custom CSS *//* Supprime le curseur natif */
body {
  cursor: none;
}

/* Style du curseur personnalisé */
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #b3b3b3; /* Couleur grise */
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease, background 0.3s ease;
  z-index: 9999;
}

/* Effet de hover sur les éléments interactifs */
a:hover, button:hover {
  cursor: none;
}

a:hover ~ .custom-cursor, button:hover ~ .custom-cursor {
  transform: scale(3);
  background: rgba(0, 123, 255, 0.7); /* Garde l'effet hover bleu */
}

/* DÉGRADÉ PARTIE COMETE */

@keyframes mymove {
    0% {
        transform: rotate(-3deg)
    }

    50% {
        transform: rotate(3deg)
    }

    100% {
        transform: rotate(-3deg)
    }
}

@keyframes animate {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 300% 0
    }

    100% {
        background-position: 0 0
    }
}

.shadow, .shadowBottom {
    height: 100px;
    animation: mymove 17s infinite;
    animation-duration: 17s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: mymove;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
}


.shadow:before, .shadow:after {
    border-radius: 2px;
    opacity: .6;
    content: '';
    position: absolute;
    top: -40px;
    width: 100%;
    height: 100px;
    background: linear-gradient(45deg, #fffa00, #ff8b27, #ff007a, #832bb5, blue, #832bb5, #ff007a, #ff8b27, #fffa00);
    background-size: 500%;
    z-index: -1;
    animation: animate 50s linear infinite;
    -webkit-filter: blur(55px);
    -moz-filter: blur(55px);
    -ms-filter: blur(55px);
    filter: blur(55px);
    transform: translate3d(0, 0, 0);
}

.shadowBottom:before, .shadowBottom:after {
    border-radius: 2px;
    opacity: .6;
    content: '';
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 150px;
    background: linear-gradient(45deg, #fffa00, #ff8b27, #ff007a, #832bb5, blue, #832bb5, #ff007a, #ff8b27, #fffa00);
    background-size: 500%;
    z-index: -1;
    animation: animate 50s linear infinite;
    -webkit-filter: blur(55px);
    -moz-filter: blur(55px);
    -ms-filter: blur(55px);
    filter: blur(55px);
    transform: translate3d(0, 0, 0);
}

/* FIN DÉGRADÉ PARTIE COMETE */

/* CHAT BOT */

.mwai-timeless-theme.mwai-window {
    right: 22px !important;
    bottom: 96px !important;
}

.mwai-input-submit {
    margin-right: -6px !important;
    margin-left: 0px;
}

.mwai-open {
    margin-right: -8px !important;
    margin-bottom: -6px !important;
}

/* FIN CHAT BOT */

/* PROGRESS BAR PROJET */

.elementor-widget-n-carousel .swiper-pagination-progressbar {
    width: 400px !important;
    top: 453px !important;
    left: 60px !important;
}
.swiper-pagination-progressbar-fill {
    background: #028bed !important;
}

.swiper-pagination-progressbar {
    background: rgba(255, 255, 255, 0.2) !important;
}

/* FIN PROGRESS BAR PROJET */

/* DEGRADE LOGOS CLIENTS */

.elementor-element-20879b9 {
    position: relative;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 30%, #000 70%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 30%, #000 70%, transparent);
}

.elementor-element-cb633d4 {
    position: relative;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 30%, #000 70%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 30%, #000 70%, transparent);
}

/* FIN DEGRADE LOGOS CLIENTS *//* End custom CSS */