.main {
    display: flex;
    flex-direction: column;
    width: 960px;
    justify-self: center;
    margin:auto;
}
.main h3 {
    margin-top:50px;
    font-size: 20px;
    font-weight: 600;
}
div.filtre {
    display: flex;
    width: 469px;
    padding: 16px 0;
    align-items: flex-start;
    gap: 21px;
}
div.filtre > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
div.oferte {
    display: grid;
    grid-template-columns: auto auto auto auto;
}
select {
    display: flex;
    padding: 12px;
    width: 224px;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    border: 0.5px solid rgba(0, 0, 0, 0.50);
    background: #FFF;
}
div.pageSel {
    display: flex;
    padding: 38px 0;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
div.pageSel span, #arrowRight {
    cursor: pointer;
    font-size: 1em;
}
div.pageSel > span:nth-child(2) {
display: flex;
padding: 4px 5px;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 2px;
background: rgba(144, 144, 144, 0.63);
}