.elementor-68 .elementor-element.elementor-element-3ed364c{--display:flex;--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-68 .elementor-element.elementor-element-d5d8c48{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-68 .elementor-element.elementor-element-f746d0a{--display:flex;--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:-15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:15px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-68 .elementor-element.elementor-element-f746d0a:not(.elementor-motion-effects-element-type-background), .elementor-68 .elementor-element.elementor-element-f746d0a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-9a0ee26 );}.elementor-68 .elementor-element.elementor-element-e1c933d{--display:flex;--min-height:0px;--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-68 .elementor-element.elementor-element-cb89efe{--divider-border-style:solid;--divider-color:var( --e-global-color-text );--divider-border-width:1.8px;padding:1px 0px 0px 0px;}.elementor-68 .elementor-element.elementor-element-cb89efe .elementor-divider-separator{width:100%;margin:0 auto;margin-center:0;}.elementor-68 .elementor-element.elementor-element-cb89efe .elementor-divider{text-align:center;padding-block-start:0px;padding-block-end:0px;}.elementor-68 .elementor-element.elementor-element-faf0ece{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-68 .elementor-element.elementor-element-dd0b9bf{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-68 .elementor-element.elementor-element-0fed375{text-align:center;font-size:0.9rem;font-weight:300;color:var( --e-global-color-be81c69 );}.elementor-68 .elementor-element.elementor-element-5fa1a9e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-68 .elementor-element.elementor-element-1b9da4a{text-align:center;font-size:0.9rem;font-weight:300;color:var( --e-global-color-be81c69 );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-68 .elementor-element.elementor-element-f746d0a{--content-width:85%;}}@media(max-width:1024px){.elementor-68 .elementor-element.elementor-element-3ed364c{--min-height:1029px;}}@media(max-width:767px){.elementor-68 .elementor-element.elementor-element-d5d8c48{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-d5d8c48 */.bg-container {
    position: relative;
    width: 100%;
    min-height: 400px;
}

.bg-bottom {
    background: linear-gradient(to right, #68BDBC, #448F84, #D8E391);
    background-size: 200% 100%;
    clip-path: ellipse(53% 90% at 50% 90%);
    height: 246px;
    position: absolute;
    width: 100%;
    top: 13px;
    z-index: 1;
    animation: gradientShift 5s ease infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.bg-top {
    background: #3D308B;
    clip-path: ellipse(60% 67% at 50% 90%);
    min-height: 340px;
    position: absolute;
    width: 100%;
    top: -65px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    position: relative;
    z-index: 3;
    padding: 2rem;
    width: 100%;
    margin-top: 90px;
}

.columns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    margin: 0 auto;
}

.column {
    flex: 1;
    max-width: 350px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.column h3 {
    margin-top: 0;
    text-transform: uppercase;
    color: var(--e-global-color-ae66bf1);
}

.column p {
    color: #666;
    line-height: 1.6;
}

.column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.column ul li {
    color: #ffffff;
    margin-bottom: 1rem;
}

.column ul li a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Montserrat', Sans-Serif;
    font-weight: 100;
    font-size: 1rem;
}

.column ul li a:hover {
    font-weight: 400;
}

.column:first-child {
    /* centre la colonne 1 verticalement dans la rangée */
    align-self: center;
}

.column:last-child {
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    gap: 20px; /* Espace vertical entre les lignes (sub-content) de la 3e colonne */
}

.column:last-child .sub-content {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    color: var(--e-global-color-be81c69);
    font-family: 'Montserrat', Sans-Serif;
    font-weight: 100;
    width: 100%;
    font-size: 1rem;
    margin-bottom: 0; /* S'assurer qu'il n'y a pas de marge inférieure indésirable */
}

/* Si le margin-top est écrasé par d'autres règles, appliquer avec plus de spécificité */
.columns .column:last-child .sub-content:first-of-type {
    margin-top: 20px !important;
}

/* Utilitaires d'icônes centralisées */
.icon {
    display: inline-block;
    vertical-align: middle;
    height: auto;
}

/* Icônes spécifiques */
.icon--large {
    width: 300px;
    display: block;
    margin: 0 auto;
}

.icon--small {
    width: 20px;
    margin-right: 10px;
}

.icon--social-large {
    width: 25px;
    margin-right: 10px;
}

.icon--social-small {
    width: 15px;
    margin-right: 10px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .bg-bottom {
        animation: none;
        clip-path: ellipse(83% 62% at 50% 100%);
        top: 0;
    }

    .bg-top {
        clip-path: ellipse(153% 73% at 50% 90%);
    }

    .content {
        margin-top: 180px;
        padding: 1.5rem;
    }

    .columns {
        flex-direction: column;
        gap: 1.5rem;
    }

    .column {
        max-width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .bg-bottom {
        animation: none;
        clip-path: ellipse(56% 84% at 50% 100%);
    }

    .bg-top {
        animation: none;
        clip-path: ellipse(95% 79% at 50% 90%);
    }

    .columns {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }

    .column {
        max-width: 100%;
        padding: 1rem;
    }

    .content {
        margin: 120px 0 50px 0;
    }

    .column:last-child {
        justify-content: center;
        align-items: flex-start;
        align-content: center;
    }
}/* End custom CSS */