.elementor-3853 .elementor-element.elementor-element-cc50266{--display:flex;}.elementor-3853 .elementor-element.elementor-element-b823fe1{--display:flex;}.elementor-widget-helpie-faq .helpie-faq.accordions .collection-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-helpie-faq .helpie-faq.accordions .accordion__header{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-helpie-faq .helpie-faq.accordions .accordion__body{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-3853 .elementor-element.elementor-element-80731b5 .helpie-faq.accordions .collection-title{text-align:center !important;}/* Start custom CSS for shortcode, class: .elementor-element-6c6f566 */<html>
<head>
<style>
h1 {
 text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    color: ##090323;
}

body {
  font-family: 'Montserrat', sans-serif;
    background-color: #FFF7EB;
    margin: 0;
    padding: 0;
}

h1 {
 text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    color: #333;
}

.tracking-container {
    max-width: 800px;
    margin: 50px auto;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.tracking-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
}

.tracking-steps::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 4px;
    background-color: #e0e0e0;
    transform: translateY(-50%);
    z-index: 0;
}

/* Étape */
.tracking-step {
    text-align: center;
    position: relative;
    z-index: 1;
    width: 20%;
}

.tracking-step .circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 0 auto 10px;
    background-color: #ccc;
    line-height: 25px;
    color: white;
    font-weight: bold;
}

.tracking-step.active .circle {
    background-color: #28a745;
}

.tracking-step .label {
    font-size: 14px;
    color: #666;
}

.tracking-step.active .label {
    color: #28a745;
    font-weight: bold;
}

/* Détails en bas */
.tracking-details {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    font-size: 16px;
}

.tracking-details p {
    margin: 10px 0;
}
</style>
</head>
</html>/* End custom CSS */