.elementor-21 .elementor-element.elementor-element-cd53b22{--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:space-between;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-21 .elementor-element.elementor-element-cd53b22:not(.elementor-motion-effects-element-type-background), .elementor-21 .elementor-element.elementor-element-cd53b22 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-21 .elementor-element.elementor-element-e537a69{--display:flex;--justify-content:center;}.elementor-21 .elementor-element.elementor-element-e537a69.e-con{--flex-grow:0;--flex-shrink:0;}.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-21 .elementor-element.elementor-element-e1a4a18 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:38px;font-weight:700;text-transform:uppercase;line-height:52px;letter-spacing:0px;color:#FFFFFF;}.elementor-21 .elementor-element.elementor-element-1cf2be5{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}.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-21 .elementor-element.elementor-element-622c9f7{font-family:"Ubuntu", Sans-serif;font-weight:400;color:#000000;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-21 .elementor-element.elementor-element-e1a4a18 .elementor-heading-title{font-size:32px;line-height:36px;letter-spacing:-1.1px;}}@media(min-width:768px){.elementor-21 .elementor-element.elementor-element-cd53b22{--content-width:1460px;}.elementor-21 .elementor-element.elementor-element-e537a69{--width:100%;}.elementor-21 .elementor-element.elementor-element-1cf2be5{--content-width:1460px;}}@media(max-width:767px){.elementor-21 .elementor-element.elementor-element-cd53b22{--padding-top:80px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}.elementor-21 .elementor-element.elementor-element-e1a4a18{text-align:center;}.elementor-21 .elementor-element.elementor-element-e1a4a18 .elementor-heading-title{font-size:32px;line-height:36px;letter-spacing:-1.6px;}.elementor-21 .elementor-element.elementor-element-622c9f7{font-size:18px;}}/* Start custom CSS for heading, class: .elementor-element-e1a4a18 */.elementor-21 .elementor-element.elementor-element-e1a4a18 .elementor-heading-title span {
    background: linear-gradient(90deg, #2e7eb7 0%, #ffffff 50%, #2e7eb7 100%);
    background-size: 200% auto; /* Permet un dégradé plus fluide */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block; /* Nécessaire pour que le background-clip fonctionne bien */
    
    /* Optionnel : Animation pour faire briller le texte */
    animation: shine-text 2s linear infinite;
}

/* Animation de balayage lumineux */
@keyframes shine-text {
    to {
        background-position: 200% center;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-622c9f7 */h3.wp-block-heading  {
    color: rgb(3 2 69);
    display: inline;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 700;
    height: auto;
    letter-spacing: normal;
    line-height: 54px;
    text-align: start;
    text-transform: uppercase;
    text-size-adjust: 100%;
    scrollbar-color: rgb(46, 126, 183) rgb(6, 3, 104);
    scrollbar-width: thin;
    word-wrap: break-word;
    hyphens: auto;
}

/* Tablette */
@media (max-width: 1024px) {
    h3.wp-block-heading {
        font-size: 36px;
        line-height: 44px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    h3.wp-block-heading {
        font-size: 26px;
        line-height: 34px;
    }
}

/* Petit mobile */
@media (max-width: 480px) {
    h3.wp-block-heading {
        font-size: 22px;
        line-height: 30px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1cf2be5 *//* Style global du bloc Mentions légales / Cookies */
.wp-block-heading {
    font-size: 22px!important;
    font-weight: 700;
}

.wp-block-heading + p,
.wp-block-heading + ul,
.wp-block-heading + strong,
p {
    font-size: 16px!important;
    font-weight: 400;
    line-height: 1.7;
}

/* 📱 Mobile (≤ 767px) */
@media (max-width: 767px) {
    .wp-block-heading {
        font-size: 18px;
        font-weight: 600;
    }

    p, ul, li, strong {
        font-size: 14px;
        font-weight: 400;
    }
}

/* 📱📲 Tablette (768px → 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .wp-block-heading {
        font-size: 20px;
        font-weight: 600;
    }

    p, ul, li, strong {
        font-size: 15px;
        font-weight: 400;
    }
}

/* 🖥️ Desktop (≥ 1025px) */
@media (min-width: 1025px) {
    .wp-block-heading {
        font-size: 24px;
        font-weight: 700;
    }

    p, ul, li, strong {
        font-size: 16px;
        font-weight: 400;
    }
}/* End custom CSS */