.elementor-kit-135{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-90bf722:#B22A29;--e-global-color-9757c0d:#023F86;--e-global-color-0b64907:#F3F3F3;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-135 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.frise-chronologique-ligne {
    position: relative; /* Pour positionner les points par rapport à cette colonne */
    background-color: red; /* La couleur de votre ligne verticale */
    width: 3px; /* L'épaisseur de votre ligne */
    margin: 0 auto; /* Pour centrer la ligne dans sa colonne */
    height: 100%; /* S'assure que la ligne prend toute la hauteur de la colonne */
}

/* Voici le CSS pour les points (les cercles de date) */
.frise-chronologique-ligne .point-chronologique {
    position: absolute;
    width: 15px; /* Taille du cercle */
    height: 15px; /* Taille du cercle */
    background-color: red; /* Couleur du cercle */
    border-radius: 50%; /* Pour faire un cercle */
    left: 50%; /* Centre le point horizontalement sur la ligne */
    transform: translateX(-50%); /* Ajuste le centrage */
    z-index: 10; /* S'assure qu'il est au-dessus de la ligne */
}/* End custom CSS */