body {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #1b1b1b;
}
.wp-block-cover {
    padding: 80px 0;
}

a span.wp-block-navigation-item__label {
    font-size: 16px;
}

.wp-block-site-title {
    font-size: 22px;
}
.current-menu-item a:not(#wpadminbar a),
a:not(#wpadminbar a) {
    transition: font-weight 0.3s ease;
}

.current-menu-item a:not(#wpadminbar a),
a:hover:not(#wpadminbar a) {
    font-weight: 600;
}

.mainTitleCollections::before {
    content: "";
    display: inline-block;      /* pour pouvoir lui donner une taille */
    width: 24px;
    height: 24px;
    margin-right: 8px;          /* espace avant le texte */
    vertical-align: middle;     /* alignement avec le texte */
    background: no-repeat center/contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M259.3 .7c-2.1-.9-4.5-.9-6.6 0L14.1 108.5C5.5 112.3 0 120.9 0 130.3L0 136c0 13.3 10.7 24 24 24l464 0c13.3 0 24-10.7 24-24l0-5.7c0-9.4-5.5-18-14.1-21.9L259.3 .7zM20.7 123L256 16.8 491.3 123c2.9 1.3 4.7 4.1 4.7 7.3l0 5.7c0 4.4-3.6 8-8 8L24 144c-4.4 0-8-3.6-8-8l0-5.7c0-3.1 1.8-6 4.7-7.3zM80 200c0-4.4-3.6-8-8-8s-8 3.6-8 8l0 176c0 4.4 3.6 8 8 8l368 0c4.4 0 8-3.6 8-8l0-176c0-4.4-3.6-8-8-8s-8 3.6-8 8l0 168-104 0 0-168c0-4.4-3.6-8-8-8s-8 3.6-8 8l0 168-112 0 0-168c0-4.4-3.6-8-8-8s-8 3.6-8 8l0 168L80 368l0-168zM40 432c-4.4 0-8 3.6-8 8s3.6 8 8 8l432 0c4.4 0 8-3.6 8-8s-3.6-8-8-8L40 432zM8 496c-4.4 0-8 3.6-8 8s3.6 8 8 8l496 0c4.4 0 8-3.6 8-8s-3.6-8-8-8L8 496z'/%3E%3C/svg%3E");

}

/* Responsive */
@media (max-width: 767px) {
    .floraComposant.floraFormulaireRecherche > * {
        /*flex: 1; /* chaque enfant prend une part égale de la largeur */
        min-width: 0; /* pour éviter le dépassement */
    }

    .floraComposant.floraFormulaireRecherche > input,
    .floraComposant.floraFormulaireRecherche > button {
        padding: 40px;
    }

    .floraComposant.floraFormulaireRecherche {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        flex-wrap: wrap; /* permet aux enfants de passer à la ligne si besoin */
    }

    .floraComposant.floraFormulaireRecherche .header-form-recherche div.container-form-input-recherche {
        flex-direction: column;
    }

    .floraComposant.floraFormulaireRecherche .header-form-recherche div.container-form-input-recherche input,
    .floraComposant.floraFormulaireRecherche .header-form-recherche div.container-form-input-recherche button {
        padding: 20px;
    }

    .floraComposant.floraResultatsRecherchePreparee.mur .contenu .figures figure.image {
        width: calc(100% - 40px);
        padding: inherit;
    }

    .floraComposant.floraResultatsRecherchePreparee.liste .figures figure {
        flex: 1 1 auto;
        flex-direction: column;
        width: 100%;
        max-width: 1024px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .floraComposant.floraDetailDocument .containerImage,
    .floraComposant.floraDetailDocument .containerCateg {
        position: relative;
    }
    .floraComposant.floraDetailDocument .barreMenuOpenSeaDragon.right {
        position: relative !important;
        display: flex;
        height: auto;
    }
    .floraComposant.floraDetailDocument .barreMenuOpenSeaDragon a {
        margin: 10px;
    }

    .floraComposant.floraResultatsRecherche .containerFacettesResultats div.facettes {
        padding: 10px !important;
        width: calc(100% - 20px);
    }
}