body {
    font-family: 'Manrope', sans-serif !important;
    font-size: 1rem;
    line-height: 1.25em;
    font-weight: 400;
}

header a {
    text-decoration: none ;
}

#adtm_menu ul#menu li.li-niveau1 a.a-niveau1 .advtm_menu_span {
    font-family: 'Manrope', sans-serif !important;
}

footer a {
    text-decoration: none ;
}

.footer-col-title {
    font-family: 'Manrope', sans-serif !important;
}

footer a:hover {
    text-decoration: underline ;
}

footer {
    border: none !important;
    font-weight: 400;
}

.footer-address a {
    font-size: .8125rem;
}

.footer-col-title {
    font-weight: ;
}

.links .h3:hover {
    text-decoration: none ;
}

/* Cacher les éléments PrestaShop vides injectés dans le contexte blog WordPress.
   Le layout PS (layout-both-columns.tpl) rend toujours section#wrapper, header#header
   et footer#footer même quand ils sont vides (mode header-only / footer-only). */
section#wrapper {
    display: none !important;
}

/* ─── Fil d'ariane style PrestaShop pour le blog WordPress ─────────────────── */
.mdc_breadcrumb-wrapper {
    padding: 0.75rem 0;
    background: #fff;
}

.mdc_breadcrumb-wrapper nav.breadcrumb {
    padding: 0;
    background: transparent;
    margin: 0;
}

.mdc_breadcrumb-wrapper nav.breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mdc_breadcrumb-wrapper nav.breadcrumb li {
    display: inline;
}

.mdc_breadcrumb-wrapper nav.breadcrumb li::after {
    margin: 0.3125rem;
    color: #898a86;
    content: "/";
}

.mdc_breadcrumb-wrapper nav.breadcrumb li:last-child {
    color: #898a86;
}

.mdc_breadcrumb-wrapper nav.breadcrumb li:last-child::after {
    content: "";
}

.mdc_breadcrumb-wrapper nav.breadcrumb li a {
    color: #232323;
    text-decoration: none;
}

.mdc_breadcrumb-wrapper nav.breadcrumb li a:hover {
    text-decoration: underline;
    color: #32404c;
}