/*
Theme Name: Astra Child
Template: astra
Author: Brainstorm Force
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.0.2.1703226342
Updated: 2023-12-22 07:25:42

*/
.breadcrumb-trail.breadcrumbs {
    display: flex;
    justify-content: center; /* Centrer horizontalement */
    font-size: 25px;
    flex-wrap: wrap; /* Pour permettre au contenu de passer à la ligne si nécessaire */
    padding: 0;
    margin: 0;
    list-style: none; /* Retirer les puces de la liste */
}

.breadcrumb-trail.breadcrumbs li {
    display: flex;
    align-items: center; /* Centrer verticalement */
    margin-right: 5px; /* Ajustez selon vos besoins pour l'espacement entre les éléments */
}

/* Optionnel: Ajouter un style pour les liens */
.breadcrumb-trail.breadcrumbs li a {
    text-decoration: none;
    color: inherit;
}

/* Optionnel: Ajouter un style pour les séparateurs entre les éléments */
.breadcrumb-trail.breadcrumbs li::after {
    content: "/";
    margin-left: 5px; /* Ajustez selon vos besoins pour l'espacement */
}

.breadcrumb-trail.breadcrumbs li:last-child::after {
    content: ""; /* Retirer le séparateur du dernier élément */
}
