.entete{
    display: flex;
}
.corp{
    background-color: rgb(41, 131, 204);
    margin-left: 5%;
    width: 190px;   
}
h2{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
img{
    border-radius: 90% 90%;
    padding: 20px;
}
a{
    display: flex;
    text-decoration: none;
    padding: 15px;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white ;
}
.text{
    margin-left: 20px;
}
p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: large;
}
li{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: large;
}
big{
    font-size: 80px;
}