#boutonsTri{
    text-align: center;
    width : 85vw;
}

button{
    display: inline-block;
}

input[type="radio" i]{
}

.unResultat, th, td{
    border : 1px solid black;
    border-collapse: collapse;
    width : 86vw;
}

th{
    width : 10vw;
}

.unResultat{
    margin-bottom: 1vw;
}

#selection{
    margin-top: 2vw;
    width : 10vw;
    margin-left: 40vw;
}

#sectionResultats{
    margin-top: 3vw;
}

a{
    text-decoration: none;
    color : #404040;
}

@media screen and (max-width: 460px){
    #selection{
        width : 40vw;
        margin-left : 35vw;
    }
}