.metier-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.metier-tag {
    flex-basis: calc(20% - 10px); /* Ajustez pour l'espacement désiré */
    margin-bottom: 20px; /* Espace en bas de chaque tag */
    text-align: center;
}

.metier-tag a {
    background-color: #e1e1e1;
    padding: 5px 10px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 4px;
    font-size: 0.8em;
    color: #000;
    text-decoration: none;
}

.metier-tag.all-metiers a{
    background-color: transparent !important;
    color: #0599d9 !important;
}

.metier-tous {
    flex-basis: 100%; /* Le bouton prend toute la largeur */
    text-align: center; /* Centre le bouton */
}

.metier-tous .bouton {
    display: inline-block; /* Pour permettre le padding et autres styles de bouton */
    /* Ajoutez vos styles de bouton ici */
}

/*** SINGLE ***/
.metiers {
    background: #fff;
    margin-top: 45px;
    margin-bottom: 45px;
    padding: 15px;
}