.background-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(200, 200, 200, 0.4); /* Couleur translucide */
    backdrop-filter: blur(16px); /* Effet de flou sur l’arrière-plan */
    -webkit-backdrop-filter: blur(16px); /* Pour Safari */
    border-radius: 8px;
    z-index: 1;
}

.floraComposant.floraFormulaireRecherche {
    display: flex;
    justify-content: center;
}

.floraComposant.floraFormulaireRecherche form.header-form-recherche {
    flex-direction: row;
    padding: 20px;
    position: relative;
}
.floraComposant.floraFormulaireRecherche form.header-form-recherche > div:not(.background-content) {
    z-index: 10;
}
.floraComposant.floraFormulaireRecherche .header-form-recherche input[type=text].field-search {
    background-color: white;
    border-radius: 8px 0 0 8px;
    border-color: white;
    font-size: 14px;
    width: 400px;
    color: #9394B2;
}
.floraComposant.floraFormulaireRecherche .header-form-recherche button.submitFormulaireRecherche {
    background-color: black;
    border-radius: 0 8px 8px 0;
    border-color: black;
    min-width: 45px;
}
.floraComposant.floraFormulaireRecherche .container-lien-recherche-avancee{
    position:absolute;
    bottom: -50px;
    right: 0;
}

.floraComposant.floraFormulaireRecherche .container-lien-recherche-avancee a{
    text-decoration : underline;
    color: white;
}

.svgBtn.searchw {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 10-1.397 1.398h-.001l3.85 3.85a1 1 0 001.415-1.414l-3.85-3.85zm-5.242 1.156a5 5 0 110-10 5 5 0 010 10z'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}