* {
    color: #202020;
    font-family: sans-serif;
}

main {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

section {
    display: flex;
    flex-direction: column;
}

div.rayon {
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;
}

div.face {
    width: 120px;
    
}

div.face.allee {
    width: 60px;
}

div.side {
    border: 1px solid #202020;
    text-align: center;
}

div.side.pont {
    height: 50px;
    border: none;
}

div.side.active {
    background-color: #2ed573;
}

div.side p {
    font-size: 14px;
}

div.side p span {
    color: #a4b0be;
}