.elementor-kit-6{--e-global-color-primary:#886459;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#8FA18A;--e-global-typography-primary-font-family:"Dancing Script";--e-global-typography-primary-font-size:33px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lora";--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-6 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 */.timeline {
  position: relative;
  padding-left: 20px;
  border-left: 2px solid #ccc; /* la fameuse barre verticale */
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.timeline-dot {
  position: absolute;
  left: -7px;
  top: 5px;
  width: 14px;
  height: 14px;
  background-color: #d98e8e; /* vieux rose, à adapter */
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 0 2px #ccc;
}

.timeline-content {
  margin-left: 20px;
}

.timeline-content h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.timeline-content p {
  margin: 5px 0 0;
  font-size: 14px;
}/* End custom CSS */