table{
    table-layout: auto;
    width:100%;
}

.blockResultat{
    margin-bottom: 2.5em;

    margin-top: 30px;
    border-radius: 12px;   
    border-width: 1px;
    border-style:solid; 
    border-color:black;
    background-color:rgba(255,255,255,.8);
}

h4{
    padding-top:15px;
    padding-left:15px;
}