/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1761576355
Updated: 2025-10-27 15:45:55

*/

/* Supprimer le gap sous les icônes Elementor. */
.elementor-icon-wrapper {
    line-height: 0;
}

/* Style des liens dans le formulaire de contact. */
.form-contact a {
    font-size: 16px;
    color: inherit;
    text-decoration: underline;
}
/* ===========================================
   TIMELINE JETELEMENTS
   =========================================== */

.timeline-section .elementor-jet-timeline .jet-timeline-list .timeline-item__card-content {
  display: flex;
  align-items: center;
  gap: 22px;
}

/* On masque la meta vide */
.timeline-section .elementor-jet-timeline .jet-timeline-list .timeline-item__card-content > .timeline-item__meta {
  display: none;
}

/* Titre compact, texte flexible */
.timeline-section .elementor-jet-timeline .jet-timeline-list .timeline-item__card-title {
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
}

.timeline-section .elementor-jet-timeline .jet-timeline-list .timeline-item__card-desc {
  flex: 1 1 auto;
  margin: 0;
}

/* ===========================================
   ALTERNANCE GAUCHE / DROITE
   =========================================== */

/* ✅ Items à gauche → Titre à droite + texte aligné à droite */
.timeline-section .elementor-jet-timeline .jet-timeline-list .jet-timeline-item:nth-child(odd) .timeline-item__card-content {
  flex-direction: row-reverse;
  text-align: right;
}

/* ✅ Items à droite → Titre à gauche + texte aligné à gauche */
.timeline-section .elementor-jet-timeline .jet-timeline-list .jet-timeline-item:nth-child(even) .timeline-item__card-content {
  flex-direction: row;
  text-align: left;
}

/* ===========================================
   RESPONSIVE
   =========================================== */

@media (max-width: 1024px) {
  .timeline-section .elementor-jet-timeline .jet-timeline-list .timeline-item__card-content {
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 6px;
  }
}

/* ===========================================
   POINTS DE LA TIMELINE
   =========================================== */

.timeline-section .elementor-jet-timeline .jet-timeline-list .timeline-item__point-content {
  height: inherit !important;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* ===========================================
   CARROUSEL VALEURS - PAGE "A PROPOS"
   =========================================== */
.carrousel-valeurs .jet-testimonials__instance {
    padding: 0px 80px !important;
    @media (max-width: 767px) {
        padding: 0px !important;
    }
}

.carrousel-valeurs .jet-arrow.prev-arrow {
    z-index: 1;
}

.carrousel-valeurs .jet-arrow.next-arrow {
    z-index: 1;
}




