.metiers-ajax-results {
    transition: opacity .3s ease;
}

.metiers-ajax-results.is-loading {
    opacity: .3;
    pointer-events: none;
}

.metiers-quiz-result-heading {
    display: none;
    margin-bottom: 40px;
}

.bird-metiers-filter.is-quiz-results .metiers-quiz-result-heading {
    display: block;
}

.pagination-metiers {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    margin-top: 50px;
}

.pagination-metiers-button {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid currentColor;
    border-radius: 90px;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
    transition: opacity .25s ease, background-color .25s ease, color .25s ease;
}

.pagination-metiers-button:hover {
    opacity: .65;
}

.pagination-metiers-button.is-active {
    background: #000;
    color: #fff;
    pointer-events: none;
}

.pagination-metiers-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 42px;
}

.filter-metiers input:disabled {
    cursor: wait;
    opacity: .65;
}

.select-field {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding-right: 45px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 12px 8px;
}