body {
    width: 95%;
    margin: 0 auto;
    background-color: #E6E9ED;
}

h1 { 
    font-family: 'Public Sans', sans-serif; 
    font-size: 40px;
}

h2 {
    font-family: 'Public Sans', sans-serif; 
    color: white;
    font-size: 40px;
    margin-top: -30px;
}

p {
    font-family: "Arial";
    font-size: 23px;
}

.container {
    width: 100%;
    display: flex;
    justify-content: space-around;
    text-align : center;
}

.bloc {
    width: 23%;
    border-radius: 10px;
    box-shadow: 0 0 5px grey;
    padding-top: 25px;
    background-color:#F5F7FA;
}

.bloc img {
    width: 50px;
    height: 50px;
}

#bloc-long {
    width: 87.5%;
    border-radius: 10px;
    box-shadow: 0 0 5px grey;
    padding: 15px;
    background-color:#F5F7FA;
}

table {
    margin: 0 auto 20px auto;
    font-family: 'Public Sans', sans-serif;
    width: 90%;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 5px grey;
    background-color:#F5F7FA;
}

table tr {
    height: 70px;
}

table tr:hover {
    background-color: lightgrey;
}

table img {
    width: 40px;
    height: 40px;
}