.elementor-kit-9{--e-global-color-primary:#1A1A1A;--e-global-color-secondary:#D7F171;--e-global-color-text:#000000;--e-global-color-accent:#541388;--e-global-color-kadence1:#2B6CB0;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--e-global-color-4c44976:#FFD159;--e-global-color-020983d:#EDEDED;--e-global-color-9997b91:#FFFFFF;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-size:21px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans";--e-global-typography-secondary-font-size:21px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Space Grotesk";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;background-color:#FBFAF2;font-family:"NUNITO", Sans-serif;font-size:17px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:3000ms;--e-preloader-delay:0ms;--e-preloader-width:8%;}.elementor-kit-9.el-is-editing{--global-palette1:#2B6CB0;--global-palette2:#215387;--global-palette3:#1A202C;--global-palette4:#2D3748;--global-palette5:#4A5568;--global-palette6:#718096;--global-palette7:#EDF2F7;--global-palette8:#F7FAFC;--global-palette9:#ffffff;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-primary );}.elementor-kit-9 e-page-transition{background-color:#134D4900;}.elementor-kit-9 a{color:var( --e-global-color-secondary );text-decoration:underline;}.elementor-kit-9 h1{font-family:"anton", Sans-serif;font-size:65px;font-weight:400;}.elementor-kit-9 h2{font-family:"anton", Sans-serif;font-weight:400;}.elementor-kit-9 h3{font-family:"anton", Sans-serif;font-size:40px;}.elementor-kit-9 h4{font-family:"anton", Sans-serif;font-size:35px;}.elementor-kit-9 h5{font-family:"anton", Sans-serif;font-size:30px;}.elementor-kit-9 h6{font-family:"anton", Sans-serif;font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:5rem;--container-default-padding-right:3rem;--container-default-padding-bottom:5rem;--container-default-padding-left:3rem;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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;--container-default-padding-top:5px;--container-default-padding-right:3px;--container-default-padding-bottom:5px;--container-default-padding-left:3px;}.elementor-kit-9{--e-preloader-width:27%;--e-preloader-max-width:30%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:5rem;--container-default-padding-right:3rem;--container-default-padding-bottom:5rem;--container-default-padding-left:3rem;}.elementor-kit-9{--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-preloader-width:35%;--e-preloader-max-width:35%;}}/* Start custom CSS */.rond {
    border-radius: 50%; 
    width: 650px; 
    max-width: 100%; 
}


.fleche-parlons {
    opacity: 0;
    transition: opacity 0.3s ease; 
}

.fleche-parlons.visible {
    opacity: 1;
}

.container-line  {
    overflow: hidden; 
    width: 100%; 
}

.container-container
 {
    overflow: hidden; 
    width: 100%; 
}

 .container1 .liste-points {
        animation-name: defilement2;
    }

.liste-points {
    list-style: none; 
    font-size: 30px !important;
    color: #d7f171;
    font-family: "NUNITO", Sans-serif;
   
    position: relative; 
    animation: defilement 100s linear infinite;
    transform: translateX(-100%); 
    white-space: nowrap; 
  
    
}

.liste-points li {
    display: inline-block;
    vertical-align: middle;
   line-height: 0px;
    padding-right: 45px; 
    position: relative; 
}

.liste-points li::before {
    content: ""; 
    position: absolute;
    left: -25px; 
    top: 50%; 
    transform: translateY(-50%); 
    width: 10px; 
    height: 10px; 
    background-color: #541388;
    border-radius: 50%; 
}



@keyframes defilement {
    0% {
        transform: translateX(0); 
    }
    100% {
        transform: translateX(-100); 
    }
}

@keyframes defilement2 {
        0% { transform: translateX(-100%); }
        100% { transform: translateX(0%); }
    }

/* Pour les appareils mobiles (max-width: 767px) */
@media only screen and (max-width: 767px) {
    .rond {
        width: 300px; 
    }

    .fleche-parlons {
        font-size: 20px; 
    }
}

/* Pour les tablettes (768px <= largeur <= 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .rond {
        width: 500px; 
    }

    .fleche-parlons {
        font-size: 30px; 
    }
}

/* Pour les ordinateurs de bureau et les grands écrans (min-width: 1025px) */
@media only screen and (min-width: 1025px) {
    .rond {
        width: 650px; 
    }

    .fleche-parlons {
        font-size: 40px; 
    }
}
/* Pour les appareils mobiles (max-width: 767px) */
@media only screen and (max-width: 767px) {
    .liste-points {
        font-size: 30px; 
    }
}

/* Pour les tablettes (768px <= largeur <= 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .liste-points {
        font-size: 40px; 
    }
}

/* ordinateurs de bureau et les grands écrans (min-width: 1025px) */
@media only screen and (min-width: 1025px) {
    .liste-points {
        font-size: 50px; 
    }
}
/* appareils mobiles (max-width: 767px) */
@media only screen and (max-width: 767px) {
    .liste-points {
        animation-duration: 20s; 
    }
}

/* tablettes (768px <= largeur <= 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .liste-points {
        animation-duration: 50s; 
    }
}

/* ordinateurs de bureau et les grands écrans (min-width: 1025px) */
@media only screen and (min-width: 1025px) {
    .liste-points {
        animation-duration: 100s; 
    }
}


.grid-background {
  background-color: #1A1A1A;  
  background-image:
    linear-gradient(#541388 1px, transparent 1px), 
    linear-gradient(90deg, #541388 1px, transparent 1px); 
  background-size: 70px 70px; 
  z-index: -1px;
}/* End custom CSS */