.elementor-kit-7{--e-global-color-primary:#234121;--e-global-color-secondary:#FF5C00;--e-global-color-text:#FFFFFF;--e-global-color-accent:#00FFFF;--e-global-color-aabd8bc:#005738;--e-global-color-cecc68f:#FFBD21;--e-global-typography-primary-font-family:"open-sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"open-sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"open-sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"open-sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Open Sans", Sans-serif;}.elementor-kit-7 h2{font-family:"Open Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Lien nornal */
a:link {
    text-decoration: none;
    color: #FF5C00;
}

/* Lien déjà visité */
a:visited{
    text-decoration: underline;
    color: #FF5C00;
}

/* Lien survolé (quand la souris est sur le lien) */
a:hover{text-decoration: none;
    color: #00FFFF;
}



/*degrade text*/

.texte-degrade   {
background-image: linear-gradient(30deg, #CA00F0, #4cd0f6);
    -webkit-background-clip: text;
    display: inline-block;
    -webkit-text-fill-color: #00000000;
    width: fit-content;
}


.texte-degrade-2 {
    background: linear-gradient(45deg, rgba(221,0,255,1) 0%, rgba(98,39,193,1) 42%, rgba(91,183,188,1) 74%, rgba(68,0,255,1) 100%);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-animation 10s ease infinite;
    display: inline-block;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}/* End custom CSS */