/* .metiers-toggles {
	position: absolute;
} */

.metiers-list {
    list-style: none;
    padding: 0;
}
.metiers-list li {
	padding: 10px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e5e4e3;
    border-radius: 0;
    background-clip: padding-box;
	text-transform: uppercase;
    font-family: museo !important;
    font-weight: 500 !important;
    font-size: 17px;
}
.metiers-list li:before {
    margin-right: 10px;
    color: #e21017;
    content: '\f138';
    font-family: 'Font Awesome 5 Pro'; 
}