.elementor-1418 .elementor-element.elementor-element-44beceb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:15px;--margin-bottom:9px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1418 .elementor-element.elementor-element-b06358{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1418 .elementor-element.elementor-element-343f0880{width:auto;max-width:auto;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-style:double;border-width:0px 0px 0px 0px;border-color:#131212F5;border-radius:0px 0px 0px 0px;text-align:start;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-1418 .elementor-element.elementor-element-7561294a{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);font-family:"Roboto", Sans-serif;font-weight:400;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1418 .elementor-element.elementor-element-b06358{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-1418 .elementor-element.elementor-element-b06358{--content-width:1200px;}}@media(max-width:767px){.elementor-1418 .elementor-element.elementor-element-b06358{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for text-editor, class: .elementor-element-343f0880 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Lato:wght@300;400;700&display=swap');

/* Container principal FIGE */
.fige-mission-card {
    position: relative;
    background: white;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 20px 40px rgba(27, 58, 82, 0.12);
    margin: px 0;
    animation: fige-fadeIn 0.8s ease-out;
}

@keyframes fige-fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* En-tête avec gradient */
.fige-header {
   background: linear-gradient(135deg, #005A22 0%, #009944 100%);

    padding: 5px 50px 40px;
    position: relative;
    overflow: hidden;
}

.fige-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212, 165, 116, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    animation: fige-float 6s ease-in-out infinite;
}

@keyframes fige-float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-20px, -20px); }
}

/* Bande colorée africaine */
.fige-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #C44536 0%, #D4A574 33%, #4A7C59 66%, #D4A574 100%);
}

.fige-subtitle {

    font-size: 0.9rem;
    color: #D4A574;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.fige-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    line-height: 1.4;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    margin: 0;
}

/* Corps de la card */
.fige-body {
    padding: 5px 5px 5px;
}

.fige-mission {

    
    line-height: 1.8;
    color: #2C2C2C;
    margin-bottom: 35px;
    padding:10px 10px;
    padding-left: 20px;
    border-left: 4px solid #C44536;
    font-weight: 400;
}

.fige-objectives-title {

    color: #1B3A52;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.fige-objectives {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fige-objectives li {
    padding: 28px 10px 18px 45px;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
    border-bottom: 1px solid rgba(212, 165, 116, 0.2);
    animation: fige-slideIn 0.6s ease-out both;
}

.fige-objectives li:nth-child(1) { animation-delay: 0.2s; }
.fige-objectives li:nth-child(2) { animation-delay: 0.3s; }
.fige-objectives li:nth-child(3) { animation-delay: 0.4s; }
.fige-objectives li:nth-child(4) { animation-delay: 0.5s; }
.fige-objectives li:nth-child(5) { animation-delay: 0.6s; border-bottom: none; }

@keyframes fige-slideIn {
    from { opacity: 0; transform: translateX(-15px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Icônes de validation */
.fige-objectives li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: 10px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #C44536 0%, #D4A574 100%);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(196, 69, 54, 0.3);
    transition: all 0.3s ease;
}

.fige-objectives li::after {
   
    content: '✓';
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.fige-objectives li:hover::before {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(196, 69, 54, 0.4);
}

/* Footer avec accent */
.fige-footer {
    margin-top: 20px;
    padding: 25px 50px;
    background: linear-gradient(to right, #F7F3E9 0%, #f0ede3 100%);
    border-top: 1px solid rgba(212, 165, 116, 0.3);
    text-align: center;
}

.fige-accent {
    display: inline-block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #C44536, #D4A574);
}

/* Responsive */
@media (max-width: 768px) {
    .fige-header {
        padding: 30px 25px;
    }
    
    .fige-title {
        font-size: 1.4rem;
    }
    
    .fige-body {
        padding: 30px 25px;
    }
    
    .fige-mission {
        font-size: 1.05rem;
        padding-left: 15px;
        border-left-width: 3px;
    }
    
    .fige-objectives li {
        padding-left: 40px;
        font-size: 0.95rem;
    }
    
    .fige-objectives li::before {
        width: 24px;
        height: 24px;
    }
    
    .fige-objectives li::after {
        left: 7px;
        font-size: 12px;
    }
    
    .fige-footer {
        padding: 20px 25px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7561294a *//* Import des polices */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Lato:wght@300;400;700&display=swap');

/* Table des valeurs FIGE */
.fige-values-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px 0;
    font-family: 'Lato', sans-serif;
    animation: fige-fadeIn 0.8s ease-out;
}

@keyframes fige-fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fige-values-table tbody {
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 20px 40px rgba(27, 58, 82, 0.12);
}

.fige-values-table td {
    padding: 8px 15px;
    border: 1px solid rgba(212, 165, 116, 0.15);
    position: relative;
    vertical-align: top;
    transition: all 0.3s ease;
}

/* Animation progressive des cellules */
.fige-values-table tr:nth-child(1) td:nth-child(1) { animation: fige-slideIn 0.6s ease-out 0.2s both; }
.fige-values-table tr:nth-child(1) td:nth-child(2) { animation: fige-slideIn 0.6s ease-out 0.3s both; }
.fige-values-table tr:nth-child(2) td:nth-child(1) { animation: fige-slideIn 0.6s ease-out 0.4s both; }
.fige-values-table tr:nth-child(2) td:nth-child(2) { animation: fige-slideIn 0.6s ease-out 0.5s both; }
.fige-values-table tr:nth-child(3) td:nth-child(1) { animation: fige-slideIn 0.6s ease-out 0.6s both; }
.fige-values-table tr:nth-child(3) td:nth-child(2) { animation: fige-slideIn 0.6s ease-out 0.7s both; }
.fige-values-table tr:nth-child(4) td { animation: fige-slideIn 0.6s ease-out 0.8s both; }

@keyframes fige-slideIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Effet hover sur les cellules */
.fige-values-table td:hover {
    background: linear-gradient(135deg, rgba(247, 243, 233, 0.5) 0%, rgba(240, 237, 227, 0.8) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(27, 58, 82, 0.1);
}

/* Accent coloré à gauche de chaque cellule */
.fige-values-table td::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #C44536 0%, #D4A574 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fige-values-table td:hover::before {
    opacity: 1;
}

/* Titres des valeurs - Style vert comme la mission */
.fige-values-table strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #005A22;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    position: relative;
}

/* Icône décorative pour les titres */
.fige-values-table strong::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: linear-gradient(90deg, #005A22, #009944);
    margin-top: 8px;
    border-radius: 2px;
}

/* Texte descriptif */
.fige-values-table p {
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0;
}

/* Dernière ligne (Servir l'Afrique) - Dégradé vert */
.fige-values-table tr:last-child td {
    background: linear-gradient(135deg, #005A22 0%, #009944 100%);
    padding: 10px;
    text-align: center;
    border: none;
    position: relative;
    overflow: hidden;
}

/* Effet visuel dans la dernière ligne */
.fige-values-table tr:last-child td::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(212, 165, 116, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 1;
    animation: fige-float 6s ease-in-out infinite;
}

@keyframes fige-float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-15px, -15px); }
}

/* Bande colorée en bas de la dernière cellule */
.fige-values-table tr:last-child td::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #C44536 0%, #D4A574 33%, #4A7C59 66%, #D4A574 100%);
}

.fige-values-table tr:last-child p {
    color: white;
    font-size: 1.1rem;
    margin: 8px 0;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.fige-values-table tr:last-child strong {
    color: #D4A574;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.fige-values-table tr:last-child strong::after {
    display: none;
}

.fige-values-table tr:last-child em {
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .fige-values-table td {
        display: block;
        width: 100%;
        padding: 25px 20px;
    }
    
    .fige-values-table tr {
        display: block;
        margin-bottom: 15px;
    }
    
    .fige-values-table strong {
        font-size: 1.15rem;
    }
    
    .fige-values-table p {
        font-size: 0.9rem;
    }
    
    .fige-values-table tr:last-child td {
        padding: 30px 20px;
    }
    
    .fige-values-table tr:last-child p {
        font-size: 1rem;
    }
    
    .fige-values-table tr:last-child strong {
        font-size: 1.2rem;
    }
}/* End custom CSS */