.elementor-1041 .elementor-element.elementor-element-a488613{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1041 .elementor-element.elementor-element-e3ea893{--display:flex;--margin-top:0px;--margin-bottom:16px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-1041 .elementor-element.elementor-element-a0c1b5c .aux-modern-heading-divider{background-color:transparent;height:3px;width:70px;margin:0px 0px 20px 0px;box-shadow:3px 3px 6px 0px #05C927;background-image:linear-gradient(268deg, #01FF2D 0%, var( --e-global-color-6581105 ) 100%);}.elementor-1041 .elementor-element.elementor-element-a0c1b5c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 6px 0px;}.elementor-1041 .elementor-element.elementor-element-a0c1b5c{animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);}.elementor-1041 .elementor-element.elementor-element-a0c1b5c .aux-widget-inner > *{text-align:center;margin-left:auto !important;margin-right:auto !important;}.elementor-1041 .elementor-element.elementor-element-a0c1b5c .aux-modern-heading-secondary{font-size:43px;line-height:50px;color:#171c24;margin:0px 0px 24px 0px;}.elementor-1041 .elementor-element.elementor-element-a0c1b5c .aux-modern-heading-secondary .aux-head-highlight{font-weight:600;color:var( --e-global-color-text );}.elementor-1041 .elementor-element.elementor-element-d4f9b59 > .elementor-widget-container{margin:-83px 0px 0px 0px;}@media(max-width:1024px){.elementor-1041 .elementor-element.elementor-element-a488613{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1041 .elementor-element.elementor-element-e3ea893{--padding-top:0px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-1041 .elementor-element.elementor-element-a0c1b5c .aux-widget-inner > *{text-align:center;margin-left:auto !important;margin-right:auto !important;}}@media(max-width:767px){.elementor-1041 .elementor-element.elementor-element-a488613{--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1041 .elementor-element.elementor-element-e3ea893{--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1041 .elementor-element.elementor-element-a0c1b5c .aux-widget-inner > *{text-align:center;margin-left:auto !important;margin-right:auto !important;}.elementor-1041 .elementor-element.elementor-element-a0c1b5c .aux-modern-heading-secondary .aux-head-highlight{font-size:32px;}}@media(min-width:768px){.elementor-1041 .elementor-element.elementor-element-a488613{--content-width:1600px;}.elementor-1041 .elementor-element.elementor-element-e3ea893{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1041 .elementor-element.elementor-element-e3ea893{--width:100%;}}/* Start custom CSS for aux_modern_heading, class: .elementor-element-a0c1b5c */@media only screen and (max-width:1024px){
    .elementor-1041 .elementor-element.elementor-element-a0c1b5c .aux-modern-heading-divider {
        margin-right: auto;
        margin-left: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d4f9b59 */.custom-objectifs-container {
    color: #333;
    line-height: 1.6;
    max-width: 100%;
    margin: 60px auto 0;
}

.objectifs-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.objectifs-header h1 {
    font-size: 32px;
    color: #018D50;
    font-weight: 700;
    margin-bottom: 15px;
}

.objectifs-header p {
    color: #666;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
}

.objectifs-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #018D50;
    border-radius: 2px;
}

.objectifs-liste {
    list-style: none;
    margin-top: 20px;
}

.objectif-item {
    position: relative;
    padding: 20px 20px 20px 70px; /* Ajustement pour cercles plus petits */
    margin-bottom: 20px;
    background-color: #f8faf8;
    border-radius: 8px;
    transition: all 0.3s ease;
    border-left: 4px solid #018D50;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.objectif-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.objectif-item::before {
    content: '';
    position: absolute;
    left: 20px; /* Ajustement pour cercles plus petits */
    top: 50%;
    transform: translateY(-50%);
    width: 10Px; /* Cercle plus petit */
    height: 10px; /* Cercle plus petit */
    background: linear-gradient(to bottom,#01FF2D, #057719 );
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 16px; /* Taille de police réduite */
}

.objectif-content {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}

.hidden-objectifs {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hidden-objectifs.active {
    max-height: 3000px;
}

.btn-container {
    text-align: center;
    margin-top: 30px;
}

.btn-voir-plus {
    display: inline-block;
    padding: 14px 40px;
    background: linear-gradient(to bottom,#01FF2D, #057719 );
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(26, 71, 42, 0.3);
}

.btn-voir-plus:hover {
    background: linear-gradient(to bottom, #b9150b, #b9150b);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(26, 71, 42, 0.4);
}/* End custom CSS */