.elementor-3 .elementor-element.elementor-element-f55be9c{--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;}.elementor-3 .elementor-element.elementor-element-f55be9c:not(.elementor-motion-effects-element-type-background), .elementor-3 .elementor-element.elementor-element-f55be9c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-3 .elementor-element.elementor-global-3580 > .elementor-widget-container{margin:1% 0% 0% 5%;}.elementor-3 .elementor-element.elementor-element-2daf3fb9{--display:flex;}.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 );}@media(max-width:767px){.elementor-3 .elementor-element.elementor-global-3580 > .elementor-widget-container{margin:0% 0% 0% 0%;}}/* Start custom CSS for global, class: .elementor-global-3580 */.rank-math-breadcrumb {
    color: #ffffff; /* Couleur blanche pour tout le texte */
    font-size: 16px; /* Taille par défaut */
    align-items: center;
}

.rank-math-breadcrumb a {
    color: #ffffff; /* Couleur blanche pour les liens */
    text-decoration: none; /* Supprime le soulignement */
}

.rank-math-breadcrumb a:hover {
    color: #e0e0e0; /* Couleur légèrement grise au survol, si souhaité */
    text-decoration: underline; /* Ajoute le soulignement au survol */
}

.rank-math-breadcrumb span.separator {
    color: #ffffff; /* Couleur blanche pour le séparateur */
}

/* Ajustement pour les écrans de bureau (PC) */
@media (min-width: 1024px) {
    .rank-math-breadcrumb {
        font-size: 18px; /* Taille pour écran large */
    }
}

/* Ajustement pour les PC portables */
@media (max-width: 1023px) and (min-width: 768px) {
    .rank-math-breadcrumb {
        font-size: 16px; /* Taille pour PC portable */
    }
}

/* Ajustement pour les tablettes */
@media (max-width: 767px) and (min-width: 480px) {
    .rank-math-breadcrumb {
        font-size: 14px; /* Taille pour tablettes */
    }
}

/* Ajustement pour les smartphones */
@media (max-width: 479px) {
    .rank-math-breadcrumb {
        font-size: 12px; /* Taille pour smartphones */
    }
}/* End custom CSS */