.elementor-kit-5{--e-global-color-primary:#09488C;--e-global-color-secondary:#1A1A2E;--e-global-color-text:#656971;--e-global-color-accent:#D4941A;--e-global-color-000064a:#16599D;--e-global-color-78419c6:#0C69AB;--e-global-color-8e0d0de:#167BBD;--e-global-color-2db703b:#208FCE;--e-global-color-ea177c9:#E8F4FC;--e-global-color-b9c4caf:#B87D14;--e-global-color-bbe4d9d:#E5E7EB;--e-global-color-f9b89df:#F8F9FA;--e-global-color-d4b4968:#09488C;--e-global-color-6669a59:#FFFFFF;--e-global-color-bde14d9:#A5A8B3;--e-global-color-c6afdf1:#D4B81A;--e-global-color-eb2f0a2:#D49F1A;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;}.elementor-kit-5 h2{font-size:44px;}.elementor-kit-5 h3{font-size:30px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:600;text-transform:uppercase;color:#FFFFFF;background-color:#D4941A;border-radius:6px 6px 6px 6px;padding:12px 24px 12px 24px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{color:#FFFFFF;background-color:#B87D14;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* === SESSIONS === */
.session-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.session-icon {
    width: 40px;
    height: 40px;
    background: #E8F4FC;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.session-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.session-label {
    font-size: 11px;
    color: #656971;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.session-date {
    font-size: 15px;
    font-weight: 600;
    color: #D4941A;
}

.sessions-autres {
    font-size: 13px;
    color: #656971;
    margin-top: 8px;
    padding-left: 52px;
}

/* === TARIF === */
.tarif-prix {
    font-size: 20px;
    font-weight: 700;
    color: #09488C;
}

.tarif-ht {
    font-size: 14px;
    font-weight: 500;
    color: #656971;
}

/* === DUREE === */
.duree-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(9, 72, 140, 0.9);
    color: #FFFFFF;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}

/* === CARTES CATALOGUE === */
.carte-catalogue {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
}

.carte-catalogue:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(9, 72, 140, 0.15);
}

.carte-catalogue .elementor-container:nth-child(2) {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.carte-catalogue .elementor-widget-text-editor {
    flex-grow: 1;
}

.elementor-loop-container {
    align-items: stretch;
}

.elementor-loop-container > div {
    display: flex;
}

/* === HERO SECTION === */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-section::after {
    content: '';
    position: absolute;
    right: -15%;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    height: 600px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.hero-section::before {
    content: '';
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    border: 2px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    pointer-events: none;
}

/* === LABELS SECTIONS === */
.label-tiret {
    display: flex;
    align-items: center;
    gap: 12px;
}

.label-tiret::before {
    content: '';
    width: 24px;
    height: 2px;
    background: #D4941A;
    flex-shrink: 0;
}

/* === BADGES FORMATIONS === */
.poces-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.poces-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-phare {
    background: #D4941A;
    color: #FFFFFF;
}

.badge-aftes {
    background: #09488C;
    color: #FFFFFF;
}

.badge-vert {
    background: #0D9488;
    color: #FFFFFF;
}

.badge-outline {
    background: #FFFFFF;
    color: #09488C;
    border: 1px solid #E5E7EB;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .poces-badges {
        gap: 6px;
    }
    
    .poces-badge {
        padding: 6px 10px;
        font-size: 10px;
    }
    
    .session-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .sessions-autres {
        padding-left: 44px;
    }
}
@media (max-width: 768px) {
    .badge-image {
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        margin-top: 16px;
        display: inline-block;
    }
}
/* === ALIGNEMENT CARTES VALEURS === */
.carte-valeur {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.carte-valeur .elementor-widget-icon {
    flex-shrink: 0;
}

.carte-valeur .elementor-widget-heading:first-of-type {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

/* Alternative plus simple */
.cartes-valeurs-grid {
    align-items: stretch;
}

.cartes-valeurs-grid > .elementor-element {
    display: flex;
}
/* === ALIGNEMENT CARTES FORMATIONS === */

/* Le conteneur parent (Loop Grid) force les cartes à la même hauteur */
.elementor-loop-container {
    align-items: stretch;
}

/* Chaque cellule de la grille prend 100% */
.elementor-loop-container > .elementor-element {
    display: flex;
}

/* La carte elle-même */
.carte-catalogue {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Le conteneur du contenu (texte) doit grandir pour pousser le footer vers le bas */
.carte-catalogue .carte-contenu {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* La description prend tout l'espace disponible */
.carte-catalogue .carte-contenu .elementor-widget-text-editor {
    flex-grow: 1;
}

/* Le footer reste en bas */
.carte-catalogue .carte-footer {
    margin-top: auto;
}
/* ============================================
   CSS SHORTCODES ACF - FORMATIONS PoCES
   À ajouter dans Elementor > Réglages du site > CSS personnalisé
   ============================================ */

/* === PROGRAMME DES JOURS === */
.programme-formation {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.programme-jour {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    overflow: hidden;
}

.jour-header {
    background: #09488C;
    color: #FFFFFF;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.jour-number {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
}

.jour-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #FFFFFF;
}

.jour-info span {
    font-size: 13px;
    opacity: 0.8;
}

.jour-content {
    padding: 24px;
}

.jour-content h3,
.jour-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #09488C;
    margin: 20px 0 12px;
}

.jour-content h3:first-child,
.jour-content h4:first-child {
    margin-top: 0;
}

.jour-content ul {
    list-style: none;
    margin: 0 0 16px 0;
    padding: 0;
}

.jour-content li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #656971;
}

.jour-content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #D4941A;
    border-radius: 50%;
}

.jour-content p {
    font-size: 15px;
    color: #656971;
    line-height: 1.6;
    margin-bottom: 16px;
}

/* Bloc atelier dans le contenu */
.jour-content .atelier,
.jour-content blockquote {
    background: #E8F4FC;
    border-left: 4px solid #0C69AB;
    padding: 16px 20px;
    border-radius: 0 8px 8px 0;
    margin: 16px 0;
    font-style: normal;
}

.jour-content .atelier strong,
.jour-content blockquote strong {
    color: #09488C;
    display: block;
    margin-bottom: 4px;
}

/* === COMPÉTENCES / OBJECTIFS === */
.competences-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.competence-item {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: #F8F9FA;
    border-radius: 12px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.competence-item:hover {
    background: #E8F4FC;
}

.competence-icon {
    width: 40px;
    height: 40px;
    background: #09488C;
    color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}

.competence-text {
    font-size: 15px;
    color: #1A1A2E;
    line-height: 1.6;
    margin: 0;
}

.competence-text strong {
    color: #09488C;
}

/* === INTERVENANT === */
.intervenant-card {
    display: flex;
    gap: 24px;
    background: #F8F9FA;
    border-radius: 16px;
    padding: 24px;
}

.intervenant-photo {
    width: 100px;
    height: 100px;
    background: #E8F4FC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    flex-shrink: 0;
    overflow: hidden;
}

.intervenant-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intervenant-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #09488C;
    margin: 0 0 4px 0;
}

.intervenant-role {
    font-size: 14px;
    color: #D4941A;
    font-weight: 600;
    margin-bottom: 12px;
}

.intervenant-bio {
    font-size: 15px;
    color: #656971;
    line-height: 1.6;
    margin: 0;
}

/* === POINTS FORTS === */
.points-forts {
    background: linear-gradient(135deg, #09488C 0%, #0C69AB 100%);
    border-radius: 16px;
    padding: 32px;
    color: #FFFFFF;
}

.points-forts h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 24px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.points-forts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.points-forts-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.5;
}

.points-forts-list li:last-child {
    margin-bottom: 0;
}

.check-icon {
    width: 24px;
    height: 24px;
    background: rgba(212, 148, 26, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #D4941A;
    font-weight: 700;
    font-size: 14px;
}

/* === INFOS PRATIQUES === */
.info-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.info-card {
    background: #F8F9FA;
    border-radius: 12px;
    padding: 24px;
}

.info-card-icon {
    width: 48px;
    height: 48px;
    background: #E8F4FC;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
}

.info-card h4 {
    font-size: 14px;
    font-weight: 600;
    color: #09488C;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 8px 0;
}

.info-card p {
    font-size: 15px;
    color: #656971;
    margin: 0;
    line-height: 1.5;
}

/* === LIEUX TIMELINE === */
.lieux-timeline {
    position: relative;
    padding-left: 32px;
}

.lieux-timeline::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: #E5E7EB;
}

.lieu-item {
    position: relative;
    padding-bottom: 24px;
}

.lieu-item:last-child {
    padding-bottom: 0;
}

.lieu-item::before {
    content: '';
    position: absolute;
    left: -32px;
    top: 4px;
    width: 24px;
    height: 24px;
    background: #09488C;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
    box-shadow: 0 0 0 2px #09488C;
}

.lieu-jour {
    font-size: 12px;
    font-weight: 600;
    color: #D4941A;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.lieu-nom {
    font-size: 16px;
    font-weight: 600;
    color: #09488C;
}

/* === HERO META === */
.hero-meta {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
}

.meta-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.meta-text {
    display: flex;
    flex-direction: column;
}

.meta-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.meta-value {
    font-size: 15px;
    font-weight: 600;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .jour-header {
        flex-direction: column;
        text-align: center;
    }
    
    .competence-item {
        flex-direction: column;
        text-align: center;
    }
    
    .competence-icon {
        margin: 0 auto;
    }
    
    .intervenant-card {
        flex-direction: column;
        text-align: center;
    }
    
    .intervenant-photo {
        margin: 0 auto;
    }
    
    .info-cards {
        grid-template-columns: 1fr;
    }
    
    .hero-meta {
        flex-direction: column;
        gap: 16px;
    }
}
/* Barre orange avant les H2 */
.section-title-bar {
    display: flex !important;
    align-items: center;
    gap: 12px;
}

.section-title-bar::before {
    content: '';
    width: 4px;
    height: 28px;
    background: #D4941A;
    border-radius: 2px;
    flex-shrink: 0;
}
/* Badge bleu par défaut */
.carte-article .elementor-post-info__terms-list-item {
    background: #09488C;
    color: #FFFFFF;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Événements internes - Bleu */
.carte-article .elementor-post-info__terms-list-item a[href*="evenements-internes"] {
    background: #09488C;
}

/* Événements externes - Vert */
.carte-article .elementor-post-info__terms-list-item a[href*="evenements-externes"] {
    background: #0D9488;
}

/* Podcasts - Violet */
.carte-article .elementor-post-info__terms-list-item a[href*="podcasts"] {
    background: #7C3AED;
}
/* === BLOG - CARTES ARTICLES === */

/* Hauteur égale des cartes */
.elementor-loop-container {
    align-items: stretch;
}

.elementor-loop-container > .elementor-element {
    display: flex;
}

.carte-article {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Container image en position relative pour le badge absolu */
.carte-article .container-image {
    position: relative;
}

/* Footer toujours en bas */
.carte-article .container-footer {
    margin-top: auto;
}

/* Couleurs badges par catégorie (optionnel) */
.carte-article a[href*="evenements-internes"] .elementor-post-info__terms-list-item {
    background: #09488C;
}

.carte-article a[href*="evenements-externes"] .elementor-post-info__terms-list-item {
    background: #0D9488;
}

.carte-article a[href*="podcasts"] .elementor-post-info__terms-list-item {
    background: #7C3AED;
}

/* Responsive */
@media (max-width: 1024px) {
    .elementor-widget-loop-grid .elementor-loop-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .elementor-widget-loop-grid .elementor-loop-container {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */